{"info":{"_postman_id":"cf36915e-4623-4051-bb58-21e8f09f6ec1","name":"Flourish External API - Docs","description":"<html><head></head><body><p><strong>Flourish External API</strong> allows you to access your Flourish data programmatically.</p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>The <a href=\"https://en.wikipedia.org/wiki/Basic_access_authentication\">Basic Auth</a> method is now deprecated and should no longer be used to access the Flourish API. The new and recommended method of authentication is via <strong>API Key</strong>, using the <code>x-api-key</code> header.</p>\n<p>To authenticate, generate a new API key from within the Flourish web app (refer to our help documentation for guidance). Once you have your key, include it in your API requests using the <code>x-api-key</code> header.</p>\n<h1 id=\"types\">Types</h1>\n<p>There are some core types referenced throughout the documentation. Use this as a reference when those types are mentioned.</p>\n<ul>\n<li><p>string: A sequence of letters, numbers, and characters enclosed in \"\".</p>\n</li>\n<li><p>number: Generally used to represent any number from a large integer to high precision floats like 1.2345.</p>\n</li>\n<li><p>date: A single day, represented as YYYY-MM-DD. An example would be 2021-02-28.</p>\n</li>\n<li><p>datetime: A point in time, represented as an <a href=\"https://en.wikipedia.org/wiki/ISO_8601\">ISO 8601</a> timestamp. An example would be 2020-01-03T15:04:05.000Z. The Z here signifies that this time is UTC.</p>\n</li>\n<li><p>array: A collection of one or more items of the same type, which should be wrapped in [] in the JSON.</p>\n</li>\n</ul>\n<h1 id=\"query-parameters\">Query Parameters</h1>\n<p>Query parameters may be passed with some queries as a part of the URL to indicate filters for a query. These should be passed after the URL, like:</p>\n<p><code>https://app.flourishsoftware.com/external/api/v1/items?param1=one&amp;param2=two</code>.</p>\n<p>When parameters are described for a particular API endpoint, being surrounded by [] indicates that the parameter may be passed more than once. For example the parameter item_name with type [string] may be passed multiple times, like:</p>\n<p><code>https://app.flourishsoftware.com/external/api/v1/items?item_name=item1&amp;item_name=item2&amp;item_name=item3</code></p>\n<h1 id=\"status-codes\">Status Codes</h1>\n<p>Each response will return a status code which can help identify the status of the request and what action, if any, should be taken next. <a href=\"https://httpstatuses.com/\">httpstatuses</a> is an excellent reference for HTTP status codes and what they may mean.</p>\n<h1 id=\"webhooks\">Webhooks</h1>\n<p>Webhooks allow the Flourish external API to work in reverse. Register a webhook server address along with resource event types and whenever one of those resources is updated Flourish will send the data to your server.</p>\n<p>Webhooks can be configured through the Flourish web application by administrators by navigating to Manage Settings &gt; Integrations &gt; Webhook Endpoints. Each endpoint can choose which resource event types to subscribe to. Any supported event will result in a message being sent to the registered address. Webhook configuration changes may take a few minutes to become active.</p>\n<p>Example webhook message body:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"action\": \"create\",\n    \"resource_type\": \"retail_order\",\n    \"data\": {...}\n}\n\n</code></pre><p>The shape of \"data\" is the same as it would be when requesting the resource through the external API so the same structure can be used for both. Like requests to the external API, webhook data is declarative. It does not show changes, but data as it exists when the message is sent. A single action in Flourish may result in multiple messages being sent as the resource is modified so the latest received message for a resource should take precedence over any that came before it.</p>\n<p>Webhook endpoints also support custom headers, which can be used to ensure the message is coming from Flourish. Add a header key/value pair and verify it matches when receiving messages. This is highly recommended as a basic verification for any incoming data.</p>\n<p>See the list of supported webhooks <a href=\"https://docs.flourishsoftware.com/article/am15rjpmvg-flourish-webhooks\">here</a>.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Authentication","slug":"authentication"},{"content":"Types","slug":"types"},{"content":"Query Parameters","slug":"query-parameters"},{"content":"Status Codes","slug":"status-codes"},{"content":"Webhooks","slug":"webhooks"}],"owner":"8546587","collectionId":"cf36915e-4623-4051-bb58-21e8f09f6ec1","publishedId":"SVtVSnbf","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-11-09T22:53:59.000Z"},"item":[{"name":"Facilities","item":[{"name":"GetFacility","event":[{"listen":"test","script":{"id":"b10449b6-5774-48bb-ab8d-0d0d290c2f6d","exec":["pm.test(\"Status code is 200\", function() {\r","pm.response.to.have.status(200);\r","}\r",")"],"type":"text/javascript"}}],"id":"61f83ba7-6806-4491-84cb-0d0b2627deee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"GET","header":[],"url":"https://app.flourishsoftware.com/external/api/v1/facilities/{{facility_id}}","description":"<p>Get a single facility by <code>facility_id</code>.</p>\n","urlObject":{"path":["v1","facilities","{{facility_id}}"],"host":["https://app.flourishsoftware.com/external/api"],"query":[],"variable":[]}},"response":[{"id":"0186066c-8670-49d3-8109-afce8c008e50","name":"GetFacility","originalRequest":{"method":"GET","header":[],"url":"https://app.flourishsoftware.com/external/api/v1/facilities/58b9b09d280e20ea24a126bb"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Date","value":"Mon, 19 Aug 2019 04:36:04 GMT"},{"key":"Content-Length","value":"708"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"data\": {\n        \"id\": \"58b9b09d280e20ea24a126bb\",\n        \"alias\": \"TEST GREENHOUSE ONE\",\n        \"company_email\": null,\n        \"company_phone_number\": \"1212607527\",\n        \"address_line_1\": \"GREENHOUSE ONE ADDRESS\",\n        \"address_line_2\": null,\n        \"city\": \"Las Vegas\",\n        \"state\": \"NV\",\n        \"zip_code\": \"89109\",\n        \"timezone\": \"America/Los_Angeles\",\n        \"country\": \"United States\",\n        \"billing\": {\n            \"address_line_1\": null,\n            \"address_line_2\": null,\n            \"city\": null,\n            \"state\": null,\n            \"zip_code\": null,\n            \"country\": null\n        },\n        \"local_license_number\": null,\n        \"license_number\": null,\n        \"license_type\": null,\n        \"external_id\": null,\n        \"website\": null,\n        \"notes\": null,\n        \"active\": true,\n        \"last_updated_timestamp\": \"2023-01-02T09:00:16Z\",\n        \"created_timestamp\": \"2018-06-12T02:42:52Z\",       \n        \"facility_type\": \"Grower\",\n        \"facility_name\": \"CULTIVATION FACILITY\",\n        \"contacts\": null,\n        \"total_open_balance\": null,\n        \"number_open_invoices\": null,\n        \"sales_rep_required_for_outbound\": true,\n        \"synced_from_compliance\": true,\n        \"universal_business_identifier\": \"UBI-12345-67890\"\n    }\n}"}],"_postman_id":"61f83ba7-6806-4491-84cb-0d0b2627deee"},{"name":"GetFacilities","event":[{"listen":"test","script":{"id":"0efe993a-56ed-4d04-8d5d-0f399bc1e7ab","exec":["pm.variables"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"4ee8adcc-f043-451c-9439-f96f3a70a760","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"GET","header":[],"url":"https://app.flourishsoftware.com/external/api/v1/facilities","description":"<p>Get facilities based on query parameters.</p>\n","urlObject":{"path":["v1","facilities"],"host":["https://app.flourishsoftware.com/external/api"],"query":[{"disabled":true,"description":{"content":"<p>The maximum allowable limit is set to 50</p>\n","type":"text/plain"},"key":"limit","value":"50"},{"disabled":true,"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>Options: \nLaboratory\nProcessor\nGrower\nDispensary\nDistributor\nManufacturer\nOther\nMicrobusiness</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"facility_type","value":"Dispensary"},{"disabled":true,"description":{"content":"<p>Optional. Filter for active or inactive facilities.</p>\n","type":"text/plain"},"key":"active","value":"true"},{"disabled":true,"description":{"content":"<p>Optional. Filter for specific array of Universal Business Identifiers.</p>\n","type":"text/plain"},"key":"universal_business_identifier","value":"123654"},{"disabled":true,"description":{"content":"<p>Optional. Filter for specific array of License Numbers.</p>\n","type":"text/plain"},"key":"license_number","value":"456123"}],"variable":[]}},"response":[{"id":"fdad42c2-0619-4a65-9b12-3add5cfcfa13","name":"GetFacilities","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.flourishsoftware.com/external/api/v1/facilities?limit=50","host":["https://app.flourishsoftware.com/external/api"],"path":["v1","facilities"],"query":[{"key":"limit","value":"50"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Date","value":"Fri, 26 Jul 2019 03:46:33 GMT"},{"key":"Content-Length","value":"1473"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"meta\": {\n        \"total\": 2,\n        \"offset\": 0,\n        \"limit\": 50,\n        \"count\": 2,\n        \"next\": \"\"\n    },\n    \"data\": [\n        {\n            \"id\": \"595ab07b7a5484d16424a686\",\n            \"alias\": \"NC Two\",\n            \"company_email\": null,\n            \"company_phone_number\": \"143234166\",\n            \"address_line_1\": \"123 Flourish Demo\",\n            \"address_line_2\": \"\",\n            \"city\": \"Atlanta\",\n            \"state\": \"GA\",\n            \"zip_code\": \"30303\",\n            \"timezone\": \"America/New_York\",\n            \"country\": \"United States\",\n            \"billing\": {\n                \"address_line_1\": null,\n                \"address_line_2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip_code\": null,\n                \"country\": null\n            },\n            \"local_license_number\": null,\n            \"license_number\": \"12345\",\n            \"license_type\": null,\n            \"external_id\": null,\n            \"website\": null,\n            \"notes\": null,\n            \"active\": true,\n            \"last_updated_timestamp\": \"2022-07-14T10:04:54Z\",\n            \"created_timestamp\": \"2018-06-12T02:41:52Z\",\n            \"contacts\": null,\n            \"total_open_balance\": null,\n            \"number_open_invoices\": null,\n            \"synced_from_compliance\": 0,\n            \"universal_business_identifier\": null,\n            \"facility_type\": \"Processor\",\n            \"facility_name\": \"Manufacturing Demo\",\n            \"sales_rep_required_for_outbound\": false\n        },\n        {\n            \"id\": \"5ba335ea4327a94530b0ac77\",\n            \"alias\":\"Distro Bv\",\n            \"company_email\": null,\n            \"company_phone_number\": \"44579763\",\n            \"address_line_1\": \"1 Distro Blvd\",\n            \"address_line_2\": null,\n            \"city\": \"Oakland\",\n            \"state\": \"CA\",\n            \"zip_code\": \"94607\",\n            \"timezone\": \"America/Los_Angeles\",\n            \"country\": \"United States\",\n            \"billing\": {\n                \"address_line_1\": null,\n                \"address_line_2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip_code\": null,\n                \"country\": null\n\n            },\n            \"local_license_number\": null,\n            \"license_number\": null,\n            \"license_type\": null, \n            \"external_id\": null,\n            \"website\": null,\n            \"notes\": null,\n            \"active\": true,\n            \"last_updated_timestamp\": null,\n            \"created_timestamp\": null,\n            \"contacts\": null,\n            \"total_open_balance\": null,\n            \"number_open_invoices\": null,\n            \"synced_from_compliance\": 0,\n            \"universal_business_identifier\": null,\n            \"facility_type\": \"Other\",\n            \"facility_name\": \"Distribution\",\n            \"sales_rep_required_for_outbound\": false      \n        }\n    ]\n}"}],"_postman_id":"4ee8adcc-f043-451c-9439-f96f3a70a760"}],"id":"3d87d743-4598-42dd-afef-bc29a4137370","auth":{"type":"noauth","isInherited":false},"_postman_id":"3d87d743-4598-42dd-afef-bc29a4137370","description":""},{"name":"Inventory","item":[{"name":"GetInventoryTypes","event":[{"listen":"test","script":{"id":"76cc425c-bff0-4608-aca1-c7da84216626","exec":["pm.test(\"Status code is 200\", function() {\r","pm.response.to.have.status(200);\r","}\r",")"],"type":"text/javascript","packages":{}}}],"id":"10b65f36-1189-4197-acd9-c24af16180c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"GET","header":[],"url":"https://app.flourishsoftware.com/external/api/v1/inventorytypes","description":"<p>Get all inventory types.</p>\n","urlObject":{"path":["v1","inventorytypes"],"host":["https://app.flourishsoftware.com/external/api"],"query":[{"disabled":true,"description":{"content":"<p>The maximum allowable limit is set to 50</p>\n","type":"text/plain"},"key":"limit","value":"50"},{"disabled":true,"key":"offset","value":"0"}],"variable":[]}},"response":[{"id":"367ec463-eeee-471b-88ce-a14d1488e704","name":"GetInventoryTypes","originalRequest":{"method":"GET","header":[],"url":"https://app.flourishsoftware.com/external/api/v1/inventorytypes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Date","value":"Fri, 26 Jul 2019 03:40:56 GMT"},{"key":"Content-Length","value":"143"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"meta\": {\n        \"total\": 4,\n        \"offset\": 0,\n        \"limit\": 50,\n        \"count\": 4,\n        \"next\": \"\"\n    },\n    \"data\": [\n        \"Cannabis\",\n        \"Non-Inventory\",\n        \"Raw Materials\",\n        \"Supplies\"\n    ]\n}"}],"_postman_id":"10b65f36-1189-4197-acd9-c24af16180c3"},{"name":"GetInventory","event":[{"listen":"test","script":{"id":"2f69280f-08b4-4bbc-a5d4-c7e4fb14fec2","exec":["pm.test(\"Status code is 200\", function() {\r","pm.response.to.have.status(200);\r","}\r",")"],"type":"text/javascript","packages":{}}}],"id":"a89aadab-c030-42b6-8748-5b16ec951245","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"GET","header":[{"key":"FacilityID","value":"{{facility_id}}","type":"text"}],"url":"https://app.flourishsoftware.com/external/api/v1/inventory","description":"<p>Get current inventory for a single facility. <code>inventory_id</code> is the unique identifier for the inventory record returned. Currently, if the record is of a package that was shipped, this field will be <code>null</code>. Shipped packages are included in this endpoint if the <code>package_status</code> query parameter is shipped or if <code>include_shipped</code> query parameter is defined as <code>true</code>.</p>\n","urlObject":{"path":["v1","inventory"],"host":["https://app.flourishsoftware.com/external/api"],"query":[{"disabled":true,"key":"limit","value":"50"},{"disabled":true,"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>Type of inventory.\nUsually Options Include: Cannabis, Raw Materials, Supplies.\nUse GetInventoryTypes API Call to confirm.</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"inventory_type","value":"Supplies"},{"disabled":true,"description":{"content":"<p>Specify item class for returned inventory.</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"item_class","value":"Plants"},{"disabled":true,"description":{"content":"<p>Only return specific item categories.</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"item_category","value":"Concentrate"},{"disabled":true,"description":{"content":"<p>Specify inventory by item ID.</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"item_id","value":"45734"},{"disabled":true,"description":{"content":"<p>Specify inventory by item name.</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"item_name","value":"ItemX"},{"disabled":true,"description":{"content":"<p>Specify inventory by item variation ID.</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"item_variation_id","value":"123456"},{"disabled":true,"description":{"content":"<p>Specify inventory by item variation name.</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"variation_name","value":"ItemX_10Pack"},{"disabled":true,"description":{"content":"<p>Specify inventory by item strain ID.</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"strain_id","value":"1a2b3c"},{"disabled":true,"description":{"content":"<p>Specify inventory by strain name. Note that this will exclude non-cannabis items.</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"strain_name","value":"OG Kush"},{"disabled":true,"description":{"content":"<p>Specify inventory by item retail display name.</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"item_retail_display_name","value":"ItemY"},{"disabled":true,"description":{"content":"<p>Specify inventory by item variation retail display name.</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"variation_retail_display_name","value":"ItemY_10Pack"},{"disabled":true,"description":{"content":"<p>Specify inventory by lot number.</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"lot_number","value":"SOME LOT NUMBER"},{"disabled":true,"description":{"content":"<p>Specify inventory by item UOM.</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"uom","value":"Gram"},{"disabled":true,"description":{"content":"<p>Specify inventory by item or item variation SKU.</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"sku","value":"1.2.3.4"},{"disabled":true,"description":{"content":"<p>Specify inventory by package ID.  Note that this will exclude non-cannabis items.</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"package_id","value":"1a2b3c"},{"disabled":true,"description":{"content":"<p>Specify inventory by package status. Note that this will exclude non-cannabis items.</p>\n<p>Options: Created, Assigned to order, Consumed, Cancelled</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"package_status","value":"Created"},{"disabled":true,"description":{"content":"<p>By default the API will exclude all consumed packages. Only if this is passed as true OR if the package_status query parameter includes Consumed, will they be included.  Only applied if package_status query parameter not provided.</p>\n<p>type: [boolean]</p>\n","type":"text/plain"},"key":"include_consumed","value":"true"},{"disabled":true,"description":{"content":"<p>By default the API will exclude all shipped packages. Only if this is passed as true OR if the package_status query parameter includes Shipped, will they be included. Only applied if package_status query parameter not provided.</p>\n<p>type: [boolean]</p>\n","type":"text/plain"},"key":"include_shipped","value":"true"},{"disabled":true,"description":{"content":"<p>Date/time order was updated, range start.</p>\n<p>type: [datetime]</p>\n","type":"text/plain"},"key":"last_updated_timestamp_start","value":"2020-01-02T15:04:05.000Z"},{"disabled":true,"description":{"content":"<p>Date/time order was updated, range end.</p>\n<p>type: [datetime]</p>\n","type":"text/plain"},"key":"last_updated_timestamp_end","value":"2020-01-03T15:04:05.000Z"},{"disabled":true,"description":{"content":"<p>Specify inventory with available qty only, and also without available qty.</p>\n<p>type: boolean</p>\n","type":"text/plain"},"key":"has_available_qty","value":"true"},{"disabled":true,"description":{"content":"<p>Specify if Inventory Item is an External Item.</p>\n","type":"text/plain"},"key":"is_external","value":"true"},{"disabled":true,"description":{"content":"<p>Specify lab sample packages only if passed as true</p>\n","type":"text/plain"},"key":"is_sample","value":"true"},{"disabled":true,"description":{"content":"<p>Flag to include origin harvest info, if any, for each package returned in the data set.</p>\n<p>Note: Passing this parameter with a value of <code>true</code> diminishes the performance of the endpoint.</p>\n<p>type: boolean</p>\n","type":"text/plain"},"key":"include_origin_harvest","value":"false"},{"disabled":true,"description":{"content":"<p>Specify if the result should include items which are currently inactive in Flourish.</p>\n","type":"text/plain"},"key":"include_inactive_items","value":"true"}],"variable":[]}},"response":[{"id":"5954123b-49c3-4d21-bf59-801df7224dbd","name":"GetInventory","originalRequest":{"method":"GET","header":[{"key":"FacilityID","value":"{{facility_id}}"}],"url":{"raw":"https://app.flourishsoftware.com/external/api/v1/inventory?limit=2","host":["https://app.flourishsoftware.com/external/api"],"path":["v1","inventory"],"query":[{"key":"limit","value":"2"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"meta\": {\n        \"total\": 7757,\n        \"offset\": 0,\n        \"limit\": 50,\n        \"count\": 2,\n        \"next\": \"https://app.flourishsoftware.com/external/api/v1/inventory?offset=50&limit=50\"\n    },\n    \"data\": [\n        {\n            \"inventory_id\": \"5958\",\n            \"inventory_type\": \"Cannabis\",\n            \"item_class\": \"Buds\",\n            \"item_category\": \"Flower\",\n            \"external\": false,\n            \"item_id\": \"1488\",\n            \"item_name\": \"$100 OG 1-Gram Flower Eaches\",\n            \"item_retail_display_name\": \"$100 OG 1-Gram Flower Eaches DBA\",\n            \"item_variation_id\": null,\n            \"variation_name\": null,\n            \"variation_retail_display_name\": \"\",\n            \"sku\": \"\",\n            \"strain_id\": \"340981bc-6822-46a8-9e7d-33821b495b48\",\n            \"strain_name\": \"$100 OG\",\n            \"package_id\": \"GART-20211220-024\",\n            \"original_package_id\": \"GART-20211220-024\",\n            \"package_status\": \"Created\",\n            \"lot_number\": \"EditLot20211203093645\",\n            \"original_qty\": 20,\n            \"qty\": 19,\n            \"available_qty\": 14,\n            \"non_available_qty\": 5,\n            \"uom_id\": 1,\n            \"uom\": \"ea\",\n            \"uom_description\": \"Each\",\n            \"area_id\": null,\n            \"area_name\": null,\n            \"location_id\": null,\n            \"location_name\": null,\n            \"is_locked\": false,\n            \"lock_code\": {\n                \"name\": null,\n                \"can_add_to_outbound_order\": null,\n                \"exclude_from_global_inventory\": null\n            },\n            \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2023-01-06T07:20:54Z\",\n            \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2021-12-20T10:28:14Z\",\n            \"item_description\": \"Comes in a gorgeous mylar pouch with a gold ribbon, double bagged\",\n            \"brand\": null,\n            \"thc_ratio\": null,\n            \"cbd_ratio\": null,\n            \"price\": 600,\n            \"retail_price\": 750,\n            \"retail_discount_price\": 700,\n            \"wholesale_price\": 650,    \n            \"wholesale_discount_price\": 625,\n            \"cost\": 242.5,\n            \"sell_by_lot\": false,\n            \"taxable\": false,\n            \"is_tax_exempt\": false,\n            \"unit_weight\": 2,\n            \"weight_uom\": \"g\",\n            \"weight_uom_description\": \"Gram\",\n            \"unit_volume\": null,\n            \"volume_uom\": null,\n            \"volume_uom_description\": null,\n            \"ref_field_1\": null,\n            \"ref_field_2\": null,\n            \"ref_field_3\": null,\n            \"is_sample\": false,\n            \"extraction_method\": null,\n            \"production_date\": null,\n            \"harvest_date\": null,\n            \"use_by_date\": null,\n            \"lab_test_result_id\": null,\n            \"origin_harvest\": [\n                {\n                    \"package_id\": \"GART-20211220-024\",\n                    \"origin_harvest_id\": \"TxJCorBCSvtXDOJuMOCZ\",\n                    \"harvest_nickname\": \"Auto2020.04.08.19.45.37\",\n                    \"harvest_date\": \"2020-04-08T01:45:30Z\",\n                    \"current_area_id\": \"06250feb-e80d-4479-9d00-a372120b47be\"\n                }\n            ],\n            \"external_lab_test_results\": null\n        },\n        {\n            \"inventory_id\": \"7770\",\n            \"inventory_type\": \"Cannabis\",\n            \"item_class\": \"Concentrate\",\n            \"item_category\": \"Concentrate\",\n            \"external\": false,\n            \"item_id\": \"1542\",\n            \"item_name\": \"004__Feb\",\n            \"item_retail_display_name\": \"004__Feb_dba\",\n            \"item_variation_id\": null,\n            \"variation_name\": null,\n            \"variation_retail_display_name\": \"\",\n            \"sku\": \"1.1.1.1542.1\",\n            \"strain_id\": \"0618dd5d192aa245dce7\",\n            \"strain_name\": \"18Jab\",\n            \"package_id\": \"GART-20220929-002\",\n            \"original_package_id\": \"GART-20220929-002\",\n            \"package_status\": \"Created\",\n            \"lot_number\": \"444\",\n            \"original_qty\": 11,\n            \"qty\": 1,\n            \"available_qty\": 0,\n            \"non_available_qty\": 1,\n            \"uom_id\": 3,\n            \"uom\": \"kg\",\n            \"uom_description\": \"Kilogram\",\n            \"area_id\": null,\n            \"area_name\": null,\n            \"location_id\": null,\n            \"location_name\": null,\n            \"is_locked\": false,\n            \"lock_code\": {\n                \"name\": null,\n                \"can_add_to_outbound_order\": null,\n                \"exclude_from_global_inventory\": null\n            },\n            \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2023-01-17T09:58:06Z\",\n            \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2022-09-29T10:02:44Z\",\n            \"item_description\": \"\",\n            \"brand\": null,\n            \"thc_ratio\": null,\n            \"cbd_ratio\": null,\n            \"price\": 17.5,\n            \"retail_price\": 25,\n            \"retail_discount_price\": 22.5,\n            \"wholesale_price\": 20,    \n            \"wholesale_discount_price\": 19,\n            \"cost\": 0,\n            \"sell_by_lot\": false,\n            \"taxable\": false,\n            \"is_tax_exempt\": false,\n            \"unit_weight\": null,\n            \"weight_uom\": null,\n            \"weight_uom_description\": null,\n            \"unit_volume\": null,\n            \"volume_uom\": null,\n            \"volume_uom_description\": null,\n            \"ref_field_1\": null,\n            \"ref_field_2\": null,\n            \"ref_field_3\": null,\n            \"is_sample\": false,\n            \"extraction_method\": null,\n            \"production_date\": null,\n            \"harvest_date\": null,\n            \"use_by_date\": \"2026-04-20\",\n            \"lab_test_result_id\": null,\n            \"origin_harvest\": [\n                {\n                    \"package_id\": \"GART-20220929-002\",\n                    \"origin_harvest_id\": null,\n                    \"harvest_nickname\": null,\n                    \"harvest_date\": null,\n                    \"current_area_id\": null\n                }\n            ],\n            \"external_lab_test_results\": null\n        }\n    ]\n}"}],"_postman_id":"a89aadab-c030-42b6-8748-5b16ec951245"},{"name":"GetInventorySummary","event":[{"listen":"test","script":{"id":"73bc66b5-9df1-4844-9175-25afbb097d59","exec":["pm.test(\"Status code is 200\", function() {\r","pm.response.to.have.status(200);\r","}\r",")"],"type":"text/javascript"}}],"id":"55dedcd0-f383-4364-81bc-2d6cda750b6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"GET","header":[{"key":"FacilityID","type":"text","value":"{{facility_id}}"}],"url":"https://app.flourishsoftware.com/external/api/v1/inventory/summary?include_all_items=true&include_inactive_items=true","description":"<p>Get summary of inventory quantities for items from all packages. This includes quantity values for:</p>\n<ul>\n<li>Available</li>\n<li>Non-available</li>\n<li>Sellable</li>\n</ul>\n","urlObject":{"path":["v1","inventory","summary"],"host":["https://app.flourishsoftware.com/external/api"],"query":[{"disabled":true,"key":"limit","value":"50"},{"disabled":true,"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>Type of inventory.\nUsually Options Include: Cannabis, Raw Materials, Supplies.\nUse GetInventoryTypes API Call to confirm.</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"inventory_type","value":"Raw Materials"},{"disabled":true,"key":"inventory_type","value":"Cannabis"},{"disabled":true,"description":{"content":"<p>Specify item class for returned inventory.</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"item_class","value":"Buds"},{"disabled":true,"description":{"content":"<p>Only return specific item categories.</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"item_category","value":"Flower"},{"disabled":true,"description":{"content":"<p>Specify inventory by item ID.</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"item_id","value":"151"},{"disabled":true,"description":{"content":"<p>Filter on item name.</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"item_name","value":"CR Packaging Vaporizer Pen Tubes"},{"disabled":true,"description":{"content":"<p>Specify inventory by item variation ID.</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"item_variation_id","value":"456"},{"disabled":true,"description":{"content":"<p>Specify inventory by item variation name.</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"variation_name","value":"Some Variation Name"},{"disabled":true,"description":{"content":"<p>Specify inventory by item strain ID.</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"strain_id","value":"abc123"},{"disabled":true,"description":{"content":"<p>Specify inventory by strain name. Note that this will exclude non-cannabis items.</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"strain_name","value":"G13 Haze"},{"disabled":true,"description":{"content":"<p>Specify inventory by item retail display name.</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"item_retail_display_name","value":"Ice Cream"},{"disabled":true,"description":{"content":"<p>Specify inventory by item variation retail display name.</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"variation_retail_display_name","value":"Ponderosa"},{"disabled":true,"description":{"content":"<p>Specify inventory by lot number.</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"lot_number","value":"SOME LOT NUMBER"},{"disabled":true,"description":{"content":"<p>Specify inventory by item UOM.</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"uom","value":"Gram"},{"disabled":true,"description":{"content":"<p>Specify inventory by item or item variation SKU.</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"sku","value":"2.8.34.75.0"},{"disabled":true,"description":{"content":"<p>Date/time order was updated, range start.</p>\n<p>type: datetime</p>\n","type":"text/plain"},"key":"last_updated_timestamp_start","value":"2026-01-02T15:04:05.000Z"},{"disabled":true,"description":{"content":"<p>Date/time order was updated, range end.</p>\n<p>type: datetime</p>\n","type":"text/plain"},"key":"last_updated_timestamp_end","value":"2020-01-03T15:04:05.000Z"},{"description":{"content":"<p>Include items with no inventory history. Default false. Items without history return last_updated_timestamp of 1900-01-01.</p>\n","type":"text/plain"},"key":"include_all_items","value":"true"},{"disabled":true,"description":{"content":"<p>Specify a group_by value when you want to group by lot number instead of by item.\nAcceptable values are: item_name (default) &amp; lot_number.\nRegardless of the group by value, results will always be grouped additionally by strain_name and variation_name.</p>\n<p>type: string</p>\n","type":"text/plain"},"key":"group_by","value":"lot_number"},{"disabled":true,"description":{"content":"<p>Specify inventory with available qty only, and also without available qty.</p>\n<p>type: boolean</p>\n","type":"text/plain"},"key":"has_available_qty","value":"true"},{"disabled":true,"description":{"content":"<p>Specify if Inventory Item is an External Item.</p>\n","type":"text/plain"},"key":"is_external","value":"true"},{"description":{"content":"<p>Specify if the result should include items which are currently inactive in Flourish.</p>\n<p>type: boolean</p>\n","type":"text/plain"},"key":"include_inactive_items","value":"true"}],"variable":[]}},"response":[{"id":"1d26e4a1-33e0-490a-9131-26ec8f94bb18","name":"GetInventorySummary (By LotNumber)","originalRequest":{"method":"GET","header":[{"key":"FacilityID","value":"{{facility_id}}"}],"url":{"raw":"https://app.flourishsoftware.com/external/api/v1/inventory/summary?inventory_type=Cannabis&group_by=lot_number","host":["https://app.flourishsoftware.com/external/api"],"path":["v1","inventory","summary"],"query":[{"key":"inventory_type","value":"Cannabis"},{"key":"group_by","value":"lot_number"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"meta\": {\n        \"total\": 528,\n        \"offset\": 0,\n        \"limit\": 2,\n        \"count\": 2,\n        \"next\": \"https://app.flourishsoftware.com/external/api/v1/inventory/summary?offset=2&limit=2\"\n    },\n    \"data\": [\n        {\n            \"inventory_type\": \"Cannabis\",\n            \"item_class\": \"Buds\",\n            \"item_category\": \"Flower\",\n            \"external\": false,\n            \"item_id\": \"1488\",\n            \"item_name\": \"$100 OG 1-Gram Flower Eaches\",\n            \"item_retail_display_name\": \"$100 OG 1-Gram Flower Eaches DBA\",\n            \"item_variation_id\": null,\n            \"variation_name\": null,\n            \"variation_retail_display_name\": \"\",\n            \"sku\": \"\",\n            \"strain_id\": \"340981bc-6822-46a8-9e7d-33821b495b48\",\n            \"strain_name\": \"$100 OG\",\n            \"uom\": \"ea\",\n            \"uom_description\": \"Each\",\n            \"lot_number\": \"TESTSTRAINREMOVAL\",\n            \"item_description\": \"Comes in a gorgeous mylar pouch with a gold ribbon, double bagged\",\n            \"brand\": null,\n            \"thc_ratio\": null,\n            \"cbd_ratio\": null,\n            \"price\": 600,\n            \"cost\": 0,\n            \"taxable\": false,\n            \"is_tax_exempt\": false,\n            \"unit_weight\": 2,\n            \"weight_uom\": \"g\",\n            \"weight_uom_description\": \"Gram\",\n            \"unit_volume\": null,\n            \"volume_uom\": null,\n            \"volume_uom_description\": null,\n            \"qty\": 174134,\n            \"available_qty\": 172113,\n            \"non_available_qty\": 2021,\n            \"sellable_qty\": 171726,\n            \"on_order_qty\": 400,\n            \"last_updated_timestamp\": \"2023-01-11T07:36:28Z\"\n        },\n        {\n            \"inventory_type\": \"Cannabis\",\n            \"item_class\": \"Buds\",\n            \"item_category\": \"Bulk Flower\",\n            \"external\": false,\n            \"item_id\": \"1612\",\n            \"item_name\": \"$100 OG OGs8\",\n            \"item_retail_display_name\": \"$100 OG OGs\",\n            \"item_variation_id\": null,\n            \"variation_name\": null,\n            \"variation_retail_display_name\": \"\",\n            \"sku\": \"1.5.31.1612.0\",\n            \"strain_id\": \"340981bc-6822-46a8-9e7d-33821b495b48\",\n            \"strain_name\": \"$100 OG\",\n            \"uom\": \"g\",\n            \"uom_description\": \"Gram\",\n            \"lot_number\": \"17FebQA_test\",\n            \"item_description\": \"\",\n            \"brand\": null,\n            \"thc_ratio\": null,\n            \"cbd_ratio\": null,\n            \"price\": 220,\n            \"cost\": 0,\n            \"taxable\": false,\n            \"is_tax_exempt\": false,\n            \"unit_weight\": null,\n            \"weight_uom\": null,\n            \"weight_uom_description\": null,\n            \"unit_volume\": null,\n            \"volume_uom\": null,\n            \"volume_uom_description\": null,\n            \"qty\": 5563.5,\n            \"available_qty\": 1015.4999,\n            \"non_available_qty\": 4548.0001,\n            \"sellable_qty\": 702.5,\n            \"on_order_qty\": 3339,\n            \"last_updated_timestamp\": \"2023-03-16T16:27:07Z\"\n        }\n    ]\n}"},{"id":"d8540196-6b70-4b96-9536-a68177cecb1b","name":"GetInventorySummary (By Item)","originalRequest":{"method":"GET","header":[{"key":"FacilityID","value":"{{facility_id}}"}],"url":{"raw":"https://app.flourishsoftware.com/external/api/v1/inventory/summary?inventory_type=Cannabis&group_by=item_id","host":["https://app.flourishsoftware.com/external/api"],"path":["v1","inventory","summary"],"query":[{"key":"inventory_type","value":"Cannabis"},{"key":"group_by","value":"item_id"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"meta\": {\n        \"total\": 528,\n        \"offset\": 0,\n        \"limit\": 2,\n        \"count\": 2,\n        \"next\": \"https://app.flourishsoftware.com/external/api/v1/inventory/summary?offset=2&limit=2\"\n    },\n    \"data\": [\n        {\n            \"inventory_type\": \"Cannabis\",\n            \"item_class\": \"Buds\",\n            \"item_category\": \"Flower\",\n            \"external\": false,\n            \"item_id\": \"1488\",\n            \"item_name\": \"$100 OG 1-Gram Flower Eaches\",\n            \"item_retail_display_name\": \"$100 OG 1-Gram Flower Eaches DBA\",\n            \"item_variation_id\": null,\n            \"variation_name\": null,\n            \"variation_retail_display_name\": \"\",\n            \"sku\": \"\",\n            \"strain_id\": \"340981bc-6822-46a8-9e7d-33821b495b48\",\n            \"strain_name\": \"$100 OG\",\n            \"uom\": \"ea\",\n            \"uom_description\": \"Each\",\n            \"lot_number\": \"TESTSTRAINREMOVAL\",\n            \"item_description\": \"Comes in a gorgeous mylar pouch with a gold ribbon, double bagged\",\n            \"brand\": null,\n            \"thc_ratio\": null,\n            \"cbd_ratio\": null,\n            \"price\": 600,\n            \"retail_price\": 750,\n            \"retail_discount_price\": 700,\n            \"wholesale_price\": 650,    \n            \"wholesale_discount_price\": 625,\n            \"cost\": 0,\n            \"taxable\": false,\n            \"is_tax_exempt\": false,\n            \"unit_weight\": 2,\n            \"weight_uom\": \"g\",\n            \"weight_uom_description\": \"Gram\",\n            \"unit_volume\": null,\n            \"volume_uom\": null,\n            \"volume_uom_description\": null,\n            \"qty\": 174134,\n            \"available_qty\": 172113,\n            \"non_available_qty\": 2021,\n            \"sellable_qty\": 171726,\n            \"on_order_qty\": 400,\n            \"last_updated_timestamp\": \"2023-01-11T07:36:28Z\"\n        },\n        {\n            \"inventory_type\": \"Cannabis\",\n            \"item_class\": \"Buds\",\n            \"item_category\": \"Bulk Flower\",\n            \"external\": false,\n            \"item_id\": \"1612\",\n            \"item_name\": \"$100 OG OGs8\",\n            \"item_retail_display_name\": \"$100 OG OGs\",\n            \"item_variation_id\": null,\n            \"variation_name\": null,\n            \"variation_retail_display_name\": \"\",\n            \"sku\": \"1.5.31.1612.0\",\n            \"strain_id\": \"340981bc-6822-46a8-9e7d-33821b495b48\",\n            \"strain_name\": \"$100 OG\",\n            \"uom\": \"g\",\n            \"uom_description\": \"Gram\",\n            \"lot_number\": \"17FebQA_test\",\n            \"item_description\": \"\",\n            \"brand\": null,\n            \"thc_ratio\": null,\n            \"cbd_ratio\": null,\n            \"price\": 220,\n            \"retail_price\": 250,\n            \"retail_discount_price\": 245,\n            \"wholesale_price\": 242.5,    \n            \"wholesale_discount_price\": 240,\n            \"cost\": 0,\n            \"taxable\": false,\n            \"is_tax_exempt\": false,\n            \"unit_weight\": null,\n            \"weight_uom\": null,\n            \"weight_uom_description\": null,\n            \"unit_volume\": null,\n            \"volume_uom\": null,\n            \"volume_uom_description\": null,\n            \"qty\": 5563.5,\n            \"available_qty\": 1015.4999,\n            \"non_available_qty\": 4548.0001,\n            \"sellable_qty\": 702.5,\n            \"on_order_qty\": 3339,\n            \"last_updated_timestamp\": \"2023-03-16T16:27:07Z\"\n        }\n    ]\n}"}],"_postman_id":"55dedcd0-f383-4364-81bc-2d6cda750b6f"},{"name":"GetInventoryAdjustments","event":[{"listen":"test","script":{"id":"73bc66b5-9df1-4844-9175-25afbb097d59","exec":["pm.test(\"Status code is 200\", function() {\r","pm.response.to.have.status(200);\r","}\r",")"],"type":"text/javascript","packages":{}}}],"id":"e04d246f-204a-400a-a435-f043b2901bf5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"GET","header":[{"key":"FacilityID","value":"{{facility_id}}"}],"url":"https://app.flourishsoftware.com/external/api/v1/inventory/adjustments","description":"<p>Get summary of inventory quantities for items from all packages. This includes quantity values for:</p>\n<ul>\n<li>Available</li>\n<li>Non-available</li>\n<li>Sellable</li>\n</ul>\n","urlObject":{"path":["v1","inventory","adjustments"],"host":["https://app.flourishsoftware.com/external/api"],"query":[{"disabled":true,"key":"limit","value":"50"},{"disabled":true,"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>Type of inventory.\nUsually Options Include: Cannabis, Raw Materials, Supplies.\nUse GetInventoryTypes API Call to confirm.</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"inventory_type","value":"Raw Materials"},{"disabled":true,"key":"inventory_type","value":"Cannabis"},{"disabled":true,"description":{"content":"<p>Specify item class for returned inventory.</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"item_class","value":"Buds"},{"disabled":true,"key":"item_category","value":"Bulk%20Flower"},{"disabled":true,"description":{"content":"<p>Specify inventory by item ID.</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"item_id","value":"712"},{"disabled":true,"description":{"content":"<p>Specify inventory by item variation ID.</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"item_variation_id","value":"456"},{"disabled":true,"description":{"content":"<p>Specify inventory by item variation name.</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"variation_name","value":"Some Variation Name"},{"disabled":true,"description":{"content":"<p>Specify inventory by item strain ID.</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"strain_id","value":"abc123"},{"disabled":true,"description":{"content":"<p>Specify inventory by strain name. Note that this will exclude non-cannabis items.</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"strain_name","value":"Afghan Kush"},{"disabled":true,"description":{"content":"<p>Specify inventory by item retail display name.</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"retail_display_name","value":"Afghan Kush - Dry Cannabis"},{"disabled":true,"description":{"content":"<p>Specify inventory by lot number.</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"lot_number","value":"SN230703RE1-0707"},{"disabled":true,"description":{"content":"<p>Specify inventory by item UOM.</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"uom","value":"g"},{"disabled":true,"description":{"content":"<p>Specify inventory by item or item variation SKU.</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"sku","value":"FLO-BUD-FT-PRE-GFU"},{"disabled":true,"description":{"content":"<p>Date/time order was updated, range start.</p>\n<p>type: datetime</p>\n","type":"text/plain"},"key":"created_timestamp_start","value":"2025-01-01T00:00:00.000Z"},{"disabled":true,"description":{"content":"<p>Date/time order was updated, range end.</p>\n<p>type: datetime</p>\n","type":"text/plain"},"key":"created_timestamp_end","value":"2025-01-02T23:59:59.999Z"},{"disabled":true,"key":"package_id","value":"1A4FF0300000259000005315"},{"disabled":true,"key":"adjustment_reason_code","value":"Compliance System Discrepancy"},{"disabled":true,"key":"item_name","value":"Some Item"}],"variable":[]}},"response":[{"id":"71b95ddc-da1a-4515-822e-6bad270898af","name":"GetInventoryAdjustments (for an item by name)","originalRequest":{"method":"GET","header":[{"key":"FacilityID","value":"{{facility_id}}"}],"url":{"raw":"https://app.flourishsoftware.com/external/api/v1/inventory/adjustments?item_name=12-5%20THC%201%20CBD%20Oil%20Concentrate","host":["https://app.flourishsoftware.com/external/api"],"path":["v1","inventory","adjustments"],"query":[{"key":"item_name","value":"12-5%20THC%201%20CBD%20Oil%20Concentrate"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"meta\": {\n        \"total\": 1,\n        \"offset\": 0,\n        \"limit\": 50,\n        \"count\": 1,\n        \"next\": \"\"\n    },\n    \"data\": [\n        {\n            \"adjustment_id\": \"51e5c5036a354f19efafcd853cd0e7\",\n            \"facility_id\": \"5ba335ea4327a94530b0ac77\",\n            \"inventory_type\": \"Cannabis\",\n            \"item_class\": \"Concentrate\",\n            \"item_category\": \"Concentrate\",\n            \"item_id\": \"18\",\n            \"item_name\": \"12-5 THC 1 CBD Oil Concentrate\",\n            \"item_variation_id\": null,\n            \"sku_retail_display_name\": \"12-5 THC 1 CBD Oil Concentrate\",\n            \"sku\": \"1.1.1.18.0\",\n            \"strain_id\": null,\n            \"strain_name\": null,\n            \"package_id\": \"CADS-20200406-017\",\n            \"lot_number\": \"345\",\n            \"adjustment_qty\": 100,\n            \"uom_id\": 4,\n            \"uom\": \"mg\",\n            \"uom_description\": \"Milligram\",\n            \"adjustment_reason_code\": \"Automation_AdjustmentTest\",\n            \"comment\": \"aAdjust Qty Automation test\",\n            \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2020-04-14T17:00:02Z\"\n        }\n    ]\n}"},{"id":"1fb8879e-14ee-4fb9-b51f-9a08c30b4de6","name":"GetInventoryAdjustments (for a category)","originalRequest":{"method":"GET","header":[{"key":"FacilityID","value":"{{facility_id}}"}],"url":{"raw":"https://app.flourishsoftware.com/external/api/v1/inventory/adjustments?limit=5&item_category=Bulk%20Flower","host":["https://app.flourishsoftware.com/external/api"],"path":["v1","inventory","adjustments"],"query":[{"key":"limit","value":"5"},{"key":"item_category","value":"Bulk%20Flower"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"meta\": {\n        \"total\": 7,\n        \"offset\": 0,\n        \"limit\": 5,\n        \"count\": 5,\n        \"next\": \"https://app.flourishsoftware.com/external/api/v1/inventory/adjustments?item_category=Bulk Flower&offset=5&limit=5\"\n    },\n    \"data\": [\n        {\n            \"adjustment_id\": \"d3f87a35-5685-11ed-96ca-0afefba11984\",\n            \"facility_id\": \"5ba335ea4327a94530b0ac77\",\n            \"inventory_type\": \"Cannabis\",\n            \"item_class\": \"Buds\",\n            \"item_category\": \"Bulk Flower\",\n            \"item_id\": \"8\",\n            \"item_name\": \"Bulk Flower\",\n            \"item_variation_id\": null,\n            \"sku_retail_display_name\": \"Bulk Flower\",\n            \"sku\": \"1.5.31.8.0\",\n            \"strain_id\": \"620881291ae844ded3fe\",\n            \"strain_name\": \"Durban Poison\",\n            \"package_id\": \"CADEMMN-20181025-002\",\n            \"lot_number\": null,\n            \"adjustment_qty\": -3,\n            \"uom_id\": 1,\n            \"uom\": \"ea\",\n            \"uom_description\": \"Each\",\n            \"adjustment_reason_code\": \"Waste\",\n            \"comment\": \"test\",\n            \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2022-10-28T06:00:30Z\"\n        },\n        {\n            \"adjustment_id\": \"537f2232-ff22-11eb-a42e-0219c98d5e84\",\n            \"facility_id\": \"5ba335ea4327a94530b0ac77\",\n            \"inventory_type\": \"Cannabis\",\n            \"item_class\": \"Buds\",\n            \"item_category\": \"Bulk Flower\",\n            \"item_id\": \"8\",\n            \"item_name\": \"Bulk Flower\",\n            \"item_variation_id\": null,\n            \"sku_retail_display_name\": \"Bulk Flower\",\n            \"sku\": \"1.5.31.8.0\",\n            \"strain_id\": \"620881291ae844ded3fe\",\n            \"strain_name\": \"Durban Poison\",\n            \"package_id\": \"CADEMMN-20181025-002\",\n            \"lot_number\": null,\n            \"adjustment_qty\": 4,\n            \"uom_id\": 1,\n            \"uom\": \"ea\",\n            \"uom_description\": \"Each\",\n            \"adjustment_reason_code\": \"API Conversion Error\",\n            \"comment\": \"test\",\n            \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2021-08-17T06:14:05Z\"\n        },\n        {\n            \"adjustment_id\": \"8bb654c5-eecf-11eb-87fa-066746b95178\",\n            \"facility_id\": \"5ba335ea4327a94530b0ac77\",\n            \"inventory_type\": \"Cannabis\",\n            \"item_class\": \"Buds\",\n            \"item_category\": \"Bulk Flower\",\n            \"item_id\": \"982\",\n            \"item_name\": \"0BD Disable Strain Test Item\",\n            \"item_variation_id\": null,\n            \"sku_retail_display_name\": \"0BD Disable Strain Test Item DBA\",\n            \"sku\": \"1.5.31.982.0\",\n            \"strain_id\": null,\n            \"strain_name\": null,\n            \"package_id\": \"CADS-20210319-016\",\n            \"lot_number\": \"eewewew\",\n            \"adjustment_qty\": 10,\n            \"uom_id\": 2,\n            \"uom\": \"g\",\n            \"uom_description\": \"Gram\",\n            \"adjustment_reason_code\": \"API Conversion Error\",\n            \"comment\": \"test\",\n            \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2021-07-27T11:41:13Z\"\n        },\n        {\n            \"adjustment_id\": \"59ca7b10234832dc6c4c6ad073b78a\",\n            \"facility_id\": \"5ba335ea4327a94530b0ac77\",\n            \"inventory_type\": \"Cannabis\",\n            \"item_class\": \"Buds\",\n            \"item_category\": \"Bulk Flower\",\n            \"item_id\": \"982\",\n            \"item_name\": \"0BD Disable Strain Test Item\",\n            \"item_variation_id\": null,\n            \"sku_retail_display_name\": \"0BD Disable Strain Test Item DBA\",\n            \"sku\": \"1.5.31.982.0\",\n            \"strain_id\": null,\n            \"strain_name\": null,\n            \"package_id\": \"CADS-20210412-021\",\n            \"lot_number\": \"lot123\",\n            \"adjustment_qty\": 2,\n            \"uom_id\": 2,\n            \"uom\": \"g\",\n            \"uom_description\": \"Gram\",\n            \"adjustment_reason_code\": \"Automation_AdjustmentTest\",\n            \"comment\": \"\",\n            \"created_by\": \"nilesh.raval@codepiemedia.com\",\n            \"created_timestamp\": \"2021-04-12T11:02:51Z\"\n        },\n        {\n            \"adjustment_id\": \"ea0877ce-9943-11eb-bb24-0a9fa8324990\",\n            \"facility_id\": \"5ba335ea4327a94530b0ac77\",\n            \"inventory_type\": \"Cannabis\",\n            \"item_class\": \"Buds\",\n            \"item_category\": \"Bulk Flower\",\n            \"item_id\": \"8\",\n            \"item_name\": \"Bulk Flower\",\n            \"item_variation_id\": null,\n            \"sku_retail_display_name\": \"Bulk Flower\",\n            \"sku\": \"1.5.31.8.0\",\n            \"strain_id\": \"620881291ae844ded3fe\",\n            \"strain_name\": \"Durban Poison\",\n            \"package_id\": \"CADEMMN-20181025-002\",\n            \"lot_number\": null,\n            \"adjustment_qty\": 9,\n            \"uom_id\": 1,\n            \"uom\": \"ea\",\n            \"uom_description\": \"Each\",\n            \"adjustment_reason_code\": \"In-House Quality Control\",\n            \"comment\": null,\n            \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2021-04-09T14:57:33Z\"\n        }\n    ]\n}"}],"_postman_id":"e04d246f-204a-400a-a435-f043b2901bf5"}],"id":"666793c0-b040-4615-a719-bd9793232cf5","auth":{"type":"noauth","isInherited":false},"_postman_id":"666793c0-b040-4615-a719-bd9793232cf5","description":""},{"name":"Retail Customers","item":[{"name":"GetRetailCustomer","id":"bbf77867-0224-4b26-9d5c-ad6f9f7b4257","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"GET","header":[],"url":"https://app.flourishsoftware.com/external/api/v1/customers/{{customer_id}}","description":"<p>Get information on a single customer for a given <code>customer_id</code>.</p>\n","urlObject":{"path":["v1","customers","{{customer_id}}"],"host":["https://app.flourishsoftware.com/external/api"],"query":[],"variable":[]}},"response":[{"id":"3929a926-86ff-4165-832f-083c99c62d34","name":"GetCustomer","originalRequest":{"method":"GET","header":[],"url":"https://app.flourishsoftware.com/external/api/v1/customers/3"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Date","value":"Mon, 19 Aug 2019 04:06:25 GMT"},{"key":"Content-Length","value":"1131"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"data\": {\n        \"id\": \"3\",\n        \"email\": null,\n        \"first_name\": \"JEFFREY\",\n        \"last_name\": \"WRIGHT\",\n        \"middle_name\": null,\n        \"dob\": \"1968-07-12\",\n        \"state\": \"FL\",\n        \"patient_id\": null,\n        \"phone\": \"3124207879\",\n        \"address\": [\n            {\n                \"id\": 2827,\n                \"first_name\": \"JEFFREY\",\n                \"last_name\": \"WRIGHT\",\n                \"address_line_1\": \"123 Awesome Road\",\n                \"address_line_2\": \"\",\n                \"city\": \"Miami\",\n                \"state\": \"FL\",\n                \"postcode\": \"33130\",\n                \"country\": \"US\",\n                \"address_type\": \"\",\n                \"active\": true,\n                \"is_primary\": true,\n                \"created_timestamp\": \"2019-08-19T03:52:45Z\",\n                \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n                \"last_updated_timestamp\": \"2019-08-19T03:53:32Z\",\n                \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\"\n            }\n        ],\n        \"is_verified\": true,\n        \"is_active\": true,\n        \"available_credit\": null,\n        \"created_timestamp\": \"2019-01-11T15:58:50Z\",\n        \"created_by\": \"jwright@flourishsoftware.com\",\n        \"last_updated_timestamp\": \"2019-08-19T03:52:45Z\",\n        \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n        \"medical_card_expiration\": null,\n        \"state_id\": \"Oregon\",\n        \"state_id_expiration_timestamp\": null,\n        \"merged_customer_id\": null,\n        \"customer_group\": null,\n        \"customer_type\": \"Patient\",\n        \"customer_origin\": \"Flourish\",\n        \"customer_status\": \"Created\",\n        \"customer_disciplinary_status\": \"No Issues\"\n    }\n}"}],"_postman_id":"bbf77867-0224-4b26-9d5c-ad6f9f7b4257"},{"name":"GetRetailCustomers","event":[{"listen":"test","script":{"id":"f8e84c73-6a5e-4efd-b610-1fbdd95625d8","exec":["pm.test(\"Status code is 200\", function() {\r","pm.response.to.have.status(200);\r","}\r",")"],"type":"text/javascript"}}],"id":"e887bf64-fa77-47de-bb11-c622b3e16d5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"GET","header":[],"url":"https://app.flourishsoftware.com/external/api/v1/customers","description":"<p>Get customers.  This request is scoped to the company. You can optionally filter by query parameters.</p>\n","urlObject":{"path":["v1","customers"],"host":["https://app.flourishsoftware.com/external/api"],"query":[{"disabled":true,"key":"limit","value":"50"},{"disabled":true,"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>Customer first name.</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"first_name","value":"John"},{"disabled":true,"description":{"content":"<p>Customer last name.</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"last_name","value":"Smith"},{"disabled":true,"description":{"content":"<p>Customer date of birth.</p>\n<p>type: [date], should be in format YYYY-MM-DD</p>\n","type":"text/plain"},"key":"dob","value":"1970-01-01"},{"disabled":true,"description":{"content":"<p>Customer US state of residence.</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"state","value":"CA"},{"disabled":true,"description":{"content":"<p>Customer patient ID.</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"patient_id","value":"1a2b3c"},{"disabled":true,"description":{"content":"<p>Customer phone number.</p>\n<p>type: [number]</p>\n","type":"text/plain"},"key":"phone_number","value":"5558675309"},{"disabled":true,"description":{"content":"<p>Customer email. Values should always be URL encoded.</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"email","value":"joe%40cannabatopia.com"},{"disabled":true,"description":{"content":"<p>Date/time customer was last updated, range start.</p>\n<p>type: [datetime]</p>\n","type":"text/plain"},"key":"last_updated_timestamp_start","value":"2020-01-02T15:04:05.000Z"},{"disabled":true,"description":{"content":"<p>Date/time customer was last updated, range end.</p>\n<p>type: [datetime]</p>\n","type":"text/plain"},"key":"last_updated_timestamp_end","value":"2020-01-03T15:04:05.000Z"}],"variable":[]}},"response":[{"id":"2fa89602-3bb4-4d12-b547-2d68d1236e4a","name":"GetCustomers","originalRequest":{"method":"GET","header":[],"url":"https://app.flourishsoftware.com/external/api/v1/customers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"},{"key":"Date","value":"Fri, 26 Jul 2019 03:51:29 GMT","enabled":true},{"key":"Content-Length","value":"1641","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"meta\": {\n        \"total\": 17353,\n        \"offset\": 0,\n        \"limit\": 50,\n        \"count\": 50,\n        \"next\": \"https://app.flourishsoftware.com/external/api/v1/customers?offset=50&limit=50\"\n    },\n    \"data\": [\n        {\n            \"id\": \"3042\",\n            \"email\": \"dhwani@gmail.com\",\n            \"first_name\": \"Jonah\",\n            \"last_name\": \"Adams\",\n            \"middle_name\": null,\n            \"preferred_name\": \"JA\",\n            \"dob\": \"1990-06-23\",\n            \"allergies\": \"food Allergies\",\n            \"state\": \"FL\",\n            \"patient_id\": \"ddfdfdf\",\n            \"phone\": \"9725288113\",\n            \"address\": [\n                {\n                    \"id\": 2827,\n                    \"first_name\": \"Jonah\",\n                    \"last_name\": \"Adams\",\n                    \"address_line_1\": \"xyz address\",\n                    \"address_line_2\": \"abc address\",\n                    \"city\": \"jk\",\n                    \"state\": \"CO\",\n                    \"postcode\": \"2313232323232\",\n                    \"country\": \"US\",\n                    \"type\": \"\",\n                    \"active\": true,\n                    \"is_primary\": false,\n                    \"created_timestamp\": \"2019-11-13T11:36:06Z\",\n                    \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n                    \"last_updated_timestamp\": \"2020-10-26T06:36:12Z\",\n                    \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\"\n                },\n                {\n                    \"id\": 9697,\n                    \"first_name\": \"Jonah\",\n                    \"last_name\": \"Adams\",\n                    \"address_line_1\": \"tms\",\n                    \"address_line_2\": \"tms2\",\n                    \"city\": \"dd\",\n                    \"state\": \"AS\",\n                    \"postcode\": \"32233223\",\n                    \"country\": \"US\",\n                    \"type\": \"\",\n                    \"active\": true,\n                    \"is_primary\": true,\n                    \"created_timestamp\": \"2020-10-21T11:09:24Z\",\n                    \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n                    \"last_updated_timestamp\": \"2020-10-26T06:36:41Z\",\n                    \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\"\n                }\n            ],\n            \"is_verified\": true,\n            \"is_active\": true,\n            \"available_credit\": null,\n            \"created_timestamp\": \"2019-11-13T11:36:05Z\",\n            \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2021-12-21T10:48:32Z\",\n            \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"medical_card_state\": \"CT\",\n            \"medical_card_expiration\": \"\",\n            \"state_id\": \"51f0b1a4-9d47-4718-aeca-228e9821862112\",\n            \"state_id_expiration_timestamp\": \"2044-02-02\",\n            \"merged_customer_id\": null,\n            \"merged_timestamp\": null,\n            \"customer_group\": \"Student\",\n            \"customer_type\": \"Patient\",\n            \"customer_origin\": \"Flourish\",\n            \"customer_status\": \"Created\",\n            \"customer_disciplinary_status\": \"No Issues\",\n            \"physician\": {\n                \"first_name\": \"Test\",\n                \"middle_name\": \"jlast\",\n                \"last_name\": \"aa\",\n                \"license_number\": \"12312313\",\n                \"phone_number\": null,\n                \"email\": null,\n                \"address_line_1\": \"address1\",\n                \"address_line_2\": null,\n                \"city\": \"delhi\",\n                \"state\": \"DE\",\n                \"postcode\": \"23233\",\n                \"country\": null,\n                \"active\": true\n            }\n        },\n        {\n            \"id\": \"3056\",\n            \"email\": null,\n            \"first_name\": \"fddeefdea\",\n            \"last_name\": \"fddeefdea\",\n            \"middle_name\": null,\n            \"preferred_name\": \"fddeefdea\",\n            \"dob\": \"1989-10-03\",\n            \"allergies\": null,\n            \"state\": \"FL\",\n            \"patient_id\": \"ded146b9-8797-48b0-ad90-c8c0253d6b81\",\n            \"phone\": \"1234567890\",\n            \"address\": [\n                {\n                    \"id\": 2841,\n                    \"first_name\": \"fddeefdea\",\n                    \"last_name\": \"fddeefdea\",\n                    \"address_line_1\": \"xyz addresss for flourish Address1\",\n                    \"address_line_2\": \"xyz addresss for flourish Address2\",\n                    \"city\": \"Ahmedabad\",\n                    \"state\": \"AL\",\n                    \"postcode\": \"23332\",\n                    \"country\": \"US\",\n                    \"type\": \"\",\n                    \"active\": true,\n                    \"is_primary\": true,\n                    \"created_timestamp\": \"2019-11-14T05:15:20Z\",\n                    \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n                    \"last_updated_timestamp\": \"2019-11-14T05:15:20Z\",\n                    \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\"\n                }\n            ],\n            \"is_verified\": true,\n            \"is_active\": true,\n            \"available_credit\": null,\n            \"created_timestamp\": \"2019-11-14T05:15:20Z\",\n            \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2021-09-15T12:22:39Z\",\n            \"last_updated_by\": \"nilesh.raval@codepiemedia.com\",\n            \"medical_card_state\": \"AL\",\n            \"medical_card_expiration\": \"\",\n            \"state_id\": null,\n            \"state_id_expiration_timestamp\": \"\",\n            \"merged_customer_id\": null,\n            \"merged_timestamp\": null,\n            \"customer_group\": \"Employee\",\n            \"customer_type\": \"Patient\",\n            \"customer_origin\": \"Flourish\",\n            \"customer_status\": \"Created\",\n            \"customer_disciplinary_status\": \"No Issues\",\n            \"physician\": {\n                \"first_name\": null,\n                \"middle_name\": null,\n                \"last_name\": null,\n                \"license_number\": null,\n                \"phone_number\": null,\n                \"email\": null,\n                \"address_line_1\": null,\n                \"address_line_2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"postcode\": null,\n                \"country\": null,\n                \"active\": null\n            }\n        }\n    ]\n}"}],"_postman_id":"e887bf64-fa77-47de-bb11-c622b3e16d5d"},{"name":"PostRetailCustomer","id":"ea1306c1-62bb-4a7f-86cd-1f531fe95d88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"first_name\": \"Testy\",\n    \"last_name\": \"McGruber\",\n    \"preferred_name\": \"MrT\",\n    \"dob\": \"1991-01-24\",\n    \"email\": \"mrtmcgruber@earthlink.net\",\n    \"phone\": null,\n    \"state\": null,\n    \"medical_card_state\": null,\n    \"medical_card_expiration\": null,\n    \"patient_id\": null,\n    \"allergies\": null,\n    \"is_verified\": true,\n    \"is_active\": true,\n    \"available_credit\": 50,\n    \"customer_group\": \"Student\",\n    \"customer_disciplinary_status\": \"No Issues\",\n    \"address\":null\n}","options":{"raw":{"language":"json"}}},"url":"https://app.flourishsoftware.com/external/api/v1/customers","description":"<p>Create a new retail customer</p>\n<p>Request Fields:</p>\n<ul>\n<li>email: string - REQUIRED<ul>\n<li>The primary email for the customer to be created. Must be unique.</li>\n</ul>\n</li>\n<li>alternate_email: string<ul>\n<li>Additional, optional email for the customer to be created.</li>\n</ul>\n</li>\n<li>first_name: string - REQUIRED</li>\n<li>last_name: string - REQUIRED</li>\n<li>middle_name: string</li>\n<li>preferred_name: string</li>\n<li>dob: date - REQUIRED<br />The customer Date of Birth.</li>\n<li>allergies: string</li>\n<li>state: string<br />Two letter state abbreviation.</li>\n<li>medical_card_state: string<br />Two letter state abbreviation.</li>\n<li>medical_card_expiration: date</li>\n<li>patient_id: string<br />The customer's ID in the the state patient registry. If provided state is REQUIRED</li>\n<li>phone: string<ul>\n<li>Primary phone number for customer, expected to be mobile number.</li>\n</ul>\n</li>\n<li>home_phone: string<ul>\n<li>Additional, optional phone number for customer, expected to be home number.</li>\n</ul>\n</li>\n<li>alternate_phone: string<ul>\n<li>Additional, optional phone number for customer.</li>\n</ul>\n</li>\n<li>address: an array of zero to three addresses each containing:<ul>\n<li>first_name: string<br />Defaults to customer's fist_name if not passed</li>\n<li>last_name: string<br />Defaults to customer's last_name if not passed</li>\n<li>address_line_1: string - REQUIRED</li>\n<li>address_line_2: string</li>\n<li>city: string - REQUIRED</li>\n<li>state: string - REQUIRED</li>\n<li>postcode: string - REQUIRED</li>\n<li>country: string - REQUIRED</li>\n<li>type: string<br />If provided, must be either <code>shipping</code> or <code>billing</code></li>\n</ul>\n</li>\n<li>is_verified: boolean</li>\n<li>state_id: string</li>\n<li>state_id_expiration_timestamp: date</li>\n<li>customer_group: string<br />If provided, must be one of <code>veteran</code>, <code>student</code>, <code>first responder</code>, employee<code>,</code>industry`.</li>\n<li>customer_disciplinary_status: string<br />If provided, must be one of <code>no issues</code>, <code>warning - level 1</code>, <code>warning - level 2</code>, <code>banned</code>.</li>\n</ul>\n<p>It is possible that the customer will be created correctly in the Flourish, but not found in the MMUR. In that case, the response will be a normal success response, except the message will be different and code will be set. The possible code/message combinations are:</p>\n<ul>\n<li>CUS0002: customer was created in flourish, but was not found in the MMUR<br />occurs when the MMUR was searched, but the customer was not found</li>\n<li>CUS0003: customer was created in flourish, but MMUR lookup is disabled<br />occurs when the MMUR was not searched becuase it is not configured</li>\n</ul>\n","urlObject":{"path":["v1","customers"],"host":["https://app.flourishsoftware.com/external/api"],"query":[],"variable":[]}},"response":[{"id":"9a83ebcc-e8a4-40a2-8e43-0fbb3b364c61","name":"PostRetailCustomer","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"example_mcs@flourishsoftware.com\",\n    \"first_name\": \"example\",\n    \"last_name\": \"name\",\n    \"middle_name\": null,\n    \"preferred_name\": \"ex\",\n    \"dob\": \"2000-04-04\",\n    \"phone\": \"9725288129\",\n    \"state\": \"FL\",\n    \"medical_card_state\": \"FL\",\n    \"medical_card_expiration\": \"2025-05-12\",\n    \"patient_id\":\"example_mcs\",\n    \"allergies\": \"peanuts, penicilin\",\n    \"is_verified\": true,\n    \"is_active\": true,\n    \"available_credit\": 102.54,\n    \"customer_group\": \"Employee\",\n    \"customer_disciplinary_status\": \"No Issues\",\n    \"address\": [\n        {\n            \"first_name\": \"First\",\n            \"last_name\": \"Last\",\n            \"address_line_1\": \"123 example street\",\n            \"address_line_2\": \"apt 456\",\n            \"city\": \"Tampa\",\n            \"state\": \"FL\",\n            \"postcode\": \"12345\",\n            \"country\": \"US\",\n            \"type\": \"Shipping\",\n            \"is_primary\": true\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://app.flourishsoftware.com/external/api/v1/customers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"openresty/1.15.8.1"},{"key":"Date","value":"Fri, 22 May 2020 20:47:18 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"customer was created in flourish, but MMUR lookup is disabled\",\n    \"status\": 200,\n    \"code\": \"CUS0003\",\n    \"data\": {\n        \"id\": \"1234\",\n        \"email\": \"example_mcs@flourishsoftware.com\",\n        \"first_name\": \"First\",\n        \"last_name\": \"Last\",\n        \"middle_name\": \"Middle\",\n        \"preferred_name\": \"ex\",\n        \"dob\": \"2000-04-04\",\n        \"allergies\": \"peanuts, penicilin\",\n        \"state\": \"FL\",\n        \"medical_card_state\": \"FL\",\n        \"medical_card_expiration\": \"2021-07-23\",\n        \"patient_id\": \"new-patient-id\",\n        \"phone\": \"9725288129\",\n        \"address\": [\n            {\n                \"id\": 7851,\n                \"first_name\": \"First\",\n                \"last_name\": \"Last\",\n                \"address_line_1\": \"123 updated street\",\n                \"address_line_2\": \"apt 456\",\n                \"city\": \"Tampa\",\n                \"state\": \"FL\",\n                \"postcode\": \"12345\",\n                \"country\": \"US\",\n                \"type\": \"Shipping\",\n                \"active\": true,\n                \"is_primary\": false,\n                \"created_timestamp\": \"2020-09-30T20:21:59Z\",\n                \"created_by\": \"example_mcs@flourishsoftware.com\",\n                \"last_updated_timestamp\": \"2020-09-30T20:21:59Z\",\n                \"last_updated_by\": \"example_mcs@flourishsoftware.com\"\n            }\n        ],\n        \"is_verified\": true,\n        \"is_active\": true,\n        \"available_credit\": null,\n        \"created_timestamp\": \"2018-07-05T13:26:12Z\",\n        \"created_by\": \"example_mcs@flourishsoftware.com\",\n        \"last_updated_timestamp\": \"2018-07-05T13:26:13Z\",\n        \"last_updated_by\": \"example_mcs@flourishsoftware.com\",\n        \"state_id\": \"123456789\",\n        \"state_id_expiration_timestamp\": \"2021-07-23\",\n        \"merged_customer_id\": null,\n        \"merged_timestamp\": null,\n        \"customer_group\": \"veteran\",\n        \"customer_type\": \"Patient\",\n        \"customer_origin\": \"Flourish\",\n        \"customer_status\": \"Created\",\n        \"customer_disciplinary_status\": \"No Issues\"\n    }\n}"}],"_postman_id":"ea1306c1-62bb-4a7f-86cd-1f531fe95d88"},{"name":"PutRetailCustomer","id":"46dd7444-aaa5-474a-8c19-37d696b08546","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"example_mcs@flourishsoftware.com\",\n    \"first_name\": \"First\",\n    \"last_name\": \"Last\",\n    \"middle_name\": \"Middle\",\n    \"preferred_name\": \"ex\",\n    \"dob\": \"2000-04-04\",\n    \"phone\": \"9725288129\",\n    \"state\": \"FL\",\n    \"medical_card_state\": \"FL\",\n    \"medical_card_expiration\": \"2025-05-12\",\n    \"patient_id\":\"example_mcs\",\n    \"allergies\": \"peanuts, penicilin\",\n    \"is_verified\": true,\n    \"is_active\": true,\n    \"available_credit\": 102.54,\n    \"customer_group\": \"Employee\",\n    \"customer_disciplinary_status\": \"No Issues\",\n    \"address\": [\n        {\n            \"first_name\": \"example\",\n            \"last_name\": \"name\",\n            \"address_line_1\": \"123 example street\",\n            \"address_line_2\": \"apt 456\",\n            \"city\": \"Tampa\",\n            \"state\": \"FL\",\n            \"postcode\": \"12345\",\n            \"country\": \"US\",\n            \"type\": \"Shipping\",\n            \"is_primary\": true\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://app.flourishsoftware.com/external/api/v1/customers/{{customer_id}}","description":"<p>Edit an existing retail customer by ID.</p>\n<p>Request Fields:</p>\n<ul>\n<li>email: string - REQUIRED<ul>\n<li>The primary email for the customer being updated. Must be unique.</li>\n</ul>\n</li>\n<li>alternate_email: string<ul>\n<li>Additional, optional email for the customer being updated.</li>\n</ul>\n</li>\n<li>first_name: string - REQUIRED</li>\n<li>last_name: string - REQUIRED</li>\n<li>middle_name: string</li>\n<li>dob: date - REQUIRED<br />The customer Date of Birth.</li>\n<li>patient_id: string<br />The customer's ID in the the state patient registry. If provided state is REQUIRED</li>\n<li>state: string</li>\n<li>phone: string<ul>\n<li>Primary phone number for customer, expected to be mobile number.</li>\n</ul>\n</li>\n<li>home_phone: string<ul>\n<li>Additional, optional phone number for customer, expected to be home number.</li>\n</ul>\n</li>\n<li>alternate_phone: string<ul>\n<li>Additional, optional phone number for customer.</li>\n</ul>\n</li>\n<li>address: an array of zero to three addresses each containing:<ul>\n<li>id : int<br />If passed, the address with this id will be updated. If not passed, a new address will be created. Any address whose id is not passed will be deactivated</li>\n<li>first_name: string<br />Defaults to customer's fist_name if not passed</li>\n<li>last_name: string<br />Defaults to customer's last_name if not passed</li>\n<li>address_line_1: string - REQUIRED</li>\n<li>address_line_2: string</li>\n<li>city: string - REQUIRED</li>\n<li>state: string - REQUIRED</li>\n<li>postcode: string - REQUIRED</li>\n<li>country: string - REQUIRED</li>\n<li>type: string<br />If provided, must be either <code>shipping</code> or <code>billing</code></li>\n</ul>\n</li>\n<li>is_verified: boolean</li>\n<li>medical_card_expiration: date</li>\n<li>state_id: string</li>\n<li>state_id_expiration_timestamp: date</li>\n<li>customer_group: string<br />If provided, must be one of<ul>\n<li>veteran</li>\n<li>student</li>\n<li>first responder</li>\n<li>employee</li>\n<li>industry</li>\n</ul>\n</li>\n<li>customer_disciplinary_status: string<br />If provided, must be one of<ul>\n<li>veteran</li>\n<li>no issues</li>\n<li>warning - level 1</li>\n<li>warning - level 2</li>\n<li>banned</li>\n</ul>\n</li>\n<li>allergies: string</li>\n</ul>\n<p>It is possible that the customer will be created correctly in the Flourish, but not found in the MMUR. In that case, the response will be a normal success response, except the message will be different and code will be set. The possible code/message combinations are:</p>\n<ul>\n<li>CUS0002: customer was created in flourish, but was not found in the MMUR<br />occurs when the MMUR was searched, but the customer was not found</li>\n<li>CUS0003: customer was created in flourish, but MMUR lookup is disabled<br />occurs when the MMUR was not searched becuase it is not configured.</li>\n</ul>\n","urlObject":{"path":["v1","customers","{{customer_id}}"],"host":["https://app.flourishsoftware.com/external/api"],"query":[],"variable":[{"type":"any","value":"<integer>","key":"customer_id"}]}},"response":[{"id":"9b413617-c4a1-4700-8b34-1767a94346b2","name":"PutRetailCustomer","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"example_mcs@flourishsoftware.com\",\n    \"first_name\": \"First\",\n    \"last_name\": \"Last\",\n    \"middle_name\": \"Middle\",\n    \"preferred_name\": \"ex\",\n    \"dob\": \"2000-04-04\",\n    \"phone\": \"9725288129\",\n    \"state\": \"FL\",\n    \"medical_card_state\": \"FL\",\n    \"medical_card_expiration\": \"2025-05-12\",\n    \"patient_id\":\"example_mcs\",\n    \"allergies\": \"peanuts, penicilin\",\n    \"is_verified\": true,\n    \"is_active\": true,\n    \"available_credit\": 102.54,\n    \"customer_group\": \"Employee\",\n    \"customer_disciplinary_status\": \"No Issues\",\n    \"address\": [\n        {\n            \"first_name\": \"example\",\n            \"last_name\": \"name\",\n            \"address_line_1\": \"123 example street\",\n            \"address_line_2\": \"apt 456\",\n            \"city\": \"Tampa\",\n            \"state\": \"FL\",\n            \"postcode\": \"12345\",\n            \"country\": \"US\",\n            \"type\": \"Shipping\",\n            \"is_primary\": true\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://app.flourishsoftware.com/external/api/v1/customers/1234"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"openresty/1.15.8.1"},{"key":"Date","value":"Wed, 27 May 2020 03:43:41 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"customer was created in flourish, but MMUR lookup is disabled\",\n    \"status\": 200,\n    \"code\": \"CUS0003\",\n    \"data\": {\n        \"id\": \"1234\",\n        \"email\": \"example_mcs@flourishsoftware.com\",\n        \"first_name\": \"First\",\n        \"last_name\": \"Last\",\n        \"middle_name\": \"Middle\",\n        \"preferred_name\": \"ex\",\n        \"dob\": \"2000-04-04\",\n        \"allergies\": \"peanuts, penicilin\",\n        \"state\": \"FL\",\n        \"medical_card_state\": \"FL\",\n        \"medical_card_expiration\": \"2021-07-23\",\n        \"patient_id\": \"new-patient-id\",\n        \"phone\": \"9725288129\",\n        \"address\": [\n            {\n                \"id\": 7851,\n                \"first_name\": \"First\",\n                \"last_name\": \"Last\",\n                \"address_line_1\": \"123 updated street\",\n                \"address_line_2\": \"apt 456\",\n                \"city\": \"Tampa\",\n                \"state\": \"FL\",\n                \"postcode\": \"12345\",\n                \"country\": \"US\",\n                \"type\": \"Shipping\",\n                \"active\": true,\n                \"is_primary\": false,\n                \"created_timestamp\": \"2020-09-30T20:21:59Z\",\n                \"created_by\": \"example_mcs@flourishsoftware.com\",\n                \"last_updated_timestamp\": \"2020-09-30T20:21:59Z\",\n                \"last_updated_by\": \"example_mcs@flourishsoftware.com\"\n            }\n        ],\n        \"is_verified\": true,\n        \"is_active\": true,\n        \"available_credit\": null,\n        \"created_timestamp\": \"2018-07-05T13:26:12Z\",\n        \"created_by\": \"example_mcs@flourishsoftware.com\",\n        \"last_updated_timestamp\": \"2018-07-05T13:26:13Z\",\n        \"last_updated_by\": \"example_mcs@flourishsoftware.com\",\n        \"state_id\": \"123456789\",\n        \"state_id_expiration_timestamp\": \"2021-07-23\",\n        \"merged_customer_id\": null,\n        \"merged_timestamp\": null,\n        \"customer_group\": \"veteran\",\n        \"customer_type\": \"Patient\",\n        \"customer_origin\": \"Flourish\",\n        \"customer_status\": \"Created\",\n        \"customer_disciplinary_status\": \"No Issues\"\n    }\n}"}],"_postman_id":"46dd7444-aaa5-474a-8c19-37d696b08546"}],"id":"762fb96a-3cb6-492a-bb5c-278689fe01e4","auth":{"type":"noauth","isInherited":false},"_postman_id":"762fb96a-3cb6-492a-bb5c-278689fe01e4","description":""},{"name":"Packages","item":[{"name":"GetPackageDetails","event":[{"listen":"test","script":{"id":"2f69280f-08b4-4bbc-a5d4-c7e4fb14fec2","exec":["pm.test(\"Status code is 200\", function() {\r","pm.response.to.have.status(200);\r","}\r",")"],"type":"text/javascript","packages":{}}}],"id":"3df4b7de-688b-4ac8-9ba8-e8dc1b28efc5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"GET","header":[{"key":"FacilityID","value":"{{facility_id}}"}],"url":"https://app.flourishsoftware.com/external/api/v1/packages/:package_id/details","description":"<p>Get the origin info of a cannabis package by its ID.</p>\n","urlObject":{"path":["v1","packages",":package_id","details"],"host":["https://app.flourishsoftware.com/external/api"],"query":[],"variable":[{"description":{"content":"<p>the string ID of the package for which to fetch origin details</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"package_id"}]}},"response":[{"id":"9a64f5e7-4614-43fb-80c9-bfa825e17a00","name":"GetPackageDetails","originalRequest":{"method":"GET","header":[{"key":"FacilityID","value":"{{facility_id}}"}],"url":{"raw":"https://app.flourishsoftware.com/external/api/v1/packages/:package_id/details","host":["https://app.flourishsoftware.com/external/api"],"path":["v1","packages",":package_id","details"],"variable":[{"key":"package_id","value":"CADEMMN-20230119-002","description":"the string ID of the package for which to fetch origin details"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 15 Apr 2025 19:01:29 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"data\": [\n        {\n            \"package_id\": \"CADEMMN-20230119-002\",\n            \"origin_facility_id\": \"595ab07b7a5484d16424a686\",\n            \"origin_facility_name\": \"Manufacturing - Downtown LA\",\n            \"origin_package_id\": \"CADEMCL-20210603-003\",\n            \"uom_type\": \"weight\",\n            \"size\": 23,\n            \"created_by\": \"htuteja@flourishsoftware.com\",\n            \"created_timestamp\": \"2023-01-19T16:59:17Z\",\n            \"origin_harvest_id\": null,\n            \"origin_harvest_status_id\": null,\n            \"origin_harvest_name\": null,\n            \"origin_harvest_status\": null,\n            \"origin_manufacturing_run_id\": \"801\",\n            \"origin_manufacturing_run_reference_id\": \"MP-20230119152453-801\",\n            \"origin_manufacturing_run_name\": \"Ethanol Extraction 20230119\",\n            \"origin_plant_id\": null,\n            \"bom_id\": null,\n            \"bom_name\": null,\n            \"bom_run_id\": null,\n            \"origin_group_id\": null,\n            \"origin_group_name\": null\n        },\n        {\n            \"package_id\": \"CADEMMN-20230119-002\",\n            \"origin_facility_id\": \"595ab07b7a5484d16424a686\",\n            \"origin_facility_name\": \"Manufacturing - Downtown LA\",\n            \"origin_package_id\": \"CADEMCL-20211104-002\",\n            \"uom_type\": \"weight\",\n            \"size\": 100,\n            \"created_by\": \"htuteja@flourishsoftware.com\",\n            \"created_timestamp\": \"2023-01-19T16:59:17Z\",\n            \"origin_harvest_id\": null,\n            \"origin_harvest_status_id\": null,\n            \"origin_harvest_name\": null,\n            \"origin_harvest_status\": null,\n            \"origin_manufacturing_run_id\": \"801\",\n            \"origin_manufacturing_run_reference_id\": \"MP-20230119152453-801\",\n            \"origin_manufacturing_run_name\": \"Ethanol Extraction 20230119\",\n            \"origin_plant_id\": null,\n            \"bom_id\": null,\n            \"bom_name\": null,\n            \"bom_run_id\": null,\n            \"origin_group_id\": null,\n            \"origin_group_name\": null\n        },\n        {\n            \"package_id\": \"CADEMMN-20230119-002\",\n            \"origin_facility_id\": \"595ab07b7a5484d16424a686\",\n            \"origin_facility_name\": \"Manufacturing - Downtown LA\",\n            \"origin_package_id\": \"CADEMCL-20210111-006\",\n            \"uom_type\": \"weight\",\n            \"size\": 20,\n            \"created_by\": \"htuteja@flourishsoftware.com\",\n            \"created_timestamp\": \"2023-01-19T16:59:17Z\",\n            \"origin_harvest_id\": null,\n            \"origin_harvest_status_id\": null,\n            \"origin_harvest_name\": null,\n            \"origin_harvest_status\": null,\n            \"origin_manufacturing_run_id\": \"801\",\n            \"origin_manufacturing_run_reference_id\": \"MP-20230119152453-801\",\n            \"origin_manufacturing_run_name\": \"Ethanol Extraction 20230119\",\n            \"origin_plant_id\": null,\n            \"bom_id\": null,\n            \"bom_name\": null,\n            \"bom_run_id\": null,\n            \"origin_group_id\": null,\n            \"origin_group_name\": null\n        },\n        {\n            \"package_id\": \"CADEMMN-20230119-002\",\n            \"origin_facility_id\": \"595ab07b7a5484d16424a686\",\n            \"origin_facility_name\": \"Manufacturing - Downtown LA\",\n            \"origin_package_id\": \"CADEMMN-20220107-003\",\n            \"uom_type\": \"weight\",\n            \"size\": 5,\n            \"created_by\": \"htuteja@flourishsoftware.com\",\n            \"created_timestamp\": \"2023-01-19T16:59:17Z\",\n            \"origin_harvest_id\": null,\n            \"origin_harvest_status_id\": null,\n            \"origin_harvest_name\": null,\n            \"origin_harvest_status\": null,\n            \"origin_manufacturing_run_id\": \"801\",\n            \"origin_manufacturing_run_reference_id\": \"MP-20230119152453-801\",\n            \"origin_manufacturing_run_name\": \"Ethanol Extraction 20230119\",\n            \"origin_plant_id\": null,\n            \"bom_id\": null,\n            \"bom_name\": null,\n            \"bom_run_id\": null,\n            \"origin_group_id\": null,\n            \"origin_group_name\": null\n        },\n        {\n            \"package_id\": \"CADEMMN-20230119-002\",\n            \"origin_facility_id\": \"595ab07b7a5484d16424a686\",\n            \"origin_facility_name\": \"Manufacturing - Downtown LA\",\n            \"origin_package_id\": \"CADEMCL-20230105-001\",\n            \"uom_type\": \"weight\",\n            \"size\": 500,\n            \"created_by\": \"htuteja@flourishsoftware.com\",\n            \"created_timestamp\": \"2023-01-19T16:59:17Z\",\n            \"origin_harvest_id\": null,\n            \"origin_harvest_status_id\": null,\n            \"origin_harvest_name\": null,\n            \"origin_harvest_status\": null,\n            \"origin_manufacturing_run_id\": \"801\",\n            \"origin_manufacturing_run_reference_id\": \"MP-20230119152453-801\",\n            \"origin_manufacturing_run_name\": \"Ethanol Extraction 20230119\",\n            \"origin_plant_id\": null,\n            \"bom_id\": null,\n            \"bom_name\": null,\n            \"bom_run_id\": null,\n            \"origin_group_id\": null,\n            \"origin_group_name\": null\n        },\n        {\n            \"package_id\": \"CADEMMN-20230119-002\",\n            \"origin_facility_id\": \"595ab07b7a5484d16424a686\",\n            \"origin_facility_name\": \"Manufacturing - Downtown LA\",\n            \"origin_package_id\": \"CADEMCL-20210111-008\",\n            \"uom_type\": \"weight\",\n            \"size\": 200,\n            \"created_by\": \"htuteja@flourishsoftware.com\",\n            \"created_timestamp\": \"2023-01-19T16:59:17Z\",\n            \"origin_harvest_id\": null,\n            \"origin_harvest_status_id\": null,\n            \"origin_harvest_name\": null,\n            \"origin_harvest_status\": null,\n            \"origin_manufacturing_run_id\": \"801\",\n            \"origin_manufacturing_run_reference_id\": \"MP-20230119152453-801\",\n            \"origin_manufacturing_run_name\": \"Ethanol Extraction 20230119\",\n            \"origin_plant_id\": null,\n            \"bom_id\": null,\n            \"bom_name\": null,\n            \"bom_run_id\": null,\n            \"origin_group_id\": null,\n            \"origin_group_name\": null\n        },\n        {\n            \"package_id\": \"CADEMMN-20230119-002\",\n            \"origin_facility_id\": \"595ab07b7a5484d16424a686\",\n            \"origin_facility_name\": \"Manufacturing - Downtown LA\",\n            \"origin_package_id\": \"CADEMMN-20230117-001\",\n            \"uom_type\": \"weight\",\n            \"size\": 1924,\n            \"created_by\": \"htuteja@flourishsoftware.com\",\n            \"created_timestamp\": \"2023-01-19T16:59:17Z\",\n            \"origin_harvest_id\": null,\n            \"origin_harvest_status_id\": null,\n            \"origin_harvest_name\": null,\n            \"origin_harvest_status\": null,\n            \"origin_manufacturing_run_id\": \"801\",\n            \"origin_manufacturing_run_reference_id\": \"MP-20230119152453-801\",\n            \"origin_manufacturing_run_name\": \"Ethanol Extraction 20230119\",\n            \"origin_plant_id\": null,\n            \"bom_id\": null,\n            \"bom_name\": null,\n            \"bom_run_id\": null,\n            \"origin_group_id\": null,\n            \"origin_group_name\": null\n        }\n    ]\n}"}],"_postman_id":"3df4b7de-688b-4ac8-9ba8-e8dc1b28efc5"},{"name":"GetPackages","event":[{"listen":"test","script":{"id":"2f69280f-08b4-4bbc-a5d4-c7e4fb14fec2","exec":["pm.test(\"Status code is 200\", function() {\r","pm.response.to.have.status(200);\r","}\r",")"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"e7550c86-26d0-4d6b-b7b6-9e3076b1f2f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"GET","header":[{"key":"FacilityID","value":"{{facility_id}}"}],"url":"https://app.flourishsoftware.com/external/api/v1/packages","description":"<p>Get current cannabis packages for a single facility. <code>package_id</code> is the unique identifier for the package record returned.</p>\n","urlObject":{"path":["v1","packages"],"host":["https://app.flourishsoftware.com/external/api"],"query":[{"disabled":true,"key":"limit","value":"50"},{"disabled":true,"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>Specify packages by ID.</p>\n<p>Parameter can be passed multiple times to target multiple specified packages.</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"package_id","value":"1A40X0900002906000099999"},{"disabled":true,"description":{"content":"<p>Specify packages by status.</p>\n<p>Options: Created, Assigned to order, Shipped, Consumed, Archived, Cancelled</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"package_status","value":"Shipped"},{"disabled":true,"description":{"content":"<p>Flag to include origin harvest info, if any, for each package returned in the data set.</p>\n<p>Note: Passing this parameter with a value of <code>true</code> diminishes the performance of the endpoint.</p>\n<p>type: boolean</p>\n","type":"text/plain"},"key":"include_origin_harvest","value":"false"},{"disabled":true,"description":{"content":"<p>Date/time order was updated, range start.</p>\n<p>type: datetime</p>\n","type":"text/plain"},"key":"last_updated_timestamp_start","value":"2020-01-02T15:04:05.000Z"},{"disabled":true,"description":{"content":"<p>Date/time order was updated, range end.</p>\n<p>type: datetime</p>\n","type":"text/plain"},"key":"last_updated_timestamp_end","value":"2020-01-03T15:04:05.000Z"}],"variable":[]}},"response":[{"id":"8bc0d645-a798-491a-9763-94f56c27fd6c","name":"GetPackages","originalRequest":{"method":"GET","header":[{"key":"FacilityID","value":"{{facility_id}}"}],"url":{"raw":"https://app.flourishsoftware.com/external/api/v1/packages?limit=2&last_updated_timestamp_start=2020-01-02T15:04:05.000Z&include_origin_harvest=true","host":["https://app.flourishsoftware.com/external/api"],"path":["v1","packages"],"query":[{"key":"limit","value":"2"},{"key":"last_updated_timestamp_start","value":"2020-01-02T15:04:05.000Z"},{"key":"include_origin_harvest","value":"true"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"meta\": {\n        \"total\": 71574,\n        \"offset\": 0,\n        \"limit\": 50,\n        \"count\": 3,\n        \"next\": \"https://app.flourishsoftware.com/external/api/v1/packages?last_updated_timestamp_start=2020-01-02T15:04:05.000Z&offset=50&limit=50\"\n    },\n    \"data\": [\n        {\n            \"item_class\": \"Buds\",\n            \"item_category\": \"Lab Sample Flower\",\n            \"external\": false,\n            \"item_id\": \"10\",\n            \"item_name\": \"Lab Sample Flower\",\n            \"item_retail_display_name\": \"Lab Sample Flower\",\n            \"item_variation_id\": null,\n            \"variation_name\": null,\n            \"variation_retail_display_name\": \"\",\n            \"sku\": \"1.5.29.10.0\",\n            \"strain_id\": \"945c1c52\",\n            \"strain_name\": \"Fire OG1\",\n            \"package_id\": \"20171215-001\",\n            \"original_package_id\": \"20171215-001\",\n            \"package_status\": \"Assigned to order\",\n            \"lot_number\": null,\n            \"original_qty\": 0,\n            \"qty\": 1,\n            \"available_qty\": 0,\n            \"non_available_qty\": 1,\n            \"uom_id\": 2,\n            \"uom\": \"g\",\n            \"uom_description\": \"Gram\",\n            \"area_id\": null,\n            \"area_name\": null,\n            \"location_id\": null,\n            \"location_name\": null,\n            \"is_locked\": false,\n            \"lock_code\": {\n                \"name\": null,\n                \"can_add_to_outbound_order\": null,\n                \"exclude_from_global_inventory\": null\n            },\n            \"last_updated_by\": \"demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2021-11-15T15:18:46Z\",\n            \"created_by\": \"demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2017-12-15T16:43:38Z\",\n            \"item_description\": \"Lab Sample Flower\",\n            \"brand\": null,\n            \"thc_ratio\": null,\n            \"cbd_ratio\": null,\n            \"price\": 0,\n            \"retail_price\": null,\n            \"retail_discount_price\": null,\n            \"wholesale_price\": null,\n            \"wholesale_discount_price\": null,\n            \"cost\": 0,\n            \"sell_by_lot\": false,\n            \"taxable\": false,\n            \"is_tax_exempt\": false,\n            \"unit_weight\": null,\n            \"weight_uom\": null,\n            \"weight_uom_description\": null,\n            \"unit_volume\": 0,\n            \"volume_uom\": null,\n            \"volume_uom_description\": null,\n            \"ref_field_1\": \"CLEANUP2\",\n            \"ref_field_2\": null,\n            \"ref_field_3\": null,\n            \"is_sample\": false,\n            \"extraction_method\": null,\n            \"production_date\": null,\n            \"harvest_date\": null,\n            \"use_by_date\": \"2026-01-31\",\n            \"lab_test_result_id\": null,\n            \"origin_harvest\": [\n                {\n                    \"package_id\": \"20171215-001\",\n                    \"origin_harvest_id\": \"FR000-20171213-002\",\n                    \"harvest_nickname\": \"G-121417\",\n                    \"harvest_date\": \"2017-12-13T23:41:06Z\",\n                    \"current_area_id\": \"TR000\"\n                }\n            ],\n            \"external_lab_test_results\": null\n        },\n        {\n            \"item_class\": \"Buds\",\n            \"item_category\": \"Lab Sample Flower\",\n            \"external\": false,\n            \"item_id\": \"10\",\n            \"item_name\": \"Lab Sample Flower\",\n            \"item_retail_display_name\": \"Lab Sample Flower\",\n            \"item_variation_id\": null,\n            \"variation_name\": null,\n            \"variation_retail_display_name\": \"\",\n            \"sku\": \"1.5.29.10.0\",\n            \"strain_id\": \"945c2062\",\n            \"strain_name\": \"Blue Dreamz\",\n            \"package_id\": \"20171215-002\",\n            \"original_package_id\": \"20171215-002\",\n            \"package_status\": \"Assigned to order\",\n            \"lot_number\": null,\n            \"original_qty\": 0,\n            \"qty\": 2,\n            \"available_qty\": 0,\n            \"non_available_qty\": 2,\n            \"uom_id\": 2,\n            \"uom\": \"g\",\n            \"uom_description\": \"Gram\",\n            \"area_id\": null,\n            \"area_name\": null,\n            \"location_id\": null,\n            \"location_name\": null,\n            \"is_locked\": false,\n            \"lock_code\": {\n                \"name\": null,\n                \"can_add_to_outbound_order\": null,\n                \"exclude_from_global_inventory\": null\n            },\n            \"last_updated_by\": \"demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2020-10-22T13:16:40Z\",\n            \"created_by\": \"demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2017-12-15T16:47:39Z\",\n            \"item_description\": \"Lab Sample Flower\",\n            \"brand\": null,\n            \"thc_ratio\": null,\n            \"cbd_ratio\": null,\n            \"price\": 0,\n            \"retail_price\": null,\n            \"retail_discount_price\": null,\n            \"wholesale_price\": null,\n            \"wholesale_discount_price\": null,\n            \"cost\": 0,\n            \"sell_by_lot\": false,\n            \"taxable\": false,\n            \"is_tax_exempt\": false,\n            \"unit_weight\": null,\n            \"weight_uom\": null,\n            \"weight_uom_description\": null,\n            \"unit_volume\": 0,\n            \"volume_uom\": null,\n            \"volume_uom_description\": null,\n            \"ref_field_1\": \"CLEANUP2\",\n            \"ref_field_2\": null,\n            \"ref_field_3\": null,\n            \"is_sample\": false,\n            \"extraction_method\": null,\n            \"production_date\": null,\n            \"harvest_date\": null,\n            \"use_by_date\": \"2026-04-20\",\n            \"lab_test_result_id\": null,\n            \"origin_harvest\": [\n                {\n                    \"package_id\": \"20171215-002\",\n                    \"origin_harvest_id\": \"FR000-20171213-001\",\n                    \"harvest_nickname\": \"G-171213\",\n                    \"harvest_date\": \"2017-12-13T21:21:42Z\",\n                    \"current_area_id\": \"TR000\"\n                }\n            ],\n            \"external_lab_test_results\": null\n        },\n        {\n            \"item_class\": \"Buds\",\n            \"item_category\": \"Buds (by strain)\",\n            \"external\": false,\n            \"item_id\": \"1\",\n            \"item_name\": \"Blue Dream QP\",\n            \"item_retail_display_name\": \"Blue Dream QP Test\",\n            \"item_variation_id\": null,\n            \"variation_name\": null,\n            \"variation_retail_display_name\": \"\",\n            \"sku\": \"CUPCAKES\",\n            \"strain_id\": \"dd07178d045559e20e04\",\n            \"strain_name\": \"Blue Dream 2\",\n            \"package_id\": \"20171215-003\",\n            \"original_package_id\": \"20171215-003\",\n            \"package_status\": \"Assigned to order\",\n            \"lot_number\": null,\n            \"original_qty\": 0,\n            \"qty\": 1,\n            \"available_qty\": 0,\n            \"non_available_qty\": 1,\n            \"uom_id\": 1,\n            \"uom\": \"ea\",\n            \"uom_description\": \"Each\",\n            \"area_id\": \"59129766-9ebc-4b81-ac96-4b682a4969f3\",\n            \"area_name\": \"Inventory Room 001\",\n            \"location_id\": null,\n            \"location_name\": null,\n            \"is_locked\": false,\n            \"lock_code\": {\n                \"name\": null,\n                \"can_add_to_outbound_order\": null,\n                \"exclude_from_global_inventory\": null\n            },\n            \"last_updated_by\": \"demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2023-02-02T23:08:13Z\",\n            \"created_by\": \"demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2017-12-15T16:49:05Z\",\n            \"item_description\": \"test\",\n            \"brand\": \"Dream blue\",\n            \"thc_ratio\": null,\n            \"cbd_ratio\": null,\n            \"price\": 103,\n            \"retail_price\": 105,\n            \"retail_discount_price\": 95,\n            \"wholesale_price\": 90,\n            \"wholesale_discount_price\": 88,\n            \"cost\": 79,\n            \"sell_by_lot\": false,\n            \"taxable\": false,\n            \"is_tax_exempt\": true,\n            \"unit_weight\": 14,\n            \"weight_uom\": \"lb\",\n            \"weight_uom_description\": \"Pound\",\n            \"unit_volume\": null,\n            \"volume_uom\": null,\n            \"volume_uom_description\": null,\n            \"ref_field_1\": \"CLEANUP2\",\n            \"ref_field_2\": null,\n            \"ref_field_3\": null,\n            \"is_sample\": false,\n            \"extraction_method\": null,\n            \"production_date\": null,\n            \"harvest_date\": null,\n            \"use_by_date\": null,\n            \"lab_test_result_id\": \"1\",\n            \"origin_harvest\": [\n                {\n                    \"package_id\": \"20171215-003\",\n                    \"origin_harvest_id\": \"FR000-20171213-001\",\n                    \"harvest_nickname\": \"G-171213\",\n                    \"harvest_date\": \"2017-12-13T21:21:42Z\",\n                    \"current_area_id\": \"TR000\"\n                }\n            ],\n            \"external_lab_test_results\": null\n        }\n    ]\n}"}],"_postman_id":"e7550c86-26d0-4d6b-b7b6-9e3076b1f2f9"},{"name":"GetPackage","event":[{"listen":"test","script":{"id":"2f69280f-08b4-4bbc-a5d4-c7e4fb14fec2","exec":["pm.test(\"Status code is 200\", function() {\r","pm.response.to.have.status(200);\r","}\r",")"],"type":"text/javascript","packages":{}}}],"id":"98fff68a-88c4-4a19-9210-7a96ae21c59a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"GET","header":[{"key":"FacilityID","value":"{{facility_id}}"}],"url":"https://app.flourishsoftware.com/external/api/v1/packages/:package_id","description":"<p>Get a cannabis package by it's ID in Flourish.</p>\n","urlObject":{"path":["v1","packages",":package_id"],"host":["https://app.flourishsoftware.com/external/api"],"query":[{"disabled":true,"description":{"content":"<p>Flag to include origin harvest info, if any, for each package returned in the data set.\nNote: Passing this parameter with a value of <code>true</code> diminishes the performance of the endpoint.\ntype: boolean</p>\n","type":"text/plain"},"key":"include_origin_harvest","value":"false"}],"variable":[{"type":"any","value":"FLSRWBD-20190308-001","key":"package_id"}]}},"response":[{"id":"6165e742-b101-4c16-8ad3-abedb4c338a1","name":"GetPackage","originalRequest":{"method":"GET","header":[{"key":"FacilityID","value":"{{facility_id}}"}],"url":{"raw":"https://app.flourishsoftware.com/external/api/v1/packages/20171215-001?include_origin_harvest=true","host":["https://app.flourishsoftware.com/external/api"],"path":["v1","packages","20171215-001"],"query":[{"key":"include_origin_harvest","value":"true"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"data\": [\n        {\n            \"item_class\": \"Buds\",\n            \"item_category\": \"Lab Sample Flower\",\n            \"external\": false,\n            \"item_id\": \"10\",\n            \"item_name\": \"Lab Sample Flower\",\n            \"item_retail_display_name\": \"Lab Sample Flower\",\n            \"item_variation_id\": null,\n            \"variation_name\": null,\n            \"variation_retail_display_name\": \"\",\n            \"sku\": \"1.5.29.10.0\",\n            \"strain_id\": \"945c1c52\",\n            \"strain_name\": \"Fire OG1\",\n            \"package_id\": \"20171215-001\",\n            \"package_status\": \"Assigned to order\",\n            \"lot_number\": null,\n            \"original_qty\": 0,\n            \"qty\": 1,\n            \"available_qty\": 0,\n            \"non_available_qty\": 1,\n            \"uom_id\": 2,\n            \"uom\": \"g\",\n            \"uom_description\": \"Gram\",\n            \"area_id\": null,\n            \"area_name\": null,\n            \"location_id\": null,\n            \"location_name\": null,\n            \"is_locked\": false,\n            \"lock_code\": {\n                \"name\": null,\n                \"can_add_to_outbound_order\": null,\n                \"exclude_from_global_inventory\": null\n            },\n            \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2021-11-15T15:18:46Z\",\n            \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2017-12-15T16:43:38Z\",\n            \"item_description\": \"Lab Sample Flower\",\n            \"brand\": null,\n            \"thc_ratio\": null,\n            \"cbd_ratio\": null,\n            \"price\": 0,\n            \"retail_price\": null,\n            \"retail_discount_price\": null,\n            \"wholesale_price\": null,\n            \"wholesale_discount_price\": null,\n            \"cost\": 0,\n            \"sell_by_lot\": false,\n            \"taxable\": false,\n            \"is_tax_exempt\": false,\n            \"unit_weight\": null,\n            \"weight_uom\": null,\n            \"weight_uom_description\": null,\n            \"unit_volume\": 0,\n            \"volume_uom\": null,\n            \"volume_uom_description\": null,\n            \"ref_field_1\": \"CLEANUP2\",\n            \"ref_field_2\": null,\n            \"ref_field_3\": null,\n            \"is_sample\": false,\n            \"extraction_method\": null,\n            \"production_date\": null,\n            \"harvest_date\": null,\n            \"use_by_date\": \"2026-04-20\",\n            \"lab_test_result_id\": null,\n            \"origin_harvest\": [\n                {\n                    \"package_id\": \"20171215-001\",\n                    \"origin_harvest_id\": \"FR000-20171213-002\",\n                    \"harvest_nickname\": \"G-121417\",\n                    \"harvest_date\": \"2017-12-13T23:41:06Z\",\n                    \"current_area_id\": \"TR000\"\n                }\n            ],\n            \"external_lab_test_results\": null\n        }\n    ]\n}"}],"_postman_id":"98fff68a-88c4-4a19-9210-7a96ae21c59a"}],"id":"8243323b-825d-436e-970e-30f835043245","auth":{"type":"noauth","isInherited":false},"_postman_id":"8243323b-825d-436e-970e-30f835043245","description":""},{"name":"Retail Orders","item":[{"name":"GetRetailOrder","event":[{"listen":"test","script":{"id":"bc4d52ca-a95b-44eb-8766-82961ea6334a","exec":["pm.test(\"Status code is 204 No Content\", function() {\r","pm.response.to.have.status(204);\r","}\r",")"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"477d79ca-c2b0-42a0-a242-0504ba6e0777","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"GET","header":[{"key":"FacilityID","value":"{{facility_id}}","type":"text"}],"url":"https://app.flourishsoftware.com/external/api/v1/retail-orders/:order_id","description":"<p>Get information about an existing retail order for a given <code>order_id</code>.</p>\n","urlObject":{"path":["v1","retail-orders",":order_id"],"host":["https://app.flourishsoftware.com/external/api"],"query":[],"variable":[{"description":{"content":"<p>Flourish integer order ID</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"order_id"}]}},"response":[{"id":"621b7920-f31a-4094-ab30-744232242c1d","name":"GetRetailOrder","originalRequest":{"method":"GET","header":[],"url":"https://app.flourishsoftware.com/external/api/v1/retail-orders/00001119"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 21 Aug 2019 13:16:35 GMT","enabled":true},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Set-Cookie","value":"AWSALB=Ia7u1XUqfbkhm5Lhpq+6zn6HhT0KGSSITaP7x5Jiu/xKxSykqj0l3Vu8N11ZNOY2e2eJn3we2sENn5iBGgVBo2Ssql+6htdZBl67gnlvAPJ4cLs8dxKhcmTwkheWLANVxWnavvGBgVV1pkGxD9/mYMWzrboVERR0NRmPQYRORR8N/uCFbnwfK9fh/x6mtg==; Expires=Wed, 28 Aug 2019 13:16:35 GMT; Path=/","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"data\": {\n        \"facility_id\": \"5c1991b318fc4c7c6792789e\",\n        \"facility_name\": \"RETAIL\",\n        \"order_id\": \"00001119\",\n        \"original_order_id\": null,\n        \"customer_id\": \"1\",\n        \"original_customer_id\": \"1\",\n        \"is_backorder\": false,\n        \"is_preorder\": false,\n        \"is_quicksale\": false,\n        \"needs_review\": false,\n        \"order_timestamp\": \"2019-08-20T22:58:57.000Z\",\n        \"sub_total_price\": 23.75,\n        \"taxes\": 0,\n        \"total_discounts\": 4.2,\n        \"total_price\": 19.55,\n        \"delivery_fee\": 0,\n        \"total_paid\": 0,\n        \"total_refund\": 0,\n        \"order_notes\": null,\n        \"delivery_timestamp\": \"2019-08-20T12:00:00Z\",\n        \"delivery_backup_timestamp\": \"2019-08-20T12:00:00Z\",\n        \"delivery_contact_no\": \"7872334354\",\n        \"delivery_contact_no_checked\": true,\n        \"delivery_text_contact_no\": null,\n        \"delivery_text_contact_no_checked\": false,\n        \"delivery_email\": \"jcgarcia@gmail.com\",\n        \"delivery_email_checked\": true,\n        \"tax_type\": null,\n        \"tax_payment_direction\": \"\",\n        \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n        \"last_updated_timestamp\": \"2019-08-20T22:58:56Z\",\n        \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n        \"created_timestamp\": \"2019-08-20T22:43:41Z\",\n        \"completed_timestamp\": null,\n        \"submitted_by\": null,\n        \"packed_by\": null,\n        \"completed_by\": null,\n        \"delivered_by\": null,\n        \"submitted_timestamp\": null,\n        \"packed_timestamp\": null,\n        \"delivered_timestamp\": null,\n        \"change_given\": null,\n        \"canpay_amount\": null,\n        \"cash_amount\": null,\n        \"linx_amount\": null,\n        \"credit_card_amount\": null,\n        \"manual_amount\": null,\n        \"account_credit_used\": null,\n        \"customer\": {\n            \"id\": \"1\",\n            \"email\": \"jcgarciaram@gmail.com\",\n            \"first_name\": \"Juan\",\n            \"last_name\": \"Garcia\",\n            \"middle_name\": \"C\",\n            \"dob\": \"1988-10-25\",\n            \"state\": \"\",\n            \"patient_id\": \"P12345\",\n            \"phone\": \"4048204571\",\n            \"address\": [\n                {\n                    \"first_name\": \"Juan\",\n                    \"last_name\": \"Garcia\",\n                    \"address_line_1\": \"127\",\n                    \"address_line_2\": \"\",\n                    \"city\": \"Atlanta\",\n                    \"state\": \"GA\",\n                    \"postcode\": \"12345\",\n                    \"country\": \"US\",\n                    \"address_type\": \"shipping\",\n                    \"active\": true,\n                    \"is_primary\": true,\n                    \"created_timestamp\": \"2018-07-23T15:56:49Z\",\n                    \"created_by\": \"michaelpatrickgoss@gmail.com\",\n                    \"last_updated_timestamp\": \"2019-03-18T08:31:25Z\",\n                    \"last_updated_by\": \"arpita@codepiemedia.com\"\n                },\n                {\n                    \"first_name\": \"Juan\",\n                    \"last_name\": \"Garcia\",\n                    \"address_line_1\": \"xfdsgf\",\n                    \"address_line_2\": \"fgfdgf\",\n                    \"city\": \"fghf\",\n                    \"state\": \"DC\",\n                    \"postcode\": \"34256\",\n                    \"country\": \"US\",\n                    \"address_type\": \"shipping\",\n                    \"active\": true,\n                    \"is_primary\": false,\n                    \"created_timestamp\": \"2019-03-18T07:20:25Z\",\n                    \"created_by\": \"arpita@codepiemedia.com\",\n                    \"last_updated_timestamp\": \"2019-03-18T07:20:50Z\",\n                    \"last_updated_by\": \"arpita@codepiemedia.com\"\n                },\n                {\n                    \"first_name\": \"Juan\",\n                    \"last_name\": \"Garcia\",\n                    \"address_line_1\": \"wdsf\",\n                    \"address_line_2\": \"fdgfdshg\",\n                    \"city\": \"fgdshh\",\n                    \"state\": \"DE\",\n                    \"postcode\": \"21345\",\n                    \"country\": \"US\",\n                    \"address_type\": \"billing\",\n                    \"active\": true,\n                    \"is_primary\": false,\n                    \"created_timestamp\": \"2019-03-18T07:20:50Z\",\n                    \"created_by\": \"arpita@codepiemedia.com\",\n                    \"last_updated_timestamp\": \"2019-03-18T08:31:25Z\",\n                    \"last_updated_by\": \"arpita@codepiemedia.com\"\n                }\n            ],\n            \"is_verified\": true,\n            \"is_active\": true,\n            \"available_credit\": null,\n            \"created_timestamp\": \"2018-07-21T17:17:59Z\",\n            \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2019-08-16T19:53:27Z\",\n            \"last_updated_by\": \"mturner@flourishsoftware.com\",\n            \"medical_card_expiration\": \"2019-09-09T00:00:00Z\",\n            \"state_id\": null,\n            \"state_id_expiration_timestamp\": null,\n            \"merged_customer_id\": null,\n            \"customer_group\": null,\n            \"customer_type\": \"Patient\",\n            \"customer_origin\": \"Flourish\",\n            \"customer_status\": \"Created\",\n            \"customer_disciplinary_status\": \"No Issues\"\n        },\n        \"order_status\": \"Packed\",\n        \"order_fulfillment_type\": null,\n        \"order_origin\": \"Flourish\",\n        \"payment_status\": \"Awaiting Payment\",\n        \"order_lines\": [\n            {\n                \"item_id\": \"100\",\n                \"strain_id\": null,\n                \"item_variation_pk\": \"30\",\n                \"order_qty\": 1,\n                \"allocated_qty\": 1,\n                \"unit_price\": 23.75,\n                \"discount_price\": 4.2,\n                \"line_total_price\": 19.55,\n                \"qty_returned\": 0,\n                \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n                \"last_updated_timestamp\": \"2019-08-20T22:58:50Z\",\n                \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n                \"created_timestamp\": \"2019-08-20T22:43:54Z\",\n                \"taxes\": [],\n                \"item_name\": \"1 Gram Filled Vape Cartridge\",\n                \"inventory_type_id\": 1,\n                \"item_uom\": \"ea\",\n                \"variation_name\": \"1 Gram Blue Dream Vape Cartridge - 1 Unit\",\n                \"unit_qty\": 1,\n                \"strain_name\": null,\n                \"order_line_status\": \"Packed\",\n                \"retail_display_name\": \"1 Gram Blue Dream Vape Cartridge - 1 Unit\",\n                \"order_line_dtls\": [\n                    {\n                        \"package_id\": \"GART-20190808-001\",\n                        \"lot_number\": \"1231\",\n                        \"qty\": 1,\n                        \"returned\": false,\n                        \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n                        \"last_updated_timestamp\": \"2019-08-20T22:44:34Z\",\n                        \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n                        \"created_timestamp\": \"2019-08-20T22:44:34Z\"\n                    }\n                ],\n                \"needs_fulfillment\": true\n            }\n        ],\n        \"applied_discounts\": [\n            {\n                \"discount_name\": \"FLOURISH420\",\n                \"level\": \"order\",\n                \"method\": \"dollar\",\n                \"discount_value\": 4.2,\n                \"promo_code\": \"FLOURISH420\",\n                \"amount\": 4.2,\n                \"approved_by\": null,\n                \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n                \"last_updated_timestamp\": \"2019-08-20T22:58:56Z\",\n                \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n                \"created_timestamp\": \"2019-08-20T22:58:56Z\"\n            }\n        ],\n        \"transactions\": []\n    }\n}"}],"_postman_id":"477d79ca-c2b0-42a0-a242-0504ba6e0777"},{"name":"GetRetailOrders","event":[{"listen":"test","script":{"id":"59155342-8769-40be-9442-d8679020fbae","exec":["pm.test(\"Status code is 200\", function() {\r","pm.response.to.have.status(200);\r","}\r",")"],"type":"text/javascript"}}],"id":"c002a41d-49b5-40ad-9969-053008906d52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"GET","header":[],"url":"https://app.flourishsoftware.com/external/api/v1/retail-orders","description":"<p>Get retail orders based on query parameters.  This request may be scoped to a single facility with the <code>FacilityID</code> header, or the company as a whole.</p>\n","urlObject":{"path":["v1","retail-orders"],"host":["https://app.flourishsoftware.com/external/api"],"query":[{"disabled":true,"key":"limit","value":"50"},{"disabled":true,"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>ID of a customer record.</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"customer_id","value":"111"},{"disabled":true,"description":{"content":"<p>Customer patient ID.</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"patient_id","value":"1a2b3c"},{"disabled":true,"description":{"content":"<p>Status of the order. </p>\n<p>Options: Created, Submitted, Packed, Out for Delivery, Completed, Cancelled, Undeliverable</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"order_status","value":"Completed"},{"disabled":true,"description":{"content":"<p>Specifies where the order was created from.</p>\n<p>Options: Flourish, Online, Cultivate, Leaflink, Order Management System.</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"order_origin","value":"Online"},{"disabled":true,"description":{"content":"<p>Specifies the fulfillment method.</p>\n<p>Options: Delivery, In-Store, Pickup</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"order_fulfillment_type","value":"Delivery"},{"disabled":true,"description":{"content":"<p>Specifies the status of payment on the order.</p>\n<p>Options: Awaiting Payment, Paid, Partially Paid, Partially Refunded, Refunded</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"order_payment_status","value":"Paid"},{"disabled":true,"description":{"content":"<p>ID of an order.</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"order_id","value":"0001234"},{"disabled":true,"description":{"content":"<p>Only include orders with this backorder status.</p>\n<p>type: [boolean]</p>\n","type":"text/plain"},"key":"is_backorder","value":"true"},{"disabled":true,"description":{"content":"<p>Only include orders with this preorder status.\ntype: boolean</p>\n","type":"text/plain"},"key":"is_preorder","value":"false"},{"disabled":true,"description":{"content":"<p>Only include orders that need review.</p>\n<p>type: [boolean]</p>\n","type":"text/plain"},"key":"needs_review","value":"true"},{"disabled":true,"description":{"content":"<p>Date/time order was created, range start.</p>\n<p>type: DATETIME</p>\n","type":"text/plain"},"key":"created_timestamp_start","value":"2020-01-02T15:04:05.000Z"},{"disabled":true,"description":{"content":"<p>Date/time order was created, range end.</p>\n<p>type: [datetime]</p>\n","type":"text/plain"},"key":"created_timestamp_end","value":"2020-01-03T15:04:05.000Z"},{"disabled":true,"description":{"content":"<p>Date/time order was submitted, range start.</p>\n<p>type: [datetime]</p>\n","type":"text/plain"},"key":"submitted_timestamp_start","value":"2020-01-02T15:04:05.000Z"},{"disabled":true,"description":{"content":"<p>Date/time order was submitted, range end.</p>\n<p>type: DATETIME</p>\n","type":"text/plain"},"key":"submitted_timestamp_end","value":"2020-01-03T15:04:05.000Z"},{"disabled":true,"description":{"content":"<p>Date/time order was packed, range start.</p>\n<p>type: [datetime]</p>\n","type":"text/plain"},"key":"packed_timestamp_start","value":"2020-01-02T15:04:05.000Z"},{"disabled":true,"description":{"content":"<p>Date/time order was packed, range end.</p>\n<p>type: DATETIME</p>\n","type":"text/plain"},"key":"packed_timestamp_end","value":"2020-01-03T15:04:05.000Z"},{"disabled":true,"description":{"content":"<p>Date/time order was completed, range start.</p>\n<p>type: [datetime]</p>\n","type":"text/plain"},"key":"completed_timestamp_start","value":"2020-01-02T15:04:05.000Z"},{"disabled":true,"description":{"content":"<p>Date/time order was completed, range end.</p>\n<p>type: [datetime]</p>\n","type":"text/plain"},"key":"completed_timestamp_end","value":"2020-01-03T15:04:05.000Z"}],"variable":[]}},"response":[{"id":"ed2eaca0-da6a-4b40-95f9-55661571ce79","name":"GetRetailOrders","originalRequest":{"method":"GET","header":[],"url":"https://app.flourishsoftware.com/external/api/v1/retail-orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"openresty/1.15.8.1","enabled":true},{"key":"Date","value":"Thu, 10 Oct 2019 14:47:11 GMT","enabled":true},{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"meta\": {\n        \"total\": 19555,\n        \"offset\": 0,\n        \"limit\": 50,\n        \"count\": 2,\n        \"next\": \"https://app.flourishsoftware.com/external/api/v1/retail-orders?offset=50&limit=50\"\n    },\n    \"data\": [\n        {\n            \"facility_id\": \"58b9ae9c280e20ea24a126b8\",\n            \"facility_name\": null,\n            \"id\": \"00000123\",\n            \"order_id\": \"00000123\",\n            \"original_order_id\": \"\",\n            \"customer_id\": \"4886\",\n            \"original_customer_id\": null,\n            \"is_backorder\": false,\n            \"is_preorder\": false,\n            \"is_quicksale\": false,\n            \"needs_review\": false,\n            \"order_timestamp\": \"2018-07-21T17:18:06.000Z\",\n            \"sub_total_price\": 0,\n            \"taxes\": 0,\n            \"total_discounts\": 0,\n            \"total_price\": 10,\n            \"delivery_fee\": 10,\n            \"total_paid\": 5,\n            \"total_refund\": 0,\n            \"order_notes\": \"\",\n            \"delivery_timestamp\": null,\n            \"delivery_backup_timestamp\": null,\n            \"delivery_contact_no\": \"7872334354\",\n            \"delivery_contact_no_checked\": true,\n            \"delivery_text_contact_no\": null,\n            \"delivery_text_contact_no_checked\": false,\n            \"delivery_email\": \"jcgarcia@gmail.com\",\n            \"delivery_email_checked\": true,\n            \"tax_type\": null,\n            \"tax_payment_direction\": null,\n            \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2021-03-05T23:08:22Z\",\n            \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2018-07-21T17:18:03Z\",\n            \"completed_timestamp\": null,\n            \"submitted_by\": null,\n            \"packed_by\": null,\n            \"completed_by\": null,\n            \"delivered_by\": null,\n            \"submitted_timestamp\": null,\n            \"packed_timestamp\": null,\n            \"delivered_timestamp\": null,\n            \"change_given\": null,\n            \"customer\": {\n                \"id\": \"4886\",\n                \"email\": null,\n                \"first_name\": \"LL\",\n                \"last_name\": \"deletecustomer\",\n                \"middle_name\": null,\n                \"preferred_name\": null,\n                \"dob\": \"1989-02-02\",\n                \"allergies\": \"Alle1\",\n                \"state\": \"FL\",\n                \"patient_id\": \"abc123www2\",\n                \"phone\": null,\n                \"address\": [\n                    {\n                        \"id\": 4731,\n                        \"first_name\": \"deletecustomer\",\n                        \"last_name\": \"deletecustomer\",\n                        \"address_line_1\": \"weerwerw\",\n                        \"address_line_2\": \"\",\n                        \"city\": \"weewwerrwe\",\n                        \"state\": \"AK\",\n                        \"postcode\": \"32323\",\n                        \"country\": \"US\",\n                        \"type\": \"\",\n                        \"active\": true,\n                        \"is_primary\": true,\n                        \"created_timestamp\": \"2020-01-06T06:02:09Z\",\n                        \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n                        \"last_updated_timestamp\": \"2020-01-06T06:02:09Z\",\n                        \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\"\n                    },\n                    {\n                        \"id\": 6855,\n                        \"first_name\": \"LL\",\n                        \"last_name\": \"deletecustomer\",\n                        \"address_line_1\": \"address1\",\n                        \"address_line_2\": \"address2\",\n                        \"city\": \"ahmedabad\",\n                        \"state\": \"CT\",\n                        \"postcode\": \"38009\",\n                        \"country\": \"US\",\n                        \"type\": \"\",\n                        \"active\": true,\n                        \"is_primary\": false,\n                        \"created_timestamp\": \"2020-04-06T07:05:18Z\",\n                        \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n                        \"last_updated_timestamp\": \"2020-04-06T07:05:18Z\",\n                        \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\"\n                    }\n                ],\n                \"is_verified\": true,\n                \"is_active\": true,\n                \"available_credit\": null,\n                \"created_timestamp\": \"2020-01-02T11:05:17Z\",\n                \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n                \"last_updated_timestamp\": \"2021-07-13T12:03:39Z\",\n                \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n                \"medical_card_state\": \"AK\",\n                \"medical_card_expiration\": \"\",\n                \"state_id\": null,\n                \"state_id_expiration_timestamp\": \"\",\n                \"merged_customer_id\": null,\n                \"merged_timestamp\": null,\n                \"customer_group\": null,\n                \"customer_type\": \"Patient\",\n                \"customer_origin\": \"Flourish\",\n                \"customer_status\": \"Created\",\n                \"customer_disciplinary_status\": null,\n                \"physician\": {\n                    \"first_name\": \"test\",\n                    \"middle_name\": null,\n                    \"last_name\": \"t\",\n                    \"license_number\": \"uuu\",\n                    \"phone_number\": null,\n                    \"email\": null,\n                    \"address_line_1\": \"ooo\",\n                    \"address_line_2\": null,\n                    \"city\": \"nv\",\n                    \"state\": \"AL\",\n                    \"postcode\": \"562\",\n                    \"country\": null,\n                    \"active\": true\n                }\n            },\n            \"order_status\": \"Created\",\n            \"order_fulfillment_type\": null,\n            \"order_origin\": \"Flourish\",\n            \"payment_status\": \"Partially Paid\",\n            \"order_lines\": [],\n            \"applied_discounts\": [],\n            \"transactions\": [\n                {\n                    \"transaction_id\": 1881,\n                    \"is_successful\": true,\n                    \"is_voided\": false,\n                    \"amount\": 5,\n                    \"change_given\": 0,\n                    \"amount_going_in\": 5,\n                    \"reference\": null,\n                    \"reference_token\": \"CANPAY\",\n                    \"reference_id\": \"ABC123\",\n                    \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n                    \"created_timestamp\": \"2021-03-05T23:08:22Z\",\n                    \"payment_type\": \"Manual\",\n                    \"till_name\": null\n                }\n            ]\n        },\n        {\n            \"facility_id\": null,\n            \"facility_name\": null,\n            \"id\": \"00000124\",\n            \"order_id\": \"00000124\",\n            \"original_order_id\": null,\n            \"customer_id\": \"4886\",\n            \"original_customer_id\": null,\n            \"is_backorder\": false,\n            \"is_preorder\": false,\n            \"is_quicksale\": false,\n            \"needs_review\": false,\n            \"order_timestamp\": \"2018-07-23T16:01:31.000Z\",\n            \"sub_total_price\": 0,\n            \"taxes\": 0,\n            \"total_discounts\": 0,\n            \"total_price\": 10,\n            \"delivery_fee\": 10,\n            \"total_paid\": 0,\n            \"total_refund\": 0,\n            \"order_notes\": \"\",\n            \"delivery_timestamp\": \"2018-07-23T00:00:00Z\",\n            \"delivery_backup_timestamp\": \"2018-07-23T00:00:00Z\",\n            \"delivery_contact_no\": \"7872334354\",\n            \"delivery_contact_no_checked\": true,\n            \"delivery_text_contact_no\": null,\n            \"delivery_text_contact_no_checked\": false,\n            \"delivery_email\": \"jcgarcia@gmail.com\",\n            \"delivery_email_checked\": true,\n            \"tax_type\": null,\n            \"tax_payment_direction\": null,\n            \"last_updated_by\": \"michaelpatrickgoss@gmail.com\",\n            \"last_updated_timestamp\": \"2020-06-18T20:42:52Z\",\n            \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2018-07-21T17:21:25Z\",\n            \"completed_timestamp\": null,\n            \"submitted_by\": null,\n            \"packed_by\": null,\n            \"completed_by\": null,\n            \"delivered_by\": null,\n            \"submitted_timestamp\": null,\n            \"packed_timestamp\": null,\n            \"delivered_timestamp\": null,\n            \"change_given\": null,\n            \"customer\": {\n                \"id\": \"4886\",\n                \"email\": null,\n                \"first_name\": \"LL\",\n                \"last_name\": \"deletecustomer\",\n                \"middle_name\": null,\n                \"preferred_name\": null,\n                \"dob\": \"1989-02-02\",\n                \"allergies\": \"Alle1\",\n                \"state\": \"FL\",\n                \"patient_id\": \"abc123www2\",\n                \"phone\": null,\n                \"address\": [\n                    {\n                        \"id\": 4731,\n                        \"first_name\": \"deletecustomer\",\n                        \"last_name\": \"deletecustomer\",\n                        \"address_line_1\": \"weerwerw\",\n                        \"address_line_2\": \"\",\n                        \"city\": \"weewwerrwe\",\n                        \"state\": \"AK\",\n                        \"postcode\": \"32323\",\n                        \"country\": \"US\",\n                        \"type\": \"\",\n                        \"active\": true,\n                        \"is_primary\": true,\n                        \"created_timestamp\": \"2020-01-06T06:02:09Z\",\n                        \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n                        \"last_updated_timestamp\": \"2020-01-06T06:02:09Z\",\n                        \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\"\n                    },\n                    {\n                        \"id\": 6855,\n                        \"first_name\": \"LL\",\n                        \"last_name\": \"deletecustomer\",\n                        \"address_line_1\": \"address1\",\n                        \"address_line_2\": \"address2\",\n                        \"city\": \"ahmedabad\",\n                        \"state\": \"CT\",\n                        \"postcode\": \"38009\",\n                        \"country\": \"US\",\n                        \"type\": \"\",\n                        \"active\": true,\n                        \"is_primary\": false,\n                        \"created_timestamp\": \"2020-04-06T07:05:18Z\",\n                        \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n                        \"last_updated_timestamp\": \"2020-04-06T07:05:18Z\",\n                        \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\"\n                    }\n                ],\n                \"is_verified\": true,\n                \"is_active\": true,\n                \"available_credit\": null,\n                \"created_timestamp\": \"2020-01-02T11:05:17Z\",\n                \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n                \"last_updated_timestamp\": \"2021-07-13T12:03:39Z\",\n                \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n                \"medical_card_state\": \"AK\",\n                \"medical_card_expiration\": \"\",\n                \"state_id\": null,\n                \"state_id_expiration_timestamp\": \"\",\n                \"merged_customer_id\": null,\n                \"merged_timestamp\": null,\n                \"customer_group\": null,\n                \"customer_type\": \"Patient\",\n                \"customer_origin\": \"Flourish\",\n                \"customer_status\": \"Created\",\n                \"customer_disciplinary_status\": null,\n                \"physician\": {\n                    \"first_name\": \"test\",\n                    \"middle_name\": null,\n                    \"last_name\": \"t\",\n                    \"license_number\": \"uuu\",\n                    \"phone_number\": null,\n                    \"email\": null,\n                    \"address_line_1\": \"ooo\",\n                    \"address_line_2\": null,\n                    \"city\": \"nv\",\n                    \"state\": \"AL\",\n                    \"postcode\": \"562\",\n                    \"country\": null,\n                    \"active\": true\n                }\n            },\n            \"order_status\": \"Created\",\n            \"order_fulfillment_type\": \"Delivery\",\n            \"order_origin\": \"Flourish\",\n            \"payment_status\": \"Awaiting Payment\",\n            \"order_lines\": [\n                {\n                    \"item_id\": \"12\",\n                    \"strain_id\": null,\n                    \"item_variation_pk\": \"1\",\n                    \"order_qty\": 1,\n                    \"allocated_qty\": null,\n                    \"unit_price\": 0,\n                    \"discount_price\": 0,\n                    \"line_total_price\": 0,\n                    \"qty_returned\": 0,\n                    \"last_updated_by\": \"michaelpatrickgoss@gmail.com\",\n                    \"last_updated_timestamp\": \"2018-07-23T16:01:31Z\",\n                    \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n                    \"created_timestamp\": \"2018-07-21T17:23:07Z\",\n                    \"taxes\": [],\n                    \"item_name\": \"Cannablast Chocolate Bar\",\n                    \"inventory_type_id\": 1,\n                    \"item_uom\": \"ea\",\n                    \"variation_name\": \"Cannablast Chocolate Bar - 24 Bar Pack\",\n                    \"unit_qty\": 24,\n                    \"strain_name\": null,\n                    \"order_line_status\": \"Created\",\n                    \"retail_display_name\": \"Cannablast Chocolate Bar - 24 Bar Pack\",\n                    \"order_line_dtls\": [],\n                    \"needs_fulfillment\": true\n                }\n            ],\n            \"applied_discounts\": [],\n            \"transactions\": []\n        }\n    ]\n}"}],"_postman_id":"c002a41d-49b5-40ad-9969-053008906d52"},{"name":"PostRetailOrder","id":"52e49695-3322-449f-8fdc-af32810a8857","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"POST","header":[{"key":"FacilityID","value":"{{facility_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"original_order_id\":\"test123\",\n    \"customer_id\":\"10\",\n    \"is_preorder\":false,\n    \"notes\":\"This is just a test\",\n    \"order_status\":\"submitted\",\n    \"fulfillment_type\":\"pickup\",\n    \"is_recreational\": true,\n    \"order_lines\":[\n        {\n            \"sku\":\"BAP-CAR-FT-CDT-FYC1M\",\n            \"strain_id\":null,\n            \"order_qty\":1,\n            \"unit_price\":95\n        },\n        {\n            \"sku\":\"BAP-CAR-FT-CDT-MEC1M\",\n            \"strain_id\":null,\n            \"order_qty\":1,\n            \"unit_price\":95\n        }\n    ],\n    \"applied_discounts\":[\n        {\n            \"method\":\"dollar\",\n            \"promo_code\":null,\n            \"amount\":47.5,\n            \"discount_id\":\"666\",\n            \"sku\":\"BAP-CAR-FT-CDT-FYC1M\"\n        },\n        {\n            \"method\":\"dollar\",\n            \"promo_code\":null,\n            \"amount\":47.5,\n            \"discount_id\":\"666\",\n            \"sku\":\"BAP-CAR-FT-CDT-MEC1M\"\n        }\n    ],\n    \"delivery_fee\":0,\n    \"delivery_address\":null,\n    \"expected_pickup_timestamp\":\"2022-09-09T00:30:00.000Z\",\n    \"expected_delivery_timestamp\":null\n}","options":{"raw":{"language":"json"}}},"url":"https://app.flourishsoftware.com/external/api/v1/retail-orders","description":"<p>Create a new retail order.</p>\n<ul>\n<li>The FacilityID header is required if fulfillment_type is not <code>delivery</code>.</li>\n</ul>\n<p>Request Fields:</p>\n<ul>\n<li><p>original_order_id: string<br />  Identifier for an order originating outside of Flourish.</p>\n</li>\n<li><p>customer_id: string - REQUIRED<br />  Identifies the specific customer. Customers can be created and retrieved through the retail customers endpoints.</p>\n</li>\n<li><p>is_backorder: boolean</p>\n</li>\n<li><p>is_preorder: boolean</p>\n</li>\n<li><p>is_replacement: boolean</p>\n</li>\n<li><p>is_approved: boolean</p>\n</li>\n<li><p>is_recreational: boolean<br />  Indicates that the purchase is recreational (as opposed to medical), subject to the compliance rules of the origin facility state</p>\n</li>\n<li><p>notes: string</p>\n</li>\n<li><p>order_timestamp: datetime<br />  Indicates when the order was originally created. The current timestamp will be used when not given.<br />  (Expected format <code>2022-04-20T12:34:56.789Z</code>)</p>\n</li>\n<li><p>order_status: string<br />  Defaults to created status if none provided. Valid values are <code>created</code> or <code>submitted</code>.</p>\n</li>\n<li><p>fulfillment_type: string - REQUIRED<br />  Must be one of <code>delivery</code>, <code>in-store</code>, or <code>pickup</code>.</p>\n</li>\n<li><p>expected_delivery_timestamp: datetime<br />  Indicates when the order is expected to be delivered.<br />  (Expected format <code>2022-04-20T12:34:56.789Z</code>)</p>\n</li>\n<li><p>expected_pickup_timestamp: datetime<br />  Indicates when the order is expected to be picked up.<br />  (Expected format <code>2022-04-20T12:34:56.789Z</code>)</p>\n</li>\n<li><p>delivery_address_id: If the fulfillment type is <code>delivery</code>, you may provide the ID of the customer address where the order is to be delivered. The ID must be an existing address that corresponds to the customer for the order.</p>\n</li>\n<li><p>delivery_address: Alternatively, you can provide the full delivery address for the order. Only one of <code>delivery_address_id</code> or <code>delivery_address</code> will be respected, with preference given to <code>delivery_address_id</code>. If a valid delivery address is passed and cannot be matched against the existing addresses for the order customer, the address will be automatically created and set as the primary shipping address for the customer. If included in the request, the delivery address should include the following fields:</p>\n<ul>\n<li><p>address_line_1: string - REQUIRED</p>\n</li>\n<li><p>address_line_1: string</p>\n</li>\n<li><p>city: string - REQUIRED</p>\n</li>\n<li><p>state: string - REQUIRED</p>\n</li>\n<li><p>postcode: string - REQUIRED</p>\n</li>\n<li><p>country: string - REQUIRED</p>\n</li>\n</ul>\n</li>\n<li><p>delivery_contact_no: For orders with <code>fulfillment_type</code> \"delivery\", the number provided by the customer for contact by phone for updates, if necessary</p>\n</li>\n<li><p>delivery_text_contact_no: For orders with <code>fulfillment_type</code> \"delivery\", the number provided by the customer for contact by text/SMS for updates, if necessary</p>\n</li>\n<li><p>delivery_email: For orders with <code>fulfillment_type</code> \"delivery\", the address provided by the customer for contact by email for updates, if necessary</p>\n</li>\n<li><p>delivery_fee: number<br />  A charge for delivery of the order.</p>\n</li>\n<li><p>total_paid: number<br />  Represents the amount a customer has paid on the order. The response field payment_status depends on this amount.</p>\n</li>\n<li><p>order_lines: array - REQUIRED</p>\n<ul>\n<li><p>item_id: string - REQUIRED if SKU not given.</p>\n</li>\n<li><p>item_variation_pk: string - REQUIRED for item variations if SKU not given.</p>\n</li>\n<li><p>sku: string - REQUIRED if item_id not given.</p>\n</li>\n<li><p>strain_id: string - REQUIRED for cannabis products.</p>\n</li>\n<li><p>order_qty: number - Amount of this item on the order.</p>\n</li>\n<li><p>unit_price: number<br />  Price of the item. If not given the item's current price will be used.</p>\n</li>\n</ul>\n</li>\n<li><p>applied_discounts: array</p>\n<ul>\n<li><p>For custom discounts, provide:</p>\n<ul>\n<li><p>method: string<br />  Must be one of <code>dollar</code> or <code>percentage</code>.</p>\n</li>\n<li><p>promo_code: string<br />  A special promotional code for the discount.</p>\n</li>\n<li><p>amount: number<br />  When discounts are given the response will return 2 values related to the amount. The amount is the dollar or percentage set and discount_value is the actual dollar value of the discount. When the method is <code>dollar</code> the amount and discount_value should be equal.</p>\n</li>\n</ul>\n</li>\n<li><p>For pre-configured discounts, i.e. those returned by the <code>GetEligibleDiscounts</code> endpoint, provide:</p>\n<ul>\n<li><p>discount_id: number - REQUIRED<br />  The ID of the pre-configured discount in Flourish</p>\n</li>\n<li><p>discount_name: string<br />  The name of the pre-configured discount in Flourish</p>\n</li>\n<li><p>method: string<br />  Must be one of <code>dollar</code> or <code>percentage</code>.</p>\n</li>\n<li><p>promo_code: string<br />  If the Flourish discount requires a promo code, the configured promotion code for the discount.</p>\n</li>\n<li><p>amount: number<br />  The dollar or percentage amount applied</p>\n</li>\n<li><p>approved_by: string<br />  The email/username of the user approving/applying the discount</p>\n</li>\n<li><p>sku: string<br />  If a line-level discount, the item SKU for the order line against which the discount will be applied</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["v1","retail-orders"],"host":["https://app.flourishsoftware.com/external/api"],"query":[],"variable":[]}},"response":[{"id":"3373dde7-156c-4821-8888-6450554cc51b","name":"PostRetailOrder","originalRequest":{"method":"POST","header":[{"key":"FacilityID","value":"5c1991b318fc4c7c6792789e"}],"body":{"mode":"raw","raw":"{\n    \"original_order_id\": \"o123\",\n    \"customer_id\": \"59\",\n    \"is_backorder\": false,\n    \"is_preorder\": false,\n    \"is_replacement\": false,\n    \"is_approved\": false,\n    \"notes\": \"Deliver to the back door.\",\n    \"order_timestamp\": \"2019-07-24T13:54:51.000Z\",\n    \"fulfillment_type\": \"delivery\",\n    \"delivery_contact_no\": \"7872334354\",\n    \"delivery_text_contact_no\": null,\n    \"delivery_email\": \"jcgarcia@gmail.com\",\n    \"delivery_address\": {\n        \"address_line_1\": \"1234 Montoya Blvd\",\n        \"address_line_2\": null,\n        \"city\": \"Los Angeles\",\n        \"state\": \"CA\",\n        \"postcode\": \"90210\",\n        \"country\": \"United States\"\n    },\n    \"delivery_fee\": 2.50,\n    \"total_paid\": 30.25,\n    \"order_lines\": [\n        {\n            \"item_id\": \"7\",\n            \"item_variation_pk\": \"76\",\n            \"sku\": \"SKU\",\n            \"strain_id\": \"7f9b0119\",\n            \"order_qty\": 1,\n            \"unit_price\": 40.43\n        }\n    ],\n    \"applied_discounts\": [\n        {\n            \"method\": \"percentage\",\n            \"promo_code\": \"4-20\",\n            \"amount\": 5,\n            \"approved_by\": \"example_mcs@flourishsoftware.com\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://app.flourishsoftware.com/external/api/v1/retail-orders"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"data\": {\n        \"id\": \"00001234\",\n        \"original_order_id\": \"zoyx923\",\n        \"facility_id\": \"5c1991b318fc4c7c6792789e\",\n        \"customer_id\": \"7588\",\n        \"original_customer_id\": \"59\",\n        \"is_backorder\": false,\n        \"is_preorder\": false,\n        \"is_replacement\": false,\n        \"is_recreational\": true,\n        \"order_timestamp\": \"2019-07-24T13:54:51.000Z\",\n        \"sub_total_price\": 40.43,\n        \"taxes\": 8.08,\n        \"total_discounts\": 5,\n        \"total_price\": 46.01,\n        \"total_paid\": 30.25,\n        \"delivery_fee\": 2.5,\n        \"delivery_address_id\": 24109,\n        \"delivery_contact_no\": \"7872334354\",\n        \"delivery_contact_no_checked\": true,\n        \"delivery_text_contact_no\": null,\n        \"delivery_text_contact_no_checked\": false,\n        \"delivery_email\": \"jcgarcia@gmail.com\",\n        \"delivery_email_checked\": true,\n        \"notes\": \"Deliver to the back door.\",\n        \"shipped_timestamp\": null,\n        \"delivered_timestamp\": null,\n        \"last_updated_timestamp\": \"2020-11-09T20:11:14Z\",\n        \"created_by\": \"example_mcs@flourishsoftware.com\",\n        \"created_timestamp\": \"2020-11-09T20:11:14Z\",\n        \"total_refund\": 0,\n        \"total_returns\": 0,\n        \"order_status\": \"Created\",\n        \"fulfillment_type\": \"delivery\",\n        \"payment_status\": \"Partially Paid\",\n        \"tax_type\": \"Sales\",\n        \"tax_payment_direction\": \"collect\",\n        \"facility_name\": \"West End\",\n        \"applied_discounts\": [\n            {\n                \"discount_name\": \"Custom Order Dollar Discount\",\n                \"promo_code\": \"4-20\",\n                \"discount_value\": 5,\n                \"amount\": 5,\n                \"approved_by\": \"example_mcs@flourishsoftware.com\",\n                \"created_by\": \"example_mcs@flourishsoftware.com\",\n                \"last_updated_by\": \"example_mcs@flourishsoftware.com\",\n                \"created_timestamp\": \"2020-11-09T20:11:14Z\",\n                \"last_updated_timestamp\": \"2020-11-09T20:11:14Z\",\n                \"level\": \"order\",\n                \"method\": \"dollar\"\n            },\n            {\n                \"discount_id\": 68,\n                \"discount_name\": \"Ecomm Discount\",\n                \"method\": \"dollar\",\n                \"amount\": 5,\n                \"approved_by\": \"example_mcs@flourishsoftware.com\"\n            },\n            {\n                \"discount_id\": 72,\n                \"discount_name\": \"Ecomm Discount Limit by Tag\",\n                \"method\": \"dollar\",\n                \"amount\": 3,\n                \"approved_by\": \"example_mcs@flourishsoftware.com\",\n                \"sku\": \"1.5.31.23.0\"\n            }\n        ],\n        \"order_lines\": [\n            {\n                \"item_id\": \"7\",\n                \"strain_id\": \"7f9affab\",\n                \"item_variation_pk\": 76,\n                \"order_qty\": 1,\n                \"allocated_qty\": null,\n                \"unit_price\": 40.43,\n                \"line_total_price\": 40.43,\n                \"qty_returned\": 0,\n                \"last_updated_by\": \"example_mcs@flourishsoftware.com\",\n                \"last_updated_timestamp\": \"2020-11-09T20:11:14Z\",\n                \"created_by\": \"example_mcs@flourishsoftware.com\",\n                \"created_timestamp\": \"2020-11-09T20:11:14Z\",\n                \"item_name\": \"Shaketrim_each\",\n                \"item_uom\": \"ea\",\n                \"variation_name\": \"sake_123\",\n                \"unit_qty\": 1,\n                \"strain_name\": \"Blueberry\",\n                \"order_line_status\": \"Created\",\n                \"sku\": \"1.5.31.23.0\",\n                \"retail_display_name\": \"sake_123\",\n                \"order_line_dtls\": [],\n                \"needs_fulfillment\": true,\n                \"taxes\": []\n            }\n        ]\n    }\n}"}],"_postman_id":"52e49695-3322-449f-8fdc-af32810a8857"},{"name":"PostRetailOrderV2","id":"f38d56f5-f7c7-41e6-b878-f8e540a871bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"POST","header":[{"key":"FacilityID","value":"{{facility_id}}"}],"body":{"mode":"raw","raw":"{\n    \"original_order_id\": \"test123\",\n    \"customer_id\": \"10\",\n    \"is_preorder\": false,\n    \"notes\": \"This is just a test\",\n    \"order_status\": \"submitted\",\n    \"fulfillment_type\": \"pickup\",\n    \"is_recreational\": false,\n    \"order_lines\": [\n        {\n            \"sku\": \"BAP-CAR-FT-CDT-FYC1M\",\n            \"strain_id\" null,\n            \"order_qty\": 1,\n            \"unit_price\": 95\n        },\n        {\n            \"sku\": \"BAP-CAR-FT-CDT-MEC1M\",\n            \"strain_id\": null,\n            \"order_qty\": 1,\n            \"unit_price\": 95\n        }\n    ],\n    \"applied_discounts\":[\n        {\n            \"method\": \"dollar\",\n            \"promo_code\": null,\n            \"amount\": 47.5,\n            \"discount_id\": \"666\",\n            \"sku\": \"BAP-CAR-FT-CDT-FYC1M\"\n        },\n        {\n            \"method\": \"dollar\",\n            \"promo_code\": null,\n            \"amount\": 47.5,\n            \"discount_id\": \"666\",\n            \"sku\": \"BAP-CAR-FT-CDT-MEC1M\"\n        }\n    ],\n    \"delivery_fee\": 0,\n    \"delivery_address\": null,\n    \"expected_pickup_timestamp\": \"2022-09-09T00:30:00.000Z\",\n    \"expected_delivery_timestamp\": null\n}","options":{"raw":{"language":"json"}}},"url":"https://app.flourishsoftware.com/external/api/v2/retail-orders","description":"<p>The request and response JSON for <strong>PostRetailOrderV2</strong> are identical to the <strong>PostRetailOrder</strong> JSON.</p>\n<p>While the <code>v1</code> endpoint supports creating retail orders with eCommerce eligible discounts applied, the <code>v2</code> endpoint enhances discount capabilities by further passing the order through Flourish's internal discounting engine, allowing for automatic application of more advanced discounts like:</p>\n<ul>\n<li>BOGOs,</li>\n<li>single-use promo codes,</li>\n<li>discounts that target customer groups,</li>\n<li>customer birthday discounts,</li>\n<li>etc.</li>\n</ul>\n","urlObject":{"path":["v2","retail-orders"],"host":["https://app.flourishsoftware.com/external/api"],"query":[],"variable":[]}},"response":[{"id":"44a7c77e-60c8-4d42-8021-c33664515f10","name":"PostRetailOrderV2","originalRequest":{"method":"POST","header":[{"key":"FacilityID","value":"5c1991b318fc4c7c6792789e"}],"body":{"mode":"raw","raw":"{\n    \"original_order_id\": \"o123\",\n    \"customer_id\": \"59\",\n    \"is_backorder\": false,\n    \"is_preorder\": false,\n    \"is_replacement\": false,\n    \"is_approved\": false,\n    \"notes\": \"Deliver to the back door.\",\n    \"delivery_contact_no\": \"7872334354\",\n    \"delivery_text_contact_no\": null,\n    \"delivery_email\": \"jcgarcia@gmail.com\",\n    \"order_timestamp\": \"2019-07-24T13:54:51.000Z\",\n    \"fulfillment_type\": \"delivery\",\n    \"delivery_address\": {\n        \"address_line_1\": \"1234 Montoya Blvd\",\n        \"address_line_2\": null,\n        \"city\": \"Los Angeles\",\n        \"state\": \"CA\",\n        \"postcode\": \"90210\",\n        \"country\": \"United States\"\n    },\n    \"delivery_fee\": 2.50,\n    \"total_paid\": 30.25,\n    \"order_lines\": [\n        {\n            \"item_id\": \"7\",\n            \"item_variation_pk\": \"76\",\n            \"sku\": \"SKU\",\n            \"strain_id\": \"7f9b0119\",\n            \"order_qty\": 1,\n            \"unit_price\": 40.43\n        }\n    ],\n    \"applied_discounts\": [\n        {\n            \"method\": \"percentage\",\n            \"promo_code\": \"4-20\",\n            \"amount\": 5,\n            \"approved_by\": \"example_mcs@flourishsoftware.com\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://app.flourishsoftware.com/external/api/v2/retail-orders"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"data\": {\n        \"id\": \"00001234\",\n        \"original_order_id\": \"o123\",\n        \"facility_id\": \"5c1991b318fc4c7c6792789e\",\n        \"customer_id\": \"59\",\n        \"original_customer_id\": \"59\",\n        \"is_backorder\": false,\n        \"is_preorder\": false,\n        \"is_replacement\": false,\n        \"is_recreational\": false,\n        \"order_timestamp\": \"2019-07-24T13:54:51.000Z\",\n        \"sub_total_price\": 40.43,\n        \"taxes\": 0,\n        \"total_discounts\": 5,\n        \"total_price\": 37.93,\n        \"total_paid\": 30.25,\n        \"delivery_fee\": 2.5,\n        \"delivery_address_id\": 24109,\n        \"delivery_contact_no\": \"7872334354\",\n        \"delivery_contact_no_checked\": true,\n        \"delivery_text_contact_no\": null,\n        \"delivery_text_contact_no_checked\": false,\n        \"delivery_email\": \"jcgarcia@gmail.com\",\n        \"delivery_email_checked\": true,\n        \"notes\": \"Deliver to the back door.\",\n        \"shipped_timestamp\": null,\n        \"delivered_timestamp\": null,\n        \"last_updated_timestamp\": \"2020-11-09T20:11:14Z\",\n        \"created_by\": \"example_mcs@flourishsoftware.com\",\n        \"created_timestamp\": \"2020-11-09T20:11:14Z\",\n        \"total_refund\": 0,\n        \"total_returns\": 0,\n        \"order_status\": \"Created\",\n        \"fulfillment_type\": \"delivery\",\n        \"payment_status\": \"Partially Paid\",\n        \"tax_type\": \"Sales\",\n        \"tax_payment_direction\": \"collect\",\n        \"facility_name\": \"West End\",\n        \"applied_discounts\": [\n            {\n                \"discount_name\": \"Custom Order Dollar Discount\",\n                \"promo_code\": \"4-20\",\n                \"discount_value\": 5,\n                \"amount\": 5,\n                \"approved_by\": \"example_mcs@flourishsoftware.com\",\n                \"created_by\": \"example_mcs@flourishsoftware.com\",\n                \"last_updated_by\": \"example_mcs@flourishsoftware.com\",\n                \"created_timestamp\": \"2020-11-09T20:11:14Z\",\n                \"last_updated_timestamp\": \"2020-11-09T20:11:14Z\",\n                \"level\": \"order\",\n                \"method\": \"dollar\"\n            },\n            {\n                \"discount_id\": 68,\n                \"discount_name\": \"Ecomm Discount\",\n                \"method\": \"dollar\",\n                \"amount\": 5,\n                \"approved_by\": \"example_mcs@flourishsoftware.com\"\n            },\n            {\n                \"discount_id\": 72,\n                \"discount_name\": \"Ecomm Discount Limit by Tag\",\n                \"method\": \"dollar\",\n                \"amount\": 3,\n                \"approved_by\": \"example_mcs@flourishsoftware.com\",\n                \"sku\": \"1.5.31.23.0\"\n            }\n        ],\n        \"order_lines\": [\n            {\n                \"item_id\": \"7\",\n                \"strain_id\": \"7f9affab\",\n                \"item_variation_pk\": 76,\n                \"order_qty\": 1,\n                \"allocated_qty\": null,\n                \"unit_price\": 40.43,\n                \"line_total_price\": 40.43,\n                \"qty_returned\": 0,\n                \"last_updated_by\": \"example_mcs@flourishsoftware.com\",\n                \"last_updated_timestamp\": \"2020-11-09T20:11:14Z\",\n                \"created_by\": \"example_mcs@flourishsoftware.com\",\n                \"created_timestamp\": \"2020-11-09T20:11:14Z\",\n                \"item_name\": \"Shaketrim_each\",\n                \"item_uom\": \"ea\",\n                \"variation_name\": \"sake_123\",\n                \"unit_qty\": 1,\n                \"strain_name\": \"Blueberry\",\n                \"order_line_status\": \"Created\",\n                \"sku\": \"1.5.31.23.0\",\n                \"retail_display_name\": \"sake_123\",\n                \"order_line_dtls\": [],\n                \"needs_fulfillment\": true,\n                \"taxes\": []\n            }\n        ]\n    }\n}"}],"_postman_id":"f38d56f5-f7c7-41e6-b878-f8e540a871bd"},{"name":"PutRetailOrder","id":"c02eee04-b492-42fc-af9e-d9c4e59ab471","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"PUT","header":[{"key":"FacilityID","value":"{{facility_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"original_order_id\": \"ozyx329\",\n  \"customer_id\": \"20843\",\n  \"is_backorder\": false,\n  \"is_preorder\": false,\n  \"is_replacement\": false,\n  \"is_approved\": false,\n  \"is_recreational\": false,\n  \"notes\": \"Hand directly to Juice and back slowly away.\",\n  \"order_timestamp\": \"2022-03-09T18:54:51.000Z\",\n  \"order_status\": \"created\",\n  \"fulfillment_type\": \"delivery\",\n  \"delivery_fee\": 2.50,\n  \"delivery_address\": {\n      \"address_line_1\": \"1238 Shut the front door\",\n      \"city\": \"Los Angeles\",\n      \"state\": \"California\",\n      \"postcode\": \"90210\"\n  },\n  \"total_paid\": 15,\n  \"order_lines\": [\n    {\n      \"item_id\": \"1218\",\n      \"item_variation_pk\": null,\n      \"sku\": \"SKU\",\n      \"strain_id\": \"1.5.31.1218.0\",\n      \"order_qty\": 1,\n      \"unit_price\": 52\n    }\n  ],\n  \"applied_discounts\": [\n    {\n      \"method\": \"percentage\",\n      \"promo_code\": \"SAVE30\",\n      \"amount\": 25,\n      \"approved_by\": \"example_mcs@flourishsoftware.com\"\n    }\n    \n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://app.flourishsoftware.com/external/api/v1/retail-orders/:order_id","description":"<p>Update a retail order by ID.</p>\n<ul>\n<li>Orders can only be updated if they are in the <code>Created</code> or <code>Submitted</code> statuses.</li>\n<li>We do not currently support modification of order status with this endpoint.</li>\n</ul>\n<p>This will fully replace the record, and all fields required in the POST must be given. Reference <strong>PostRetailOrder</strong> for specific behavior details and request fields.</p>\n","urlObject":{"path":["v1","retail-orders",":order_id"],"host":["https://app.flourishsoftware.com/external/api"],"query":[],"variable":[{"description":{"content":"<p>Flourish order ID</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"order_id"}]}},"response":[{"id":"59f18e1f-3fe4-490a-b80a-43823be0584e","name":"PutRetailOrder","originalRequest":{"method":"PUT","header":[{"key":"FacilityID","value":"5c1991b318fc4c7c6792789e"}],"body":{"mode":"raw","raw":"{\n    \"original_order_id\": \"o123\",\n    \"customer_id\": \"59\",\n    \"is_backorder\": false,\n    \"is_preorder\": false,\n    \"is_replacement\": false,\n    \"is_approved\": false,\n    \"notes\": \"Deliver to the back door.\",\n    \"order_timestamp\": \"2019-07-24T13:54:51.000Z\",\n    \"fulfillment_type\": \"delivery\",\n    \"delivery_contact_no\": \"7872334354\",\n    \"delivery_text_contact_no\": null,\n    \"delivery_email\": \"jcgarcia@gmail.com\",\n    \"delivery_address\": {\n        \"address_line_1\": \"1234 Montoya Blvd\",\n        \"address_line_2\": null,\n        \"city\": \"Los Angeles\",\n        \"state\": \"CA\",\n        \"postcode\": \"90210\",\n        \"country\": \"United States\"\n    },\n    \"delivery_fee\": 2.50,\n    \"total_paid\": 30.25,\n    \"order_lines\": [\n        {\n            \"item_id\": \"7\",\n            \"item_variation_pk\": \"76\",\n            \"sku\": \"SKU\",\n            \"strain_id\": \"7f9b0119\",\n            \"order_qty\": 1,\n            \"unit_price\": 40.43\n        }\n    ],\n    \"applied_discounts\": [\n        {\n            \"method\": \"percentage\",\n            \"promo_code\": \"4-20\",\n            \"amount\": 5,\n            \"approved_by\": \"example_mcs@flourishsoftware.com\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://app.flourishsoftware.com/external/api/v1/retail-orders/00001234"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"data\": {\n        \"id\": \"00001234\",\n        \"original_order_id\": \"o123\",\n        \"facility_id\": \"5c1991b318fc4c7c6792789e\",\n        \"customer_id\": \"59\",\n        \"original_customer_id\": \"59\",\n        \"is_backorder\": false,\n        \"is_preorder\": false,\n        \"is_replacement\": false,\n        \"is_recreational\": false,\n        \"order_timestamp\": \"2019-07-24T13:54:51.000Z\",\n        \"sub_total_price\": 40.43,\n        \"taxes\": 0,\n        \"total_discounts\": 5,\n        \"total_price\": 37.93,\n        \"total_paid\": 30.25,\n        \"delivery_fee\": 2.5,\n        \"delivery_address_id\": 42199,\n        \"delivery_contact_no\": \"7872334354\",\n        \"delivery_contact_no_checked\": true,\n        \"delivery_text_contact_no\": null,\n        \"delivery_text_contact_no_checked\": false,\n        \"delivery_email\": \"jcgarcia@gmail.com\",\n        \"delivery_email_checked\": true,\n        \"notes\": \"Deliver to the back door.\",\n        \"shipped_timestamp\": null,\n        \"delivered_timestamp\": null,\n        \"last_updated_timestamp\": \"2020-11-09T20:11:14Z\",\n        \"created_by\": \"example_mcs@flourishsoftware.com\",\n        \"created_timestamp\": \"2020-11-09T20:11:14Z\",\n        \"total_refund\": 0,\n        \"total_returns\": 0,\n        \"order_status\": \"Created\",\n        \"fulfillment_type\": \"delivery\",\n        \"payment_status\": \"Partially Paid\",\n        \"tax_type\": \"Sales\",\n        \"tax_payment_direction\": \"collect\",\n        \"facility_name\": \"West End\",\n        \"applied_discounts\": [\n            {\n                \"discount_name\": \"Custom Order Dollar Discount\",\n                \"promo_code\": \"4-20\",\n                \"discount_value\": 5,\n                \"amount\": 5,\n                \"approved_by\": \"example_mcs@flourishsoftware.com\",\n                \"created_by\": \"example_mcs@flourishsoftware.com\",\n                \"last_updated_by\": \"example_mcs@flourishsoftware.com\",\n                \"created_timestamp\": \"2020-11-09T20:11:14Z\",\n                \"last_updated_timestamp\": \"2020-11-09T20:11:14Z\",\n                \"level\": \"order\",\n                \"method\": \"dollar\"\n            },\n            {\n                \"discount_id\": 68,\n                \"discount_name\": \"Ecomm Discount\",\n                \"method\": \"dollar\",\n                \"amount\": 5,\n                \"approved_by\": \"example_mcs@flourishsoftware.com\"\n            },\n            {\n                \"discount_id\": 72,\n                \"discount_name\": \"Ecomm Discount Limit by Tag\",\n                \"method\": \"dollar\",\n                \"amount\": 3,\n                \"approved_by\": \"example_mcs@flourishsoftware.com\",\n                \"sku\": \"1.5.31.23.0\"\n            }\n        ],\n        \"order_lines\": [\n            {\n                \"item_id\": \"7\",\n                \"strain_id\": \"7f9affab\",\n                \"item_variation_pk\": 76,\n                \"order_qty\": 1,\n                \"allocated_qty\": null,\n                \"unit_price\": 40.43,\n                \"line_total_price\": 40.43,\n                \"qty_returned\": 0,\n                \"last_updated_by\": \"example_mcs@flourishsoftware.com\",\n                \"last_updated_timestamp\": \"2020-11-09T20:11:14Z\",\n                \"created_by\": \"example_mcs@flourishsoftware.com\",\n                \"created_timestamp\": \"2020-11-09T20:11:14Z\",\n                \"item_name\": \"Shaketrim_each\",\n                \"item_uom\": \"ea\",\n                \"variation_name\": \"sake_123\",\n                \"unit_qty\": 1,\n                \"strain_name\": \"Blueberry\",\n                \"order_line_status\": \"Created\",\n                \"sku\": \"1.5.31.23.0\",\n                \"retail_display_name\": \"sake_123\",\n                \"order_line_dtls\": [],\n                \"needs_fulfillment\": true,\n                \"taxes\": []\n            }\n        ]\n    }\n}"}],"_postman_id":"c02eee04-b492-42fc-af9e-d9c4e59ab471"},{"name":"PostRetailOrderPayment","id":"779151ff-bb85-4d47-94cf-9fedc2ec375c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"payment_type\": \"Manual\",\n    \"amount\": 5,\n    \"automatic_complete\": false,\n    \"manual_payment_type\": \"CanPay\",\n    \"reference_id\": \"ABC123\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.flourishsoftware.com/external/api/v1/retail-orders/:order_id/payment","description":"<p>Create a new payment against a retail order. Response is identical to GetRetailOrder call.</p>\n<p>Request Fields:</p>\n<ul>\n<li>payment_type: string<br />Options: Cash, Manual</li>\n<li>amount: number<br />Payment Amount. Cannot be greater than current Total Price minus Total Paid for the order.</li>\n<li>automatic_complete: boolean<br />If sent as true and the order is paid in full after processing this payment, the following steps will be taken:<ul>\n<li>Changing order status to complete</li>\n<li>Decrementing inventory</li>\n<li>Syncing with state system</li>\n</ul>\n</li>\n<li>manual_payment_type: string<br />Options: CanPay<br />Required if payment type is set as Manual</li>\n<li>reference_id: string<br />Required if payment type is set as Manual. Reference ID of payment transaction.</li>\n</ul>\n","urlObject":{"path":["v1","retail-orders",":order_id","payment"],"host":["https://app.flourishsoftware.com/external/api"],"query":[],"variable":[{"description":{"content":"<p>Flourish integer order ID</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"order_id"}]}},"response":[{"id":"47b046d2-3907-4d48-b1ad-d8eacf6c5116","name":"PostRetailOrderPayment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"payment_type\": \"Manual\",\n    \"amount\": 10.5,\n    \"automatic_complete\": false,\n    \"manual_payment_type\": \"CanPay\",\n    \"reference_id\": \"ABC123\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.flourishsoftware.com/external/api/v1/retail-orders/00001119/payment"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"data\": {\n        \"facility_id\": \"5c1991b318fc4c7c6792789e\",\n        \"facility_name\": \"RETAIL\",\n        \"order_id\": \"00001119\",\n        \"original_order_id\": null,\n        \"customer_id\": \"1\",\n        \"original_customer_id\": \"1\",\n        \"is_backorder\": false,\n        \"is_preorder\": false,\n        \"is_quicksale\": false,\n        \"needs_review\": false,\n        \"order_timestamp\": \"2019-08-20T22:58:57.000Z\",\n        \"sub_total_price\": 23.75,\n        \"taxes\": 0,\n        \"total_discounts\": 4.2,\n        \"total_price\": 19.55,\n        \"delivery_fee\": 0,\n        \"total_paid\": 10.5,\n        \"total_refund\": 0,\n        \"order_notes\": null,\n        \"delivery_timestamp\": \"2019-08-20T12:00:00Z\",\n        \"delivery_backup_timestamp\": \"2019-08-20T12:00:00Z\",\n        \"delivery_contact_no\": \"7872334354\",\n        \"delivery_text_contact_no\": \"\",\n        \"delivery_email\": \"jcgarcia@gmail.com\",\n        \"tax_type\": null,\n        \"tax_payment_direction\": \"\",\n        \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n        \"last_updated_timestamp\": \"2019-08-20T22:58:56Z\",\n        \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n        \"created_timestamp\": \"2019-08-20T22:43:41Z\",\n        \"completed_timestamp\": null,\n        \"submitted_by\": null,\n        \"packed_by\": null,\n        \"completed_by\": null,\n        \"delivered_by\": null,\n        \"submitted_timestamp\": null,\n        \"packed_timestamp\": null,\n        \"delivered_timestamp\": null,\n        \"change_given\": null,\n        \"canpay_amount\": null,\n        \"cash_amount\": null,\n        \"linx_amount\": null,\n        \"credit_card_amount\": null,\n        \"manual_amount\": null,\n        \"account_credit_used\": null,\n        \"customer\": {\n            \"id\": \"1\",\n            \"email\": \"jcgarciaram@gmail.com\",\n            \"first_name\": \"Juan\",\n            \"last_name\": \"Garcia\",\n            \"middle_name\": \"C\",\n            \"dob\": \"1988-10-25\",\n            \"state\": \"\",\n            \"patient_id\": \"P12345\",\n            \"phone\": \"4048204571\",\n            \"address\": [\n                {\n                    \"first_name\": \"Juan\",\n                    \"last_name\": \"Garcia\",\n                    \"address_line_1\": \"127\",\n                    \"address_line_2\": \"\",\n                    \"city\": \"Atlanta\",\n                    \"state\": \"GA\",\n                    \"postcode\": \"12345\",\n                    \"country\": \"US\",\n                    \"address_type\": \"shipping\",\n                    \"active\": true,\n                    \"is_primary\": true,\n                    \"created_timestamp\": \"2018-07-23T15:56:49Z\",\n                    \"created_by\": \"michaelpatrickgoss@gmail.com\",\n                    \"last_updated_timestamp\": \"2019-03-18T08:31:25Z\",\n                    \"last_updated_by\": \"arpita@codepiemedia.com\"\n                },\n                {\n                    \"first_name\": \"Juan\",\n                    \"last_name\": \"Garcia\",\n                    \"address_line_1\": \"xfdsgf\",\n                    \"address_line_2\": \"fgfdgf\",\n                    \"city\": \"fghf\",\n                    \"state\": \"DC\",\n                    \"postcode\": \"34256\",\n                    \"country\": \"US\",\n                    \"address_type\": \"shipping\",\n                    \"active\": true,\n                    \"is_primary\": false,\n                    \"created_timestamp\": \"2019-03-18T07:20:25Z\",\n                    \"created_by\": \"arpita@codepiemedia.com\",\n                    \"last_updated_timestamp\": \"2019-03-18T07:20:50Z\",\n                    \"last_updated_by\": \"arpita@codepiemedia.com\"\n                },\n                {\n                    \"first_name\": \"Juan\",\n                    \"last_name\": \"Garcia\",\n                    \"address_line_1\": \"wdsf\",\n                    \"address_line_2\": \"fdgfdshg\",\n                    \"city\": \"fgdshh\",\n                    \"state\": \"DE\",\n                    \"postcode\": \"21345\",\n                    \"country\": \"US\",\n                    \"address_type\": \"billing\",\n                    \"active\": true,\n                    \"is_primary\": false,\n                    \"created_timestamp\": \"2019-03-18T07:20:50Z\",\n                    \"created_by\": \"arpita@codepiemedia.com\",\n                    \"last_updated_timestamp\": \"2019-03-18T08:31:25Z\",\n                    \"last_updated_by\": \"arpita@codepiemedia.com\"\n                }\n            ],\n            \"is_verified\": true,\n            \"is_active\": true,\n            \"available_credit\": null,\n            \"created_timestamp\": \"2018-07-21T17:17:59Z\",\n            \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2019-08-16T19:53:27Z\",\n            \"last_updated_by\": \"mturner@flourishsoftware.com\",\n            \"medical_card_expiration\": \"2019-09-09T00:00:00Z\",\n            \"state_id\": null,\n            \"state_id_expiration_timestamp\": null,\n            \"merged_customer_id\": null,\n            \"customer_group\": null,\n            \"customer_type\": \"Patient\",\n            \"customer_origin\": \"Flourish\",\n            \"customer_status\": \"Created\",\n            \"customer_disciplinary_status\": \"No Issues\"\n        },\n        \"order_status\": \"Packed\",\n        \"order_fulfillment_type\": null,\n        \"order_origin\": \"Flourish\",\n        \"payment_status\": \"Awaiting Payment\",\n        \"order_lines\": [\n            {\n                \"item_id\": \"100\",\n                \"strain_id\": null,\n                \"item_variation_pk\": \"30\",\n                \"order_qty\": 1,\n                \"allocated_qty\": 1,\n                \"unit_price\": 23.75,\n                \"discount_price\": 4.2,\n                \"line_total_price\": 19.55,\n                \"qty_returned\": 0,\n                \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n                \"last_updated_timestamp\": \"2019-08-20T22:58:50Z\",\n                \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n                \"created_timestamp\": \"2019-08-20T22:43:54Z\",\n                \"taxes\": [],\n                \"item_name\": \"1 Gram Filled Vape Cartridge\",\n                \"inventory_type_id\": 1,\n                \"item_uom\": \"ea\",\n                \"variation_name\": \"1 Gram Blue Dream Vape Cartridge - 1 Unit\",\n                \"unit_qty\": 1,\n                \"strain_name\": null,\n                \"order_line_status\": \"Packed\",\n                \"retail_display_name\": \"1 Gram Blue Dream Vape Cartridge - 1 Unit\",\n                \"order_line_dtls\": [\n                    {\n                        \"package_id\": \"GART-20190808-001\",\n                        \"lot_number\": \"1231\",\n                        \"qty\": 1,\n                        \"returned\": false,\n                        \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n                        \"last_updated_timestamp\": \"2019-08-20T22:44:34Z\",\n                        \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n                        \"created_timestamp\": \"2019-08-20T22:44:34Z\"\n                    }\n                ],\n                \"needs_fulfillment\": true\n            }\n        ],\n        \"applied_discounts\": [\n            {\n                \"discount_name\": \"FLOURISH420\",\n                \"level\": \"order\",\n                \"method\": \"dollar\",\n                \"discount_value\": 4.2,\n                \"promo_code\": \"FLOURISH420\",\n                \"amount\": 4.2,\n                \"approved_by\": null,\n                \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n                \"last_updated_timestamp\": \"2019-08-20T22:58:56Z\",\n                \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n                \"created_timestamp\": \"2019-08-20T22:58:56Z\"\n            }\n        ],\n        \"transactions\": [\n            {\n                \"transaction_id\": 1881,\n                \"is_successful\": true,\n                \"is_voided\": false,\n                \"amount\": 10.5,\n                \"change_given\": 0,\n                \"amount_going_in\": 10.5,\n                \"reference\": null,\n                \"reference_token\": \"CANPAY\",\n                \"reference_id\": \"ABC123\",\n                \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n                \"created_timestamp\": \"2021-03-05T23:08:22Z\",\n                \"payment_type\": \"Manual\",\n                \"till_name\": null\n            }\n        ]\n    }\n}"}],"_postman_id":"779151ff-bb85-4d47-94cf-9fedc2ec375c"},{"name":"GetEligibleDiscounts","id":"1356be14-e5cb-4ffc-b46a-9dd48989dc03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"GET","header":[{"key":"FacilityID","value":"{{facility_id}}","type":"text"}],"url":"https://app.flourishsoftware.com/external/api/v1/retail-discounts","description":"<p>Get all available, e-commerce eligible retail discounts for a given facility at the current moment. If there are item inclusion rules for a given discount, those items must also be e-commerce eligible or the discount will not be returned.</p>\n<p>Takes into account:</p>\n<ul>\n<li>e-commerce eligibility</li>\n<li>limitations on availability by facility (or facility tag)</li>\n<li>limitations on availability by specific dates/times/days of week</li>\n</ul>\n<p><strong>Note on date/time fields:</strong></p>\n<ul>\n<li><code>start_date</code> and <code>end_date</code> are the dates when a discount becomes/ceases to be available. One or both can be empty if those values are indefinite.</li>\n<li><code>start_date_time</code> and <code>end_date_time</code> are only applicable if the corresponding <code>start_date</code> and <code>end_date</code> are populated, and they would come into play for discounts that start at, say, 9am on Memorial Day and end at 6am the next day.</li>\n<li><code>start_time</code> and <code>end_time</code> are daily start and end times. e.g. a happy hour discount available from 4-6pm every day.</li>\n<li>All the time fields are formatted as <code>HH:MM</code> and are irrespective of timezone, so a <code>start_time</code> of <code>16:00</code> means the discount becomes available at 4pm EDT for facilities in eastern timezone, 4pm PDT for facilities in pacific, and so on.</li>\n</ul>\n","urlObject":{"path":["v1","retail-discounts"],"host":["https://app.flourishsoftware.com/external/api"],"query":[],"variable":[]}},"response":[{"id":"d2a968cc-5fe0-4603-b1cb-edd33b780106","name":"GetEligibleDiscounts","originalRequest":{"method":"GET","header":[],"url":"https://app.flourishsoftware.com/external/api/v1/retail-discounts"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"data\": [\n        {\n            \"discount_id\": 70,\n            \"discount_name\": \"Ecomm Discount Limit by Brand\",\n            \"description\": \"Brand-specific discount\",\n            \"applied_automatically\": true,\n            \"promo_code_required\": false,\n            \"promo_code\": \"\",\n            \"method\": \"percentage\",\n            \"amount\": 10,\n            \"level\": \"order\",\n            \"order_minimum_amount\": 0,\n            \"max_redemptions_per_order\": null,\n            \"start_date\": \"\",\n            \"start_date_time\": \"\",\n            \"end_date\": \"\",\n            \"end_date_time\": \"\",\n            \"start_time\": \"\",\n            \"end_time\": \"\",\n            \"eligible_items\": [\n                {\n                    \"item_id\": 140,\n                    \"sku\": \"1.3.49.140.0\",\n                    \"item_name\": \"Blue Dream VAPE H16\",\n                    \"retail_display_name\": \"Vape Cart Blue Dream 2-pc Med\",\n                    \"price\": 45.00,\n                    \"default_price\": 45.00,\n                    \"extended_retail_price\": null,\n                    \"extended_retail_discount_price\": null,\n                    \"price_source\": \"default_price\"\n                },\n                {\n                    \"item_id\": 143,\n                    \"sku\": \"1.3.49.143.0\",\n                    \"item_name\": \"Sour Diesel VAPE H16\",\n                    \"retail_display_name\": \"Vape Cart Sour Diesel 2-pc Med\",\n                    \"price\": 45.00,\n                    \"default_price\": 45.00,\n                    \"extended_retail_price\": null,\n                    \"extended_retail_discount_price\": null,\n                    \"price_source\": \"default_price\"\n                }\n            ],\n            \"ineligible_items\": [\n                {\n                    \"item_id\": 65,\n                    \"sku\": \"1.3.49.65.0\",\n                    \"item_name\": \"Grandaddy Purple VAPE H16\",\n                    \"retail_display_name\": \"Vape Cart Grandaddy Purple 2-pc Med\",\n                    \"price\": 45.00,\n                    \"default_price\": 45.00,\n                    \"extended_retail_price\": null,\n                    \"extended_retail_discount_price\": null,\n                    \"price_source\": \"default_price\"\n                },\n                {\n                    \"item_id\": 422,\n                    \"sku\": \"1.3.49.422.0\",\n                    \"item_name\": \"Orange Julius VAPE H16\",\n                    \"retail_display_name\": \"Vape Cart Orange Julius 2-pc Med\",\n                    \"price\": 45.00,\n                    \"default_price\": 45.00,\n                    \"extended_retail_price\": null,\n                    \"extended_retail_discount_price\": null,\n                    \"price_source\": \"default_price\"\n                }\n            ]\n        },\n        {\n            \"discount_id\": 71,\n            \"discount_name\": \"Ecomm Discount Limit by Category\",\n            \"description\": \"Requires $100 minimum order subtotal\",\n            \"applied_automatically\": true,\n            \"promo_code_required\": false,\n            \"promo_code\": \"\",\n            \"method\": \"dollar\",\n            \"amount\": 1,\n            \"level\": \"line\",\n            \"order_minimum_amount\": 100,\n            \"max_redemptions_per_order\": null,\n            \"start_date\": \"\",\n            \"start_date_time\": \"00:00\",\n            \"end_date\": \"\",\n            \"end_date_time\": \"23:59\",\n            \"start_time\": \"\",\n            \"end_time\": \"\",\n            \"eligible_items\": [\n                {\n                    \"item_id\": 65,\n                    \"sku\": \"1.3.49.65.0\",\n                    \"item_name\": \"Grandaddy Purple VAPE H16\",\n                    \"retail_display_name\": \"Vape Cart Grandaddy Purple 2-pc Med\",\n                    \"price\": 45.00,\n                    \"default_price\": 45.00,\n                    \"extended_retail_price\": null,\n                    \"extended_retail_discount_price\": null,\n                    \"price_source\": \"default_price\"\n                }\n            ],\n            \"ineligible_items\": []\n        },\n        {\n            \"discount_id\": 72,\n            \"discount_name\": \"Ecomm Discount Limit by Tag\",\n            \"description\": \"Max three redemptions per purchase\",\n            \"applied_automatically\": true,\n            \"promo_code_required\": false,\n            \"promo_code\": \"\",\n            \"method\": \"dollar\",\n            \"amount\": 3,\n            \"level\": \"line\",\n            \"order_minimum_amount\": 0,\n            \"max_redemptions_per_order\": 3,\n            \"start_date\": \"\",\n            \"start_date_time\": \"00:00\",\n            \"end_date\": \"\",\n            \"end_date_time\": \"23:59\",\n            \"start_time\": \"\",\n            \"end_time\": \"\",\n            \"eligible_items\": [],\n            \"ineligible_items\": [\n                {\n                    \"item_id\": 1024,\n                    \"sku\": \"1.5.17.1024.0\",\n                    \"item_name\": \"Grandaddy Purple Flower Eighth\",\n                    \"retail_display_name\": \"1/8 oz Grandaddy Purple Flower\",\n                    \"price\": 45.00,\n                    \"default_price\": 45.00,\n                    \"extended_retail_price\": null,\n                    \"extended_retail_discount_price\": null,\n                    \"price_source\": \"default_price\"\n                }\n            ]\n        },\n        {\n            \"discount_id\": 68,\n            \"discount_name\": \"Ecomm Discount\",\n            \"description\": null,\n            \"applied_automatically\": true,\n            \"promo_code_required\": true,\n            \"promo_code\": \"ECOMM\",\n            \"method\": \"dollar\",\n            \"amount\": 5,\n            \"level\": \"order\",\n            \"order_minimum_amount\": 0,\n            \"max_redemptions_per_order\": null,\n            \"start_date\": \"\",\n            \"start_date_time\": \"\",\n            \"end_date\": \"\",\n            \"end_date_time\": \"\",\n            \"start_time\": \"16:30\",\n            \"end_time\": \"18:30\",\n            \"eligible_items\": [],\n            \"ineligible_items\": []\n        }\n    ]\n}"},{"id":"b129ff3f-e8e5-4d22-af39-72644f0bac1d","name":"GetEligibleDiscounts","originalRequest":{"method":"GET","header":[{"key":"FacilityID","value":"{{facility_id}}"}],"url":"{{local_api_url}}/v1/retail-discounts"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Date","value":"Thu, 02 Oct 2025 14:05:47 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"data\": [\n        {\n            \"discount_id\": 5,\n            \"discount_name\": \"FEAT1-12691\",\n            \"description\": null,\n            \"applied_automatically\": true,\n            \"exclude_items_with_retail_discount_price\": false,\n            \"promo_code_required\": false,\n            \"promo_code\": \"\",\n            \"method\": \"dollar\",\n            \"amount\": 1,\n            \"level\": \"order\",\n            \"order_minimum_amount\": 0,\n            \"max_redemptions_per_order\": null,\n            \"start_date\": \"\",\n            \"start_date_time\": \"00:00\",\n            \"end_date\": \"\",\n            \"end_date_time\": \"23:59\",\n            \"start_time\": \"\",\n            \"end_time\": \"\",\n            \"monday\": true,\n            \"tuesday\": true,\n            \"wednesday\": true,\n            \"thursday\": true,\n            \"friday\": true,\n            \"saturday\": true,\n            \"sunday\": true,\n            \"eligible_items\": [],\n            \"ineligible_items\": [],\n            \"order_fulfillment_type_ids\": [\n                1,\n                2\n            ],\n            \"order_fulfillment_types\": [\n                \"Delivery\",\n                \"Pickup\"\n            ],\n            \"customer_group_ids\": [],\n            \"customer_groups\": [],\n            \"birthday_date\": false,\n            \"birthday_month\": false\n        },\n        {\n            \"discount_id\": 7,\n            \"discount_name\": \"FEAT1-12691_CustomerBirthday\",\n            \"description\": null,\n            \"applied_automatically\": true,\n            \"exclude_items_with_retail_discount_price\": false,\n            \"promo_code_required\": false,\n            \"promo_code\": \"\",\n            \"method\": \"percentage\",\n            \"amount\": 1,\n            \"level\": \"order\",\n            \"order_minimum_amount\": 0,\n            \"max_redemptions_per_order\": null,\n            \"start_date\": \"\",\n            \"start_date_time\": \"00:00\",\n            \"end_date\": \"\",\n            \"end_date_time\": \"23:59\",\n            \"start_time\": \"\",\n            \"end_time\": \"\",\n            \"monday\": true,\n            \"tuesday\": true,\n            \"wednesday\": true,\n            \"thursday\": true,\n            \"friday\": true,\n            \"saturday\": true,\n            \"sunday\": true,\n            \"eligible_items\": [],\n            \"ineligible_items\": [],\n            \"order_fulfillment_type_ids\": [],\n            \"order_fulfillment_types\": [],\n            \"customer_group_ids\": [],\n            \"customer_groups\": [],\n            \"birthday_date\": false,\n            \"birthday_month\": true\n        },\n        {\n            \"discount_id\": 6,\n            \"discount_name\": \"FEAT1-12691_CustomerGroups\",\n            \"description\": null,\n            \"applied_automatically\": true,\n            \"exclude_items_with_retail_discount_price\": false,\n            \"promo_code_required\": false,\n            \"promo_code\": \"\",\n            \"method\": \"percentage\",\n            \"amount\": 1,\n            \"level\": \"order\",\n            \"order_minimum_amount\": 0,\n            \"max_redemptions_per_order\": null,\n            \"start_date\": \"\",\n            \"start_date_time\": \"00:00\",\n            \"end_date\": \"\",\n            \"end_date_time\": \"23:59\",\n            \"start_time\": \"\",\n            \"end_time\": \"\",\n            \"monday\": true,\n            \"tuesday\": true,\n            \"wednesday\": true,\n            \"thursday\": true,\n            \"friday\": true,\n            \"saturday\": true,\n            \"sunday\": true,\n            \"eligible_items\": [],\n            \"ineligible_items\": [],\n            \"order_fulfillment_type_ids\": [],\n            \"order_fulfillment_types\": [],\n            \"customer_group_ids\": [\n                4,\n                5\n            ],\n            \"customer_groups\": [\n                \"Employee\",\n                \"Industry\"\n            ],\n            \"birthday_date\": false,\n            \"birthday_month\": false\n        }\n    ]\n}"},{"id":"1eb6df95-67ba-4466-a979-b65367c4d45f","name":"GetEligibleDiscounts (Opted into Extended Item Pricing)","originalRequest":{"method":"GET","header":[{"key":"FacilityID","value":"{{facility_id}}"}],"url":"https://app.flourishsoftware.com/external/api/v1/retail-discounts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 26 Sep 2025 23:20:13 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-envoy-upstream-service-time","value":"69"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"data\": [\n        {\n            \"discount_id\": 70,\n            \"discount_name\": \"Ecomm Discount Limit by Brand\",\n            \"description\": \"Brand-specific discount\",\n            \"applied_automatically\": true,\n            \"promo_code_required\": false,\n            \"promo_code\": \"\",\n            \"method\": \"percentage\",\n            \"amount\": 10,\n            \"level\": \"order\",\n            \"order_minimum_amount\": 0,\n            \"max_redemptions_per_order\": null,\n            \"start_date\": \"\",\n            \"start_date_time\": \"\",\n            \"end_date\": \"\",\n            \"end_date_time\": \"\",\n            \"start_time\": \"\",\n            \"end_time\": \"\",\n            \"eligible_items\": [\n                {\n                    \"item_id\": 140,\n                    \"sku\": \"1.3.49.140.0\",\n                    \"item_name\": \"Blue Dream VAPE H16\",\n                    \"retail_display_name\": \"Vape Cart Blue Dream 2-pc Med\",\n                    \"price\": 45.00,\n                    \"default_price\": 45.00,\n                    \"extended_retail_price\": 47.50,\n                    \"extended_retail_discount_price\": null,\n                    \"price_source\": \"extended_retail_price\"\n                },\n                {\n                    \"item_id\": 143,\n                    \"sku\": \"1.3.49.143.0\",\n                    \"item_name\": \"Sour Diesel VAPE H16\",\n                    \"retail_display_name\": \"Vape Cart Sour Diesel 2-pc Med\",\n                    \"price\": 45.00,\n                    \"default_price\": 45.00,\n                    \"extended_retail_price\": null,\n                    \"extended_retail_discount_price\": null,\n                    \"price_source\": \"default_price\"\n                }\n            ],\n            \"ineligible_items\": [\n                {\n                    \"item_id\": 65,\n                    \"sku\": \"1.3.49.65.0\",\n                    \"item_name\": \"Grandaddy Purple VAPE H16\",\n                    \"retail_display_name\": \"Vape Cart Grandaddy Purple 2-pc Med\",\n                    \"price\": 45.00,\n                    \"default_price\": 45.00,\n                    \"extended_retail_price\": null,\n                    \"extended_retail_discount_price\": null,\n                    \"price_source\": \"default_price\"\n                },\n                {\n                    \"item_id\": 422,\n                    \"sku\": \"1.3.49.422.0\",\n                    \"item_name\": \"Orange Julius VAPE H16\",\n                    \"retail_display_name\": \"Vape Cart Orange Julius 2-pc Med\",\n                    \"price\": 45.00,\n                    \"default_price\": 45.00,\n                    \"extended_retail_price\": null,\n                    \"extended_retail_discount_price\": null,\n                    \"price_source\": \"default_price\"\n                }\n            ]\n        },\n        {\n            \"discount_id\": 71,\n            \"discount_name\": \"Ecomm Discount Limit by Category\",\n            \"description\": \"Requires $100 minimum order subtotal\",\n            \"applied_automatically\": true,\n            \"promo_code_required\": false,\n            \"promo_code\": \"\",\n            \"method\": \"dollar\",\n            \"amount\": 1,\n            \"level\": \"line\",\n            \"order_minimum_amount\": 100,\n            \"max_redemptions_per_order\": null,\n            \"start_date\": \"\",\n            \"start_date_time\": \"00:00\",\n            \"end_date\": \"\",\n            \"end_date_time\": \"23:59\",\n            \"start_time\": \"\",\n            \"end_time\": \"\",\n            \"eligible_items\": [\n                {\n                    \"item_id\": 65,\n                    \"sku\": \"1.3.49.65.0\",\n                    \"item_name\": \"Grandaddy Purple VAPE H16\",\n                    \"retail_display_name\": \"Vape Cart Grandaddy Purple 2-pc Med\",\n                    \"price\": 45.00,\n                    \"default_price\": 45.00,\n                    \"extended_retail_price\": null,\n                    \"extended_retail_discount_price\": null,\n                    \"price_source\": \"default_price\"\n                }\n            ],\n            \"ineligible_items\": []\n        },\n        {\n            \"discount_id\": 72,\n            \"discount_name\": \"Ecomm Discount Limit by Tag\",\n            \"description\": \"Max three redemptions per purchase\",\n            \"applied_automatically\": true,\n            \"promo_code_required\": false,\n            \"promo_code\": \"\",\n            \"method\": \"dollar\",\n            \"amount\": 3,\n            \"level\": \"line\",\n            \"order_minimum_amount\": 0,\n            \"max_redemptions_per_order\": 3,\n            \"start_date\": \"\",\n            \"start_date_time\": \"00:00\",\n            \"end_date\": \"\",\n            \"end_date_time\": \"23:59\",\n            \"start_time\": \"\",\n            \"end_time\": \"\",\n            \"eligible_items\": [],\n            \"ineligible_items\": [\n                {\n                    \"item_id\": 1024,\n                    \"sku\": \"1.5.17.1024.0\",\n                    \"item_name\": \"Grandaddy Purple Flower Eighth\",\n                    \"retail_display_name\": \"1/8 oz Grandaddy Purple Flower\",\n                    \"price\": 35.00,\n                    \"default_price\": 35.00,\n                    \"extended_retail_price\": null,\n                    \"extended_retail_discount_price\": 29,\n                    \"price_source\": \"extended_retail_discount_price\"\n                }\n            ]\n        },\n        {\n            \"discount_id\": 68,\n            \"discount_name\": \"Ecomm Discount\",\n            \"description\": null,\n            \"applied_automatically\": true,\n            \"promo_code_required\": true,\n            \"promo_code\": \"ECOMM\",\n            \"method\": \"dollar\",\n            \"amount\": 5,\n            \"level\": \"order\",\n            \"order_minimum_amount\": 0,\n            \"max_redemptions_per_order\": null,\n            \"start_date\": \"\",\n            \"start_date_time\": \"\",\n            \"end_date\": \"\",\n            \"end_date_time\": \"\",\n            \"start_time\": \"16:30\",\n            \"end_time\": \"18:30\",\n            \"eligible_items\": [],\n            \"ineligible_items\": []\n        }\n    ]\n}"}],"_postman_id":"1356be14-e5cb-4ffc-b46a-9dd48989dc03"}],"id":"e0ede852-4399-4161-87d9-e0481ccab9f9","auth":{"type":"noauth","isInherited":false},"_postman_id":"e0ede852-4399-4161-87d9-e0481ccab9f9","description":""},{"name":"Outbound Orders","item":[{"name":"GetOutboundOrder","event":[{"listen":"test","script":{"id":"81ae2479-d4b5-482e-bfb7-9fd077861db1","exec":["pm.test(\"Status code is 204 No Content\", function() {\r","pm.response.to.have.status(204);\r","}\r",")"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"1d6a6b2a-2bac-4e4a-9721-c63c381953e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"GET","header":[{"key":"FacilityID","value":"{{facility_id}}","type":"text"}],"url":"https://app.flourishsoftware.com/external/api/v1/outbound-orders/{{order_id}}","description":"<p>Get information about an existing outbound order by a given <code>order_id</code>.</p>\n","urlObject":{"path":["v1","outbound-orders","{{order_id}}"],"host":["https://app.flourishsoftware.com/external/api"],"query":[],"variable":[]}},"response":[{"id":"8f5b15f7-efac-48e8-8763-5a0c2a59db35","name":"GetOutboundOrder","originalRequest":{"method":"GET","header":[],"url":"https://app.flourishsoftware.com/external/api/v1/outbound-orders/00013742"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 21 Aug 2019 13:16:35 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=Ia7u1XUqfbkhm5Lhpq+6zn6HhT0KGSSITaP7x5Jiu/xKxSykqj0l3Vu8N11ZNOY2e2eJn3we2sENn5iBGgVBo2Ssql+6htdZBl67gnlvAPJ4cLs8dxKhcmTwkheWLANVxWnavvGBgVV1pkGxD9/mYMWzrboVERR0NRmPQYRORR8N/uCFbnwfK9fh/x6mtg==; Expires=Wed, 28 Aug 2019 13:16:35 GMT; Path=/"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"data\": {\n        \"id\": \"00013742\",\n        \"original_order_id\": \"564654\",\n        \"shipment_id\": null,\n        \"order_timestamp\": \"2021-05-16T18:42:40.000Z\",\n        \"sub_total_price\": 3,\n        \"taxes\": 0,\n        \"excise_tax_rate\": null,\n        \"total_discounts\": 0,\n        \"total_charges\": 0,\n        \"total_price\": 3,\n        \"total_paid\": 0,\n        \"delivery_fee\": 0,\n        \"shipped_timestamp\": null,\n        \"delivered_timestamp\": null,\n        \"requested_delivery_date\": \"\",\n        \"last_updated_timestamp\": \"2021-06-12T03:49:21Z\",\n        \"created_by\": \"jwright@flourishsoftware.com\",\n        \"created_timestamp\": \"2021-05-16T18:42:45Z\",\n        \"invoice_date\": \"\",\n        \"total_refund\": 0,\n        \"ref_field_1\": null,\n        \"ref_field_2\": null,\n        \"ref_field_3\": null,\n        \"ref_field_4\": null,\n        \"ref_field_5\": null,\n        \"is_approved\": false,\n        \"pretax_discounts\": false,\n        \"total_returns\": 0,\n        \"order_status\": \"Created\",\n        \"payment_status\": \"Awaiting Payment\",\n        \"origin_type\": \"Flourish\",\n        \"tax_type\": null,\n        \"tax_payment_direction\": null,\n        \"payment_term\": null,\n        \"origin_facility\": {\n            \"id\": \"58b9b09d280e20ea24a126bb\",\n            \"facility_name\": \"CULTIVATION FACILITY\"\n        },\n        \"distributor\": null,\n        \"destination\": {\n            \"id\": \"971bbcd5\",\n            \"type\": \"Dispensary\",\n            \"name\": \"Jeffreys Joint Shop\",\n            \"alias\": \"Jeffreys Joint Shop, LLC\",\n            \"company_email\": null,\n            \"address_line_1\": \"5 Main Street\",\n            \"address_line_2\": \"\",\n            \"city\": \"Portland\",\n            \"state\": \"CA\",\n            \"zip_code\": \"97203\",\n            \"timezone\": \"America/Los_Angeles\",\n            \"country\": \"United States\",\n            \"billing\": {\n                \"address_line_1\": null,\n                \"address_line_2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip_code\": null,\n                \"country\": \"United States\"\n            },\n            \"local_license_number\": null,\n            \"license_number\": \"C12-0007786-LIC\",\n            \"license_type\": null,\n            \"external_id\": null,\n            \"website\": \"www.jefferysjointshop.com\",\n            \"notes\": null,\n            \"active\": true,\n            \"contact\": {\n                \"first_name\": \"\",\n                \"middle_name\": \"\",\n                \"last_name\": \"\",\n                \"email\": \"\",\n                \"phone_number\": \"\"\n            },\n            \"total_open_balance\": \"106267.05\",\n            \"number_open_invoices\": \"22\"\n        },\n        \"bill_to\": {\n            \"id\": \"61bce55cf18c7800067000d4\",\n            \"name\": \"Destination Name\",\n            \"alias\": \"Destination Legal Name\",\n            \"company_email\": \"email@email.com\",\n            \"address_line_1\": \"Address 1\",\n            \"address_line_2\": \"Address 2\",\n            \"city\": \"City\",\n            \"state\": \"ST\",\n            \"zip_code\": \"54321\",\n            \"timezone\": \"America/New_York\",\n            \"country\": \"United States\",\n            \"billing\": {\n                \"address_line_1\": \"Billing Address 1\",\n                \"address_line_2\": \"Billing Address 2\",\n                \"city\": \"Billing City\",\n                \"state\": \"ST\",\n                \"zip_code\": \"54321\",\n                \"country\": \"United States\"\n            },\n            \"local_license_number\": \"LOCAL-LICENSE\",\n            \"license_number\": \"LICENSE\",\n            \"license_type\": null,\n            \"external_id\": 1234,\n            \"website\": \"www.website.com\",\n            \"notes\": \"Write a cool note here\",\n            \"active\": false,\n            \"contact\": {\n                \"facility_contact_id\": 0,\n                \"facility_id\": \"\",\n                \"first_name\": \"First\",\n                \"middle_name\": \"Middle\",\n                \"last_name\": \"Last\",\n                \"email\": \"email@email.com\",\n                \"phone_number\": \"3215551234\",\n                \"department\": null,\n                \"notes\": null,\n                \"is_primary\": 0,\n                \"last_updated_by\": \"\",\n                \"last_updated_timestamp\": null,\n                \"created_by\": \"\",\n                \"created_timestamp\": null\n            }\n        },\n        \"sales_rep\": {\n            \"id\": \"0\",\n            \"first_name\": \"\",\n            \"middle_name\": null,\n            \"last_name\": \"\",\n            \"phone_number\": null,\n            \"email\": null,\n            \"active\": null\n        },\n        \"order_lines\": [\n            {\n                \"item_id\": \"8\",\n                \"strain_id\": \"945c2264\",\n                \"item_variation_pk\": null,\n                \"order_qty\": 1,\n                \"allocated_qty\": 5,\n                \"unit_price\": 5,\n                \"discount_price\": 2,\n                \"line_total_price\": 3,\n                \"qty_returned\": 0,\n                \"last_updated_by\": \"cg_demo@flourishsoftware.com\",\n                \"last_updated_timestamp\": \"2021-08-30T18:25:06Z\",\n                \"created_by\": \"jwright@flourishsoftware.com\",\n                \"created_timestamp\": \"2021-05-16T18:44:38Z\",\n                \"item_name\": \"Bulk Flower\",\n                \"item_uom\": \"g\",\n                \"variation_name\": null,\n                \"unit_qty\": null,\n                \"strain_name\": \"Lemon Haze\",\n                \"order_line_status\": \"Created\",\n                \"sku\": \"1.5.31.8.0\",\n                \"retail_display_name\": \"Bulk Flower\",\n                \"order_line_dtls\": [\n                    {\n                        \"package_id\": \"CADEMCL-20210514-004\",\n                        \"lot_number\": \"675ABR8G\",\n                        \"qty\": 5,\n                        \"returned\": false,\n                        \"last_updated_by\": \"flourish_software\",\n                        \"last_updated_timestamp\": \"2021-09-25T04:12:29Z\",\n                        \"created_by\": \"flourish_software\",\n                        \"created_timestamp\": \"2021-09-21T04:07:33Z\"\n                    }\n                ],\n                \"needs_fulfillment\": true,\n                \"taxes\": []\n            }\n        ],\n        \"charges\": [],\n        \"discounts\": [],\n        \"notes\": []\n    }\n}"}],"_postman_id":"1d6a6b2a-2bac-4e4a-9721-c63c381953e9"},{"name":"GetOutboundOrders","event":[{"listen":"test","script":{"id":"b2d0ba18-eaad-45b7-b382-9d7f2d8bcd0f","exec":["pm.test(\"Status code is 200\", function() {\r","pm.response.to.have.status(200);\r","}\r",")"],"type":"text/javascript","packages":{}}}],"id":"8a4ab46e-a360-46dc-be9a-6abd0131c52b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"GET","header":[{"key":"FacilityID","value":"{{facility_id}}","type":"text"}],"url":"https://app.flourishsoftware.com/external/api/v1/outbound-orders","description":"<p>Get outbound orders. This request may be scoped to a single facility with the <code>FacilityID</code> header, or the company as a whole.</p>\n","urlObject":{"path":["v1","outbound-orders"],"host":["https://app.flourishsoftware.com/external/api"],"query":[{"disabled":true,"key":"limit","value":"50"},{"disabled":true,"key":"offset","value":"50"},{"disabled":true,"description":{"content":"<p>Status of the order.</p>\n<p>Options: Created, Partially Allocated, Allocated, Shipped, Cancelled</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"order_status","value":"Created"},{"disabled":true,"description":{"content":"<p>Specifies where the order was created from.</p>\n<p>Options: Flourish, Online, Cultivate, Leaflink, Order Management System.</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"order_origin","value":"Online"},{"disabled":true,"description":{"content":"<p>Specifies the status of payment on the order.</p>\n<p>Options: Awaiting Payment, Paid, Partially Paid, Partially Refunded, Refunded</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"order_payment_status","value":"Paid"},{"disabled":true,"description":{"content":"<p>ID of an order.</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"order_id","value":"00001234"},{"disabled":true,"description":{"content":"<p>Date/time order was created, range start.</p>\n<p>type: [datetime]</p>\n","type":"text/plain"},"key":"created_timestamp_start","value":"2020-01-02T15:04:05.000Z"},{"disabled":true,"description":{"content":"<p>Date/time order was created, range end.</p>\n<p>type: [datetime]</p>\n","type":"text/plain"},"key":"created_timestamp_end","value":"2020-01-03T15:04:05.000Z"},{"disabled":true,"description":{"content":"<p>Date/time order was updated, range start.</p>\n<p>type: [datetime]</p>\n","type":"text/plain"},"key":"last_updated_timestamp_start","value":"2022-08-02T15:04:05.000Z"},{"disabled":true,"description":{"content":"<p>Date/time order was updated, range end.</p>\n<p>type: [datetime]</p>\n","type":"text/plain"},"key":"last_updated_timestamp_end","value":"2020-01-03T15:04:05.000Z"},{"disabled":true,"description":{"content":"<p>Date/time order was completed, range start.</p>\n<p>type: [datetime]</p>\n","type":"text/plain"},"key":"completed_timestamp_start","value":"2020-01-02T15:04:05.000Z"},{"disabled":true,"description":{"content":"<p>Date/time order was completed, range end.</p>\n<p>type: [datetime]</p>\n","type":"text/plain"},"key":"completed_timestamp_end","value":"2020-01-03T15:04:05.000Z"}],"variable":[]}},"response":[{"id":"ab7a0f7d-eb3d-48c2-8c4d-2574fc7928b9","name":"GetOutboundOrders","originalRequest":{"method":"GET","header":[],"url":"https://app.flourishsoftware.com/external/api/v1/outbound-orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"openresty/1.15.8.1","enabled":true},{"key":"Date","value":"Thu, 10 Oct 2019 14:47:11 GMT","enabled":true},{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"meta\": {\n        \"total\": 1566,\n        \"offset\": 0,\n        \"limit\": 50,\n        \"count\": 50,\n        \"next\": \"https://app.flourishsoftware.com/external/api/v1/outbound-orders?offset=50&limit=50\"\n    },\n    \"data\": [\n        {\n            \"id\": \"00000044\",\n            \"original_order_id\": \"564654\",\n            \"shipment_id\": null,\n            \"order_timestamp\": \"2021-05-16T18:42:40.000Z\",\n            \"sub_total_price\": 3,\n            \"taxes\": 0,\n            \"excise_tax_rate\": null,\n            \"total_discounts\": 0,\n            \"total_charges\": 0,\n            \"total_price\": 3,\n            \"total_paid\": 0,\n            \"delivery_fee\": 0,\n            \"shipped_timestamp\": null,\n            \"delivered_timestamp\": null,\n            \"requested_delivery_date\": \"\",\n            \"last_updated_timestamp\": \"2021-06-12T03:49:21Z\",\n            \"created_by\": \"jwright@flourishsoftware.com\",\n            \"created_timestamp\": \"2021-05-16T18:42:45Z\",\n            \"invoice_date\": \"\",\n            \"total_refund\": 0,\n            \"ref_field_1\": null,\n            \"ref_field_2\": null,\n            \"ref_field_3\": null,\n            \"ref_field_4\": null,\n            \"ref_field_5\": null,\n            \"is_approved\": false,\n            \"pretax_discounts\": false,\n            \"total_returns\": 0,\n            \"order_status\": \"Created\",\n            \"payment_status\": \"Awaiting Payment\",\n            \"origin_type\": \"Flourish\",\n            \"tax_type\": null,\n            \"tax_payment_direction\": null,\n            \"payment_term\": null,\n            \"origin_facility\": {\n                \"id\": \"58b9b09d280e20ea24a126bb\",\n                \"facility_name\": \"CULTIVATION FACILITY\"\n            },\n            \"distributor\": null,\n            \"destination\": {\n                \"id\": \"971bbcd5\",\n                \"type\": \"Dispensary\",\n                \"name\": \"Jeffreys Joint Shop\",\n                \"alias\": \"Jeffreys Joint Shop, LLC\",\n                \"company_email\": null,\n                \"address_line_1\": \"5 Main Street\",\n                \"address_line_2\": \"\",\n                \"city\": \"Portland\",\n                \"state\": \"CA\",\n                \"zip_code\": \"97203\",\n                \"timezone\": \"America/Los_Angeles\",\n                \"country\": \"United States\",\n                \"billing\": {\n                    \"address_line_1\": null,\n                    \"address_line_2\": null,\n                    \"city\": null,\n                    \"state\": null,\n                    \"zip_code\": null,\n                    \"country\": \"United States\"\n                },\n                \"local_license_number\": null,\n                \"license_number\": \"C12-0007786-LIC\",\n                \"license_type\": null,\n                \"external_id\": null,\n                \"website\": \"www.jefferysjointshop.com\",\n                \"notes\": null,\n                \"active\": true,\n                \"contact\": {\n                    \"first_name\": \"\",\n                    \"middle_name\": \"\",\n                    \"last_name\": \"\",\n                    \"email\": \"\",\n                    \"phone_number\": \"\"\n                },\n                \"total_open_balance\": \"106267.05\",\n                \"number_open_invoices\": \"22\"\n            },\n            \"bill_to\": {\n                \"id\": \"61bce55cf18c7800067000d4\",\n                \"name\": \"Destination Name\",\n                \"alias\": \"Destination Legal Name\",\n                \"company_email\": \"email@email.com\",\n                \"address_line_1\": \"Address 1\",\n                \"address_line_2\": \"Address 2\",\n                \"city\": \"City\",\n                \"state\": \"ST\",\n                \"zip_code\": \"54321\",\n                \"timezone\": \"America/New_York\",\n                \"country\": \"United States\",\n                \"billing\": {\n                    \"address_line_1\": \"Billing Address 1\",\n                    \"address_line_2\": \"Billing Address 2\",\n                    \"city\": \"Billing City\",\n                    \"state\": \"ST\",\n                    \"zip_code\": \"54321\",\n                    \"country\": \"United States\"\n                },\n                \"local_license_number\": \"LOCAL-LICENSE\",\n                \"license_number\": \"LICENSE\",\n                \"license_type\": null,\n                \"external_id\": 1234,\n                \"website\": \"www.website.com\",\n                \"notes\": \"Write a cool note here\",\n                \"active\": false,\n                \"contact\": {\n                    \"facility_contact_id\": 0,\n                    \"facility_id\": \"\",\n                    \"first_name\": \"First\",\n                    \"middle_name\": \"Middle\",\n                    \"last_name\": \"Last\",\n                    \"email\": \"email@email.com\",\n                    \"phone_number\": \"3215551234\",\n                    \"department\": null,\n                    \"notes\": null,\n                    \"is_primary\": 0,\n                    \"last_updated_by\": \"\",\n                    \"last_updated_timestamp\": null,\n                    \"created_by\": \"\",\n                    \"created_timestamp\": null\n                }\n            },\n            \"sales_rep\": {\n                \"id\": \"0\",\n                \"first_name\": \"\",\n                \"middle_name\": null,\n                \"last_name\": \"\",\n                \"phone_number\": null,\n                \"email\": null,\n                \"active\": null\n            },\n            \"order_lines\": [\n                {\n                    \"item_id\": \"8\",\n                    \"strain_id\": \"945c2264\",\n                    \"item_variation_pk\": null,\n                    \"order_qty\": 1,\n                    \"allocated_qty\": 5,\n                    \"unit_price\": 5,\n                    \"discount_price\": 2,\n                    \"line_total_price\": 3,\n                    \"qty_returned\": 0,\n                    \"last_updated_by\": \"cg_demo@flourishsoftware.com\",\n                    \"last_updated_timestamp\": \"2021-08-30T18:25:06Z\",\n                    \"created_by\": \"jwright@flourishsoftware.com\",\n                    \"created_timestamp\": \"2021-05-16T18:44:38Z\",\n                    \"item_name\": \"Bulk Flower\",\n                    \"item_uom\": \"g\",\n                    \"variation_name\": null,\n                    \"unit_qty\": null,\n                    \"strain_name\": \"Lemon Haze\",\n                    \"order_line_status\": \"Created\",\n                    \"sku\": \"1.5.31.8.0\",\n                    \"retail_display_name\": \"Bulk Flower\",\n                    \"order_line_dtls\": [\n                        {\n                            \"package_id\": \"CADEMCL-20210514-004\",\n                            \"lot_number\": \"675ABR8G\",\n                            \"qty\": 5,\n                            \"returned\": false,\n                            \"last_updated_by\": \"flourish_software\",\n                            \"last_updated_timestamp\": \"2021-09-25T04:12:29Z\",\n                            \"created_by\": \"flourish_software\",\n                            \"created_timestamp\": \"2021-09-21T04:07:33Z\"\n                        }\n                    ],\n                    \"needs_fulfillment\": true,\n                    \"taxes\": []\n                }\n            ],\n            \"charges\": [],\n            \"discounts\": [],\n            \"notes\": []\n        },\n        {\n            \"id\": \"00000097\",\n            \"original_order_id\": \"\",\n            \"shipment_id\": null,\n            \"order_timestamp\": \"2021-06-13T15:10:07.000Z\",\n            \"sub_total_price\": 25,\n            \"taxes\": 0,\n            \"excise_tax_rate\": null,\n            \"total_discounts\": 5,\n            \"total_charges\": 0,\n            \"total_price\": 25,\n            \"total_paid\": 0,\n            \"delivery_fee\": 0,\n            \"shipped_timestamp\": null,\n            \"delivered_timestamp\": null,\n            \"requested_delivery_date\": \"\",\n            \"last_updated_timestamp\": \"2021-06-13T15:18:55Z\",\n            \"created_by\": \"jwright@flourishsoftware.com\",\n            \"created_timestamp\": \"2021-06-13T15:10:17Z\",\n            \"invoice_date\": \"\",\n            \"total_refund\": 0,\n            \"ref_field_1\": null,\n            \"ref_field_2\": null,\n            \"ref_field_3\": null,\n            \"ref_field_4\": null,\n            \"ref_field_5\": null,\n            \"is_approved\": false,\n            \"pretax_discounts\": false,\n            \"total_returns\": 0,\n            \"order_status\": \"Created\",\n            \"payment_status\": \"Awaiting Payment\",\n            \"origin_type\": \"Flourish\",\n            \"tax_type\": null,\n            \"tax_payment_direction\": null,\n            \"payment_term\": null,\n            \"origin_facility\": {\n                \"id\": \"58b9b09d280e20ea24a126bb\",\n                \"facility_name\": \"CULTIVATION FACILITY\"\n            },\n            \"distributor\": null,\n            \"destination\": {\n                \"id\": \"674504a1a498c4f7ccfc\",\n                \"type\": \"Dispensary\",\n                \"name\": \"Portland Budz\",\n                \"alias\": \"Portland Budz & Co.\",\n                \"company_email\": null,\n                \"address_line_1\": \"1234 Street\",\n                \"address_line_2\": null,\n                \"city\": \"Portland\",\n                \"state\": \"OR\",\n                \"zip_code\": \"97203\",\n                \"timezone\": \"America/Los_Angeles\",\n                \"country\": \"United States\",\n                \"billing\": {\n                    \"address_line_1\": null,\n                    \"address_line_2\": null,\n                    \"city\": null,\n                    \"state\": null,\n                    \"zip_code\": null,\n                    \"country\": \"United States\"\n                },\n                \"local_license_number\": null,\n                \"license_number\": \"aswer234\",\n                \"license_type\": null,\n                \"external_id\": null,\n                \"website\": null,\n                \"notes\": null,\n                \"active\": true,\n                \"contact\": {\n                    \"first_name\": null,\n                    \"middle_name\": null,\n                    \"last_name\": null,\n                    \"email\": null,\n                    \"phone_number\": null\n                },\n                \"total_open_balance\": \"106267.05\",\n                \"number_open_invoices\": \"22\"\n            },\n            \"sales_rep\": {\n                \"id\": \"0\",\n                \"first_name\": \"\",\n                \"middle_name\": null,\n                \"last_name\": \"\",\n                \"phone_number\": null,\n                \"email\": null,\n                \"active\": null\n            },\n            \"order_lines\": [\n                {\n                    \"item_id\": \"73\",\n                    \"strain_id\": \"945c2264\",\n                    \"item_variation_pk\": 22,\n                    \"order_qty\": 1,\n                    \"allocated_qty\": 2,\n                    \"unit_price\": 20,\n                    \"discount_price\": 5,\n                    \"line_total_price\": 15,\n                    \"qty_returned\": 0,\n                    \"last_updated_by\": \"jwright@flourishsoftware.com\",\n                    \"last_updated_timestamp\": \"2021-06-13T15:15:28Z\",\n                    \"created_by\": \"jwright@flourishsoftware.com\",\n                    \"created_timestamp\": \"2021-06-13T15:10:36Z\",\n                    \"item_name\": \"Kids These Haze - Lemon Bar\",\n                    \"item_uom\": \"ea\",\n                    \"variation_name\": \"Kids These Haze - Lemon Bar 10 Pack\",\n                    \"unit_qty\": 10,\n                    \"strain_name\": \"Lemon Haze\",\n                    \"order_line_status\": \"Created\",\n                    \"sku\": \"1.22.6.73.22\",\n                    \"retail_display_name\": \"Kids These Haze - Lemon Bar 10 Pack\",\n                    \"order_line_dtls\": [\n                        {\n                            \"package_id\": \"CADEMCL-20210613-001\",\n                            \"lot_number\": null,\n                            \"qty\": 2,\n                            \"returned\": false,\n                            \"last_updated_by\": \"flourish_software\",\n                            \"last_updated_timestamp\": \"2021-09-25T04:12:29Z\",\n                            \"created_by\": \"flourish_software\",\n                            \"created_timestamp\": \"2021-09-21T04:07:33Z\"\n                        }\n                    ],\n                    \"needs_fulfillment\": true,\n                    \"taxes\": []\n                },\n                {\n                    \"item_id\": \"66\",\n                    \"strain_id\": \"945c2062\",\n                    \"item_variation_pk\": 21,\n                    \"order_qty\": 1,\n                    \"allocated_qty\": 1,\n                    \"unit_price\": 10,\n                    \"discount_price\": 0,\n                    \"line_total_price\": 10,\n                    \"qty_returned\": 0,\n                    \"last_updated_by\": \"jwright@flourishsoftware.com\",\n                    \"last_updated_timestamp\": \"2021-06-13T15:18:55Z\",\n                    \"created_by\": \"jwright@flourishsoftware.com\",\n                    \"created_timestamp\": \"2021-06-13T15:15:46Z\",\n                    \"item_name\": \"Blue Dream Vape Pen - 1 Gram\",\n                    \"item_uom\": \"ea\",\n                    \"variation_name\": \"Blue Dream 6 Vape Pens - 1 gram\",\n                    \"unit_qty\": 6,\n                    \"strain_name\": \"Blue Dream\",\n                    \"order_line_status\": \"Created\",\n                    \"sku\": \"1.1.2.66.0\",\n                    \"retail_display_name\": \"Blue Dream 6 Vape Pens - 1 gram\",\n                    \"order_line_dtls\": [\n                        {\n                            \"package_id\": \"CADEMCL-20210613-002\",\n                            \"lot_number\": null,\n                            \"qty\": 1,\n                            \"returned\": false,\n                            \"last_updated_by\": \"flourish_software\",\n                            \"last_updated_timestamp\": \"2021-09-25T04:12:29Z\",\n                            \"created_by\": \"flourish_software\",\n                            \"created_timestamp\": \"2021-09-21T04:07:33Z\"\n                        }\n                    ],\n                    \"needs_fulfillment\": true,\n                    \"taxes\": []\n                }\n            ],\n            \"charges\": [],\n            \"discounts\": [\n                {\n                    \"discount_name\": \"Outbound Custom Order Dollar Discount\",\n                    \"promo_code\": null,\n                    \"discount_value\": 5,\n                    \"amount\": 5,\n                    \"approved_by\": null,\n                    \"created_by\": \"flourish_software\",\n                    \"last_updated_by\": \"flourish_software\",\n                    \"created_timestamp\": \"2020-06-25T05:35:33Z\",\n                    \"last_updated_timestamp\": \"2020-06-25T05:35:33Z\",\n                    \"level\": \"order\",\n                    \"method\": \"dollar\"\n                }\n            ],\n            \"notes\": []\n        }\n    ]\n}"}],"_postman_id":"8a4ab46e-a360-46dc-be9a-6abd0131c52b"},{"name":"PostOutboundOrder","id":"ce6b0485-ba67-449b-a414-9cabd9c316cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"POST","header":[{"key":"FacilityID","value":"{{facility_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"original_order_id\": \"Testaroo\",\n    \"order_timestamp\": \"2020-06-22T08:46:04.000Z\",\n    \"pretax_discounts\": false,\n    \"invoice_date\": \"2020-06-22\",\n    \"sales_rep\": {\n        \"id\": 1,\n        \"first_name\": \"First\",\n        \"middle_name\": \"Middle\",\n        \"last_name\": \"Last\",\n        \"phone_number\": \"5551231234\",\n        \"email\": \"email@email.com\"\n    },\n    \"destination\": {\n        \"id\": \"{{facility_id}}\"\n    },\n    \"bill_to\": {\n        \"id\": \"61bce55cf18c7800067000d4\"\n    },\n    \"notes\": [\n        {\n            \"subject\": \"SUBJECT\",\n            \"note\": \"NOTE\",\n            \"internal_only\": true\n        }\n    ],\n    \"charges\": [\n        {\n            \"amount\": 10,\n            \"method\": \"dollar\"\n        }\n    ],\n    \"discounts\": [\n        {\n            \"amount\": 6,\n            \"method\": \"dollar\"\n        }\n    ],\n    \"order_lines\": [\n        {   \n            \"item_id\": \"420\",\n            \"item_variation_pk\": null,\n            \"strain_id\": \"7f9afbd8\",\n            \"lot_number\": \"231208-FDM-C5\",\n            \"order_qty\": 1,\n            \"unit_price\": 40, \n            \"discount_price\": 10\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://app.flourishsoftware.com/external/api/v1/outbound-orders","description":"<p>Create a new outbound, business-to-business order. If your facility is configured to require sales reps for outbound orders, it will be required on creation.</p>\n<p>Existing Entity Search:</p>\n<ul>\n<li>If passing the <code>id</code> field for <code>destination</code>, <code>distribution</code>, or <code>sales_rep</code> no other fields may be passed.</li>\n<li>For <code>destination</code> and <code>distributor</code>, if defined a search will be done by <code>facility_name</code> and if found a new facility will not be created.</li>\n<li>For <code>sales_rep</code>, if defined a search will be done by <code>email</code> and if found a new sales rep will not be created.</li>\n<li>For <code>contact</code> on <code>destination</code> or <code>distributor</code>, if defined a search will be done by <code>email</code> and if found a new contact will not be created.</li>\n</ul>\n","urlObject":{"path":["v1","outbound-orders"],"host":["https://app.flourishsoftware.com/external/api"],"query":[],"variable":[]}},"response":[{"id":"a7d51114-ca76-4109-8b08-a9f4cf9cf39c","name":"PostOutboundOrder w/ Existing Destination","originalRequest":{"method":"POST","header":[{"key":"FacilityID","value":"1a2b3c4d"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"original_order_id\": \"STRING\",\n    \"order_timestamp\": \"2023-12-10T08:46:04.000Z\",\n    \"pretax_discounts\": false,\n    \"invoice_date\": \"2023-12-10\",\n    \"sales_rep\": {\n        \"id\": 1\n    },\n    \"destination\": {\n        \"id\": \"9da408fef5445f4a698b\"\n    },\n    \"distributor\": {\n        \"id\": \"1ebbd44f3776581ad150\"\n    },\n    \"bill_to\": {\n        \"id\": \"61bce55cf18c7800067000d4\"\n    },\n    \"notes\": [\n        {\n            \"subject\": \"SUBJECT\",\n            \"note\": \"A Helpful note.\",\n            \"internal_only\": true\n        }\n    ],\n    \"charges\": [\n        {\n            \"amount\": 10,\n            \"method\": \"dollar\"\n        }\n    ],\n    \"discounts\": [\n        {\n            \"amount\": 6,\n            \"method\": \"dollar\"\n        }\n    ],\n    \"order_lines\": [\n        {   \n            \"item_id\": \"160\",\n            \"item_variation_pk\": \"69\",\n            \"strain_id\": \"7f9afbd8\",\n            \"lot_number\": \"20231208-FDM-A9\",\n            \"order_qty\": 1,\n            \"unit_price\": 40,\n            \"discount_price\": 0\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://app.flourishsoftware.com/external/api/v1/outbound-orders"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"original_order_id\": \"STRING\",\n    \"origin_facility_id\": \"58efa5927da7d346af9b89b4\",\n    \"order_timestamp\": \"2023-12-10T08:46:04.000Z\",\n    \"is_approved\": false,\n    \"excise_tax_rate\": 24.5,\n    \"pretax_discounts\": false,\n    \"total_price\": 53.80,\n    \"delivery_fee\": 0,\n    \"total_paid\": 0,\n    \"invoice_date\": \"2023-12-10\",\n    \"created_timestamp\": \"2023-12-10T16:05:04Z\",\n    \"created_by\": \"user@demo.com\",\n    \"last_updated_timestamp\": \"2023-12-10T16:05:04Z\",\n    \"last_updated_by\": \"user@demo.com\",\n    \"distributor\": {\n        \"id\": \"1ebbd44f3776581ad150\",\n        \"name\": \"Distributor Name\",\n        \"company_email\": \"joe@cannabatopia.com\",\n        \"address_line_1\": \"Address 1\",\n        \"address_line_2\": \"Address 2\",\n        \"city\": \"City\",\n        \"state\": \"ST\",\n        \"zip_code\": \"54321\",\n        \"timezone\": \"America/New_York\",\n        \"country\": \"United States\",\n        \"billing\": {\n            \"address_line_1\": \"Billing Address 1\",\n            \"address_line_2\": \"Billing Address 2\",\n            \"city\": \"Billing City\",\n            \"state\": \"ST\",\n            \"zip_code\": \"54321\",\n            \"country\": \"United States\"\n        },\n        \"local_license_number\": \"LOCAL-LICENSE\",\n        \"license_number\": \"LICENSE\",\n        \"license_type\": null,\n        \"external_id\": 1234,\n        \"website\": \"www.website.com\",\n        \"notes\": \"Write a cool note here\",\n        \"active\": false,\n        \"contact\": {\n            \"facility_contact_id\": 0,\n            \"facility_id\": \"\",\n            \"first_name\": \"First\",\n            \"middle_name\": \"Middle\",\n            \"last_name\": \"Last\",\n            \"email\": \"email@email.com\",\n            \"phone_number\": \"3215551234\",\n            \"department\": null,\n            \"notes\": null,\n            \"is_primary\": 0\n        }\n    },\n    \"destination\": {\n        \"id\": \"9da408fef5445f4a698b\",\n        \"type\": \"Dispensary\",\n        \"name\": \"Destination Name\",\n        \"alias\": \"Destination Legal Name\",\n        \"company_email\": \"email@email.com\",\n        \"address_line_1\": \"Address 1\",\n        \"address_line_2\": \"Address 2\",\n        \"city\": \"City\",\n        \"state\": \"ST\",\n        \"zip_code\": \"54321\",\n        \"timezone\": \"America/New_York\",\n        \"country\": \"United States\",\n        \"billing\": {\n            \"address_line_1\": \"Billing Address 1\",\n            \"address_line_2\": \"Billing Address 2\",\n            \"city\": \"Billing City\",\n            \"state\": \"ST\",\n            \"zip_code\": \"54321\",\n            \"country\": \"United States\"\n        },\n        \"local_license_number\": \"LOCAL-LICENSE\",\n        \"license_number\": \"LICENSE\",\n        \"external_id\": \"1234\",\n        \"website\": \"www.website.com\",\n        \"notes\": \"Write a cool note here\",\n        \"contact\": {\n            \"first_name\": \"First\",\n            \"middle_name\": \"Middle\",  \n            \"last_name\": \"Last\", \n            \"email\": \"email@email.com\",\n            \"phone_number\": \"3215551234\"\n        }\n    },\n    \"bill_to\": {\n        \"id\": \"61bce55cf18c7800067000d4\",\n        \"name\": \"Destination Name\",\n        \"alias\": \"Destination Legal Name\",\n        \"company_email\": \"email@email.com\",\n        \"address_line_1\": \"Address 1\",\n        \"address_line_2\": \"Address 2\",\n        \"city\": \"City\",\n        \"state\": \"ST\",\n        \"zip_code\": \"54321\",\n        \"timezone\": \"America/New_York\",\n        \"country\": \"United States\",\n        \"billing\": {\n            \"address_line_1\": \"Billing Address 1\",\n            \"address_line_2\": \"Billing Address 2\",\n            \"city\": \"Billing City\",\n            \"state\": \"ST\",\n            \"zip_code\": \"54321\",\n            \"country\": \"United States\"\n        },\n        \"local_license_number\": \"LOCAL-LICENSE\",\n        \"license_number\": \"LICENSE\",\n        \"license_type\": null,\n        \"external_id\": 1234,\n        \"website\": \"www.website.com\",\n        \"notes\": \"Write a cool note here\",\n        \"active\": false,\n        \"contact\": {\n            \"facility_contact_id\": 0,\n            \"facility_id\": \"\",\n            \"first_name\": \"First\",\n            \"middle_name\": \"Middle\",\n            \"last_name\": \"Last\",\n            \"email\": \"email@email.com\",\n            \"phone_number\": \"3215551234\",\n            \"department\": null,\n            \"notes\": null,\n            \"is_primary\": 0,\n            \"last_updated_by\": \"\",\n            \"last_updated_timestamp\": null,\n            \"created_by\": \"\",\n            \"created_timestamp\": null\n        }\n    },\n    \"sales_rep\": {\n        \"id\": 1,\n        \"first_name\": \"First\",\n        \"middle_name\": \"Middle\",\n        \"last_name\": \"Last\",\n        \"phone_number\": \"5551231234\",\n        \"email\": \"email@email.com\",\n        \"facility_id\": null\n    },\n    \"charges\": [\n        {\n            \"amount\": 10,\n            \"method\": \"dollar\"\n        }\n    ],\n    \"discounts\": [\n        {\n            \"amount\": 6,\n            \"method\": \"dollar\"\n        }\n    ],\n    \"notes\": [\n        {\n            \"subject\": \"SUBJECT\",\n            \"note\": \"A Helpful note.\",\n            \"internal_only\": true\n        }\n    ],\n    \"order_lines\": [\n        {\n            \"item_id\": \"160\",\n            \"item_variation_pk\": \"69\",\n            \"strain_id\": \"7f9afbd8\",\n            \"lot_number\": \"20231208-FDM-A9\",\n            \"order_qty\": 1,\n            \"unit_price\": 40,\n            \"discount_price\": 0,\n            \"line_total_price\": 40,\n            \"qty_returned\": 0,\n            \"last_updated_by\": \"user@demo.com\",\n            \"last_updated_timestamp\": \"2023-12-10T16:05:04Z\",\n            \"created_by\": \"user@demo.com\",\n            \"created_timestamp\": \"2023-12-10T16:05:04Z\",\n            \"sku\": \"1.42.131.160.69\",\n            \"taxes\": null\n        }\n    ]\n}"},{"id":"e408a632-767a-4125-9540-6d643359e772","name":"PostOutboundOrder w/ New Destination","originalRequest":{"method":"POST","header":[{"key":"FacilityID","value":"1a2b3c4d"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"original_order_id\": \"STRING\",\n    \"order_timestamp\": \"2023-12-10T08:46:04.000Z\",\n    \"pretax_discounts\": false,\n    \"invoice_date\": \"2023-12-10\",\n    \"sales_rep\": {\n        \"first_name\": \"First\",\n        \"middle_name\": \"Middle\",\n        \"last_name\": \"Last\",\n        \"phone_number\": \"5551231234\",\n        \"email\": \"email@email.com\"\n    },\n    \"destination\": {\n        \"type\": \"Dispensary\",\n        \"name\": \"Destination Name\",\n        \"alias\": \"Destination Legal Name\",\n        \"company_email\": \"email@email.com\",\n        \"address_line_1\": \"Address 1\",\n        \"address_line_2\": \"Address 2\",\n        \"city\": \"City\",\n        \"state\": \"ST\",\n        \"zip_code\": \"54321\",\n        \"timezone\": \"America/New_York\",\n        \"country\": \"United States\",\n        \"billing\": {\n            \"address_line_1\": \"Billing Address 1\",\n            \"address_line_2\": \"Billing Address 2\",\n            \"city\": \"Billing City\",\n            \"state\": \"ST\",\n            \"zip_code\": \"54321\",\n            \"country\": \"United States\"\n        },\n        \"local_license_number\": \"LOCAL-LICENSE\",\n        \"license_number\": \"LICENSE\",\n        \"external_id\": \"1234\",\n        \"website\": \"www.website.com\",\n        \"notes\": \"Write a cool note here\",\n        \"contact\": {\n            \"first_name\": \"First\",\n            \"middle_name\": \"Middle\",  \n            \"last_name\": \"Last\", \n            \"email\": \"email@email.com\",\n            \"phone_number\": \"3215551234\"\n        }\n    },\n    \"distributor\": {\n        \"name\": \"Distributor Name\",\n        \"company_email\": \"email@email.com\",\n        \"address_line_1\": \"Address 1\",\n        \"address_line_2\": \"Address 2\",\n        \"city\": \"City\",\n        \"state\": \"ST\",\n        \"zip_code\": \"54321\",\n        \"timezone\": \"America/New_York\",\n        \"country\": \"United States\",\n        \"billing\": {\n            \"address_line_1\": \"Billing Address 1\",\n            \"address_line_2\": \"Billing Address 2\",\n            \"city\": \"Billing City\",\n            \"state\": \"ST\",\n            \"zip_code\": \"54321\",\n            \"country\": \"United States\"\n        },\n        \"local_license_number\": \"LOCAL-LICENSE\",\n        \"license_number\": \"LICENSE\",\n        \"external_id\": \"1234\",\n        \"website\": \"www.website.com\",\n        \"notes\": \"Write a cool note here\",\n        \"contact\": {\n            \"first_name\": \"First\",\n            \"middle_name\": \"Middle\",\n            \"last_name\": \"Last\",\n            \"email\": \"email@email.com\",\n            \"phone_number\": \"3215551234\"\n        }\n    },\n    \"bill_to\": {\n        \"id\": \"61bce55cf18c7800067000d4\",\n        \"name\": \"Destination Name\",\n        \"alias\": \"Destination Legal Name\",\n        \"company_email\": \"email@email.com\",\n        \"address_line_1\": \"Address 1\",\n        \"address_line_2\": \"Address 2\",\n        \"city\": \"City\",\n        \"state\": \"ST\",\n        \"zip_code\": \"54321\",\n        \"timezone\": \"America/New_York\",\n        \"country\": \"United States\",\n        \"billing\": {\n            \"address_line_1\": \"Billing Address 1\",\n            \"address_line_2\": \"Billing Address 2\",\n            \"city\": \"Billing City\",\n            \"state\": \"ST\",\n            \"zip_code\": \"54321\",\n            \"country\": \"United States\"\n        },\n        \"local_license_number\": \"LOCAL-LICENSE\",\n        \"license_number\": \"LICENSE\",\n        \"license_type\": null,\n        \"external_id\": 1234,\n        \"website\": \"www.website.com\",\n        \"notes\": \"Write a cool note here\",\n        \"active\": false,\n        \"contact\": {\n            \"facility_contact_id\": 0,\n            \"facility_id\": \"\",\n            \"first_name\": \"First\",\n            \"middle_name\": \"Middle\",\n            \"last_name\": \"Last\",\n            \"email\": \"email@email.com\",\n            \"phone_number\": \"3215551234\",\n            \"department\": null,\n            \"notes\": null,\n            \"is_primary\": 0,\n            \"last_updated_by\": \"\",\n            \"last_updated_timestamp\": null,\n            \"created_by\": \"\",\n            \"created_timestamp\": null\n        }\n    },\n    \"notes\": [\n        {\n            \"subject\": \"SUBJECT\",\n            \"note\": \"A Helpful note.\",\n            \"internal_only\": true\n        }\n    ],\n    \"charges\": [\n        {\n            \"amount\": 10,\n            \"method\": \"dollar\"\n        }\n    ],\n    \"discounts\": [\n        {\n            \"amount\": 6,\n            \"method\": \"dollar\"\n        }\n    ],\n    \"order_lines\": [\n        {   \n            \"item_id\": \"160\",\n            \"item_variation_pk\": \"69\",\n            \"strain_id\": \"7f9afbd8\",\n            \"lot_number\": \"20231208-FDM-B1\",\n            \"order_qty\": 1,\n            \"unit_price\": 40\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://app.flourishsoftware.com/external/api/v1/outbound-orders"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"original_order_id\": \"STRING\",\n    \"origin_facility_id\": \"58efa5927da7d346af9b89b4\",\n    \"order_timestamp\": \"2023-12-10T08:46:04.000Z\",\n    \"is_approved\": false,\n    \"excise_tax_rate\": 24.5,\n    \"pretax_discounts\": false,\n    \"total_price\": 41.45,\n    \"delivery_fee\": 0,\n    \"total_paid\": 0,\n    \"invoice_date\": \"2023-12-10\",\n    \"created_timestamp\": \"2023-12-10T16:05:04Z\",\n    \"created_by\": \"user@demo.com\",\n    \"last_updated_timestamp\": \"2023-12-10T16:05:04Z\",\n    \"last_updated_by\": \"user@demo.com\",\n    \"distributor\": {\n        \"id\": \"1ebbd44f3776581ad150\",\n        \"name\": \"Distributor Name\",\n        \"company_email\": \"joe@cannabatopia.com\",\n        \"address_line_1\": \"Address 1\",\n        \"address_line_2\": \"Address 2\",\n        \"city\": \"City\",\n        \"state\": \"ST\",\n        \"zip_code\": \"54321\",\n        \"timezone\": \"America/New_York\",\n        \"country\": \"United States\",\n        \"billing\": {\n            \"address_line_1\": \"Billing Address 1\",\n            \"address_line_2\": \"Billing Address 2\",\n            \"city\": \"Billing City\",\n            \"state\": \"ST\",\n            \"zip_code\": \"54321\",\n            \"country\": \"United States\"\n        },\n        \"local_license_number\": \"LOCAL-LICENSE\",\n        \"license_number\": \"LICENSE\",\n        \"license_type\": null,\n        \"external_id\": 1234,\n        \"website\": \"www.website.com\",\n        \"notes\": \"Write a cool note here\",\n        \"active\": false,\n        \"contact\": {\n            \"facility_contact_id\": 0,\n            \"facility_id\": \"\",\n            \"first_name\": \"First\",\n            \"middle_name\": \"Middle\",\n            \"last_name\": \"Last\",\n            \"email\": \"email@email.com\",\n            \"phone_number\": \"3215551234\",\n            \"department\": null,\n            \"notes\": null,\n            \"is_primary\": 0\n        }\n    },\n    \"destination\": {\n        \"id\": \"5a0a6b52515788000645da1c\",\n        \"type\": \"Dispensary\",\n        \"name\": \"Destination Name\",\n        \"alias\": \"Destination Legal Name\",\n        \"company_email\": \"email@email.com\",\n        \"address_line_1\": \"Address 1\",\n        \"address_line_2\": \"Address 2\",\n        \"city\": \"City\",\n        \"state\": \"ST\",\n        \"zip_code\": \"54321\",\n        \"timezone\": \"America/New_York\",\n        \"country\": \"United States\",\n        \"billing\": {\n            \"address_line_1\": \"Billing Address 1\",\n            \"address_line_2\": \"Billing Address 2\",\n            \"city\": \"Billing City\",\n            \"state\": \"ST\",\n            \"zip_code\": \"54321\",\n            \"country\": \"United States\"\n        },\n        \"local_license_number\": \"LOCAL-LICENSE\",\n        \"license_number\": \"LICENSE\",\n        \"external_id\": 1234,\n        \"website\": \"www.website.com\",\n        \"notes\": \"Write a cool note here\",\n        \"active\": false,\n        \"contact\": {\n            \"first_name\": \"First\",\n            \"middle_name\": \"Middle\",\n            \"last_name\": \"Last\",\n            \"email\": \"email@email.com\",\n            \"phone_number\": \"3215551234\",\n            \"department\": null,\n            \"notes\": null\n        }\n    },\n    \"bill_to\": {\n        \"id\": \"61bce55cf18c7800067000d4\",\n        \"name\": \"Destination Name\",\n        \"alias\": \"Destination Legal Name\",\n        \"company_email\": \"email@email.com\",\n        \"address_line_1\": \"Address 1\",\n        \"address_line_2\": \"Address 2\",\n        \"city\": \"City\",\n        \"state\": \"ST\",\n        \"zip_code\": \"54321\",\n        \"timezone\": \"America/New_York\",\n        \"country\": \"United States\",\n        \"billing\": {\n            \"address_line_1\": \"Billing Address 1\",\n            \"address_line_2\": \"Billing Address 2\",\n            \"city\": \"Billing City\",\n            \"state\": \"ST\",\n            \"zip_code\": \"54321\",\n            \"country\": \"United States\"\n        },\n        \"local_license_number\": \"LOCAL-LICENSE\",\n        \"license_number\": \"LICENSE\",\n        \"license_type\": null,\n        \"external_id\": 1234,\n        \"website\": \"www.website.com\",\n        \"notes\": \"Write a cool note here\",\n        \"active\": false,\n        \"contact\": {\n            \"facility_contact_id\": 0,\n            \"facility_id\": \"\",\n            \"first_name\": \"First\",\n            \"middle_name\": \"Middle\",\n            \"last_name\": \"Last\",\n            \"email\": \"email@email.com\",\n            \"phone_number\": \"3215551234\",\n            \"department\": null,\n            \"notes\": null,\n            \"is_primary\": 0,\n            \"last_updated_by\": \"\",\n            \"last_updated_timestamp\": null,\n            \"created_by\": \"\",\n            \"created_timestamp\": null\n        }\n    },\n    \"sales_rep\": {\n        \"id\": 5,\n        \"first_name\": \"First\",\n        \"middle_name\": \"Middle\",\n        \"last_name\": \"Last\",\n        \"phone_number\": \"5551231234\",\n        \"email\": \"email@email.com\",\n        \"facility_id\": null\n    },\n    \"charges\": [\n        {\n            \"amount\": 10,\n            \"method\": \"dollar\"\n        }\n    ],\n    \"discounts\": [\n        {\n            \"amount\": 6,\n            \"method\": \"dollar\"\n        }\n    ],\n    \"notes\": [\n        {\n            \"subject\": \"SUBJECT\",\n            \"note\": \"A Helpful note.\",\n            \"internal_only\": true\n        }\n    ],\n    \"order_lines\": [\n        {\n            \"item_id\": \"160\",\n            \"item_variation_pk\": \"69\",\n            \"strain_id\": \"7f9afbd8\",\n            \"lot_number\": \"20231208-FDM-B1\",\n            \"order_qty\": 1,\n            \"unit_price\": 40,\n            \"discount_price\": 10,\n            \"line_total_price\": 30,\n            \"qty_returned\": 0,\n            \"last_updated_by\": \"user@demo.com\",\n            \"last_updated_timestamp\": \"2023-12-10T16:05:04Z\",\n            \"created_by\": \"user@demo.com\",\n            \"created_timestamp\": \"2023-12-10T16:05:04Z\",\n            \"sku\": \"1.42.131.160.69\",\n            \"taxes\": null\n        }\n    ]\n}"}],"_postman_id":"ce6b0485-ba67-449b-a414-9cabd9c316cd"},{"name":"PutOutboundOrder","id":"c40212c5-3bcd-46c1-9e34-5be4811a9f91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"PUT","header":[{"key":"FacilityID","value":"{{facility_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n        \"id\": \"00023369\",\n        \"original_order_id\": \"TEST-1761306495857\",\n        \"shipment_id\": null,\n        \"order_timestamp\": \"2025-10-24T11:48:16.000Z\",\n        \"sub_total_price\": 40,\n        \"taxes\": 6,\n        \"excise_tax_rate\": null,\n        \"total_discounts\": 0,\n        \"total_charges\": 0,\n        \"total_price\": 46,\n        \"total_paid\": 0,\n        \"delivery_fee\": 0,\n        \"shipped_timestamp\": null,\n        \"delivered_timestamp\": null,\n        \"requested_delivery_date\": \"\",\n        \"last_updated_by\": \"nidhinehal512+metrcuat@gmail.com\",\n        \"last_updated_timestamp\": \"2025-10-24T11:58:27Z\",\n        \"created_by\": \"All permission\",\n        \"created_timestamp\": \"2025-10-24T11:48:17Z\",\n        \"invoice_date\": \"\",\n        \"total_refund\": 0,\n        \"ref_field_1\": null,\n        \"ref_field_2\": null,\n        \"ref_field_3\": null,\n        \"ref_field_4\": null,\n        \"ref_field_5\": null,\n        \"is_approved\": false,\n        \"pretax_discounts\": false,\n        \"disable_cultivation_tax\": true,\n        \"disable_excise_tax\": false,\n        \"total_returns\": 0,\n        \"order_status\": \"Cancelled\",\n        \"payment_status\": \"Awaiting Payment\",\n        \"origin_type\": \"Flourish External API\",\n        \"tax_type\": \"Excise\",\n        \"tax_payment_direction\": \"collect\",\n        \"payment_term\": \"Net 7\",\n        \"payment_term_due_num_days\": 7,\n        \"origin_facility\": {\n            \"id\": \"5f832e89eaec2c0006fc7055\",\n            \"facility_name\": \"Updated Test Name\"\n        },\n        \"distributor\": null,\n        \"destination\": {\n            \"id\": \"5f832e89eaec2c0006fc7055\",\n            \"type\": \"Microbusiness\",\n            \"name\": \"Updated Test Name\",\n            \"alias\": \"Microbusiness (C12-1000001-LIC)\",\n            \"company_email\": null,\n            \"address_line_1\": \"5670 Wilshire Blvd.\",\n            \"address_line_2\": \"Suite 2400\",\n            \"city\": \"Los Angeles\",\n            \"state\": \"CA\",\n            \"zip_code\": \"90210\",\n            \"timezone\": \"America/Los_Angeles\",\n            \"country\": \"United States\",\n            \"billing\": {\n                \"address_line_1\": null,\n                \"address_line_2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip_code\": null,\n                \"country\": \"United States\"\n            },\n            \"local_license_number\": null,\n            \"license_number\": \"C12-1000001-LIC\",\n            \"license_type\": null,\n            \"external_id\": null,\n            \"website\": null,\n            \"notes\": null,\n            \"active\": true,\n            \"contact\": {\n                \"first_name\": null,\n                \"middle_name\": null,\n                \"last_name\": null,\n                \"email\": null,\n                \"phone_number\": \"9991234567\"\n            },\n            \"total_open_balance\": 2962,\n            \"number_open_invoices\": 76\n        },\n        \"bill_to\": {\n            \"id\": \"61bce55cf18c7800067000d4\",\n            \"name\": \"Destination Name\",\n            \"alias\": \"Destination Legal Name\",\n            \"company_email\": \"email@email.com\",\n            \"address_line_1\": \"Address 1\",\n            \"address_line_2\": \"Address 2\",\n            \"city\": \"City\",\n            \"state\": \"ST\",\n            \"zip_code\": \"54321\",\n            \"timezone\": \"America/New_York\",\n            \"country\": \"United States\",\n            \"billing\": {\n                \"address_line_1\": \"Billing Address 1\",\n                \"address_line_2\": \"Billing Address 2\",\n                \"city\": \"Billing City\",\n                \"state\": \"ST\",\n                \"zip_code\": \"54321\",\n                \"country\": \"United States\"\n            },\n            \"local_license_number\": \"LOCAL-LICENSE\",\n            \"license_number\": \"LICENSE\",\n            \"license_type\": null,\n            \"external_id\": 1234,\n            \"website\": \"www.website.com\",\n            \"notes\": \"Write a cool note here\",\n            \"active\": false,\n            \"contact\": {\n                \"facility_contact_id\": 0,\n                \"facility_id\": \"\",\n                \"first_name\": \"First\",\n                \"middle_name\": \"Middle\",\n                \"last_name\": \"Last\",\n                \"email\": \"email@email.com\",\n                \"phone_number\": \"3215551234\",\n                \"department\": null,\n                \"notes\": null,\n                \"is_primary\": 0,\n                \"last_updated_by\": \"\",\n                \"last_updated_timestamp\": null,\n                \"created_by\": \"\",\n                \"created_timestamp\": null\n            }\n        },\n        \"sales_rep\": {\n            \"id\": \"0\",\n            \"first_name\": \"\",\n            \"middle_name\": null,\n            \"last_name\": \"\",\n            \"phone_number\": null,\n            \"email\": null,\n            \"active\": null\n        },\n        \"order_lines\": [\n            {\n                \"item_id\": \"835\",\n                \"order_line_id\": \"23377\",\n                \"strain_id\": \"60e802ff-aeb8-46f0-9f97-1ac0b27ce472\",\n                \"item_variation_pk\": null,\n                \"lot_number\": null,\n                \"order_qty\": 1,\n                \"allocated_qty\": 1,\n                \"unit_price\": 40,\n                \"discount_price\": 0,\n                \"line_total_price\": 40,\n                \"qty_returned\": 0,\n                \"last_updated_by\": \"nidhinehal512+metrcuat@gmail.com\",\n                \"last_updated_timestamp\": \"2025-10-24T11:58:07Z\",\n                \"created_by\": \"All permission\",\n                \"created_timestamp\": \"2025-10-24T11:48:17Z\",\n                \"item_name\": \"!@#$%^897\",\n                \"item_uom\": \"ea\",\n                \"variation_name\": null,\n                \"unit_qty\": null,\n                \"strain_name\": \"awesome strain\",\n                \"order_line_status\": \"Allocated\",\n                \"sell_by_lot\": false,\n                \"sku\": \"1.4.70.835.0\",\n                \"retail_display_name\": \"!@#$%^897\",\n                \"order_line_dtls\": [\n                    {\n                        \"order_line_id\": 23377,\n                        \"package_id\": \"1A4FF0300000259000011704\",\n                        \"inventory_id\": 14074,\n                        \"lot_number\": null,\n                        \"qty\": 1,\n                        \"returned\": false,\n                        \"last_updated_by\": \"nidhinehal512+metrcuat@gmail.com\",\n                        \"last_updated_timestamp\": \"2025-10-24T11:58:07Z\",\n                        \"created_by\": \"nidhinehal512+metrcuat@gmail.com\",\n                        \"created_timestamp\": \"2025-10-24T11:58:07Z\"\n                    }\n                ],\n                \"needs_fulfillment\": true,\n                \"taxes\": [\n                    {\n                        \"id\": 70229,\n                        \"rate\": 0.15,\n                        \"taxes\": 6,\n                        \"tax_name\": \"CA Excise Tax\",\n                        \"created_by\": \"nidhinehal512+metrcuat@gmail.com\",\n                        \"created_timestamp\": \"2025-10-24T11:58:27Z\",\n                        \"last_updated_by\": \"nidhinehal512+metrcuat@gmail.com\",\n                        \"last_updated_timestamp\": \"2025-10-24T11:58:27Z\"\n                    }\n                ]\n            }\n        ],\n        \"charges\": [],\n        \"discounts\": [],\n        \"notes\": [\n            {\n                \"subject\": \"Note on Destination\",\n                \"note\": \"Only Deliver on the third Thursday of the month.\",\n                \"internal_only\": true\n            }\n        ]\n    }","options":{"raw":{"language":"json"}}},"url":"https://app.flourishsoftware.com/external/api/v1/outbound-orders/{{order_id}}","description":"<p>Update an outbound, business-to-business order by ID.</p>\n<ul>\n<li><p>Orders can only be updated when nothing is allocated in Flourish at the time of update.</p>\n</li>\n<li><p>We do not currently support order status changes via this endpoint, except for order cancellation (below).</p>\n</li>\n<li><p>If your facility configuration requires sales reps for outbound orders, it will be required.</p>\n</li>\n</ul>\n<p>Note that order modification is supported, but modification of sub-types like <code>destination</code>, <code>distributor</code>, <code>sales_rep</code>, and <code>contact</code> is not supported at this time.</p>\n<p>Existing Entity Search:</p>\n<ul>\n<li>If passing the <code>id</code> field for <code>destination</code>, <code>distribution</code>, or <code>sales_rep</code> no other fields may be passed.</li>\n</ul>\n<p>Orders can be Cancelled by updating the order status to <code>Cancelled</code>. Simply include the following in the request body:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"order_status\": \"Cancelled\"\n\n</code></pre>\n<p>When cancelling an order, the sales rep is not required even if your facility configuration requires sales reps for outbound orders. These validation errors are returned when we do not support cancellation:</p>\n<ul>\n<li><code>Order has already been shipped</code> - When a user attempts to cancel a <code>Shipped</code> order.</li>\n<li><code>Order has already been completed</code> - When a user attempts to cancel a <code>Completed</code> order.</li>\n<li><code>Order has already been cancelled</code> - When a user attempts to cancel a <code>Cancelled</code> order.</li>\n</ul>\n","urlObject":{"path":["v1","outbound-orders","{{order_id}}"],"host":["https://app.flourishsoftware.com/external/api"],"query":[],"variable":[]}},"response":[{"id":"8fbb0dd3-3a3a-4d00-87d0-064b585488cb","name":"PutOutboundOrder w/ Existing Destination","originalRequest":{"method":"POST","header":[{"key":"FacilityID","value":"1a2b3c4d"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"original_order_id\": \"STRING\",\n    \"order_timestamp\": \"2023-12-10T08:46:04.000Z\",\n    \"pretax_discounts\": false,\n    \"invoice_date\": \"2023-12-10\",\n    \"sales_rep\": null,\n    \"destination\": {\n        \"id\": \"61bce55cf18c7800067000d4\"\n    },\n    \"distributor\": {\n        \"id\": \"1ebbd44f3776581ad150\"\n    },\n    \"bill_to\": {\n        \"id\": \"61bce55cf18c7800067000d4\"\n    },\n    \"notes\": [\n        {\n            \"subject\": \"SUBJECT\",\n            \"note\": \"NOTE\",\n            \"internal_only\": true\n        }\n    ],\n    \"charges\": [\n        {\n            \"amount\": 10,\n            \"method\": \"dollar\"\n        }\n    ],\n    \"discounts\": [\n        {\n            \"amount\": 6,\n            \"method\": \"dollar\"\n        }\n    ],\n    \"order_lines\": [\n        {   \n            \"item_id\": \"160\",\n            \"item_variation_pk\": \"69\",\n            \"strain_id\": \"7f9afbd8\",\n            \"lot_number\": \"231208-FDM-H7\",\n            \"order_qty\": 1,\n            \"unit_price\": 40,\n            \"discount_price\": 0\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://app.flourishsoftware.com/external/api/v1/outbound-orders/00010379"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"data\": {\n        \"id\": \"00005419\",\n        \"is_approved\": false,\n        \"original_order_id\": \"STRING\",\n        \"origin_facility_id\": \"58efa5927da7d346af9b89b4\",\n        \"shipment_id\": null,\n        \"order_timestamp\": \"2023-12-10T08:46:04.000Z\",\n        \"sub_total_price\": 40,\n        \"excise_tax_rate\": null,\n        \"taxes\": 0,\n        \"pretax_discounts\": false,\n        \"total_discounts\": 6,\n        \"total_charges\": 10,\n        \"total_price\": 44,\n        \"delivery_fee\": 0,\n        \"total_paid\": 0,\n        \"tax_payment_direction\": \"\",\n        \"created_timestamp\": \"2023-12-10T07:20:00Z\",\n        \"created_by\": \"user@demo.com\",\n        \"last_updated_timestamp\": \"2023-12-10T10:00:00Z\",\n        \"last_updated_by\": \"user@demo.com\",\n        \"invoice_date\": \"2023-12-10\",\n        \"shipped_timestamp\": null,\n        \"distributor\": {\n            \"id\": \"1ebbd44f3776581ad150\",\n            \"company_email\": \"email@email.com\",\n            \"address_line_1\": \"Address 1\",\n            \"address_line_2\": \"Address 2\",\n            \"city\": \"City\",\n            \"state\": \"ST\",\n            \"zip_code\": \"54321\",\n            \"timezone\": \"America/New_York\",\n            \"country\": \"United States\",\n            \"billing\": {\n                \"address_line_1\": \"Billing Address 1\",\n                \"address_line_2\": \"Billing Address 2\",\n                \"city\": \"Billing City\",\n                \"state\": \"ST\",\n                \"zip_code\": \"54321\",\n                \"country\": \"United States\"\n            },\n            \"local_license_number\": \"LOCAL-LICENSE\",\n            \"license_number\": \"LICENSE\",\n            \"license_type\": null,\n            \"external_id\": 1234,\n            \"website\": \"www.website.com\",\n            \"notes\": \"Write a cool note here\",\n            \"active\": false,\n            \"contact\": {\n                \"facility_contact_id\": 0,\n                \"facility_id\": \"\",\n                \"first_name\": \"First\",\n                \"middle_name\": \"Middle\",\n                \"last_name\": \"Last\",\n                \"email\": \"email@email.com\",\n                \"phone_number\": \"3215551234\",\n                \"department\": null,\n                \"notes\": null,\n                \"is_primary\": 0,\n                \"last_updated_by\": \"\",\n                \"last_updated_timestamp\": null,\n                \"created_by\": \"\",\n                \"created_timestamp\": null\n            },\n            \"type\": \"\",\n            \"name\": \"Distributor Name\"\n        },\n        \"destination\": {\n            \"id\": \"61bce55cf18c7800067000d4\",\n            \"name\": \"Destination Name\",\n            \"alias\": \"Destination Legal Name\",\n            \"company_email\": \"email@email.com\",\n            \"address_line_1\": \"Address 1\",\n            \"address_line_2\": \"Address 2\",\n            \"city\": \"City\",\n            \"state\": \"ST\",\n            \"zip_code\": \"54321\",\n            \"timezone\": \"America/New_York\",\n            \"country\": \"United States\",\n            \"billing\": {\n                \"address_line_1\": \"Billing Address 1\",\n                \"address_line_2\": \"Billing Address 2\",\n                \"city\": \"Billing City\",\n                \"state\": \"ST\",\n                \"zip_code\": \"54321\",\n                \"country\": \"United States\"\n            },\n            \"local_license_number\": \"LOCAL-LICENSE\",\n            \"license_number\": \"LICENSE\",\n            \"license_type\": null,\n            \"external_id\": 1234,\n            \"website\": \"www.website.com\",\n            \"notes\": \"Write a cool note here\",\n            \"active\": false,\n            \"contact\": {\n                \"facility_contact_id\": 0,\n                \"facility_id\": \"\",\n                \"first_name\": \"First\",\n                \"middle_name\": \"Middle\",\n                \"last_name\": \"Last\",\n                \"email\": \"email@email.com\",\n                \"phone_number\": \"3215551234\",\n                \"department\": null,\n                \"notes\": null,\n                \"is_primary\": 0,\n                \"last_updated_by\": \"\",\n                \"last_updated_timestamp\": null,\n                \"created_by\": \"\",\n                \"created_timestamp\": null\n            }\n        },\n        \"bill_to\": {\n            \"id\": \"61bce55cf18c7800067000d4\",\n            \"name\": \"Destination Name\",\n            \"alias\": \"Destination Legal Name\",\n            \"company_email\": \"email@email.com\",\n            \"address_line_1\": \"Address 1\",\n            \"address_line_2\": \"Address 2\",\n            \"city\": \"City\",\n            \"state\": \"ST\",\n            \"zip_code\": \"54321\",\n            \"timezone\": \"America/New_York\",\n            \"country\": \"United States\",\n            \"billing\": {\n                \"address_line_1\": \"Billing Address 1\",\n                \"address_line_2\": \"Billing Address 2\",\n                \"city\": \"Billing City\",\n                \"state\": \"ST\",\n                \"zip_code\": \"54321\",\n                \"country\": \"United States\"\n            },\n            \"local_license_number\": \"LOCAL-LICENSE\",\n            \"license_number\": \"LICENSE\",\n            \"license_type\": null,\n            \"external_id\": 1234,\n            \"website\": \"www.website.com\",\n            \"notes\": \"Write a cool note here\",\n            \"active\": false,\n            \"contact\": {\n                \"facility_contact_id\": 0,\n                \"facility_id\": \"\",\n                \"first_name\": \"First\",\n                \"middle_name\": \"Middle\",\n                \"last_name\": \"Last\",\n                \"email\": \"email@email.com\",\n                \"phone_number\": \"3215551234\",\n                \"department\": null,\n                \"notes\": null,\n                \"is_primary\": 0,\n                \"last_updated_by\": \"\",\n                \"last_updated_timestamp\": null,\n                \"created_by\": \"\",\n                \"created_timestamp\": null\n            }\n        },\n        \"sales_rep\": null,\n        \"order_lines\": [\n            {\n                \"item_id\": \"160\",\n                \"strain_id\": \"7f9afbd8\",\n                \"lot_number\": \"231208-FDM-H7\",\n                \"item_variation_pk\": 69,\n                \"order_qty\": 1,\n                \"allocated_qty\": null,\n                \"unit_price\": 40,\n                \"discount_price\": 0,\n                \"line_total_price\": 40,\n                \"qty_returned\": 0,\n                \"created_timestamp\": \"2023-12-10T07:20:00Z\",\n                \"created_by\": \"user@demo.com\",\n                \"last_updated_timestamp\": \"2023-12-10T10:00:00Z\",\n                \"last_updated_by\": \"user@demo.com\",\n                \"sku\": \"1.42.131.160.69\",\n                \"taxes\": null\n            }\n        ],\n        \"charges\": [\n            {\n                \"id\": 252,\n                \"charge_id\": 1,\n                \"custom_name\": \"\",\n                \"method\": \"\",\n                \"amount\": 10,\n                \"value\": 10,\n                \"created_timestamp\": \"2023-12-10T07:20:00Z\",\n                \"created_by\": \"user@demo.com\",\n                \"last_updated_timestamp\": \"2023-12-10T10:00:00Z\",\n                \"last_updated_by\": \"user@demo.com\"\n            }\n        ],\n        \"discounts\": [\n            {\n                \"id\": 32053,\n                \"order_line_pk\": 0,\n                \"discount_id\": 313,\n                \"discount_name\": \"\",\n                \"discount_reason_id\": 0,\n                \"level\": \"\",\n                \"method\": \"\",\n                \"discount_value\": 6,\n                \"promo_code\": null,\n                \"amount\": 6,\n                \"approved_by\": null,\n                \"on\": false,\n                \"created_timestamp\": \"2023-12-10T07:20:00Z\",\n                \"created_by\": \"user@demo.com\",\n                \"last_updated_timestamp\": \"2023-12-10T10:00:00Z\",\n                \"last_updated_by\": \"user@demo.com\"\n            }\n        ],\n        \"notes\": [\n            {\n                \"id\": 379,\n                \"subject\": \"SUBJECT\",\n                \"note\": \"NOTE\",\n                \"active\": 1,\n                \"internal_only\": 1,\n                \"is_facility_note\": 0,\n                \"created_timestamp\": \"2023-12-10T07:20:00Z\",\n                \"created_by\": \"user@demo.com\",\n                \"last_updated_timestamp\": \"2023-12-10T10:00:00Z\",\n                \"last_updated_by\": \"user@demo.com\"\n            },\n            {\n                \"id\": 381,\n                \"subject\": \"SUBJECT\",\n                \"note\": \"NOTE\",\n                \"active\": 1,\n                \"internal_only\": 1,\n                \"is_facility_note\": 0,\n                \"created_timestamp\": \"2023-12-10T07:20:00Z\",\n                \"created_by\": \"user@demo.com\",\n                \"last_updated_timestamp\": \"2023-12-10T10:00:00Z\",\n                \"last_updated_by\": \"user@demo.com\"\n            }\n        ]\n    }\n}"},{"id":"71440627-4f8d-42ab-ad7b-cef88b962ffe","name":"PutOutboundOrder w/ New Destination","originalRequest":{"method":"POST","header":[{"key":"FacilityID","value":"1a2b3c4d"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"original_order_id\": \"STRING\",\n    \"order_timestamp\": \"2023-12-10T08:46:04.000Z\",\n    \"pretax_discounts\": false,\n    \"invoice_date\": \"2023-12-10\",\n    \"sales_rep\": {\n        \"id\": 5\n    },\n    \"destination\": {\n        \"type\": \"Dispensary\",\n        \"name\": \"Destination Name\",\n        \"alias\": \"Destination Legal Name\",\n        \"company_email\": \"email@email.com\",\n        \"address_line_1\": \"Address 1\",\n        \"address_line_2\": \"Address 2\",\n        \"city\": \"City\",\n        \"state\": \"ST\",\n        \"zip_code\": \"54321\",\n        \"timezone\": \"America/New_York\",\n        \"country\": \"United States\",\n        \"billing\": {\n            \"address_line_1\": \"Billing Address 1\",\n            \"address_line_2\": \"Billing Address 2\",\n            \"city\": \"Billing City\",\n            \"state\": \"ST\",\n            \"zip_code\": \"54321\",\n            \"country\": \"United States\"\n        },\n        \"local_license_number\": \"LOCAL-LICENSE\",\n        \"license_number\": \"LICENSE\",\n        \"external_id\": \"1234\",\n        \"website\": \"www.website.com\",\n        \"notes\": \"Write a cool note here\",\n        \"contact\": {\n            \"first_name\": \"First\",\n            \"middle_name\": \"Middle\",  \n            \"last_name\": \"Last\", \n            \"email\": \"email@email.com\",\n            \"phone_number\": \"3215551234\"\n        }\n    },\n    \"distributor\": {\n        \"name\": \"Distributor Name\",\n        \"company_email\": \"email@email.com\",\n        \"address_line_1\": \"Address 1\",\n        \"address_line_2\": \"Address 2\",\n        \"city\": \"City\",\n        \"state\": \"ST\",\n        \"zip_code\": \"54321\",\n        \"timezone\": \"America/New_York\",\n        \"country\": \"United States\",\n        \"billing\": {\n            \"address_line_1\": \"Billing Address 1\",\n            \"address_line_2\": \"Billing Address 2\",\n            \"city\": \"Billing City\",\n            \"state\": \"ST\",\n            \"zip_code\": \"54321\",\n            \"country\": \"United States\"\n        },\n        \"local_license_number\": \"LOCAL-LICENSE\",\n        \"license_number\": \"LICENSE\",\n        \"external_id\": \"1234\",\n        \"website\": \"www.website.com\",\n        \"notes\": \"Write a cool note here\",\n        \"contact\": {\n            \"first_name\": \"First\",\n            \"middle_name\": \"Middle\",\n            \"last_name\": \"Last\",\n            \"email\": \"email@email.com\",\n            \"phone_number\": \"3215551234\"\n        }\n    },\n    \"bill_to\": {\n        \"id\": \"61bce55cf18c7800067000d4\",\n        \"name\": \"Destination Name\",\n        \"alias\": \"Destination Legal Name\",\n        \"company_email\": \"email@email.com\",\n        \"address_line_1\": \"Address 1\",\n        \"address_line_2\": \"Address 2\",\n        \"city\": \"City\",\n        \"state\": \"ST\",\n        \"zip_code\": \"54321\",\n        \"timezone\": \"America/New_York\",\n        \"country\": \"United States\",\n        \"billing\": {\n            \"address_line_1\": \"Billing Address 1\",\n            \"address_line_2\": \"Billing Address 2\",\n            \"city\": \"Billing City\",\n            \"state\": \"ST\",\n            \"zip_code\": \"54321\",\n            \"country\": \"United States\"\n        },\n        \"local_license_number\": \"LOCAL-LICENSE\",\n        \"license_number\": \"LICENSE\",\n        \"license_type\": null,\n        \"external_id\": 1234,\n        \"website\": \"www.website.com\",\n        \"notes\": \"Write a cool note here\",\n        \"active\": false,\n        \"contact\": {\n            \"facility_contact_id\": 0,\n            \"facility_id\": \"\",\n            \"first_name\": \"First\",\n            \"middle_name\": \"Middle\",\n            \"last_name\": \"Last\",\n            \"email\": \"email@email.com\",\n            \"phone_number\": \"3215551234\",\n            \"department\": null,\n            \"notes\": null,\n            \"is_primary\": 0,\n            \"last_updated_by\": \"\",\n            \"last_updated_timestamp\": null,\n            \"created_by\": \"\",\n            \"created_timestamp\": null\n        }\n    },\n    \"notes\": [\n        {\n            \"subject\": \"SUBJECT\",\n            \"note\": \"NOTE\",\n            \"internal_only\": true\n        }\n    ],\n    \"charges\": [\n        {\n            \"amount\": 10,\n            \"method\": \"dollar\"\n        }\n    ],\n    \"discounts\": [\n        {\n            \"amount\": 6,\n            \"method\": \"dollar\"\n        }\n    ],\n    \"order_lines\": [\n        {   \n            \"item_id\": \"160\",\n            \"item_variation_pk\": \"69\",\n            \"strain_id\": \"7f9afbd8\",\n            \"lot_number\": \"231208-FDM-J9\",\n            \"order_qty\": 1,\n            \"unit_price\": 40,\n            \"discount_price\": 10\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://app.flourishsoftware.com/external/api/v1/outbound-orders/00010379"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"data\": {\n        \"id\": \"00005419\",\n        \"is_approved\": false,\n        \"original_order_id\": \"STRING\",\n        \"origin_facility_id\": \"58efa5927da7d346af9b89b4\",\n        \"shipment_id\": null,\n        \"order_timestamp\": \"2023-12-10T08:46:04.000Z\",\n        \"sub_total_price\": 30,\n        \"excise_tax_rate\": null,\n        \"taxes\": 0,\n        \"pretax_discounts\": false,\n        \"total_discounts\": 6,\n        \"total_charges\": 10,\n        \"total_price\": 34,\n        \"delivery_fee\": 0,\n        \"total_paid\": 0,\n        \"tax_payment_direction\": \"\",\n        \"created_timestamp\": \"2023-12-10T08:46:04Z\",\n        \"created_by\": \"user@demo.com\",\n        \"last_updated_timestamp\": \"2023-12-10T09:00:00Z\",\n        \"last_updated_by\": \"user@demo.com\",\n        \"invoice_date\": \"2023-12-10\",\n        \"shipped_timestamp\": null,\n        \"distributor\": {\n            \"id\": \"1ebbd44f3776581ad150\",\n            \"company_email\": \"email@email.com\",\n            \"address_line_1\": \"Address 1\",\n            \"address_line_2\": \"Address 2\",\n            \"city\": \"City\",\n            \"state\": \"ST\",\n            \"zip_code\": \"54321\",\n            \"timezone\": \"America/New_York\",\n            \"country\": \"United States\",\n            \"billing\": {\n                \"address_line_1\": \"Billing Address 1\",\n                \"address_line_2\": \"Billing Address 2\",\n                \"city\": \"Billing City\",\n                \"state\": \"ST\",\n                \"zip_code\": \"54321\",\n                \"country\": \"United States\"\n            },\n            \"local_license_number\": \"LOCAL-LICENSE\",\n            \"license_number\": \"LICENSE\",\n            \"license_type\": null,\n            \"external_id\": 1234,\n            \"website\": \"www.website.com\",\n            \"notes\": \"Write a cool note here\",\n            \"active\": false,\n            \"contact\": {\n                \"facility_contact_id\": 0,\n                \"facility_id\": \"\",\n                \"first_name\": \"First\",\n                \"middle_name\": \"Middle\",\n                \"last_name\": \"Last\",\n                \"email\": \"email@email.com\",\n                \"phone_number\": \"3215551234\",\n                \"department\": null,\n                \"notes\": null,\n                \"is_primary\": 0,\n                \"created_timestamp\": \"2023-12-10T09:00:00Z\",\n                \"created_by\": \"user@demo.com\",\n                \"last_updated_timestamp\": \"2023-12-10T09:00:00Z\",\n                \"last_updated_by\": \"user@demo.com\"\n            },\n            \"type\": \"\",\n            \"name\": \"Distributor Name\"\n        },\n        \"destination\": {\n            \"id\": \"61bce55cf18c7800067000d4\",\n            \"name\": \"Destination Name\",\n            \"alias\": \"Destination Legal Name\",\n            \"company_email\": \"email@email.com\",\n            \"address_line_1\": \"Address 1\",\n            \"address_line_2\": \"Address 2\",\n            \"city\": \"City\",\n            \"state\": \"ST\",\n            \"zip_code\": \"54321\",\n            \"timezone\": \"America/New_York\",\n            \"country\": \"United States\",\n            \"billing\": {\n                \"address_line_1\": \"Billing Address 1\",\n                \"address_line_2\": \"Billing Address 2\",\n                \"city\": \"Billing City\",\n                \"state\": \"ST\",\n                \"zip_code\": \"54321\",\n                \"country\": \"United States\"\n            },\n            \"local_license_number\": \"LOCAL-LICENSE\",\n            \"license_number\": \"LICENSE\",\n            \"license_type\": null,\n            \"external_id\": 1234,\n            \"website\": \"www.website.com\",\n            \"notes\": \"Write a cool note here\",\n            \"active\": false,\n            \"contact\": {\n                \"facility_contact_id\": 0,\n                \"facility_id\": \"\",\n                \"first_name\": \"First\",\n                \"middle_name\": \"Middle\",\n                \"last_name\": \"Last\",\n                \"email\": \"email@email.com\",\n                \"phone_number\": \"3215551234\",\n                \"department\": null,\n                \"notes\": null,\n                \"is_primary\": 0,\n                \"created_timestamp\": \"2023-12-10T09:00:00Z\",\n                \"created_by\": \"user@demo.com\",\n                \"last_updated_timestamp\": \"2023-12-10T09:00:00Z\",\n                \"last_updated_by\": \"user@demo.com\"\n            }\n        },\n        \"bill_to\": {\n            \"id\": \"61bce55cf18c7800067000d4\",\n            \"name\": \"Destination Name\",\n            \"alias\": \"Destination Legal Name\",\n            \"company_email\": \"email@email.com\",\n            \"address_line_1\": \"Address 1\",\n            \"address_line_2\": \"Address 2\",\n            \"city\": \"City\",\n            \"state\": \"ST\",\n            \"zip_code\": \"54321\",\n            \"timezone\": \"America/New_York\",\n            \"country\": \"United States\",\n            \"billing\": {\n                \"address_line_1\": \"Billing Address 1\",\n                \"address_line_2\": \"Billing Address 2\",\n                \"city\": \"Billing City\",\n                \"state\": \"ST\",\n                \"zip_code\": \"54321\",\n                \"country\": \"United States\"\n            },\n            \"local_license_number\": \"LOCAL-LICENSE\",\n            \"license_number\": \"LICENSE\",\n            \"license_type\": null,\n            \"external_id\": 1234,\n            \"website\": \"www.website.com\",\n            \"notes\": \"Write a cool note here\",\n            \"active\": false,\n            \"contact\": {\n                \"facility_contact_id\": 0,\n                \"facility_id\": \"\",\n                \"first_name\": \"First\",\n                \"middle_name\": \"Middle\",\n                \"last_name\": \"Last\",\n                \"email\": \"email@email.com\",\n                \"phone_number\": \"3215551234\",\n                \"department\": null,\n                \"notes\": null,\n                \"is_primary\": 0,\n                \"last_updated_by\": \"\",\n                \"last_updated_timestamp\": null,\n                \"created_by\": \"\",\n                \"created_timestamp\": null\n            }\n        },\n        \"sales_rep\": {\n            \"id\": 5,\n            \"first_name\": \"First\",\n            \"middle_name\": \"Middle\",\n            \"last_name\": \"Last\",\n            \"phone_number\": \"5551231234\",\n            \"email\": \"email@email.com\"\n        },\n        \"order_lines\": [\n            {\n                \"item_id\": \"160\",\n                \"strain_id\": \"7f9afbd8\",\n                \"lot_number\": \"231208-FDM-J9\",\n                \"item_variation_pk\": 69,\n                \"order_qty\": 1,\n                \"allocated_qty\": null,\n                \"unit_price\": 40,\n                \"discount_price\": 10,\n                \"line_total_price\": 30,\n                \"qty_returned\": 0,\n                \"created_timestamp\": \"2023-12-10T08:46:04Z\",\n                \"created_by\": \"user@demo.com\",\n                \"last_updated_timestamp\": \"2023-12-10T09:00:00Z\",\n                \"last_updated_by\": \"user@demo.com\",\n                \"sku\": \"1.42.131.160.69\",\n                \"taxes\": null\n            }\n        ],\n        \"charges\": [\n            {\n                \"id\": 252,\n                \"charge_id\": 1,\n                \"custom_name\": \"\",\n                \"method\": \"\",\n                \"amount\": 10,\n                \"value\": 10,\n                \"created_timestamp\": \"2023-12-10T08:46:04Z\",\n                \"created_by\": \"user@demo.com\",\n                \"last_updated_timestamp\": \"2023-12-10T09:00:00Z\",\n                \"last_updated_by\": \"user@demo.com\"\n            }\n        ],\n        \"discounts\": [\n            {\n                \"id\": 32053,\n                \"order_line_pk\": 0,\n                \"discount_id\": 313,\n                \"discount_name\": \"\",\n                \"discount_reason_id\": 0,\n                \"level\": \"\",\n                \"method\": \"\",\n                \"discount_value\": 6,\n                \"promo_code\": null,\n                \"amount\": 6,\n                \"approved_by\": null,\n                \"on\": false,\n                \"created_timestamp\": \"2023-12-10T08:46:04Z\",\n                \"created_by\": \"user@demo.com\",\n                \"last_updated_timestamp\": \"2023-12-10T09:00:00Z\",\n                \"last_updated_by\": \"user@demo.com\"\n            }\n        ],\n        \"notes\": [\n            {\n                \"id\": 379,\n                \"subject\": \"SUBJECT\",\n                \"note\": \"NOTE\",\n                \"active\": 1,\n                \"internal_only\": 1,\n                \"is_facility_note\": 0,\n                \"created_timestamp\": \"2023-12-10T08:46:04Z\",\n                \"created_by\": \"user@demo.com\",\n                \"last_updated_timestamp\": \"2023-12-10T09:00:00Z\",\n                \"last_updated_by\": \"user@demo.com\"\n            },\n            {\n                \"id\": 381,\n                \"subject\": \"SUBJECT\",\n                \"note\": \"NOTE\",\n                \"active\": 1,\n                \"internal_only\": 1,\n                \"is_facility_note\": 0,\n                \"created_timestamp\": \"2023-12-10T08:46:04Z\",\n                \"created_by\": \"user@demo.com\",\n                \"last_updated_timestamp\": \"2023-12-10T09:00:00Z\",\n                \"last_updated_by\": \"user@demo.com\"\n            }\n        ]\n    }\n}"}],"_postman_id":"c40212c5-3bcd-46c1-9e34-5be4811a9f91"},{"name":"GetOrderPaymentTerm","id":"707930f6-92e9-47c3-aa20-c60b9deea7ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"GET","header":[{"key":"FacilityID","value":"{{facility_id}}"}],"url":"https://app.flourishsoftware.com/external/api/v1/order-payment-terms/{{order_payment_term_id}}","description":"<p>Fetch an order payment term by its ID</p>\n","urlObject":{"path":["v1","order-payment-terms","{{order_payment_term_id}}"],"host":["https://app.flourishsoftware.com/external/api"],"query":[],"variable":[]}},"response":[{"id":"95b4ca4c-5ad6-4672-afb7-20d21a08c37a","name":"GetOrderPaymentTerm","originalRequest":{"method":"GET","header":[{"key":"FacilityID","value":"58b9b09d280e20ea24a126bb"}],"url":"https://app.flourishsoftware.com/external/api/v1/order-payment-terms/21"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"data\": {\n        \"order_payment_term_id\": 21,\n        \"order_payment_term\": \"Net 10\",\n        \"due_num_days\": 10,\n        \"due_day_of_month\": 0,\n        \"due_next_month_cond_num_days\": 0\n    }\n}"}],"_postman_id":"707930f6-92e9-47c3-aa20-c60b9deea7ee"},{"name":"GetOrderPaymentTerms","id":"8324abeb-314d-4270-a958-32d372189524","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"GET","header":[{"key":"FacilityID","value":"{{facility_id}}"}],"url":"https://app.flourishsoftware.com/external/api/v1/order-payment-terms","description":"<p>Get order payment terms for a company, filterable by query parameters.</p>\n","urlObject":{"path":["v1","order-payment-terms"],"host":["https://app.flourishsoftware.com/external/api"],"query":[{"disabled":true,"key":"limit","value":"50"},{"disabled":true,"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>Filter results by payment term name. Can be passed multiple times to return multiple results</p>\n","type":"text/plain"},"key":"order_payment_term","value":"cod"},{"disabled":true,"description":{"content":"<p>Filter results by pattern matching against payment term name. Can only pass a single value.</p>\n","type":"text/plain"},"key":"search","value":"net"}],"variable":[]}},"response":[{"id":"2152404d-84e3-4d83-8ccc-f0f37c881192","name":"GetOrderPaymentTerms","originalRequest":{"method":"GET","header":[{"key":"FacilityID","value":"58b9b09d280e20ea24a126bb"}],"url":{"raw":"https://app.flourishsoftware.com/external/api/v1/order-payment-terms?search=net","host":["https://app.flourishsoftware.com/external/api"],"path":["v1","order-payment-terms"],"query":[{"key":"search","value":"net"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"meta\": {\n        \"total\": 4,\n        \"offset\": 0,\n        \"limit\": 50,\n        \"count\": 4,\n        \"next\": \"\"\n    },\n    \"data\": [\n        {\n            \"order_payment_term_id\": 6,\n            \"order_payment_term\": \"Net 7\",\n            \"due_num_days\": 7,\n            \"due_day_of_month\": 0,\n            \"due_next_month_cond_num_days\": 0\n        },\n        {\n            \"order_payment_term_id\": 21,\n            \"order_payment_term\": \"Net 10\",\n            \"due_num_days\": 10,\n            \"due_day_of_month\": 0,\n            \"due_next_month_cond_num_days\": 0\n        },\n        {\n            \"order_payment_term_id\": 24,\n            \"order_payment_term\": \"Net 30\",\n            \"due_num_days\": 30,\n            \"due_day_of_month\": 0,\n            \"due_next_month_cond_num_days\": 0\n        },\n        {\n            \"order_payment_term_id\": 67,\n            \"order_payment_term\": \"Net 60\",\n            \"due_num_days\": 60,\n            \"due_day_of_month\": 0,\n            \"due_next_month_cond_num_days\": 0\n        }\n    ]\n}"}],"_postman_id":"8324abeb-314d-4270-a958-32d372189524"},{"name":"PostOrderPaymentTerms","id":"91c43094-9eb8-476f-be8f-6fb363fceff0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"POST","header":[{"key":"FacilityID","value":"{{facility_id}}"}],"body":{"mode":"raw","raw":"{\n    \"order_payment_term\": \"Net 20\",\n    \"due_num_days\": 20\n}","options":{"raw":{"language":"json"}}},"url":"https://app.flourishsoftware.com/external/api/v1/order-payment-terms","description":"<p>Create an order payment term for a company.</p>\n<p>Request body fields:</p>\n<ul>\n<li><code>order_payment_term</code>: string <strong>[REQUIRED]</strong><ul>\n<li>The name of the payment term to create</li>\n</ul>\n</li>\n<li><code>due_num_days</code>: integer<ul>\n<li>The number of days after the invoice is issued when payment is due</li>\n</ul>\n</li>\n<li><code>due_day_of_month</code>: integer<ul>\n<li>The standard day of the month when payments are due, e.g. 1 for the first of every month</li>\n</ul>\n</li>\n<li><code>due_next_month_cond_num_days</code>: integer<ul>\n<li>If the invoice is issued within a certain number of days of the standard <code>due_day_of_month</code>, then payment is expected the following month</li>\n</ul>\n</li>\n</ul>\n<p><strong>Note</strong>: Either <code>due_num_days</code> by itself <strong>OR</strong> <code>due_day_of_month</code> and <code>due_next_month_cond_num_days</code> together should be passed in the request.</p>\n","urlObject":{"path":["v1","order-payment-terms"],"host":["https://app.flourishsoftware.com/external/api"],"query":[],"variable":[]}},"response":[{"id":"bd20d0e7-9111-4a28-9fb2-71d11dbcc363","name":"PostOrderPaymentTerm","originalRequest":{"method":"POST","header":[{"key":"FacilityID","value":"58b9b09d280e20ea24a126bb"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"order_payment_term\": \"Net 20\",\n    \"due_num_days\": 20\n}","options":{"raw":{"language":"json"}}},"url":"https://app.flourishsoftware.com/external/api/v1/order-payment-terms"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"data\": {\n        \"order_payment_term_id\": 71,\n        \"order_payment_term\": \"Net 20\",\n        \"due_num_days\": 20,\n        \"due_day_of_month\": 0,\n        \"due_next_month_cond_num_days\": 0\n    }\n}"}],"_postman_id":"91c43094-9eb8-476f-be8f-6fb363fceff0"},{"name":"GetSalesReps","event":[{"listen":"test","script":{"id":"b10449b6-5774-48bb-ab8d-0d0d290c2f6d","exec":["pm.test(\"Status code is 200\", function() {\r","pm.response.to.have.status(200);\r","}\r",")"],"type":"text/javascript"}}],"id":"597cf28c-363f-4c6c-9d2a-452df59845b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"GET","header":[{"key":"FacilityID","value":"{{facilityID}}"}],"url":"https://app.flourishsoftware.com/external/api/v1/sales-reps","description":"<p>Gets the sales reps that are available for a given <code>FacilityID</code> sent in the header of the request.</p>\n","urlObject":{"path":["v1","sales-reps"],"host":["https://app.flourishsoftware.com/external/api"],"query":[{"disabled":true,"description":{"content":"<p>Number of items to return.</p>\n","type":"text/plain"},"key":"Limit","value":""},{"disabled":true,"description":{"content":"<p>Offset of items to return.</p>\n","type":"text/plain"},"key":"Offset","value":""}],"variable":[]}},"response":[{"id":"4431a289-8732-4065-ac62-1ecea3fd20fb","name":"GetSalesReps","originalRequest":{"method":"GET","header":[],"url":"https://app.flourishsoftware.com/external/api/v1/sales-reps"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Date","value":"Mon, 19 Aug 2019 04:36:04 GMT"},{"key":"Content-Length","value":"708"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"meta\": {\n        \"total\": 19,\n        \"offset\": 0,\n        \"limit\": 50,\n        \"count\": 19,\n        \"next\": \"\"\n    },\n    \"data\": [\n        {\n            \"sales_rep_id\": 1,\n            \"first_name\": \"Eric\",\n            \"middle_name\": \"\",\n            \"last_name\": \"Grossman\",\n            \"phone_number\": \"\",\n            \"email\": null,\n            \"facility_id\": null,\n            \"active\": true,\n            \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2020-09-01T11:08:19Z\",\n            \"created_by\": \"cg_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2018-10-17T13:37:24Z\"\n        },\n        {\n            \"sales_rep_id\": 7,\n            \"first_name\": \"Priyanka\",\n            \"middle_name\": null,\n            \"last_name\": \"Thakkar\",\n            \"phone_number\": null,\n            \"email\": null,\n            \"facility_id\": null,\n            \"active\": true,\n            \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2020-10-09T13:32:36Z\",\n            \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2020-10-09T13:32:36Z\"\n        },\n        {\n            \"sales_rep_id\": 8,\n            \"first_name\": \"esee\",\n            \"middle_name\": null,\n            \"last_name\": \"eeee\",\n            \"phone_number\": \"09601781363\",\n            \"email\": null,\n            \"facility_id\": null,\n            \"active\": true,\n            \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2021-01-27T10:15:32Z\",\n            \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2020-10-21T07:47:29Z\"\n        },\n        {\n            \"sales_rep_id\": 11,\n            \"first_name\": \"tester_1\",\n            \"middle_name\": \"tester_2\",\n            \"last_name\": \"tester_#\",\n            \"phone_number\": null,\n            \"email\": null,\n            \"facility_id\": null,\n            \"active\": true,\n            \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2020-10-22T15:18:38Z\",\n            \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2020-10-22T15:18:38Z\"\n        },\n        {\n            \"sales_rep_id\": 16,\n            \"first_name\": \"UAT Grow Demo Company\",\n            \"middle_name\": \"\",\n            \"last_name\": \"Manufacturing\",\n            \"phone_number\": null,\n            \"email\": \"nmalchy_asc1@flourishsoftware.com\",\n            \"facility_id\": null,\n            \"active\": true,\n            \"last_updated_by\": \"nmalchy@flourishsoftware.com_as_badams_demo@f\",\n            \"last_updated_timestamp\": \"2022-02-16T21:35:14Z\",\n            \"created_by\": \"nmalchy@flourishsoftware.com_as_badams_demo@f\",\n            \"created_timestamp\": \"2022-02-16T21:24:09Z\"\n        }\n    ]\n}"}],"_postman_id":"597cf28c-363f-4c6c-9d2a-452df59845b2"}],"id":"8a906c81-efca-4843-a7f0-f83b64ccdaf5","auth":{"type":"noauth","isInherited":false},"_postman_id":"8a906c81-efca-4843-a7f0-f83b64ccdaf5","description":""},{"name":"Lab Test Results","item":[{"name":"GetLabTestResult V1","id":"285ab948-ebb6-4242-a739-cc96f56584ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"GET","header":[],"url":"https://app.flourishsoftware.com/external/api/v1/lab-test-results/:lab_test_result_id","description":"<p>Get details about a lab test result from a given <code>lab_test_result_id</code>.</p>\n","urlObject":{"path":["v1","lab-test-results",":lab_test_result_id"],"host":["https://app.flourishsoftware.com/external/api"],"query":[],"variable":[{"description":{"content":"<p>The (integer) Flourish lab test result ID</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"lab_test_result_id"}]}},"response":[{"id":"c0a4d372-134c-450a-8daf-ed0b6b4eb426","name":"GetLabTestResult","originalRequest":{"method":"GET","header":[],"url":"https://app.flourishsoftware.com/external/api/v1/lab-test-results/1183"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 21 Aug 2019 13:16:35 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=Ia7u1XUqfbkhm5Lhpq+6zn6HhT0KGSSITaP7x5Jiu/xKxSykqj0l3Vu8N11ZNOY2e2eJn3we2sENn5iBGgVBo2Ssql+6htdZBl67gnlvAPJ4cLs8dxKhcmTwkheWLANVxWnavvGBgVV1pkGxD9/mYMWzrboVERR0NRmPQYRORR8N/uCFbnwfK9fh/x6mtg==; Expires=Wed, 28 Aug 2019 13:16:35 GMT; Path=/"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"data\": {\n        \"lab_test_result_id\": 1183,\n        \"source_package_id\": \"CF240000001\",\n        \"lot_number\": \"ACKM2402\",\n        \"sample_package_id\": \"CF240000001\",\n        \"sample_analyzed_timestamp\": \"2023-01-13T08:00:00Z\",\n        \"laboratory_id\": \"971bbe9f\",\n        \"lab_test_id\": \"23A0059-02\",\n        \"thc_percentage\": 20.7,\n        \"delta_9_thc_percentage\": 0.24,\n        \"cbd_percentage\": 0.07,\n        \"base_cbd_percentage\": null,\n        \"cbda_percentage\": 0.08,\n        \"cbdn_percentage\": null,\n        \"thca_percentage\": 23.33,\n        \"tac_percentage\": null,\n        \"cbg_percentage\": 0.11,\n        \"cbn_percentage\": null,\n        \"moisture_percentage\": null,\n        \"has_pesticides\": 0,\n        \"has_solvents\": 0,\n        \"is_final\": 1,\n        \"lab_test_result_status_id\": 20,\n        \"origin_facility_id\": \"595ab07b7a5484d16424a686\",\n        \"origin_id\": null,\n        \"origin_type_id\": 1,\n        \"pdf_url_1\": null,\n        \"last_updated_by\": \"cg_demo@flourishsoftware.com\",\n        \"last_updated_timestamp\": \"2024-02-27T20:41:38Z\",\n        \"created_by\": \"htuteja@flourishsoftware.com\",\n        \"created_timestamp\": \"2024-02-16T19:03:50Z\",\n        \"cbdv_percentage\": null,\n        \"delta_8_thc_percentage\": null,\n        \"thcv_percentage\": 0.15,\n        \"alpha_bisabolol_percentage\": null,\n        \"alpha_humulene_percentage\": null,\n        \"alpha_phellandrene_percentage\": null,\n        \"alpha_pinene_percentage\": null,\n        \"alpha_terpinene_percentage\": null,\n        \"bergamotene_percentage\": null,\n        \"beta_caryophyllene_percentage\": null,\n        \"beta_pinene_percentage\": null,\n        \"borneol_percentage\": null,\n        \"camphene_percentage\": null,\n        \"camphor_percentage\": null,\n        \"cedrene_percentage\": null,\n        \"delta_3_carene_percentage\": null,\n        \"eucalyptol_percentage\": null,\n        \"farnesene_percentage\": null,\n        \"fenchol_percentage\": null,\n        \"geraniol_percentage\": null,\n        \"geranyl_acetate_percentage\": null,\n        \"guaiol_percentage\": null,\n        \"isopulegol_percentage\": null,\n        \"limonene_percentage\": null,\n        \"linalool_percentage\": null,\n        \"menthol_percentage\": null,\n        \"myrcene_percentage\": null,\n        \"nerolidol_percentage\": null,\n        \"ocimene_percentage\": null,\n        \"octanol_percentage\": null,\n        \"p_cymene_percentage\": null,\n        \"phytol_percentage\": null,\n        \"pulegone_percentage\": null,\n        \"sabinene_percentage\": null,\n        \"terpineol_percentage\": null,\n        \"terpinolene_percentage\": null,\n        \"valencene_percentage\": null,\n        \"cbc_percentage\": null,\n        \"cbca_percentage\": null,\n        \"cbcv_percentage\": null,\n        \"cbdva_percentage\": null,\n        \"cbga_percentage\": 0.64,\n        \"cbgm_percentage\": null,\n        \"cbgv_percentage\": null,\n        \"cbl_percentage\": null,\n        \"cbnd_percentage\": null,\n        \"cbt_percentage\": null,\n        \"delta_8_thca_percentage\": null,\n        \"delta_9_thca_percentage\": null,\n        \"thcva_percentage\": null,\n        \"alpha_bisabolene_percentage\": null,\n        \"alpha_terpineol_percentage\": null,\n        \"beta_phellandrene_percentage\": null,\n        \"citronellol_percentage\": null,\n        \"eugenol_percentage\": null,\n        \"gamma_terpinene_percentage\": null,\n        \"isovaleric_acid_percentage\": null,\n        \"limonene_oxide_percentage\": null,\n        \"menthofuran_percentage\": null,\n        \"methyl_chavicol_percentage\": null,\n        \"nerol_percentage\": null,\n        \"piperitone_percentage\": null,\n        \"verbenol_percentage\": null,\n        \"vetivenene_percentage\": null,\n        \"ylangene_percentage\": null,\n        \"zingiberene_percentage\": null,\n        \"delta_10_thc_percentage\": null,\n        \"exo_thc_percentage\": null,\n        \"hhc_percentage\": null,\n        \"thc_o_acetate_percentage\": null,\n        \"agarospirol_percentage\": null,\n        \"alpha_amorphene_percentage\": null,\n        \"alpha_bulnesene_percentage\": null,\n        \"alpha_eudesmol_percentage\": null,\n        \"alpha_gurjunene_percentage\": null,\n        \"alpha_selinene_percentage\": null,\n        \"anethole_percentage\": null,\n        \"aromadendrene_percentage\": null,\n        \"beta_bisabolene_percentage\": null,\n        \"beta_elemene_percentage\": null,\n        \"beta_eudesmol_percentage\": null,\n        \"caryophyllene_oxide_percentage\": null,\n        \"citral_percentage\": null,\n        \"delta_guaiene_percentage\": null,\n        \"gamma_cadinene_percentage\": null,\n        \"hashishene_percentage\": null,\n        \"isoborneol_percentage\": null,\n        \"status\": \"Pass\"\n    }\n}"}],"_postman_id":"285ab948-ebb6-4242-a739-cc96f56584ca"},{"name":"GetLabTestResult V2","id":"158ef647-8f67-4e26-8b5d-356f25b1da10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"GET","header":[],"url":"https://app.flourishsoftware.com/external/api/v2/lab-test-results/:lab_test_result_id","description":"<p>Get details about a lab test result from a given <code>lab_test_result_id</code>.</p>\n","urlObject":{"path":["v2","lab-test-results",":lab_test_result_id"],"host":["https://app.flourishsoftware.com/external/api"],"query":[],"variable":[{"description":{"content":"<p>The (integer) Flourish lab test result ID</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"lab_test_result_id"}]}},"response":[{"id":"eafa9fb3-10db-4a2a-84e1-762c9c9bdee4","name":"GetLabTestResult","originalRequest":{"method":"GET","header":[],"url":"https://app.flourishsoftware.com/external/api/v2/lab-test-results/1118"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 21 Aug 2019 13:16:35 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=Ia7u1XUqfbkhm5Lhpq+6zn6HhT0KGSSITaP7x5Jiu/xKxSykqj0l3Vu8N11ZNOY2e2eJn3we2sENn5iBGgVBo2Ssql+6htdZBl67gnlvAPJ4cLs8dxKhcmTwkheWLANVxWnavvGBgVV1pkGxD9/mYMWzrboVERR0NRmPQYRORR8N/uCFbnwfK9fh/x6mtg==; Expires=Wed, 28 Aug 2019 13:16:35 GMT; Path=/"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"data\": {\n        \"lab_test_result_id\": 1118,\n        \"source_package_id\": null,\n        \"lot_number\": \"07132020-ACKM-001\",\n        \"sample_package_id\": null,\n        \"sample_analyzed_timestamp\": \"2021-01-11T23:21:22Z\",\n        \"lab_results_s3_key_1\": null,\n        \"lab_results_s3_key_2\": null,\n        \"lab_results_s3_key_3\": null,\n        \"lab_results_s3_key_4\": null,\n        \"lab_results_s3_key_5\": null,\n        \"laboratory_id\": \"9ada82ca\",\n        \"lab_test_id\": \"1234\",\n        \"origin_facility_id\": \"\",\n        \"tac_percentage\": null,\n        \"cbd_percentage\": null,\n        \"base_cbd_percentage\": null,\n        \"cbda_percentage\": null,\n        \"cbdn_percentage\": null,\n        \"cbdv_percentage\": null,\n        \"thc_percentage\": 20,\n        \"delta_8_thc_percentage\": null,\n        \"delta_9_thc_percentage\": null,\n        \"thca_percentage\": null,\n        \"thcv_percentage\": null,\n        \"cbg_percentage\": null,\n        \"cbn_percentage\": null,\n        \"alpha_bisabolol_percentage\": null,\n        \"alpha_humulene_percentage\": null,\n        \"alpha_phellandrene_percentage\": null,\n        \"alpha_pinene_percentage\": null,\n        \"alpha_terpinene_percentage\": null,\n        \"bergamotene_percentage\": null,\n        \"beta_caryophyllene_percentage\": null,\n        \"beta_pinene_percentage\": null,\n        \"borneol_percentage\": null,\n        \"camphene_percentage\": null,\n        \"camphor_percentage\": null,\n        \"cedrene_percentage\": null,\n        \"delta_3_carene_percentage\": null,\n        \"eucalyptol_percentage\": null,\n        \"farnesene_percentage\": null,\n        \"fenchol_percentage\": null,\n        \"geraniol_percentage\": null,\n        \"geranyl_acetate_percentage\": null,\n        \"guaiol_percentage\": null,\n        \"isopulegol_percentage\": null,\n        \"limonene_percentage\": null,\n        \"linalool_percentage\": null,\n        \"menthol_percentage\": null,\n        \"myrcene_percentage\": null,\n        \"nerolidol_percentage\": null,\n        \"ocimene_percentage\": null,\n        \"octanol_percentage\": null,\n        \"p_cymene_percentage\": null,\n        \"phytol_percentage\": null,\n        \"pulegone_percentage\": null,\n        \"sabinene_percentage\": null,\n        \"terpineol_percentage\": null,\n        \"terpinolene_percentage\": null,\n        \"valencene_percentage\": null,\n        \"moisture_percentage\": null,\n        \"has_pesticides\": 0,\n        \"has_solvents\": 0,\n        \"has_heavymetals\": 0,\n        \"is_final\": 1,\n        \"lab_test_result_status_id\": 20,\n        \"origin_type_id\": 1,\n        \"pdf_url_1\": null,\n        \"last_updated_by\": \"jshea@flourishsoftware.com\",\n        \"last_updated_timestamp\": \"2021-01-11T23:21:49Z\",\n        \"created_by\": \"jshea@flourishsoftware.com\",\n        \"created_timestamp\": \"2021-01-11T23:21:49Z\",\n        \"lab_test_result_status\": \"Pass\",\n        \"origin_type_description\": \"\",\n        \"confirm_replace\": false,\n        \"expiration_date\": \"\",\n        \"external_id\": null,\n        \"external_package_id\": null,\n        \"product_name\": null,\n        \"product_category_name\": null,\n        \"overall_passed\": false,\n        \"revoked_date\": null,\n        \"result_released\": false,\n        \"result_released_date_time\": null\n    }\n}"}],"_postman_id":"158ef647-8f67-4e26-8b5d-356f25b1da10"},{"name":"GetLabTestResultPDFs","id":"a51d89d0-c948-4d6d-a3be-37469396cb74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"GET","header":[],"url":"https://app.flourishsoftware.com/external/api/v2/lab-test-results/pdf/:lab_test_result_id","description":"<p>Get S3 links to PDFs associated with a <code>lab_test_result_id</code>. The links expire in 5 minutes from time of generation so it is expected that the client downloads the assets shortly after generating the links.</p>\n","urlObject":{"path":["v2","lab-test-results","pdf",":lab_test_result_id"],"host":["https://app.flourishsoftware.com/external/api"],"query":[],"variable":[{"description":{"content":"<p>The (integer) Flourish lab test result ID</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"lab_test_result_id"}]}},"response":[{"id":"4a03d23f-0a1e-4bf1-a577-2fcd4258d80d","name":"GetLabTestResult","originalRequest":{"method":"GET","header":[],"url":"https://app.flourishsoftware.com/external/api/v2/lab-test-results/pdf/516"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 21 Aug 2019 13:16:35 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=Ia7u1XUqfbkhm5Lhpq+6zn6HhT0KGSSITaP7x5Jiu/xKxSykqj0l3Vu8N11ZNOY2e2eJn3we2sENn5iBGgVBo2Ssql+6htdZBl67gnlvAPJ4cLs8dxKhcmTwkheWLANVxWnavvGBgVV1pkGxD9/mYMWzrboVERR0NRmPQYRORR8N/uCFbnwfK9fh/x6mtg==; Expires=Wed, 28 Aug 2019 13:16:35 GMT; Path=/"}],"cookie":[],"responseTime":null,"body":"{\n    \"lab_results_s3_key_1\": \"https://lab-results-us-east-1.s3.amazonaws.com/5c1991b318fc4c7c6792789e/GART-20191001-011/Screenshot%20from%202019-04-19%2019-26-52.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAS65KT7XSMHTNBJED%2F20230711%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230711T212931Z&X-Amz-Expires=300&X-Amz-SignedHeaders=host&X-Amz-Signature=b486345f1fd6868802618997eb5c76d6c2e35ee00ed11d1f0136c76a28f720f4\",\n    \"lab_results_s3_key_2\": \"https://lab-results-us-east-1.s3.amazonaws.com/5c1991b318fc4c7c6792789e/GART-20191001-011/Screenshot%20from%202019-05-14%2015-31-29.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAS65KT7XSMHTNBJED%2F20230711%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230711T212931Z&X-Amz-Expires=300&X-Amz-SignedHeaders=host&X-Amz-Signature=d5fc56b862f07cbf08ee2c80402e2491b0151743ac6debbcae7f34ee2e6a3392\",\n    \"lab_results_s3_key_3\": \"https://lab-results-us-east-1.s3.amazonaws.com/5c1991b318fc4c7c6792789e/GART-20191001-011/Screenshot%20from%202019-05-02%2017-52-08.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAS65KT7XSMHTNBJED%2F20230711%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230711T212931Z&X-Amz-Expires=300&X-Amz-SignedHeaders=host&X-Amz-Signature=d445a4908f5d548783fabddf144429933a138d2964fa2c518353e3bb49c019c2\",\n    \"lab_results_s3_key_4\": null,\n    \"lab_results_s3_key_5\": null\n}"}],"_postman_id":"a51d89d0-c948-4d6d-a3be-37469396cb74"},{"name":"GetLabTestResultPDFQRCodeV2","id":"12429d9c-3f89-426a-bac2-afc7b0555524","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"GET","header":[],"url":"https://app.flourishsoftware.com/external/api/v2/lab-test-results/pdf/qrcode/:lab_test_qr_code","description":"<p>Gets a PDF link for a lab test COA for a given <code>lab_test_qr_code</code>. Also returns the lab test result ID associated with the QR code for looking up further information.</p>\n","urlObject":{"path":["v2","lab-test-results","pdf","qrcode",":lab_test_qr_code"],"host":["https://app.flourishsoftware.com/external/api"],"query":[],"variable":[{"description":{"content":"<p>The (string) QR code associated with the lab test result COA</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"lab_test_qr_code"}]}},"response":[{"id":"5a88313c-015e-4921-9e45-9b74a8009ce0","name":"GetLabTestResultPDFQRCodeV2Result","originalRequest":{"method":"GET","header":[],"url":"https://app.flourishsoftware.com/external/api/v2/lab-test-results/pdf/PE22BW1JYA6"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 21 Aug 2019 13:16:35 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=Ia7u1XUqfbkhm5Lhpq+6zn6HhT0KGSSITaP7x5Jiu/xKxSykqj0l3Vu8N11ZNOY2e2eJn3we2sENn5iBGgVBo2Ssql+6htdZBl67gnlvAPJ4cLs8dxKhcmTwkheWLANVxWnavvGBgVV1pkGxD9/mYMWzrboVERR0NRmPQYRORR8N/uCFbnwfK9fh/x6mtg==; Expires=Wed, 28 Aug 2019 13:16:35 GMT; Path=/"}],"cookie":[],"responseTime":null,"body":"{\n    \"lab_results_s3_key\": \"https://lab-results-us-west-2.s3.us-west-2.amazonaws.com/595ab07b7a5484d16424a686/020-1017571CD57/Lot%20020-1017571CD57%20-%20Flower.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAS65KT7XSDWYRUZPS%2F20240117%2Fus-west-2%2Fs3%2Faws4_request&X-Amz-Date=20240117T174008Z&X-Amz-Expires=300&X-Amz-SignedHeaders=host&X-Amz-Signature=e73d6d2753ea664bae927a7219f287a6bf76f7c77097f6deaaeb6c6e6a74335f\",\n    \"lab_results_lab_test_result_id\": 1174\n}"}],"_postman_id":"12429d9c-3f89-426a-bac2-afc7b0555524"},{"name":"GetLabTestResults V1","event":[{"listen":"test","script":{"id":"72a3f9c3-7ed0-4f64-bb98-345b0d99b8d8","exec":["pm.test(\"Status code is 200\", function() {\r","pm.response.to.have.status(200);\r","}\r",")"],"type":"text/javascript","packages":{}}}],"id":"af25ead5-6736-417d-8118-71f194ca4c15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"GET","header":[],"url":"https://app.flourishsoftware.com/external/api/v1/lab-test-results","description":"<p>Get lab test results.</p>\n","urlObject":{"path":["v1","lab-test-results"],"host":["https://app.flourishsoftware.com/external/api"],"query":[{"disabled":true,"key":"limit","value":"50"},{"disabled":true,"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>ID of the lab test result record.</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"lab_test_result_id","value":"3473"},{"disabled":true,"description":{"content":"<p>Package ID of the associated source package.</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"source_package_id","value":"1a2b3c"},{"disabled":true,"description":{"content":"<p>Lot number of the associated lot.</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"lot_number","value":"Davy Jones - FL3 - 2022"},{"disabled":true,"description":{"content":"<p>Package ID of the assicated sample package used for the test.</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"sample_package_id","value":"1a2b3c"},{"disabled":true,"description":{"content":"<p>ID of the laboratory that performed the test.</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"laboratory_id","value":"laba-id321"},{"disabled":true,"description":{"content":"<p>ID of the specific lab test result.</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"lab_test_id","value":"laba-id321a"},{"disabled":true,"description":{"content":"<p>Status of the lab test.</p>\n<p>Options: Pass, In-Progress, Fail</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"lab_test_result_status","value":"pass"},{"disabled":true,"description":{"content":"<p>Only include results with a smaller TAC percentage.</p>\n<p>type: [float]</p>\n","type":"text/plain"},"key":"tac_percentage_lt","value":"10"},{"disabled":true,"description":{"content":"<p>Only indclude results with a larget TAC percentage.</p>\n<p>type: [float]</p>\n","type":"text/plain"},"key":"tac_percentage_gt","value":"5"},{"disabled":true,"description":{"content":"<p>Only include results with a smaller THC percentage.</p>\n<p>type: [float]</p>\n","type":"text/plain"},"key":"thc_percentage_lt","value":"10"},{"disabled":true,"description":{"content":"<p>Only include results with a larger THC percentage.</p>\n<p>type: [float]</p>\n","type":"text/plain"},"key":"thc_percentage_gt","value":"5"},{"disabled":true,"description":{"content":"<p>Only include results with a smaller CBD percentage.</p>\n<p>type: [float]</p>\n","type":"text/plain"},"key":"cbd_percentage_lt","value":"10"},{"disabled":true,"description":{"content":"<p>Only include results with a larger CBD percentage.</p>\n<p>type: [float]</p>\n","type":"text/plain"},"key":"cbd_percentage_gt","value":"5"},{"disabled":true,"description":{"content":"<p>Only include results with a smaller CBDA percentage.</p>\n<p>type: [float]</p>\n","type":"text/plain"},"key":"cbda_percentage_lt","value":"10"},{"disabled":true,"description":{"content":"<p>Only include results with a larger CBDA percentage.</p>\n<p>type: [float]</p>\n","type":"text/plain"},"key":"cbda_percentage_gt","value":"5"},{"disabled":true,"description":{"content":"<p>Only include results with a smaller CBDN percentage.</p>\n<p>type: [float]</p>\n","type":"text/plain"},"key":"cbdn_percentage_lt","value":"10"},{"disabled":true,"description":{"content":"<p>Only include results with a larger CBDN percentage.</p>\n<p>type: [float]</p>\n","type":"text/plain"},"key":"cbdn_percentage_gt","value":"5"},{"disabled":true,"description":{"content":"<p>Only include results with a smaller CBG percentage.</p>\n<p>type: [float]</p>\n","type":"text/plain"},"key":"cbg_percentage_lt","value":"10"},{"disabled":true,"description":{"content":"<p>Only include results with a larger CBG percentage.</p>\n<p>type: [float]</p>\n","type":"text/plain"},"key":"cbg_percentage_gt","value":"5"},{"disabled":true,"description":{"content":"<p>Only include results with a smaller CBN percentage.</p>\n<p>type: [float]</p>\n","type":"text/plain"},"key":"cbn_percentage_lt","value":"10"},{"disabled":true,"description":{"content":"<p>Only include results with a larger CBN percentage.</p>\n<p>type: [float]</p>\n","type":"text/plain"},"key":"cbn_percentage_gt","value":"5"},{"disabled":true,"description":{"content":"<p>Only include results with this pesticides status.</p>\n<p>type: [boolean</p>\n","type":"text/plain"},"key":"has_pesticides","value":"true"},{"disabled":true,"description":{"content":"<p>Only include results with this solvent status.</p>\n<p>type: [boolean]</p>\n","type":"text/plain"},"key":"has_solvents","value":"false"},{"disabled":true,"description":{"content":"<p>Only include results whose status is the final status, which will not be modified in the future.</p>\n<p>type: [boolean]</p>\n","type":"text/plain"},"key":"is_final","value":"true"},{"disabled":true,"description":{"content":"<p>Date/time result record was created, range start.</p>\n<p>type: [datetime]</p>\n","type":"text/plain"},"key":"created_timestamp_start","value":"2020-01-02T15:04:05.000Z"},{"disabled":true,"description":{"content":"<p>Date/time result record was created, range end.</p>\n<p>type: [datetime]</p>\n","type":"text/plain"},"key":"created_timestamp_end","value":"2020-01-03T15:04:05.000Z"},{"disabled":true,"description":{"content":"<p>Date/time result record was last updated, range start.</p>\n<p>type: [datetime]</p>\n","type":"text/plain"},"key":"last_updated_timestamp_start","value":"2020-01-02T15:04:05.000Z"},{"disabled":true,"description":{"content":"<p>Date/time result record was last updated, range end.</p>\n<p>type: [datetime]</p>\n","type":"text/plain"},"key":"last_updated_timestamp_end","value":"2020-01-03T15:04:05.000Z"},{"disabled":true,"description":{"content":"<p>Date/time result was analyzed, range start.</p>\n<p>type: [datetime]</p>\n","type":"text/plain"},"key":"sample_analyzed_timestamp_start","value":"2020-01-02T15:04:05.000Z"},{"disabled":true,"description":{"content":"<p>Date/time result was analyzed, range end.</p>\n<p>type: [datetime]</p>\n","type":"text/plain"},"key":"sample_analyzed_timestamp_end","value":"2020-01-03T15:04:05.000Z"}],"variable":[]}},"response":[{"id":"984735d0-aa64-4437-9d42-c3aa6e682e8a","name":"GetLabTestResults","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.flourishsoftware.com/external/api/v1/lab-test-results?limit=2","host":["https://app.flourishsoftware.com/external/api"],"path":["v1","lab-test-results"],"query":[{"key":"limit","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"openresty/1.15.8.1"},{"key":"Date","value":"Thu, 10 Oct 2019 14:47:11 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"meta\": {\n        \"total\": 805,\n        \"offset\": 0,\n        \"limit\": 2,\n        \"count\": 2,\n        \"next\": \"http://app.flourishsoftware.com/external/api/v1/lab-test-results?offset=2&limit=2\"\n    },\n    \"data\": [\n        {\n            \"lab_test_result_id\": 1,\n            \"source_package_id\": \"20180214-004\",\n            \"lot_number\": null,\n            \"sample_package_id\": null,\n            \"sample_analyzed_timestamp\": \"2018-02-14T19:38:30Z\",\n            \"laboratory_id\": \"F1-1-6\",\n            \"lab_test_id\": \"5465687687\",\n            \"thc_percentage\": 21,\n            \"delta_9_thc_percentage\": null,\n            \"cbd_percentage\": 0.05,\n            \"base_cbd_percentage\": null,\n            \"cbda_percentage\": 0,\n            \"cbdn_percentage\": 0,\n            \"thca_percentage\": 0,\n            \"tac_percentage\": null,\n            \"cbg_percentage\": null,\n            \"cbn_percentage\": null,\n            \"moisture_percentage\": null,\n            \"has_pesticides\": 0,\n            \"has_solvents\": 0,\n            \"is_final\": 1,\n            \"lab_test_result_status_id\": 20,\n            \"origin_facility_id\": \"595ab07b7a5484d16424a686\",\n            \"origin_id\": 1,\n            \"origin_type_id\": 1,\n            \"pdf_url_1\": null,\n            \"last_updated_by\": \"cg_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2023-04-04T03:12:46Z\",\n            \"created_by\": \"cg_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2018-02-14T19:38:22Z\",\n            \"cbdv_percentage\": null,\n            \"delta_8_thc_percentage\": null,\n            \"thcv_percentage\": null,\n            \"alpha_bisabolol_percentage\": null,\n            \"alpha_humulene_percentage\": null,\n            \"alpha_phellandrene_percentage\": null,\n            \"alpha_pinene_percentage\": null,\n            \"alpha_terpinene_percentage\": null,\n            \"bergamotene_percentage\": null,\n            \"beta_caryophyllene_percentage\": null,\n            \"beta_pinene_percentage\": null,\n            \"borneol_percentage\": null,\n            \"camphene_percentage\": null,\n            \"camphor_percentage\": null,\n            \"cedrene_percentage\": null,\n            \"delta_3_carene_percentage\": null,\n            \"eucalyptol_percentage\": null,\n            \"farnesene_percentage\": null,\n            \"fenchol_percentage\": null,\n            \"geraniol_percentage\": null,\n            \"geranyl_acetate_percentage\": null,\n            \"guaiol_percentage\": null,\n            \"isopulegol_percentage\": null,\n            \"limonene_percentage\": null,\n            \"linalool_percentage\": null,\n            \"menthol_percentage\": null,\n            \"myrcene_percentage\": null,\n            \"nerolidol_percentage\": null,\n            \"ocimene_percentage\": null,\n            \"octanol_percentage\": null,\n            \"p_cymene_percentage\": null,\n            \"phytol_percentage\": null,\n            \"pulegone_percentage\": null,\n            \"sabinene_percentage\": null,\n            \"terpineol_percentage\": null,\n            \"terpinolene_percentage\": null,\n            \"valencene_percentage\": null,\n            \"cbc_percentage\": null,\n            \"cbca_percentage\": null,\n            \"cbcv_percentage\": null,\n            \"cbdva_percentage\": null,\n            \"cbga_percentage\": null,\n            \"cbgm_percentage\": null,\n            \"cbgv_percentage\": null,\n            \"cbl_percentage\": null,\n            \"cbnd_percentage\": null,\n            \"cbt_percentage\": null,\n            \"delta_8_thca_percentage\": null,\n            \"delta_9_thca_percentage\": null,\n            \"thcva_percentage\": null,\n            \"alpha_bisabolene_percentage\": null,\n            \"alpha_terpineol_percentage\": null,\n            \"beta_phellandrene_percentage\": null,\n            \"citronellol_percentage\": null,\n            \"eugenol_percentage\": null,\n            \"gamma_terpinene_percentage\": null,\n            \"isovaleric_acid_percentage\": null,\n            \"limonene_oxide_percentage\": null,\n            \"menthofuran_percentage\": null,\n            \"methyl_chavicol_percentage\": null,\n            \"nerol_percentage\": null,\n            \"piperitone_percentage\": null,\n            \"verbenol_percentage\": null,\n            \"vetivenene_percentage\": null,\n            \"ylangene_percentage\": null,\n            \"zingiberene_percentage\": null,\n            \"delta_10_thc_percentage\": null,\n            \"exo_thc_percentage\": null,\n            \"hhc_percentage\": null,\n            \"thc_o_acetate_percentage\": null,\n            \"agarospirol_percentage\": null,\n            \"alpha_amorphene_percentage\": null,\n            \"alpha_bulnesene_percentage\": null,\n            \"alpha_eudesmol_percentage\": null,\n            \"alpha_gurjunene_percentage\": null,\n            \"alpha_selinene_percentage\": null,\n            \"anethole_percentage\": null,\n            \"aromadendrene_percentage\": null,\n            \"beta_bisabolene_percentage\": null,\n            \"beta_elemene_percentage\": null,\n            \"beta_eudesmol_percentage\": null,\n            \"caryophyllene_oxide_percentage\": null,\n            \"citral_percentage\": null,\n            \"delta_guaiene_percentage\": null,\n            \"gamma_cadinene_percentage\": null,\n            \"hashishene_percentage\": null,\n            \"isoborneol_percentage\": null,\n            \"status\": \"Pass\"\n        },\n        {\n            \"lab_test_result_id\": 2,\n            \"source_package_id\": \"20180215-004\",\n            \"lot_number\": null,\n            \"sample_package_id\": null,\n            \"sample_analyzed_timestamp\": \"2018-02-15T23:02:11Z\",\n            \"laboratory_id\": \"F1-1-6\",\n            \"lab_test_id\": \"5678657687\",\n            \"thc_percentage\": 0.5,\n            \"delta_9_thc_percentage\": null,\n            \"cbd_percentage\": 17,\n            \"base_cbd_percentage\": null,\n            \"cbda_percentage\": 0,\n            \"cbdn_percentage\": 0,\n            \"thca_percentage\": 0,\n            \"tac_percentage\": null,\n            \"cbg_percentage\": null,\n            \"cbn_percentage\": null,\n            \"moisture_percentage\": null,\n            \"has_pesticides\": 1,\n            \"has_solvents\": 1,\n            \"is_final\": 1,\n            \"lab_test_result_status_id\": 20,\n            \"origin_facility_id\": \"595ab07b7a5484d16424a686\",\n            \"origin_id\": 2,\n            \"origin_type_id\": 1,\n            \"pdf_url_1\": null,\n            \"last_updated_by\": \"cg_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2023-04-04T03:12:46Z\",\n            \"created_by\": \"cg_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2018-02-15T22:59:59Z\",\n            \"cbdv_percentage\": null,\n            \"delta_8_thc_percentage\": null,\n            \"thcv_percentage\": null,\n            \"alpha_bisabolol_percentage\": null,\n            \"alpha_humulene_percentage\": null,\n            \"alpha_phellandrene_percentage\": null,\n            \"alpha_pinene_percentage\": null,\n            \"alpha_terpinene_percentage\": null,\n            \"bergamotene_percentage\": null,\n            \"beta_caryophyllene_percentage\": null,\n            \"beta_pinene_percentage\": null,\n            \"borneol_percentage\": null,\n            \"camphene_percentage\": null,\n            \"camphor_percentage\": null,\n            \"cedrene_percentage\": null,\n            \"delta_3_carene_percentage\": null,\n            \"eucalyptol_percentage\": null,\n            \"farnesene_percentage\": null,\n            \"fenchol_percentage\": null,\n            \"geraniol_percentage\": null,\n            \"geranyl_acetate_percentage\": null,\n            \"guaiol_percentage\": null,\n            \"isopulegol_percentage\": null,\n            \"limonene_percentage\": null,\n            \"linalool_percentage\": null,\n            \"menthol_percentage\": null,\n            \"myrcene_percentage\": null,\n            \"nerolidol_percentage\": null,\n            \"ocimene_percentage\": null,\n            \"octanol_percentage\": null,\n            \"p_cymene_percentage\": null,\n            \"phytol_percentage\": null,\n            \"pulegone_percentage\": null,\n            \"sabinene_percentage\": null,\n            \"terpineol_percentage\": null,\n            \"terpinolene_percentage\": null,\n            \"valencene_percentage\": null,\n            \"cbc_percentage\": null,\n            \"cbca_percentage\": null,\n            \"cbcv_percentage\": null,\n            \"cbdva_percentage\": null,\n            \"cbga_percentage\": null,\n            \"cbgm_percentage\": null,\n            \"cbgv_percentage\": null,\n            \"cbl_percentage\": null,\n            \"cbnd_percentage\": null,\n            \"cbt_percentage\": null,\n            \"delta_8_thca_percentage\": null,\n            \"delta_9_thca_percentage\": null,\n            \"thcva_percentage\": null,\n            \"alpha_bisabolene_percentage\": null,\n            \"alpha_terpineol_percentage\": null,\n            \"beta_phellandrene_percentage\": null,\n            \"citronellol_percentage\": null,\n            \"eugenol_percentage\": null,\n            \"gamma_terpinene_percentage\": null,\n            \"isovaleric_acid_percentage\": null,\n            \"limonene_oxide_percentage\": null,\n            \"menthofuran_percentage\": null,\n            \"methyl_chavicol_percentage\": null,\n            \"nerol_percentage\": null,\n            \"piperitone_percentage\": null,\n            \"verbenol_percentage\": null,\n            \"vetivenene_percentage\": null,\n            \"ylangene_percentage\": null,\n            \"zingiberene_percentage\": null,\n            \"delta_10_thc_percentage\": null,\n            \"exo_thc_percentage\": null,\n            \"hhc_percentage\": null,\n            \"thc_o_acetate_percentage\": null,\n            \"agarospirol_percentage\": null,\n            \"alpha_amorphene_percentage\": null,\n            \"alpha_bulnesene_percentage\": null,\n            \"alpha_eudesmol_percentage\": null,\n            \"alpha_gurjunene_percentage\": null,\n            \"alpha_selinene_percentage\": null,\n            \"anethole_percentage\": null,\n            \"aromadendrene_percentage\": null,\n            \"beta_bisabolene_percentage\": null,\n            \"beta_elemene_percentage\": null,\n            \"beta_eudesmol_percentage\": null,\n            \"caryophyllene_oxide_percentage\": null,\n            \"citral_percentage\": null,\n            \"delta_guaiene_percentage\": null,\n            \"gamma_cadinene_percentage\": null,\n            \"hashishene_percentage\": null,\n            \"isoborneol_percentage\": null,\n            \"status\": \"Pass\"\n        }\n    ]\n}"}],"_postman_id":"af25ead5-6736-417d-8118-71f194ca4c15"},{"name":"PostLabTestResult","id":"e5185bdd-8af0-479a-9c6a-6646d7bc729e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n            \"source_package_id\": null,\n            \"lot_number\": \"Metta 2021.12.07\",\n            \"sample_package_id\": null,\n            \"sample_analyzed_timestamp\": \"2018-02-14T19:38:30Z\",\n            \"laboratory_id\": \"F1-1-6\",\n            \"lab_test_id\": \"5465687687\",\n            \"thc_percentage\": 29,\n            \"delta_9_thc_percentage\": null,\n            \"cbd_percentage\": 0.05,\n            \"base_cbd_percentage\": null,\n            \"cbda_percentage\": 0,\n            \"cbdn_percentage\": 0,\n            \"thca_percentage\": 0,\n            \"tac_percentage\": null,\n            \"cbg_percentage\": null,\n            \"cbn_percentage\": null,\n            \"moisture_percentage\": null,\n            \"has_pesticides\": 0,\n            \"has_solvents\": 0,\n            \"is_final\": 1,\n            \"lab_test_result_status_id\": 20,\n            \"origin_id\": 1,\n            \"origin_type_id\": 1,\n            \"pdf_url_1\": null,\n            \"status\": \"Pass\"\n        }","options":{"raw":{"language":"json"}}},"url":"https://app.flourishsoftware.com/external/api/v1/lab-test-results","description":"<p>Create a new lab test result.</p>\n","urlObject":{"path":["v1","lab-test-results"],"host":["https://app.flourishsoftware.com/external/api"],"query":[],"variable":[]}},"response":[{"id":"8fc1f306-1dd5-4eb3-aca9-4aac49bc8a08","name":"PostLabTestResult","originalRequest":{"method":"POST","header":[{"key":"FacilityID","value":"1a2b3c4d","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"source_package_id\": \"638\",\n  \"lot_number\": null,\n  \"sample_package_id\": \"GTCG1-20190404-001\",\n  \"sample_analyzed_timestamp\": \"2019-04-04T06:44:57Z\",\n  \"laboratory_id\": \"82649568\",\n  \"lab_test_id\": \"1259\",\n  \"tac_percentage\": 1.2,\n  \"thc_percentage\": 2.3,\n  \"cbd_percentage\": 3.4,\n  \"cbda_percentage\": 4.5,\n  \"cbdn_percentage\": 5.6,\n  \"cbg_percentage\": 6.7,\n  \"cbn_percentage\": 7.8,\n  \"thca_percentage\": 8.9,\n  \"has_pesticides\": 0,\n  \"has_solvents\": 1,\n  \"is_final\": 1,\n  \"status\": \"pass\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.flourishsoftware.com/external/api/v1/lab-test-results"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"data\": {\n        \"lab_test_result_id\": 2080,\n        \"source_package_id\": \"638\",\n        \"lot_number\": null,\n        \"sample_package_id\": \"GTCG1-20190404-001\",\n        \"sample_analyzed_timestamp\": \"2019-04-04T06:44:57Z\",\n        \"laboratory_id\": \"82649568\",\n        \"lab_test_id\": \"1259\",\n        \"tac_percentage\": 1.2,\n        \"thc_percentage\": 2.3,\n        \"cbd_percentage\": 3.4,\n        \"cbda_percentage\": 4.5,\n        \"cbdn_percentage\": 5.6,\n        \"cbg_percentage\": 6.7,\n        \"cbn_percentage\": 7.8,\n        \"thca_percentage\": null,\n        \"has_pesticides\": 0,\n        \"has_solvents\": 1,\n        \"is_final\": 1,\n        \"status_id\": 20,\n        \"last_updated_by\": \"joe@cannabatopia.com\",\n        \"last_updated_timestamp\": \"2020-09-30T16:34:35Z\",\n        \"created_by\": \"joe@cannabatopia.com\",\n        \"created_timestamp\": \"2020-09-30T16:34:35Z\",\n        \"status\": \"Pass\"  // should be one of pass, in-progress, fail\n    }\n}"}],"_postman_id":"e5185bdd-8af0-479a-9c6a-6646d7bc729e"},{"name":"PutLabTestResult","id":"a671eec5-0cc8-464e-b29f-97d533040ffb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n            \"lab_test_result_id\": 1157,\n            \"source_package_id\": \"CADEMCL-20210111-001\",\n            \"lot_number\": \"Metta 2021.12.07\",\n            \"sample_package_id\": null,\n            \"sample_analyzed_timestamp\": \"2018-02-14T19:38:30Z\",\n            \"laboratory_id\": \"F1-1-6\",\n            \"lab_test_id\": \"5465687687\",\n            \"thc_percentage\": 21,\n            \"delta_9_thc_percentage\": null,\n            \"cbd_percentage\": 0.05,\n            \"base_cbd_percentage\": null,\n            \"cbda_percentage\": 0,\n            \"cbdn_percentage\": 0,\n            \"thca_percentage\": 0,\n            \"tac_percentage\": null,\n            \"cbg_percentage\": null,\n            \"cbn_percentage\": null,\n            \"moisture_percentage\": null,\n            \"has_pesticides\": 0,\n            \"has_solvents\": 0,\n            \"is_final\": 1,\n            \"lab_test_result_status_id\": 20,\n            \"origin_id\": 1,\n            \"origin_type_id\": 1,\n            \"pdf_url_1\": null,\n            \"status\": \"Pass\"\n        }","options":{"raw":{"language":"json"}}},"url":"https://app.flourishsoftware.com/external/api/v1/lab-test-results/:lab_test_result_id","description":"<p>Update an existing lab test result by ID.</p>\n","urlObject":{"path":["v1","lab-test-results",":lab_test_result_id"],"host":["https://app.flourishsoftware.com/external/api"],"query":[],"variable":[{"description":{"content":"<p>The (integer) Flourish lab test result ID</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"lab_test_result_id"}]}},"response":[{"id":"157ccda0-f896-45e4-9956-5ef59c8f815f","name":"PutLabTestResult","originalRequest":{"method":"PUT","header":[{"key":"FacilityID","value":"1a2b3c4d","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"source_package_id\": \"638\",\n  \"lot_number\": null,\n  \"sample_package_id\": \"GTCG1-20190404-001\",\n  \"sample_analyzed_timestamp\": \"2019-04-04T06:44:57Z\",\n  \"laboratory_id\": \"82649568\",\n  \"lab_test_id\": \"1259\",\n  \"tac_percentage\": 1.2,\n  \"thc_percentage\": 2.3,\n  \"cbd_percentage\": 3.4,\n  \"cbda_percentage\": 4.5,\n  \"cbdn_percentage\": 5.6,\n  \"cbg_percentage\": 6.7,\n  \"cbn_percentage\": 7.8,\n  \"thca_percentage\": 8.9,\n  \"has_pesticides\": 0,\n  \"has_solvents\": 1,\n  \"is_final\": 1,\n  \"status\": \"pass\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.flourishsoftware.com/external/api/v1/lab-test-results/2080"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"data\": {\n        \"lab_test_result_id\": 2080,\n        \"source_package_id\": \"638\",\n        \"lot_number\": null,\n        \"sample_package_id\": \"GTCG1-20190404-001\",\n        \"sample_analyzed_timestamp\": \"2019-04-04T06:44:57Z\",\n        \"laboratory_id\": \"82649568\",\n        \"lab_test_id\": \"1259\",\n        \"tac_percentage\": 1.2,\n        \"thc_percentage\": 2.3,\n        \"cbd_percentage\": 3.4,\n        \"cbda_percentage\": 4.5,\n        \"cbdn_percentage\": 5.6,\n        \"cbg_percentage\": 6.7,\n        \"cbn_percentage\": 7.8,\n        \"thca_percentage\": null,\n        \"has_pesticides\": 0,\n        \"has_solvents\": 1,\n        \"is_final\": 1,\n        \"status_id\": 20,\n        \"last_updated_by\": \"\",\n        \"last_updated_timestamp\": \"2020-09-30T16:34:35Z\",\n        \"created_by\": \"\",\n        \"created_timestamp\": \"2020-09-30T16:34:35Z\",\n        \"status\": \"Pass\"\n    }\n}"}],"_postman_id":"a671eec5-0cc8-464e-b29f-97d533040ffb"},{"name":"UploadLabTestResultPDF","id":"ad39588c-ad6f-4b93-808a-60585ea397e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"POST","header":[],"url":"https://app.flourishsoftware.com/external/api/v1/lab-test-results/upload/:lab_test_result_id","description":"<p>Upload a lab test result PDF.</p>\n<p>The request body should be <a href=\"https://en.wikipedia.org/wiki/MIME#Form-Data\">form-data</a> with a key named <code>pdf</code> and a value containing the PDF file to upload.</p>\n","urlObject":{"path":["v1","lab-test-results","upload",":lab_test_result_id"],"host":["https://app.flourishsoftware.com/external/api"],"query":[],"variable":[{"description":{"content":"<p>The (integer) Flourish lab test result ID</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"lab_test_result_id"}]}},"response":[{"id":"373e28b6-b380-425b-a2f5-177424d60366","name":"UploadPDF","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"pdf","type":"file","src":"/sample.pdf"}],"options":{"raw":{"language":"json"}}},"url":"https://app.flourishsoftware.com/external/api/v1/lab-test-results/upload/2080"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200\n}"}],"_postman_id":"ad39588c-ad6f-4b93-808a-60585ea397e8"}],"id":"7dcb9ed5-6f26-422e-952d-61033a99139b","auth":{"type":"noauth","isInherited":false},"_postman_id":"7dcb9ed5-6f26-422e-952d-61033a99139b","description":""},{"name":"Vendors","item":[{"name":"GetVendor","id":"840debb8-a33f-416d-8f81-4a279b59a387","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"GET","header":[],"url":"https://app.flourishsoftware.com/external/api/v1/vendors/{{vendor_id}}","description":"<p>Get information for a single vendor by a given <code>vendor_id</code>.</p>\n","urlObject":{"path":["v1","vendors","{{vendor_id}}"],"host":["https://app.flourishsoftware.com/external/api"],"query":[],"variable":[{"type":"any","value":"<string>","key":"vendor_id"}]}},"response":[{"id":"98a1d1f3-9709-443b-bb85-acc055b8e50f","name":"GetVendor","originalRequest":{"method":"GET","header":[],"url":"https://app.flourishsoftware.com/external/api/v1/vendors/96dac5da"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Date","value":"Fri, 26 Jul 2019 03:46:33 GMT"},{"key":"Content-Length","value":"1473"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"data\":  {\n        \"id\": \"96dac5da\",\n        \"name\": \"GreenCoast - Escondido\",\n        \"vendor_type_name\": \"Supplies\",\n        \"company_email\": \"moonsara@greencoastescondido.com\",\n        \"company_phone_number\": \"2053236747\",\n        \"alias\": \"GreenCoast - Escondido\",\n        \"account_number\": null,\n        \"ref_field_1\": null,\n        \"ref_field_2\": null,\n        \"business_id\": null,\n        \"external_vendor_id\": null,\n        \"diverse_supplier\": 0,\n        \"shipping\": {\n            \"address\": \"76203 Scott Mission\",\n            \"city\": \"Paulberg\",\n            \"state\": \"IA\",\n            \"zip_code\": \"49209\",\n            \"country\": \"United States\"\n        },\n        \"billing\": {\n            \"address\": \"595 David Wells\",\n            \"city\": \"Taylormouth\",\n            \"state\": \"NE\",\n            \"zip_code\": \"71658\",\n            \"country\": \"United States\"\n        },\n        \"license_number\": null,\n        \"universal_business_identifier\": null,\n        \"is_same_company\": false,\n        \"website\": \"http://greencoastescondido.com\",\n        \"note\": null,\n        \"active\": true,\n        \"external_reference_id\": null,\n        \"state_expiration_date\": \"2025-08-18\",\n        \"last_updated_by\": \"cg_demo@flourishsoftware.com\",\n        \"last_updated_timestamp\": \"2024-03-27T02:26:42Z\",\n        \"created_by\": \"cg_demo@flourishsoftware.com\",\n        \"created_timestamp\": \"2017-12-12T17:32:02Z\",\n        \"contacts\": [\n            {\n                \"vendor_contact_id\": 1,\n                \"vendor_id\": \"96dac5da\",\n                \"first_name\": \"Jack\",\n                \"last_name\": \"Finnelly\",\n                \"email\": \"jf@greencoasthydro.co\",\n                \"phone_number\": \"8893548852\",\n                \"department\": null,\n                \"notes\": null,\n                \"is_primary\": 0,\n                \"last_updated_by\": \"htuteja@flourishsoftware.com\",\n                \"last_updated_timestamp\": \"2023-11-22T14:33:01Z\",\n                \"created_by\": \"cg_demo@flourishsoftware.com\",\n                \"created_timestamp\": \"2021-11-02T03:55:07Z\"\n            },\n            {\n                \"vendor_contact_id\": 292,\n                \"vendor_id\": \"96dac5da\",\n                \"first_name\": \"Danielle\",\n                \"last_name\": \"Campbell\",\n                \"email\": \"moonsara@greencoastescondido.com\",\n                \"phone_number\": \"7904579856\",\n                \"department\": null,\n                \"notes\": null,\n                \"is_primary\": 1,\n                \"last_updated_by\": \"htuteja@flourishsoftware.com\",\n                \"last_updated_timestamp\": \"2023-11-22T14:33:01Z\",\n                \"created_by\": \"htuteja@flourishsoftware.com\",\n                \"created_timestamp\": \"2023-11-22T14:33:01Z\"\n            }\n        ]\n    }\n}"}],"_postman_id":"840debb8-a33f-416d-8f81-4a279b59a387"},{"name":"GetVendors","event":[{"listen":"test","script":{"id":"25ab608b-42da-456a-8823-53042be04b91","exec":["pm.test(\"Status code is 200\", function() {\r","pm.response.to.have.status(200);\r","}\r",")"],"type":"text/javascript"}}],"id":"f779c704-e716-489a-b730-ceadf146b921","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"GET","header":[],"url":"https://app.flourishsoftware.com/external/api/v1/vendors","description":"<p>Get vendor information based on query parameters.</p>\n","urlObject":{"path":["v1","vendors"],"host":["https://app.flourishsoftware.com/external/api"],"query":[{"disabled":true,"key":"limit","value":"50"},{"disabled":true,"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>Filter results by vendor name. Can be passed multiple times to return multiple results.</p>\n","type":"text/plain"},"key":"vendor_name","value":"Supplies%20and%20Such"},{"disabled":true,"description":{"content":"<p>Filter results by vendor alias/DBA. Can be passed multiple times to return multiple results.</p>\n","type":"text/plain"},"key":"alias","value":"Supplies%20and%20Such"},{"disabled":true,"description":{"content":"<p>Filter results by vendor license number. Can be passed multiple times to return multiple results.</p>\n","type":"text/plain"},"key":"license_number","value":"01234567"},{"disabled":true,"description":{"content":"<p>Date/time order was updated, range start.</p>\n<p>type: [datetime]</p>\n","type":"text/plain"},"key":"last_updated_timestamp_start","value":"2020-01-02T15:04:05.000Z"},{"disabled":true,"description":{"content":"<p>Date/time order was updated, range end.</p>\n<p>type: [datetime]</p>\n","type":"text/plain"},"key":"last_updated_timestamp_end","value":"2020-01-03T15:04:05.000Z"},{"disabled":true,"description":{"content":"<p>Optional. Filter for specific array of Universal Business Identifiers.</p>\n","type":"text/plain"},"key":"universal_business_identifier","value":"456123"}],"variable":[]}},"response":[{"id":"3f9310d7-eddb-40ea-bb38-a793f395a092","name":"GetVendors","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.flourishsoftware.com/external/api/v1/vendors?limit=2","host":["https://app.flourishsoftware.com/external/api"],"path":["v1","vendors"],"query":[{"key":"limit","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Date","value":"Fri, 26 Jul 2019 03:46:33 GMT"},{"key":"Content-Length","value":"1473"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"meta\": {\n        \"total\": 56,\n        \"offset\": 0,\n        \"limit\": 2,\n        \"count\": 2,\n        \"next\": \"https://app.flourishsoftware.com/external/api/v1/vendors?offset=2&limit=2\"\n    },\n    \"data\": [\n        {\n            \"id\": \"96dac5da\",\n            \"name\": \"GreenCoast - Escondido\",\n            \"vendor_type_name\": \"Supplies\",\n            \"company_email\": \"moonsara@greencoastescondido.com\",\n            \"company_phone_number\": \"2053236747\",\n            \"alias\": \"GreenCoast - Escondido\",\n            \"account_number\": null,\n            \"ref_field_1\": null,\n            \"ref_field_2\": null,\n            \"business_id\": null,\n            \"external_vendor_id\": null,\n            \"diverse_supplier\": 0,\n            \"shipping\": {\n                \"address\": \"76203 Scott Mission\",\n                \"city\": \"Paulberg\",\n                \"state\": \"IA\",\n                \"zip_code\": \"49209\",\n                \"country\": \"United States\"\n            },\n            \"billing\": {\n                \"address\": \"595 David Wells\",\n                \"city\": \"Taylormouth\",\n                \"state\": \"NE\",\n                \"zip_code\": \"71658\",\n                \"country\": \"United States\"\n            },\n            \"license_number\": null,\n            \"universal_business_identifier\": null,\n            \"synced_from_compliance\": false,\n            \"is_same_company\": true,\n            \"website\": \"http://greencoastescondido.com\",\n            \"note\": null,\n            \"active\": true,\n            \"external_reference_id\": null,\n            \"state_expiration_date\": \"2025-08-18\",\n            \"last_updated_by\": \"cg_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2024-03-27T02:26:42Z\",\n            \"created_by\": \"cg_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2017-12-12T17:32:02Z\",\n            \"contacts\": [\n                {\n                    \"vendor_contact_id\": 1,\n                    \"vendor_id\": \"96dac5da\",\n                    \"first_name\": \"Jack\",\n                    \"last_name\": \"Finnelly\",\n                    \"email\": \"jf@greencoasthydro.co\",\n                    \"phone_number\": \"8893548852\",\n                    \"department\": null,\n                    \"notes\": null,\n                    \"is_primary\": 0,\n                    \"last_updated_by\": \"htuteja@flourishsoftware.com\",\n                    \"last_updated_timestamp\": \"2023-11-22T14:33:01Z\",\n                    \"created_by\": \"cg_demo@flourishsoftware.com\",\n                    \"created_timestamp\": \"2021-11-02T03:55:07Z\"\n                },\n                {\n                    \"vendor_contact_id\": 292,\n                    \"vendor_id\": \"96dac5da\",\n                    \"first_name\": \"Danielle\",\n                    \"last_name\": \"Campbell\",\n                    \"email\": \"moonsara@greencoastescondido.com\",\n                    \"phone_number\": \"7904579856\",\n                    \"department\": null,\n                    \"notes\": null,\n                    \"is_primary\": 1,\n                    \"last_updated_by\": \"htuteja@flourishsoftware.com\",\n                    \"last_updated_timestamp\": \"2023-11-22T14:33:01Z\",\n                    \"created_by\": \"htuteja@flourishsoftware.com\",\n                    \"created_timestamp\": \"2023-11-22T14:33:01Z\"\n                }\n            ]\n        },\n        {\n            \"id\": \"96dac975\",\n            \"name\": \"Labels Express\",\n            \"vendor_type_name\": \"Packaging\",\n            \"company_email\": \"turnersusan@labelsexpress.com\",\n            \"company_phone_number\": \"4528188856\",\n            \"alias\": \"Labels Express\",\n            \"account_number\": null,\n            \"ref_field_1\": null,\n            \"ref_field_2\": null,\n            \"business_id\": null,\n            \"external_vendor_id\": null,\n            \"diverse_supplier\": 0,\n            \"shipping\": {\n                \"address\": \"003 Sabrina Trail Apt. 912\",\n                \"city\": \"Lake Sharonfurt\",\n                \"state\": \"MN\",\n                \"zip_code\": \"53307\",\n                \"country\": \"United States\"\n            },\n            \"billing\": {\n                \"address\": \"506 Serrano Mission Suite 086\",\n                \"city\": \"Baileystad\",\n                \"state\": \"KS\",\n                \"zip_code\": \"19902\",\n                \"country\": \"United States\"\n            },\n            \"license_number\": null,\n            \"universal_business_identifier\": \"123456\",\n            \"synced_from_compliance\": true,\n            \"is_same_company\": false,\n            \"website\": \"http://labelsexpress.com\",\n            \"note\": null,\n            \"active\": true,\n            \"external_reference_id\": null,\n            \"state_expiration_date\": \"2025-09-24\",\n            \"last_updated_by\": \"cg_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2024-03-27T02:26:42Z\",\n            \"created_by\": \"cg_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2017-12-12T17:34:41Z\",\n            \"contacts\": [\n                {\n                    \"vendor_contact_id\": 3,\n                    \"vendor_id\": \"96dac975\",\n                    \"first_name\": \"Li\",\n                    \"last_name\": \"Yeng\",\n                    \"email\": \"sales@labelsexpress.com\",\n                    \"phone_number\": \"8876658622\",\n                    \"department\": null,\n                    \"notes\": null,\n                    \"is_primary\": 0,\n                    \"last_updated_by\": \"htuteja@flourishsoftware.com\",\n                    \"last_updated_timestamp\": \"2023-11-22T14:33:01Z\",\n                    \"created_by\": \"cg_demo@flourishsoftware.com\",\n                    \"created_timestamp\": \"2021-11-02T03:55:07Z\"\n                },\n                {\n                    \"vendor_contact_id\": 325,\n                    \"vendor_id\": \"96dac975\",\n                    \"first_name\": \"Kristy\",\n                    \"last_name\": \"Mendez\",\n                    \"email\": \"turnersusan@labelsexpress.com\",\n                    \"phone_number\": \"5284607135\",\n                    \"department\": null,\n                    \"notes\": null,\n                    \"is_primary\": 1,\n                    \"last_updated_by\": \"htuteja@flourishsoftware.com\",\n                    \"last_updated_timestamp\": \"2023-11-22T14:33:01Z\",\n                    \"created_by\": \"htuteja@flourishsoftware.com\",\n                    \"created_timestamp\": \"2023-11-22T14:33:01Z\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"f779c704-e716-489a-b730-ceadf146b921"},{"name":"PostVendor","event":[{"listen":"test","script":{"id":"25ab608b-42da-456a-8823-53042be04b91","exec":["pm.test(\"Status code is 200\", function() {\r","pm.response.to.have.status(200);\r","}\r",")"],"type":"text/javascript"}}],"id":"a310b46d-1167-4e9c-b7b2-893d360c90bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Some Neat Testing Vendor\",\n    \"vendor_type_name\": \"Dispensary\",\n    \"company_email\": \"testing@someneatvendor.com\",\n    \"company_phone_number\": \"5554443333\",\n    \"shipping\": {\n        \"address\": \"123 Main Street\",\n        \"city\": \"Portland\",\n        \"state\": \"OR\",\n        \"zip_code\": \"97219\",\n        \"country\": \"United States\"\n    },\n    \"billing\": {\n        \"address\": \"456 Main Street\",\n        \"city\": \"Portland\",\n        \"state\": \"OR\",\n        \"zip_code\": \"97219\",\n        \"country\": \"United States\"\n    },\n    \"license_number\": \"XVF-3875635J\",\n    \"universal_business_identifier\": \"123456\",\n    \"website\": \"https://www.someneatvendor.com\",\n    \"note\": \"Bob's favorite vendor.\",\n    \"alias\": \"Bob's Company\",\n    \"account_number\": \"64757888\",\n    \"ref_field_1\": \"Some Extra Data\",\n    \"ref_field_2\": \"Some Other Data\",\n    \"diverse_supplier\": 1,\n    \"state_expiration_date\": \"2040-04-20\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.flourishsoftware.com/external/api/v1/vendors","description":"<p>Create a new vendor.</p>\n<p>Note on addresses:</p>\n<ul>\n<li>If provided, the value for the <code>shipping.state</code> and <code>billing.state</code> fields (if any) should be sent as a valid two-letter state abbreviation.</li>\n<li>If provided, the value for the <code>shipping.country</code> and <code>billing.country</code> fields should be sent as the full, capitalized country name: e.g., <code>\"United States\"</code>, <code>\"Canada\"</code>, etc.</li>\n</ul>\n","urlObject":{"path":["v1","vendors"],"host":["https://app.flourishsoftware.com/external/api"],"query":[],"variable":[]}},"response":[{"id":"b1853e48-aa4f-41b5-aa31-090b416962cb","name":"PostVendor","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"data\": {\n        \"id\": \"5ff9e0c6bfe053d9fb69\",\n        \"name\": \"Some Neat Testing Vendor\",\n        \"vendor_type_name\": \"Dispensary\",\n        \"company_email\": \"testing@someneatvendor.com\",\n        \"company_phone_number\": \"5554443333\",\n        \"alias\": \"Bob's Company\",\n        \"account_number\": \"64757888\",\n        \"ref_field_1\": \"Some Extra Data\",\n        \"ref_field_2\": \"Some Other Data\",\n        \"business_id\": null,\n        \"external_vendor_id\": null,\n        \"diverse_supplier\": 1,\n        \"shipping\": {\n            \"address\": \"123 Main Street\",\n            \"city\": \"Portland\",\n            \"state\": \"OR\",\n            \"zip_code\": \"97219\",\n            \"country\": \"United States\"\n        },\n        \"billing\": {\n            \"address\": \"456 Main Street\",\n            \"city\": \"Portland\",\n            \"state\": \"OR\",\n            \"zip_code\": \"97219\",\n            \"country\": \"United States\"\n        },\n        \"license_number\": \"XVF-3875635J\",\n        \"universal_business_identifier\": \"123456\",\n        \"synced_from_compliance\": false,\n        \"is_same_company\": false,\n        \"website\": \"https://www.someneatvendor.com\",\n        \"note\": \"Bob's favorite vendor.\",\n        \"active\": true,\n        \"external_reference_id\": null,\n        \"state_expiration_date\": \"2040-04-20\",\n        \"last_updated_by\": \"ddrake@flourishsoftware.com\",\n        \"last_updated_timestamp\": \"2022-03-08T20:12:27Z\",\n        \"created_by\": \"ddrake@flourishsoftware.com\",\n        \"created_timestamp\": \"2022-03-08T20:12:27Z\",\n        \"contacts\": null\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.flourishsoftware.com/external/api/v1/vendor"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"a310b46d-1167-4e9c-b7b2-893d360c90bd"},{"name":"PutVendor","id":"6b1bbd86-ce91-4f76-b692-45f449e92f00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n\t\"name\": \"My Updated Vendor\",\n\t\"company_email\": \"somewhere@somewheresville.com\",\n    \"vendor_type_name\": \"Dispensary\",\n\t\"shipping\": {\n\t\t\"address\": \"5678 Jack Street\",\n\t\t\"city\": \"Portland\",\n\t\t\"state\": \"ME\",\n\t\t\"zip_code\": \"23847\",\n\t\t\"country\": \"United States\"\n\t},\n\t\"billing\": {\n\t\t\"address\": \"1234 Main Street\",\n\t\t\"city\": \"Somewhere\",\n\t\t\"state\": \"CA\",\n\t\t\"zip_code\": \"23847\",\n\t\t\"country\": \"United States\"\n\t},\n\t\"license_number\": \"ASLDKFJ-XSS\",\n    \"universal_business_identifier\": \"123456\",\n\t\"website\": \"https://www.example.com\",\n\t\"note\": \"Some Note\",\n\t\"active\": true,\n\t\"account_number\": \"1238975891\",\n\t\"alias\": \"Testing Aliases\",\n\t\"diverse_supplier\": 1,\n\t\"company_phone_number\": \"4445551234\",\n\t\"business_id\": null,\n\t\"external_vendor_id\": null,\n    \"ref_field_1\": \"Some Data\",\n    \"ref_field_2\": \"Some Other Data\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.flourishsoftware.com/external/api/v1/vendors/{{vendor_id}}","description":"<p>Update an existing vendor with a given <code>vendor_id</code>.</p>\n<p>See <code>PostVendor</code> for guidelines on specific fields in the request body.</p>\n","urlObject":{"path":["v1","vendors","{{vendor_id}}"],"host":["https://app.flourishsoftware.com/external/api"],"query":[],"variable":[{"type":"any","value":"<string>","key":"vendor_id"}]}},"response":[{"id":"cf5881bf-411b-4b48-bbe3-50a2ba25f511","name":"PutVendor","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"data\": {\n        \"id\": \"5ff9e0c6bfe053d9fb69\",\n        \"name\": \"My Updated Vendor\",\n        \"vendor_type_name\": \"Dispensary\",\n        \"company_email\": \"somewhere@somewheresville.com\",\n        \"company_phone_number\": \"4445551234\",\n        \"alias\": \"Testing Aliases\",\n        \"account_number\": \"1238975891\",\n        \"ref_field_1\": \"Some Data\",\n        \"ref_field_2\": \"Some Other Data\",\n        \"business_id\": null,\n        \"external_vendor_id\": null,\n        \"diverse_supplier\": 1,\n        \"shipping\": {\n            \"address\": \"5678 Jack Street\",\n            \"city\": \"Portland\",\n            \"state\": \"ME\",\n            \"zip_code\": \"23847\",\n            \"country\": \"United States\"\n        },\n        \"billing\": {\n            \"address\": \"1234 Main Street\",\n            \"city\": \"Somewhere\",\n            \"state\": \"CA\",\n            \"zip_code\": \"23847\",\n            \"country\": \"United States\"\n        },\n        \"license_number\": \"ASLDKFJ-XSS\",\n        \"universal_business_identifier\": \"123456\",\n        \"is_same_company\": true,\n        \"website\": \"https://www.example.com\",\n        \"note\": \"Some Note\",\n        \"active\": true,\n        \"external_reference_id\": null,\n        \"state_expiration_date\": \"\",\n        \"last_updated_by\": \"ddrake@flourishsoftware.com\",\n        \"last_updated_timestamp\": \"2022-03-08T20:16:26Z\",\n        \"created_by\": \"ddrake@flourishsoftware.com\",\n        \"created_timestamp\": \"2022-03-08T20:12:27Z\",\n        \"contacts\": null\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.flourishsoftware.com/external/api/v1/vendors/{vendor_id}"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"6b1bbd86-ce91-4f76-b692-45f449e92f00"},{"name":"GetVendorContacts","id":"8246e8bb-f36f-453f-8350-e33b267671de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"GET","header":[],"url":"https://app.flourishsoftware.com/external/api/v1/vendors/{{vendor_id}}/contacts","description":"<p>Gets the contacts for a vendor for a given <code>vendor_id</code>.</p>\n","urlObject":{"path":["v1","vendors","{{vendor_id}}","contacts"],"host":["https://app.flourishsoftware.com/external/api"],"query":[{"disabled":true,"key":"limit","value":"50"},{"disabled":true,"key":"offset","value":"0"}],"variable":[{"type":"any","value":"<string>","key":"vendor_id"}]}},"response":[{"id":"87f8154b-b418-4f8f-8919-092530f623b9","name":"GetVendorContacts","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.flourishsoftware.com/external/api/v1/vendors/{vendor_id}/contacts","host":["https://app.flourishsoftware.com/external/api"],"path":["v1","vendors","{vendor_id}","contacts"],"query":[{"key":"limit","value":"2","disabled":true},{"key":"offset","value":"0","type":"text","disabled":true}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"data\": [\n        {\n            \"vendor_contact_id\": 45,\n            \"vendor_id\": \"315cbd27cb9d573a37f0\",\n            \"first_name\": \"logo\",\n            \"last_name\": \"kik\",\n            \"email\": \"sami@gmail.com\",\n            \"phone_number\": \"(999) 123-1231\",\n            \"department\": \"Account\",\n            \"notes\": \"OMG notes for lataji!!!\",\n            \"is_primary\": 0,\n            \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2022-03-07T06:29:08Z\",\n            \"created_by\": \"suhani711@digitaltrons.com\",\n            \"created_timestamp\": \"2022-02-21T08:28:47Z\"\n        },\n        {\n            \"vendor_contact_id\": 50,\n            \"vendor_id\": \"315cbd27cb9d573a37f0\",\n            \"first_name\": \"xxxxx\",\n            \"last_name\": \"absc\",\n            \"email\": \"abc@gmail.com\",\n            \"phone_number\": null,\n            \"department\": null,\n            \"notes\": null,\n            \"is_primary\": 0,\n            \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2022-03-07T06:29:08Z\",\n            \"created_by\": \"Diddy Kong\",\n            \"created_timestamp\": \"2022-02-28T20:17:11Z\"\n        }\n    ],\n    \"meta\": {\n        \"total\": 7,\n        \"offset\": 0,\n        \"limit\": 2,\n        \"count\": 2,\n        \"next\": \"https://app.flourishsoftware.com/external/api/v1/vendors/315cbd27cb9d573a37f0/contacts?offset=2&limit=2\"\n    }\n}"}],"_postman_id":"8246e8bb-f36f-453f-8350-e33b267671de"},{"name":"PostVendorContacts","id":"0acf7fb3-c8a7-4f2d-a0b8-529248a93fe4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n\t{\n\t\t\"first_name\": \"Testy\",\n\t\t\"last_name\": \"McTesterson\",\n\t\t\"email\": \"testy@mctesterson.com\",\n\t\t\"phone_number\": \"7778889999\",\n\t\t\"department\": \"Accounting\",\n\t\t\"notes\": \"Some notes for this one.\",\n\t\t\"is_primary\": 1\n\t},\n\t{\n\t\t\"first_name\": \"First\",\n\t\t\"last_name\": \"Last\",\n\t\t\"email\": \"first@last.com\",\n\t\t\"phone_number\": null,\n\t\t\"department\": null,\n\t\t\"notes\": null,\n\t\t\"is_primary\": 0\n\t}\n]","options":{"raw":{"language":"json"}}},"url":"https://app.flourishsoftware.com/external/api/v1/vendors/{{vendor_id}}/contacts","description":"<p>Create a vendor contact or many vendor contacts for a vendor with a given <code>vendor_id</code>.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"a29f0fd2-3a82-422b-b253-3fd86cfa2c94","id":"a29f0fd2-3a82-422b-b253-3fd86cfa2c94","name":"Vendors","type":"folder"}},"urlObject":{"path":["v1","vendors","{{vendor_id}}","contacts"],"host":["https://app.flourishsoftware.com/external/api"],"query":[],"variable":[{"type":"any","value":"<string>","key":"vendor_id"}]}},"response":[{"id":"58e3cad6-d895-4b4f-88b3-6c3ce7a7f302","name":"PostVendorContacts","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n\t{\n\t\t\"first_name\": \"Testy\",\n\t\t\"last_name\": \"McTesterson\",\n\t\t\"email\": \"testy@mctesterson.com\",\n\t\t\"phone_number\": \"7778889999\",\n\t\t\"department\": \"Accounting\",\n\t\t\"notes\": \"Some notes for this one.\",\n\t\t\"is_primary\": 1\n\t},\n\t{\n\t\t\"first_name\": \"First\",\n\t\t\"last_name\": \"Last\",\n\t\t\"email\": \"first@last.com\",\n\t\t\"phone_number\": null,\n\t\t\"department\": null,\n\t\t\"notes\": null,\n\t\t\"is_primary\": 0\n\t}\n]","options":{"raw":{"language":"json"}}},"url":"https://app.flourishsoftware.com/external/api/v1/vendors/{vendor_id}/contacts"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"data\": [\n        {\n            \"vendor_contact_id\": 2,\n            \"vendor_id\": \"5ff9e0c6bfe053d9fb69\",\n            \"first_name\": \"Testy\",\n            \"last_name\": \"McTesterson\",\n            \"email\": \"testy@mctesterson.com\",\n            \"phone_number\": \"7778889999\",\n            \"department\": \"Accounting\",\n            \"notes\": \"Some notes for this one.\",\n            \"is_primary\": 1,\n            \"last_updated_by\": \"\",\n            \"last_updated_timestamp\": null,\n            \"created_by\": \"\",\n            \"created_timestamp\": null\n        },\n        {\n            \"vendor_contact_id\": 3,\n            \"vendor_id\": \"5ff9e0c6bfe053d9fb69\",\n            \"first_name\": \"First\",\n            \"last_name\": \"Last\",\n            \"email\": \"first@last.com\",\n            \"phone_number\": null,\n            \"department\": null,\n            \"notes\": null,\n            \"is_primary\": 0,\n            \"last_updated_by\": \"\",\n            \"last_updated_timestamp\": null,\n            \"created_by\": \"\",\n            \"created_timestamp\": null\n        }\n    ]\n}"}],"_postman_id":"0acf7fb3-c8a7-4f2d-a0b8-529248a93fe4"},{"name":"PutVendorContacts","event":[{"listen":"test","script":{"id":"25ab608b-42da-456a-8823-53042be04b91","exec":["pm.test(\"Status code is 200\", function() {\r","pm.response.to.have.status(200);\r","}\r",")"],"type":"text/javascript"}}],"id":"54f66171-e3a2-45b5-bd42-68f8dfe742e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"[\n\t{\n\t\t\"vendor_contact_id\": 6,\n\t\t\"first_name\": \"Alice\",\n\t\t\"last_name\": \"Springs\",\n\t\t\"email\": \"alice@springs.com\",\n\t\t\"phone_number\": \"7778881010\",\n\t\t\"department\": \"Sales\",\n\t\t\"notes\": \"Some nifty notes for this one.\",\n\t\t\"is_primary\": 0\n\t},\n\t{\n\t\t\"vendor_contact_id\": 7,\n\t\t\"first_name\": \"Firsty\",\n\t\t\"last_name\": \"McLasty\",\n\t\t\"email\": \"firsty@mclasty.com\",\n\t\t\"phone_number\": \"1112223333\",\n\t\t\"department\": \"Computers\",\n\t\t\"notes\": \"Techy\",\n\t\t\"is_primary\": 1\n\t}\n]","options":{"raw":{"language":"json"}}},"url":"https://app.flourishsoftware.com/external/api/v1/vendors/{{vendor_id}}/contacts","description":"<p>Update a contact, or multiple contacts, for a vendor for a given <code>vendor_id</code>. Each contact should contain a <code>vendor_contact_id</code> to indicate which vendor contact should be updated.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"a29f0fd2-3a82-422b-b253-3fd86cfa2c94","id":"a29f0fd2-3a82-422b-b253-3fd86cfa2c94","name":"Vendors","type":"folder"}},"urlObject":{"path":["v1","vendors","{{vendor_id}}","contacts"],"host":["https://app.flourishsoftware.com/external/api"],"query":[],"variable":[{"type":"any","value":"<string>","key":"vendor_id"}]}},"response":[{"id":"55be9b33-dcfb-4ffb-a316-1431f4e543e3","name":"PutVendorContacts","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"[\n\t{\n\t\t\"vendor_contact_id\": 2,\n\t\t\"first_name\": \"Alice\",\n\t\t\"last_name\": \"Springs\",\n\t\t\"email\": \"alice@springs.com\",\n\t\t\"phone_number\": \"7778881010\",\n\t\t\"department\": \"Sales\",\n\t\t\"notes\": \"Some nifty notes for this one.\",\n\t\t\"is_primary\": 0\n\t},\n\t{\n\t\t\"vendor_contact_id\": 3,\n\t\t\"first_name\": \"Firsty\",\n\t\t\"last_name\": \"McLasty\",\n\t\t\"email\": \"firsty@mclasty.com\",\n\t\t\"phone_number\": \"1112223333\",\n\t\t\"department\": \"Computers\",\n\t\t\"notes\": \"Techy\",\n\t\t\"is_primary\": 1\n\t}\n]","options":{"raw":{"language":"json"}}},"url":"https://app.flourishsoftware.com/external/api/v1/vendors/{vendor_id}/contacts"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"data\": [\n        {\n            \"vendor_contact_id\": 6,\n            \"vendor_id\": \"5ff9e0c6bfe053d9fb69\",\n            \"first_name\": \"Alice\",\n            \"last_name\": \"Springs\",\n            \"email\": \"alice@springs.com\",\n            \"phone_number\": \"7778881010\",\n            \"department\": \"Sales\",\n            \"notes\": \"Some nifty notes for this one.\",\n            \"is_primary\": 0,\n            \"last_updated_by\": \"ddrake@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2022-03-09T15:57:50.778094Z\",\n            \"created_by\": \"ddrake@flourishsoftware.com\",\n            \"created_timestamp\": \"2022-03-09T15:57:33Z\"\n        },\n        {\n            \"vendor_contact_id\": 7,\n            \"vendor_id\": \"5ff9e0c6bfe053d9fb69\",\n            \"first_name\": \"Firsty\",\n            \"last_name\": \"McLasty\",\n            \"email\": \"firsty@mclasty.com\",\n            \"phone_number\": \"1112223333\",\n            \"department\": \"Computers\",\n            \"notes\": \"Techy\",\n            \"is_primary\": 1,\n            \"last_updated_by\": \"ddrake@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2022-03-09T15:57:50.944553Z\",\n            \"created_by\": \"ddrake@flourishsoftware.com\",\n            \"created_timestamp\": \"2022-03-09T15:57:33Z\"\n        }\n    ]\n}"}],"_postman_id":"54f66171-e3a2-45b5-bd42-68f8dfe742e5"}],"id":"a29f0fd2-3a82-422b-b253-3fd86cfa2c94","auth":{"type":"noauth","isInherited":false},"_postman_id":"a29f0fd2-3a82-422b-b253-3fd86cfa2c94","description":""},{"name":"Destinations","item":[{"name":"GetDestination","id":"85f82af3-29ff-47cb-9f5c-36962128178b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"GET","header":[],"url":"https://app.flourishsoftware.com/external/api/v1/destinations/:destination_id","description":"<p>Get a destination from a given <code>destination_id</code>.</p>\n","urlObject":{"path":["v1","destinations",":destination_id"],"host":["https://app.flourishsoftware.com/external/api"],"query":[],"variable":[{"description":{"content":"<p>string ID of the destination</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"destination_id"}]}},"response":[{"id":"01034214-7b42-4607-a04b-66ab87bd490d","name":"GetDestination","originalRequest":{"method":"GET","header":[],"url":"https://app.flourishsoftware.com/external/api/v1/destinations/971bba0d"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Date","value":"Fri, 26 Jul 2019 03:46:33 GMT"},{"key":"Content-Length","value":"1473"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"data\": {\n        \"id\": \"971bba0d\",\n        \"alias\": \"Steep Hill\",\n        \"company_email\": null,\n        \"company_phone_number\": \"4565888556\",\n        \"address_line_1\": \"1005 Parker St\",\n        \"address_line_2\": \"\",\n        \"city\": \"Berkeley\",\n        \"state\": \"CA\",\n        \"zip_code\": \"94710\",\n        \"timezone\": \"America/Los_Angeles\",\n        \"country\": \"United States\",\n        \"billing\": {\n            \"address_line_1\": null,\n            \"address_line_2\": null,\n            \"city\": null,\n            \"state\": null,\n            \"zip_code\": null,\n            \"country\": null\n        },\n        \"local_license_number\": null,\n        \"license_number\": \"23423\",\n        \"license_type\": null,\n        \"universal_business_identifier\": \"123456\",\n        \"synced_from_compliance\": true,\n        \"is_same_company\": false,\n        \"external_id\": null,\n        \"website\": null,\n        \"notes\": null,\n        \"active\": true,\n        \"contacts\": [\n            {\n                \"facility_contact_id\": 3,\n                \"facility_id\": \"971bba0d\",\n                \"first_name\": \"Bill\",\n                \"middle_name\": \"\",\n                \"last_name\": \"Shepard\",\n                \"email\": \"bs@steephill.com\",\n                \"phone_number\": \"4565888556\",\n                \"department\": null,\n                \"notes\": null,\n                \"is_primary\": 1,\n                \"last_updated_by\": \"\",\n                \"last_updated_timestamp\": \"2020-06-17T17:25:07Z\",\n                \"created_by\": \"\",\n                \"created_timestamp\": \"2020-06-17T17:25:07Z\"\n            }\n        ],\n        \"total_open_balance\": \"106267.05\",\n        \"number_open_invoices\": \"22\",\n        \"type\": \"Laboratory\",\n        \"name\": \"Steep Hill\"\n    }\n}"}],"_postman_id":"85f82af3-29ff-47cb-9f5c-36962128178b"},{"name":"GetDestinations","event":[{"listen":"test","script":{"id":"7ae1bdbe-8989-4092-b2ca-dc5b31f5e60d","exec":["pm.test(\"Status code is 200\", function() {\r","pm.response.to.have.status(200);\r","}\r",")"],"type":"text/javascript"}}],"id":"7d0e9c50-8942-4416-a528-c7bc7ecc5d0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"GET","header":[],"url":"https://app.flourishsoftware.com/external/api/v1/destinations","description":"<p>Get destinations based on query parameters.</p>\n","urlObject":{"path":["v1","destinations"],"host":["https://app.flourishsoftware.com/external/api"],"query":[{"disabled":true,"key":"limit","value":"50"},{"disabled":true,"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>Destination category.</p>\n<p>Options: Laboratory, Processor, Grower, Dispensary, Distributor, Manufacturer, Other, Microbusiness</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"destination_type","value":"Laboratory"},{"disabled":true,"description":{"content":"<p>Filter results by destination name. Can be passed multiple times to return multiple results.</p>\n","type":"text/plain"},"key":"facility_name","value":"Distribution"},{"disabled":true,"description":{"content":"<p>Filter results by destination alias/DBA. Can be passed multiple times to return multiple results.</p>\n","type":"text/plain"},"key":"alias","value":"Cal Distro"},{"disabled":true,"description":{"content":"<p>Filter results by destination license number. Can be passed multiple times to return multiple results.</p>\n","type":"text/plain"},"key":"license_number","value":"01234567"},{"disabled":true,"description":{"content":"<p>Filter results by pattern matching against destination name, alias/DBA, or license number. Can only pass a single value.</p>\n","type":"text/plain"},"key":"search","value":"dist"},{"disabled":true,"description":{"content":"<p>Date and time the destination was last updated. Range start.</p>\n","type":"text/plain"},"key":"last_updated_timestamp_start","value":"2020-01-02T15:04:05.000Z"},{"disabled":true,"description":{"content":"<p>Date and time the destination was last updated. Range end.</p>\n","type":"text/plain"},"key":"last_updated_timestamp_end","value":"2020-01-03T15:04:05.000Z"},{"disabled":true,"description":{"content":"<p>Optional. Filter for specific array of Universal Business Identifiers.</p>\n","type":"text/plain"},"key":"universal_business_identifier","value":"456123"}],"variable":[]}},"response":[{"id":"d1e82430-16d7-4e59-9076-619d03a3d732","name":"GetDestinations","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.flourishsoftware.com/external/api/v1/destinations?search=dist","host":["https://app.flourishsoftware.com/external/api"],"path":["v1","destinations"],"query":[{"key":"limit","value":"50","description":"The maximum allowable limit is set to 50","disabled":true},{"key":"offset","value":"0","disabled":true},{"key":"facility_name","value":"Distribution","description":"Filter results by destination name. Can be passed multiple times to return multiple results.","disabled":true},{"key":"alias","value":"Cal Distro","description":"Filter results by destination alias/DBA. Can be passed multiple times to return multiple results.","disabled":true},{"key":"license_number","value":"01234567","description":"Filter results by destination name. Can be passed multiple times to return multiple results.","disabled":true},{"key":"search","value":"dist","description":"Filter results by pattern matching against destination name, alias/DBA, or license number. Can only pass a single value."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true},{"key":"Date","value":"Fri, 26 Jul 2019 03:46:33 GMT","enabled":true},{"key":"Content-Length","value":"1473","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"meta\": {\n        \"total\": 2,\n        \"offset\": 0,\n        \"limit\": 50,\n        \"count\": 6,\n        \"next\": \"\"\n    },\n    \"data\": [\n        {\n            \"id\": \"5ba335ea4327a94530b0ac77\",\n            \"alias\": \"Distribution\",\n            \"company_email\": null,\n            \"company_phone_number\": \"1111111111\",\n            \"address_line_1\": \"4410 Arapahoe Ave #136B\",\n            \"address_line_2\": null,\n            \"city\": \"Newport\",\n            \"state\": \"CA\",\n            \"zip_code\": \"90001\",\n            \"timezone\": \"America/Los_Angeles\",\n            \"country\": \"United States\",\n            \"billing\": {\n                \"address_line_1\": null,\n                \"address_line_2\": null,\n                \"city\": null,\n                \"state\": null,\n                \"zip_code\": null,\n                \"country\": \"United States\"\n            },\n            \"local_license_number\": \"1122445\",\n            \"license_number\": null,\n            \"license_type\": null,\n            \"universal_business_identifier\": \"123456\",\n            \"synced_from_compliance\": true,\n            \"is_same_company\": false,\n            \"external_id\": null,\n            \"website\": null,\n            \"notes\": null,\n            \"active\": true,\n            \"contacts\": null,\n            \"total_open_balance\": \"3977677.44\",\n            \"number_open_invoices\": \"213\",\n            \"type\": \"Distributor\",\n            \"name\": \"Distribution\"\n        },\n        {\n            \"id\": \"19e323e6fc15239d8790\",\n            \"alias\": \"Ledger Disti\",\n            \"company_email\": null,\n            \"company_phone_number\": null,\n            \"address_line_1\": \"4410 Arapahoe Ave #150\",\n            \"address_line_2\": null,\n            \"city\": \"Boulder\",\n            \"state\": \"CO\",\n            \"zip_code\": \"80303\",\n            \"timezone\": \"America/Denver\",\n            \"country\": \"\",\n            \"billing\": {\n                \"address_line_1\": \"4410 Arapahoe Ave #150\",\n                \"address_line_2\": null,\n                \"city\": \"Boulder\",\n                \"state\": \"Colorado\",\n                \"zip_code\": \"80303\",\n                \"country\": \"\"\n            },\n            \"local_license_number\": \"ccvvbb67\",\n            \"license_number\": \"ccvvbb67\",\n            \"universal_business_identifier\": \"123456\",\n            \"synced_from_compliance\": true,\n            \"is_same_company\": false,\n            \"license_type\": \"Recreational\",\n            \"external_id\": null,\n            \"website\": null,\n            \"notes\": null,\n            \"active\": true,\n            \"contacts\": null,\n            \"total_open_balance\": \"32675.49\",\n            \"number_open_invoices\": \"6\",\n            \"type\": \"Grower\",\n            \"name\": \"Ledger Disti\"\n        }\n    ]\n}"}],"_postman_id":"7d0e9c50-8942-4416-a528-c7bc7ecc5d0f"},{"name":"PostDestination","event":[{"listen":"test","script":{"id":"b10449b6-5774-48bb-ab8d-0d0d290c2f6d","exec":["pm.test(\"Status code is 200\", function() {\r","pm.response.to.have.status(200);\r","}\r",")"],"type":"text/javascript"}}],"id":"e845e5e2-c8a2-4385-b5a7-0b2c777ba354","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"type\": \"Laboratory\",\n    \"name\": \"New Destination Laboratoryville 420\",\n    \"alias\": \"NDLCVA\",\n    \"company_email\": \"laboratoryville@ndlcva.com\",\n    \"company_phone_number\": \"3334445555\",\n    \"website\": \"https://nldcva.com\",\n    \"address_line_1\": \"123 Baker St.\",\n    \"address_line_2\": \"Suite 102\",\n    \"city\": \"Flagstaff\",\n    \"state\": \"AZ\",\n    \"zip_code\": \"12345\",\n    \"country\": \"United States\",\n    \"billing\": {\n        \"address_line_1\": \"123 Baker St.\",\n        \"address_line_2\": null,\n        \"city\": \"Flagstaff\",\n        \"state\": \"AZ\",\n        \"zip_code\": \"12345\",\n        \"country\": \"United States\"\n    },\n    \"local_license_number\": \"XJHD-834668\",\n    \"license_number\": \"ABC-14423\",\n    \"universal_business_identifier\": \"123456\",\n    \"notes\": \"This is a great\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.flourishsoftware.com/external/api/v1/destinations","description":"<p>Creates a new destination.</p>\n<p>Valid destination types for the <code>type</code> field are:</p>\n<ul>\n<li>Laboratory</li>\n<li>Processor</li>\n<li>Grower</li>\n<li>Dispensary</li>\n<li>Distributor</li>\n<li>Manufacturer</li>\n<li>Other</li>\n<li>Microbusiness</li>\n</ul>\n<p>Note on addresses:</p>\n<ul>\n<li>The <code>state</code> field at the top level of the JSON request, along with the <code>billing.state</code> , if any, should be sent as a valid two-letter state abbreviation.</li>\n<li>The <code>country</code> and <code>billing.country</code> fields should be sent as the full, capitalized country name: e.g., \"United States\", \"Canada\", etc.</li>\n</ul>\n","urlObject":{"path":["v1","destinations"],"host":["https://app.flourishsoftware.com/external/api"],"query":[],"variable":[]}},"response":[{"id":"a569708d-0b59-468b-9a2b-fa282772b297","name":"PostDestination","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"type\": \"Laboratory\",\n    \"name\": \"New Destination Laboratory\",\n    \"alias\": \"NDL\",\n    \"company_email\": \"\",\n    \"company_phone_number\": null,\n    \"website\": \"\",\n    \"address_line_1\": \"123 Baker St.\",\n    \"address_line_2\": \"\",\n    \"city\": \"Flagstaff\",\n    \"state\": \"AZ\",\n    \"zip_code\": \"12345\",\n    \"country\": \"United States\",\n    \"billing\": {\n        \"address_line_1\": \"123 Baker St.\",\n        \"address_line_2\": null,\n        \"city\": null,\n        \"state\": \"Flagstaff\",\n        \"zip_code\": \"AZ\",\n        \"country\": \"United States\"\n    },\n    \"local_license_number\": \"\",\n    \"license_number\": \"ABC-123\",\n    \"external_id\": null,\n    \"active\": true,\n    \"notes\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.flourishsoftware.com/external/api/v1/destinations"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"data\": {\n        \"id\": \"f14ce22bf58baee25981\",\n        \"alias\": \"NDLCVA\",\n        \"company_email\": \"laboratoryville@ndlcva.com\",\n        \"company_phone_number\": \"3334445555\",\n        \"address_line_1\": \"123 Baker St.\",\n        \"address_line_2\": \"Suite 102\",\n        \"city\": \"Flagstaff\",\n        \"state\": \"AZ\",\n        \"zip_code\": \"12345\",\n        \"timezone\": \"America/New_York\",\n        \"country\": \"United States\",\n        \"billing\": {\n            \"address_line_1\": \"123 Baker St.\",\n            \"address_line_2\": null,\n            \"city\": \"Flagstaff\",\n            \"state\": \"AZ\",\n            \"zip_code\": \"12345\",\n            \"country\": \"United States\"\n        },\n        \"local_license_number\": \"XJHD-834668\",\n        \"license_number\": \"ABC-14423\",\n        \"license_type\": null,\n        \"universal_business_identifier\": \"123456\",\n        \"synced_from_compliance\": false,\n        \"is_same_company\": false,\n        \"external_id\": null,\n        \"website\": \"https://nldcva.com\",\n        \"notes\": \"This is a great\",\n        \"active\": true,\n        \"contacts\": null,\n        \"type\": \"Laboratory\",\n        \"name\": \"New Destination Laboratoryville 420\"\n    }\n}"}],"_postman_id":"e845e5e2-c8a2-4385-b5a7-0b2c777ba354"},{"name":"PutDestination","id":"b1f13d76-5488-41e0-98ee-df8683957b7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"type\": \"Laboratory\",\n    \"name\": \"New Destination Laboratoryplace 420\",\n    \"alias\": \"NDLPL\",\n    \"company_email\": \"laboratoryplace@ndlcva.com\",\n    \"company_phone_number\": \"3332225555\",\n    \"website\": \"https://ndlpl.com\",\n    \"address_line_1\": \"123 Baker Court\",\n    \"address_line_2\": \"Suite 104\",\n    \"city\": \"Phoenix\",\n    \"state\": \"AZ\",\n    \"zip_code\": \"48757\",\n    \"country\": \"United States\",\n    \"billing\": {\n        \"address_line_1\": \"123 Stoney St.\",\n        \"address_line_2\": null,\n        \"city\": \"Tegucigalpa\",\n        \"state\": \"AZ\",\n        \"zip_code\": \"38476\",\n        \"country\": \"United States\"\n    },\n    \"local_license_number\": \"XJHD-8346\",\n    \"license_number\": \"ABC-14424\",\n    \"universal_business_identifier\": \"123456\",\n    \"notes\": \"This is the best lab\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.flourishsoftware.com/external/api/v1/destinations/{{destination_id}}","description":"<p>Update a destination for the given <code>destination_id</code>.</p>\n<p>See <code>PostDestination</code> for guidelines on specific fields in the request body.</p>\n","urlObject":{"path":["v1","destinations","{{destination_id}}"],"host":["https://app.flourishsoftware.com/external/api"],"query":[],"variable":[{"type":"any","value":"<string>","key":"destination_id"}]}},"response":[{"id":"c28261c2-536f-410a-bbf0-20197fccce6b","name":"PutDestination","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"271bba0f\",\n    \"type\": \"Laboratory\",\n    \"name\": \"New Destination Laboratory\",\n    \"alias\": \"Updated Alias\",\n    \"company_email\": \"\",\n    \"company_phone_number\": null,\n    \"website\": \"\",\n    \"address_line_1\": \"123 Baker St.\",\n    \"address_line_2\": \"\",\n    \"city\": \"Flagstaff\",\n    \"state\": \"AZ\",\n    \"zip_code\": \"12345\",\n    \"country\": \"United States\",\n    \"billing\": {\n        \"address_line_1\": \"123 Baker St.\",\n        \"address_line_2\": null,\n        \"city\": null,\n        \"state\": \"Flagstaff\",\n        \"zip_code\": \"AZ\",\n        \"country\": \"United States\"\n    },\n    \"local_license_number\": \"\",\n    \"license_number\": \"ABC-123\",\n    \"external_id\": null,\n    \"active\": true,\n    \"notes\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.flourishsoftware.com/external/api/v1/destinations/271bba0f"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"data\": {\n        \"id\": \"f14ce22bf58baee25981\",\n        \"alias\": \"NDLPL\",\n        \"company_email\": \"laboratoryplace@ndlcva.com\",\n        \"company_phone_number\": \"3332225555\",\n        \"address_line_1\": \"123 Baker Court\",\n        \"address_line_2\": \"Suite 104\",\n        \"city\": \"Phoenix\",\n        \"state\": \"AZ\",\n        \"zip_code\": \"48757\",\n        \"timezone\": \"America/Detroit\",\n        \"country\": \"United States\",\n        \"billing\": {\n            \"address_line_1\": \"123 Stoney St.\",\n            \"address_line_2\": null,\n            \"city\": \"Tegucigalpa\",\n            \"state\": \"AZ\",\n            \"zip_code\": \"38476\",\n            \"country\": \"United States\"\n        },\n        \"local_license_number\": \"XJHD-8346\",\n        \"license_number\": \"ABC-14424\",\n        \"license_type\": null,\n        \"universal_business_identifier\": \"123456\",\n        \"synced_from_compliance\": false,\n        \"is_same_company\": false,\n        \"external_id\": null,\n        \"website\": \"https://ndlpl.com\",\n        \"notes\": \"This is the best lab\",\n        \"active\": true,\n        \"contacts\": null,\n        \"type\": \"Laboratory\",\n        \"name\": \"New Destination Laboratoryplace 420\"\n    }\n}"}],"_postman_id":"b1f13d76-5488-41e0-98ee-df8683957b7a"},{"name":"GetDestinationContacts","id":"7d366c7f-0cca-424b-b1cc-4616d7248254","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"GET","header":[],"url":"https://app.flourishsoftware.com/external/api/v1/destinations/{{destination_id}}/contacts","description":"<p>Get all of the contacts for a given destination by <code>destination_id</code>.</p>\n","urlObject":{"path":["v1","destinations","{{destination_id}}","contacts"],"host":["https://app.flourishsoftware.com/external/api"],"query":[{"disabled":true,"key":"limit","value":"50"},{"disabled":true,"key":"offset","value":"0"}],"variable":[{"type":"any","value":"<string>","key":"destination_id"}]}},"response":[{"id":"b2c8453a-06d0-4dd4-baa0-2dead5b73d82","name":"GetDestinationContacts","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.flourishsoftware.com/external/api/v1/destinations/f14ce22bf58baee25981/contacts?limit=2","host":["https://app.flourishsoftware.com/external/api"],"path":["v1","destinations","f14ce22bf58baee25981","contacts"],"query":[{"key":"limit","value":"2"},{"key":"offset","value":"0","type":"text","disabled":true}]}},"_postman_previewlanguage":"json","header":null,"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"data\": [\n        {\n            \"facility_contact_id\": 10,\n            \"facility_id\": \"f14ce22bf58baee25981\",\n            \"first_name\": \"Testy\",\n            \"last_name\": \"McTesterson\",\n            \"email\": \"testy@mctesterson.com\",\n            \"phone_number\": \"7778889999\",\n            \"department\": \"Accounting\",\n            \"notes\": \"Some notes for this one.\",\n            \"is_primary\": 1,\n            \"last_updated_by\": \"\",\n            \"last_updated_timestamp\": \"2022-03-08T21:10:48Z\",\n            \"created_by\": \"\",\n            \"created_timestamp\": \"2022-03-08T21:10:48Z\"\n        },\n        {\n            \"facility_contact_id\": 11,\n            \"facility_id\": \"f14ce22bf58baee25981\",\n            \"first_name\": \"First\",\n            \"last_name\": \"Last\",\n            \"email\": \"first@last.com\",\n            \"phone_number\": null,\n            \"department\": null,\n            \"notes\": null,\n            \"is_primary\": 0,\n            \"last_updated_by\": \"\",\n            \"last_updated_timestamp\": \"2022-03-08T21:10:48Z\",\n            \"created_by\": \"\",\n            \"created_timestamp\": \"2022-03-08T21:10:48Z\"\n        }\n    ],\n    \"meta\": {\n        \"total\": 2,\n        \"offset\": 0,\n        \"limit\": 50,\n        \"count\": 2,\n        \"next\": \"\"\n    }\n}"}],"_postman_id":"7d366c7f-0cca-424b-b1cc-4616d7248254"},{"name":"PostDestinationContacts","id":"6efc77ac-1d83-4e6e-85ef-1fc538645883","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n\t{\n\t\t\"first_name\": \"Testy\",\n\t\t\"last_name\": \"McTesterson\",\n\t\t\"email\": \"testy@mctesterson.com\",\n\t\t\"phone_number\": \"7778889999\",\n\t\t\"department\": \"Accounting\",\n\t\t\"notes\": \"Some notes for this one.\",\n\t\t\"is_primary\": 1\n\t},\n\t{\n\t\t\"first_name\": \"First\",\n\t\t\"last_name\": \"Last\",\n\t\t\"email\": \"first@last.com\",\n\t\t\"phone_number\": null,\n\t\t\"department\": null,\n\t\t\"notes\": null,\n\t\t\"is_primary\": 0\n\t}\n]","options":{"raw":{"language":"json"}}},"url":"https://app.flourishsoftware.com/external/api/v1/destinations/{{destination_id}}/contacts","description":"<p>Create one or many contacts for a destination for the given <code>destination_id</code>.</p>\n","urlObject":{"path":["v1","destinations","{{destination_id}}","contacts"],"host":["https://app.flourishsoftware.com/external/api"],"query":[],"variable":[{"type":"any","value":"<string>","key":"destination_id"}]}},"response":[{"id":"f6e539f8-bcdb-47df-a952-6af0383834e6","name":"PostDestinationContacts","originalRequest":{"method":"POST","header":[],"url":"https://app.flourishsoftware.com/external/api/v1/destinations/{destination_id}/contacts"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"data\": [\n        {\n            \"facility_contact_id\": 14,\n            \"facility_id\": \"f14ce22bf58baee25981\",\n            \"first_name\": \"Testy\",\n            \"last_name\": \"McTesterson\",\n            \"email\": \"testy@mctesterson.com\",\n            \"phone_number\": \"7778889999\",\n            \"department\": \"Accounting\",\n            \"notes\": \"Some notes for this one.\",\n            \"is_primary\": 1,\n            \"last_updated_by\": \"ddrake@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2022-03-09T15:58:05.031496Z\",\n            \"created_by\": \"ddrake@flourishsoftware.com\",\n            \"created_timestamp\": \"2022-03-09T15:58:05.031496Z\"\n        },\n        {\n            \"facility_contact_id\": 15,\n            \"facility_id\": \"f14ce22bf58baee25981\",\n            \"first_name\": \"First\",\n            \"last_name\": \"Last\",\n            \"email\": \"first@last.com\",\n            \"phone_number\": null,\n            \"department\": null,\n            \"notes\": null,\n            \"is_primary\": 0,\n            \"last_updated_by\": \"ddrake@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2022-03-09T15:58:05.032018Z\",\n            \"created_by\": \"ddrake@flourishsoftware.com\",\n            \"created_timestamp\": \"2022-03-09T15:58:05.032018Z\"\n        }\n    ]\n}"}],"_postman_id":"6efc77ac-1d83-4e6e-85ef-1fc538645883"},{"name":"PutDestinationContacts","id":"e1dd135e-4730-4724-af47-2fe005e2b17b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"[\n\t{\n\t\t\"facility_contact_id\": 14,\n\t\t\"first_name\": \"Alice\",\n\t\t\"last_name\": \"Springs\",\n\t\t\"email\": \"alice@springs.com\",\n\t\t\"phone_number\": \"7778881010\",\n\t\t\"department\": \"Sales\",\n\t\t\"notes\": \"Some nifty notes for this one.\",\n\t\t\"is_primary\": 0\n\t},\n\t{\n\t\t\"facility_contact_id\": 15,\n\t\t\"first_name\": \"Firsty\",\n\t\t\"last_name\": \"McLasty\",\n\t\t\"email\": \"firsty@mclasty.com\",\n\t\t\"phone_number\": \"1112223333\",\n\t\t\"department\": \"Computers\",\n\t\t\"notes\": \"Techy\",\n\t\t\"is_primary\": 1\n\t}\n]","options":{"raw":{"language":"json"}}},"url":"https://app.flourishsoftware.com/external/api/v1/destinations/{{destination_id}}/contacts","description":"<p>Update one or many destination contacts for a destination for the given <code>destination_id</code>.</p>\n","urlObject":{"path":["v1","destinations","{{destination_id}}","contacts"],"host":["https://app.flourishsoftware.com/external/api"],"query":[{"disabled":true,"key":"FacilityID","value":"04bb2a7c"}],"variable":[{"type":"any","value":"<string>","key":"destination_id"}]}},"response":[{"id":"2090c690-f9bd-4767-9973-27d2439098e8","name":"PutDestinationContacts","originalRequest":{"method":"PUT","header":[{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"[\n\t{\n\t\t\"facility_contact_id\": 10,\n\t\t\"first_name\": \"Alice\",\n\t\t\"last_name\": \"Springs\",\n\t\t\"email\": \"alice@springs.com\",\n\t\t\"phone_number\": \"7778881010\",\n\t\t\"department\": \"Sales\",\n\t\t\"notes\": \"Some nifty notes for this one.\",\n\t\t\"is_primary\": 0\n\t},\n\t{\n\t\t\"facility_contact_id\": 11,\n\t\t\"first_name\": \"Firsty\",\n\t\t\"last_name\": \"McLasty\",\n\t\t\"email\": \"firsty@mclasty.com\",\n\t\t\"phone_number\": \"1112223333\",\n\t\t\"department\": \"Computers\",\n\t\t\"notes\": \"Techy\",\n\t\t\"is_primary\": 1\n\t}\n]","options":{"raw":{"language":"json"}}},"url":"https://app.flourishsoftware.com/external/api/v1/destinations/f14ce22bf58baee25981/contacts"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"data\": [\n        {\n            \"facility_contact_id\": 14,\n            \"facility_id\": \"f14ce22bf58baee25981\",\n            \"first_name\": \"Alice\",\n            \"last_name\": \"Springs\",\n            \"email\": \"alice@springs.com\",\n            \"phone_number\": \"7778881010\",\n            \"department\": \"Sales\",\n            \"notes\": \"Some nifty notes for this one.\",\n            \"is_primary\": 0,\n            \"last_updated_by\": \"ddrake@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2022-03-09T15:58:18.629589Z\",\n            \"created_by\": \"ddrake@flourishsoftware.com\",\n            \"created_timestamp\": \"2022-03-09T15:58:05Z\"\n        },\n        {\n            \"facility_contact_id\": 15,\n            \"facility_id\": \"f14ce22bf58baee25981\",\n            \"first_name\": \"Firsty\",\n            \"last_name\": \"McLasty\",\n            \"email\": \"firsty@mclasty.com\",\n            \"phone_number\": \"1112223333\",\n            \"department\": \"Computers\",\n            \"notes\": \"Techy\",\n            \"is_primary\": 1,\n            \"last_updated_by\": \"ddrake@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2022-03-09T15:58:18.796951Z\",\n            \"created_by\": \"ddrake@flourishsoftware.com\",\n            \"created_timestamp\": \"2022-03-09T15:58:05Z\"\n        }\n    ]\n}"}],"_postman_id":"e1dd135e-4730-4724-af47-2fe005e2b17b"}],"id":"832dbadd-4c3f-49df-9704-e7044e602abb","auth":{"type":"noauth","isInherited":false},"_postman_id":"832dbadd-4c3f-49df-9704-e7044e602abb","description":""},{"name":"Items","item":[{"name":"GetItem","id":"606f2907-c827-4d2b-ac77-233a08809cf2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"GET","header":[],"url":"https://app.flourishsoftware.com/external/api/v1/items/:item_id","description":"<p>Get an item by a given <code>item_id</code>.</p>\n","urlObject":{"path":["v1","items",":item_id"],"host":["https://app.flourishsoftware.com/external/api"],"query":[],"variable":[{"description":{"content":"<p>Integer primary key of the Flourish item</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"item_id"}]}},"response":[{"id":"ce5e350b-2fff-4932-af8c-3f264c9ced06","name":"GetItem","originalRequest":{"method":"GET","header":[],"url":"https://app.flourishsoftware.com/external/api/v1/items/100"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Date","value":"Thu, 07 Mar 2024 14:49:30 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"data\": {\n        \"id\": \"100\",\n        \"item_name\": \"1 Gram Filled Vape Cartridge , 456 Test\",\n        \"active\": true,\n        \"external\": false,\n        \"sku\": \"1 Gram Filled Vape Cartridge\",\n        \"part_number\": null,\n        \"ndc_number\": null,\n        \"product_code\": null,\n        \"retail_display_name\": \"1 Gram Filled Vape Cartridge\",\n        \"price\": 6,\n        \"retail_price\": 10,\n        \"retail_discount_price\": 9.5,\n        \"wholesale_price\": 8,\n        \"wholesale_discount_price\": 7,\n        \"cost\": 15,\n        \"item_description\": \"\",\n        \"inventory_type\": \"Hemp\",\n        \"item_class\": \"Concentrate\",\n        \"item_category\": \"Concentrate (each)\",\n        \"product_source_type\": \"Mixed\",\n        \"brand\": null,\n        \"strain_required\": false,\n        \"strain_id\": null,\n        \"strain_name\": null,\n        \"strain_type_name\": null,\n        \"barcode\": null,\n        \"season\": null,\n        \"season_year\": null,\n        \"style\": null,\n        \"style_sfx\": null,\n        \"color\": null,\n        \"color_sfx\": null,\n        \"color_desc\": null,\n        \"version\": null,\n        \"special_instructions\": null,\n        \"ref_field_1\": null,\n        \"ref_field_2\": null,\n        \"ref_field_3\": null,\n        \"ref_field_4\": null,\n        \"ref_field_5\": null,\n        \"sellable\": true,\n        \"needs_fulfillment\": true,\n        \"is_medical\": false,\n        \"is_tax_exempt\": false,\n        \"lot_tracked\": true,\n        \"serial_number_tracked\": true,\n        \"use_by_date_req\": false,\n        \"shelf_days\": null,\n        \"plant_additive\": 0,\n        \"reorder_point\": null,\n        \"single_unit_package\": false,\n        \"standard_qty_uom_id\": 1,\n        \"uom\": \"ea\",\n        \"uom_description\": \"Each\",\n        \"sync_each_by_weight_or_volume_uom\": false,\n        \"unit_weight\": 1,\n        \"weight_uom_id\": 2,\n        \"weight_uom\": \"g\",\n        \"weight_uom_description\": \"Gram\",\n        \"unit_volume\": null,\n        \"volume_uom_id\": null,\n        \"volume_uom\": null,\n        \"volume_uom_description\": null,\n        \"unit_height\": null,\n        \"unit_width\": null,\n        \"unit_length\": null,\n        \"dimension_uom_id\": null,\n        \"dimension_uom\": null,\n        \"dimension_uom_description\": null,\n        \"days_of_supply\": null,\n        \"default_supplier\": null,\n        \"unit_cbd_percent\": 28,\n        \"unit_thc_percent\": 100,\n        \"thc_ratio\": 100,\n        \"cbd_ratio\": 1,\n        \"cbd_mg_per_day\": null,\n        \"thc_mg_per_day\": null,\n        \"cbd_per_dose\": null,\n        \"cbd_per_dose_uom_id\": null,\n        \"cbd_per_dose_uom\": null,\n        \"cbd_per_dose_uom_description\": null,\n        \"thc_per_dose\": null,\n        \"thc_per_dose_uom_id\": null,\n        \"thc_per_dose_uom\": null,\n        \"thc_per_dose_uom_description\": null,\n        \"cbd_per_unit\": 11,\n        \"unit_cbd_content_uom_id\": 3,\n        \"cbd_per_unit_uom\": \"kg\",\n        \"cbd_per_unit_uom_description\": \"Kilogram\",\n        \"thc_per_unit\": 22,\n        \"unit_thc_content_uom_id\": 4,\n        \"thc_per_unit_uom\": \"mg\",\n        \"thc_per_unit_uom_description\": \"Milligram\",\n        \"total_cannabinoids_per_dose\": null,\n        \"total_cannabinoids_per_day\": null,\n        \"total_cannabinoids_per_unit\": null,\n        \"number_of_servings\": null,\n        \"num_doses_per_unit\": null,\n        \"num_days_per_unit\": null,\n        \"dose_measurement\": null,\n        \"unit_measurement\": null,\n        \"usable_cannabis_qty\": null,\n        \"usable_cannabis_qty_uom_id\": null,\n        \"usable_cannabis_qty_uom\": null,\n        \"usable_cannabis_qty_uom_description\": null,\n        \"unit_days\": null,\n        \"unit_cannabinoids\": null,\n        \"metrc_administration_method\": null,\n        \"metrc_item_ingredients\": null,\n        \"item_ingredients\": null,\n        \"allergens\": null,\n        \"serving_size\": null,\n        \"serving_size_grams\": null,\n        \"standard_daily_use_description\": null,\n        \"intake_form_id\": null,\n        \"amount_per_dose_active_ingredient\": null,\n        \"doses_per_day_active_ingredient\": null,\n        \"active_ingredient\": null,\n        \"onset_time_low_minutes\": null,\n        \"onset_time_high_minutes\": null,\n        \"duration_low_minutes\": null,\n        \"duration_high_minutes\": null,\n        \"dosage_amount\": null,\n        \"storage_instructions\": null,\n        \"helpful_tips\": null,\n        \"warning\": null,\n        \"ecommerce_active\": true,\n        \"ecommerce_item_name\": null,\n        \"item_strain_type_name\": null,\n        \"ecommerce_category_name\": null,\n        \"ecommerce_sub_category_name\": null,\n        \"leaflink_id\": null,\n        \"leaflink_company\": null,\n        \"integration_status_id\": 40,\n        \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n        \"last_updated_timestamp\": \"2022-05-23T19:30:41Z\",\n        \"created_by\": \"cg_demo@flourishsoftware.com\",\n        \"created_timestamp\": \"2018-05-21T15:05:09Z\",\n        \"finance_account_revenue\": {\n            \"finance_account_id\": 184,\n            \"parent_account_id\": null,\n            \"finance_account_type_id\": 21,\n            \"name\": \"Sales of Product Income\",\n            \"description\": \"\",\n            \"fully_qualified_name\": \"Sales of Product Income\",\n            \"account_number\": null,\n            \"active\": true,\n            \"hidden\": false,\n            \"created_timestamp\": \"2023-07-14T20:52:44Z\",\n            \"created_by\": \"ybuchma@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2023-09-12T12:05:32Z\",\n            \"last_updated_by\": \"ybuchma@flourishsoftware.com\",\n            \"finance_account_type\": \"Income\",\n            \"finance_account_type_class\": \"revenue\"\n        },\n        \"finance_account_asset\": {\n            \"finance_account_id\": 142,\n            \"parent_account_id\": null,\n            \"finance_account_type_id\": 19,\n            \"name\": \"Inventory Asset\",\n            \"description\": \"\",\n            \"fully_qualified_name\": \"Inventory Asset\",\n            \"account_number\": null,\n            \"active\": true,\n            \"hidden\": false,\n            \"created_timestamp\": \"2020-04-16T21:13:35Z\",\n            \"created_by\": \"flourish_software\",\n            \"last_updated_timestamp\": \"2023-09-12T12:05:32Z\",\n            \"last_updated_by\": \"ybuchma@flourishsoftware.com\",\n            \"finance_account_type\": \"Other Current Asset\",\n            \"finance_account_type_class\": \"asset\"\n        },\n        \"finance_account_expense\": {\n            \"finance_account_id\": 152,\n            \"parent_account_id\": null,\n            \"finance_account_type_id\": 26,\n            \"name\": \"Cost of Goods Sold\",\n            \"description\": \"\",\n            \"fully_qualified_name\": \"Cost of Goods Sold\",\n            \"account_number\": null,\n            \"active\": true,\n            \"hidden\": false,\n            \"created_timestamp\": \"2020-04-16T21:15:49Z\",\n            \"created_by\": \"flourish_software\",\n            \"last_updated_timestamp\": \"2023-09-12T12:05:32Z\",\n            \"last_updated_by\": \"ybuchma@flourishsoftware.com\",\n            \"finance_account_type\": \"Cost of Goods Sold\",\n            \"finance_account_type_class\": \"expense\"\n        }\n    }\n}"}],"_postman_id":"606f2907-c827-4d2b-ac77-233a08809cf2"},{"name":"GetItems","event":[{"listen":"test","script":{"id":"8601afe4-34b5-496a-8a1b-b7b7f69d7d10","exec":["pm.test(\"Status code is 200\", function() {\r","pm.response.to.have.status(200);\r","}\r",")"],"type":"text/javascript","packages":{}}}],"id":"ae640a26-b5c4-438f-abf9-19bbb7823a7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"GET","header":[],"url":"https://app.flourishsoftware.com/external/api/v1/items","description":"<p>Get items based on query parameters.</p>\n","urlObject":{"path":["v1","items"],"host":["https://app.flourishsoftware.com/external/api"],"query":[{"disabled":true,"description":{"content":"<p>The maximum allowable limit is set to 50</p>\n","type":"text/plain"},"key":"limit","value":"50"},{"disabled":true,"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>Type of inventory.</p>\n<p>Options: Cannabis, Raw Materials, Supplies</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"inventory_type","value":"Cannabis"},{"disabled":true,"description":{"content":"<p>Specify item class</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"item_class","value":"Plants"},{"disabled":true,"description":{"content":"<p>Only return specific item categories.</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"item_category","value":"Concentrate"},{"disabled":true,"description":{"content":"<p>Specify item by name.</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"item_name","value":"ItemX"},{"disabled":true,"description":{"content":"<p>Specify items which have strain required or not</p>\n<p>type: [boolean]</p>\n","type":"text/plain"},"key":"strain_required","value":"true"},{"disabled":true,"description":{"content":"<p>Specify items by strain.</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"strain_name","value":"OG Kush"},{"disabled":true,"description":{"content":"<p>Specify item by retail display name.</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"retail_display_name","value":"ItemY"},{"disabled":true,"description":{"content":"<p>Specify item by assigned UOM.</p>\n<p>Options: ea, g, kg, mg, oz, lb, t, in, cm, ml, l, fl oz, gal, pt, qt </p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"uom","value":"g"},{"disabled":true,"description":{"content":"<p>Specify items which are sellable or not</p>\n<p>type: [boolean]</p>\n","type":"text/plain"},"key":"sellable","value":"true"},{"disabled":true,"description":{"content":"<p>Specify items which are flagged as medical (as opposed to recreational).</p>\n<p>type: [boolean]</p>\n","type":"text/plain"},"key":"is_medical","value":"false"},{"disabled":true,"description":{"content":"<p>Specify items which are active or not.</p>\n<p>type: [boolean]</p>\n","type":"text/plain"},"key":"active","value":"true"},{"disabled":true,"description":{"content":"<p>Specify if Items are External Items.</p>\n","type":"text/plain"},"key":"is_external","value":"true"},{"disabled":true,"description":{"content":"<p>Filter by brand name. Can pass multiple.</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"brand_name","value":"My Brand"},{"disabled":true,"description":{"content":"<p>Filter by brand id. Can pass multiple.</p>\n","type":"text/plain"},"key":"brand_id","value":"420"},{"disabled":true,"description":{"content":"<p>Date/time item was updated, range start.</p>\n<p>type: [datetime]</p>\n","type":"text/plain"},"key":"last_updated_timestamp_start","value":"2022-08-02T15:04:05.000Z"},{"disabled":true,"description":{"content":"<p>Date/time item was updated, range end.</p>\n<p>type: [datetime]</p>\n","type":"text/plain"},"key":"last_updated_timestamp_end","value":"2020-01-03T15:04:05.000Z"},{"disabled":true,"description":{"content":"<p>Specify items which are actively flagged for e-commerce or not.</p>\n<p>type: [boolean]</p>\n","type":"text/plain"},"key":"ecommerce_active","value":"false"},{"disabled":true,"description":{"content":"<p>Filter by ecommerce_item_name. Can pass multiple.</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"ecommerce_item_name","value":"Full Spectrum Cart 1g"},{"disabled":true,"description":{"content":"<p>Filter by ecommerce_category_name. Can pass multiple.</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"ecommerce_category_name","value":"Vapes"},{"disabled":true,"description":{"content":"<p>Filter by ecommerce_sub_category_name. Can pass multiple.</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"ecommerce_sub_category_name","value":"Full Spectrum Carts"},{"disabled":true,"description":{"content":"<p>Filter by item_strain_type_name. This is an item-level field that can override the type inherited by the selected strain (Sativa, Indica, Hybrid, CBD, THC).</p>\n<p>Can pass multiple.</p>\n<p>type: [string]</p>\n<p>Combine with strain_type_name to broaden search.</p>\n","type":"text/plain"},"key":"item_strain_type_name","value":"Sativa"},{"disabled":true,"description":{"content":"<p>Filter by strain_type_name. When the item has a strain selected, this is the type of the strain (Sativa, Indica, Hybrid, CBD, THC).</p>\n<p>Can pass multiple.</p>\n<p>type: [string]</p>\n<p>Combine with item_strain_type_name to broaden search.</p>\n","type":"text/plain"},"key":"strain_type_name","value":"Hybrid"},{"disabled":true,"description":{"content":"<p>Whether to return the tags associated with the items in the response</p>\n","type":"text/plain"},"key":"include_tags","value":"true"},{"disabled":true,"description":{"content":"<p>Whether to include both internal and external items in the response. If passed, this will override the is_external parameter.</p>\n","type":"text/plain"},"key":"include_external","value":"true"}],"variable":[]}},"response":[{"id":"d0ad8063-5aed-4501-bde7-b28b29f0fca1","name":"GetItems","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.flourishsoftware.com/external/api/v1/items?limit=2&offset=1","host":["https://app.flourishsoftware.com/external/api"],"path":["v1","items"],"query":[{"key":"limit","value":"2"},{"key":"offset","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"},{"key":"Date","value":"Fri, 26 Jul 2019 03:42:33 GMT","enabled":true},{"key":"Content-Length","value":"3011","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"meta\": {\n        \"total\": 1167,\n        \"offset\": 0,\n        \"limit\": 2,\n        \"count\": 2,\n        \"next\": \"https://app.flourishsoftware.com/external/api/v1/items?offset=2&limit=2\"\n    },\n    \"data\": [\n        {\n            \"id\": \"2\",\n            \"item_name\": \"Blue Dream Half Gram Pre-Roll\",\n            \"active\": false,\n            \"external\": false,\n            \"sku\": \"1.3.33.2.0\",\n            \"part_number\": null,\n            \"ndc_number\": null,\n            \"product_code\": null,\n            \"retail_display_name\": \"Blue Dream Half Gram Pre-Roll\",\n            \"price\": 21.58,\n            \"retail_price\": null,\n            \"retail_discount_price\": null,\n            \"wholesale_price\": null,\n            \"wholesale_discount_price\": null,\n            \"retail\"\n            \"cost\": 0,\n            \"item_description\": \"\",\n            \"inventory_type\": \"Cannabis\",\n            \"item_class\": \"ShakeTrim\",\n            \"item_category\": \"Pre-Rolls\",\n            \"product_source_type\": \"Mixed\",\n            \"brand\": null,\n            \"strain_required\": true,\n            \"strain_id\": null,\n            \"strain_name\": null,\n            \"strain_type_name\": null,\n            \"barcode\": \"\",\n            \"season\": \"\",\n            \"season_year\": null,\n            \"style\": \"\",\n            \"style_sfx\": \"\",\n            \"color\": \"\",\n            \"color_sfx\": \"\",\n            \"color_desc\": \"\",\n            \"version\": \"\",\n            \"special_instructions\": \"\",\n            \"ref_field_1\": \"\",\n            \"ref_field_2\": \"\",\n            \"ref_field_3\": \"\",\n            \"ref_field_4\": \"\",\n            \"ref_field_5\": \"\",\n            \"sellable\": true,\n            \"needs_fulfillment\": true,\n            \"is_medical\": true,\n            \"is_tax_exempt\": false,\n            \"lot_tracked\": false,\n            \"serial_number_tracked\": false,\n            \"use_by_date_req\": false,\n            \"shelf_days\": null,\n            \"plant_additive\": 0,\n            \"reorder_point\": null,\n            \"single_unit_package\": false,\n            \"standard_qty_uom_id\": 1,\n            \"uom\": \"ea\",\n            \"uom_description\": \"Each\",\n            \"sync_each_by_weight_or_volume_uom\": false,\n            \"unit_weight\": 0.5,\n            \"weight_uom_id\": 2,\n            \"weight_uom\": \"g\",\n            \"weight_uom_description\": \"Gram\",\n            \"unit_volume\": null,\n            \"volume_uom_id\": 0,\n            \"volume_uom\": null,\n            \"volume_uom_description\": null,\n            \"unit_height\": null,\n            \"unit_width\": null,\n            \"unit_length\": null,\n            \"dimension_uom_id\": null,\n            \"dimension_uom\": null,\n            \"dimension_uom_description\": null,\n            \"days_of_supply\": null,\n            \"default_supplier\": null,\n            \"unit_cbd_percent\": null,\n            \"unit_thc_percent\": null,\n            \"thc_ratio\": null,\n            \"cbd_ratio\": null,\n            \"cbd_mg_per_day\": null,\n            \"thc_mg_per_day\": null,\n            \"cbd_per_dose\": null,\n            \"cbd_per_dose_uom_id\": null,\n            \"cbd_per_dose_uom\": null,\n            \"cbd_per_dose_uom_description\": null,\n            \"thc_per_dose\": null,\n            \"thc_per_dose_uom_id\": null,\n            \"thc_per_dose_uom\": null,\n            \"thc_per_dose_uom_description\": null,\n            \"cbd_per_unit\": null,\n            \"unit_cbd_content_uom_id\": null,\n            \"cbd_per_unit_uom\": null,\n            \"cbd_per_unit_uom_description\": null,\n            \"thc_per_unit\": null,\n            \"unit_thc_content_uom_id\": null,\n            \"thc_per_unit_uom\": null,\n            \"thc_per_unit_uom_description\": null,\n            \"total_cannabinoids_per_dose\": null,\n            \"total_cannabinoids_per_day\": null,\n            \"total_cannabinoids_per_unit\": null,\n            \"number_of_servings\": null,\n            \"num_doses_per_unit\": null,\n            \"num_days_per_unit\": null,\n            \"dose_measurement\": null,\n            \"unit_measurement\": null,\n            \"usable_cannabis_qty\": null,\n            \"usable_cannabis_qty_uom_id\": null,\n            \"usable_cannabis_qty_uom\": null,\n            \"usable_cannabis_qty_uom_description\": null,\n            \"unit_days\": null,\n            \"unit_cannabinoids\": null,\n            \"metrc_administration_method\": null,\n            \"metrc_item_ingredients\": null,\n            \"item_ingredients\": null,\n            \"allergens\": null,\n            \"serving_size\": null,\n            \"serving_size_grams\": null,\n            \"standard_daily_use_description\": null,\n            \"intake_form_id\": null,\n            \"amount_per_dose_active_ingredient\": null,\n            \"doses_per_day_active_ingredient\": null,\n            \"active_ingredient\": null,\n            \"onset_time_low_minutes\": null,\n            \"onset_time_high_minutes\": null,\n            \"duration_low_minutes\": null,\n            \"duration_high_minutes\": null,\n            \"dosage_amount\": null,\n            \"storage_instructions\": null,\n            \"helpful_tips\": null,\n            \"warning\": null,\n            \"ecommerce_active\": false,\n            \"ecommerce_item_name\": null,\n            \"item_strain_type_name\": null,\n            \"ecommerce_category_name\": null,\n            \"ecommerce_sub_category_name\": null,\n            \"leaflink_id\": null,\n            \"leaflink_company\": null,\n            \"integration_status_id\": 40,\n            \"last_updated_by\": \"cg_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2021-07-08T22:03:26Z\",\n            \"created_by\": \"cg_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2017-12-12T17:48:50Z\"\n        },\n        {\n            \"id\": \"4\",\n            \"item_name\": \"Advanced Nutrient Mix\",\n            \"active\": false,\n            \"external\": false,\n            \"sku\": \"3.9.28.4.0\",\n            \"part_number\": null,\n            \"ndc_number\": null,\n            \"product_code\": null,\n            \"retail_display_name\": \"Advanced Nutrient Mix\",\n            \"price\": 0,\n            \"retail_price\": 35,\n            \"retail_discount_price\": 33,\n            \"wholesale_price\": 32,\n            \"wholesale_discount_price\": 30,\n            \"cost\": 1.4,\n            \"item_description\": \"\",\n            \"inventory_type\": \"Supplies\",\n            \"item_class\": \"General\",\n            \"item_category\": \"Supplies\",\n            \"product_source_type\": null,\n            \"brand\": null,\n            \"strain_required\": false,\n            \"strain_id\": null,\n            \"strain_name\": null,\n            \"strain_type_name\": null,\n            \"barcode\": \"\",\n            \"season\": \"\",\n            \"season_year\": null,\n            \"style\": \"\",\n            \"style_sfx\": \"\",\n            \"color\": \"\",\n            \"color_sfx\": \"\",\n            \"color_desc\": \"\",\n            \"version\": \"\",\n            \"special_instructions\": \"\",\n            \"ref_field_1\": \"\",\n            \"ref_field_2\": \"\",\n            \"ref_field_3\": \"\",\n            \"ref_field_4\": \"\",\n            \"ref_field_5\": \"\",\n            \"sellable\": true,\n            \"needs_fulfillment\": false,\n            \"is_medical\": false,\n            \"is_tax_exempt\": false,\n            \"lot_tracked\": true,\n            \"serial_number_tracked\": false,\n            \"use_by_date_req\": false,\n            \"shelf_days\": null,\n            \"plant_additive\": 1,\n            \"reorder_point\": 30,\n            \"single_unit_package\": false,\n            \"standard_qty_uom_id\": 2,\n            \"uom\": \"g\",\n            \"uom_description\": \"Gram\",\n            \"sync_each_by_weight_or_volume_uom\": false,\n            \"unit_weight\": null,\n            \"weight_uom_id\": null,\n            \"weight_uom\": null,\n            \"weight_uom_description\": null,\n            \"unit_volume\": null,\n            \"volume_uom_id\": null,\n            \"volume_uom\": null,\n            \"volume_uom_description\": null,\n            \"unit_height\": null,\n            \"unit_width\": null,\n            \"unit_length\": null,\n            \"dimension_uom_id\": null,\n            \"dimension_uom\": null,\n            \"dimension_uom_description\": null,\n            \"days_of_supply\": null,\n            \"default_supplier\": null,\n            \"unit_cbd_percent\": null,\n            \"unit_thc_percent\": null,\n            \"thc_ratio\": null,\n            \"cbd_ratio\": null,\n            \"cbd_mg_per_day\": null,\n            \"thc_mg_per_day\": null,\n            \"cbd_per_dose\": null,\n            \"cbd_per_dose_uom_id\": null,\n            \"cbd_per_dose_uom\": null,\n            \"cbd_per_dose_uom_description\": null,\n            \"thc_per_dose\": null,\n            \"thc_per_dose_uom_id\": null,\n            \"thc_per_dose_uom\": null,\n            \"thc_per_dose_uom_description\": null,\n            \"cbd_per_unit\": null,\n            \"unit_cbd_content_uom_id\": null,\n            \"cbd_per_unit_uom\": null,\n            \"cbd_per_unit_uom_description\": null,\n            \"thc_per_unit\": null,\n            \"unit_thc_content_uom_id\": null,\n            \"thc_per_unit_uom\": null,\n            \"thc_per_unit_uom_description\": null,\n            \"total_cannabinoids_per_dose\": null,\n            \"total_cannabinoids_per_day\": null,\n            \"total_cannabinoids_per_unit\": null,\n            \"number_of_servings\": null,\n            \"num_doses_per_unit\": null,\n            \"num_days_per_unit\": null,\n            \"dose_measurement\": null,\n            \"unit_measurement\": null,\n            \"usable_cannabis_qty\": null,\n            \"usable_cannabis_qty_uom_id\": null,\n            \"usable_cannabis_qty_uom\": null,\n            \"usable_cannabis_qty_uom_description\": null,\n            \"unit_days\": null,\n            \"unit_cannabinoids\": null,\n            \"metrc_administration_method\": null,\n            \"metrc_item_ingredients\": null,\n            \"item_ingredients\": null,\n            \"allergens\": null,\n            \"serving_size\": null,\n            \"serving_size_grams\": null,\n            \"standard_daily_use_description\": null,\n            \"intake_form_id\": null,\n            \"amount_per_dose_active_ingredient\": null,\n            \"doses_per_day_active_ingredient\": null,\n            \"active_ingredient\": null,\n            \"onset_time_low_minutes\": null,\n            \"onset_time_high_minutes\": null,\n            \"duration_low_minutes\": null,\n            \"duration_high_minutes\": null,\n            \"dosage_amount\": null,\n            \"storage_instructions\": null,\n            \"helpful_tips\": null,\n            \"warning\": null,\n            \"ecommerce_active\": false,\n            \"ecommerce_item_name\": null,\n            \"item_strain_type_name\": null,\n            \"ecommerce_category_name\": null,\n            \"ecommerce_sub_category_name\": null,\n            \"leaflink_id\": null,\n            \"leaflink_company\": null,\n            \"integration_status_id\": 40,\n            \"last_updated_by\": \"badams_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2021-12-30T22:35:14Z\",\n            \"created_by\": \"cg_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2017-12-12T17:51:33Z\"\n        }\n    ]\n}"},{"id":"a45f26c2-49ec-438a-9a26-8f4f28bf42fb","name":"GetItemsWithTags","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.flourishsoftware.com/external/api/v1/items?limit=2&offset=90&include_tags=true","host":["https://app.flourishsoftware.com/external/api"],"path":["v1","items"],"query":[{"key":"limit","value":"2"},{"key":"offset","value":"90"},{"key":"include_tags","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Date","value":"Thu, 07 Mar 2024 15:10:25 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"meta\": {\n        \"total\": 724,\n        \"offset\": 90,\n        \"limit\": 2,\n        \"count\": 2,\n        \"next\": \"https://app.flourishsoftware.com/external/api/v1/items?offset=92&limit=2\"\n    },\n    \"data\": [\n        {\n            \"id\": \"101\",\n            \"item_name\": \"Bloomin Farms Vape Packaging\",\n            \"active\": false,\n            \"external\": false,\n            \"sku\": \"3.9.40.101.0\",\n            \"part_number\": null,\n            \"ndc_number\": null,\n            \"product_code\": null,\n            \"retail_display_name\": \"Bloomin Farms Vape Packaging\",\n            \"price\": 0,\n            \"retail_price\": null,\n            \"retail_discount_price\": null,\n            \"wholesale_price\": null,\n            \"wholesale_discount_price\": null,\n            \"cost\": 0,\n            \"item_description\": \"\",\n            \"inventory_type\": \"Supplies\",\n            \"item_class\": \"General\",\n            \"item_category\": \"Labeling\",\n            \"product_source_type\": null,\n            \"brand\": \"Bloomin Farm\",\n            \"strain_required\": false,\n            \"strain_id\": null,\n            \"strain_name\": null,\n            \"strain_type_name\": null,\n            \"barcode\": null,\n            \"season\": null,\n            \"season_year\": null,\n            \"style\": null,\n            \"style_sfx\": null,\n            \"color\": null,\n            \"color_sfx\": null,\n            \"color_desc\": null,\n            \"version\": null,\n            \"special_instructions\": null,\n            \"ref_field_1\": null,\n            \"ref_field_2\": null,\n            \"ref_field_3\": null,\n            \"ref_field_4\": null,\n            \"ref_field_5\": null,\n            \"sellable\": true,\n            \"sell_by_lot\": false,\n            \"needs_fulfillment\": false,\n            \"is_medical\": false,\n            \"is_tax_exempt\": false,\n            \"lot_tracked\": false,\n            \"serial_number_tracked\": false,\n            \"use_by_date_req\": false,\n            \"shelf_days\": null,\n            \"plant_additive\": 0,\n            \"reorder_point\": null,\n            \"single_unit_package\": false,\n            \"standard_qty_uom_id\": 1,\n            \"uom\": \"ea\",\n            \"uom_description\": \"Each\",\n            \"sync_each_by_weight_or_volume_uom\": false,\n            \"unit_weight\": 1,\n            \"weight_uom_id\": 2,\n            \"weight_uom\": \"g\",\n            \"weight_uom_description\": \"Gram\",\n            \"unit_volume\": null,\n            \"volume_uom_id\": null,\n            \"volume_uom\": null,\n            \"volume_uom_description\": null,\n            \"unit_height\": null,\n            \"unit_width\": null,\n            \"unit_length\": null,\n            \"dimension_uom_id\": null,\n            \"dimension_uom\": null,\n            \"dimension_uom_description\": null,\n            \"days_of_supply\": null,\n            \"default_supplier\": null,\n            \"unit_cbd_percent\": null,\n            \"unit_thc_percent\": null,\n            \"thc_ratio\": null,\n            \"cbd_ratio\": null,\n            \"cbd_mg_per_day\": null,\n            \"thc_mg_per_day\": null,\n            \"cbd_per_dose\": null,\n            \"cbd_per_dose_uom_id\": null,\n            \"cbd_per_dose_uom\": null,\n            \"cbd_per_dose_uom_description\": null,\n            \"thc_per_dose\": null,\n            \"thc_per_dose_uom_id\": null,\n            \"thc_per_dose_uom\": null,\n            \"thc_per_dose_uom_description\": null,\n            \"cbd_per_unit\": null,\n            \"unit_cbd_content_uom_id\": null,\n            \"cbd_per_unit_uom\": null,\n            \"cbd_per_unit_uom_description\": null,\n            \"thc_per_unit\": null,\n            \"unit_thc_content_uom_id\": null,\n            \"thc_per_unit_uom\": null,\n            \"thc_per_unit_uom_description\": null,\n            \"total_cannabinoids_per_dose\": null,\n            \"total_cannabinoids_per_day\": null,\n            \"total_cannabinoids_per_unit\": null,\n            \"number_of_servings\": null,\n            \"num_doses_per_unit\": null,\n            \"num_days_per_unit\": null,\n            \"dose_measurement\": null,\n            \"unit_measurement\": null,\n            \"usable_cannabis_qty\": null,\n            \"usable_cannabis_qty_uom_id\": null,\n            \"usable_cannabis_qty_uom\": null,\n            \"usable_cannabis_qty_uom_description\": null,\n            \"unit_days\": null,\n            \"unit_cannabinoids\": null,\n            \"metrc_administration_method\": null,\n            \"metrc_item_ingredients\": null,\n            \"item_ingredients\": null,\n            \"allergens\": null,\n            \"serving_size\": null,\n            \"serving_size_grams\": null,\n            \"standard_daily_use_description\": null,\n            \"intake_form_id\": null,\n            \"amount_per_dose_active_ingredient\": null,\n            \"doses_per_day_active_ingredient\": null,\n            \"active_ingredient\": null,\n            \"onset_time_low_minutes\": null,\n            \"onset_time_high_minutes\": null,\n            \"duration_low_minutes\": null,\n            \"duration_high_minutes\": null,\n            \"dosage_amount\": null,\n            \"storage_instructions\": null,\n            \"helpful_tips\": null,\n            \"warning\": null,\n            \"ecommerce_item_name\": null,\n            \"item_strain_type_name\": null,\n            \"ecommerce_category_name\": null,\n            \"ecommerce_sub_category_name\": null,\n            \"ecommerce_active\": false,\n            \"leaflink_id\": null,\n            \"leaflink_company\": null,\n            \"integration_status_id\": 40,\n            \"last_updated_by\": \"cg_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2021-07-08T22:03:26Z\",\n            \"created_by\": \"cg_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2018-05-25T17:57:45Z\",\n            \"tags\": [\n                {\n                    \"tag_id\": 12,\n                    \"name\": \"Packaging\",\n                    \"description\": \"\",\n                    \"slug\": \"\",\n                    \"active\": 1,\n                    \"created_timestamp\": \"2025-05-13T18:30:59Z\",\n                    \"created_by\": \"badams_demo@flourishsoftware.com\",\n                    \"last_updated_timestamp\": \"2025-05-13T18:30:59Z\",\n                    \"last_updated_by\": \"badams_demo@flourishsoftware.com\"\n                }\n            ]\n        },\n        {\n            \"id\": \"102\",\n            \"item_name\": \"THC Capsule\",\n            \"active\": false,\n            \"external\": false,\n            \"sku\": \"1.6.20.102.0\",\n            \"part_number\": null,\n            \"ndc_number\": null,\n            \"product_code\": null,\n            \"retail_display_name\": \"THC Capsule\",\n            \"price\": 1.5,\n            \"retail_price\": 3,\n            \"retail_discount_price\": 2.5,\n            \"wholesale_price\": 2,\n            \"wholesale_discount_price\": 1.5,\n            \"cost\": 0,\n            \"item_description\": \"\",\n            \"inventory_type\": \"Cannabis\",\n            \"item_class\": \"InfusedEdible\",\n            \"item_category\": \"Capsule (each)\",\n            \"product_source_type\": \"Mixed\",\n            \"brand\": null,\n            \"strain_required\": false,\n            \"strain_id\": null,\n            \"strain_name\": null,\n            \"strain_type_name\": null,\n            \"barcode\": null,\n            \"season\": null,\n            \"season_year\": null,\n            \"style\": null,\n            \"style_sfx\": null,\n            \"color\": null,\n            \"color_sfx\": null,\n            \"color_desc\": null,\n            \"version\": null,\n            \"special_instructions\": null,\n            \"ref_field_1\": null,\n            \"ref_field_2\": null,\n            \"ref_field_3\": null,\n            \"ref_field_4\": null,\n            \"ref_field_5\": null,\n            \"sellable\": true,\n            \"sell_by_lot\": false,\n            \"needs_fulfillment\": true,\n            \"is_medical\": false,\n            \"is_tax_exempt\": false,\n            \"lot_tracked\": true,\n            \"serial_number_tracked\": false,\n            \"use_by_date_req\": false,\n            \"shelf_days\": null,\n            \"plant_additive\": 0,\n            \"reorder_point\": null,\n            \"single_unit_package\": false,\n            \"standard_qty_uom_id\": 1,\n            \"uom\": \"ea\",\n            \"uom_description\": \"Each\",\n            \"sync_each_by_weight_or_volume_uom\": false,\n            \"unit_weight\": 0.05,\n            \"weight_uom_id\": 2,\n            \"weight_uom\": \"g\",\n            \"weight_uom_description\": \"Gram\",\n            \"unit_volume\": null,\n            \"volume_uom_id\": null,\n            \"volume_uom\": null,\n            \"volume_uom_description\": null,\n            \"unit_height\": null,\n            \"unit_width\": null,\n            \"unit_length\": null,\n            \"dimension_uom_id\": null,\n            \"dimension_uom\": null,\n            \"dimension_uom_description\": null,\n            \"days_of_supply\": null,\n            \"default_supplier\": null,\n            \"unit_cbd_percent\": null,\n            \"unit_thc_percent\": null,\n            \"thc_ratio\": null,\n            \"cbd_ratio\": null,\n            \"cbd_mg_per_day\": null,\n            \"thc_mg_per_day\": null,\n            \"cbd_per_dose\": null,\n            \"cbd_per_dose_uom_id\": null,\n            \"cbd_per_dose_uom\": null,\n            \"cbd_per_dose_uom_description\": null,\n            \"thc_per_dose\": null,\n            \"thc_per_dose_uom_id\": null,\n            \"thc_per_dose_uom\": null,\n            \"thc_per_dose_uom_description\": null,\n            \"cbd_per_unit\": null,\n            \"unit_cbd_content_uom_id\": null,\n            \"cbd_per_unit_uom\": null,\n            \"cbd_per_unit_uom_description\": null,\n            \"thc_per_unit\": null,\n            \"unit_thc_content_uom_id\": null,\n            \"thc_per_unit_uom\": null,\n            \"thc_per_unit_uom_description\": null,\n            \"total_cannabinoids_per_dose\": null,\n            \"total_cannabinoids_per_day\": null,\n            \"total_cannabinoids_per_unit\": null,\n            \"number_of_servings\": null,\n            \"num_doses_per_unit\": null,\n            \"num_days_per_unit\": null,\n            \"dose_measurement\": null,\n            \"unit_measurement\": null,\n            \"usable_cannabis_qty\": null,\n            \"usable_cannabis_qty_uom_id\": null,\n            \"usable_cannabis_qty_uom\": null,\n            \"usable_cannabis_qty_uom_description\": null,\n            \"unit_days\": null,\n            \"unit_cannabinoids\": null,\n            \"metrc_administration_method\": null,\n            \"metrc_item_ingredients\": null,\n            \"item_ingredients\": null,\n            \"allergens\": null,\n            \"serving_size\": null,\n            \"serving_size_grams\": null,\n            \"standard_daily_use_description\": null,\n            \"intake_form_id\": null,\n            \"amount_per_dose_active_ingredient\": null,\n            \"doses_per_day_active_ingredient\": null,\n            \"active_ingredient\": null,\n            \"onset_time_low_minutes\": null,\n            \"onset_time_high_minutes\": null,\n            \"duration_low_minutes\": null,\n            \"duration_high_minutes\": null,\n            \"dosage_amount\": null,\n            \"storage_instructions\": null,\n            \"helpful_tips\": null,\n            \"warning\": null,\n            \"ecommerce_item_name\": null,\n            \"item_strain_type_name\": null,\n            \"ecommerce_category_name\": null,\n            \"ecommerce_sub_category_name\": null,\n            \"ecommerce_active\": false,\n            \"leaflink_id\": null,\n            \"leaflink_company\": null,\n            \"integration_status_id\": 40,\n            \"last_updated_by\": \"cg_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2021-07-08T22:03:26Z\",\n            \"created_by\": \"cg_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2018-05-31T18:30:50Z\",\n            \"tags\": null\n        }\n    ]\n}"}],"_postman_id":"ae640a26-b5c4-438f-abf9-19bbb7823a7b"},{"name":"GetItemClasses","event":[{"listen":"test","script":{"id":"a334c230-7a74-49a9-bbdb-fe5a77322b03","exec":["pm.test(\"Status code is 200\", function() {\r","pm.response.to.have.status(200);\r","}\r",")"],"type":"text/javascript"}}],"id":"23fe1dd9-f544-4171-b682-5dcccbb4ba42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"GET","header":[],"url":"https://app.flourishsoftware.com/external/api/v1/itemclasses","description":"<p>Get all available item classifications.</p>\n","urlObject":{"path":["v1","itemclasses"],"host":["https://app.flourishsoftware.com/external/api"],"query":[{"disabled":true,"key":"limit","value":"50"},{"disabled":true,"key":"offset","value":"0"}],"variable":[]}},"response":[{"id":"8e421a02-08a3-4915-9771-b343a73f62e6","name":"GetItemClasses","originalRequest":{"method":"GET","header":[],"url":"https://app.flourishsoftware.com/external/api/v1/itemclasses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Date","value":"Fri, 26 Jul 2019 03:41:58 GMT"},{"key":"Content-Length","value":"602"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"meta\": {\n        \"total\": 9,\n        \"offset\": 0,\n        \"limit\": 50,\n        \"count\": 9,\n        \"next\": \"\"\n    }\n    \"data\": [\n        {\n            \"inventory_type\": \"Cannabis\",\n            \"item_class\": \"Buds\"\n        },\n        {\n            \"inventory_type\": \"Cannabis\",\n            \"item_class\": \"Concentrate\"\n        },\n        {\n            \"inventory_type\": \"Cannabis\",\n            \"item_class\": \"InfusedEdible\"\n        },\n        {\n            \"inventory_type\": \"Cannabis\",\n            \"item_class\": \"InfusedNonEdible\"\n        },\n        {\n            \"inventory_type\": \"Cannabis\",\n            \"item_class\": \"Other\"\n        },\n        {\n            \"inventory_type\": \"Cannabis\",\n            \"item_class\": \"Plants\"\n        },\n        {\n            \"inventory_type\": \"Cannabis\",\n            \"item_class\": \"ShakeTrim\"\n        },\n        {\n            \"inventory_type\": \"Raw Materials\",\n            \"item_class\": \"General\"\n        },\n        {\n            \"inventory_type\": \"Supplies\",\n            \"item_class\": \"General\"\n        }\n    ]\n}"}],"_postman_id":"23fe1dd9-f544-4171-b682-5dcccbb4ba42"},{"name":"GetItemCategories","id":"ac44bce6-ef8d-49fc-9672-21a276fe1c3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"GET","header":[],"url":"https://app.flourishsoftware.com/external/api/v1/itemcategories","description":"<p>Get all item categories.</p>\n","urlObject":{"path":["v1","itemcategories"],"host":["https://app.flourishsoftware.com/external/api"],"query":[{"disabled":true,"key":"limit","value":"50"},{"disabled":true,"key":"offset","value":"0"}],"variable":[]}},"response":[{"id":"8ba4e234-2f69-4005-93e7-aa343b77bfd5","name":"GetItemCategories","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.flourishsoftware.com/external/api/v1/itemcategories?limit=2","host":["https://app.flourishsoftware.com/external/api"],"path":["v1","itemcategories"],"query":[{"key":"limit","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Date","value":"Fri, 26 Jul 2019 03:42:12 GMT"},{"key":"transfer-encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"meta\": {\n        \"total\": 99,\n        \"offset\": 0,\n        \"limit\": 2,\n        \"count\": 2,\n        \"next\": \"https://app.flourishsoftware.com/external/api/v1/itemcategories?offset=2&limit=2\"\n    },\n    \"data\": [\n        {\n            \"inventory_type\": \"Cannabis\",\n            \"item_class\": \"Buds\",\n            \"item_category\": \"Automation_new_category\"\n        },\n        {\n            \"inventory_type\": \"Cannabis\",\n            \"item_class\": \"Buds\",\n            \"item_category\": \"Buds\"\n        }\n    ]\n}"}],"_postman_id":"ac44bce6-ef8d-49fc-9672-21a276fe1c3c"},{"name":"GetItemVariation","id":"50f1238e-e143-4e95-a8a9-889bbe3d0f63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"GET","header":[],"url":"https://app.flourishsoftware.com/external/api/v1/itemvariations/{{item_variation_id}}","description":"<p>Get an item variation for the given <code>item_variation_id</code>.</p>\n","urlObject":{"path":["v1","itemvariations","{{item_variation_id}}"],"host":["https://app.flourishsoftware.com/external/api"],"query":[],"variable":[{"type":"any","value":"<integer>","key":"item_variation_pk"}]}},"response":[{"id":"2bb0a020-792a-4b80-b157-7aa19e4820eb","name":"GetItemVariation","originalRequest":{"method":"GET","header":[],"url":"https://app.flourishsoftware.com/external/api/v1/itemvariations/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Date","value":"Mon, 19 Aug 2019 04:38:16 GMT"},{"key":"Content-Length","value":"1484"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"data\": {\n        \"id\": \"1\",\n        \"item_id\": \"12\",\n        \"variation_name\": \"Cannablast Chocolate Bar - 24 Bar Pack\",\n        \"variation_description\": null,\n        \"unit_qty\": 24,\n        \"unit_price\": 0,\n        \"unit_cost\": null,\n        \"sku\": null,\n        \"version\": null,\n        \"season\": null,\n        \"style\": null,\n        \"color\": null,\n        \"ref_field_1\": null,\n        \"ref_field_2\": null,\n        \"ref_field_3\": null,\n        \"ref_field_4\": null,\n        \"ref_field_5\": null,\n        \"total_cannabinoids_per_dose\": null,\n        \"total_cannabinoids_per_dose_uom\": null,\n        \"total_cannabinoids_per_day\": null,\n        \"total_cannabinoids_per_day_uom\": null,\n        \"total_cannabinoids_per_unit\": null,\n        \"total_cannabinoids_per_unit_uom\": null,\n        \"thc_per_dose\": null,\n        \"thc_per_dose_uom\": null,\n        \"cbd_per_dose\": null,\n        \"cbd_per_dose_uom\": null,\n        \"thc_per_day\": null,\n        \"thc_per_day_uom\": null,\n        \"cbd_per_day\": null,\n        \"cbd_per_day_uom\": null,\n        \"thc_per_unit\": null,\n        \"thc_per_unit_uom\": null,\n        \"cbd_per_unit\": null,\n        \"cbd_per_unit_uom\": null,\n        \"standard_daily_use_description\": null,\n        \"active_ingredient\": null,\n        \"onset_time_low_minutes\": null,\n        \"onset_time_high_minutes\": null,\n        \"duration_low_minutes\": null,\n        \"duration_high_minutes\": null,\n        \"taxable\": false,\n        \"storage_instructions\": null,\n        \"helpful_tips\": null,\n        \"warning\": null,\n        \"ecommerce_active\": true,\n        \"retail_display_name\": \"Cannablast Chocolate Bar - 24 Bar Pack\",\n        \"part_number\": null,\n        \"active\": true,\n        \"last_updated_by\": \"cg_demo@flourishsoftware.com\",\n        \"last_updated_timestamp\": \"2018-11-11T22:56:38Z\",\n        \"created_by\": \"cg_demo@flourishsoftware.com\",\n        \"created_timestamp\": \"2017-12-15T20:13:53Z\",\n        \"ecommerce_item\": null,\n        \"ecommerce_category\": null,\n        \"ecommerce_sub_category\": null\n    }\n}"}],"_postman_id":"50f1238e-e143-4e95-a8a9-889bbe3d0f63"},{"name":"GetItemVariationsForItem","event":[{"listen":"test","script":{"id":"02a6fe90-8ab8-484a-bfa6-23c2162d07ed","exec":["pm.test(\"Status code is 200\", function() {\r","pm.response.to.have.status(200);\r","}\r",")"],"type":"text/javascript","packages":{}}}],"id":"d757537a-5d2d-4be4-a927-dd5cbcc31c2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"GET","header":[],"url":"https://app.flourishsoftware.com/external/api/v1/items/{{item_id}}/itemvariations","description":"<p>Get all active item variations for a particular item.</p>\n","urlObject":{"path":["v1","items","{{item_id}}","itemvariations"],"host":["https://app.flourishsoftware.com/external/api"],"query":[{"disabled":true,"key":"limit","value":"50"},{"disabled":true,"key":"offset","value":"0"}],"variable":[{"type":"any","value":"<integer>","key":"item_id"}]}},"response":[{"id":"2d381406-1117-4539-a7f1-b97af843ae10","name":"GetItemVariationsForItem","originalRequest":{"method":"GET","header":[],"url":"https://app.flourishsoftware.com/external/api/v1/items/12/itemvariations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Date","value":"Fri, 26 Jul 2019 03:45:44 GMT"},{"key":"Content-Length","value":"1547"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"meta\": {\n        \"total\": 1,\n        \"offset\": 0,\n        \"limit\": 50,\n        \"count\": 1,\n        \"next\": \"\"\n    },\n    \"data\": [\n        {\n            \"id\": \"1\",\n            \"item_id\": \"12\",\n            \"variation_name\": \"Cannablast Chocolate Bar - 24 Bar Pack\",\n            \"variation_description\": null,\n            \"unit_qty\": 24,\n            \"unit_price\": 0,\n            \"unit_cost\": null,\n            \"sku\": null,\n            \"version\": null,\n            \"season\": null,\n            \"style\": null,\n            \"color\": null,\n            \"ref_field_1\": null,\n            \"ref_field_2\": null,\n            \"ref_field_3\": null,\n            \"ref_field_4\": null,\n            \"ref_field_5\": null,\n            \"total_cannabinoids_per_dose\": null,\n            \"total_cannabinoids_per_dose_uom\": null,\n            \"total_cannabinoids_per_day\": null,\n            \"total_cannabinoids_per_day_uom\": null,\n            \"total_cannabinoids_per_unit\": null,\n            \"total_cannabinoids_per_unit_uom\": null,\n            \"thc_per_dose\": null,\n            \"thc_per_dose_uom\": null,\n            \"cbd_per_dose\": null,\n            \"cbd_per_dose_uom\": null,\n            \"thc_per_day\": null,\n            \"thc_per_day_uom\": null,\n            \"cbd_per_day\": null,\n            \"cbd_per_day_uom\": null,\n            \"thc_per_unit\": null,\n            \"thc_per_unit_uom\": null,\n            \"cbd_per_unit\": null,\n            \"cbd_per_unit_uom\": null,\n            \"standard_daily_use_description\": null,\n            \"active_ingredient\": null,\n            \"onset_time_low_minutes\": null,\n            \"onset_time_high_minutes\": null,\n            \"duration_low_minutes\": null,\n            \"duration_high_minutes\": null,\n            \"taxable\": false,\n            \"storage_instructions\": null,\n            \"helpful_tips\": null,\n            \"warning\": null,\n            \"ecommerce_active\": true,\n            \"retail_display_name\": \"Cannablast Chocolate Bar - 24 Bar Pack\",\n            \"part_number\": null,\n            \"active\": true,\n            \"last_updated_by\": \"cg_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2018-11-11T22:56:38Z\",\n            \"created_by\": \"cg_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2017-12-15T20:13:53Z\",\n            \"ecommerce_item\": null,\n            \"ecommerce_category\": null,\n            \"ecommerce_sub_category\": null\n        }\n    ]\n}"}],"_postman_id":"d757537a-5d2d-4be4-a927-dd5cbcc31c2f"},{"name":"GetItemArt","id":"7b9c661c-5af0-409d-aade-7b48d24418b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"GET","header":[],"url":"https://app.flourishsoftware.com/external/api/v1/items/:item_id/art","description":"<p>Get links for the various images that can be associated with a given item.</p>\n<p>Will return a link to the image with an expiration for:</p>\n<ul>\n<li><p>Product</p>\n</li>\n<li><p>Label</p>\n</li>\n<li><p>Packaging</p>\n</li>\n</ul>\n<p>Expect status code <code>204</code> if the item has no art.</p>\n","urlObject":{"path":["v1","items",":item_id","art"],"host":["https://app.flourishsoftware.com/external/api"],"query":[{"disabled":true,"description":{"content":"<p>Custom link expiration can be expressed as 15m, 2h, 7d etc. </p>\n<p>Supported time units are:</p>\n<ul>\n<li>m: minutes</li>\n<li>h: hours</li>\n<li>d: days</li>\n</ul>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"expire","value":"8h"}],"variable":[{"description":{"content":"<p>Flourish integer item ID</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"item_id"}]}},"response":[{"id":"29e55745-289f-46a6-af25-5495a45ef9c0","name":"GetItemArt","originalRequest":{"method":"GET","header":[],"url":"https://app.flourishsoftware.com/external/api/v1/items/1/art"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Date","value":"Fri, 26 Jul 2019 03:44:31 GMT"},{"key":"Content-Length","value":"955"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"data\": [\n        {\n            \"url\": \"https://url.com/abc123\",\n            \"image_type\": \"product\",\n            \"expire_in\": \"30m0s\"\n        },\n        {\n            \"url\": \"https://url.com/def456\",\n            \"image_type\": \"packaging\",\n            \"expire_in\": \"30m0s\"\n        }\n    ]\n}"}],"_postman_id":"7b9c661c-5af0-409d-aade-7b48d24418b3"}],"id":"541b97f1-4368-44ae-ac1f-a81e913983b6","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"3356ef58-c59c-45dd-8202-ff2b36cbd767","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"6e035321-48ee-4d73-9b57-8cde56e77edc","type":"text/javascript","exec":[""]}}],"_postman_id":"541b97f1-4368-44ae-ac1f-a81e913983b6","description":""},{"name":"Strains","item":[{"name":"GetStrains","event":[{"listen":"test","script":{"id":"78c25e16-284a-495d-970e-134283587e77","exec":["pm.test(\"Status code is 200\", function() {\r","pm.response.to.have.status(200);\r","}\r",")"],"type":"text/javascript"}}],"id":"b80f8260-a8a7-46dd-9232-610da7821c98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"GET","header":[],"url":"https://app.flourishsoftware.com/external/api/v1/strains","description":"<p>Get details on all registered strains.</p>\n","urlObject":{"path":["v1","strains"],"host":["https://app.flourishsoftware.com/external/api"],"query":[{"disabled":true,"key":"limit","value":"50"},{"disabled":true,"key":"offset","value":"0"}],"variable":[]}},"response":[{"id":"d361d068-e95e-4d44-9095-ecfd97b71466","name":"GetStrains","originalRequest":{"method":"GET","header":[],"url":"https://app.flourishsoftware.com/external/api/v1/strains"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Date","value":"Mon, 19 Aug 2019 03:44:04 GMT"},{"key":"transfer-encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"meta\": {\n        \"total\": 5,\n        \"offset\": 0,\n        \"limit\": 50,\n        \"count\": 5,\n        \"next\": \"\"\n    },\n    \"data\": [\n        {\n            \"id\": \"7f6afbd4\",\n            \"strain_name\": \"Fire OG\",\n            \"abbreviation\": \"FOG\",\n            \"description\": \"\",\n            \"type\": \"Indica\",\n            \"indica_percentage\": 0,\n            \"sativa_percentage\": 0,\n            \"thc_level\": 0,\n            \"cbd_level\": 0,\n            \"veg_length_days\": 21,\n            \"flower_length_days\": 21,\n            \"active\": true\n        },\n        {\n            \"id\": \"4b6ce3f1\",\n            \"strain_name\": \"OG Kush\",\n            \"abbreviation\": \"OGK\",\n            \"description\": \"\",\n            \"type\": \"Hybrid\",\n            \"indica_percentage\": 0,\n            \"sativa_percentage\": 0,\n            \"thc_level\": null,\n            \"cbd_level\": null,\n            \"veg_length_days\": 21,\n            \"flower_length_days\": 21,\n            \"active\": true\n        },\n        {\n            \"id\": \"aaf4e1f2\",\n            \"strain_name\": \"Blue Dream\",\n            \"abbreviation\": \"BD\",\n            \"description\": \"Blue Dream is a sativa-dominant hybrid\",\n            \"type\": \"Hybrid\",\n            \"indica_percentage\": 30,\n            \"sativa_percentage\": 70,\n            \"thc_level\": 15,\n            \"cbd_level\": 0,\n            \"veg_length_days\": 14,\n            \"flower_length_days\": 56,\n            \"active\": true\n        },\n        {\n            \"id\": \"f4b2e5f9\",\n            \"strain_name\": \"Harlequin\",\n            \"abbreviation\": \"HAR\",\n            \"description\": \"\",\n            \"type\": \"CBD\",\n            \"indica_percentage\": 25,\n            \"sativa_percentage\": 75,\n            \"thc_level\": 5,\n            \"cbd_level\": 25,\n            \"veg_length_days\": 60,\n            \"flower_length_days\": 60,\n            \"active\": true\n        },\n        {\n            \"id\": \"c1a3f9c1\",\n            \"strain_name\": \"Lemon Haze\",\n            \"abbreviation\": \"LH\",\n            \"description\": \"Lemon Haze has been characterized as smelling of fresh peeled lemon slices with a similar taste. Its buds appear to be green and yellow with amber hairs on the trichomes, giving it the yellow tint. Th\",\n            \"type\": \"Sativa\",\n            \"indica_percentage\": 0,\n            \"sativa_percentage\": 100,\n            \"thc_level\": 20,\n            \"cbd_level\": 0.5,\n            \"veg_length_days\": 30,\n            \"flower_length_days\": 56,\n            \"active\": true\n        }\n    ]\n}"}],"_postman_id":"b80f8260-a8a7-46dd-9232-610da7821c98"},{"name":"GetStrainById","event":[{"listen":"test","script":{"id":"78c25e16-284a-495d-970e-134283587e77","exec":["pm.test(\"Status code is 200\", function() {\r","pm.response.to.have.status(200);\r","}\r",")"],"type":"text/javascript","packages":{}}}],"id":"ea2c62d9-526b-47ea-81b9-9f427a366076","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"GET","header":[],"url":"https://app.flourishsoftware.com/external/api/v1/strains/{{strain_id}}","description":"<p>Gets the details of a strain by a given ID.</p>\n","urlObject":{"path":["v1","strains","{{strain_id}}"],"host":["https://app.flourishsoftware.com/external/api"],"query":[],"variable":[{"type":"any","value":"<string>","key":"strain_id"}]}},"response":[{"id":"ae197b67-8c1a-4552-bf9e-42efd9526766","name":"GetStrainByID","originalRequest":{"method":"GET","header":[],"url":"https://app.flourishsoftware.com/external/api/v1/strains/945c1eec"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Date","value":"Mon, 19 Aug 2019 03:44:04 GMT"},{"key":"transfer-encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"data\": [\n        {\n            \"id\": \"945c1eec\",\n            \"strain_name\": \"OG Kush\",\n            \"abbreviation\": \"OGK\",\n            \"description\": \"\",\n            \"feel\": null,\n            \"type\": \"Hybrid\",\n            \"indica_percentage\": 0,\n            \"sativa_percentage\": 0,\n            \"thc_level\": null,\n            \"cbd_level\": null,\n            \"veg_length_days\": 21,\n            \"flower_length_days\": 21,\n            \"active\": true,\n            \"external\": false,\n            \"last_updated_by\": \"arpita@codepiemedia.com\",\n            \"last_updated_timestamp\": \"2020-04-22T09:52:24Z\",\n            \"created_by\": \"cg_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2017-12-12T17:35:16Z\"\n        }\n    ]\n}"}],"_postman_id":"ea2c62d9-526b-47ea-81b9-9f427a366076"}],"id":"b8f4cde8-d48f-4d8c-bde1-20e1eaa5d099","auth":{"type":"noauth","isInherited":false},"_postman_id":"b8f4cde8-d48f-4d8c-bde1-20e1eaa5d099","description":""},{"name":"UOMs","item":[{"name":"GetUOMs","event":[{"listen":"test","script":{"id":"5bf7a4f8-7f2e-4a38-9ae9-ec8d07dd207c","exec":["pm.test(\"Status code is 200\", function() {\r","pm.response.to.have.status(200);\r","}\r",")"],"type":"text/javascript"}}],"id":"70031e3b-ff05-4b51-816b-c5ac19611fe5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"GET","header":[],"url":"https://app.flourishsoftware.com/external/api/v1/uoms","description":"<p>Get all company UOMs (unit of measure).</p>\n","urlObject":{"path":["v1","uoms"],"host":["https://app.flourishsoftware.com/external/api"],"query":[{"disabled":true,"key":"limit","value":"50"},{"disabled":true,"key":"offset","value":"0"},{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"73193258-69de-4798-8790-a6a5d605a174","name":"GetUOMs","originalRequest":{"method":"GET","header":[],"url":"https://app.flourishsoftware.com/external/api/v1/uoms"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Date","value":"Fri, 26 Jul 2019 03:46:14 GMT"},{"key":"Content-Length","value":"964"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"meta\": {\n        \"total\": 15,\n        \"offset\": 0,\n        \"limit\": 50,\n        \"count\": 15,\n        \"next\": \"\"\n    },\n    \"data\": [\n        {\n            \"uom_type\": \"count\",\n            \"uom\": \"ea\",\n            \"description\": \"Each\"\n        },\n        {\n            \"uom_type\": \"weight\",\n            \"uom\": \"g\",\n            \"description\": \"Gram\"\n        },\n        {\n            \"uom_type\": \"weight\",\n            \"uom\": \"kg\",\n            \"description\": \"Kilogram\"\n        },\n        {\n            \"uom_type\": \"weight\",\n            \"uom\": \"mg\",\n            \"description\": \"Milligram\"\n        },\n        {\n            \"uom_type\": \"weight\",\n            \"uom\": \"oz\",\n            \"description\": \"Ounce\"\n        },\n        {\n            \"uom_type\": \"weight\",\n            \"uom\": \"lb\",\n            \"description\": \"Pound\"\n        },\n        {\n            \"uom_type\": \"weight\",\n            \"uom\": \"t\",\n            \"description\": \"Metric Tons\"\n        },\n        {\n            \"uom_type\": \"length\",\n            \"uom\": \"in\",\n            \"description\": \"Inch\"\n        },\n        {\n            \"uom_type\": \"length\",\n            \"uom\": \"cm\",\n            \"description\": \"Centimeter\"\n        },\n        {\n            \"uom_type\": \"volume\",\n            \"uom\": \"ml\",\n            \"description\": \"Milliliters\"\n        },\n        {\n            \"uom_type\": \"volume\",\n            \"uom\": \"l\",\n            \"description\": \"Liters\"\n        },\n        {\n            \"uom_type\": \"volume\",\n            \"uom\": \"fl oz\",\n            \"description\": \"Fluid Ounces\"\n        },\n        {\n            \"uom_type\": \"volume\",\n            \"uom\": \"gal\",\n            \"description\": \"Gallons\"\n        },\n        {\n            \"uom_type\": \"volume\",\n            \"uom\": \"pt\",\n            \"description\": \"Pints\"\n        },\n        {\n            \"uom_type\": \"volume\",\n            \"uom\": \"qt\",\n            \"description\": \"Quarts\"\n        }\n    ]\n}"}],"_postman_id":"70031e3b-ff05-4b51-816b-c5ac19611fe5"}],"id":"77f8d90b-8904-4ed7-accd-8677bfc03f7f","auth":{"type":"noauth","isInherited":false},"_postman_id":"77f8d90b-8904-4ed7-accd-8677bfc03f7f","description":""},{"name":"Inbound Purchase Orders","item":[{"name":"GetPurchaseOrders","event":[{"listen":"test","script":{"id":"ff2edb4d-8c92-4aa5-81d5-b507c842dea9","exec":["pm.test(\"Status code is 200\", function() {\r","pm.response.to.have.status(200);\r","}\r",")"],"type":"text/javascript"}}],"id":"7335b6d5-ba09-435c-8fd8-da980c1994e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"GET","header":[{"key":"FacilityID","value":"{{facility_id}}","type":"text"}],"url":"https://app.flourishsoftware.com/external/api/v1/purchase-orders","description":"<p>Get inbound purchase orders.</p>\n","urlObject":{"path":["v1","purchase-orders"],"host":["https://app.flourishsoftware.com/external/api"],"query":[{"disabled":true,"key":"limit","value":"50"},{"disabled":true,"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>Status of the purchase order.</p>\n<p>Options: Created, Receiving partial, Receiving complete, Closed, Cancelled</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"purchase_order_status","value":"Complete"},{"disabled":true,"description":{"content":"<p>Name of vendor associated with an order.</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"vendor_name","value":"Vendor Name"},{"disabled":true,"description":{"content":"<p>Filter by orders that have a particular shipping method.</p>\n<p>Options:</p>\n<ul>\n<li>1 - USPS</li>\n<li>2 - UPS</li>\n<li>3 - FedEx</li>\n<li>4 - LTL</li>\n<li>5 - Local Delivery</li>\n<li>6 - Pickup</li>\n<li>7 - Other</li>\n</ul>\n<p>type: [int] </p>\n","type":"text/plain"},"key":"shipping_method_id","value":"1"},{"disabled":true,"description":{"content":"<p>Filter by orders that have a specific value for ref_field_1.</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"ref_field_1","value":"ABC1"},{"disabled":true,"description":{"content":"<p>Filter by orders that have a specific value for ref_field_2.</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"ref_field_2","value":"DEF2"},{"disabled":true,"description":{"content":"<p>Filter by orders that have a specific value for ref_field_3.</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"ref_field_3","value":"GHI3"},{"disabled":true,"description":{"content":"<p>Filter by orders that have a specific value for ref_field_4.</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"ref_field_4","value":"JKL4"},{"disabled":true,"description":{"content":"<p>Filter by orders that have a specific value for ref_field_5.</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"ref_field_5","value":"MNO5"},{"disabled":true,"description":{"content":"<p>Date and time purchase order was created, range start.</p>\n<p>type: [datetime]</p>\n","type":"text/plain"},"key":"created_timestamp_start","value":"2020-01-02T15:04:05.000Z"},{"disabled":true,"description":{"content":"<p>Date and time purchase order was created, range end.</p>\n<p>type: [datetime]</p>\n","type":"text/plain"},"key":"created_timestamp_end","value":"2020-01-03T15:04:05.000Z"},{"disabled":true,"description":{"content":"<p>Date and time purchase order was updated, range start.</p>\n<p>type: [datetime]</p>\n","type":"text/plain"},"key":"last_updated_timestamp_start","value":"2020-01-02T15:04:05.000Z"},{"disabled":true,"description":{"content":"<p>Date and time purchase order was updated, range end.</p>\n<p>type: [datetime]</p>\n","type":"text/plain"},"key":"last_updated_timestamp_end","value":"2020-01-03T15:04:05.000Z"}],"variable":[]}},"response":[{"id":"ff0c8134-64f9-479b-a1cd-35e5f144c3c4","name":"GetPurchaseOrders","originalRequest":{"method":"GET","header":[{"key":"FacilityID","value":"5c8bd438a3ad982cf6abf9f5"}],"url":{"raw":"https://app.flourishsoftware.com/external/api/v1/purchase-orders","host":["https://app.flourishsoftware.com/external/api"],"path":["v1","purchase-orders"],"query":[{"key":"limit","value":"2","disabled":true},{"key":"offset","value":"0","disabled":true},{"key":"purchase_order_status","value":"Completed","description":"Status of the order.\n\nOptions: Created, Partially Allocated, Allocated, Shipped, Cancelled.\n\ntype: string","disabled":true},{"key":"created_timestamp_start","value":"2020-01-02T15:04:05.000Z","description":"Specifies where the order was created from.\n\nOptions: Flourish, Online, Cultivate, Leaflink, Order Management System.\n\ntype: [string]","disabled":true},{"key":"created_timestamp_end","value":"2020-01-03T15:04:05.000Z","description":"Specifies the status of payment on the order.\n\nOptions: Awaiting Payment, Paid, Partially Paid, Partially Refunded, Refunded\n\ntype: [string]","disabled":true},{"key":"last_updated_timestamp_start","value":"2020-01-02T15:04:05.000Z","description":"ID of an order.\n\ntype: [string]","disabled":true},{"key":"last_updated_timestamp_end","value":"2020-01-03T15:04:05.000Z","description":"Date/time order was created, range start.\n\ntype: DATETIME","disabled":true},{"key":"vendor_name","value":"293%20Heirloom%20Valley%20LLC%20(TML18-0001111)","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"},{"key":"Date","value":"Sun, 07 Mar 2021 21:30:31 GMT","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"meta\": {\n        \"total\": 3438,\n        \"offset\": 0,\n        \"limit\": 2,\n        \"count\": 2,\n        \"next\": \"https://app.flourishsoftware.com/external/api/v1/purchase-orders?offset=2&limit=2\"\n    },\n    \"data\": [\n        {\n            \"id\": \"00000049\",\n            \"facility_id\": \"58b9b09d280e20ea24a126bb\",\n            \"purchase_order_status\": \"Cancelled\",\n            \"shipping_method\": \"USPS\",\n            \"expected_timestamp\": \"2018-05-16T21:39:47Z\",\n            \"actual_arrival_timestamp\": null,\n            \"first_receipt_timestamp\": null,\n            \"last_receipt_timestamp\": null,\n            \"ref_field_1\": null,\n            \"ref_field_2\": null,\n            \"ref_field_3\": null,\n            \"ref_field_4\": null,\n            \"ref_field_5\": null,\n            \"notes\": null,\n            \"gross_total\": 0,\n            \"total_taxes\": 0,\n            \"total_cost\": 0,\n            \"vendor\": {\n                \"id\": \"96daca40\",\n                \"name\": \"Bottles R Us\",\n                \"vendor_type_name\": \"\",\n                \"company_email\": null,\n                \"shipping\": {\n                    \"address\": \"555 Bottle Lane\",\n                    \"city\": \"Philadelphia\",\n                    \"state\": \"PA\",\n                    \"zip_code\": \"17823\",\n                    \"country\": \"United States\"\n                },\n                \"billing\": {\n                    \"address\": \"\",\n                    \"city\": \"Reno\",\n                    \"state\": \"NV\",\n                    \"zip_code\": \"89433\",\n                    \"country\": \"United States\"\n                },\n                \"license_number\": \"\",\n                \"website\": \"bottlesrus.com\",\n                \"note\": \"Some notes to verify\",\n                \"active\": false,\n                \"external_reference_id\": null,\n                \"state_expiration_date\": \"2019-08-10\",\n                \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n                \"last_updated_timestamp\": \"2021-11-03T14:54:34Z\",\n                \"created_by\": \"cg_demo@flourishsoftware.com\",\n                \"created_timestamp\": \"2017-12-15T16:40:52Z\",\n                \"company_phone_number\": null,\n                \"alias\": \"\",\n                \"account_number\": null,\n                \"ref_field_1\": null,\n                \"ref_field_2\": null,\n                \"business_id\": null,\n                \"external_vendor_id\": null,\n                \"diverse_supplier\": 0\n            },\n            \"purchase_order_lines\": [],\n            \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2018-06-12T03:49:21Z\",\n            \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2018-05-16T17:39:54Z\"\n        },\n        {\n            \"id\": \"00000127\",\n            \"facility_id\": \"58b9b09d280e20ea24a126bb\",\n            \"purchase_order_status\": \"Cancelled\",\n            \"shipping_method\": \"FedEx\",\n            \"expected_timestamp\": \"2019-09-04T06:31:02Z\",\n            \"actual_arrival_timestamp\": null,\n            \"first_receipt_timestamp\": null,\n            \"last_receipt_timestamp\": null,\n            \"ref_field_1\": null,\n            \"ref_field_2\": null,\n            \"ref_field_3\": null,\n            \"ref_field_4\": null,\n            \"ref_field_5\": null,\n            \"notes\": null,\n            \"gross_total\": 0,\n            \"total_taxes\": 0,\n            \"total_cost\": 0,\n            \"vendor\": {\n                \"id\": \"96dac975\",\n                \"name\": \"Labels Express\",\n                \"vendor_type_name\": \"\",\n                \"company_email\": null,\n                \"shipping\": {\n                    \"address\": \"556 State St\",\n                    \"city\": null,\n                    \"state\": null,\n                    \"zip_code\": null,\n                    \"country\": null\n                },\n                \"billing\": {\n                    \"address\": \"\",\n                    \"city\": \"Los Angeles\",\n                    \"state\": \"CA\",\n                    \"zip_code\": \"90026\",\n                    \"country\": \"United States\"\n                },\n                \"license_number\": \"\",\n                \"website\": null,\n                \"note\": null,\n                \"active\": true,\n                \"external_reference_id\": null,\n                \"state_expiration_date\": \"\",\n                \"last_updated_by\": \"cg_demo@flourishsoftware.com\",\n                \"last_updated_timestamp\": \"2021-11-03T14:54:34Z\",\n                \"created_by\": \"cg_demo@flourishsoftware.com\",\n                \"created_timestamp\": \"2017-12-12T17:34:41Z\",\n                \"company_phone_number\": null,\n                \"alias\": \"\",\n                \"account_number\": null,\n                \"ref_field_1\": null,\n                \"ref_field_2\": null,\n                \"business_id\": null,\n                \"external_vendor_id\": null,\n                \"diverse_supplier\": 0\n            },\n            \"purchase_order_lines\": [\n                {\n                    \"id\": \"200\",\n                    \"purchase_order_id\": \"00000127\",\n                    \"item_id\": 116,\n                    \"strain_id\": \"5bd97a1cf27db5ad3074\",\n                    \"item_variation_pk\": null,\n                    \"item_name\": \"1 to 1 Concentrate\",\n                    \"inventory_type_id\": 1,\n                    \"thc_ratio\": 1,\n                    \"cbd_ratio\": 1,\n                    \"item_uom\": \"g\",\n                    \"variation_name\": null,\n                    \"unit_qty\": null,\n                    \"strain_name\": \"Cookie Mints\",\n                    \"purchase_order_line_status\": \"Created\",\n                    \"sku\": \"1 to 1 Concentrate\",\n                    \"sku_name\": \"1 to 1 Concentrate\",\n                    \"retail_display_name\": \"1 to 1 Concentrate - Retail\",\n                    \"ecommerce_item\": \"1 to 1 Concentrate_Name\",\n                    \"ecommerce_unit_days\": null,\n                    \"ecommerce_unit_cannabinoids\": null,\n                    \"ordered_qty\": 1,\n                    \"received_qty\": 0,\n                    \"expiration_date\": \"\",\n                    \"total_cost\": 0,\n                    \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n                    \"last_updated_timestamp\": \"2019-09-04T06:31:38Z\",\n                    \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n                    \"created_timestamp\": \"2019-09-04T06:31:38Z\",\n                    \"purchase_order_line_dtls\": []\n                }\n            ],\n            \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2019-09-30T09:42:24Z\",\n            \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2019-09-04T06:31:09Z\"\n        }\n    ]\n}"}],"_postman_id":"7335b6d5-ba09-435c-8fd8-da980c1994e6"},{"name":"GetPurchaseOrder","event":[{"listen":"test","script":{"id":"ff2edb4d-8c92-4aa5-81d5-b507c842dea9","exec":["pm.test(\"Status code is 200\", function() {\r","pm.response.to.have.status(200);\r","}\r",")"],"type":"text/javascript"}}],"id":"1e54b548-8743-49b0-a553-e36f7872e891","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"GET","header":[],"url":"https://app.flourishsoftware.com/external/api/v1/purchase-orders/{{purchase_order_id}}","description":"<p>Get the details for a single purchase order by the given <code>purchase_order_id</code>.</p>\n","urlObject":{"path":["v1","purchase-orders","{{purchase_order_id}}"],"host":["https://app.flourishsoftware.com/external/api"],"query":[],"variable":[]}},"response":[{"id":"f774049b-a5ea-4f75-bad5-eb603da7a23d","name":"GetPurchaseOrder","originalRequest":{"method":"GET","header":[{"key":"FacilityID","value":"{{facility_id}}","disabled":true}],"url":"https://app.flourishsoftware.com/external/api/v1/purchase-orders/{purchase_order_id}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Date","value":"Sun, 07 Mar 2021 21:06:47 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"data\": {\n        \"id\": \"00000001\",\n        \"purchase_order_status\": \"Receiving complete\",\n        \"shipping_method\": \"USPS\",\n        \"expected_timestamp\": \"2019-02-27T03:13:59Z\",\n        \"actual_arrival_timestamp\": null,\n        \"first_receipt_timestamp\": null,\n        \"last_receipt_timestamp\": null,\n        \"ref_field_1\": null,\n        \"ref_field_2\": null,\n        \"ref_field_3\": null,\n        \"ref_field_4\": null,\n        \"ref_field_5\": null,\n        \"notes\": null,\n        \"gross_total\": 0,\n        \"total_taxes\": 0,\n        \"total_cost\": 0,\n        \"vendor\": {\n            \"id\": \"be40311acb4826a6b19c\",\n            \"name\": \"Vendor Name\",\n            \"company_email\": \"me@me.com\",\n            \"shipping\": {\n                \"address\": \"Street 1\",\n                \"city\": \"Atlanta\",\n                \"state\": \"GA\",\n                \"zip_code\": \"33033\",\n                \"country\": \"U.S.A.\"\n            },\n            \"billing\": {\n                \"address\": \"Street 1\",\n                \"city\": \"Atlanta\",\n                \"state\": \"GA\",\n                \"zip_code\": \"33033\",\n                \"country\": \"U.S.A.\"\n            },\n            \"license_number\": \"LIC-001\",\n            \"contact\": {\n                \"contact_first_name\": \"Contact\",\n                \"contact_middle_name\": null,\n                \"contact_last_name\": \"Last\",\n                \"contact_email\": \"contact@email.com\",\n                \"contact_phone_number\": \"\"\n            },\n            \"website\": null,\n            \"note\": null,\n            \"active\": true,\n            \"facility_id\": null,\n            \"state_expiration_date\": \"\",\n            \"last_updated_by\": \"user@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2019-02-25T18:24:22Z\",\n            \"created_by\": \"user@flourishsoftware.com\",\n            \"created_timestamp\": \"2019-02-25T18:24:22Z\"\n        },\n        \"purchase_order_lines\": [\n            {\n                \"id\": \"1\",\n                \"purchase_order_id\": \"00000001\",\n                \"item_id\": 404,\n                \"strain_id\": \"648b97078b2106e36f28\",\n                \"item_variation_pk\": 3,\n                \"item_name\": \"Strawberry Banana Bulk Ungraded Flower\",\n                \"inventory_type_id\": 1,\n                \"thc_ratio\": null,\n                \"cbd_ratio\": null,\n                \"item_uom\": \"g\",\n                \"variation_name\": null,\n                \"unit_qty\": 1,\n                \"strain_name\": \"Strawberry Banana\",\n                \"purchase_order_line_status\": \"Receiving complete\",\n                \"sku\": \"1.2.3.4\",\n                \"sku_name\": \"Strawberry Banana Bulk Ungraded Flower\",\n                \"retail_display_name\": \"Strawberry Banana Bulk Ungraded Flower\",\n                \"ecommerce_item\": null,\n                \"ecommerce_unit_days\": null,\n                \"ecommerce_unit_cannabinoids\": null,\n                \"ordered_qty\": 100,\n                \"received_qty\": 99,\n                \"expiration_date\": \"\",\n                \"total_cost\": 12.00,\n                \"last_updated_by\": \"user@flourishsoftware.com\",\n                \"last_updated_timestamp\": \"2019-06-18T22:53:47Z\",\n                \"created_by\": \"user@flourishsoftware.com\",\n                \"created_timestamp\": \"2019-02-26T19:17:37Z\",\n                \"purchase_order_line_dtls\": [\n                    {\n                        \"id\": \"1\",\n                        \"purchase_order_id\": \"00000001\",\n                        \"purchase_order_line_id\": \"1\",\n                        \"qty\": 99,\n                        \"received_qty\": 99,\n                        \"shipped_qty\": 100,\n                        \"purchase_order_line_dtl_status\": \"Receiving complete\",\n                        \"unit_cost\": 0,\n                        \"thc_percentage\": null,\n                        \"cbd_percentage\": null,\n                        \"lab_test_id\": null,\n                        \"lab_name\": null,\n                        \"lab_facility_id\": \"\",\n                        \"lot_number\": \"ABCD\",\n                        \"area_name\": null,\n                        \"location_name\": \"Floor\",\n                        \"package_id\": \"CATHDDS-20190226-001\",\n                        \"ref_field_1\": null,\n                        \"use_by_date\": \"\",\n                        \"final_testing_date\": \"\",\n                        \"packaged_date\": \"\",\n                        \"thc_content\": null,\n                        \"serving_size\": null,\n                        \"production_date\": \"\",\n                        \"extraction_method\": null,\n                        \"harvest_date\": \"\",\n                        \"moisture_content\": null,\n                        \"last_updated_by\": \"user@flourishsoftware.com\",\n                        \"last_updated_timestamp\": \"2019-02-26T19:23:59Z\",\n                        \"created_by\": \"user@flourishsoftware.com\",\n                        \"created_timestamp\": \"2019-02-26T19:23:39Z\"\n                    }\n                ]\n            }\n        ],\n        \"last_updated_by\": \"user@flourishsoftware.com\",\n        \"last_updated_timestamp\": \"2021-03-06T14:23:57Z\",\n        \"created_by\": \"user@flourishsoftware.com\",\n        \"created_timestamp\": \"2019-02-26T19:17:37Z\"\n    }\n}"}],"_postman_id":"1e54b548-8743-49b0-a553-e36f7872e891"},{"name":"CreatePurchaseOrder","id":"9012f86b-e153-4f07-aea8-b42acb20e5a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"POST","header":[{"key":"FacilityID","value":"58b9b09d280e20ea24a126bb"},{"key":"CompanyID","value":"58b9ae9c280e20ea24a126b8"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"vendor_id\": \"96dac5da\",\n    \"po_status_id\": 10,\n    \"ref_field_1\": \"ref_field_1\",\n    \"ref_field_2\": \"1231\",\n    \"ref_field_3\": \"1231\",\n    \"ref_field_4\": \"1231\",\n    \"ref_field_5\": \"1231\",\n    \"gross_total\": 0,\n    \"total_taxes\": 0.88,\n    \"total_cost\": 30,\n    \"total_price\": 30,\n    \"created_from_metrc_transfer\": 1,\n    \"created_from_intercompany_transfer\": 1,\n    \"shipping_method_id\": 2,\n    \"expected_timestamp\": \"2021-04-02T12:57:01.000Z\",\n    \"purchase_order_lines\": [\n        {\n            \"item_id\": 160,\n            \"item_variation_pk\": \"12\",\n            \"strain_id\": \"945c1c52\",\n            \"ordered_qty\": 1,\n            \"unit_price\": 40.0,\n            \"unit_cost\": 90.0,\n            \"total_cost\": 80.0\n        }\n    ]\n}"},"url":"https://app.flourishsoftware.com/external/api/v1/purchase-orders","description":"<p>Create an inbound purchase orders.</p>\n<p>Required Headers:<br /><strong>FacilityID</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Example</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>purchase_order_status_id</td>\n<td>10</td>\n<td>Status of the purchase order.  <br />  <br />type: [int]</td>\n</tr>\n<tr>\n<td>shipping_method_id</td>\n<td>1</td>\n<td>Method of shipping the purchase order.  <br />  <br />Options:  <br />  <br />1 - USPS  <br />2 - UPS  <br />3 - FedEx  <br />4 - LTL  <br />5 - Local Delivery  <br />6 - Pickup  <br />7 Other  <br />  <br />type: [int]</td>\n</tr>\n<tr>\n<td>vendor_id</td>\n<td>0001234</td>\n<td>ID of a vendor.  <br />  <br />type: [string]</td>\n</tr>\n<tr>\n<td>ref_field_1</td>\n<td>ABC1</td>\n<td>Ref Field 1.  <br />  <br />type: [string]</td>\n</tr>\n<tr>\n<td>ref_field_2</td>\n<td>ABC1</td>\n<td>Ref Field 2.  <br />  <br />type: [string]</td>\n</tr>\n<tr>\n<td>ref_field_3</td>\n<td>ABC1</td>\n<td>Ref Field 3.  <br />  <br />type: [string]</td>\n</tr>\n<tr>\n<td>ref_field_4</td>\n<td>ABC1</td>\n<td>Ref Field 4.  <br />  <br />type: [string]</td>\n</tr>\n<tr>\n<td>ref_field_5</td>\n<td>ABC1</td>\n<td>Ref Field 5.  <br />  <br />type: [string]</td>\n</tr>\n<tr>\n<td>gross_total</td>\n<td>20.0</td>\n<td>Gross total value.  <br />  <br />type: [float]</td>\n</tr>\n<tr>\n<td>created_from_metrc_transfer</td>\n<td>1 or 0</td>\n<td>Whether purchase order was created from METRC transfer.</td>\n</tr>\n<tr>\n<td><br />  <br />type: [int]</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>created_from_metrc_transfer</td>\n<td>1 or 0</td>\n<td>Whether purchase order was created from Intercompany transfer.  <br />  <br />type: [int]</td>\n</tr>\n<tr>\n<td>expected_timestamp</td>\n<td>2020-01-02T15:04:05.000Z</td>\n<td>Expected date/time of purchase order.  <br />  <br />type: [datetime]</td>\n</tr>\n<tr>\n<td>purchase_order_lines</td>\n<td>[Order Items]</td>\n<td>Orders information with purchase order.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v1","purchase-orders"],"host":["https://app.flourishsoftware.com/external/api"],"query":[],"variable":[]}},"response":[{"id":"21b9d0ef-af44-49dd-8e85-3ff608e10ae3","name":"CreatePurchaseOrder","originalRequest":{"method":"POST","header":[{"key":"FacilityID","value":"58b9b09d280e20ea24a126bb"},{"key":"CompanyID","value":"58b9ae9c280e20ea24a126b8"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"vendor_id\": \"043e3307\",\n    \"po_status_id\": 10,\n    \"ref_field_1\": \"ref_field_1\",\n    \"ref_field_2\": \"1231\",\n    \"ref_field_3\": \"1231\",\n    \"ref_field_4\": \"1231\",\n    \"ref_field_5\": \"1231\",\n    \"gross_total\": 0,\n    \"total_taxes\": 0.88,\n    \"total_cost\": 30,\n    \"total_price\": 30,\n    \"created_from_metrc_transfer\": 1,\n    \"created_from_intercompany_transfer\": 1,\n    \"shipping_method_id\": 6,\n    \"expected_timestamp\": \"2021-04-02T12:57:01.000Z\",\n    \"purchase_order_lines\": [\n        {\n            \"item_id\": 160,\n            \"item_variation_pk\": \"12\",\n            \"strain_id\": \"fcb7ce88\",\n            \"ordered_qty\": 1,\n            \"unit_price\": 40.0,\n            \"unit_cost\": 90.0,\n            \"total_cost\": 80.0\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://app.flourishsoftware.com/external/api/v1/purchase-orders"},"status":"Success","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"data\": {\n        \"purchase_order_hdr_pk\": 488,\n        \"purchase_order_id\": \"00000488\",\n        \"vendor_id\": \"043e3307\",\n        \"po_status_id\": 10,\n        \"expected_timestamp\": \"2021-04-02T12:57:01.000Z\",\n        \"actual_arrival_timestamp\": \"\",\n        \"first_receipt_timestamp\": \"\",\n        \"last_receipt_timestamp\": \"\",\n        \"shipping_method_id\": 6,\n        \"ref_field_1\": \"ref_field_1\",\n        \"ref_field_2\": \"1231\",\n        \"ref_field_3\": \"1231\",\n        \"ref_field_4\": \"1231\",\n        \"ref_field_5\": \"1231\",\n        \"notes\": null,\n        \"gross_total\": 0,\n        \"total_taxes\": 0,\n        \"total_cost\": 30,\n        \"total_price\": 30,\n        \"created_from_metrc_transfer\": 1,\n        \"created_from_intercompany_transfer\": 1,\n        \"receive_completed_by\": null,\n        \"receive_completed_timestamp\": \"\",\n        \"last_updated_by\": \"\",\n        \"last_updated_timestamp\": \"2021-05-06T10:18:45.000Z\",\n        \"created_by\": \"\",\n        \"created_timestamp\": \"2021-05-06T10:18:45.000Z\",\n        \"purchase_order_status\": \"Created\",\n        \"shipping_method\": \"Pickup\",\n        \"purchase_order_lines\": [\n            {\n                \"purchase_order_line_pk\": 901,\n                \"purchase_order_hdr_pk\": 488,\n                \"purchase_order_id\": \"00000488\",\n                \"item_id\": 160,\n                \"strain_id\": \"fcb7ce88\",\n                \"item_variation_pk\": 12,\n                \"flourish_mapped_item_id\": null,\n                \"flourish_mapped_item_variation_pk\": null,\n                \"ordered_qty\": 1,\n                \"received_qty\": null,\n                \"po_status_id\": 10,\n                \"expiration_date\": null,\n                \"lot_number\": null,\n                \"total_cost\": 80,\n                \"unit_cost\": 90,\n                \"unit_price\": 40,\n                \"first_receipt_timestamp\": null,\n                \"last_receipt_timestamp\": null,\n                \"origin_facility_order_line_pk\": null,\n                \"last_updated_by\": \"\",\n                \"last_updated_timestamp\": \"2021-05-06T10:18:46Z\",\n                \"created_by\": \"\",\n                \"created_timestamp\": \"2021-05-06T10:18:46Z\",\n                \"item_name\": \"KS Flower Bulk 5\",\n                \"inventory_type_id\": 1,\n                \"thc_ratio\": null,\n                \"cbd_ratio\": null,\n                \"item_uom\": \"g\",\n                \"variation_name\": null,\n                \"unit_qty\": null,\n                \"strain_name\": \"Electric Lemonade\",\n                \"purchase_order_line_status\": \"Created\",\n                \"sku\": \"1.5.17.160.0\",\n                \"sku_name\": \"KS Flower Bulk 5\",\n                \"retail_display_name\": \"KS Flower Bulk 5\",\n                \"ecommerce_item\": null,\n                \"ecommerce_unit_days\": null,\n                \"ecommerce_unit_cannabinoids\": null,\n                \"needs_fulfillment\": true,\n                \"purchase_order_line_dtls\": [],\n                \"purchase_order_line_taxes\": null\n            }\n        ],\n        \"vendor\": {\n            \"vendor_pk\": 5,\n            \"vendor_id\": \"043e3307\",\n            \"name\": \"Prosper Farms\",\n            \"company_email\": null,\n            \"shipping_address\": \"888 Secret Way\",\n            \"shipping_city\": null,\n            \"shipping_state\": null,\n            \"shipping_zip_code\": null,\n            \"shipping_country\": null,\n            \"billing_address\": \"\",\n            \"billing_city\": \"Oceanside\",\n            \"billing_state\": \"CA\",\n            \"billing_zip_code\": \"92003\",\n            \"billing_country\": \"United States\",\n            \"license_number\": \"\",\n            \"contact_first_name\": \"\",\n            \"contact_middle_name\": \"\",\n            \"contact_last_name\": \"\",\n            \"contact_email\": \"\",\n            \"contact_phone_number\": \"\",\n            \"website\": null,\n            \"note\": null,\n            \"active\": 1,\n            \"flourish_facility_id\": null,\n            \"external_reference_id\": null,\n            \"state_expiration_date\": null,\n            \"last_updated_by\": \"cgriffin_app_test@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2017-12-18T17:49:37Z\",\n            \"created_by\": \"cgriffin_app_test@flourishsoftware.com\",\n            \"created_timestamp\": \"2017-12-18T17:49:37Z\"\n        }\n    }\n}"}],"_postman_id":"9012f86b-e153-4f07-aea8-b42acb20e5a4"},{"name":"EditPurchaseOrder","id":"1102d803-285e-4ecb-a692-e72b8555f663","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"PUT","header":[{"key":"FacilityID","value":"58efa5927da7d346af9b89b4"},{"key":"CompanyID","value":"58efa3af7da7d346af9b89b2"},{"key":"UserID","value":"grow_test_admin@wmsight.com"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{   \n    \"vendor_id\": \"820c936d\",\n    \"po_status_id\": 10,\n    \"ref_field_1\": \"ref field 1\",\n    \"ref_field_2\": \"ref field 2\",\n    \"ref_field_3\": \"11\",\n    \"ref_field_4\": \"1231\",\n    \"ref_field_5\": \"1231\",\n    \"gross_total\": 40,\n    \"total_taxes\": 30,\n    \"total_cost\": 30,\n    \"total_price\": 30,\n    \"notes\": \"test\",\n    \"created_from_metrc_transfer\": 0,\n    \"created_from_intercompany_transfer\": 0,\n    \"receive_completed_by\": \"grow_test_admin@wmsight.com\",\n    \"purchase_order_lines\": [\n        {\n            \"item_id\": 197,\n            \"item_variation_pk\": \"168\",\n            \"strain_id\": \"0934854f-ae22-4938-ad2e-36a46f145727\",\n            \"ordered_qty\": 5,\n            \"unit_price\": 89.2,\n            \"unit_cost\": 119.2\n        },\n\n        {\n            \"item_id\": 9,\n            \"item_variation_pk\": \"4\",\n            \"strain_id\": \"7f9b0047\",\n            \"ordered_qty\": 1,\n            \"unit_price\": 40.0,\n            \"unit_cost\": 90.0,\n            \"total_cost\": 80.0\n        }\n    ]\n}"},"url":"https://app.flourishsoftware.com/external/api/v1/purchase-orders/{{purchase_order_id}}","description":"<p>Update an existing inbound purchase order. </p>\n<p>Required Headers:\n<strong>FacilityID</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Example</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>purchase_order_status_id</td>\n<td>10</td>\n<td>Status of the purchase order.<br /><br />type: [int]</td>\n</tr>\n<tr>\n<td>shipping_method_id</td>\n<td>10</td>\n<td>Method of shipping the purchase order.<br /><br />type: [int]</td>\n</tr>\n<tr>\n<td>vendor_id</td>\n<td>0001234</td>\n<td>ID of a vendor.<br /><br />type: [string]</td>\n</tr>\n<tr>\n<td>ref_field_1</td>\n<td>ABC1</td>\n<td>Ref Field 1.<br /><br />type: [string]</td>\n</tr>\n<tr>\n<td>ref_field_2</td>\n<td>ABC1</td>\n<td>Ref Field 2.<br /><br />type: [string]</td>\n</tr>\n<tr>\n<td>ref_field_3</td>\n<td>ABC1</td>\n<td>Ref Field 3.<br /><br />type: [string]</td>\n</tr>\n<tr>\n<td>ref_field_4</td>\n<td>ABC1</td>\n<td>Ref Field 4.<br /><br />type: [string]</td>\n</tr>\n<tr>\n<td>ref_field_5</td>\n<td>ABC1</td>\n<td>Ref Field 5.<br /><br />type: [string]</td>\n</tr>\n<tr>\n<td>gross_total</td>\n<td>20.0</td>\n<td>Gross total value.<br /><br />type: [float]</td>\n</tr>\n<tr>\n<td>purchase_order_lines</td>\n<td>[Order Items]</td>\n<td>Orders information with purchase order.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v1","purchase-orders","{{purchase_order_id}}"],"host":["https://app.flourishsoftware.com/external/api"],"query":[],"variable":[]}},"response":[{"id":"362ddfc1-9eb5-4f12-9650-7810b94a8035","name":"EditPurchaseOrder","originalRequest":{"method":"PUT","header":[{"key":"FacilityID","value":"58b9b09d280e20ea24a126bb"},{"key":"CompanyID","value":"58b9ae9c280e20ea24a126b8"},{"key":"UserID","value":"grow_admin@wmsight.com"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"vendor_id\": \"043e3307\",\n    \"po_status_id\": 30,\n    \"ref_field_1\": \"ref field 1\",\n    \"ref_field_2\": \"ref field 2\",\n    \"ref_field_3\": \"1231\",\n    \"ref_field_4\": \"1231\",\n    \"ref_field_5\": \"1231\",\n    \"gross_total\": 40,\n    \"total_taxes\": 30,\n    \"total_cost\": 30,\n    \"total_price\": 30,\n    \"notes\": \"21\",\n    \"created_from_metrc_transfer\": 1,\n    \"created_from_intercompany_transfer\": 1,\n    \"receive_completed_by\": \"grow_admin@wmsight.com\",\n    \"purchase_order_lines\": [\n        {\n            \"item_id\": 160,\n            \"item_variation_pk\": \"12\",\n            \"strain_id\": \"fcb7ce88\",\n            \"ordered_qty\": 1,\n            \"unit_price\": 89.2,\n            \"unit_cost\": 119.2\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://app.flourishsoftware.com/external/api/v1/purchase-orders/{{purchase_order_id}}"},"status":"Success","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 06 May 2021 10:39:59 GMT"},{"key":"Content-Length","value":"129"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"data\": {\n        \"purchase_order_hdr_pk\": 488,\n        \"purchase_order_id\": \"00000488\",\n        \"vendor_id\": \"043e3307\",\n        \"po_status_id\": 30,\n        \"expected_timestamp\": \"2021-04-02T12:57:01.000Z\",\n        \"actual_arrival_timestamp\": \"\",\n        \"first_receipt_timestamp\": \"\",\n        \"last_receipt_timestamp\": \"\",\n        \"shipping_method_id\": 6,\n        \"ref_field_1\": \"ref field 1\",\n        \"ref_field_2\": \"ref field 2\",\n        \"ref_field_3\": \"1231\",\n        \"ref_field_4\": \"1231\",\n        \"ref_field_5\": \"1231\",\n        \"notes\": \"21\",\n        \"gross_total\": 40,\n        \"total_taxes\": 0,\n        \"total_cost\": 30,\n        \"total_price\": 30,\n        \"created_from_metrc_transfer\": 1,\n        \"created_from_intercompany_transfer\": 1,\n        \"receive_completed_by\": \"grow_admin@wmsight.com\",\n        \"receive_completed_timestamp\": \"\",\n        \"last_updated_by\": \"\",\n        \"last_updated_timestamp\": \"2021-05-06T10:25:51.000Z\",\n        \"created_by\": \"\",\n        \"created_timestamp\": \"2021-05-06T10:18:45.000Z\",\n        \"purchase_order_status\": \"Receiving complete\",\n        \"shipping_method\": \"Pickup\",\n        \"purchase_order_lines\": [\n            {\n                \"purchase_order_line_pk\": 903,\n                \"purchase_order_hdr_pk\": 488,\n                \"purchase_order_id\": \"00000488\",\n                \"item_id\": 160,\n                \"strain_id\": \"fcb7ce88\",\n                \"item_variation_pk\": 12,\n                \"flourish_mapped_item_id\": null,\n                \"flourish_mapped_item_variation_pk\": null,\n                \"ordered_qty\": 1,\n                \"received_qty\": null,\n                \"po_status_id\": 30,\n                \"expiration_date\": null,\n                \"lot_number\": null,\n                \"total_cost\": 80,\n                \"unit_cost\": 119.2,\n                \"unit_price\": 89.2,\n                \"first_receipt_timestamp\": null,\n                \"last_receipt_timestamp\": null,\n                \"origin_facility_order_line_pk\": null,\n                \"last_updated_by\": \"\",\n                \"last_updated_timestamp\": \"2021-05-06T10:40:35Z\",\n                \"created_by\": \"\",\n                \"created_timestamp\": \"2021-05-06T10:40:35Z\",\n                \"item_name\": \"KS Flower Bulk 5\",\n                \"inventory_type_id\": 1,\n                \"thc_ratio\": null,\n                \"cbd_ratio\": null,\n                \"item_uom\": \"g\",\n                \"variation_name\": null,\n                \"unit_qty\": null,\n                \"strain_name\": \"Electric Lemonade\",\n                \"purchase_order_line_status\": \"Receiving complete\",\n                \"sku\": \"1.5.17.160.0\",\n                \"sku_name\": \"KS Flower Bulk 5\",\n                \"retail_display_name\": \"KS Flower Bulk 5\",\n                \"ecommerce_item\": null,\n                \"ecommerce_unit_days\": null,\n                \"ecommerce_unit_cannabinoids\": null,\n                \"needs_fulfillment\": true,\n                \"purchase_order_line_dtls\": [],\n                \"purchase_order_line_taxes\": null\n            }\n        ],\n        \"vendor\": {\n            \"vendor_pk\": 5,\n            \"vendor_id\": \"043e3307\",\n            \"name\": \"Prosper Farms\",\n            \"company_email\": null,\n            \"shipping_address\": \"888 Secret Way\",\n            \"shipping_city\": null,\n            \"shipping_state\": null,\n            \"shipping_zip_code\": null,\n            \"shipping_country\": null,\n            \"billing_address\": \"\",\n            \"billing_city\": \"Oceanside\",\n            \"billing_state\": \"CA\",\n            \"billing_zip_code\": \"92003\",\n            \"billing_country\": \"United States\",\n            \"license_number\": \"\",\n            \"contact_first_name\": \"\",\n            \"contact_middle_name\": \"\",\n            \"contact_last_name\": \"\",\n            \"contact_email\": \"\",\n            \"contact_phone_number\": \"\",\n            \"website\": null,\n            \"note\": null,\n            \"active\": 1,\n            \"flourish_facility_id\": null,\n            \"external_reference_id\": null,\n            \"state_expiration_date\": null,\n            \"last_updated_by\": \"cgriffin_app_test@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2017-12-18T17:49:37Z\",\n            \"created_by\": \"cgriffin_app_test@flourishsoftware.com\",\n            \"created_timestamp\": \"2017-12-18T17:49:37Z\"\n        }\n    }\n}"}],"_postman_id":"1102d803-285e-4ecb-a692-e72b8555f663"}],"id":"0b04707e-4c03-4b19-8bd1-29ce360ab86d","auth":{"type":"noauth","isInherited":false},"_postman_id":"0b04707e-4c03-4b19-8bd1-29ce360ab86d","description":""},{"name":"Shipments","item":[{"name":"GetShipments","id":"62007e4f-5de2-47f2-8380-6db13287bb8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"GET","header":[{"key":"FacilityID","value":"{{facility_id}}"}],"url":"https://app.flourishsoftware.com/external/api/v1/shipments?shipment_id={{shipment_id}}","description":"<p>Get shipments.</p>\n<p>Required Headers:<br /><strong>FacilityID</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Param</th>\n<th>Example</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>limit</td>\n<td>50</td>\n<td></td>\n</tr>\n<tr>\n<td>offset</td>\n<td>0</td>\n<td></td>\n</tr>\n<tr>\n<td>shipment_status_id</td>\n<td>10</td>\n<td>Status of the shipment.  <br />  <br />Options: 10(Created), 20(Orders assigned), 30(Manifest printed), 40(Shipped), 99(Cancelled).  <br />  <br />type: [int]</td>\n</tr>\n<tr>\n<td>shipment_id</td>\n<td>0001234</td>\n<td>ID of a shipment. To specify multiple shipment IDs, multiple <code>shipment_id</code> parameters are required. Ex: <code>shipment_id=123&amp;shipment_id=abc</code>.  <br />  <br />type: [string]</td>\n</tr>\n<tr>\n<td>vehicle_id</td>\n<td>0001234</td>\n<td>ID of a vehicle. To specify multiple vehicle IDs, multiple <code>vehicle_id</code> parameters are required. Ex: <code>vehicle_id=123&amp;vehicle_id=abc</code>.  <br />  <br />type: [string]</td>\n</tr>\n<tr>\n<td>driver_id</td>\n<td>0001234</td>\n<td>ID of a driver.  <br />  <br />type: [string]</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v1","shipments"],"host":["https://app.flourishsoftware.com/external/api"],"query":[{"disabled":true,"key":"shipment_id","value":"20180910-001"},{"disabled":true,"key":"shipment_status_id","value":"10"},{"disabled":true,"key":"limit","value":"60"},{"disabled":true,"key":"offset","value":"0"},{"disabled":true,"key":"vehicle_id","value":"80694a13"},{"disabled":true,"key":"vehicle_id","value":"fd86ae68"},{"key":"shipment_id","value":"{{shipment_id}}"}],"variable":[]}},"response":[{"id":"41cb4eef-82a5-4478-a990-68cf3dd1ad47","name":"Get Shipments - 200 OK","originalRequest":{"method":"GET","header":[{"key":"FacilityID","value":"58efa5927da7d346af9b89b4"}],"url":{"raw":"https://app.flourishsoftware.com/external/api/v1/shipments?limit=60&offset=0&shipment_id=20220119-003","host":["https://app.flourishsoftware.com/external/api"],"path":["v1","shipments"],"query":[{"key":"shipment_id","value":"20180910-001","description":"The maximum allowable limit is set to 50","disabled":true},{"key":"limit","value":"60"},{"key":"offset","value":"0"},{"key":"vehicle_id","value":"fd86ae68","disabled":true},{"key":"vehicle_id","value":"fd86ae68","disabled":true},{"key":"shipment_id","value":"20220119-003"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Date","value":"Tue, 27 Jul 2021 12:39:07 GMT"},{"key":"Content-Length","value":"948"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"meta\": {\n        \"total\": 1,\n        \"offset\": 0,\n        \"limit\": 50,\n        \"count\": 1,\n        \"next\": \"\"\n    },\n    \"data\": [\n        {\n            \"shipment_id\": \"20220119-003\",\n            \"shipment_day_seq\": 3,\n            \"num_orders\": 1,\n            \"num_stops\": null,\n            \"vehicle_id\": \"8069493c\",\n            \"shipment_status\": \"Created\",\n            \"shipment_timestamp\": \"2021-04-20T04:20:42.000Z\",\n            \"actual_shipment_timestamp\": \"\",\n            \"planned_route\": \"Drive with the windows down, man!\",\n            \"last_updated_by\": \"\",\n            \"last_updated_timestamp\": \"2022-01-20T20:03:42.000Z\",\n            \"created_by\": \"extapitest@flourishsoftware.com\",\n            \"created_timestamp\": \"2022-01-19T19:14:29.000Z\",\n            \"vehicle\": {\n                \"vehicle_id\": \"8069493c\",\n                \"vehicle_nickname\": \"AutoTest Vehicle\",\n                \"vehicle_make\": \"Automation\",\n                \"vehicle_model\": \"Selenium\",\n                \"vehicle_year\": \"2017\",\n                \"vehicle_license_plate\": \"56TS55WWR\",\n                \"vehicle_license_state\": \"GA\",\n                \"vehicle_license_country\": \"United States\",\n                \"vehicle_permit_number\": \"JJH3445SF\",\n                \"vehicle_color\": \"White\",\n                \"active\": 1,\n                \"last_updated_by\": \"grow_test_admin@wmsight.com\",\n                \"last_updated_timestamp\": \"2018-05-14T05:49:45Z\",\n                \"created_by\": \"grow_test_admin@wmsight.com\",\n                \"created_timestamp\": \"2018-05-14T05:49:45Z\"\n            },\n            \"drivers\": [\n                {\n                    \"driver_id\": \"80442d5d\",\n                    \"shipment_id\": \"20220119-003\",\n                    \"position\": 1,\n                    \"last_updated_by\": \"grow_test_admin@wmsight.com\",\n                    \"last_updated_timestamp\": \"2018-06-20T09:32:41Z\",\n                    \"created_by\": \"grow_test_admin@wmsight.com\",\n                    \"created_timestamp\": \"2018-05-14T05:45:06Z\",\n                    \"driver_first_name\": \"Test\",\n                    \"driver_middle_name\": \"\",\n                    \"driver_last_name\": \"Driver\",\n                    \"driver_license_state\": \"NU\",\n                    \"driver_license_country\": \"Canada\",\n                    \"driver_license_number\": \"AHG98765\",\n                    \"driver_permit_number\": \"\",\n                    \"driver_license_expiration\": \"2018-08-30\",\n                    \"driver_phone_number\": \"\",\n                    \"driver_email\": null,\n                    \"driver_employee_id\": null,\n                    \"active\": 1\n                },\n                {\n                    \"driver_id\": \"TiKNTDCoZQWJjDocvSwT\",\n                    \"shipment_id\": \"20220119-003\",\n                    \"position\": 2,\n                    \"last_updated_by\": \"grow_test_admin@wmsight.com\",\n                    \"last_updated_timestamp\": \"2020-04-24T10:31:54Z\",\n                    \"created_by\": \"grow_test_admin@wmsight.com\",\n                    \"created_timestamp\": \"2020-02-26T14:01:16Z\",\n                    \"driver_first_name\": \"Haris\",\n                    \"driver_middle_name\": null,\n                    \"driver_last_name\": \"Driver\",\n                    \"driver_license_state\": null,\n                    \"driver_license_country\": null,\n                    \"driver_license_number\": null,\n                    \"driver_permit_number\": null,\n                    \"driver_license_expiration\": \"\",\n                    \"driver_phone_number\": null,\n                    \"driver_email\": null,\n                    \"driver_employee_id\": null,\n                    \"active\": 1\n                }\n            ],\n            \"orders\": [\n                {\n                    \"shipment_id\": \"20220119-003\",\n                    \"stop_seq\": 0,\n                    \"original_order_id\": null,\n                    \"order_id\": \"00002453\",\n                    \"delivery_timestamp\": null,\n                    \"order_timestamp\": \"2019-03-06T10:35:02Z\",\n                    \"destination_facility_id\": \"\",\n                    \"destination_facility_name\": \"\",\n                    \"destination_facility_alias\": null,\n                    \"destination_facility_license\": null,\n                    \"destination_facility_address_line1\": null,\n                    \"destination_facility_address_line2\": null,\n                    \"destination_facility_city\": null,\n                    \"destination_facility_state\": null,\n                    \"destination_facility_zip_code\": null,\n                    \"destination_facility_phone\": null,\n                    \"num_packages\": 0,\n                    \"total_qty\": 0,\n                    \"order_status_id\": 10,\n                    \"order_status_description\": \"Created\"\n                }\n            ],\n            \"notes\": null\n        }\n    ]\n}"}],"_postman_id":"62007e4f-5de2-47f2-8380-6db13287bb8e"},{"name":"GetShipment","id":"12a700b8-a56f-4c79-8e13-cd79dd666de7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"GET","header":[{"key":"FacilityID","value":"{{facility_id}}"}],"url":"https://app.flourishsoftware.com/external/api/v1/shipments/:shipment_id","description":"<p>Endpoint to retrieve a single shipment. Pass the shipment ID in the URL as the only parameter like:</p>\n<p><code>v1/shipments/20180216-001</code></p>\n","urlObject":{"path":["v1","shipments",":shipment_id"],"host":["https://app.flourishsoftware.com/external/api"],"query":[],"variable":[{"description":{"content":"<p>Flourish shipment ID</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"shipment_id"}]}},"response":[{"id":"69340699-d126-4273-ab1d-4b820e7c1139","name":"Get Shipment - 200 OK","originalRequest":{"method":"GET","header":[{"key":"FacilityID","value":"58efa5927da7d346af9b89b4"}],"url":"https://app.flourishsoftware.com/external/api/v1/shipments/20220119-003"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Date","value":"Tue, 27 Jul 2021 12:48:34 GMT"},{"key":"Content-Length","value":"1789"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"data\": {\n        \"shipment_id\": \"20220119-003\",\n        \"shipment_day_seq\": 3,\n        \"num_orders\": 1,\n        \"num_stops\": null,\n        \"vehicle_id\": \"8069493c\",\n        \"shipment_status\": \"Created\",\n        \"shipment_timestamp\": \"2021-04-20T04:20:42.000Z\",\n        \"actual_shipment_timestamp\": \"\",\n        \"planned_route\": \"Drive with the windows down, man!\",\n        \"last_updated_by\": \"\",\n        \"last_updated_timestamp\": \"2022-01-20T20:03:42.000Z\",\n        \"created_by\": \"extapitest@flourishsoftware.com\",\n        \"created_timestamp\": \"2022-01-19T19:14:29.000Z\",\n        \"vehicle\": {\n            \"vehicle_id\": \"8069493c\",\n            \"vehicle_nickname\": \"AutoTest Vehicle\",\n            \"vehicle_make\": \"Automation\",\n            \"vehicle_model\": \"Selenium\",\n            \"vehicle_year\": \"2017\",\n            \"vehicle_license_plate\": \"56TS55WWR\",\n            \"vehicle_license_state\": \"GA\",\n            \"vehicle_license_country\": \"United States\",\n            \"vehicle_permit_number\": \"JJH3445SF\",\n            \"vehicle_color\": \"White\",\n            \"active\": 1,\n            \"last_updated_by\": \"grow_test_admin@wmsight.com\",\n            \"last_updated_timestamp\": \"2018-05-14T05:49:45Z\",\n            \"created_by\": \"grow_test_admin@wmsight.com\",\n            \"created_timestamp\": \"2018-05-14T05:49:45Z\"\n        },\n        \"drivers\": [\n            {\n                \"driver_id\": \"80442d5d\",\n                \"shipment_id\": \"20220119-003\",\n                \"position\": 1,\n                \"last_updated_by\": \"grow_test_admin@wmsight.com\",\n                \"last_updated_timestamp\": \"2018-06-20T09:32:41Z\",\n                \"created_by\": \"grow_test_admin@wmsight.com\",\n                \"created_timestamp\": \"2018-05-14T05:45:06Z\",\n                \"driver_first_name\": \"Test\",\n                \"driver_middle_name\": \"\",\n                \"driver_last_name\": \"Driver\",\n                \"driver_license_state\": \"NU\",\n                \"driver_license_country\": \"Canada\",\n                \"driver_license_number\": \"AHG98765\",\n                \"driver_permit_number\": \"\",\n                \"driver_license_expiration\": \"2018-08-30\",\n                \"driver_phone_number\": \"\",\n                \"driver_email\": null,\n                \"driver_employee_id\": null,\n                \"active\": 1\n            },\n            {\n                \"driver_id\": \"TiKNTDCoZQWJjDocvSwT\",\n                \"shipment_id\": \"20220119-003\",\n                \"position\": 2,\n                \"last_updated_by\": \"grow_test_admin@wmsight.com\",\n                \"last_updated_timestamp\": \"2020-04-24T10:31:54Z\",\n                \"created_by\": \"grow_test_admin@wmsight.com\",\n                \"created_timestamp\": \"2020-02-26T14:01:16Z\",\n                \"driver_first_name\": \"Haris\",\n                \"driver_middle_name\": null,\n                \"driver_last_name\": \"Driver\",\n                \"driver_license_state\": null,\n                \"driver_license_country\": null,\n                \"driver_license_number\": null,\n                \"driver_permit_number\": null,\n                \"driver_license_expiration\": \"\",\n                \"driver_phone_number\": null,\n                \"driver_email\": null,\n                \"driver_employee_id\": null,\n                \"active\": 1\n            }\n        ],\n        \"orders\": [\n            {\n                \"shipment_id\": \"20220119-003\",\n                \"stop_seq\": 0,\n                \"original_order_id\": null,\n                \"order_id\": \"00002453\",\n                \"delivery_timestamp\": null,\n                \"order_timestamp\": \"2019-03-06T10:35:02Z\",\n                \"destination_facility_id\": \"\",\n                \"destination_facility_name\": \"\",\n                \"destination_facility_alias\": null,\n                \"destination_facility_license\": null,\n                \"destination_facility_address_line1\": null,\n                \"destination_facility_address_line2\": null,\n                \"destination_facility_city\": null,\n                \"destination_facility_state\": null,\n                \"destination_facility_zip_code\": null,\n                \"destination_facility_phone\": null,\n                \"num_packages\": 0,\n                \"total_qty\": 0,\n                \"order_status_id\": 10,\n                \"order_status_description\": \"Created\"\n            }\n        ],\n        \"notes\": null\n    }\n}"}],"_postman_id":"12a700b8-a56f-4c79-8e13-cd79dd666de7"},{"name":"PostShipment","id":"e9be93fb-cf2c-444b-820e-0c4397f5a6c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"POST","header":[{"key":"FacilityID","value":"{{facility_id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"vehicle_id\": \"8069493c\",\n    \"shipment_timestamp\": \"2021-04-20T04:20:42.000Z\",\n    \"planned_route\": \"Drive with the windows down!\",\n    \"drivers\": [\n        \"80442d5d\"\n    ],\n    \"stops\": [\n        {\n            \"estimated_arrival_time\": null,\n            \"orders\": [\n                \"00000001\"\n            ]\n        }\n    ]\n}"},"url":"https://app.flourishsoftware.com/external/api/v1/shipments","urlObject":{"path":["v1","shipments"],"host":["https://app.flourishsoftware.com/external/api"],"query":[],"variable":[]}},"response":[{"id":"e06d2fe4-d06e-45a3-81bb-16a88b4d3782","name":"Create Shipment (Empty Post) - 200 OK","originalRequest":{"method":"POST","header":[{"key":"FacilityID","value":"58efa5927da7d346af9b89b4"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{}"},"url":"https://app.flourishsoftware.com/external/api/v1/shipments"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"data\": {\n        \"shipment_id\": \"20220120-001\",\n        \"shipment_day_seq\": 1,\n        \"num_orders\": 0,\n        \"num_stops\": null,\n        \"vehicle_id\": \"\",\n        \"shipment_status\": \"Created\",\n        \"shipment_timestamp\": \"\",\n        \"actual_shipment_timestamp\": \"\",\n        \"planned_route\": null,\n        \"last_updated_by\": \"\",\n        \"last_updated_timestamp\": \"2022-01-20T19:21:09.000Z\",\n        \"created_by\": \"\",\n        \"created_timestamp\": \"2022-01-20T19:21:09.000Z\",\n        \"vehicles\": null,\n        \"drivers\": null,\n        \"orders\": null,\n        \"notes\": null\n    }\n}"},{"id":"22096c46-045f-44ed-a1cc-af63ae6998ee","name":"Create Shipment (No Orders) - 200 OK","originalRequest":{"method":"POST","header":[{"key":"FacilityID","value":"58efa5927da7d346af9b89b4"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"vehicle_id\": \"8069493c\",\n    \"shipment_timestamp\": \"2021-04-20T04:20:42.000Z\",\n    \"planned_route\": \"Drive with the windows down!\",\n    \"drivers\": [\n        \"80442d5d\"\n    ],\n    \"orders\": null,\n    \"notes\": null\n}"},"url":"https://app.flourishsoftware.com/external/api/v1/shipments"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"data\": {\n        \"shipment_id\": \"20220119-002\",\n        \"shipment_day_seq\": 2,\n        \"num_orders\": 0,\n        \"num_stops\": null,\n        \"vehicle_id\": \"8069493c\",\n        \"shipment_status\": \"Created\",\n        \"shipment_timestamp\": \"2021-04-20T04:20:42.000Z\",\n        \"actual_shipment_timestamp\": \"\",\n        \"planned_route\": null,\n        \"last_updated_by\": \"extapitest@flourishsoftware.com\",\n        \"last_updated_timestamp\": \"2022-01-19T18:37:48.000Z\",\n        \"created_by\": \"extapitest@flourishsoftware.com\",\n        \"created_timestamp\": \"2022-01-19T18:37:48.000Z\",\n        \"vehicle\": {\n            \"vehicle_id\": \"8069493c\",\n            \"vehicle_nickname\": \"AutoTest Vehicle\",\n            \"vehicle_make\": \"Automation\",\n            \"vehicle_model\": \"Selenium\",\n            \"vehicle_year\": \"2017\",\n            \"vehicle_license_plate\": \"56TS55WWR\",\n            \"vehicle_license_state\": \"GA\",\n            \"vehicle_license_country\": \"United States\",\n            \"vehicle_permit_number\": \"JJH3445SF\",\n            \"vehicle_color\": \"White\",\n            \"active\": 1,\n            \"last_updated_by\": \"grow_test_admin@wmsight.com\",\n            \"last_updated_timestamp\": \"2018-05-14T05:49:45Z\",\n            \"created_by\": \"grow_test_admin@wmsight.com\",\n            \"created_timestamp\": \"2018-05-14T05:49:45Z\"\n        },\n        \"drivers\": [\n            {\n                \"driver_id\": \"80442d5d\",\n                \"shipment_id\": \"20220119-003\",\n                \"position\": 1,\n                \"driver_first_name\": \"Test\",\n                \"driver_middle_name\": \"\",\n                \"driver_last_name\": \"Driver\",\n                \"driver_license_state\": \"NU\",\n                \"driver_license_country\": \"Canada\",\n                \"driver_license_number\": \"AHG98765\",\n                \"driver_permit_number\": \"\",\n                \"driver_license_expiration\": \"2018-08-30\",\n                \"driver_phone_number\": \"\",\n                \"driver_email\": null,\n                \"driver_employee_id\": null,\n                \"active\": 1\n            },\n        ],\n        \"orders\": null,\n        \"notes\": null\n    }\n}"},{"id":"dc9a23e2-e55f-40c7-89bc-b69ca215512d","name":"Create Shipment (With Order) - 200 OK","originalRequest":{"method":"POST","header":[{"key":"FacilityID","value":"58efa5927da7d346af9b89b4"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"vehicle_id\": \"8069493c\",\n    \"shipment_timestamp\": \"2021-04-20T04:20:42.000Z\",\n    \"planned_route\": \"Drive with the windows down!\",\n    \"drivers\": [\n        \"80442d5d\"\n    ],\n    \"stops\": [\n        {\n            \"estimated_arrival_time\": null,\n            \"orders\": [\n                \"00003299\"\n            ]\n        }\n    ],\n    \"notes\": null\n}"},"url":"https://app.flourishsoftware.com/external/api/v1/shipments"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"data\": {\n        \"shipment_id\": \"20220119-003\",\n        \"shipment_day_seq\": 3,\n        \"num_orders\": 1,\n        \"num_stops\": null,\n        \"vehicle_id\": \"8069493c\",\n        \"shipment_status\": \"Created\",\n        \"shipment_timestamp\": \"2021-04-20T04:20:42.000Z\",\n        \"actual_shipment_timestamp\": \"\",\n        \"planned_route\": null,\n        \"last_updated_by\": \"extapitest@flourishsoftware.com\",\n        \"last_updated_timestamp\": \"2022-01-19T19:14:29.000Z\",\n        \"created_by\": \"extapitest@flourishsoftware.com\",\n        \"created_timestamp\": \"2022-01-19T19:14:29.000Z\",\n        \"vehicle\": {\n            \"vehicle_id\": \"8069493c\",\n            \"vehicle_nickname\": \"AutoTest Vehicle\",\n            \"vehicle_make\": \"Automation\",\n            \"vehicle_model\": \"Selenium\",\n            \"vehicle_year\": \"2017\",\n            \"vehicle_license_plate\": \"56TS55WWR\",\n            \"vehicle_license_state\": \"GA\",\n            \"vehicle_license_country\": \"United States\",\n            \"vehicle_permit_number\": \"JJH3445SF\",\n            \"vehicle_color\": \"White\",\n            \"active\": 1,\n            \"last_updated_by\": \"grow_test_admin@wmsight.com\",\n            \"last_updated_timestamp\": \"2018-05-14T05:49:45Z\",\n            \"created_by\": \"grow_test_admin@wmsight.com\",\n            \"created_timestamp\": \"2018-05-14T05:49:45Z\"\n        },\n        \"drivers\": [\n            {\n                \"driver_id\": \"80442d5d\",\n                \"shipment_id\": \"20220119-003\",\n                \"position\": 1,\n                \"driver_first_name\": \"Test\",\n                \"driver_middle_name\": \"\",\n                \"driver_last_name\": \"Driver\",\n                \"driver_license_state\": \"NU\",\n                \"driver_license_country\": \"Canada\",\n                \"driver_license_number\": \"AHG98765\",\n                \"driver_permit_number\": \"\",\n                \"driver_license_expiration\": \"2018-08-30\",\n                \"driver_phone_number\": \"\",\n                \"driver_email\": null,\n                \"driver_employee_id\": null,\n                \"active\": 1\n            },\n        ],\n        \"orders\": [\n            {\n                \"shipment_id\": \"20220119-003\",\n                 \"stop_seq\": 1,\n                \"original_order_id\": \"cxcc\",\n                \"order_id\": \"00003299\",\n                \"delivery_timestamp\": null,\n                \"order_timestamp\": \"2019-05-20T09:27:44Z\",\n                \"destination_facility_id\": \"ff7f31779ccd53e2c960\",\n                \"destination_facility_name\": \"4.0 Belmont\",\n                \"destination_facility_alias\": \"4.0 Belmont\",\n                \"destination_facility_license\": \"sax\",\n                \"destination_facility_address_line1\": \"sasd\",\n                \"destination_facility_address_line2\": null,\n                \"destination_facility_city\": \"aasd\",\n                \"destination_facility_state\": \"NV\",\n                \"destination_facility_zip_code\": \"89014\",\n                \"destination_facility_phone\": \"32423424323\",\n                \"num_packages\": 3,\n                \"total_qty\": 6,\n                \"order_status_id\": 30,\n                \"order_status_description\": \"Allocated\"\n            }\n        ],\n        \"notes\": null\n    }\n}"},{"id":"ffa9aae4-722e-4188-93ca-8aa09afacc66","name":"Create/Edit Shipment (DriverID not exists or inactive) - 400 Bad Request","originalRequest":{"method":"POST","header":[{"key":"FacilityID","value":"58efa5927da7d346af9b89b4"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"vehicle_id\": \"8069493c\",\n    \"shipment_timestamp\": \"2021-04-20T04:20:42.000Z\",\n    \"planned_route\": \"Drive with the windows down!\",\n    \"drivers\": [\n        \"billy-bob\"\n    ],\n    \"stops\": null\n}"},"url":"https://app.flourishsoftware.com/external/api/v1/shipments"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"one or more shipment driver(s) does not exist, or is inactive\",\n    \"status\": 400\n}"},{"id":"37cb184b-b216-4d4c-a221-f7972e4ead9f","name":"Create/Edit Shipment (VehicleID not exists) - 400 Bad Request","originalRequest":{"method":"POST","header":[{"key":"FacilityID","value":"58efa5927da7d346af9b89b4"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"vehicle_id\": \"abc123\",\n    \"shipment_timestamp\": \"2021-04-20T04:20:42.000Z\",\n    \"planned_route\": \"Drive with the windows down!\",\n    \"drivers\": [\n        \"80442d5d\"\n    ],\n    \"stops\": null\n}"},"url":"https://app.flourishsoftware.com/external/api/v1/shipments"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"vehicle with ID abc123 does not exist\",\n    \"status\": 400\n}"},{"id":"2afa1ae6-0493-4061-a424-f7bb56977c55","name":"Create/Edit Shipment (OrderID not exists) - 400 Bad Request","originalRequest":{"method":"POST","header":[{"key":"FacilityID","value":"58efa5927da7d346af9b89b4"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"vehicle_id\": \"8069493c\",\n    \"shipment_timestamp\": \"2021-04-20T04:20:42.000Z\",\n    \"planned_route\": \"Drive with the windows down!\",\n    \"drivers\": [\n        \"80442d5d\"\n    ],\n    \"stops\": [\n        {\n            \"estimated_arrival_time\": null,\n            \"orders\": [\n                \"123456\"\n            ]\n        }\n    ],\n    \"notes\": null\n}"},"url":"https://app.flourishsoftware.com/external/api/v1/shipments"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"one or more order IDs does not correspond to an outbound order\",\n    \"status\": 400\n}"},{"id":"d0106b62-411f-4f1e-b138-ad79c0fe053b","name":"Create/Edit Shipment (OrderID not outbound) - 400 Bad Request","originalRequest":{"method":"POST","header":[{"key":"FacilityID","value":"58efa5927da7d346af9b89b4"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"vehicle_id\": \"8069493c\",\n    \"shipment_timestamp\": \"2021-04-20T04:20:42.000Z\",\n    \"planned_route\": \"Drive with the windows down!\",\n    \"drivers\": [\n        \"80442d5d\"\n    ],\n    \"stops\": [\n        {\n            \"estimated_arrival_time\": null,\n            \"orders\": [\n                \"00000779\"\n            ]\n        }\n    ],\n    \"notes\": null\n}"},"url":"https://app.flourishsoftware.com/external/api/v1/shipments"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"one or more order IDs did not correspond to an outbound order\",\n    \"status\": 400\n}"},{"id":"59ed8e9a-d6a0-47d0-a711-57fa5c9ff37d","name":"Create/Edit Shipment (OrderID already shipped) - 400 Bad Request","originalRequest":{"method":"POST","header":[{"key":"FacilityID","value":"58efa5927da7d346af9b89b4"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"vehicle_id\": \"8069493c\",\n    \"shipment_timestamp\": \"2021-04-20T04:20:42.000Z\",\n    \"planned_route\": \"Drive with the windows down!\",\n    \"drivers\": [\n        \"80442d5d\"\n    ],\n    \"stops\": [\n        {\n            \"estimated_arrival_time\": null,\n            \"orders\": [\n                \"00000001\"\n            ]\n        }\n    ],\n    \"notes\": null\n}"},"url":"https://app.flourishsoftware.com/external/api/v1/shipments"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"order with ID 00000001 cannot be assigned since it is in an ineligible status\",\n    \"status\": 400\n}"},{"id":"0623ebfe-cb86-45ec-b8c1-3e156f5a7981","name":"Create/Edit Shipment (OrderID already on another shipment) - 400 Bad Request","originalRequest":{"method":"POST","header":[{"key":"FacilityID","value":"58efa5927da7d346af9b89b4"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"vehicle_id\": \"8069493c\",\n    \"shipment_timestamp\": \"2021-04-20T04:20:42.000Z\",\n    \"planned_route\": \"Drive with the windows down!\",\n    \"drivers\": [\n        \"80442d5d\"\n    ],\n    \"stops\": [\n        {\n            \"estimated_arrival_time\": null,\n            \"orders\": [\n                \"00000003\"\n            ]\n        }\n    ],\n    \"notes\": null\n}"},"url":"https://app.flourishsoftware.com/external/api/v1/shipments"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"order with ID 00000003 is already assigned to another shipment\",\n    \"status\": 400\n}"},{"id":"1ea4e5d5-4a61-4774-b11d-cfc21848379d","name":"Create/Edit Shipment (Note without a body) - 400 Bad Request Copy","originalRequest":{"method":"POST","header":[{"key":"FacilityID","value":"58efa5927da7d346af9b89b4"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"vehicle_id\": \"8069493c\",\n    \"shipment_timestamp\": \"2021-04-20T04:20:42.000Z\",\n    \"planned_route\": \"Drive with the windows down!\",\n    \"drivers\": [\n        \"80442d5d\"\n    ],\n    \"stops\": [\n        {\n            \"estimated_arrival_time\": null,\n            \"orders\": [\n                \"00000003\"\n            ]\n        }\n    ],\n     \"notes\": [\n        {\n            \"note\": \"A valid note without a subject :)\"\n        },\n        {\n            \"subject\": \"A valid note's subject!\",\n            \"note\": \"A valid note with a subject!\"\n        },\n        {\n            \"subject\": \"An invalid note body :)\"\n        }\n    ]\n}"},"url":"https://app.flourishsoftware.com/external/api/v1/shipments"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"all notes are required to have a body\",\n    \"status\": 400\n}"}],"_postman_id":"e9be93fb-cf2c-444b-820e-0c4397f5a6c9"},{"name":"PutShipment","id":"5cc0d25b-41a1-40c4-b374-2814e40c9557","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"PUT","header":[{"key":"FacilityID","value":"{{facility_id}}"},{"key":"CompanyID","value":"company_id"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"vehicle_id\": \"8069493c\",\n    \"shipment_timestamp\": \"2021-04-20T04:20:42.000Z\",\n    \"planned_route\": \"Drive with the windows down, man!\",\n    \"drivers\": [\n        \"80442d5d\",\n        \"TiKNTDCoZQWJjDocvSwT\"\n    ],\n    \"stops\": [\n        {\n            \"estimated_arrival_time\": null,\n            \"orders\": [\n                \"00002453\",\n                \"00000002\"\n            ]\n        }\n    ],\n    \"notes\": [\n        {\n            \"note\": \"A note without a subject :)\"\n        },\n        {\n            \"subject\": \"A subject!\",\n            \"note\": \"A note with a subject!\"\n        }\n    ]\n}"},"url":"https://app.flourishsoftware.com/external/api/v1/shipments/:shipment_id","urlObject":{"path":["v1","shipments",":shipment_id"],"host":["https://app.flourishsoftware.com/external/api"],"query":[],"variable":[{"description":{"content":"<p>Flourish shipment ID</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"shipment_id"}]}},"response":[{"id":"764953a2-5f3b-4f29-81c5-fe6ee6670654","name":"Edit Shipment (METRC-Integrated Shipment) - 400 Bad Request","originalRequest":{"method":"PUT","header":[{"key":"FacilityID","value":"58efa5927da7d346af9b89b4"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"vehicle_id\": \"8069493c\",\n    \"shipment_timestamp\": \"2021-04-20T04:20:42.000Z\",\n    \"planned_route\": \"Drive with the windows down!\",\n    \"drivers\": [\n        \"adefa83efb1a774ad871\"\n    ],\n    \"orders\": [\n        \"00004647\"\n    ],\n    \"stops\": [\n        {\n            \"estimated_arrival_time\": null,\n            \"orders\": [\n                \"00004647\"\n            ]\n        }\n    ],\n    \"notes\": null\n}"},"url":"https://app.flourishsoftware.com/external/api/v1/shipments/{{shipment_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 27 Jul 2021 12:47:50 GMT"},{"key":"Content-Length","value":"1789"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"shipment cannot be updated via external API once a METRC transfer template has been generated\",\n    \"status\": 400\n}"},{"id":"2e2ea5b4-842a-4a5c-972e-1173d7b204b5","name":"Edit Shipment - 200 OK","originalRequest":{"method":"PUT","header":[{"key":"FacilityID","value":"58efa5927da7d346af9b89b4"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"vehicle_id\": \"8069493c\",\n    \"shipment_timestamp\": \"2021-04-20T04:20:42.000Z\",\n    \"planned_route\": \"Drive with the windows down!\",\n    \"drivers\": [\n        \"80442d5d\"\n    ],\n    \"stops\": [\n        {\n            \"estimated_arrival_time\": null,\n            \"orders\": [\n                \"00002453\"\n            ]\n        }\n    ],\n    \"notes\": [\n        {\n            \"note\": \"A valid note without a subject :)\"\n        },\n        {\n            \"subject\": \"A valid note's subject!\",\n            \"note\": \"A valid note with a subject!\"\n        }\n    ]\n}"},"url":"https://app.flourishsoftware.com/external/api/v1/shipments/{{shipment_id}}"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"data\": {\n        \"shipment_id\": \"20220119-003\",\n        \"shipment_day_seq\": 3,\n        \"num_orders\": 1,\n        \"num_stops\": null,\n        \"vehicle_id\": \"8069493c\",\n        \"shipment_status\": \"Created\",\n        \"shipment_timestamp\": \"2021-04-20T04:20:42.000Z\",\n        \"actual_shipment_timestamp\": \"\",\n        \"planned_route\": null,\n        \"last_updated_by\": \"extapitest@flourishsoftware.com\",\n        \"last_updated_timestamp\": \"2022-01-19T22:41:16.000Z\",\n        \"created_by\": \"extapitest@flourishsoftware.com\",\n        \"created_timestamp\": \"2022-01-19T19:14:29.000Z\",\n        \"vehicle\": {\n            \"vehicle_id\": \"8069493c\",\n            \"vehicle_nickname\": \"AutoTest Vehicle\",\n            \"vehicle_make\": \"Automation\",\n            \"vehicle_model\": \"Selenium\",\n            \"vehicle_year\": \"2017\",\n            \"vehicle_license_plate\": \"56TS55WWR\",\n            \"vehicle_license_state\": \"GA\",\n            \"vehicle_license_country\": \"United States\",\n            \"vehicle_permit_number\": \"JJH3445SF\",\n            \"vehicle_color\": \"White\",\n            \"active\": 1,\n            \"last_updated_by\": \"grow_test_admin@wmsight.com\",\n            \"last_updated_timestamp\": \"2018-05-14T05:49:45Z\",\n            \"created_by\": \"grow_test_admin@wmsight.com\",\n            \"created_timestamp\": \"2018-05-14T05:49:45Z\"\n        },\n        \"drivers\": [\n            {\n                \"driver_id\": \"80442d5d\",\n                \"shipment_id\": \"20220119-003\",\n                \"position\": 1,\n                \"driver_first_name\": \"Test\",\n                \"driver_middle_name\": \"\",\n                \"driver_last_name\": \"Driver\",\n                \"driver_license_state\": \"NU\",\n                \"driver_license_country\": \"Canada\",\n                \"driver_license_number\": \"AHG98765\",\n                \"driver_permit_number\": \"\",\n                \"driver_license_expiration\": \"2018-08-30\",\n                \"driver_phone_number\": \"\",\n                \"driver_email\": null,\n                \"driver_employee_id\": null,\n                \"active\": 1\n            },\n        ],\n        \"orders\": [\n            {\n                \"shipment_id\": \"20220119-003\",\n                \"stop_seq\": 0,\n                \"stop_pk\": 0,\n                \"original_order_id\": null,\n                \"order_id\": \"00002453\",\n                \"delivery_timestamp\": null,\n                \"order_timestamp\": \"2019-03-06T10:35:02Z\",\n                \"destination_facility_id\": \"\",\n                \"destination_facility_name\": \"\",\n                \"destination_facility_alias\": null,\n                \"destination_facility_license\": null,\n                \"destination_facility_address_line1\": null,\n                \"destination_facility_address_line2\": null,\n                \"destination_facility_city\": null,\n                \"destination_facility_state\": null,\n                \"destination_facility_zip_code\": null,\n                \"destination_facility_phone\": null,\n                \"num_packages\": 0,\n                \"total_qty\": 0,\n                \"order_status_id\": 10,\n                \"order_status_description\": \"Created\"\n            }\n        ],\n        \"notes\": [\n            {\n                \"shipment_note_id\": 1,\n                \"subject\": \"\",\n                \"note\": \"A note without a subject :)\"\n            },\n            {\n                \"shipment_note_id\": 2,\n                \"subject\": \"A subject!\",\n                \"note\": \"A note with a subject!\"\n            }\n        ]\n    }\n}"}],"_postman_id":"5cc0d25b-41a1-40c4-b374-2814e40c9557"},{"name":"PatchShipment","id":"6d93bd09-ef30-47f3-b570-3359ced23a94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"PATCH","header":[{"key":"FacilityID","value":"{{facility_id}}"},{"key":"CompanyID","value":"company_id"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"vehicle_id\": \"8069493c\",\n    \"shipment_timestamp\": \"2025-04-20T04:20:42.000Z\",\n    \"planned_route\": \"Drive with the windows down, man!\",\n    \"drivers\": [\n        \"80442d5d\",\n        \"TiKNTDCoZQWJjDocvSwT\"\n    ]\n}"},"url":"https://app.flourishsoftware.com/external/api/v1/shipments/:shipment_id","urlObject":{"path":["v1","shipments",":shipment_id"],"host":["https://app.flourishsoftware.com/external/api"],"query":[],"variable":[{"description":{"content":"<p>Flourish shipment ID</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"shipment_id"}]}},"response":[{"id":"77133fe2-d03a-4ab1-a5b3-0f30876544b4","name":"Patch Shipment - 200 OK","originalRequest":{"method":"PATCH","header":[{"key":"FacilityID","value":"58efa5927da7d346af9b89b4"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"vehicle_id\": \"8069493c\",\n    \"shipment_timestamp\": \"2021-04-20T04:20:42.000Z\",\n    \"planned_route\": \"Drive with the windows down!\",\n    \"drivers\": [\n        \"80442d5d\"\n    ]\n}"},"url":"https://app.flourishsoftware.com/external/api/v1/shipments/{{shipment_id}}"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"data\": {\n        \"shipment_id\": \"20220119-003\",\n        \"shipment_day_seq\": 3,\n        \"num_orders\": 1,\n        \"num_stops\": null,\n        \"vehicle_id\": \"8069493c\",\n        \"shipment_status\": \"Created\",\n        \"shipment_timestamp\": \"2021-04-20T04:20:42.000Z\",\n        \"actual_shipment_timestamp\": \"\",\n        \"planned_route\": null,\n        \"last_updated_by\": \"extapitest@flourishsoftware.com\",\n        \"last_updated_timestamp\": \"2022-01-19T22:41:16.000Z\",\n        \"created_by\": \"extapitest@flourishsoftware.com\",\n        \"created_timestamp\": \"2022-01-19T19:14:29.000Z\",\n        \"vehicle\": {\n            \"vehicle_id\": \"8069493c\",\n            \"vehicle_nickname\": \"AutoTest Vehicle\",\n            \"vehicle_make\": \"Automation\",\n            \"vehicle_model\": \"Selenium\",\n            \"vehicle_year\": \"2017\",\n            \"vehicle_license_plate\": \"56TS55WWR\",\n            \"vehicle_license_state\": \"GA\",\n            \"vehicle_license_country\": \"United States\",\n            \"vehicle_permit_number\": \"JJH3445SF\",\n            \"vehicle_color\": \"White\",\n            \"active\": 1,\n            \"last_updated_by\": \"grow_test_admin@wmsight.com\",\n            \"last_updated_timestamp\": \"2018-05-14T05:49:45Z\",\n            \"created_by\": \"grow_test_admin@wmsight.com\",\n            \"created_timestamp\": \"2018-05-14T05:49:45Z\"\n        },\n        \"drivers\": [\n            {\n                \"driver_id\": \"80442d5d\",\n                \"shipment_id\": \"20220119-003\",\n                \"position\": 1,\n                \"driver_first_name\": \"Test\",\n                \"driver_middle_name\": \"\",\n                \"driver_last_name\": \"Driver\",\n                \"driver_license_state\": \"NU\",\n                \"driver_license_country\": \"Canada\",\n                \"driver_license_number\": \"AHG98765\",\n                \"driver_permit_number\": \"\",\n                \"driver_license_expiration\": \"2018-08-30\",\n                \"driver_phone_number\": \"\",\n                \"driver_email\": null,\n                \"driver_employee_id\": null,\n                \"active\": 1\n            },\n        ],\n        \"orders\": [\n            {\n                \"shipment_id\": \"20220119-003\",\n                \"stop_seq\": 0,\n                \"stop_pk\": 0,\n                \"original_order_id\": null,\n                \"order_id\": \"00002453\",\n                \"delivery_timestamp\": null,\n                \"order_timestamp\": \"2019-03-06T10:35:02Z\",\n                \"destination_facility_id\": \"\",\n                \"destination_facility_name\": \"\",\n                \"destination_facility_alias\": null,\n                \"destination_facility_license\": null,\n                \"destination_facility_address_line1\": null,\n                \"destination_facility_address_line2\": null,\n                \"destination_facility_city\": null,\n                \"destination_facility_state\": null,\n                \"destination_facility_zip_code\": null,\n                \"destination_facility_phone\": null,\n                \"num_packages\": 0,\n                \"total_qty\": 0,\n                \"order_status_id\": 10,\n                \"order_status_description\": \"Created\"\n            }\n        ],\n        \"notes\": [\n            {\n                \"shipment_note_id\": 1,\n                \"subject\": \"\",\n                \"note\": \"A note without a subject :)\"\n            },\n            {\n                \"shipment_note_id\": 2,\n                \"subject\": \"A subject!\",\n                \"note\": \"A note with a subject!\"\n            }\n        ]\n    }\n}"}],"_postman_id":"6d93bd09-ef30-47f3-b570-3359ced23a94"}],"id":"cb97706e-d6f3-41f6-a653-d4469f00db3c","auth":{"type":"noauth","isInherited":false},"_postman_id":"cb97706e-d6f3-41f6-a653-d4469f00db3c","description":""},{"name":"Vehicles","item":[{"name":"GetVehicles","id":"45f0c7dd-4054-45f7-b55e-b1c28300aacf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"GET","header":[{"key":"FacilityID","value":"{{facility_id}}","type":"text"}],"url":"https://app.flourishsoftware.com/external/api/v1/vehicles","description":"<p>Get all of the vehicles associated with a given facility.</p>\n","urlObject":{"path":["v1","vehicles"],"host":["https://app.flourishsoftware.com/external/api"],"query":[{"disabled":true,"key":"limit","value":"50"},{"disabled":true,"key":"offset","value":"0"}],"variable":[]}},"response":[{"id":"d87307ef-0af5-462d-859c-311ac1107a5c","name":"GetVehicles","originalRequest":{"method":"GET","header":[{"key":"FacilityID","value":"58b9b09d280e20ea24a126bb"}],"url":{"raw":"https://app.flourishsoftware.com/external/api/v1/vehicles","host":["https://app.flourishsoftware.com/external/api"],"path":["v1","vehicles"],"query":[{"key":"","value":"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.19.1"},{"key":"Date","value":"Thu, 10 Feb 2022 06:02:23 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"meta\": {\n        \"total\": 134,\n        \"offset\": 0,\n        \"limit\": 2,\n        \"count\": 2,\n        \"next\": \"https://app.flourishsoftware.com/external/api/v1/vehicles?offset=2&limit=2\"\n    },\n    \"data\": [\n        {\n            \"vehicle_id\": \"95cdf9f6\",\n            \"vehicle_nickname\": \"Sprinter Van\",\n            \"vehicle_make\": \"Mercedes\",\n            \"vehicle_model\": \"Sprinter\",\n            \"vehicle_year\": \"2017\",\n            \"vehicle_license_plate\": \"889YYU\",\n            \"vehicle_license_state\": \"CA\",\n            \"vehicle_license_country\": \"United States\",\n            \"vehicle_permit_number\": \"88837383XXY\",\n            \"vehicle_color\": \"Black\",\n            \"last_updated_by\": \"cg_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2017-12-15T16:53:31Z\",\n            \"created_by\": \"cg_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2017-12-15T16:53:31Z\"\n        },\n        {\n            \"vehicle_id\": \"9993c9ea\",\n            \"vehicle_nickname\": \"Sprinter Van\",\n            \"vehicle_make\": \"Mercedes\",\n            \"vehicle_model\": \"Sprinter\",\n            \"vehicle_year\": \"2017\",\n            \"vehicle_license_plate\": \"CA 1122\",\n            \"vehicle_license_state\": \"CA\",\n            \"vehicle_license_country\": \"United States\",\n            \"vehicle_permit_number\": \"546574654\",\n            \"vehicle_color\": \"Black\",\n            \"last_updated_by\": \"cg_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2018-01-19T19:21:29Z\",\n            \"created_by\": \"cg_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2018-01-19T19:21:29Z\"\n        }\n    ]\n}"}],"_postman_id":"45f0c7dd-4054-45f7-b55e-b1c28300aacf"}],"id":"11d6c988-15ec-4664-8c47-520304e361fb","auth":{"type":"noauth","isInherited":false},"_postman_id":"11d6c988-15ec-4664-8c47-520304e361fb","description":""},{"name":"Plants","item":[{"name":"GetPlants","id":"e0d7a2c0-2e12-46ae-b25d-7cdd44dadee5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"GET","header":[{"key":"FacilityID","value":"{{facility_id}}"}],"url":"https://app.flourishsoftware.com/external/api/v1/plants","description":"<p>Get plants for a single facility based on query parameters. This request requires the <code>FacilityID</code> header.</p>\n","urlObject":{"path":["v1","plants"],"host":["https://app.flourishsoftware.com/external/api"],"query":[{"disabled":true,"key":"limit","value":"50"},{"disabled":true,"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>Strain ID</p>\n","type":"text/plain"},"key":"strain_id","value":"945c2062"},{"disabled":true,"description":{"content":"<p>Group ID</p>\n","type":"text/plain"},"key":"group_id","value":"20171212-000"},{"disabled":true,"description":{"content":"<p>Group Name</p>\n","type":"text/plain"},"key":"group_name","value":"G-171201"},{"disabled":true,"description":{"content":"<p>Group status id. Valid IDs are:</p>\n<ul>\n<li>0 - Created</li>\n<li>10 - Cloned or Planted</li>\n<li>20 - Vegetative</li>\n<li>25 - Mother</li>\n<li>30 - Flowering</li>\n<li>40 - Harvested</li>\n<li>50 - Drying</li>\n<li>60 - In Processing</li>\n<li>99 - Cancelled</li>\n</ul>\n","type":"text/plain"},"key":"group_status_id","value":"50"},{"disabled":true,"description":{"content":"<p>Harvest id</p>\n","type":"text/plain"},"key":"harvest_id","value":"FR001-20180209-001"},{"disabled":true,"description":{"content":"<p>Harvest name</p>\n","type":"text/plain"},"key":"harvest_name","value":"H-1712011"},{"disabled":true,"description":{"content":"<p>Harvest status id</p>\n","type":"text/plain"},"key":"harvest_status_id","value":"20"},{"disabled":true,"description":{"content":"<p>Plant status. Valid statuses are:</p>\n<ul>\n<li>Cloned or Planted</li>\n<li>Vegetative</li>\n<li>Mother</li>\n<li>Flowering</li>\n<li>Harvested</li>\n<li>Drying</li>\n<li>In Processing</li>\n<li>Consumed To Batch</li>\n<li>Dead</li>\n<li>Packaged</li>\n</ul>\n","type":"text/plain"},"key":"status","value":"Cloned or Planted"},{"disabled":true,"description":{"content":"<p>Plant status id. Valid IDs are:</p>\n<ul>\n<li>10 - Cloned or Planted</li>\n<li>20 - Vegetative</li>\n<li>25 - Mother</li>\n<li>30 - Flowering</li>\n<li>40 - Harvested</li>\n<li>50 - Drying</li>\n<li>60 - In Processing</li>\n<li>70 - Consumed To Batch</li>\n<li>99 - Dead</li>\n<li>100 - Packaged</li>\n</ul>\n","type":"text/plain"},"key":"status_id","value":"10"},{"disabled":true,"description":{"content":"<p>Current area id</p>\n","type":"text/plain"},"key":"current_area_id","value":"DR000"},{"disabled":true,"description":{"content":"<p>Date/time plant was planted, range start.</p>\n","type":"text/plain"},"key":"plant_timestamp_start","value":"2020-01-03T15:04:05.000Z"},{"disabled":true,"description":{"content":"<p>Date/time plant was planted, range end.</p>\n","type":"text/plain"},"key":"plant_timestamp_end","value":"2020-01-03T15:04:05.000Z"},{"disabled":true,"description":{"content":"<p>Date/time plant became vegetative, range start.</p>\n","type":"text/plain"},"key":"vegetative_timestamp_start","value":"2020-01-03T15:04:05.000Z"},{"disabled":true,"description":{"content":"<p>Date/time plant became vegetative, range end.</p>\n","type":"text/plain"},"key":"vegetative_timestamp_end","value":"2020-01-03T15:04:05.000Z"},{"disabled":true,"description":{"content":"<p>Date/time plant was mother, range start.</p>\n","type":"text/plain"},"key":"mother_timestamp_start","value":"2020-01-03T15:04:05.000Z"},{"disabled":true,"description":{"content":"<p>Date/time plant was mother, range end.</p>\n","type":"text/plain"},"key":"mother_timestamp_end","value":"2020-01-03T15:04:05.000Z"},{"disabled":true,"description":{"content":"<p>Date/time plant was flowering, range start.</p>\n","type":"text/plain"},"key":"flower_timestamp_start","value":"2020-01-03T15:04:05.000Z"},{"disabled":true,"description":{"content":"<p>Date/time plant was flowering, range end.</p>\n","type":"text/plain"},"key":"flower_timestamp_end","value":"2020-01-03T15:04:05.000Z"},{"disabled":true,"description":{"content":"<p>Date/time plant was dry, range start.</p>\n","type":"text/plain"},"key":"dry_timestamp_start","value":"2020-01-03T15:04:05.000Z"},{"disabled":true,"description":{"content":"<p>Date/time plant was dry, range end.</p>\n","type":"text/plain"},"key":"dry_timestamp_end","value":"2020-01-03T15:04:05.000Z"},{"disabled":true,"description":{"content":"<p>Date/time plant was processed, range start.</p>\n","type":"text/plain"},"key":"processing_timestamp_start","value":"2020-01-03T15:04:05.000Z"},{"disabled":true,"description":{"content":"<p>Date/time plant was processed, range end.</p>\n","type":"text/plain"},"key":"processing_timestamp_end","value":"2020-01-03T15:04:05.000Z"},{"disabled":true,"description":{"content":"<p>Date/time plant was packaged, range start.</p>\n","type":"text/plain"},"key":"packaged_timestamp_start","value":"2020-01-03T15:04:05.000Z"},{"disabled":true,"description":{"content":"<p>Date/time plant was packaged, range end.</p>\n","type":"text/plain"},"key":"packaged_timestamp_end","value":"2020-01-03T15:04:05.000Z"},{"disabled":true,"description":{"content":"<p>Date/time plant was expected to flower, range start.</p>\n","type":"text/plain"},"key":"expected_flower_timestamp_start","value":"2020-01-03T15:04:05.000Z"},{"disabled":true,"description":{"content":"<p>Date/time plant was expected to flower, range end.</p>\n","type":"text/plain"},"key":"expected_flower_timestamp_end","value":"2020-01-03T15:04:05.000Z"},{"disabled":true,"description":{"content":"<p>Date/time plant was expected to be harvested, range start.</p>\n","type":"text/plain"},"key":"expected_harvest_timestamp_start","value":"2020-01-03T15:04:05.000Z"},{"disabled":true,"description":{"content":"<p>Date/time plant was expected to be harvested, range end.</p>\n","type":"text/plain"},"key":"expected_harvest_timestamp_end","value":"2020-01-03T15:04:05.000Z"},{"disabled":true,"description":{"content":"<p>Date/time plant was harvested, range start.</p>\n","type":"text/plain"},"key":"harvest_timestamp_start","value":"2020-01-03T15:04:05.000Z"},{"disabled":true,"description":{"content":"<p>Date/time plant was harvested, range end.</p>\n","type":"text/plain"},"key":"harvest_timestamp_end","value":"2020-01-03T15:04:05.000Z"},{"disabled":true,"description":{"content":"<p>Date/time plant was destroyed, range start.</p>\n","type":"text/plain"},"key":"destroyed_timestamp_start","value":"2020-01-03T15:04:05.000Z"},{"disabled":true,"description":{"content":"<p>Date/time plant was destroyed, range end.</p>\n","type":"text/plain"},"key":"destroyed_timestamp_end","value":"2020-01-03T15:04:05.000Z"},{"disabled":true,"description":{"content":"<p>Date/time plant was created, range start.</p>\n","type":"text/plain"},"key":"created_timestamp_start","value":"2020-01-03T15:04:05.000Z"},{"disabled":true,"description":{"content":"<p>Date/time plant was created, range end.</p>\n","type":"text/plain"},"key":"created_timestamp_end","value":"2020-01-03T15:04:05.000Z"},{"disabled":true,"description":{"content":"<p>Date/time plant was last updated, range start.</p>\n","type":"text/plain"},"key":"last_updated_timestamp_start","value":"2010-01-03T15:04:05.000Z"},{"disabled":true,"description":{"content":"<p>Date/time plant was last updated, range end.</p>\n","type":"text/plain"},"key":"last_updated_timestamp_end","value":"2020-01-03T15:04:05.000Z"}],"variable":[]}},"response":[{"id":"215d4a1a-2f7c-42e7-ad26-dea759e2b2c1","name":"GetPlants","originalRequest":{"method":"GET","header":[{"key":"FacilityID","value":"{{facility_id}}"}],"url":{"raw":"https://app.flourishsoftware.com/external/api/v1/plants?offset=0&limit=1","host":["https://app.flourishsoftware.com/external/api"],"path":["v1","plants"],"query":[{"key":"strain_id","value":"945c2062","description":"Strain id","disabled":true},{"key":"strain_name","value":"Blue Dreamz","description":"Strain name","disabled":true},{"key":"group_id","value":"20171212-000","description":"Group id","disabled":true},{"key":"group_name","value":"G-171201","description":"Group name","disabled":true},{"key":"group_status_id","value":"50","description":"Group status id. Valid IDs are:\n- 0 - Created\n- 10 - Cloned or Planted\n- 20 - Vegetative\n- 25 - Mother\n- 30 - Flowering\n- 40 - Harvested\n- 50 - Drying\n- 60 - In Processing\n- 99 - Cancelled","disabled":true},{"key":"harvest_id","value":"FR001-20180209-001","description":"Harvest id","disabled":true},{"key":"harvest_name","value":"H-1712011","description":"Harvest name (aka harvest_nickname)","disabled":true},{"key":"harvest_status_id","value":"20","description":"Harvest status id. Valid IDs are:\n- 10 - Created\n- 20 - Drying\n- 30 - Processing\n- 40 - Batched\n- 50 - Manually Completed\n- 99 - Cancelled\n- 99 - Cancelled","disabled":true},{"key":"status","value":"Cloned or Planted","description":"Plant status. Valid statuses are:\n- Cloned or Planted\n- Vegetative\n- Mother\n- Flowering\n- Harvested\n- Drying\n- In Processing\n- Consumed To Batch\n- Dead\n- Packaged","disabled":true},{"key":"status_id","value":"10","description":"Plant status id. Valid IDs are:\n- 10 - Cloned or Planted\n- 20 - Vegetative\n- 25 - Mother\n- 30 - Flowering\n- 40 - Harvested\n- 50 - Drying\n- 60 - In Processing\n- 70 - Consumed To Batch\n- 99 - Dead\n- 100 - Packaged","disabled":true},{"key":"current_area_id","value":"DR000","description":"Current area id of the plant","disabled":true},{"key":"plant_timestamp_start","value":"2020-01-03T15:04:05.000Z","description":"Date/time plant was planted, range start.","disabled":true},{"key":"plant_timestamp_end","value":"2020-01-03T15:04:05.000Z","description":"Date/time plant was planted, range end.","disabled":true},{"key":"vegetative_timestamp_start","value":"2020-01-03T15:04:05.000Z","description":"Date/time plant became vegetative, range start.","disabled":true},{"key":"vegetative_timestamp_end","value":"2020-01-03T15:04:05.000Z","description":"Date/time plant became vegetative, range end.","disabled":true},{"key":"mother_timestamp_start","value":"2020-01-03T15:04:05.000Z","description":"Date/time plant was identified as mother, range start.","disabled":true},{"key":"mother_timestamp_end","value":"2020-01-03T15:04:05.000Z","description":"Date/time plant was identified as mother, range end.","disabled":true},{"key":"flower_timestamp_start","value":"2020-01-03T15:04:05.000Z","description":"Date/time plant started flowering, range start.","disabled":true},{"key":"flower_timestamp_end","value":"2020-01-03T15:04:05.000Z","description":"Date/time plant started flowering, range end.","disabled":true},{"key":"dry_timestamp_start","value":"2020-01-03T15:04:05.000Z","description":"Date/time plant moved to \"dry\" stage, range start.","disabled":true},{"key":"dry_timestamp_end","value":"2020-01-03T15:04:05.000Z","description":"Date/time plant moved to \"dry\" stage, range end.","disabled":true},{"key":"processing_timestamp_start","value":"2020-01-03T15:04:05.000Z","description":"Date/time plant moved to \"processing\" stage, range start.","disabled":true},{"key":"processing_timestamp_end","value":"2020-01-03T15:04:05.000Z","description":"Date/time plant moved to \"processing\" stage, range end.","disabled":true},{"key":"packaged_timestamp_start","value":"2020-01-03T15:04:05.000Z","description":"Date/time plant was packaged, range start.","disabled":true},{"key":"packaged_timestamp_end","value":"2020-01-03T15:04:05.000Z","description":"Date/time plant was packaged, range end.","disabled":true},{"key":"expected_flower_timestamp_start","value":"2020-01-03T15:04:05.000Z","description":"Date/time plant is expected to flower, range start.","disabled":true},{"key":"expected_flower_timestamp_end","value":"2020-01-03T15:04:05.000Z","description":"Date/time plant is expected to flower, range end.","disabled":true},{"key":"expected_harvest_timestamp_start","value":"2020-01-03T15:04:05.000Z","description":"Expected harvest date/time, range start.","disabled":true},{"key":"expected_harvest_timestamp_end","value":"2020-01-03T15:04:05.000Z","description":"Expected harvest date/time, range end.","disabled":true},{"key":"harvest_timestamp_start","value":"2020-01-03T15:04:05.000Z","description":"Date/time plant was harvested, range start.","disabled":true},{"key":"harvest_timestamp_end","value":"2020-01-03T15:04:05.000Z","description":"Date/time plant was harvested, range end.","disabled":true},{"key":"destroyed_timestamp_start","value":"2020-01-03T15:04:05.000Z","description":"Date/time plant was destroyed, range start.","disabled":true},{"key":"destroyed_timestamp_end","value":"2020-01-03T15:04:05.000Z","description":"Date/time plant was destroyed, range end.","disabled":true},{"key":"created_timestamp_start","value":"2020-01-03T15:04:05.000Z","description":"Date/time plant was created, range start.","disabled":true},{"key":"created_timestamp_end","value":"2020-01-03T15:04:05.000Z","description":"Date/time plant was created, range end.","disabled":true},{"key":"last_updated_timestamp_start","value":"2010-01-03T15:04:05.000Z","description":"Date/time plant was updated, range start.","disabled":true},{"key":"last_updated_timestamp_end","value":"2020-01-03T15:04:05.000Z","description":"Date/time plant was updated, range end.","disabled":true},{"key":"offset","value":"0","description":"Offset for pagination"},{"key":"limit","value":"1","description":"Limit for pagination"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Date","value":"Tue, 21 Feb 2023 20:48:44 GMT"},{"key":"Content-Length","value":"1583"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"meta\": {\n        \"total\": 94049,\n        \"offset\": 0,\n        \"limit\": 1,\n        \"count\": 1,\n        \"next\": \"https://app.flourishsoftware.com/external/api/v1/plants?offset=1&limit=1\"\n    },\n    \"data\": [\n        {\n            \"plant_id\": \"STR00300000001\",\n            \"plant_barcode\": \"STR003 00000001\",\n            \"plant_status\": \"Drying\",\n            \"plant_status_id\": 50,\n            \"strain_id\": \"945c2062\",\n            \"strain_name\": \"Blue Dreamz\",\n            \"plant_origin\": \"S\",\n            \"plant_origin_type_id\": 0,\n            \"mother_plant_barcode\": null,\n            \"mother_plant_group_id\": null,\n            \"origin_plant_barcode\": null,\n            \"origin_plant_group_id\": null,\n            \"origin_metrc_plant_batch_name\": null,\n            \"origin_package_id\": null,\n            \"origin_package_qty\": null,\n            \"current_area_id\": \"DR000\",\n            \"group_id\": \"20171212-000\",\n            \"group_status_id\": 50,\n            \"group_name\": \"G-171201\",\n            \"plant_timestamp\": \"2017-12-12T17:40:08+02:00\",\n            \"plant_area_id\": \"CR000\",\n            \"vegetative_timestamp\": \"2017-12-12T17:42:19+02:00\",\n            \"vegetative_area_id\": \"VR000\",\n            \"mother_timestamp\": null,\n            \"mother_area_id\": null,\n            \"flower_timestamp\": \"2017-12-14T18:01:40+02:00\",\n            \"flower_area_id\": \"FR000\",\n            \"dry_timestamp\": \"2018-02-09T19:02:15+02:00\",\n            \"dry_area_id\": \"DR000\",\n            \"packaged_timestamp\": null,\n            \"expected_flower_timestamp\": \"2018-01-02T17:42:19+02:00\",\n            \"expected_harvest_timestamp\": \"2018-02-08T18:01:40+02:00\",\n            \"harvest_timestamp\": \"2018-02-09T19:02:15+02:00\",\n            \"harvest_id\": \"FR001-20180209-001\",\n            \"harvest_nickname\": \"H-1712011\",\n            \"wet_weight\": null,\n            \"created_by\": \"cg_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2017-12-12T17:40:39+02:00\",\n            \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2018-06-12T03:49:17+03:00\",\n            \"processing_area_id\": \"\",\n            \"processing_timestamp\": null,\n            \"destroyed_timestamp\": null,\n            \"destroyed_area_id\": null\n        }\n    ]\n}"}],"_postman_id":"e0d7a2c0-2e12-46ae-b25d-7cdd44dadee5"},{"name":"GetPlantGroups","id":"42d4265c-47a4-4b22-ad01-7e17ff70c8a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"GET","header":[{"key":"FacilityID","value":"{{facility_id}}"}],"url":"https://uat.flourishsoftware.com/external/api/v1/groups","description":"<p>Get plants for a single facility based on query parameters. This request requires the <code>FacilityID</code> header.</p>\n","urlObject":{"protocol":"https","path":["external","api","v1","groups"],"host":["uat","flourishsoftware","com"],"query":[{"disabled":true,"key":"group_id","value":"137ac843-a92f-4b53-bf68-707417d6046b"},{"disabled":true,"key":"group_nickname","value":"1A4FF0200000259000000319 - Clone"},{"disabled":true,"key":"group_status_id","value":"10"},{"disabled":true,"key":"group_status","value":"Cloned or Planted"},{"disabled":true,"key":"area_id","value":"36d2133d-94c2-4891-967b-32872be482ec"},{"disabled":true,"key":"area_name","value":"CA1 Nursery"},{"disabled":true,"key":"strain_id","value":"1234"},{"disabled":true,"key":"strain_name","value":"search text"},{"disabled":true,"key":"include_without_plants_alive","value":"0"},{"disabled":true,"key":"offset","value":"0"},{"disabled":true,"key":"limit","value":"50"}],"variable":[]}},"response":[{"id":"ec9100e1-ff75-4c33-b117-2d741ec5f26a","name":"GetPlantGroups","originalRequest":{"method":"GET","header":[{"key":"FacilityID","value":"{{facility_id}}"}],"url":{"raw":"https://uat.flourishsoftware.com/external/api/v1/groups?limit=1","protocol":"https","host":["uat","flourishsoftware","com"],"path":["external","api","v1","groups"],"query":[{"key":"group_id","value":"137ac843-a92f-4b53-bf68-707417d6046b","disabled":true},{"key":"group_nickname","value":"1A4FF0200000259000000319 - Clone","disabled":true},{"key":"group_status_id","value":"10","disabled":true},{"key":"group_status","value":"Cloned or Planted","disabled":true},{"key":"area_id","value":"36d2133d-94c2-4891-967b-32872be482ec","disabled":true},{"key":"area_name","value":"CA1 Nursery","disabled":true},{"key":"strain_id","value":"1234","disabled":true},{"key":"strain_name","value":"search text","disabled":true},{"key":"include_without_plants_alive","value":"0","disabled":true},{"key":"offset","value":"0","disabled":true},{"key":"limit","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"date","value":"Tue, 28 Oct 2025 12:54:15 GMT"},{"key":"content-length","value":"1083"},{"key":"content-type","value":"text/plain; charset=utf-8"},{"key":"x-envoy-upstream-service-time","value":"9"},{"key":"server","value":"istio-envoy"}],"cookie":[],"responseTime":null,"body":"{\"message\":\"Success\",\"status\":200,\"meta\":{\"total\":1871,\"offset\":0,\"limit\":1,\"count\":1,\"next\":\"https://external-api.uat.k8s.flourishsoftware.com/external/api/v1/groups?offset=1\\u0026limit=1\"},\"data\":[{\"group_hdr_pk\":45,\"group_id\":\"b4527fd0-859a-489f-95bd-c95a4f0ecd9f\",\"group_nickname\":\"1A4FF0200000259000000192 - Clone\",\"group_status_id\":20,\"group_status\":\"Vegetative\",\"current_area_id\":\"0f711848-d335-46ee-a9b8-eec8c3924f76\",\"area_name\":\"Beginning Inventory\",\"created_area_id\":\"36d2133d-94c2-4891-967b-32872be482ec\",\"num_plants\":75,\"num_plants_alive\":3,\"num_strains\":1,\"plant_timestamp\":\"2020-08-24T00:00:00Z\",\"plant_area_id\":\"36d2133d-94c2-4891-967b-32872be482ec\",\"vegetative_timestamp\":\"2021-12-10T00:08:53Z\",\"vegetative_area_id\":\"0f711848-d335-46ee-a9b8-eec8c3924f76\",\"mother_timestamp\":null,\"mother_area_id\":null,\"flower_timestamp\":null,\"flower_area_id\":null,\"created_by\":\"flourish_sync\",\"created_timestamp\":\"2020-10-26T18:54:12Z\",\"last_updated_by\":\"metrc_microbusiness@flourishsoftware.com\",\"last_updated_timestamp\":\"2021-12-10T10:39:02Z\",\"total_scheduled_for_destruction\":0}]}"}],"_postman_id":"42d4265c-47a4-4b22-ad01-7e17ff70c8a8"},{"name":"GetPlant","id":"00266ccc-061c-48f8-a889-32ee1676efe9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"GET","header":[{"key":"FacilityID","value":"{{facility_id}}"}],"url":"https://app.flourishsoftware.com/external/api/v1/plants/{{plant_id}}","description":"<p>Get plant by id, for a single facility. This request requires the <code>FacilityID</code> header.</p>\n","urlObject":{"path":["v1","plants","{{plant_id}}"],"host":["https://app.flourishsoftware.com/external/api"],"query":[],"variable":[]}},"response":[{"id":"7c2f0c63-8ada-4fdd-838e-40549ba4ccc3","name":"GetPlant","originalRequest":{"method":"GET","header":[{"key":"FacilityID","value":"{{facility_id}}"}],"url":"https://app.flourishsoftware.com/external/api/v1/plants/STR00300000001"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Date","value":"Mon, 20 Mar 2023 20:57:21 GMT"},{"key":"Content-Length","value":"1499"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"data\": {\n        \"plant_id\": \"STR00300000001\",\n        \"plant_barcode\": \"STR003 00000001\",\n        \"plant_status\": \"Drying\",\n        \"plant_status_id\": 50,\n        \"strain_id\": \"945c2062\",\n        \"strain_name\": \"Blue Dreamz\",\n        \"plant_origin\": \"S\",\n        \"plant_origin_type_id\": 0,\n        \"mother_plant_id\": null,\n        \"mother_plant_barcode\": null,\n        \"mother_plant_group_id\": null,\n        \"origin_plant_id\": null,\n        \"origin_plant_barcode\": null,\n        \"origin_plant_group_id\": null,\n        \"origin_metrc_plant_batch_name\": null,\n        \"origin_package_id\": null,\n        \"origin_package_qty\": null,\n        \"current_area_id\": \"DR000\",\n        \"group_id\": \"20171212-000\",\n        \"group_name\": \"G-171201\",\n        \"plant_timestamp\": \"2017-12-12T17:40:08+02:00\",\n        \"plant_area_id\": \"CR000\",\n        \"vegetative_timestamp\": \"2017-12-12T17:42:19+02:00\",\n        \"vegetative_area_id\": \"VR000\",\n        \"mother_timestamp\": null,\n        \"mother_area_id\": null,\n        \"flower_timestamp\": \"2017-12-14T18:01:40+02:00\",\n        \"flower_area_id\": \"FR000\",\n        \"dry_timestamp\": \"2018-02-09T19:02:15+02:00\",\n        \"dry_area_id\": \"DR000\",\n        \"packaged_timestamp\": null,\n        \"expected_flower_timestamp\": \"2018-01-02T17:42:19+02:00\",\n        \"expected_harvest_timestamp\": \"2018-02-08T18:01:40+02:00\",\n        \"harvest_timestamp\": \"2018-02-09T19:02:15+02:00\",\n        \"harvest_id\": \"FR001-20180209-001\",\n        \"harvest_status_id\": 20,\n        \"harvest_nickname\": \"H-1712011\",\n        \"wet_weight\": null,\n        \"created_by\": \"cg_demo@flourishsoftware.com\",\n        \"created_timestamp\": \"2017-12-12T17:40:39+02:00\",\n        \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n        \"last_updated_timestamp\": \"2018-06-12T03:49:17+03:00\",\n        \"processing_area_id\": \"\",\n        \"processing_timestamp\": null,\n        \"destroyed_timestamp\": null,\n        \"destroyed_area_id\": null\n    }\n}"}],"_postman_id":"00266ccc-061c-48f8-a889-32ee1676efe9"}],"id":"4ff6e0e6-d398-41f5-9a7b-949ffe2b5d73","auth":{"type":"noauth","isInherited":false},"_postman_id":"4ff6e0e6-d398-41f5-9a7b-949ffe2b5d73","description":""},{"name":"Drivers","item":[{"name":"GetDrivers","id":"5b494717-5dfe-4502-9ab7-9c9ad52505a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"GET","header":[{"key":"FacilityID","value":"{{facility_id}}","type":"text"}],"url":"https://app.flourishsoftware.com/external/api/v1/drivers","description":"<p>Get all of the drivers associated with a given facility.</p>\n","urlObject":{"path":["v1","drivers"],"host":["https://app.flourishsoftware.com/external/api"],"query":[{"disabled":true,"key":"limit","value":"50"},{"disabled":true,"key":"offset","value":"0"}],"variable":[]}},"response":[{"id":"121b491c-e557-4d1c-a8a3-c7512f94b912","name":"GetDrivers","originalRequest":{"method":"GET","header":[{"key":"FacilityID","value":"58b9b09d280e20ea24a126bb"}],"url":{"raw":"https://app.flourishsoftware.com/external/api/v1/drivers?limit=2","host":["https://app.flourishsoftware.com/external/api"],"path":["v1","drivers"],"query":[{"key":"limit","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.19.1"},{"key":"Date","value":"Thu, 10 Feb 2022 06:09:37 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"meta\": {\n        \"total\": 90,\n        \"offset\": 0,\n        \"limit\": 2,\n        \"count\": 2,\n        \"next\": \"https://app.flourishsoftware.com/external/api/v1/drivers?offset=2&limit=2\"\n    },\n    \"data\": [\n        {\n            \"driver_id\": \"95b760d7\",\n            \"driver_first_name\": \"Will\",\n            \"driver_last_name\": \"Ross\",\n            \"driver_license_state\": \"CA\",\n            \"driver_license_number\": \"HJU887\",\n            \"driver_permit_number\": \"345897\",\n            \"driver_license_expiration\": \"2022-06-21\",\n            \"driver_phone_number\": \"5668569545\",\n            \"driver_employee_id\": \"6767676\",\n            \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2022-02-10T07:10:52Z\",\n            \"created_by\": \"cg_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2017-12-12T17:36:21Z\"\n        },\n        {\n            \"driver_id\": \"95b762ee\",\n            \"driver_first_name\": \"Sara\",\n            \"driver_last_name\": \"Henderson\",\n            \"driver_license_state\": \"CA\",\n            \"driver_license_number\": \"JJU886\",\n            \"driver_permit_number\": \"3243289\",\n            \"driver_license_expiration\": \"0001-01-01\",\n            \"driver_phone_number\": \"8896653669\",\n            \"driver_employee_id\": null,\n            \"last_updated_by\": \"cg_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2017-12-12T17:36:51Z\",\n            \"created_by\": \"cg_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2017-12-12T17:36:51Z\"\n        }\n    ]\n}"}],"_postman_id":"5b494717-5dfe-4502-9ab7-9c9ad52505a9"}],"id":"56aae0d3-c5d7-4cd0-a5d8-edf2b9689a79","auth":{"type":"noauth","isInherited":false},"_postman_id":"56aae0d3-c5d7-4cd0-a5d8-edf2b9689a79","description":""},{"name":"Deliveries","item":[{"name":"GetDeliveries","event":[{"listen":"test","script":{"id":"1e6bbcfe-53ee-4db3-9b39-2ee4e3535ae6","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"60d5d29a-1a20-4176-a384-e947353d181b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"GET","header":[{"key":"FacilityID","value":"{{facility_id}}"}],"url":"https://app.flourishsoftware.com/external/api/v1/deliveries","description":"<p>Get deliveries.</p>\n<p>Required Headers:<br /><strong>FacilityID</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Param</th>\n<th>Example</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>limit</td>\n<td>50</td>\n<td></td>\n</tr>\n<tr>\n<td>offset</td>\n<td>0</td>\n<td></td>\n</tr>\n<tr>\n<td>delivery_status_id</td>\n<td>10</td>\n<td>Status of the delivery.  <br />  <br />Options: 10(Created), 20(Orders assigned), 30(Manifest printed), 40(Shipped), 99(Cancelled).  <br />  <br />type: [int]</td>\n</tr>\n<tr>\n<td>delivery_id</td>\n<td>0001234</td>\n<td>ID of a delivery. To specify multiple delivery IDs, multiple <code>delivery_id</code> parameters are required. Ex: <code>delivery_id=123&amp;delivery_id=abc</code>.  <br />  <br />type: [string]</td>\n</tr>\n<tr>\n<td>vehicle_id</td>\n<td>0001234</td>\n<td>ID of a vehicle. To specify multiple vehicle IDs, multiple <code>vehicle_id</code> parameters are required. Ex: <code>vehicle_id=123&amp;vehicle_id=abc</code>.  <br />  <br />type: [string]</td>\n</tr>\n<tr>\n<td>driver_id</td>\n<td>0001234</td>\n<td>ID of a driver.  <br />  <br />type: [string]</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v1","deliveries"],"host":["https://app.flourishsoftware.com/external/api"],"query":[{"disabled":true,"key":"limit","value":"50"},{"disabled":true,"key":"offset","value":"0"},{"disabled":true,"key":"delivery_id","value":"{{delivery_id}}"},{"disabled":true,"key":"delivery_id","value":"20180910-001"},{"disabled":true,"key":"delivery_status_id","value":"10"},{"disabled":true,"key":"vehicle_id","value":"80694a13"},{"disabled":true,"key":"vehicle_id","value":"fd86ae68"}],"variable":[]}},"response":[{"id":"06b2e27c-b247-40af-960a-20d040c701ef","name":"Get Deliveries - 200 OK","originalRequest":{"method":"GET","header":[{"key":"FacilityID","value":"58efa5927da7d346af9b89b4"}],"url":{"raw":"https://app.flourishsoftware.com/external/api/v1/deliveries?limit=60&offset=0&delivery_id=20220119-003","host":["https://app.flourishsoftware.com/external/api"],"path":["v1","deliveries"],"query":[{"key":"delivery_id","value":"20180910-001","disabled":true},{"key":"limit","value":"60"},{"key":"offset","value":"0"},{"key":"vehicle_id","value":"fd86ae68","disabled":true},{"key":"vehicle_id","value":"fd86ae68","disabled":true},{"key":"delivery_id","value":"20220119-003"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Date","value":"Tue, 27 Jul 2021 12:39:07 GMT"},{"key":"Content-Length","value":"948"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"meta\": {\n        \"total\": 1,\n        \"offset\": 0,\n        \"limit\": 50,\n        \"count\": 1,\n        \"next\": \"\"\n    },\n    \"data\": [\n        {\n            \"delivery_id\": \"20220119-003\",\n            \"delivery_day_seq\": 3,\n            \"num_orders\": 1,\n            \"num_stops\": null,\n            \"vehicle_id\": \"8069493c\",\n            \"delivery_status\": \"Created\",\n            \"delivery_timestamp\": \"2021-04-20T04:20:42.000Z\",\n            \"actual_delivery_timestamp\": \"\",\n            \"planned_route\": \"Drive with the windows down, man!\",\n            \"last_updated_by\": \"\",\n            \"last_updated_timestamp\": \"2022-01-20T20:03:42.000Z\",\n            \"created_by\": \"extapitest@flourishsoftware.com\",\n            \"created_timestamp\": \"2022-01-19T19:14:29.000Z\",\n            \"vehicle\": {\n                \"vehicle_id\": \"8069493c\",\n                \"vehicle_nickname\": \"AutoTest Vehicle\",\n                \"vehicle_make\": \"Automation\",\n                \"vehicle_model\": \"Selenium\",\n                \"vehicle_year\": \"2017\",\n                \"vehicle_license_plate\": \"56TS55WWR\",\n                \"vehicle_license_state\": \"GA\",\n                \"vehicle_license_country\": \"United States\",\n                \"vehicle_permit_number\": \"JJH3445SF\",\n                \"vehicle_color\": \"White\",\n                \"active\": 1,\n                \"last_updated_by\": \"grow_test_admin@wmsight.com\",\n                \"last_updated_timestamp\": \"2018-05-14T05:49:45Z\",\n                \"created_by\": \"grow_test_admin@wmsight.com\",\n                \"created_timestamp\": \"2018-05-14T05:49:45Z\"\n            },\n            \"drivers\": [\n                {\n                    \"driver_id\": \"80442d5d\",\n                    \"delivery_id\": \"20220119-003\",\n                    \"position\": 1,\n                    \"last_updated_by\": \"grow_test_admin@wmsight.com\",\n                    \"last_updated_timestamp\": \"2018-06-20T09:32:41Z\",\n                    \"created_by\": \"grow_test_admin@wmsight.com\",\n                    \"created_timestamp\": \"2018-05-14T05:45:06Z\",\n                    \"driver_first_name\": \"Test\",\n                    \"driver_middle_name\": \"\",\n                    \"driver_last_name\": \"Driver\",\n                    \"driver_license_state\": \"NU\",\n                    \"driver_license_country\": \"Canada\",\n                    \"driver_license_number\": \"AHG98765\",\n                    \"driver_permit_number\": \"\",\n                    \"driver_license_expiration\": \"2018-08-30\",\n                    \"driver_phone_number\": \"\",\n                    \"driver_email\": null,\n                    \"driver_employee_id\": null,\n                    \"active\": 1\n                },\n                {\n                    \"driver_id\": \"TiKNTDCoZQWJjDocvSwT\",\n                    \"delivery_id\": \"20220119-003\",\n                    \"position\": 2,\n                    \"last_updated_by\": \"grow_test_admin@wmsight.com\",\n                    \"last_updated_timestamp\": \"2020-04-24T10:31:54Z\",\n                    \"created_by\": \"grow_test_admin@wmsight.com\",\n                    \"created_timestamp\": \"2020-02-26T14:01:16Z\",\n                    \"driver_first_name\": \"Haris\",\n                    \"driver_middle_name\": null,\n                    \"driver_last_name\": \"Driver\",\n                    \"driver_license_state\": null,\n                    \"driver_license_country\": null,\n                    \"driver_license_number\": null,\n                    \"driver_permit_number\": null,\n                    \"driver_license_expiration\": \"\",\n                    \"driver_phone_number\": null,\n                    \"driver_email\": null,\n                    \"driver_employee_id\": null,\n                    \"active\": 1\n                }\n            ],\n            \"orders\": [\n                {\n                    \"delivery_id\": \"20220119-003\",\n                    \"stop_seq\": 0,\n                    \"original_order_id\": null,\n                    \"order_id\": \"00002453\",\n                    \"delivery_timestamp\": null,\n                    \"order_timestamp\": \"2019-03-06T10:35:02Z\",\n                    \"destination_facility_id\": \"\",\n                    \"destination_facility_name\": \"\",\n                    \"destination_facility_alias\": null,\n                    \"destination_facility_license\": null,\n                    \"destination_facility_address_line1\": null,\n                    \"destination_facility_address_line2\": null,\n                    \"destination_facility_city\": null,\n                    \"destination_facility_state\": null,\n                    \"destination_facility_zip_code\": null,\n                    \"destination_facility_phone\": null,\n                    \"num_packages\": 0,\n                    \"total_qty\": 0,\n                    \"order_status_id\": 10,\n                    \"order_status_description\": \"Created\"\n                }\n            ],\n            \"notes\": null\n        }\n    ]\n}"}],"_postman_id":"60d5d29a-1a20-4176-a384-e947353d181b"},{"name":"GetDelivery","event":[{"listen":"test","script":{"id":"bb8df197-cf78-4e9e-9bca-1d1a34fb9de7","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"624fe490-8fef-487b-9187-11c12ee78f5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"GET","header":[{"key":"FacilityID","value":"{{facility_id}}"}],"url":"https://app.flourishsoftware.com/external/api/v1/deliveries/{{delivery_id}}","description":"<p>Endpoint to retrieve a single delivery. Pass the delivery ID in the URL as the only parameter like:</p>\n<p><code>v1/deliveries/20180216-001</code></p>\n","urlObject":{"path":["v1","deliveries","{{delivery_id}}"],"host":["https://app.flourishsoftware.com/external/api"],"query":[],"variable":[]}},"response":[{"id":"44067169-5fdf-4f92-af3d-6d1b0fa73cd1","name":"Get Delivery - 200 OK","originalRequest":{"method":"GET","header":[{"key":"FacilityID","value":"58efa5927da7d346af9b89b4"}],"url":"https://app.flourishsoftware.com/external/api/v1/deliveries/20220119-003"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Date","value":"Tue, 27 Jul 2021 12:48:34 GMT"},{"key":"Content-Length","value":"1789"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"data\": {\n        \"delivery_id\": \"20220119-003\",\n        \"delivery_day_seq\": 3,\n        \"num_orders\": 1,\n        \"num_stops\": null,\n        \"vehicle_id\": \"8069493c\",\n        \"delivery_status\": \"Created\",\n        \"delivery_timestamp\": \"2021-04-20T04:20:42.000Z\",\n        \"actual_delivery_timestamp\": \"\",\n        \"planned_route\": \"Drive with the windows down, man!\",\n        \"last_updated_by\": \"\",\n        \"last_updated_timestamp\": \"2022-01-20T20:03:42.000Z\",\n        \"created_by\": \"extapitest@flourishsoftware.com\",\n        \"created_timestamp\": \"2022-01-19T19:14:29.000Z\",\n        \"vehicle\": {\n            \"vehicle_id\": \"8069493c\",\n            \"vehicle_nickname\": \"AutoTest Vehicle\",\n            \"vehicle_make\": \"Automation\",\n            \"vehicle_model\": \"Selenium\",\n            \"vehicle_year\": \"2017\",\n            \"vehicle_license_plate\": \"56TS55WWR\",\n            \"vehicle_license_state\": \"GA\",\n            \"vehicle_license_country\": \"United States\",\n            \"vehicle_permit_number\": \"JJH3445SF\",\n            \"vehicle_color\": \"White\",\n            \"active\": 1,\n            \"last_updated_by\": \"grow_test_admin@wmsight.com\",\n            \"last_updated_timestamp\": \"2018-05-14T05:49:45Z\",\n            \"created_by\": \"grow_test_admin@wmsight.com\",\n            \"created_timestamp\": \"2018-05-14T05:49:45Z\"\n        },\n        \"drivers\": [\n            {\n                \"driver_id\": \"80442d5d\",\n                \"delivery_id\": \"20220119-003\",\n                \"position\": 1,\n                \"last_updated_by\": \"grow_test_admin@wmsight.com\",\n                \"last_updated_timestamp\": \"2018-06-20T09:32:41Z\",\n                \"created_by\": \"grow_test_admin@wmsight.com\",\n                \"created_timestamp\": \"2018-05-14T05:45:06Z\",\n                \"driver_first_name\": \"Test\",\n                \"driver_middle_name\": \"\",\n                \"driver_last_name\": \"Driver\",\n                \"driver_license_state\": \"NU\",\n                \"driver_license_country\": \"Canada\",\n                \"driver_license_number\": \"AHG98765\",\n                \"driver_permit_number\": \"\",\n                \"driver_license_expiration\": \"2018-08-30\",\n                \"driver_phone_number\": \"\",\n                \"driver_email\": null,\n                \"driver_employee_id\": null,\n                \"active\": 1\n            },\n            {\n                \"driver_id\": \"TiKNTDCoZQWJjDocvSwT\",\n                \"delivery_id\": \"20220119-003\",\n                \"position\": 2,\n                \"last_updated_by\": \"grow_test_admin@wmsight.com\",\n                \"last_updated_timestamp\": \"2020-04-24T10:31:54Z\",\n                \"created_by\": \"grow_test_admin@wmsight.com\",\n                \"created_timestamp\": \"2020-02-26T14:01:16Z\",\n                \"driver_first_name\": \"Haris\",\n                \"driver_middle_name\": null,\n                \"driver_last_name\": \"Driver\",\n                \"driver_license_state\": null,\n                \"driver_license_country\": null,\n                \"driver_license_number\": null,\n                \"driver_permit_number\": null,\n                \"driver_license_expiration\": \"\",\n                \"driver_phone_number\": null,\n                \"driver_email\": null,\n                \"driver_employee_id\": null,\n                \"active\": 1\n            }\n        ],\n        \"orders\": [\n            {\n                \"delivery_id\": \"20220119-003\",\n                \"stop_seq\": 0,\n                \"original_order_id\": null,\n                \"order_id\": \"00002453\",\n                \"delivery_timestamp\": null,\n                \"order_timestamp\": \"2019-03-06T10:35:02Z\",\n                \"destination_facility_id\": \"\",\n                \"destination_facility_name\": \"\",\n                \"destination_facility_alias\": null,\n                \"destination_facility_license\": null,\n                \"destination_facility_address_line1\": null,\n                \"destination_facility_address_line2\": null,\n                \"destination_facility_city\": null,\n                \"destination_facility_state\": null,\n                \"destination_facility_zip_code\": null,\n                \"destination_facility_phone\": null,\n                \"num_packages\": 0,\n                \"total_qty\": 0,\n                \"order_status_id\": 10,\n                \"order_status_description\": \"Created\"\n            }\n        ],\n        \"notes\": null\n    }\n}"}],"_postman_id":"624fe490-8fef-487b-9187-11c12ee78f5f"},{"name":"PostDelivery","id":"83d6e05b-7ce4-4751-9efb-6e1148610e6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"POST","header":[{"key":"FacilityID","value":"{{facility_id}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"vehicle_id\": \"8069493c\",\n    \"delivery_timestamp\": \"2021-04-20T04:20:42.000Z\",\n    \"planned_route\": \"Drive with the windows down!\",\n    \"drivers\": [\n        \"80442d5d\"\n    ],\n    \"stops\": [\n        {\n            \"estimated_arrival_time\": null,\n            \"orders\": [\n                \"00000001\"\n            ]\n        }\n    ]\n}"},"url":"https://app.flourishsoftware.com/external/api/v1/deliveries","urlObject":{"path":["v1","deliveries"],"host":["https://app.flourishsoftware.com/external/api"],"query":[],"variable":[]}},"response":[{"id":"ace09839-13b5-487d-89a0-1a8446a1f2dd","name":"Create Delivery (Empty Post) - 200 OK","originalRequest":{"method":"POST","header":[{"key":"FacilityID","value":"58efa5927da7d346af9b89b4"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{}"},"url":"https://app.flourishsoftware.com/external/api/v1/deliveries"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"data\": {\n        \"delivery_id\": \"20220120-001\",\n        \"delivery_day_seq\": 1,\n        \"num_orders\": 0,\n        \"num_stops\": null,\n        \"vehicle_id\": \"\",\n        \"delivery_status\": \"Created\",\n        \"delivery_timestamp\": \"\",\n        \"actual_delivery_timestamp\": \"\",\n        \"planned_route\": null,\n        \"last_updated_by\": \"\",\n        \"last_updated_timestamp\": \"2022-01-20T19:21:09.000Z\",\n        \"created_by\": \"\",\n        \"created_timestamp\": \"2022-01-20T19:21:09.000Z\",\n        \"vehicles\": null,\n        \"drivers\": null,\n        \"orders\": null,\n        \"notes\": null\n    }\n}"},{"id":"ca0a242d-c549-492d-8fcb-973cff802d26","name":"Create Delivery (No Orders) - 200 OK","originalRequest":{"method":"POST","header":[{"key":"FacilityID","value":"58efa5927da7d346af9b89b4"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"vehicle_id\": \"8069493c\",\n    \"delivery_timestamp\": \"2021-04-20T04:20:42.000Z\",\n    \"planned_route\": \"Drive with the windows down!\",\n    \"drivers\": [\n        \"80442d5d\"\n    ],\n    \"orders\": null,\n    \"notes\": null\n}"},"url":"https://app.flourishsoftware.com/external/api/v1/deliveries"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"data\": {\n        \"delivery_id\": \"20220119-002\",\n        \"delivery_day_seq\": 2,\n        \"num_orders\": 0,\n        \"num_stops\": null,\n        \"vehicle_id\": \"8069493c\",\n        \"delivery_status\": \"Created\",\n        \"delivery_timestamp\": \"2021-04-20T04:20:42.000Z\",\n        \"actual_delivery_timestamp\": \"\",\n        \"planned_route\": null,\n        \"last_updated_by\": \"extapitest@flourishsoftware.com\",\n        \"last_updated_timestamp\": \"2022-01-19T18:37:48.000Z\",\n        \"created_by\": \"extapitest@flourishsoftware.com\",\n        \"created_timestamp\": \"2022-01-19T18:37:48.000Z\",\n        \"vehicle\": {\n            \"vehicle_id\": \"8069493c\",\n            \"vehicle_nickname\": \"AutoTest Vehicle\",\n            \"vehicle_make\": \"Automation\",\n            \"vehicle_model\": \"Selenium\",\n            \"vehicle_year\": \"2017\",\n            \"vehicle_license_plate\": \"56TS55WWR\",\n            \"vehicle_license_state\": \"GA\",\n            \"vehicle_license_country\": \"United States\",\n            \"vehicle_permit_number\": \"JJH3445SF\",\n            \"vehicle_color\": \"White\",\n            \"active\": 1,\n            \"last_updated_by\": \"grow_test_admin@wmsight.com\",\n            \"last_updated_timestamp\": \"2018-05-14T05:49:45Z\",\n            \"created_by\": \"grow_test_admin@wmsight.com\",\n            \"created_timestamp\": \"2018-05-14T05:49:45Z\"\n        },\n        \"drivers\": [\n            {\n                \"driver_id\": \"80442d5d\",\n                \"delivery_id\": \"20220119-003\",\n                \"position\": 1,\n                \"driver_first_name\": \"Test\",\n                \"driver_middle_name\": \"\",\n                \"driver_last_name\": \"Driver\",\n                \"driver_license_state\": \"NU\",\n                \"driver_license_country\": \"Canada\",\n                \"driver_license_number\": \"AHG98765\",\n                \"driver_permit_number\": \"\",\n                \"driver_license_expiration\": \"2018-08-30\",\n                \"driver_phone_number\": \"\",\n                \"driver_email\": null,\n                \"driver_employee_id\": null,\n                \"active\": 1\n            },\n        ],\n        \"orders\": null,\n        \"notes\": null\n    }\n}"},{"id":"b45330e9-1eed-41b1-bbeb-05fc3d2be9a0","name":"Create Delivery (With Order) - 200 OK","originalRequest":{"method":"POST","header":[{"key":"FacilityID","value":"58efa5927da7d346af9b89b4"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"vehicle_id\": \"8069493c\",\n    \"delivery_timestamp\": \"2021-04-20T04:20:42.000Z\",\n    \"planned_route\": \"Drive with the windows down!\",\n    \"drivers\": [\n        \"80442d5d\"\n    ],\n    \"stops\": [\n        {\n            \"estimated_arrival_time\": null,\n            \"orders\": [\n                \"00003299\"\n            ]\n        }\n    ],\n    \"notes\": null\n}"},"url":"https://app.flourishsoftware.com/external/api/v1/deliveries"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"data\": {\n        \"delivery_id\": \"20220119-003\",\n        \"delivery_day_seq\": 3,\n        \"num_orders\": 1,\n        \"num_stops\": null,\n        \"vehicle_id\": \"8069493c\",\n        \"delivery_status\": \"Created\",\n        \"delivery_timestamp\": \"2021-04-20T04:20:42.000Z\",\n        \"actual_delivery_timestamp\": \"\",\n        \"planned_route\": null,\n        \"last_updated_by\": \"extapitest@flourishsoftware.com\",\n        \"last_updated_timestamp\": \"2022-01-19T19:14:29.000Z\",\n        \"created_by\": \"extapitest@flourishsoftware.com\",\n        \"created_timestamp\": \"2022-01-19T19:14:29.000Z\",\n        \"vehicle\": {\n            \"vehicle_id\": \"8069493c\",\n            \"vehicle_nickname\": \"AutoTest Vehicle\",\n            \"vehicle_make\": \"Automation\",\n            \"vehicle_model\": \"Selenium\",\n            \"vehicle_year\": \"2017\",\n            \"vehicle_license_plate\": \"56TS55WWR\",\n            \"vehicle_license_state\": \"GA\",\n            \"vehicle_license_country\": \"United States\",\n            \"vehicle_permit_number\": \"JJH3445SF\",\n            \"vehicle_color\": \"White\",\n            \"active\": 1,\n            \"last_updated_by\": \"grow_test_admin@wmsight.com\",\n            \"last_updated_timestamp\": \"2018-05-14T05:49:45Z\",\n            \"created_by\": \"grow_test_admin@wmsight.com\",\n            \"created_timestamp\": \"2018-05-14T05:49:45Z\"\n        },\n        \"drivers\": [\n            {\n                \"driver_id\": \"80442d5d\",\n                \"delivery_id\": \"20220119-003\",\n                \"position\": 1,\n                \"driver_first_name\": \"Test\",\n                \"driver_middle_name\": \"\",\n                \"driver_last_name\": \"Driver\",\n                \"driver_license_state\": \"NU\",\n                \"driver_license_country\": \"Canada\",\n                \"driver_license_number\": \"AHG98765\",\n                \"driver_permit_number\": \"\",\n                \"driver_license_expiration\": \"2018-08-30\",\n                \"driver_phone_number\": \"\",\n                \"driver_email\": null,\n                \"driver_employee_id\": null,\n                \"active\": 1\n            },\n        ],\n        \"orders\": [\n            {\n                \"delivery_id\": \"20220119-003\",\n                 \"stop_seq\": 1,\n                \"original_order_id\": \"cxcc\",\n                \"order_id\": \"00003299\",\n                \"delivery_timestamp\": null,\n                \"order_timestamp\": \"2019-05-20T09:27:44Z\",\n                \"destination_facility_id\": \"ff7f31779ccd53e2c960\",\n                \"destination_facility_name\": \"4.0 Belmont\",\n                \"destination_facility_alias\": \"4.0 Belmont\",\n                \"destination_facility_license\": \"sax\",\n                \"destination_facility_address_line1\": \"sasd\",\n                \"destination_facility_address_line2\": null,\n                \"destination_facility_city\": \"aasd\",\n                \"destination_facility_state\": \"NV\",\n                \"destination_facility_zip_code\": \"89014\",\n                \"destination_facility_phone\": \"32423424323\",\n                \"num_packages\": 3,\n                \"total_qty\": 6,\n                \"order_status_id\": 30,\n                \"order_status_description\": \"Allocated\"\n            }\n        ],\n        \"notes\": null\n    }\n}"},{"id":"8158eb13-8d08-4c7f-a528-8b4afd0712a6","name":"Create/Edit Delivery (DriverID not exists or inactive) - 400 Bad Request","originalRequest":{"method":"POST","header":[{"key":"FacilityID","value":"58efa5927da7d346af9b89b4"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"vehicle_id\": \"8069493c\",\n    \"delivery_timestamp\": \"2021-04-20T04:20:42.000Z\",\n    \"planned_route\": \"Drive with the windows down!\",\n    \"drivers\": [\n        \"billy-bob\"\n    ],\n    \"stops\": null\n}"},"url":"https://app.flourishsoftware.com/external/api/v1/deliveries"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"one or more delivery driver(s) does not exist, or is inactive\",\n    \"status\": 400\n}"},{"id":"57d68b78-6ccc-45bb-ad63-454b99b45edb","name":"Create/Edit Delivery (VehicleID not exists) - 400 Bad Request","originalRequest":{"method":"POST","header":[{"key":"FacilityID","value":"58efa5927da7d346af9b89b4"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"vehicle_id\": \"abc123\",\n    \"delivery_timestamp\": \"2021-04-20T04:20:42.000Z\",\n    \"planned_route\": \"Drive with the windows down!\",\n    \"drivers\": [\n        \"80442d5d\"\n    ],\n    \"stops\": null\n}"},"url":"https://app.flourishsoftware.com/external/api/v1/deliveries"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"vehicle with ID abc123 does not exist\",\n    \"status\": 400\n}"},{"id":"bf390933-c38a-48af-ac28-f59f6ab50dd4","name":"Create/Edit Delivery (OrderID not exists) - 400 Bad Request","originalRequest":{"method":"POST","header":[{"key":"FacilityID","value":"58efa5927da7d346af9b89b4"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"vehicle_id\": \"8069493c\",\n    \"delivery_timestamp\": \"2021-04-20T04:20:42.000Z\",\n    \"planned_route\": \"Drive with the windows down!\",\n    \"drivers\": [\n        \"80442d5d\"\n    ],\n    \"stops\": [\n        {\n            \"estimated_arrival_time\": null,\n            \"orders\": [\n                \"123456\"\n            ]\n        }\n    ],\n    \"notes\": null\n}"},"url":"https://app.flourishsoftware.com/external/api/v1/deliveries"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"one or more order IDs does not correspond to an outbound order\",\n    \"status\": 400\n}"},{"id":"6d121755-2f5f-400c-a559-241c915098fe","name":"Create/Edit Delivery (OrderID not outbound) - 400 Bad Request","originalRequest":{"method":"POST","header":[{"key":"FacilityID","value":"58efa5927da7d346af9b89b4"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"vehicle_id\": \"8069493c\",\n    \"delivery_timestamp\": \"2021-04-20T04:20:42.000Z\",\n    \"planned_route\": \"Drive with the windows down!\",\n    \"drivers\": [\n        \"80442d5d\"\n    ],\n    \"stops\": [\n        {\n            \"estimated_arrival_time\": null,\n            \"orders\": [\n                \"00000779\"\n            ]\n        }\n    ],\n    \"notes\": null\n}"},"url":"https://app.flourishsoftware.com/external/api/v1/deliveries"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"one or more order IDs did not correspond to an outbound order\",\n    \"status\": 400\n}"},{"id":"0092fe07-fdf7-424d-8be1-68af4275bc77","name":"Create/Edit Delivery (OrderID already shipped) - 400 Bad Request","originalRequest":{"method":"POST","header":[{"key":"FacilityID","value":"58efa5927da7d346af9b89b4"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"vehicle_id\": \"8069493c\",\n    \"delivery_timestamp\": \"2021-04-20T04:20:42.000Z\",\n    \"planned_route\": \"Drive with the windows down!\",\n    \"drivers\": [\n        \"80442d5d\"\n    ],\n    \"stops\": [\n        {\n            \"estimated_arrival_time\": null,\n            \"orders\": [\n                \"00000001\"\n            ]\n        }\n    ],\n    \"notes\": null\n}"},"url":"https://app.flourishsoftware.com/external/api/v1/deliveries"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"order with ID 00000001 cannot be assigned since it is in an ineligible status\",\n    \"status\": 400\n}"},{"id":"9371411d-078a-40d1-993d-e6f92f5b3de5","name":"Create/Edit Delivery (OrderID already on another delivery) - 400 Bad Request","originalRequest":{"method":"POST","header":[{"key":"FacilityID","value":"58efa5927da7d346af9b89b4"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"vehicle_id\": \"8069493c\",\n    \"delivery_timestamp\": \"2021-04-20T04:20:42.000Z\",\n    \"planned_route\": \"Drive with the windows down!\",\n    \"drivers\": [\n        \"80442d5d\"\n    ],\n    \"stops\": [\n        {\n            \"estimated_arrival_time\": null,\n            \"orders\": [\n                \"00000003\"\n            ]\n        }\n    ],\n    \"notes\": null\n}"},"url":"https://app.flourishsoftware.com/external/api/v1/deliveries"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"order with ID 00000003 is already assigned to another delivery\",\n    \"status\": 400\n}"},{"id":"09d5a63d-7cd6-4a80-94e7-7a9de3dc5eb5","name":"Create/Edit Delivery (Note without a body) - 400 Bad Request Copy","originalRequest":{"method":"POST","header":[{"key":"FacilityID","value":"58efa5927da7d346af9b89b4"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"vehicle_id\": \"8069493c\",\n    \"delivery_timestamp\": \"2021-04-20T04:20:42.000Z\",\n    \"planned_route\": \"Drive with the windows down!\",\n    \"drivers\": [\n        \"80442d5d\"\n    ],\n    \"stops\": [\n        {\n            \"estimated_arrival_time\": null,\n            \"orders\": [\n                \"00000003\"\n            ]\n        }\n    ],\n     \"notes\": [\n        {\n            \"note\": \"A valid note without a subject :)\"\n        },\n        {\n            \"subject\": \"A valid note's subject!\",\n            \"note\": \"A valid note with a subject!\"\n        },\n        {\n            \"subject\": \"An invalid note body :)\"\n        }\n    ]\n}"},"url":"https://app.flourishsoftware.com/external/api/v1/deliveries"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"all notes are required to have a body\",\n    \"status\": 400\n}"}],"_postman_id":"83d6e05b-7ce4-4751-9efb-6e1148610e6d"},{"name":"PutDelivery","id":"c595aedf-97f5-4915-a1f9-a828fc3fadda","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"PUT","header":[{"key":"FacilityID","value":"{{facility_id}}"},{"key":"CompanyID","value":"company_id"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"vehicle_id\": \"8069493c\",\n    \"delivery_timestamp\": \"2021-04-20T04:20:42.000Z\",\n    \"planned_route\": \"Drive with the windows down, man!\",\n    \"drivers\": [\n        \"80442d5d\",\n        \"TiKNTDCoZQWJjDocvSwT\"\n    ],\n    \"stops\": [\n        {\n            \"estimated_arrival_time\": null,\n            \"orders\": [\n                \"00002453\",\n                \"00000002\"\n            ]\n        }\n    ],\n    \"notes\": [\n        {\n            \"note\": \"A note without a subject :)\"\n        },\n        {\n            \"subject\": \"A subject!\",\n            \"note\": \"A note with a subject!\"\n        }\n    ]\n}"},"url":"https://app.flourishsoftware.com/external/api/v1/deliveries/{{delivery_id}}","urlObject":{"path":["v1","deliveries","{{delivery_id}}"],"host":["https://app.flourishsoftware.com/external/api"],"query":[],"variable":[]}},"response":[{"id":"a97caccd-1f49-43c1-b993-a36c24cb4419","name":"Edit Delivery (METRC-Integrated Delivery) - 400 Bad Request","originalRequest":{"method":"PUT","header":[{"key":"FacilityID","value":"58efa5927da7d346af9b89b4"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"vehicle_id\": \"8069493c\",\n    \"delivery_timestamp\": \"2021-04-20T04:20:42.000Z\",\n    \"planned_route\": \"Drive with the windows down!\",\n    \"drivers\": [\n        \"adefa83efb1a774ad871\"\n    ],\n    \"orders\": [\n        \"00004647\"\n    ],\n    \"stops\": [\n        {\n            \"estimated_arrival_time\": null,\n            \"orders\": [\n                \"00004647\"\n            ]\n        }\n    ],\n    \"notes\": null\n}"},"url":"https://app.flourishsoftware.com/external/api/v1/deliveries/20220119-003"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 27 Jul 2021 12:47:50 GMT"},{"key":"Content-Length","value":"1789"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"delivery cannot be updated via external API once a METRC transfer template has been generated\",\n    \"status\": 400\n}"},{"id":"4c6e6530-ecef-44f1-9eff-f32ae1bf0b47","name":"Edit Delivery - 200 OK","originalRequest":{"method":"PUT","header":[{"key":"FacilityID","value":"58efa5927da7d346af9b89b4"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"vehicle_id\": \"8069493c\",\n    \"delivery_timestamp\": \"2021-04-20T04:20:42.000Z\",\n    \"planned_route\": \"Drive with the windows down!\",\n    \"drivers\": [\n        \"80442d5d\"\n    ],\n    \"stops\": [\n        {\n            \"estimated_arrival_time\": null,\n            \"orders\": [\n                \"00002453\"\n            ]\n        }\n    ],\n    \"notes\": [\n        {\n            \"note\": \"A valid note without a subject :)\"\n        },\n        {\n            \"subject\": \"A valid note's subject!\",\n            \"note\": \"A valid note with a subject!\"\n        }\n    ]\n}"},"url":"https://app.flourishsoftware.com/external/api/v1/deliveries/20220119-003"},"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"data\": {\n        \"delivery_id\": \"20220119-003\",\n        \"delivery_day_seq\": 3,\n        \"num_orders\": 1,\n        \"num_stops\": null,\n        \"vehicle_id\": \"8069493c\",\n        \"delivery_status\": \"Created\",\n        \"delivery_timestamp\": \"2021-04-20T04:20:42.000Z\",\n        \"actual_delivery_timestamp\": \"\",\n        \"planned_route\": null,\n        \"last_updated_by\": \"extapitest@flourishsoftware.com\",\n        \"last_updated_timestamp\": \"2022-01-19T22:41:16.000Z\",\n        \"created_by\": \"extapitest@flourishsoftware.com\",\n        \"created_timestamp\": \"2022-01-19T19:14:29.000Z\",\n        \"vehicle\": {\n            \"vehicle_id\": \"8069493c\",\n            \"vehicle_nickname\": \"AutoTest Vehicle\",\n            \"vehicle_make\": \"Automation\",\n            \"vehicle_model\": \"Selenium\",\n            \"vehicle_year\": \"2017\",\n            \"vehicle_license_plate\": \"56TS55WWR\",\n            \"vehicle_license_state\": \"GA\",\n            \"vehicle_license_country\": \"United States\",\n            \"vehicle_permit_number\": \"JJH3445SF\",\n            \"vehicle_color\": \"White\",\n            \"active\": 1,\n            \"last_updated_by\": \"grow_test_admin@wmsight.com\",\n            \"last_updated_timestamp\": \"2018-05-14T05:49:45Z\",\n            \"created_by\": \"grow_test_admin@wmsight.com\",\n            \"created_timestamp\": \"2018-05-14T05:49:45Z\"\n        },\n        \"drivers\": [\n            {\n                \"driver_id\": \"80442d5d\",\n                \"delivery_id\": \"20220119-003\",\n                \"position\": 1,\n                \"driver_first_name\": \"Test\",\n                \"driver_middle_name\": \"\",\n                \"driver_last_name\": \"Driver\",\n                \"driver_license_state\": \"NU\",\n                \"driver_license_country\": \"Canada\",\n                \"driver_license_number\": \"AHG98765\",\n                \"driver_permit_number\": \"\",\n                \"driver_license_expiration\": \"2018-08-30\",\n                \"driver_phone_number\": \"\",\n                \"driver_email\": null,\n                \"driver_employee_id\": null,\n                \"active\": 1\n            },\n        ],\n        \"orders\": [\n            {\n                \"delivery_id\": \"20220119-003\",\n                \"stop_seq\": 0,\n                \"stop_pk\": 0,\n                \"original_order_id\": null,\n                \"order_id\": \"00002453\",\n                \"delivery_timestamp\": null,\n                \"order_timestamp\": \"2019-03-06T10:35:02Z\",\n                \"destination_facility_id\": \"\",\n                \"destination_facility_name\": \"\",\n                \"destination_facility_alias\": null,\n                \"destination_facility_license\": null,\n                \"destination_facility_address_line1\": null,\n                \"destination_facility_address_line2\": null,\n                \"destination_facility_city\": null,\n                \"destination_facility_state\": null,\n                \"destination_facility_zip_code\": null,\n                \"destination_facility_phone\": null,\n                \"num_packages\": 0,\n                \"total_qty\": 0,\n                \"order_status_id\": 10,\n                \"order_status_description\": \"Created\"\n            }\n        ],\n        \"notes\": [\n            {\n                \"delivery_note_id\": 1,\n                \"subject\": \"\",\n                \"note\": \"A note without a subject :)\"\n            },\n            {\n                \"delivery_note_id\": 2,\n                \"subject\": \"A subject!\",\n                \"note\": \"A note with a subject!\"\n            }\n        ]\n    }\n}"}],"_postman_id":"c595aedf-97f5-4915-a1f9-a828fc3fadda"}],"id":"2645ba7b-69bc-43c5-8627-9d8f47e596dc","auth":{"type":"noauth","isInherited":false},"_postman_id":"2645ba7b-69bc-43c5-8627-9d8f47e596dc","description":""},{"name":"Brands","item":[{"name":"GetBrands","event":[{"listen":"test","script":{"id":"78c25e16-284a-495d-970e-134283587e77","exec":["pm.test(\"Status code is 200\", function() {\r","pm.response.to.have.status(200);\r","}\r",")"],"type":"text/javascript"}}],"id":"81c1b23b-8ce2-439c-90ef-ac09f9647b64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"GET","header":[],"url":"https://app.flourishsoftware.com/external/api/v1/brands","description":"<p>Get details for all item brands.</p>\n","urlObject":{"path":["v1","brands"],"host":["https://app.flourishsoftware.com/external/api"],"query":[{"disabled":true,"key":"offset","value":"0"},{"disabled":true,"key":"limit","value":"50"},{"disabled":true,"description":{"content":"<p>Numeric ID of brand</p>\n<p>type: [number]</p>\n","type":"text/plain"},"key":"brand_id","value":"19"},{"disabled":true,"description":{"content":"<p>Name of brand</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"brand_name","value":"Top Shelf"},{"disabled":true,"description":{"content":"<p>Returns active brands only by default. To get deactivated brands, specify <code>active: false</code>.</p>\n<p>type: [boolean]</p>\n","type":"text/plain"},"key":"active","value":"false"}],"variable":[]}},"response":[{"id":"911dd0ad-7302-4ee7-9677-dafea7aa8ee6","name":"GetBrands","originalRequest":{"method":"GET","header":[],"url":"https://app.flourishsoftware.com/external/api/v1/brands"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Date","value":"Mon, 19 Aug 2019 03:44:04 GMT"},{"key":"transfer-encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"meta\": {\n        \"total\": 3,\n        \"offset\": 0,\n        \"limit\": 50,\n        \"count\": 3,\n        \"next\": \"\"\n    },\n    \"data\": [\n        {\n            \"brand_id\": 16,\n            \"brand_name\": \"BuildCO\",\n            \"active\": 1\n        },\n        {\n            \"brand_id\": 17,\n            \"brand_name\": \"SupperBud\",\n            \"active\": 1\n        },\n        {\n            \"brand_id\": 20,\n            \"brand_name\": \"US BOX CO\",\n            \"active\": 1\n        }\n    ]\n}"}],"_postman_id":"81c1b23b-8ce2-439c-90ef-ac09f9647b64"}],"id":"500c14ba-53e4-4aa1-a2e6-f433da8fbb49","auth":{"type":"noauth","isInherited":false},"_postman_id":"500c14ba-53e4-4aa1-a2e6-f433da8fbb49","description":""},{"name":"Manufacturing Runs","item":[{"name":"GetWorkOrders","event":[{"listen":"test","script":{"id":"78c25e16-284a-495d-970e-134283587e77","exec":["pm.test(\"Status code is 200\", function() {\r","pm.response.to.have.status(200);\r","}\r",")"],"type":"text/javascript","packages":{}}}],"id":"17452193-dfd2-4e2b-9576-6481399ff9e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"GET","header":[{"key":"FacilityID","value":"{{facility_id}}"}],"url":"https://app.flourishsoftware.com/external/api/v1/manufacturing/workorders","description":"<p>Gets information about all of the work orders at a given facility.</p>\n","urlObject":{"path":["v1","manufacturing","workorders"],"host":["https://app.flourishsoftware.com/external/api"],"query":[{"disabled":true,"key":"limit","value":"50"},{"disabled":true,"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>Specifies the order of sorting, can be 'asc' or 'desc'</p>\n","type":"text/plain"},"key":"sortOrder","value":"asc"},{"disabled":true,"description":{"content":"<p>Specifies the field by which the results are sorted</p>\n","type":"text/plain"},"key":"sortBy","value":"manufacturing_run_id"},{"disabled":true,"description":{"content":"<p>Filter by the status of the manufacturing run (10 - In Progress, 50 - Completed, 99 - Cancelled)</p>\n","type":"text/plain"},"key":"status","value":"10"},{"disabled":true,"description":{"content":"<p>Filter by the description of the manufacturing run status</p>\n","type":"text/plain"},"key":"status_description","value":"In Progress"},{"disabled":true,"description":{"content":"<p>Search pattern for input packages</p>\n","type":"text/plain"},"key":"input_packages","value":"input123"},{"disabled":true,"description":{"content":"<p>Search pattern for output packages</p>\n","type":"text/plain"},"key":"output_packages","value":"output456"},{"disabled":true,"description":{"content":"<p>Filter by the name of the manufacturing run</p>\n","type":"text/plain"},"key":"name","value":"11783 WO with BOM"},{"disabled":true,"description":{"content":"<p>Filter by the type of the manufacturing run</p>\n","type":"text/plain"},"key":"manufacturing_run_type_name","value":"TypeA"},{"disabled":true,"description":{"content":"<p>Filiter by machine name</p>\n","type":"text/plain"},"key":"machine_name","value":"Oil Extractor Machine"},{"disabled":true,"description":{"content":"<p>Filter by lot number</p>\n","type":"text/plain"},"key":"lot_number","value":"4321"},{"disabled":true,"description":{"content":"<p>Filter by the first reference field</p>\n","type":"text/plain"},"key":"ref_field_1","value":"11784"},{"disabled":true,"description":{"content":"<p>Filter by second reference field</p>\n","type":"text/plain"},"key":"ref_field_2","value":"Field2Value"},{"disabled":true,"description":{"content":"<p>Filter by third reference field</p>\n","type":"text/plain"},"key":"ref_field_3","value":"IG"},{"disabled":true,"description":{"content":"<p>Filter by manufacturing reference id</p>\n","type":"text/plain"},"key":"manufacturing_reference_id","value":"Ref1234"},{"disabled":true,"description":{"content":"<p>Filter by completed timestamp</p>\n","type":"text/plain"},"key":"completed_timestamp","value":"2022-01-02T15:04:05.000Z"},{"disabled":true,"description":{"content":"<p>Operator for completed timestamp filter comparison ('lt' or 'gt')</p>\n","type":"text/plain"},"key":"completed_timestamp_operator","value":"gt"},{"disabled":true,"description":{"content":"<p>General search query (against manufacturing run name, machine name, lot number and manufacturing reference id)</p>\n","type":"text/plain"},"key":"q","value":"oil"},{"disabled":true,"key":"include_run_inputs_and_outputs","value":"false"},{"disabled":true,"description":{"content":"<p>Whenever Inventory creation by BOM implicitly triggers a Work Order’s creation, you’ll see a new field is_auto_created = TRUE.</p>\n<p>Whenever a ManRun or WorkOrder is explicitly created by a user or by ExternalAPI caller, you’ll see a new field is_auto_created = FALSE.</p>\n","type":"text/plain"},"key":"is_auto_created","value":""}],"variable":[]}},"response":[{"id":"8822546d-d75c-4fb4-875e-1bc813abdecf","name":"GetWorkOrders","originalRequest":{"method":"GET","header":[{"key":"FacilityID","value":"{{facility_id}}"}],"url":{"raw":"https://app.flourishsoftware.com/external/api/v1/manufacturing/workorders?limit=1&include_run_inputs_and_outputs=true","host":["https://app.flourishsoftware.com/external/api"],"path":["v1","manufacturing","workorders"],"query":[{"key":"limit","value":"1"},{"key":"offset","value":"2","disabled":true},{"key":"sortOrder","value":"asc","description":"Specifies the order of sorting, can be 'asc' or 'desc'","disabled":true},{"key":"sortBy","value":"manufacturing_run_id","description":"Specifies the field by which the results are sorted","disabled":true},{"key":"status","value":"10","description":"Filter by the status of the manufacturing run (10 - In Progress, 50 - Completed, 99 - Cancelled)","disabled":true},{"key":"status_description","value":"In Progress","description":"Filter by the description of the manufacturing run status","disabled":true},{"key":"input_packages","value":"input123","description":"Search pattern for input packages","disabled":true},{"key":"output_packages","value":"output456","description":"Search pattern for output packages","disabled":true},{"key":"name","value":"11783 WO with BOM","description":"Filter by the name of the manufacturing run","disabled":true},{"key":"manufacturing_run_type_name","value":"TypeA","description":"Filter by the type of the manufacturing run","disabled":true},{"key":"machine_name","value":"Oil Extractor Machine","description":"Filiter by machine name","disabled":true},{"key":"lot_number","value":"4321","description":"Filter by lot number","disabled":true},{"key":"ref_field_1","value":"11784","description":"Filter by the first reference field","disabled":true},{"key":"ref_field_2","value":"Field2Value","description":"Filter by second reference field","disabled":true},{"key":"ref_field_3","value":"IG","description":"Filter by third reference field","disabled":true},{"key":"manufacturing_reference_id","value":"Ref1234","description":"Filter by manufacturing reference id","disabled":true},{"key":"completed_timestamp","value":"2022-01-02T15:04:05.000Z","description":"Filter by completed timestamp","disabled":true},{"key":"completed_timestamp_operator","value":"gt","description":"Operator for completed timestamp filter comparison ('lt' or 'gt')","disabled":true},{"key":"q","value":"oil","description":"General search query (against manufacturing run name, machine name, lot number and manufacturing reference id)","disabled":true},{"key":"include_run_inputs_and_outputs","value":"true"},{"key":"is_auto_created","value":"","description":"Whenever Inventory creation by BOM implicitly triggers a Work Order’s creation, you’ll see a new field is_auto_created = TRUE.\nWhenever a ManRun or WorkOrder is explicitly created by a user or by ExternalAPI caller, you’ll see a new field is_auto_created = FALSE.\n","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Wed, 30 Jul 2025 15:14:48 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-envoy-upstream-service-time","value":"94"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"meta\": {\n        \"total\": 17,\n        \"offset\": 0,\n        \"limit\": 1,\n        \"count\": 1,\n        \"next\": \"https://external-api.uat.k8s.flourishsoftware.com/external/api/v1/manufacturing/workorders?include_run_inputs_and_outputs=true&offset=1&limit=1\"\n    },\n    \"data\": [\n        {\n            \"manufacturing_run_id\": 947,\n            \"manufacturing_reference_id\": \"MP-20240627195853-947\",\n            \"machine_id\": 3,\n            \"manufacturing_run_type_id\": 1,\n            \"status\": 50,\n            \"is_auto_created\": 0,\n            \"is_auto_waste\": 0,\n            \"waste_weight\": 0,\n            \"waste_uom_id\": null,\n            \"waste_reason\": null,\n            \"waste_item_id\": null,\n            \"temperature\": 2,\n            \"processing_duration\": 3,\n            \"pressure\": 1,\n            \"completed_timestamp\": \"2024-06-28T00:11:58Z\",\n            \"name\": \"FEAT1-5316-WO-001\",\n            \"lot_number\": \"Test Lot\",\n            \"sequence\": 0,\n            \"ref_field_1\": \"ref1\",\n            \"ref_field_2\": \"ref2\",\n            \"ref_field_3\": \"ref2\",\n            \"note\": \"Test 123\",\n            \"last_updated_by\": \"jgill+uat_qbo_flm@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2024-06-28T00:12:03Z\",\n            \"created_by\": \"jgill+uat_qbo_flm@flourishsoftware.com\",\n            \"created_timestamp\": \"2024-06-27T23:58:53Z\",\n            \"machine_name\": \"WINT1\",\n            \"status_description\": \"Completed\",\n            \"manufacturing_run_type_name\": \"Distillation\",\n            \"bom_nickname\": \"FEAT1-5316-Gummies-001\",\n            \"bom_hdr_pk\": 624,\n            \"bom_run_id\": 22,\n            \"scheduled_datetime\": \"2024-06-29\",\n            \"expected_qty_to_create\": 1,\n            \"use_by_date\": \"\",\n            \"serving_size\": null,\n            \"production_date\": \"\",\n            \"extraction_method\": null,\n            \"moisture_content\": null,\n            \"input_packages\": [\n                {\n                    \"manufacturing_run_package_id\": 3879,\n                    \"package_id\": \"1A4060300003784000002665\",\n                    \"manufacturing_run_id\": 947,\n                    \"qty\": 9,\n                    \"item_id\": 1423,\n                    \"item_variation_pk\": null,\n                    \"strain_id\": null,\n                    \"lot_number\": \"MB B34-Aw-RS\",\n                    \"ref_field_1\": null,\n                    \"ref_field_2\": null,\n                    \"ref_field_3\": null,\n                    \"area_id\": \"f243d218-70ec-11e9-943f-0a48054f5ef4\",\n                    \"location_id\": null,\n                    \"package_timestamp\": null,\n                    \"is_output\": 0,\n                    \"is_production_batch\": 0,\n                    \"unit_cost\": 1,\n                    \"unit_weight\": 4,\n                    \"mmj_used_qty\": null,\n                    \"mmj_used_uom_id\": null,\n                    \"use_by_date\": \"\",\n                    \"serving_size\": null,\n                    \"production_date\": \"\",\n                    \"extraction_method\": null,\n                    \"moisture_content\": null,\n                    \"last_updated_by\": \"\",\n                    \"last_updated_timestamp\": \"0001-01-01T00:00:00Z\",\n                    \"created_by\": \"\",\n                    \"created_timestamp\": \"0001-01-01T00:00:00Z\",\n                    \"original_qty\": 0,\n                    \"available_qty\": 19,\n                    \"strain_name\": null,\n                    \"sku_name\": \"ABC - Marionberry Gummies - Bulk\",\n                    \"standard_qty_uom\": \"ea\",\n                    \"item_unit_weight\": 4,\n                    \"item_unit_volume\": null,\n                    \"weight_uom\": \"g\",\n                    \"volume_uom\": null,\n                    \"unit_qty\": 1,\n                    \"uom_type\": \"count\",\n                    \"conversion_factor\": 1,\n                    \"integration_status_id\": 20,\n                    \"bom_dtl_pk\": null,\n                    \"use_by_date_required\": 0,\n                    \"lot_tracked\": 1,\n                    \"strain_required\": 0,\n                    \"normalized_qty\": 0\n                }\n            ],\n            \"output_packages\": [\n                {\n                    \"manufacturing_run_package_id\": 3884,\n                    \"package_id\": \"CAFLMMF-20240627-001\",\n                    \"manufacturing_run_id\": 947,\n                    \"qty\": 2,\n                    \"item_id\": 1422,\n                    \"item_variation_pk\": null,\n                    \"strain_id\": null,\n                    \"lot_number\": \"Test Lot\",\n                    \"ref_field_1\": \"fer1\",\n                    \"ref_field_2\": \"fer2\",\n                    \"ref_field_3\": \"fer3\",\n                    \"area_id\": \"508ae6b4-b325-4a9c-a460-94314a231afd\",\n                    \"location_id\": null,\n                    \"package_timestamp\": \"2024-06-28T00:11:31Z\",\n                    \"is_output\": 1,\n                    \"is_production_batch\": 0,\n                    \"unit_cost\": 0.20368,\n                    \"unit_weight\": null,\n                    \"mmj_used_qty\": null,\n                    \"mmj_used_uom_id\": null,\n                    \"use_by_date\": \"2024-06-27\",\n                    \"serving_size\": \"2\",\n                    \"production_date\": \"2024-06-27\",\n                    \"extraction_method\": \"1\",\n                    \"moisture_content\": 3,\n                    \"last_updated_by\": \"\",\n                    \"last_updated_timestamp\": \"0001-01-01T00:00:00Z\",\n                    \"created_by\": \"\",\n                    \"created_timestamp\": \"0001-01-01T00:00:00Z\",\n                    \"original_qty\": 0,\n                    \"available_qty\": 0,\n                    \"strain_name\": null,\n                    \"sku_name\": \"ABC - Marionberry Gummies - 10 Pack\",\n                    \"standard_qty_uom\": \"ea\",\n                    \"item_unit_weight\": 40,\n                    \"item_unit_volume\": null,\n                    \"weight_uom\": \"g\",\n                    \"volume_uom\": null,\n                    \"unit_qty\": 1,\n                    \"uom_type\": \"count\",\n                    \"conversion_factor\": 1,\n                    \"integration_status_id\": 40,\n                    \"bom_dtl_pk\": null,\n                    \"use_by_date_required\": 0,\n                    \"lot_tracked\": 1,\n                    \"strain_required\": 0,\n                    \"normalized_qty\": 0\n                }\n            ],\n            \"consumable_inventories\": [\n                {\n                    \"manufacturing_run_consumable_inventory_id\": 80,\n                    \"manufacturing_run_id\": 947,\n                    \"qty\": 1,\n                    \"item_id\": 1088,\n                    \"item_variation_pk\": null,\n                    \"lot_number\": \"\",\n                    \"area_id\": \"KAddn\",\n                    \"location_id\": 0,\n                    \"is_consumed\": true,\n                    \"inventory_pk\": 32056,\n                    \"unit_cost\": 0.15735,\n                    \"last_updated_by\": \"jgill+uat_qbo_flm@flourishsoftware.com\",\n                    \"last_updated_timestamp\": \"2024-06-28T00:11:59Z\",\n                    \"created_by\": \"jgill+uat_qbo_flm@flourishsoftware.com\",\n                    \"created_timestamp\": \"2024-06-28T00:00:50Z\",\n                    \"inventory_type_id\": 3,\n                    \"sku_name\": \"OGE - Clear Plastic Jar w/ Lid\",\n                    \"area_name\": \"Packaging Cabinet\",\n                    \"location_name\": null,\n                    \"original_size\": 411,\n                    \"available_qty\": 411,\n                    \"non_available_qty\": 0,\n                    \"standard_qty_uom\": \"ea\",\n                    \"bom_dtl_pk\": 2454\n                },\n                {\n                    \"manufacturing_run_consumable_inventory_id\": 81,\n                    \"manufacturing_run_id\": 947,\n                    \"qty\": 1,\n                    \"item_id\": 1088,\n                    \"item_variation_pk\": null,\n                    \"lot_number\": \"JAN232019-824\",\n                    \"area_id\": \"qIOdY\",\n                    \"location_id\": 0,\n                    \"is_consumed\": true,\n                    \"inventory_pk\": 11846,\n                    \"unit_cost\": 0.25,\n                    \"last_updated_by\": \"jgill+uat_qbo_flm@flourishsoftware.com\",\n                    \"last_updated_timestamp\": \"2024-06-28T00:11:59Z\",\n                    \"created_by\": \"jgill+uat_qbo_flm@flourishsoftware.com\",\n                    \"created_timestamp\": \"2024-06-28T00:09:03Z\",\n                    \"inventory_type_id\": 3,\n                    \"sku_name\": \"OGE - Clear Plastic Jar w/ Lid\",\n                    \"area_name\": \"Client Storage - Wing\",\n                    \"location_name\": null,\n                    \"original_size\": 289,\n                    \"available_qty\": 289,\n                    \"non_available_qty\": 0,\n                    \"standard_qty_uom\": \"ea\",\n                    \"bom_dtl_pk\": 2454\n                }\n            ],\n            \"terpenes\": null,\n            \"cannabinoids\": null\n        }\n    ]\n}"}],"_postman_id":"17452193-dfd2-4e2b-9576-6481399ff9e8"},{"name":"GetWorkOrderById","event":[{"listen":"test","script":{"id":"78c25e16-284a-495d-970e-134283587e77","exec":["pm.test(\"Status code is 200\", function() {\r","pm.response.to.have.status(200);\r","}\r",")"],"type":"text/javascript","packages":{}}}],"id":"d12865de-92b4-41cd-92de-934c802aee7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"GET","header":[{"key":"FacilityID","value":"{{facility_id}}"}],"url":"https://app.flourishsoftware.com/external/api/v1/manufacturing/workorders/{{work_order_id}}","description":"<p>Get manufacturing run by ID.</p>\n","urlObject":{"path":["v1","manufacturing","workorders","{{work_order_id}}"],"host":["https://app.flourishsoftware.com/external/api"],"query":[],"variable":[]}},"response":[{"id":"bbe8fe22-cb96-44d2-93f5-b1d6b7ed1b4f","name":"GetWorkOrderById","originalRequest":{"method":"GET","header":[{"key":"FacilityID","value":"{{facility_id}}"}],"url":"https://app.flourishsoftware.com/external/api/v1/manufacturing/workorders/{{work_order_id}}"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Wed, 30 Jul 2025 15:15:52 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-envoy-upstream-service-time","value":"70"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"data\": {\n        \"manufacturing_run_id\": 947,\n        \"manufacturing_reference_id\": \"MP-20240627195853-947\",\n        \"machine_id\": 3,\n        \"manufacturing_run_type_id\": 1,\n        \"status\": 50,\n        \"is_auto_created\": 1,\n        \"is_auto_waste\": 0,\n        \"waste_weight\": 0,\n        \"waste_uom_id\": null,\n        \"waste_reason\": null,\n        \"waste_item_id\": null,\n        \"temperature\": 2,\n        \"processing_duration\": 3,\n        \"pressure\": 1,\n        \"completed_timestamp\": \"2024-06-28T00:11:58Z\",\n        \"name\": \"FEAT1-5316-WO-001\",\n        \"lot_number\": \"Test Lot\",\n        \"sequence\": 0,\n        \"ref_field_1\": \"ref1\",\n        \"ref_field_2\": \"ref2\",\n        \"ref_field_3\": \"ref2\",\n        \"note\": \"Test 123\",\n        \"last_updated_by\": \"jgill+uat_qbo_flm@flourishsoftware.com\",\n        \"last_updated_timestamp\": \"2024-06-28T00:12:03Z\",\n        \"created_by\": \"jgill+uat_qbo_flm@flourishsoftware.com\",\n        \"created_timestamp\": \"2024-06-27T23:58:53Z\",\n        \"machine_name\": \"WINT1\",\n        \"status_description\": \"Completed\",\n        \"manufacturing_run_type_name\": \"Distillation\",\n        \"bom_nickname\": \"FEAT1-5316-Gummies-001\",\n        \"bom_hdr_pk\": 624,\n        \"bom_run_id\": 22,\n        \"scheduled_datetime\": \"2024-06-29\",\n        \"expected_qty_to_create\": 1,\n        \"use_by_date\": \"\",\n        \"serving_size\": null,\n        \"production_date\": \"\",\n        \"extraction_method\": null,\n        \"moisture_content\": null,\n        \"input_packages\": [\n            {\n                \"manufacturing_run_package_id\": 3879,\n                \"package_id\": \"1A4060300003784000002665\",\n                \"manufacturing_run_id\": 947,\n                \"qty\": 9,\n                \"item_id\": 1423,\n                \"item_variation_pk\": null,\n                \"strain_id\": null,\n                \"lot_number\": \"MB B34-Aw-RS\",\n                \"ref_field_1\": null,\n                \"ref_field_2\": null,\n                \"ref_field_3\": null,\n                \"area_id\": \"f243d218-70ec-11e9-943f-0a48054f5ef4\",\n                \"location_id\": null,\n                \"package_timestamp\": null,\n                \"is_output\": 0,\n                \"is_production_batch\": 0,\n                \"unit_cost\": 1,\n                \"unit_weight\": 4,\n                \"mmj_used_qty\": null,\n                \"mmj_used_uom_id\": null,\n                \"use_by_date\": \"\",\n                \"serving_size\": null,\n                \"production_date\": \"\",\n                \"extraction_method\": null,\n                \"moisture_content\": null,\n                \"last_updated_by\": \"\",\n                \"last_updated_timestamp\": \"0001-01-01T00:00:00Z\",\n                \"created_by\": \"\",\n                \"created_timestamp\": \"0001-01-01T00:00:00Z\",\n                \"original_qty\": 0,\n                \"available_qty\": 19,\n                \"strain_name\": null,\n                \"sku_name\": \"ABC - Marionberry Gummies - Bulk\",\n                \"standard_qty_uom\": \"ea\",\n                \"item_unit_weight\": 4,\n                \"item_unit_volume\": null,\n                \"weight_uom\": \"g\",\n                \"volume_uom\": null,\n                \"unit_qty\": 1,\n                \"uom_type\": \"count\",\n                \"conversion_factor\": 1,\n                \"integration_status_id\": 20,\n                \"bom_dtl_pk\": null,\n                \"use_by_date_required\": 0,\n                \"lot_tracked\": 1,\n                \"strain_required\": 0,\n                \"normalized_qty\": 0\n            }\n        ],\n        \"output_packages\": [\n            {\n                \"manufacturing_run_package_id\": 3884,\n                \"package_id\": \"CAFLMMF-20240627-001\",\n                \"manufacturing_run_id\": 947,\n                \"qty\": 2,\n                \"item_id\": 1422,\n                \"item_variation_pk\": null,\n                \"strain_id\": null,\n                \"lot_number\": \"Test Lot\",\n                \"ref_field_1\": \"fer1\",\n                \"ref_field_2\": \"fer2\",\n                \"ref_field_3\": \"fer3\",\n                \"area_id\": \"508ae6b4-b325-4a9c-a460-94314a231afd\",\n                \"location_id\": null,\n                \"package_timestamp\": \"2024-06-28T00:11:31Z\",\n                \"is_output\": 1,\n                \"is_production_batch\": 0,\n                \"unit_cost\": 0.20368,\n                \"unit_weight\": null,\n                \"mmj_used_qty\": null,\n                \"mmj_used_uom_id\": null,\n                \"use_by_date\": \"2024-06-27\",\n                \"serving_size\": \"2\",\n                \"production_date\": \"2024-06-27\",\n                \"extraction_method\": \"1\",\n                \"moisture_content\": 3,\n                \"last_updated_by\": \"\",\n                \"last_updated_timestamp\": \"0001-01-01T00:00:00Z\",\n                \"created_by\": \"\",\n                \"created_timestamp\": \"0001-01-01T00:00:00Z\",\n                \"original_qty\": 0,\n                \"available_qty\": 0,\n                \"strain_name\": null,\n                \"sku_name\": \"ABC - Marionberry Gummies - 10 Pack\",\n                \"standard_qty_uom\": \"ea\",\n                \"item_unit_weight\": 40,\n                \"item_unit_volume\": null,\n                \"weight_uom\": \"g\",\n                \"volume_uom\": null,\n                \"unit_qty\": 1,\n                \"uom_type\": \"count\",\n                \"conversion_factor\": 1,\n                \"integration_status_id\": 40,\n                \"bom_dtl_pk\": null,\n                \"use_by_date_required\": 0,\n                \"lot_tracked\": 1,\n                \"strain_required\": 0,\n                \"normalized_qty\": 0\n            }\n        ],\n        \"consumable_inventories\": [\n            {\n                \"manufacturing_run_consumable_inventory_id\": 80,\n                \"manufacturing_run_id\": 947,\n                \"qty\": 1,\n                \"item_id\": 1088,\n                \"item_variation_pk\": null,\n                \"lot_number\": \"\",\n                \"area_id\": \"KAddn\",\n                \"location_id\": 0,\n                \"is_consumed\": true,\n                \"inventory_pk\": 32056,\n                \"unit_cost\": 0.15735,\n                \"last_updated_by\": \"jgill+uat_qbo_flm@flourishsoftware.com\",\n                \"last_updated_timestamp\": \"2024-06-28T00:11:59Z\",\n                \"created_by\": \"jgill+uat_qbo_flm@flourishsoftware.com\",\n                \"created_timestamp\": \"2024-06-28T00:00:50Z\",\n                \"inventory_type_id\": 3,\n                \"sku_name\": \"OGE - Clear Plastic Jar w/ Lid\",\n                \"area_name\": \"Packaging Cabinet\",\n                \"location_name\": null,\n                \"original_size\": 411,\n                \"available_qty\": 411,\n                \"non_available_qty\": 0,\n                \"standard_qty_uom\": \"ea\",\n                \"bom_dtl_pk\": 2454\n            },\n            {\n                \"manufacturing_run_consumable_inventory_id\": 81,\n                \"manufacturing_run_id\": 947,\n                \"qty\": 1,\n                \"item_id\": 1088,\n                \"item_variation_pk\": null,\n                \"lot_number\": \"JAN232019-824\",\n                \"area_id\": \"qIOdY\",\n                \"location_id\": 0,\n                \"is_consumed\": true,\n                \"inventory_pk\": 11846,\n                \"unit_cost\": 0.25,\n                \"last_updated_by\": \"jgill+uat_qbo_flm@flourishsoftware.com\",\n                \"last_updated_timestamp\": \"2024-06-28T00:11:59Z\",\n                \"created_by\": \"jgill+uat_qbo_flm@flourishsoftware.com\",\n                \"created_timestamp\": \"2024-06-28T00:09:03Z\",\n                \"inventory_type_id\": 3,\n                \"sku_name\": \"OGE - Clear Plastic Jar w/ Lid\",\n                \"area_name\": \"Client Storage - Wing\",\n                \"location_name\": null,\n                \"original_size\": 289,\n                \"available_qty\": 289,\n                \"non_available_qty\": 0,\n                \"standard_qty_uom\": \"ea\",\n                \"bom_dtl_pk\": 2454\n            }\n        ],\n        \"terpenes\": [],\n        \"cannabinoids\": []\n    }\n}"}],"_postman_id":"d12865de-92b4-41cd-92de-934c802aee7b"},{"name":"PostWorkOrder","event":[{"listen":"test","script":{"id":"78c25e16-284a-495d-970e-134283587e77","exec":["pm.test(\"Status code is 200\", function() {\r","pm.response.to.have.status(200);\r","}\r",")"],"type":"text/javascript","packages":{}}}],"id":"f6dad3eb-d54d-4202-8f91-a93cb398b91a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"POST","header":[{"key":"FacilityID","value":"{{facility_id}}"}],"body":{"mode":"raw","raw":"{\n  \"scheduled_datetime\": \"2025-05-21\",\n  \"machine_id\": 2,\n  \"bom_hdr_pk\": 4,\n  \"expected_qty_to_create\": 1,\n  \"lot_number\": null,\n  \"name\": \"11930 First Run\",\n  \"note\": null,\n  \"pressure\": null,\n  \"temperature\": null,\n  \"sequence\": null,\n  \"processing_duration\": null,\n  \"ref_field_1\": \"11930\",\n  \"ref_field_2\": \"Response has many work orders : (\",\n  \"ref_field_3\": null,\n  \"shift_id\": null\n}","options":{"raw":{"language":"json"}}},"url":"https://app.flourishsoftware.com/external/api/v1/manufacturing/workorders","description":"<p>Gets information about all of the manufacturing runs available for a given facility.</p>\n","urlObject":{"path":["v1","manufacturing","workorders"],"host":["https://app.flourishsoftware.com/external/api"],"query":[{"disabled":true,"key":"limit","value":"50"},{"disabled":true,"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>Specifies the order of sorting, can be 'asc' or 'desc'</p>\n","type":"text/plain"},"key":"sortOrder","value":"asc"},{"disabled":true,"description":{"content":"<p>Specifies the field by which the results are sorted</p>\n","type":"text/plain"},"key":"sortBy","value":"manufacturing_run_id"},{"disabled":true,"description":{"content":"<p>Filter by the status of the manufacturing run (10 - In Progress, 50 - Completed, 99 - Cancelled)</p>\n","type":"text/plain"},"key":"status","value":"10"},{"disabled":true,"description":{"content":"<p>Filter by the description of the manufacturing run status</p>\n","type":"text/plain"},"key":"status_description","value":"In Progress"},{"disabled":true,"description":{"content":"<p>Search pattern for input packages</p>\n","type":"text/plain"},"key":"input_packages","value":"input123"},{"disabled":true,"description":{"content":"<p>Search pattern for output packages</p>\n","type":"text/plain"},"key":"output_packages","value":"output456"},{"disabled":true,"description":{"content":"<p>Filter by the name of the manufacturing run</p>\n","type":"text/plain"},"key":"name","value":"RunName"},{"disabled":true,"description":{"content":"<p>Filter by the type of the manufacturing run</p>\n","type":"text/plain"},"key":"manufacturing_run_type_name","value":"TypeA"},{"disabled":true,"description":{"content":"<p>Filiter by machine name</p>\n","type":"text/plain"},"key":"machine_name","value":"MachineX"},{"disabled":true,"description":{"content":"<p>Filter by lot number</p>\n","type":"text/plain"},"key":"lot_number","value":"1001"},{"disabled":true,"description":{"content":"<p>Filter by the first reference field</p>\n","type":"text/plain"},"key":"ref_field_1","value":"Field1Value"},{"disabled":true,"description":{"content":"<p>Filter by second reference field</p>\n","type":"text/plain"},"key":"ref_field_2","value":"Field2Value"},{"disabled":true,"description":{"content":"<p>Filter by third reference field</p>\n","type":"text/plain"},"key":"ref_field_3","value":"Field3Value"},{"disabled":true,"description":{"content":"<p>Filter by manufacturing reference id</p>\n","type":"text/plain"},"key":"manufacturing_reference_id","value":"Ref1234"},{"disabled":true,"description":{"content":"<p>Filter by completed timestamp</p>\n","type":"text/plain"},"key":"completed_timestamp","value":"2023-01-01T00:00:00Z"},{"disabled":true,"description":{"content":"<p>Operator for completed timestamp filter comparison ('lt' or 'gt')</p>\n","type":"text/plain"},"key":"completed_timestamp_operator","value":"gt"},{"disabled":true,"description":{"content":"<p>General search query (against manufacturing run name, machine name, lot number and manufacturing reference id)</p>\n","type":"text/plain"},"key":"q","value":"searchQuery"},{"disabled":true,"key":"shift_id","value":"1"}],"variable":[]}},"response":[{"id":"af3c5f8a-e920-425b-a601-3796f216c190","name":"PostWorkOrder","originalRequest":{"method":"POST","header":[{"key":"FacilityID","value":"{{facility_id}}"}],"body":{"mode":"raw","raw":"{\n  \"scheduled_datetime\": \"2025-03-21\",\n  \"machine_id\": 2,\n  \"bom_hdr_pk\": 4,\n  \"expected_qty_to_create\": 1,\n  \"lot_number\": null,\n  \"name\": \"11930 First Run\",\n  \"note\": null,\n  \"pressure\": null,\n  \"temperature\": null,\n  \"sequence\": null,\n  \"processing_duration\": null,\n  \"ref_field_1\": \"11930\",\n  \"ref_field_2\": \"Response has many work orders : (\",\n  \"ref_field_3\": null,\n  \"shift_id\": null\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.flourishsoftware.com/external/api/v1/manufacturing/workorders","host":["https://app.flourishsoftware.com/external/api"],"path":["v1","manufacturing","workorders"],"query":[{"key":"limit","value":"50","disabled":true},{"key":"offset","value":"0","disabled":true},{"key":"sortOrder","value":"asc","description":"Specifies the order of sorting, can be 'asc' or 'desc'","disabled":true},{"key":"sortBy","value":"manufacturing_run_id","description":"Specifies the field by which the results are sorted","disabled":true},{"key":"status","value":"10","description":"Filter by the status of the manufacturing run (10 - In Progress, 50 - Completed, 99 - Cancelled)","disabled":true},{"key":"status_description","value":"In Progress","description":"Filter by the description of the manufacturing run status","disabled":true},{"key":"input_packages","value":"input123","description":"Search pattern for input packages","disabled":true},{"key":"output_packages","value":"output456","description":"Search pattern for output packages","disabled":true},{"key":"name","value":"RunName","description":"Filter by the name of the manufacturing run","disabled":true},{"key":"manufacturing_run_type_name","value":"TypeA","description":"Filter by the type of the manufacturing run","disabled":true},{"key":"machine_name","value":"MachineX","description":"Filiter by machine name","disabled":true},{"key":"lot_number","value":"1001","description":"Filter by lot number","disabled":true},{"key":"ref_field_1","value":"Field1Value","description":"Filter by the first reference field","disabled":true},{"key":"ref_field_2","value":"Field2Value","description":"Filter by second reference field","disabled":true},{"key":"ref_field_3","value":"Field3Value","description":"Filter by third reference field","disabled":true},{"key":"manufacturing_reference_id","value":"Ref1234","description":"Filter by manufacturing reference id","disabled":true},{"key":"completed_timestamp","value":"2023-01-01T00:00:00Z","description":"Filter by completed timestamp","disabled":true},{"key":"completed_timestamp_operator","value":"gt","description":"Operator for completed timestamp filter comparison ('lt' or 'gt')","disabled":true},{"key":"q","value":"searchQuery","description":"General search query (against manufacturing run name, machine name, lot number and manufacturing reference id)","disabled":true},{"key":"shift_id","value":"1","disabled":true}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"f6dad3eb-d54d-4202-8f91-a93cb398b91a"},{"name":"PutWorkOrder","event":[{"listen":"test","script":{"id":"78c25e16-284a-495d-970e-134283587e77","exec":["pm.test(\"Status code is 200\", function() {\r","pm.response.to.have.status(200);\r","}\r",")"],"type":"text/javascript","packages":{}}}],"id":"a112c35e-cd52-44bd-81fa-7a54f450ab49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"PUT","header":[{"key":"FacilityID","value":"{{facility_id}}"}],"body":{"mode":"raw","raw":"{\n  \"scheduled_datetime\": \"2025-05-20\",\n  \"is_work_order\": true,\n  \"status\": 10,\n  \"machine_id\": 2,\n  \"bom_hdr_pk\": 3,\n  \"expected_qty_to_create\": 1,\n  \"lot_number\": null,\n  \"name\": \"11930 First Run\",\n  \"note\": null,\n  \"pressure\": null,\n  \"temperature\": null,\n  \"sequence\": null,\n  \"processing_duration\": null,\n  \"ref_field_1\": \"11930\",\n  \"ref_field_2\": \"Response has many work orders : (\",\n  \"ref_field_3\": \"Response fixed : ) \",\n  \"shift_id\": null\n}","options":{"raw":{"language":"json"}}},"url":"https://app.flourishsoftware.com/external/api/v1/manufacturing/workorders/{{worker_order_id}}","description":"<p>Gets information about all of the manufacturing runs available for a given facility.</p>\n","urlObject":{"path":["v1","manufacturing","workorders","{{worker_order_id}}"],"host":["https://app.flourishsoftware.com/external/api"],"query":[{"disabled":true,"key":"limit","value":"50"},{"disabled":true,"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>Specifies the order of sorting, can be 'asc' or 'desc'</p>\n","type":"text/plain"},"key":"sortOrder","value":"asc"},{"disabled":true,"description":{"content":"<p>Specifies the field by which the results are sorted</p>\n","type":"text/plain"},"key":"sortBy","value":"manufacturing_run_id"},{"disabled":true,"description":{"content":"<p>Filter by the status of the manufacturing run (10 - In Progress, 50 - Completed, 99 - Cancelled)</p>\n","type":"text/plain"},"key":"status","value":"10"},{"disabled":true,"description":{"content":"<p>Filter by the description of the manufacturing run status</p>\n","type":"text/plain"},"key":"status_description","value":"In Progress"},{"disabled":true,"description":{"content":"<p>Search pattern for input packages</p>\n","type":"text/plain"},"key":"input_packages","value":"input123"},{"disabled":true,"description":{"content":"<p>Search pattern for output packages</p>\n","type":"text/plain"},"key":"output_packages","value":"output456"},{"disabled":true,"description":{"content":"<p>Filter by the name of the manufacturing run</p>\n","type":"text/plain"},"key":"name","value":"RunName"},{"disabled":true,"description":{"content":"<p>Filter by the type of the manufacturing run</p>\n","type":"text/plain"},"key":"manufacturing_run_type_name","value":"TypeA"},{"disabled":true,"description":{"content":"<p>Filiter by machine name</p>\n","type":"text/plain"},"key":"machine_name","value":"MachineX"},{"disabled":true,"description":{"content":"<p>Filter by lot number</p>\n","type":"text/plain"},"key":"lot_number","value":"1001"},{"disabled":true,"description":{"content":"<p>Filter by the first reference field</p>\n","type":"text/plain"},"key":"ref_field_1","value":"Field1Value"},{"disabled":true,"description":{"content":"<p>Filter by second reference field</p>\n","type":"text/plain"},"key":"ref_field_2","value":"Field2Value"},{"disabled":true,"description":{"content":"<p>Filter by third reference field</p>\n","type":"text/plain"},"key":"ref_field_3","value":"Field3Value"},{"disabled":true,"description":{"content":"<p>Filter by manufacturing reference id</p>\n","type":"text/plain"},"key":"manufacturing_reference_id","value":"Ref1234"},{"disabled":true,"description":{"content":"<p>Filter by completed timestamp</p>\n","type":"text/plain"},"key":"completed_timestamp","value":"2023-01-01T00:00:00Z"},{"disabled":true,"description":{"content":"<p>Operator for completed timestamp filter comparison ('lt' or 'gt')</p>\n","type":"text/plain"},"key":"completed_timestamp_operator","value":"gt"},{"disabled":true,"description":{"content":"<p>General search query (against manufacturing run name, machine name, lot number and manufacturing reference id)</p>\n","type":"text/plain"},"key":"q","value":"searchQuery"},{"disabled":true,"key":"shift_id","value":"1"}],"variable":[]}},"response":[{"id":"2cfb4275-ddff-49f7-96eb-27b1845227aa","name":"PutWorkOrder","originalRequest":{"method":"PUT","header":[{"key":"FacilityID","value":"{{facility_id}}"}],"body":{"mode":"raw","raw":"{\n  \"scheduled_datetime\": \"2025-03-21\",\n  \"is_work_order\": true,\n  \"status\": 10,\n  \"machine_id\": 2,\n  \"bom_hdr_pk\": 4,\n  \"expected_qty_to_create\": 1,\n  \"lot_number\": null,\n  \"name\": \"11930 First Run\",\n  \"note\": null,\n  \"pressure\": null,\n  \"temperature\": null,\n  \"sequence\": null,\n  \"processing_duration\": null,\n  \"ref_field_1\": \"11930\",\n  \"ref_field_2\": \"Response has many work orders : (\",\n  \"ref_field_3\": \"Response fixed : ) \",\n  \"shift_id\": null\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.flourishsoftware.com/external/api/v1/manufacturing/workorders/52","host":["https://app.flourishsoftware.com/external/api"],"path":["v1","manufacturing","workorders","52"],"query":[{"key":"limit","value":"50","disabled":true},{"key":"offset","value":"0","disabled":true},{"key":"sortOrder","value":"asc","description":"Specifies the order of sorting, can be 'asc' or 'desc'","disabled":true},{"key":"sortBy","value":"manufacturing_run_id","description":"Specifies the field by which the results are sorted","disabled":true},{"key":"status","value":"10","description":"Filter by the status of the manufacturing run (10 - In Progress, 50 - Completed, 99 - Cancelled)","disabled":true},{"key":"status_description","value":"In Progress","description":"Filter by the description of the manufacturing run status","disabled":true},{"key":"input_packages","value":"input123","description":"Search pattern for input packages","disabled":true},{"key":"output_packages","value":"output456","description":"Search pattern for output packages","disabled":true},{"key":"name","value":"RunName","description":"Filter by the name of the manufacturing run","disabled":true},{"key":"manufacturing_run_type_name","value":"TypeA","description":"Filter by the type of the manufacturing run","disabled":true},{"key":"machine_name","value":"MachineX","description":"Filiter by machine name","disabled":true},{"key":"lot_number","value":"1001","description":"Filter by lot number","disabled":true},{"key":"ref_field_1","value":"Field1Value","description":"Filter by the first reference field","disabled":true},{"key":"ref_field_2","value":"Field2Value","description":"Filter by second reference field","disabled":true},{"key":"ref_field_3","value":"Field3Value","description":"Filter by third reference field","disabled":true},{"key":"manufacturing_reference_id","value":"Ref1234","description":"Filter by manufacturing reference id","disabled":true},{"key":"completed_timestamp","value":"2023-01-01T00:00:00Z","description":"Filter by completed timestamp","disabled":true},{"key":"completed_timestamp_operator","value":"gt","description":"Operator for completed timestamp filter comparison ('lt' or 'gt')","disabled":true},{"key":"q","value":"searchQuery","description":"General search query (against manufacturing run name, machine name, lot number and manufacturing reference id)","disabled":true},{"key":"shift_id","value":"1","disabled":true}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"a112c35e-cd52-44bd-81fa-7a54f450ab49"},{"name":"GetManufacturingRuns","event":[{"listen":"test","script":{"id":"78c25e16-284a-495d-970e-134283587e77","exec":["pm.test(\"Status code is 200\", function() {\r","pm.response.to.have.status(200);\r","}\r",")"],"type":"text/javascript","packages":{}}}],"id":"2f14ff7b-06aa-4a49-9d27-65e6ce7e5bcc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"GET","header":[{"key":"FacilityID","value":"{{facility_id}}"}],"url":"https://app.flourishsoftware.com/external/api/v1/manufacturing/runs","description":"<p>Gets information about all of the manufacturing runs available for a given facility.</p>\n","urlObject":{"path":["v1","manufacturing","runs"],"host":["https://app.flourishsoftware.com/external/api"],"query":[{"disabled":true,"key":"limit","value":"50"},{"disabled":true,"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>Specifies the order of sorting, can be 'asc' or 'desc'</p>\n","type":"text/plain"},"key":"sortOrder","value":"asc"},{"disabled":true,"description":{"content":"<p>Specifies the field by which the results are sorted</p>\n","type":"text/plain"},"key":"sortBy","value":"manufacturing_run_id"},{"disabled":true,"description":{"content":"<p>Filter by the status of the manufacturing run (10 - In Progress, 50 - Completed, 99 - Cancelled)</p>\n","type":"text/plain"},"key":"status","value":"10"},{"disabled":true,"description":{"content":"<p>Filter by the description of the manufacturing run status</p>\n","type":"text/plain"},"key":"status_description","value":"In Progress"},{"disabled":true,"description":{"content":"<p>Search pattern for input packages</p>\n","type":"text/plain"},"key":"input_packages","value":"input123"},{"disabled":true,"description":{"content":"<p>Search pattern for output packages</p>\n","type":"text/plain"},"key":"output_packages","value":"output456"},{"disabled":true,"description":{"content":"<p>Filter by the name of the manufacturing run</p>\n","type":"text/plain"},"key":"name","value":"RunName"},{"disabled":true,"description":{"content":"<p>Filter by the type of the manufacturing run</p>\n","type":"text/plain"},"key":"manufacturing_run_type_name","value":"TypeA"},{"disabled":true,"description":{"content":"<p>Filiter by machine name</p>\n","type":"text/plain"},"key":"machine_name","value":"MachineX"},{"disabled":true,"description":{"content":"<p>Filter by lot number</p>\n","type":"text/plain"},"key":"lot_number","value":"1001"},{"disabled":true,"description":{"content":"<p>Filter by the first reference field</p>\n","type":"text/plain"},"key":"ref_field_1","value":"Field1Value"},{"disabled":true,"description":{"content":"<p>Filter by second reference field</p>\n","type":"text/plain"},"key":"ref_field_2","value":"Field2Value"},{"disabled":true,"description":{"content":"<p>Filter by third reference field</p>\n","type":"text/plain"},"key":"ref_field_3","value":"Field3Value"},{"disabled":true,"description":{"content":"<p>Filter by manufacturing reference id</p>\n","type":"text/plain"},"key":"manufacturing_reference_id","value":"Ref1234"},{"disabled":true,"description":{"content":"<p>Filter by created timestamp</p>\n","type":"text/plain"},"key":"created_timestamp","value":"2024-01-01T00:00:00Z"},{"disabled":true,"description":{"content":"<p>Operator for created timestamp filter comparison ('lt' or 'gt')</p>\n","type":"text/plain"},"key":"created_timestamp_operator","value":"gt"},{"disabled":true,"description":{"content":"<p>Filter by last updated timestamp</p>\n","type":"text/plain"},"key":"last_updated_timestamp","value":"2024-01-01T00:00:00Z"},{"disabled":true,"description":{"content":"<p>Operator for last updated timestamp filter comparison ('lt' or 'gt')</p>\n","type":"text/plain"},"key":"last_updated_timestamp_operator","value":"gt"},{"disabled":true,"description":{"content":"<p>Filter by completed timestamp</p>\n","type":"text/plain"},"key":"completed_timestamp","value":"2023-01-01T00:00:00Z"},{"disabled":true,"description":{"content":"<p>Operator for completed timestamp filter comparison ('lt' or 'gt')</p>\n","type":"text/plain"},"key":"completed_timestamp_operator","value":"gt"},{"disabled":true,"description":{"content":"<p>General search query (against manufacturing run name, machine name, lot number and manufacturing reference id)</p>\n","type":"text/plain"},"key":"q","value":"searchQuery"},{"disabled":true,"description":{"content":"<p>Whenever Inventory creation by BOM implicitly triggers a Work Order’s creation, you’ll see a new field is_auto_created = TRUE.\nWhenever a ManRun or WorkOrder is explicitly created by a user or by ExternalAPI caller, you’ll see a new field is_auto_created = FALSE.</p>\n","type":"text/plain"},"key":"is_auto_created","value":""}],"variable":[]}},"response":[{"id":"724ac608-cbfb-40b5-ae39-8ca60be3041d","name":"GetManufacturingRuns","originalRequest":{"method":"GET","header":[{"key":"FacilityID","value":"{{facility_id}}"}],"url":"https://app.flourishsoftware.com/external/api/v1/manufacturing/runs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"},{"key":"Date","value":"Wed, 31 Jan 2024 19:27:32 GMT","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"meta\": {\n        \"total\": 263,\n        \"offset\": 0,\n        \"limit\": 50,\n        \"count\": 50,\n        \"next\": \"https://app.flourishsoftware.com/external/api/v1/facilities/58b9b09d280e20ea24a126bb/manufacturing/runs?offset=50&limit=50\"\n    },\n    \"data\": [\n        {\n            \"manufacturing_run_id\": 1,\n            \"manufacturing_reference_id\": \"MP-20190830130610-1\",\n            \"machine_id\": 2,\n            \"manufacturing_run_type_id\": null,\n            \"status\": 50,\n            \"is_auto_created\": 1,\n            \"is_auto_waste\": 1,\n            \"waste_weight\": 10,\n            \"waste_uom_id\": 2,\n            \"waste_reason\": null,\n            \"waste_item_id\": null,\n            \"temperature\": null,\n            \"processing_duration\": null,\n            \"pressure\": null,\n            \"completed_timestamp\": \"2019-09-13T09:47:50Z\",\n            \"name\": null,\n            \"lot_number\": null,\n            \"sequence\": 1,\n            \"ref_field_1\": null,\n            \"ref_field_2\": null,\n            \"ref_field_3\": null,\n            \"note\": null,\n            \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2022-11-28T19:47:40Z\",\n            \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2019-08-30T13:06:10Z\",\n            \"machine_name\": \"CO2 Extractor 002\",\n            \"status_description\": \"Completed\",\n            \"manufacturing_run_type_name\": null,\n            \"use_by_date\": \"\",\n            \"serving_size\": null,\n            \"production_date\": \"\",\n            \"extraction_method\": null,\n            \"moisture_content\": null\n        },\n        {\n            \"manufacturing_run_id\": 2,\n            \"manufacturing_reference_id\": \"MP-20190903072107-2\",\n            \"machine_id\": 2,\n            \"manufacturing_run_type_id\": null,\n            \"status\": 50,\n            \"is_auto_created\": 0,\n            \"is_auto_waste\": 1,\n            \"waste_weight\": 5,\n            \"waste_uom_id\": 2,\n            \"waste_reason\": null,\n            \"waste_item_id\": null,\n            \"temperature\": null,\n            \"processing_duration\": null,\n            \"pressure\": null,\n            \"completed_timestamp\": \"2019-09-03T07:21:36Z\",\n            \"name\": null,\n            \"lot_number\": null,\n            \"sequence\": 1,\n            \"ref_field_1\": null,\n            \"ref_field_2\": null,\n            \"ref_field_3\": null,\n            \"note\": null,\n            \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2022-11-28T19:47:40Z\",\n            \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2019-09-03T07:21:07Z\",\n            \"machine_name\": \"CO2 Extractor 002\",\n            \"status_description\": \"Completed\",\n            \"manufacturing_run_type_name\": null,\n            \"use_by_date\": \"\",\n            \"serving_size\": null,\n            \"production_date\": \"\",\n            \"extraction_method\": null,\n            \"moisture_content\": null\n        },\n        {\n            \"manufacturing_run_id\": 3,\n            \"manufacturing_reference_id\": \"MP-20190913095629-3\",\n            \"machine_id\": 2,\n            \"manufacturing_run_type_id\": null,\n            \"status\": 50,\n            \"is_auto_created\": 0,\n            \"is_auto_waste\": 0,\n            \"waste_weight\": 0,\n            \"waste_uom_id\": null,\n            \"waste_reason\": null,\n            \"waste_item_id\": null,\n            \"temperature\": null,\n            \"processing_duration\": null,\n            \"pressure\": null,\n            \"completed_timestamp\": \"2019-09-30T07:46:26Z\",\n            \"name\": null,\n            \"lot_number\": null,\n            \"sequence\": 1,\n            \"ref_field_1\": null,\n            \"ref_field_2\": null,\n            \"ref_field_3\": null,\n            \"note\": null,\n            \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2019-09-30T07:46:26Z\",\n            \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2019-09-13T09:56:29Z\",\n            \"machine_name\": \"CO2 Extractor 002\",\n            \"status_description\": \"Completed\",\n            \"manufacturing_run_type_name\": null,\n            \"use_by_date\": \"\",\n            \"serving_size\": null,\n            \"production_date\": \"\",\n            \"extraction_method\": null,\n            \"moisture_content\": null\n        },\n        {\n            \"manufacturing_run_id\": 4,\n            \"manufacturing_reference_id\": \"MP-20190913145732-4\",\n            \"machine_id\": 2,\n            \"manufacturing_run_type_id\": null,\n            \"status\": 50,\n            \"is_auto_created\": 0,\n            \"is_auto_waste\": 0,\n            \"waste_weight\": 0,\n            \"waste_uom_id\": null,\n            \"waste_reason\": null,\n            \"waste_item_id\": null,\n            \"temperature\": null,\n            \"processing_duration\": null,\n            \"pressure\": null,\n            \"completed_timestamp\": \"2019-09-24T09:58:04Z\",\n            \"name\": null,\n            \"lot_number\": null,\n            \"sequence\": 1,\n            \"ref_field_1\": null,\n            \"ref_field_2\": null,\n            \"ref_field_3\": null,\n            \"note\": null,\n            \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2019-09-24T09:58:04Z\",\n            \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2019-09-13T14:57:32Z\",\n            \"machine_name\": \"CO2 Extractor 002\",\n            \"status_description\": \"Completed\",\n            \"manufacturing_run_type_name\": null,\n            \"use_by_date\": \"\",\n            \"serving_size\": null,\n            \"production_date\": \"\",\n            \"extraction_method\": null,\n            \"moisture_content\": null\n        },\n        {\n            \"manufacturing_run_id\": 5,\n            \"manufacturing_reference_id\": \"MP-20191001121200-5\",\n            \"machine_id\": 2,\n            \"manufacturing_run_type_id\": 1,\n            \"status\": 50,\n            \"is_auto_created\": 0,\n            \"is_auto_waste\": 1,\n            \"waste_weight\": 3,\n            \"waste_uom_id\": 2,\n            \"waste_reason\": null,\n            \"waste_item_id\": null,\n            \"temperature\": null,\n            \"processing_duration\": null,\n            \"pressure\": null,\n            \"completed_timestamp\": \"2019-10-01T12:12:43Z\",\n            \"name\": null,\n            \"lot_number\": null,\n            \"sequence\": 1,\n            \"ref_field_1\": null,\n            \"ref_field_2\": null,\n            \"ref_field_3\": null,\n            \"note\": null,\n            \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2022-11-28T19:47:40Z\",\n            \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2019-10-01T12:12:00Z\",\n            \"machine_name\": \"CO2 Extractor 002\",\n            \"status_description\": \"Completed\",\n            \"manufacturing_run_type_name\": \"Run type - 001\",\n            \"use_by_date\": \"\",\n            \"serving_size\": null,\n            \"production_date\": \"\",\n            \"extraction_method\": null,\n            \"moisture_content\": null\n        },\n        {\n            \"manufacturing_run_id\": 6,\n            \"manufacturing_reference_id\": \"MP-20191025091648-6\",\n            \"machine_id\": 3,\n            \"manufacturing_run_type_id\": 2,\n            \"status\": 50,\n            \"is_auto_created\": 0,\n            \"is_auto_waste\": 1,\n            \"waste_weight\": 5,\n            \"waste_uom_id\": 2,\n            \"waste_reason\": null,\n            \"waste_item_id\": null,\n            \"temperature\": 22,\n            \"processing_duration\": 2,\n            \"pressure\": 2232,\n            \"completed_timestamp\": \"2019-10-25T09:21:32Z\",\n            \"name\": null,\n            \"lot_number\": null,\n            \"sequence\": 1,\n            \"ref_field_1\": null,\n            \"ref_field_2\": null,\n            \"ref_field_3\": null,\n            \"note\": null,\n            \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2022-11-28T19:47:40Z\",\n            \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2019-10-25T09:16:48Z\",\n            \"machine_name\": \"Cannabis filler Machine\",\n            \"status_description\": \"Completed\",\n            \"manufacturing_run_type_name\": \"Run type - 002\",\n            \"use_by_date\": \"\",\n            \"serving_size\": null,\n            \"production_date\": \"\",\n            \"extraction_method\": null,\n            \"moisture_content\": null\n        },\n        {\n            \"manufacturing_run_id\": 7,\n            \"manufacturing_reference_id\": \"MP-20191118202719-7\",\n            \"machine_id\": 2,\n            \"manufacturing_run_type_id\": 1,\n            \"status\": 99,\n            \"is_auto_created\": 0,\n            \"is_auto_waste\": 0,\n            \"waste_weight\": 0,\n            \"waste_uom_id\": null,\n            \"waste_reason\": null,\n            \"waste_item_id\": null,\n            \"temperature\": null,\n            \"processing_duration\": null,\n            \"pressure\": null,\n            \"completed_timestamp\": null,\n            \"name\": null,\n            \"lot_number\": null,\n            \"sequence\": 1,\n            \"ref_field_1\": null,\n            \"ref_field_2\": null,\n            \"ref_field_3\": null,\n            \"note\": null,\n            \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2019-11-18T20:28:42Z\",\n            \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2019-11-18T20:27:19Z\",\n            \"machine_name\": \"CO2 Extractor 002\",\n            \"status_description\": \"Cancelled\",\n            \"manufacturing_run_type_name\": \"Run type - 001\",\n            \"use_by_date\": \"\",\n            \"serving_size\": null,\n            \"production_date\": \"\",\n            \"extraction_method\": null,\n            \"moisture_content\": null\n        },\n        {\n            \"manufacturing_run_id\": 8,\n            \"manufacturing_reference_id\": \"MP-20191118202926-8\",\n            \"machine_id\": 2,\n            \"manufacturing_run_type_id\": 2,\n            \"status\": 50,\n            \"is_auto_created\": 0,\n            \"is_auto_waste\": 0,\n            \"waste_weight\": 0,\n            \"waste_uom_id\": null,\n            \"waste_reason\": null,\n            \"waste_item_id\": null,\n            \"temperature\": 104,\n            \"processing_duration\": 90,\n            \"pressure\": 10,\n            \"completed_timestamp\": \"2019-11-18T20:30:27Z\",\n            \"name\": null,\n            \"lot_number\": null,\n            \"sequence\": 1,\n            \"ref_field_1\": null,\n            \"ref_field_2\": null,\n            \"ref_field_3\": null,\n            \"note\": null,\n            \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2019-11-18T20:30:26Z\",\n            \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2019-11-18T20:29:26Z\",\n            \"machine_name\": \"CO2 Extractor 002\",\n            \"status_description\": \"Completed\",\n            \"manufacturing_run_type_name\": \"Run type - 002\",\n            \"use_by_date\": \"\",\n            \"serving_size\": null,\n            \"production_date\": \"\",\n            \"extraction_method\": null,\n            \"moisture_content\": null\n        },\n        {\n            \"manufacturing_run_id\": 9,\n            \"manufacturing_reference_id\": \"MP-20191129105328-9\",\n            \"machine_id\": 2,\n            \"manufacturing_run_type_id\": 2,\n            \"status\": 10,\n            \"is_auto_created\": 0,\n            \"is_auto_waste\": 0,\n            \"waste_weight\": 0,\n            \"waste_uom_id\": null,\n            \"waste_reason\": null,\n            \"waste_item_id\": null,\n            \"temperature\": null,\n            \"processing_duration\": null,\n            \"pressure\": null,\n            \"completed_timestamp\": null,\n            \"name\": null,\n            \"lot_number\": null,\n            \"sequence\": 1,\n            \"ref_field_1\": null,\n            \"ref_field_2\": null,\n            \"ref_field_3\": null,\n            \"note\": null,\n            \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2019-11-29T10:53:29Z\",\n            \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2019-11-29T10:53:28Z\",\n            \"machine_name\": \"CO2 Extractor 002\",\n            \"status_description\": \"In Progress\",\n            \"manufacturing_run_type_name\": \"Run type - 002\",\n            \"use_by_date\": \"\",\n            \"serving_size\": null,\n            \"production_date\": \"\",\n            \"extraction_method\": null,\n            \"moisture_content\": null\n        },\n        {\n            \"manufacturing_run_id\": 10,\n            \"manufacturing_reference_id\": \"MP-20191129112217-10\",\n            \"machine_id\": 2,\n            \"manufacturing_run_type_id\": null,\n            \"status\": 50,\n            \"is_auto_created\": 0,\n            \"is_auto_waste\": 0,\n            \"waste_weight\": 0,\n            \"waste_uom_id\": null,\n            \"waste_reason\": null,\n            \"waste_item_id\": null,\n            \"temperature\": null,\n            \"processing_duration\": null,\n            \"pressure\": null,\n            \"completed_timestamp\": \"2019-12-02T06:39:45Z\",\n            \"name\": null,\n            \"lot_number\": null,\n            \"sequence\": 1,\n            \"ref_field_1\": null,\n            \"ref_field_2\": null,\n            \"ref_field_3\": null,\n            \"note\": null,\n            \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2019-12-02T06:39:44Z\",\n            \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2019-11-29T11:22:17Z\",\n            \"machine_name\": \"CO2 Extractor 002\",\n            \"status_description\": \"Completed\",\n            \"manufacturing_run_type_name\": null,\n            \"use_by_date\": \"\",\n            \"serving_size\": null,\n            \"production_date\": \"\",\n            \"extraction_method\": null,\n            \"moisture_content\": null\n        },\n        {\n            \"manufacturing_run_id\": 11,\n            \"manufacturing_reference_id\": \"MP-20191205100918-11\",\n            \"machine_id\": 3,\n            \"manufacturing_run_type_id\": 1,\n            \"status\": 50,\n            \"is_auto_created\": 0,\n            \"is_auto_waste\": 0,\n            \"waste_weight\": 0,\n            \"waste_uom_id\": null,\n            \"waste_reason\": null,\n            \"waste_item_id\": null,\n            \"temperature\": null,\n            \"processing_duration\": null,\n            \"pressure\": null,\n            \"completed_timestamp\": \"2019-12-13T07:21:28Z\",\n            \"name\": null,\n            \"lot_number\": null,\n            \"sequence\": 1,\n            \"ref_field_1\": null,\n            \"ref_field_2\": null,\n            \"ref_field_3\": null,\n            \"note\": null,\n            \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2019-12-13T07:21:27Z\",\n            \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2019-12-05T10:09:18Z\",\n            \"machine_name\": \"Cannabis filler Machine\",\n            \"status_description\": \"Completed\",\n            \"manufacturing_run_type_name\": \"Run type - 001\",\n            \"use_by_date\": \"\",\n            \"serving_size\": null,\n            \"production_date\": \"\",\n            \"extraction_method\": null,\n            \"moisture_content\": null\n        },\n        {\n            \"manufacturing_run_id\": 12,\n            \"manufacturing_reference_id\": \"MP-20191206105754-12\",\n            \"machine_id\": 3,\n            \"manufacturing_run_type_id\": 1,\n            \"status\": 50,\n            \"is_auto_created\": 0,\n            \"is_auto_waste\": 1,\n            \"waste_weight\": 10,\n            \"waste_uom_id\": 2,\n            \"waste_reason\": null,\n            \"waste_item_id\": null,\n            \"temperature\": 20,\n            \"processing_duration\": 200,\n            \"pressure\": 7777,\n            \"completed_timestamp\": \"2019-12-06T11:22:05Z\",\n            \"name\": null,\n            \"lot_number\": null,\n            \"sequence\": 1,\n            \"ref_field_1\": null,\n            \"ref_field_2\": null,\n            \"ref_field_3\": null,\n            \"note\": null,\n            \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2022-11-28T19:47:40Z\",\n            \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2019-12-06T10:57:54Z\",\n            \"machine_name\": \"Cannabis filler Machine\",\n            \"status_description\": \"Completed\",\n            \"manufacturing_run_type_name\": \"Run type - 001\",\n            \"use_by_date\": \"\",\n            \"serving_size\": null,\n            \"production_date\": \"\",\n            \"extraction_method\": null,\n            \"moisture_content\": null\n        },\n        {\n            \"manufacturing_run_id\": 13,\n            \"manufacturing_reference_id\": \"MP-20191210085618-13\",\n            \"machine_id\": 2,\n            \"manufacturing_run_type_id\": 1,\n            \"status\": 50,\n            \"is_auto_created\": 0,\n            \"is_auto_waste\": 0,\n            \"waste_weight\": 0,\n            \"waste_uom_id\": null,\n            \"waste_reason\": null,\n            \"waste_item_id\": null,\n            \"temperature\": null,\n            \"processing_duration\": null,\n            \"pressure\": null,\n            \"completed_timestamp\": \"2019-12-10T08:56:41Z\",\n            \"name\": null,\n            \"lot_number\": null,\n            \"sequence\": 1,\n            \"ref_field_1\": null,\n            \"ref_field_2\": null,\n            \"ref_field_3\": null,\n            \"note\": null,\n            \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2019-12-10T08:56:40Z\",\n            \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2019-12-10T08:56:18Z\",\n            \"machine_name\": \"CO2 Extractor 002\",\n            \"status_description\": \"Completed\",\n            \"manufacturing_run_type_name\": \"Run type - 001\",\n            \"use_by_date\": \"\",\n            \"serving_size\": null,\n            \"production_date\": \"\",\n            \"extraction_method\": null,\n            \"moisture_content\": null\n        },\n        {\n            \"manufacturing_run_id\": 14,\n            \"manufacturing_reference_id\": \"MP-20191213062900-14\",\n            \"machine_id\": 2,\n            \"manufacturing_run_type_id\": null,\n            \"status\": 50,\n            \"is_auto_created\": 0,\n            \"is_auto_waste\": 0,\n            \"waste_weight\": 0,\n            \"waste_uom_id\": null,\n            \"waste_reason\": null,\n            \"waste_item_id\": null,\n            \"temperature\": null,\n            \"processing_duration\": null,\n            \"pressure\": null,\n            \"completed_timestamp\": \"2019-12-13T06:29:50Z\",\n            \"name\": null,\n            \"lot_number\": null,\n            \"sequence\": 1,\n            \"ref_field_1\": null,\n            \"ref_field_2\": null,\n            \"ref_field_3\": null,\n            \"note\": null,\n            \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2019-12-13T06:29:49Z\",\n            \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2019-12-13T06:29:00Z\",\n            \"machine_name\": \"CO2 Extractor 002\",\n            \"status_description\": \"Completed\",\n            \"manufacturing_run_type_name\": null,\n            \"use_by_date\": \"\",\n            \"serving_size\": null,\n            \"production_date\": \"\",\n            \"extraction_method\": null,\n            \"moisture_content\": null\n        },\n        {\n            \"manufacturing_run_id\": 15,\n            \"manufacturing_reference_id\": \"MP-20191213064223-15\",\n            \"machine_id\": 2,\n            \"manufacturing_run_type_id\": null,\n            \"status\": 50,\n            \"is_auto_created\": 0,\n            \"is_auto_waste\": 0,\n            \"waste_weight\": 0,\n            \"waste_uom_id\": null,\n            \"waste_reason\": null,\n            \"waste_item_id\": null,\n            \"temperature\": null,\n            \"processing_duration\": null,\n            \"pressure\": null,\n            \"completed_timestamp\": \"2019-12-13T06:42:53Z\",\n            \"name\": null,\n            \"lot_number\": null,\n            \"sequence\": 1,\n            \"ref_field_1\": null,\n            \"ref_field_2\": null,\n            \"ref_field_3\": null,\n            \"note\": null,\n            \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2019-12-13T06:42:52Z\",\n            \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2019-12-13T06:42:23Z\",\n            \"machine_name\": \"CO2 Extractor 002\",\n            \"status_description\": \"Completed\",\n            \"manufacturing_run_type_name\": null,\n            \"use_by_date\": \"\",\n            \"serving_size\": null,\n            \"production_date\": \"\",\n            \"extraction_method\": null,\n            \"moisture_content\": null\n        },\n        {\n            \"manufacturing_run_id\": 16,\n            \"manufacturing_reference_id\": \"MP-20191213064611-16\",\n            \"machine_id\": 2,\n            \"manufacturing_run_type_id\": 1,\n            \"status\": 50,\n            \"is_auto_created\": 0,\n            \"is_auto_waste\": 0,\n            \"waste_weight\": 0,\n            \"waste_uom_id\": null,\n            \"waste_reason\": null,\n            \"waste_item_id\": null,\n            \"temperature\": null,\n            \"processing_duration\": null,\n            \"pressure\": null,\n            \"completed_timestamp\": \"2019-12-13T06:48:11Z\",\n            \"name\": null,\n            \"lot_number\": null,\n            \"sequence\": 1,\n            \"ref_field_1\": null,\n            \"ref_field_2\": null,\n            \"ref_field_3\": null,\n            \"note\": null,\n            \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2019-12-13T06:48:10Z\",\n            \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2019-12-13T06:46:11Z\",\n            \"machine_name\": \"CO2 Extractor 002\",\n            \"status_description\": \"Completed\",\n            \"manufacturing_run_type_name\": \"Run type - 001\",\n            \"use_by_date\": \"\",\n            \"serving_size\": null,\n            \"production_date\": \"\",\n            \"extraction_method\": null,\n            \"moisture_content\": null\n        },\n        {\n            \"manufacturing_run_id\": 17,\n            \"manufacturing_reference_id\": \"MP-20191213065000-17\",\n            \"machine_id\": 3,\n            \"manufacturing_run_type_id\": null,\n            \"status\": 50,\n            \"is_auto_created\": 0,\n            \"is_auto_waste\": 0,\n            \"waste_weight\": 0,\n            \"waste_uom_id\": null,\n            \"waste_reason\": null,\n            \"waste_item_id\": null,\n            \"temperature\": null,\n            \"processing_duration\": null,\n            \"pressure\": null,\n            \"completed_timestamp\": \"2019-12-13T06:52:59Z\",\n            \"name\": null,\n            \"lot_number\": null,\n            \"sequence\": 1,\n            \"ref_field_1\": null,\n            \"ref_field_2\": null,\n            \"ref_field_3\": null,\n            \"note\": null,\n            \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2019-12-13T06:52:58Z\",\n            \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2019-12-13T06:50:00Z\",\n            \"machine_name\": \"Cannabis filler Machine\",\n            \"status_description\": \"Completed\",\n            \"manufacturing_run_type_name\": null,\n            \"use_by_date\": \"\",\n            \"serving_size\": null,\n            \"production_date\": \"\",\n            \"extraction_method\": null,\n            \"moisture_content\": null\n        },\n        {\n            \"manufacturing_run_id\": 18,\n            \"manufacturing_reference_id\": \"MP-20191213065826-18\",\n            \"machine_id\": 3,\n            \"manufacturing_run_type_id\": null,\n            \"status\": 50,\n            \"is_auto_created\": 0,\n            \"is_auto_waste\": 0,\n            \"waste_weight\": 0,\n            \"waste_uom_id\": null,\n            \"waste_reason\": null,\n            \"waste_item_id\": null,\n            \"temperature\": null,\n            \"processing_duration\": null,\n            \"pressure\": null,\n            \"completed_timestamp\": \"2019-12-13T06:59:12Z\",\n            \"name\": null,\n            \"lot_number\": null,\n            \"sequence\": 1,\n            \"ref_field_1\": null,\n            \"ref_field_2\": null,\n            \"ref_field_3\": null,\n            \"note\": null,\n            \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2019-12-13T06:59:11Z\",\n            \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2019-12-13T06:58:26Z\",\n            \"machine_name\": \"Cannabis filler Machine\",\n            \"status_description\": \"Completed\",\n            \"manufacturing_run_type_name\": null,\n            \"use_by_date\": \"\",\n            \"serving_size\": null,\n            \"production_date\": \"\",\n            \"extraction_method\": null,\n            \"moisture_content\": null\n        },\n        {\n            \"manufacturing_run_id\": 19,\n            \"manufacturing_reference_id\": \"MP-20191213072755-19\",\n            \"machine_id\": 2,\n            \"manufacturing_run_type_id\": null,\n            \"status\": 50,\n            \"is_auto_created\": 0,\n            \"is_auto_waste\": 0,\n            \"waste_weight\": 0,\n            \"waste_uom_id\": null,\n            \"waste_reason\": null,\n            \"waste_item_id\": null,\n            \"temperature\": null,\n            \"processing_duration\": null,\n            \"pressure\": null,\n            \"completed_timestamp\": \"2019-12-13T07:28:24Z\",\n            \"name\": null,\n            \"lot_number\": null,\n            \"sequence\": 1,\n            \"ref_field_1\": null,\n            \"ref_field_2\": null,\n            \"ref_field_3\": null,\n            \"note\": null,\n            \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2019-12-13T07:28:23Z\",\n            \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2019-12-13T07:27:55Z\",\n            \"machine_name\": \"CO2 Extractor 002\",\n            \"status_description\": \"Completed\",\n            \"manufacturing_run_type_name\": null,\n            \"use_by_date\": \"\",\n            \"serving_size\": null,\n            \"production_date\": \"\",\n            \"extraction_method\": null,\n            \"moisture_content\": null\n        },\n        {\n            \"manufacturing_run_id\": 20,\n            \"manufacturing_reference_id\": \"MP-20191213091952-20\",\n            \"machine_id\": 3,\n            \"manufacturing_run_type_id\": null,\n            \"status\": 50,\n            \"is_auto_created\": 0,\n            \"is_auto_waste\": 0,\n            \"waste_weight\": 0,\n            \"waste_uom_id\": null,\n            \"waste_reason\": null,\n            \"waste_item_id\": null,\n            \"temperature\": null,\n            \"processing_duration\": null,\n            \"pressure\": null,\n            \"completed_timestamp\": \"2019-12-13T09:20:27Z\",\n            \"name\": null,\n            \"lot_number\": null,\n            \"sequence\": 1,\n            \"ref_field_1\": null,\n            \"ref_field_2\": null,\n            \"ref_field_3\": null,\n            \"note\": null,\n            \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2019-12-13T09:20:27Z\",\n            \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2019-12-13T09:19:52Z\",\n            \"machine_name\": \"Cannabis filler Machine\",\n            \"status_description\": \"Completed\",\n            \"manufacturing_run_type_name\": null,\n            \"use_by_date\": \"\",\n            \"serving_size\": null,\n            \"production_date\": \"\",\n            \"extraction_method\": null,\n            \"moisture_content\": null\n        },\n        {\n            \"manufacturing_run_id\": 21,\n            \"manufacturing_reference_id\": \"MP-20191213114348-21\",\n            \"machine_id\": 2,\n            \"manufacturing_run_type_id\": null,\n            \"status\": 50,\n            \"is_auto_created\": 0,\n            \"is_auto_waste\": 0,\n            \"waste_weight\": 0,\n            \"waste_uom_id\": null,\n            \"waste_reason\": null,\n            \"waste_item_id\": null,\n            \"temperature\": null,\n            \"processing_duration\": null,\n            \"pressure\": null,\n            \"completed_timestamp\": \"2019-12-13T11:44:39Z\",\n            \"name\": null,\n            \"lot_number\": null,\n            \"sequence\": 1,\n            \"ref_field_1\": null,\n            \"ref_field_2\": null,\n            \"ref_field_3\": null,\n            \"note\": null,\n            \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2019-12-13T11:44:38Z\",\n            \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2019-12-13T11:43:48Z\",\n            \"machine_name\": \"CO2 Extractor 002\",\n            \"status_description\": \"Completed\",\n            \"manufacturing_run_type_name\": null,\n            \"use_by_date\": \"\",\n            \"serving_size\": null,\n            \"production_date\": \"\",\n            \"extraction_method\": null,\n            \"moisture_content\": null\n        },\n        {\n            \"manufacturing_run_id\": 22,\n            \"manufacturing_reference_id\": \"MP-20191216094947-22\",\n            \"machine_id\": 3,\n            \"manufacturing_run_type_id\": null,\n            \"status\": 50,\n            \"is_auto_created\": 0,\n            \"is_auto_waste\": 0,\n            \"waste_weight\": 0,\n            \"waste_uom_id\": null,\n            \"waste_reason\": null,\n            \"waste_item_id\": null,\n            \"temperature\": null,\n            \"processing_duration\": null,\n            \"pressure\": null,\n            \"completed_timestamp\": \"2019-12-16T09:50:26Z\",\n            \"name\": null,\n            \"lot_number\": null,\n            \"sequence\": 1,\n            \"ref_field_1\": null,\n            \"ref_field_2\": null,\n            \"ref_field_3\": null,\n            \"note\": null,\n            \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2019-12-16T09:50:26Z\",\n            \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2019-12-16T09:49:47Z\",\n            \"machine_name\": \"Cannabis filler Machine\",\n            \"status_description\": \"Completed\",\n            \"manufacturing_run_type_name\": null,\n            \"use_by_date\": \"\",\n            \"serving_size\": null,\n            \"production_date\": \"\",\n            \"extraction_method\": null,\n            \"moisture_content\": null\n        },\n        {\n            \"manufacturing_run_id\": 23,\n            \"manufacturing_reference_id\": \"MP-20191216095623-23\",\n            \"machine_id\": 3,\n            \"manufacturing_run_type_id\": null,\n            \"status\": 10,\n            \"is_auto_created\": 0,\n            \"is_auto_waste\": 0,\n            \"waste_weight\": 0,\n            \"waste_uom_id\": null,\n            \"waste_reason\": null,\n            \"waste_item_id\": null,\n            \"temperature\": null,\n            \"processing_duration\": null,\n            \"pressure\": null,\n            \"completed_timestamp\": null,\n            \"name\": null,\n            \"lot_number\": null,\n            \"sequence\": 1,\n            \"ref_field_1\": null,\n            \"ref_field_2\": null,\n            \"ref_field_3\": null,\n            \"note\": null,\n            \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2019-12-16T09:56:23Z\",\n            \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2019-12-16T09:56:23Z\",\n            \"machine_name\": \"Cannabis filler Machine\",\n            \"status_description\": \"In Progress\",\n            \"manufacturing_run_type_name\": null,\n            \"use_by_date\": \"\",\n            \"serving_size\": null,\n            \"production_date\": \"\",\n            \"extraction_method\": null,\n            \"moisture_content\": null\n        },\n        {\n            \"manufacturing_run_id\": 24,\n            \"manufacturing_reference_id\": \"MP-20191216095824-24\",\n            \"machine_id\": 3,\n            \"manufacturing_run_type_id\": null,\n            \"status\": 50,\n            \"is_auto_created\": 0,\n            \"is_auto_waste\": 0,\n            \"waste_weight\": 0,\n            \"waste_uom_id\": null,\n            \"waste_reason\": null,\n            \"waste_item_id\": null,\n            \"temperature\": null,\n            \"processing_duration\": null,\n            \"pressure\": null,\n            \"completed_timestamp\": \"2019-12-16T09:58:54Z\",\n            \"name\": null,\n            \"lot_number\": null,\n            \"sequence\": 1,\n            \"ref_field_1\": null,\n            \"ref_field_2\": null,\n            \"ref_field_3\": null,\n            \"note\": null,\n            \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2019-12-16T09:58:53Z\",\n            \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2019-12-16T09:58:24Z\",\n            \"machine_name\": \"Cannabis filler Machine\",\n            \"status_description\": \"Completed\",\n            \"manufacturing_run_type_name\": null,\n            \"use_by_date\": \"\",\n            \"serving_size\": null,\n            \"production_date\": \"\",\n            \"extraction_method\": null,\n            \"moisture_content\": null\n        },\n        {\n            \"manufacturing_run_id\": 25,\n            \"manufacturing_reference_id\": \"MP-20191216100312-25\",\n            \"machine_id\": 2,\n            \"manufacturing_run_type_id\": 1,\n            \"status\": 50,\n            \"is_auto_created\": 0,\n            \"is_auto_waste\": 0,\n            \"waste_weight\": 0,\n            \"waste_uom_id\": null,\n            \"waste_reason\": null,\n            \"waste_item_id\": null,\n            \"temperature\": null,\n            \"processing_duration\": null,\n            \"pressure\": null,\n            \"completed_timestamp\": \"2019-12-16T10:03:52Z\",\n            \"name\": null,\n            \"lot_number\": null,\n            \"sequence\": 1,\n            \"ref_field_1\": null,\n            \"ref_field_2\": null,\n            \"ref_field_3\": null,\n            \"note\": null,\n            \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2019-12-16T10:03:51Z\",\n            \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2019-12-16T10:03:12Z\",\n            \"machine_name\": \"CO2 Extractor 002\",\n            \"status_description\": \"Completed\",\n            \"manufacturing_run_type_name\": \"Run type - 001\",\n            \"use_by_date\": \"\",\n            \"serving_size\": null,\n            \"production_date\": \"\",\n            \"extraction_method\": null,\n            \"moisture_content\": null\n        },\n        {\n            \"manufacturing_run_id\": 26,\n            \"manufacturing_reference_id\": \"MP-20191216100515-26\",\n            \"machine_id\": 2,\n            \"manufacturing_run_type_id\": 1,\n            \"status\": 10,\n            \"is_auto_created\": 0,\n            \"is_auto_waste\": 0,\n            \"waste_weight\": 0,\n            \"waste_uom_id\": null,\n            \"waste_reason\": null,\n            \"waste_item_id\": null,\n            \"temperature\": null,\n            \"processing_duration\": null,\n            \"pressure\": null,\n            \"completed_timestamp\": null,\n            \"name\": null,\n            \"lot_number\": null,\n            \"sequence\": 1,\n            \"ref_field_1\": null,\n            \"ref_field_2\": null,\n            \"ref_field_3\": null,\n            \"note\": null,\n            \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2019-12-16T10:05:15Z\",\n            \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2019-12-16T10:05:15Z\",\n            \"machine_name\": \"CO2 Extractor 002\",\n            \"status_description\": \"In Progress\",\n            \"manufacturing_run_type_name\": \"Run type - 001\",\n            \"use_by_date\": \"\",\n            \"serving_size\": null,\n            \"production_date\": \"\",\n            \"extraction_method\": null,\n            \"moisture_content\": null\n        },\n        {\n            \"manufacturing_run_id\": 27,\n            \"manufacturing_reference_id\": \"MP-20191216100755-27\",\n            \"machine_id\": 3,\n            \"manufacturing_run_type_id\": null,\n            \"status\": 10,\n            \"is_auto_created\": 0,\n            \"is_auto_waste\": 0,\n            \"waste_weight\": 0,\n            \"waste_uom_id\": null,\n            \"waste_reason\": null,\n            \"waste_item_id\": null,\n            \"temperature\": null,\n            \"processing_duration\": null,\n            \"pressure\": null,\n            \"completed_timestamp\": null,\n            \"name\": null,\n            \"lot_number\": null,\n            \"sequence\": 1,\n            \"ref_field_1\": null,\n            \"ref_field_2\": null,\n            \"ref_field_3\": null,\n            \"note\": null,\n            \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2019-12-16T10:07:55Z\",\n            \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2019-12-16T10:07:55Z\",\n            \"machine_name\": \"Cannabis filler Machine\",\n            \"status_description\": \"In Progress\",\n            \"manufacturing_run_type_name\": null,\n            \"use_by_date\": \"\",\n            \"serving_size\": null,\n            \"production_date\": \"\",\n            \"extraction_method\": null,\n            \"moisture_content\": null\n        },\n        {\n            \"manufacturing_run_id\": 28,\n            \"manufacturing_reference_id\": \"MP-20200116103208-28\",\n            \"machine_id\": 2,\n            \"manufacturing_run_type_id\": 2,\n            \"status\": 50,\n            \"is_auto_created\": 0,\n            \"is_auto_waste\": 0,\n            \"waste_weight\": 0,\n            \"waste_uom_id\": null,\n            \"waste_reason\": null,\n            \"waste_item_id\": null,\n            \"temperature\": null,\n            \"processing_duration\": null,\n            \"pressure\": null,\n            \"completed_timestamp\": \"2020-01-16T10:32:52Z\",\n            \"name\": null,\n            \"lot_number\": null,\n            \"sequence\": 1,\n            \"ref_field_1\": null,\n            \"ref_field_2\": null,\n            \"ref_field_3\": null,\n            \"note\": null,\n            \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2020-01-16T10:32:52Z\",\n            \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2020-01-16T10:32:08Z\",\n            \"machine_name\": \"CO2 Extractor 002\",\n            \"status_description\": \"Completed\",\n            \"manufacturing_run_type_name\": \"Run type - 002\",\n            \"use_by_date\": \"\",\n            \"serving_size\": null,\n            \"production_date\": \"\",\n            \"extraction_method\": null,\n            \"moisture_content\": null\n        },\n        {\n            \"manufacturing_run_id\": 29,\n            \"manufacturing_reference_id\": \"MP-20200306102857-29\",\n            \"machine_id\": 2,\n            \"manufacturing_run_type_id\": 2,\n            \"status\": 50,\n            \"is_auto_created\": 0,\n            \"is_auto_waste\": 0,\n            \"waste_weight\": 0,\n            \"waste_uom_id\": null,\n            \"waste_reason\": null,\n            \"waste_item_id\": null,\n            \"temperature\": null,\n            \"processing_duration\": null,\n            \"pressure\": null,\n            \"completed_timestamp\": \"2020-03-06T10:29:31Z\",\n            \"name\": null,\n            \"lot_number\": null,\n            \"sequence\": 1,\n            \"ref_field_1\": null,\n            \"ref_field_2\": null,\n            \"ref_field_3\": null,\n            \"note\": null,\n            \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2020-03-06T10:29:31Z\",\n            \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2020-03-06T10:28:57Z\",\n            \"machine_name\": \"CO2 Extractor 002\",\n            \"status_description\": \"Completed\",\n            \"manufacturing_run_type_name\": \"Run type - 002\",\n            \"use_by_date\": \"\",\n            \"serving_size\": null,\n            \"production_date\": \"\",\n            \"extraction_method\": null,\n            \"moisture_content\": null\n        },\n        {\n            \"manufacturing_run_id\": 30,\n            \"manufacturing_reference_id\": \"MP-20200306103948-30\",\n            \"machine_id\": 2,\n            \"manufacturing_run_type_id\": null,\n            \"status\": 50,\n            \"is_auto_created\": 0,\n            \"is_auto_waste\": 0,\n            \"waste_weight\": 0,\n            \"waste_uom_id\": null,\n            \"waste_reason\": null,\n            \"waste_item_id\": null,\n            \"temperature\": null,\n            \"processing_duration\": null,\n            \"pressure\": null,\n            \"completed_timestamp\": \"2020-03-06T10:42:21Z\",\n            \"name\": null,\n            \"lot_number\": null,\n            \"sequence\": 1,\n            \"ref_field_1\": null,\n            \"ref_field_2\": null,\n            \"ref_field_3\": null,\n            \"note\": null,\n            \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2020-03-06T10:42:21Z\",\n            \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2020-03-06T10:39:48Z\",\n            \"machine_name\": \"CO2 Extractor 002\",\n            \"status_description\": \"Completed\",\n            \"manufacturing_run_type_name\": null,\n            \"use_by_date\": \"\",\n            \"serving_size\": null,\n            \"production_date\": \"\",\n            \"extraction_method\": null,\n            \"moisture_content\": null\n        },\n        {\n            \"manufacturing_run_id\": 31,\n            \"manufacturing_reference_id\": \"MP-20200323100019-31\",\n            \"machine_id\": 3,\n            \"manufacturing_run_type_id\": 2,\n            \"status\": 10,\n            \"is_auto_created\": 0,\n            \"is_auto_waste\": 0,\n            \"waste_weight\": 0,\n            \"waste_uom_id\": null,\n            \"waste_reason\": null,\n            \"waste_item_id\": null,\n            \"temperature\": null,\n            \"processing_duration\": null,\n            \"pressure\": null,\n            \"completed_timestamp\": null,\n            \"name\": null,\n            \"lot_number\": null,\n            \"sequence\": 1,\n            \"ref_field_1\": null,\n            \"ref_field_2\": null,\n            \"ref_field_3\": null,\n            \"note\": null,\n            \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2020-03-23T10:00:19Z\",\n            \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2020-03-23T10:00:19Z\",\n            \"machine_name\": \"Cannabis filler Machine\",\n            \"status_description\": \"In Progress\",\n            \"manufacturing_run_type_name\": \"Run type - 002\",\n            \"use_by_date\": \"\",\n            \"serving_size\": null,\n            \"production_date\": \"\",\n            \"extraction_method\": null,\n            \"moisture_content\": null\n        },\n        {\n            \"manufacturing_run_id\": 32,\n            \"manufacturing_reference_id\": \"MP-20200331052125-32\",\n            \"machine_id\": 3,\n            \"manufacturing_run_type_id\": 1,\n            \"status\": 99,\n            \"is_auto_created\": 0,\n            \"is_auto_waste\": 0,\n            \"waste_weight\": 0,\n            \"waste_uom_id\": null,\n            \"waste_reason\": null,\n            \"waste_item_id\": null,\n            \"temperature\": null,\n            \"processing_duration\": null,\n            \"pressure\": null,\n            \"completed_timestamp\": null,\n            \"name\": null,\n            \"lot_number\": null,\n            \"sequence\": 1,\n            \"ref_field_1\": null,\n            \"ref_field_2\": null,\n            \"ref_field_3\": null,\n            \"note\": null,\n            \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2020-03-31T05:21:37Z\",\n            \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2020-03-31T05:21:25Z\",\n            \"machine_name\": \"Cannabis filler Machine\",\n            \"status_description\": \"Cancelled\",\n            \"manufacturing_run_type_name\": \"Run type - 001\",\n            \"use_by_date\": \"\",\n            \"serving_size\": null,\n            \"production_date\": \"\",\n            \"extraction_method\": null,\n            \"moisture_content\": null\n        },\n        {\n            \"manufacturing_run_id\": 33,\n            \"manufacturing_reference_id\": \"MP-20200407114752-33\",\n            \"machine_id\": 2,\n            \"manufacturing_run_type_id\": 1,\n            \"status\": 50,\n            \"is_auto_created\": 0,\n            \"is_auto_waste\": 0,\n            \"waste_weight\": 0,\n            \"waste_uom_id\": null,\n            \"waste_reason\": null,\n            \"waste_item_id\": null,\n            \"temperature\": null,\n            \"processing_duration\": null,\n            \"pressure\": null,\n            \"completed_timestamp\": \"2020-04-14T07:26:30Z\",\n            \"name\": null,\n            \"lot_number\": null,\n            \"sequence\": 1,\n            \"ref_field_1\": null,\n            \"ref_field_2\": null,\n            \"ref_field_3\": null,\n            \"note\": null,\n            \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2020-04-14T07:26:30Z\",\n            \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2020-04-07T11:47:52Z\",\n            \"machine_name\": \"CO2 Extractor 002\",\n            \"status_description\": \"Completed\",\n            \"manufacturing_run_type_name\": \"Run type - 001\",\n            \"use_by_date\": \"\",\n            \"serving_size\": null,\n            \"production_date\": \"\",\n            \"extraction_method\": null,\n            \"moisture_content\": null\n        },\n        {\n            \"manufacturing_run_id\": 34,\n            \"manufacturing_reference_id\": \"MP-20200415045053-34\",\n            \"machine_id\": 3,\n            \"manufacturing_run_type_id\": 1,\n            \"status\": 50,\n            \"is_auto_created\": 0,\n            \"is_auto_waste\": 0,\n            \"waste_weight\": 0,\n            \"waste_uom_id\": null,\n            \"waste_reason\": null,\n            \"waste_item_id\": null,\n            \"temperature\": null,\n            \"processing_duration\": null,\n            \"pressure\": null,\n            \"completed_timestamp\": \"2020-04-15T04:51:37Z\",\n            \"name\": null,\n            \"lot_number\": null,\n            \"sequence\": 1,\n            \"ref_field_1\": null,\n            \"ref_field_2\": null,\n            \"ref_field_3\": null,\n            \"note\": null,\n            \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2020-04-15T04:51:37Z\",\n            \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2020-04-15T04:50:53Z\",\n            \"machine_name\": \"Cannabis filler Machine\",\n            \"status_description\": \"Completed\",\n            \"manufacturing_run_type_name\": \"Run type - 001\",\n            \"use_by_date\": \"\",\n            \"serving_size\": null,\n            \"production_date\": \"\",\n            \"extraction_method\": null,\n            \"moisture_content\": null\n        },\n        {\n            \"manufacturing_run_id\": 35,\n            \"manufacturing_reference_id\": \"MP-20200415065605-35\",\n            \"machine_id\": 3,\n            \"manufacturing_run_type_id\": 1,\n            \"status\": 50,\n            \"is_auto_created\": 0,\n            \"is_auto_waste\": 0,\n            \"waste_weight\": 0,\n            \"waste_uom_id\": null,\n            \"waste_reason\": null,\n            \"waste_item_id\": null,\n            \"temperature\": null,\n            \"processing_duration\": null,\n            \"pressure\": null,\n            \"completed_timestamp\": \"2020-04-15T06:57:09Z\",\n            \"name\": null,\n            \"lot_number\": null,\n            \"sequence\": 1,\n            \"ref_field_1\": null,\n            \"ref_field_2\": null,\n            \"ref_field_3\": null,\n            \"note\": null,\n            \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2020-04-15T06:57:09Z\",\n            \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2020-04-15T06:56:05Z\",\n            \"machine_name\": \"Cannabis filler Machine\",\n            \"status_description\": \"Completed\",\n            \"manufacturing_run_type_name\": \"Run type - 001\",\n            \"use_by_date\": \"\",\n            \"serving_size\": null,\n            \"production_date\": \"\",\n            \"extraction_method\": null,\n            \"moisture_content\": null\n        },\n        {\n            \"manufacturing_run_id\": 36,\n            \"manufacturing_reference_id\": \"MP-20200415111135-36\",\n            \"machine_id\": 3,\n            \"manufacturing_run_type_id\": 1,\n            \"status\": 50,\n            \"is_auto_created\": 0,\n            \"is_auto_waste\": 0,\n            \"waste_weight\": 0,\n            \"waste_uom_id\": null,\n            \"waste_reason\": null,\n            \"waste_item_id\": null,\n            \"temperature\": null,\n            \"processing_duration\": null,\n            \"pressure\": null,\n            \"completed_timestamp\": \"2020-04-15T11:12:06Z\",\n            \"name\": null,\n            \"lot_number\": null,\n            \"sequence\": 1,\n            \"ref_field_1\": null,\n            \"ref_field_2\": null,\n            \"ref_field_3\": null,\n            \"note\": null,\n            \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2020-04-15T11:12:06Z\",\n            \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2020-04-15T11:11:35Z\",\n            \"machine_name\": \"Cannabis filler Machine\",\n            \"status_description\": \"Completed\",\n            \"manufacturing_run_type_name\": \"Run type - 001\",\n            \"use_by_date\": \"\",\n            \"serving_size\": null,\n            \"production_date\": \"\",\n            \"extraction_method\": null,\n            \"moisture_content\": null\n        },\n        {\n            \"manufacturing_run_id\": 37,\n            \"manufacturing_reference_id\": \"MP-20200416085843-37\",\n            \"machine_id\": 3,\n            \"manufacturing_run_type_id\": null,\n            \"status\": 10,\n            \"is_auto_created\": 0,\n            \"is_auto_waste\": 0,\n            \"waste_weight\": 0,\n            \"waste_uom_id\": null,\n            \"waste_reason\": null,\n            \"waste_item_id\": null,\n            \"temperature\": null,\n            \"processing_duration\": null,\n            \"pressure\": null,\n            \"completed_timestamp\": null,\n            \"name\": null,\n            \"lot_number\": null,\n            \"sequence\": 1,\n            \"ref_field_1\": null,\n            \"ref_field_2\": null,\n            \"ref_field_3\": null,\n            \"note\": null,\n            \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2020-04-16T08:58:43Z\",\n            \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2020-04-16T08:58:43Z\",\n            \"machine_name\": \"Cannabis filler Machine\",\n            \"status_description\": \"In Progress\",\n            \"manufacturing_run_type_name\": null,\n            \"use_by_date\": \"\",\n            \"serving_size\": null,\n            \"production_date\": \"\",\n            \"extraction_method\": null,\n            \"moisture_content\": null\n        },\n        {\n            \"manufacturing_run_id\": 38,\n            \"manufacturing_reference_id\": \"MP-20200421093133-38\",\n            \"machine_id\": 2,\n            \"manufacturing_run_type_id\": null,\n            \"status\": 50,\n            \"is_auto_created\": 0,\n            \"is_auto_waste\": 0,\n            \"waste_weight\": 0,\n            \"waste_uom_id\": null,\n            \"waste_reason\": null,\n            \"waste_item_id\": null,\n            \"temperature\": null,\n            \"processing_duration\": null,\n            \"pressure\": null,\n            \"completed_timestamp\": \"2020-04-21T09:35:55Z\",\n            \"name\": null,\n            \"lot_number\": null,\n            \"sequence\": 1,\n            \"ref_field_1\": null,\n            \"ref_field_2\": null,\n            \"ref_field_3\": null,\n            \"note\": null,\n            \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2020-04-21T09:35:55Z\",\n            \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2020-04-21T09:31:33Z\",\n            \"machine_name\": \"CO2 Extractor 002\",\n            \"status_description\": \"Completed\",\n            \"manufacturing_run_type_name\": null,\n            \"use_by_date\": \"\",\n            \"serving_size\": null,\n            \"production_date\": \"\",\n            \"extraction_method\": null,\n            \"moisture_content\": null\n        },\n        {\n            \"manufacturing_run_id\": 39,\n            \"manufacturing_reference_id\": \"MP-20200421111729-39\",\n            \"machine_id\": 3,\n            \"manufacturing_run_type_id\": 1,\n            \"status\": 10,\n            \"is_auto_created\": 0,\n            \"is_auto_waste\": 0,\n            \"waste_weight\": 0,\n            \"waste_uom_id\": null,\n            \"waste_reason\": null,\n            \"waste_item_id\": null,\n            \"temperature\": null,\n            \"processing_duration\": null,\n            \"pressure\": null,\n            \"completed_timestamp\": null,\n            \"name\": null,\n            \"lot_number\": null,\n            \"sequence\": 1,\n            \"ref_field_1\": null,\n            \"ref_field_2\": null,\n            \"ref_field_3\": null,\n            \"note\": null,\n            \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2020-04-21T11:17:29Z\",\n            \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2020-04-21T11:17:29Z\",\n            \"machine_name\": \"Cannabis filler Machine\",\n            \"status_description\": \"In Progress\",\n            \"manufacturing_run_type_name\": \"Run type - 001\",\n            \"use_by_date\": \"\",\n            \"serving_size\": null,\n            \"production_date\": \"\",\n            \"extraction_method\": null,\n            \"moisture_content\": null\n        },\n        {\n            \"manufacturing_run_id\": 40,\n            \"manufacturing_reference_id\": \"MP-20200421131802-40\",\n            \"machine_id\": 2,\n            \"manufacturing_run_type_id\": null,\n            \"status\": 50,\n            \"is_auto_created\": 0,\n            \"is_auto_waste\": 1,\n            \"waste_weight\": 7,\n            \"waste_uom_id\": 2,\n            \"waste_reason\": null,\n            \"waste_item_id\": null,\n            \"temperature\": null,\n            \"processing_duration\": null,\n            \"pressure\": null,\n            \"completed_timestamp\": \"2020-04-21T13:18:27Z\",\n            \"name\": null,\n            \"lot_number\": null,\n            \"sequence\": 1,\n            \"ref_field_1\": null,\n            \"ref_field_2\": null,\n            \"ref_field_3\": null,\n            \"note\": null,\n            \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2022-11-28T19:47:40Z\",\n            \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2020-04-21T13:18:02Z\",\n            \"machine_name\": \"CO2 Extractor 002\",\n            \"status_description\": \"Completed\",\n            \"manufacturing_run_type_name\": null,\n            \"use_by_date\": \"\",\n            \"serving_size\": null,\n            \"production_date\": \"\",\n            \"extraction_method\": null,\n            \"moisture_content\": null\n        },\n        {\n            \"manufacturing_run_id\": 41,\n            \"manufacturing_reference_id\": \"MP-20200422053402-41\",\n            \"machine_id\": 3,\n            \"manufacturing_run_type_id\": 1,\n            \"status\": 10,\n            \"is_auto_created\": 0,\n            \"is_auto_waste\": 0,\n            \"waste_weight\": 0,\n            \"waste_uom_id\": null,\n            \"waste_reason\": null,\n            \"waste_item_id\": null,\n            \"temperature\": null,\n            \"processing_duration\": null,\n            \"pressure\": null,\n            \"completed_timestamp\": null,\n            \"name\": null,\n            \"lot_number\": null,\n            \"sequence\": 1,\n            \"ref_field_1\": null,\n            \"ref_field_2\": null,\n            \"ref_field_3\": null,\n            \"note\": null,\n            \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2020-04-22T05:34:02Z\",\n            \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2020-04-22T05:34:02Z\",\n            \"machine_name\": \"Cannabis filler Machine\",\n            \"status_description\": \"In Progress\",\n            \"manufacturing_run_type_name\": \"Run type - 001\",\n            \"use_by_date\": \"\",\n            \"serving_size\": null,\n            \"production_date\": \"\",\n            \"extraction_method\": null,\n            \"moisture_content\": null\n        },\n        {\n            \"manufacturing_run_id\": 42,\n            \"manufacturing_reference_id\": \"MP-20200422054959-42\",\n            \"machine_id\": 3,\n            \"manufacturing_run_type_id\": null,\n            \"status\": 10,\n            \"is_auto_created\": 0,\n            \"is_auto_waste\": 0,\n            \"waste_weight\": 0,\n            \"waste_uom_id\": null,\n            \"waste_reason\": null,\n            \"waste_item_id\": null,\n            \"temperature\": null,\n            \"processing_duration\": null,\n            \"pressure\": null,\n            \"completed_timestamp\": null,\n            \"name\": null,\n            \"lot_number\": null,\n            \"sequence\": 1,\n            \"ref_field_1\": null,\n            \"ref_field_2\": null,\n            \"ref_field_3\": null,\n            \"note\": null,\n            \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2020-04-22T05:49:59Z\",\n            \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2020-04-22T05:49:59Z\",\n            \"machine_name\": \"Cannabis filler Machine\",\n            \"status_description\": \"In Progress\",\n            \"manufacturing_run_type_name\": null,\n            \"use_by_date\": \"\",\n            \"serving_size\": null,\n            \"production_date\": \"\",\n            \"extraction_method\": null,\n            \"moisture_content\": null\n        },\n        {\n            \"manufacturing_run_id\": 43,\n            \"manufacturing_reference_id\": \"MP-20200422062923-43\",\n            \"machine_id\": 3,\n            \"manufacturing_run_type_id\": 1,\n            \"status\": 50,\n            \"is_auto_created\": 0,\n            \"is_auto_waste\": 0,\n            \"waste_weight\": 0,\n            \"waste_uom_id\": null,\n            \"waste_reason\": null,\n            \"waste_item_id\": null,\n            \"temperature\": null,\n            \"processing_duration\": null,\n            \"pressure\": null,\n            \"completed_timestamp\": \"2020-04-22T06:30:53Z\",\n            \"name\": null,\n            \"lot_number\": null,\n            \"sequence\": 1,\n            \"ref_field_1\": null,\n            \"ref_field_2\": null,\n            \"ref_field_3\": null,\n            \"note\": null,\n            \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2020-04-22T06:30:52Z\",\n            \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2020-04-22T06:29:23Z\",\n            \"machine_name\": \"Cannabis filler Machine\",\n            \"status_description\": \"Completed\",\n            \"manufacturing_run_type_name\": \"Run type - 001\",\n            \"use_by_date\": \"\",\n            \"serving_size\": null,\n            \"production_date\": \"\",\n            \"extraction_method\": null,\n            \"moisture_content\": null\n        },\n        {\n            \"manufacturing_run_id\": 44,\n            \"manufacturing_reference_id\": \"MP-20200422072526-44\",\n            \"machine_id\": 3,\n            \"manufacturing_run_type_id\": 1,\n            \"status\": 10,\n            \"is_auto_created\": 0,\n            \"is_auto_waste\": 0,\n            \"waste_weight\": 0,\n            \"waste_uom_id\": null,\n            \"waste_reason\": null,\n            \"waste_item_id\": null,\n            \"temperature\": null,\n            \"processing_duration\": null,\n            \"pressure\": null,\n            \"completed_timestamp\": null,\n            \"name\": null,\n            \"lot_number\": null,\n            \"sequence\": 1,\n            \"ref_field_1\": null,\n            \"ref_field_2\": null,\n            \"ref_field_3\": null,\n            \"note\": null,\n            \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2020-04-22T07:25:26Z\",\n            \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2020-04-22T07:25:26Z\",\n            \"machine_name\": \"Cannabis filler Machine\",\n            \"status_description\": \"In Progress\",\n            \"manufacturing_run_type_name\": \"Run type - 001\",\n            \"use_by_date\": \"\",\n            \"serving_size\": null,\n            \"production_date\": \"\",\n            \"extraction_method\": null,\n            \"moisture_content\": null\n        },\n        {\n            \"manufacturing_run_id\": 45,\n            \"manufacturing_reference_id\": \"MP-20200422083110-45\",\n            \"machine_id\": 3,\n            \"manufacturing_run_type_id\": null,\n            \"status\": 10,\n            \"is_auto_created\": 0,\n            \"is_auto_waste\": 0,\n            \"waste_weight\": 0,\n            \"waste_uom_id\": null,\n            \"waste_reason\": null,\n            \"waste_item_id\": null,\n            \"temperature\": null,\n            \"processing_duration\": null,\n            \"pressure\": null,\n            \"completed_timestamp\": null,\n            \"name\": null,\n            \"lot_number\": null,\n            \"sequence\": 1,\n            \"ref_field_1\": null,\n            \"ref_field_2\": null,\n            \"ref_field_3\": null,\n            \"note\": null,\n            \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2020-04-22T08:31:10Z\",\n            \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2020-04-22T08:31:10Z\",\n            \"machine_name\": \"Cannabis filler Machine\",\n            \"status_description\": \"In Progress\",\n            \"manufacturing_run_type_name\": null,\n            \"use_by_date\": \"\",\n            \"serving_size\": null,\n            \"production_date\": \"\",\n            \"extraction_method\": null,\n            \"moisture_content\": null\n        },\n        {\n            \"manufacturing_run_id\": 46,\n            \"manufacturing_reference_id\": \"MP-20200422083410-46\",\n            \"machine_id\": 3,\n            \"manufacturing_run_type_id\": null,\n            \"status\": 10,\n            \"is_auto_created\": 0,\n            \"is_auto_waste\": 0,\n            \"waste_weight\": 0,\n            \"waste_uom_id\": null,\n            \"waste_reason\": null,\n            \"waste_item_id\": null,\n            \"temperature\": null,\n            \"processing_duration\": null,\n            \"pressure\": null,\n            \"completed_timestamp\": null,\n            \"name\": null,\n            \"lot_number\": null,\n            \"sequence\": 1,\n            \"ref_field_1\": null,\n            \"ref_field_2\": null,\n            \"ref_field_3\": null,\n            \"note\": null,\n            \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2020-04-22T08:34:10Z\",\n            \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2020-04-22T08:34:10Z\",\n            \"machine_name\": \"Cannabis filler Machine\",\n            \"status_description\": \"In Progress\",\n            \"manufacturing_run_type_name\": null,\n            \"use_by_date\": \"\",\n            \"serving_size\": null,\n            \"production_date\": \"\",\n            \"extraction_method\": null,\n            \"moisture_content\": null\n        },\n        {\n            \"manufacturing_run_id\": 47,\n            \"manufacturing_reference_id\": \"MP-20200422083726-47\",\n            \"machine_id\": 3,\n            \"manufacturing_run_type_id\": null,\n            \"status\": 10,\n            \"is_auto_created\": 0,\n            \"is_auto_waste\": 0,\n            \"waste_weight\": 0,\n            \"waste_uom_id\": null,\n            \"waste_reason\": null,\n            \"waste_item_id\": null,\n            \"temperature\": null,\n            \"processing_duration\": null,\n            \"pressure\": null,\n            \"completed_timestamp\": null,\n            \"name\": null,\n            \"lot_number\": null,\n            \"sequence\": 1,\n            \"ref_field_1\": null,\n            \"ref_field_2\": null,\n            \"ref_field_3\": null,\n            \"note\": null,\n            \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2020-04-22T08:37:26Z\",\n            \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2020-04-22T08:37:26Z\",\n            \"machine_name\": \"Cannabis filler Machine\",\n            \"status_description\": \"In Progress\",\n            \"manufacturing_run_type_name\": null,\n            \"use_by_date\": \"\",\n            \"serving_size\": null,\n            \"production_date\": \"\",\n            \"extraction_method\": null,\n            \"moisture_content\": null\n        },\n        {\n            \"manufacturing_run_id\": 48,\n            \"manufacturing_reference_id\": \"MP-20200422084709-48\",\n            \"machine_id\": 3,\n            \"manufacturing_run_type_id\": null,\n            \"status\": 10,\n            \"is_auto_created\": 0,\n            \"is_auto_waste\": 0,\n            \"waste_weight\": 0,\n            \"waste_uom_id\": null,\n            \"waste_reason\": null,\n            \"waste_item_id\": null,\n            \"temperature\": null,\n            \"processing_duration\": null,\n            \"pressure\": null,\n            \"completed_timestamp\": null,\n            \"name\": null,\n            \"lot_number\": null,\n            \"sequence\": 1,\n            \"ref_field_1\": null,\n            \"ref_field_2\": null,\n            \"ref_field_3\": null,\n            \"note\": null,\n            \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2020-04-22T08:47:09Z\",\n            \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2020-04-22T08:47:09Z\",\n            \"machine_name\": \"Cannabis filler Machine\",\n            \"status_description\": \"In Progress\",\n            \"manufacturing_run_type_name\": null,\n            \"use_by_date\": \"\",\n            \"serving_size\": null,\n            \"production_date\": \"\",\n            \"extraction_method\": null,\n            \"moisture_content\": null\n        },\n        {\n            \"manufacturing_run_id\": 49,\n            \"manufacturing_reference_id\": \"MP-20200422085949-49\",\n            \"machine_id\": 3,\n            \"manufacturing_run_type_id\": null,\n            \"status\": 10,\n            \"is_auto_created\": 0,\n            \"is_auto_waste\": 0,\n            \"waste_weight\": 0,\n            \"waste_uom_id\": null,\n            \"waste_reason\": null,\n            \"waste_item_id\": null,\n            \"temperature\": null,\n            \"processing_duration\": null,\n            \"pressure\": null,\n            \"completed_timestamp\": null,\n            \"name\": null,\n            \"lot_number\": null,\n            \"sequence\": 1,\n            \"ref_field_1\": null,\n            \"ref_field_2\": null,\n            \"ref_field_3\": null,\n            \"note\": null,\n            \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2020-04-22T08:59:49Z\",\n            \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2020-04-22T08:59:49Z\",\n            \"machine_name\": \"Cannabis filler Machine\",\n            \"status_description\": \"In Progress\",\n            \"manufacturing_run_type_name\": null,\n            \"use_by_date\": \"\",\n            \"serving_size\": null,\n            \"production_date\": \"\",\n            \"extraction_method\": null,\n            \"moisture_content\": null\n        },\n        {\n            \"manufacturing_run_id\": 50,\n            \"manufacturing_reference_id\": \"MP-20200422090828-50\",\n            \"machine_id\": 3,\n            \"manufacturing_run_type_id\": null,\n            \"status\": 10,\n            \"is_auto_created\": 0,\n            \"is_auto_waste\": 0,\n            \"waste_weight\": 0,\n            \"waste_uom_id\": null,\n            \"waste_reason\": null,\n            \"waste_item_id\": null,\n            \"temperature\": null,\n            \"processing_duration\": null,\n            \"pressure\": null,\n            \"completed_timestamp\": null,\n            \"name\": null,\n            \"lot_number\": null,\n            \"sequence\": 1,\n            \"ref_field_1\": null,\n            \"ref_field_2\": null,\n            \"ref_field_3\": null,\n            \"note\": null,\n            \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2020-04-22T09:08:28Z\",\n            \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2020-04-22T09:08:28Z\",\n            \"machine_name\": \"Cannabis filler Machine\",\n            \"status_description\": \"In Progress\",\n            \"manufacturing_run_type_name\": null,\n            \"use_by_date\": \"\",\n            \"serving_size\": null,\n            \"production_date\": \"\",\n            \"extraction_method\": null,\n            \"moisture_content\": null\n        }\n    ]\n}"}],"_postman_id":"2f14ff7b-06aa-4a49-9d27-65e6ce7e5bcc"},{"name":"GetManufacturingRunById","event":[{"listen":"test","script":{"id":"78c25e16-284a-495d-970e-134283587e77","exec":["pm.test(\"Status code is 200\", function() {\r","pm.response.to.have.status(200);\r","}\r",")"],"type":"text/javascript"}}],"id":"7e7e01d1-c654-4002-81aa-12f2440d8bec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"GET","header":[{"key":"FacilityID","value":"{{facility_id}}"}],"url":"https://app.flourishsoftware.com/external/api/v1/manufacturing/runs/{{manufacturing_run_id}}","description":"<p>Get manufacturing run by ID.</p>\n","urlObject":{"path":["v1","manufacturing","runs","{{manufacturing_run_id}}"],"host":["https://app.flourishsoftware.com/external/api"],"query":[{"disabled":true,"key":"offset","value":"0"},{"disabled":true,"key":"limit","value":"50"},{"disabled":true,"description":{"content":"<p>Numeric ID of brand</p>\n<p>type: [number]</p>\n","type":"text/plain"},"key":"brand_id","value":"19"},{"disabled":true,"description":{"content":"<p>Name of brand</p>\n<p>type: [string]</p>\n","type":"text/plain"},"key":"brand_name","value":"Top Shelf"},{"disabled":true,"description":{"content":"<p>Returns active brands only by default. To get deactivated brands, specify <code>active: false</code>.</p>\n<p>type: [boolean]</p>\n","type":"text/plain"},"key":"active","value":"false"}],"variable":[]}},"response":[{"id":"58c0266e-6b99-42cf-8ba9-6504bedd8cf9","name":"GetManufacturingRunById","originalRequest":{"method":"GET","header":[{"key":"FacilityID","value":"{{facility_id}}"}],"url":"https://app.flourishsoftware.com/external/api/v1/manufacturing/runs/264"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true},{"key":"Date","value":"Wed, 31 Jan 2024 19:50:28 GMT","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"data\": {\n        \"manufacturing_run_id\": 264,\n        \"manufacturing_reference_id\": \"MP-20230629224233-264\",\n        \"machine_id\": 3,\n        \"manufacturing_run_type_id\": null,\n        \"status\": 10,\n        \"is_auto_created\": 0,\n        \"is_auto_waste\": 0,\n        \"waste_weight\": 0,\n        \"waste_uom_id\": null,\n        \"waste_reason\": null,\n        \"waste_item_id\": null,\n        \"temperature\": null,\n        \"processing_duration\": null,\n        \"pressure\": null,\n        \"completed_timestamp\": null,\n        \"name\": \"Test inherit unit weight\",\n        \"lot_number\": null,\n        \"sequence\": 0,\n        \"ref_field_1\": null,\n        \"ref_field_2\": null,\n        \"ref_field_3\": null,\n        \"note\": null,\n        \"last_updated_by\": \"badams_demo@flourishsoftware.com\",\n        \"last_updated_timestamp\": \"2023-06-30T02:42:34Z\",\n        \"created_by\": \"badams_demo@flourishsoftware.com\",\n        \"created_timestamp\": \"2023-06-30T02:42:34Z\",\n        \"machine_name\": \"Cannabis filler Machine\",\n        \"status_description\": \"In Progress\",\n        \"manufacturing_run_type_name\": null,\n        \"use_by_date\": \"\",\n        \"serving_size\": null,\n        \"production_date\": \"\",\n        \"extraction_method\": null,\n        \"moisture_content\": null,\n        \"input_packages\": [\n            {\n                \"manufacturing_run_package_id\": 501,\n                \"package_id\": \"12303103\",\n                \"manufacturing_run_id\": 264,\n                \"qty\": 1,\n                \"item_id\": 160,\n                \"item_variation_pk\": 69,\n                \"strain_id\": \"945c2062\",\n                \"lot_number\": \"20220628_UWT_2\",\n                \"ref_field_1\": null,\n                \"ref_field_2\": null,\n                \"ref_field_3\": null,\n                \"area_id\": null,\n                \"location_id\": null,\n                \"package_timestamp\": null,\n                \"is_output\": 0,\n                \"is_production_batch\": 0,\n                \"unit_cost\": 6.66667,\n                \"unit_weight\": 3.458,\n                \"mmj_used_qty\": null,\n                \"mmj_used_uom_id\": null,\n                \"use_by_date\": \"\",\n                \"serving_size\": null,\n                \"production_date\": \"\",\n                \"extraction_method\": null,\n                \"moisture_content\": null,\n                \"last_updated_by\": \"\",\n                \"last_updated_timestamp\": \"0001-01-01T00:00:00Z\",\n                \"created_by\": \"\",\n                \"created_timestamp\": \"0001-01-01T00:00:00Z\",\n                \"original_qty\": 0,\n                \"available_qty\": 14,\n                \"strain_name\": \"Blue Dreamz\",\n                \"sku_name\": \"Blended oil_Cannabis Oil_35ml_Retail\",\n                \"standard_qty_uom\": \"ea\",\n                \"item_unit_weight\": 3,\n                \"item_unit_volume\": null,\n                \"weight_uom\": \"g\",\n                \"volume_uom\": null,\n                \"unit_qty\": 3,\n                \"uom_type\": \"count\",\n                \"conversion_factor\": 1,\n                \"integration_status_id\": 40,\n                \"use_by_date_required\": 0,\n                \"lot_tracked\": 1,\n                \"strain_required\": 1,\n                \"normalized_qty\": 0\n            }\n        ],\n        \"output_packages\": [\n            {\n                \"manufacturing_run_package_id\": 502,\n                \"package_id\": \"12303106\",\n                \"manufacturing_run_id\": 264,\n                \"qty\": 10,\n                \"item_id\": 160,\n                \"item_variation_pk\": 69,\n                \"strain_id\": \"945c2062\",\n                \"lot_number\": \"20220628_UWT_2\",\n                \"ref_field_1\": null,\n                \"ref_field_2\": null,\n                \"ref_field_3\": null,\n                \"area_id\": null,\n                \"location_id\": null,\n                \"package_timestamp\": \"2023-06-30T02:48:58Z\",\n                \"is_output\": 1,\n                \"is_production_batch\": 0,\n                \"unit_cost\": 20,\n                \"unit_weight\": 0.35,\n                \"mmj_used_qty\": null,\n                \"mmj_used_uom_id\": null,\n                \"use_by_date\": \"\",\n                \"serving_size\": null,\n                \"production_date\": \"\",\n                \"extraction_method\": null,\n                \"moisture_content\": null,\n                \"last_updated_by\": \"\",\n                \"last_updated_timestamp\": \"0001-01-01T00:00:00Z\",\n                \"created_by\": \"\",\n                \"created_timestamp\": \"0001-01-01T00:00:00Z\",\n                \"original_qty\": 0,\n                \"available_qty\": 0,\n                \"strain_name\": \"Blue Dreamz\",\n                \"sku_name\": \"Blended oil_Cannabis Oil_35ml_Retail\",\n                \"standard_qty_uom\": \"ea\",\n                \"item_unit_weight\": 3,\n                \"item_unit_volume\": null,\n                \"weight_uom\": \"g\",\n                \"volume_uom\": null,\n                \"unit_qty\": 3,\n                \"uom_type\": \"count\",\n                \"conversion_factor\": 1,\n                \"integration_status_id\": null,\n                \"use_by_date_required\": 0,\n                \"lot_tracked\": 1,\n                \"strain_required\": 1,\n                \"normalized_qty\": 0\n            },\n            {\n                \"manufacturing_run_package_id\": 503,\n                \"package_id\": \"12303107\",\n                \"manufacturing_run_id\": 264,\n                \"qty\": 2,\n                \"item_id\": 160,\n                \"item_variation_pk\": 69,\n                \"strain_id\": \"945c2062\",\n                \"lot_number\": \"20220628_UWT_2\",\n                \"ref_field_1\": null,\n                \"ref_field_2\": null,\n                \"ref_field_3\": null,\n                \"area_id\": null,\n                \"location_id\": null,\n                \"package_timestamp\": \"2023-06-30T03:31:01Z\",\n                \"is_output\": 1,\n                \"is_production_batch\": 0,\n                \"unit_cost\": 20,\n                \"unit_weight\": 1.8,\n                \"mmj_used_qty\": null,\n                \"mmj_used_uom_id\": null,\n                \"use_by_date\": \"\",\n                \"serving_size\": null,\n                \"production_date\": \"\",\n                \"extraction_method\": null,\n                \"moisture_content\": null,\n                \"last_updated_by\": \"\",\n                \"last_updated_timestamp\": \"0001-01-01T00:00:00Z\",\n                \"created_by\": \"\",\n                \"created_timestamp\": \"0001-01-01T00:00:00Z\",\n                \"original_qty\": 0,\n                \"available_qty\": 0,\n                \"strain_name\": \"Blue Dreamz\",\n                \"sku_name\": \"Blended oil_Cannabis Oil_35ml_Retail\",\n                \"standard_qty_uom\": \"ea\",\n                \"item_unit_weight\": 3,\n                \"item_unit_volume\": null,\n                \"weight_uom\": \"g\",\n                \"volume_uom\": null,\n                \"unit_qty\": 3,\n                \"uom_type\": \"count\",\n                \"conversion_factor\": 1,\n                \"integration_status_id\": null,\n                \"use_by_date_required\": 0,\n                \"lot_tracked\": 1,\n                \"strain_required\": 1,\n                \"normalized_qty\": 0\n            }\n        ],\n        \"consumable_inventories\": [],\n        \"terpenes\": [],\n        \"cannabinoids\": []\n    }\n}"}],"_postman_id":"7e7e01d1-c654-4002-81aa-12f2440d8bec"},{"name":"GetManufacturingMachines","event":[{"listen":"test","script":{"id":"78c25e16-284a-495d-970e-134283587e77","exec":["pm.test(\"Status code is 200\", function() {\r","pm.response.to.have.status(200);\r","}\r",")"],"type":"text/javascript","packages":{}}}],"id":"0a96dc50-1485-4a4a-bee4-7e755a32f6a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"GET","header":[{"key":"FacilityID","value":"{{facility_id}}"}],"url":"https://app.flourishsoftware.com/external/api/v1/manufacturing/machines","description":"<p>Get manufacturing machines.</p>\n","urlObject":{"path":["v1","manufacturing","machines"],"host":["https://app.flourishsoftware.com/external/api"],"query":[{"disabled":true,"key":"limit","value":"50"},{"disabled":true,"key":"offset","value":"0"},{"disabled":true,"key":"sortBy","value":"machine_id"},{"disabled":true,"key":"sortOrder","value":"asc"},{"disabled":true,"key":"is_active","value":"1"}],"variable":[]}},"response":[{"id":"92a7add9-9ebc-4141-a4ea-a917300fe3a6","name":"GetManufacturingMachines","originalRequest":{"method":"GET","header":[{"key":"FacilityID","value":"{{facility_id}}"}],"url":{"raw":"https://app.flourishsoftware.com/external/api/v1/manufacturing/machines?sortBy=machine_id&sortOrder=asc&is_active=1","host":["https://app.flourishsoftware.com/external/api"],"path":["v1","manufacturing","machines"],"query":[{"key":"sortBy","value":"machine_id"},{"key":"sortOrder","value":"asc"},{"key":"is_active","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Date","value":"Wed, 31 Jan 2024 17:15:49 GMT"},{"key":"Content-Length","value":"657"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"meta\": {\n        \"total\": 2,\n        \"offset\": 0,\n        \"limit\": 50,\n        \"count\": 2,\n        \"next\": \"\"\n    },\n    \"data\": [\n        {\n            \"machine_id\": 2,\n            \"name\": \"CO2 Extractor 002\",\n            \"description\": \"\",\n            \"is_active\": 1,\n            \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2020-07-23T06:56:40Z\",\n            \"created_by\": \"kbeaver@flourishsoftware.com\",\n            \"created_timestamp\": \"2019-08-14T20:56:05Z\"\n        },\n        {\n            \"machine_id\": 3,\n            \"name\": \"Cannabis filler Machine\",\n            \"description\": \"Cannabis itemx\",\n            \"is_active\": 1,\n            \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2019-12-05T09:17:04Z\",\n            \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2019-10-25T07:06:25Z\"\n        }\n    ]\n}"}],"_postman_id":"0a96dc50-1485-4a4a-bee4-7e755a32f6a6"},{"name":"GetManufacturingMachineById","event":[{"listen":"test","script":{"id":"78c25e16-284a-495d-970e-134283587e77","exec":["pm.test(\"Status code is 200\", function() {\r","pm.response.to.have.status(200);\r","}\r",")"],"type":"text/javascript"}}],"id":"10e0cbaa-66fc-4684-9415-6e88c8fe23a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"GET","header":[{"key":"FacilityID","value":"{{facility_id}}","type":"text"}],"url":"https://app.flourishsoftware.com/external/api/v1/manufacturing/machines/{{machine_id}}","description":"<p>Get manufacturing machine by ID.</p>\n","urlObject":{"path":["v1","manufacturing","machines","{{machine_id}}"],"host":["https://app.flourishsoftware.com/external/api"],"query":[],"variable":[]}},"response":[{"id":"73ee5bf2-fda7-4b39-bade-f3c40a9b5e39","name":"GetManufacturingMachineById","originalRequest":{"method":"GET","header":[{"key":"FacilityID","value":"{{facility_id}}"}],"url":"https://app.flourishsoftware.com/external/api/v1/manufacturing/machines/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Date","value":"Wed, 31 Jan 2024 17:23:13 GMT"},{"key":"Content-Length","value":"305"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"data\": {\n        \"machine_id\": 2,\n        \"name\": \"CO2 Extractor 002\",\n        \"description\": \"\",\n        \"is_active\": 1,\n        \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n        \"last_updated_timestamp\": \"2020-07-23T06:56:40Z\",\n        \"created_by\": \"kbeaver@flourishsoftware.com\",\n        \"created_timestamp\": \"2019-08-14T20:56:05Z\"\n    }\n}"}],"_postman_id":"10e0cbaa-66fc-4684-9415-6e88c8fe23a3"},{"name":"GetManufacturingWasteReasons","event":[{"listen":"test","script":{"id":"78c25e16-284a-495d-970e-134283587e77","exec":["pm.test(\"Status code is 200\", function() {\r","pm.response.to.have.status(200);\r","}\r",")"],"type":"text/javascript","packages":{}}}],"id":"24cfedff-df88-45e9-9797-6e0f0d4d81aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"GET","header":[{"key":"FacilityID","value":"{{facility_id}}"}],"url":"https://app.flourishsoftware.com/external/api/v1/manufacturing/waste-reasons","description":"<p>Get waste reasons.</p>\n","urlObject":{"path":["v1","manufacturing","waste-reasons"],"host":["https://app.flourishsoftware.com/external/api"],"query":[{"disabled":true,"key":"limit","value":"50"},{"disabled":true,"key":"offset","value":"0"}],"variable":[]}},"response":[{"id":"d79f5d4c-1972-4a89-a0db-618285fd617e","name":"GetManufacturingWasteReasons","originalRequest":{"method":"GET","header":[{"key":"FacilityID","value":"{{facility_id}}"}],"url":"https://app.flourishsoftware.com/external/api/v1/manufacturing/waste-reasons"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Date","value":"Tue, 06 Feb 2024 08:27:16 GMT"},{"key":"Content-Length","value":"293"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"meta\": {\n        \"total\": 3,\n        \"offset\": 0,\n        \"limit\": 50,\n        \"count\": 3,\n        \"next\": \"\"\n    },\n    \"data\": [\n        {\n            \"metrc_waste_reason_id\": 1,\n            \"name\": \"Contamination\",\n            \"active\": 1\n        },\n        {\n            \"metrc_waste_reason_id\": 2,\n            \"name\": \"Excess Material\",\n            \"active\": 1\n        },\n        {\n            \"metrc_waste_reason_id\": 3,\n            \"name\": \"Failed Testing\",\n            \"active\": 1\n        }\n    ]\n}"}],"_postman_id":"24cfedff-df88-45e9-9797-6e0f0d4d81aa"},{"name":"GetManufacturingRunTypes","event":[{"listen":"test","script":{"id":"78c25e16-284a-495d-970e-134283587e77","exec":["pm.test(\"Status code is 200\", function() {\r","pm.response.to.have.status(200);\r","}\r",")"],"type":"text/javascript"}}],"id":"bf9cbc20-f40e-42fc-a909-b2f89681ff95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"GET","header":[{"key":"FacilityID","value":"{{facility_id}}"}],"url":"https://app.flourishsoftware.com/external/api/v1/manufacturing/run-types","description":"<p>Get manufacturing run types.</p>\n","urlObject":{"path":["v1","manufacturing","run-types"],"host":["https://app.flourishsoftware.com/external/api"],"query":[],"variable":[]}},"response":[{"id":"de8ac19c-d370-4f19-8ed6-3c661a2025d8","name":"GetManufacturingRunTypes","originalRequest":{"method":"GET","header":[{"key":"FacilityID","value":"{{facility_id}}"}],"url":"https://app.flourishsoftware.com/external/api/v1/manufacturing/waste-reasons"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Date","value":"Wed, 31 Jan 2024 17:25:43 GMT"},{"key":"Content-Length","value":"721"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"meta\": {\n        \"total\": 0,\n        \"offset\": 0,\n        \"limit\": 0,\n        \"count\": 2,\n        \"next\": \"\"\n    },\n    \"data\": [\n        {\n            \"manufacturing_run_type_id\": 1,\n            \"name\": \"Run type - 001\",\n            \"description\": \"Run type\",\n            \"processing_steps\": null,\n            \"is_active\": 1,\n            \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2019-09-26T11:09:30Z\",\n            \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2019-09-26T11:09:30Z\"\n        },\n        {\n            \"manufacturing_run_type_id\": 2,\n            \"name\": \"Run type - 002\",\n            \"description\": \"\",\n            \"processing_steps\": null,\n            \"is_active\": 1,\n            \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2019-10-25T07:11:32Z\",\n            \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2019-10-25T07:11:09Z\"\n        }\n    ]\n}"}],"_postman_id":"bf9cbc20-f40e-42fc-a909-b2f89681ff95"}],"id":"53f285e7-af21-45ca-9d91-1e193c634258","auth":{"type":"noauth","isInherited":false},"_postman_id":"53f285e7-af21-45ca-9d91-1e193c634258","description":""},{"name":"Labels","item":[{"name":"GetPackageLabelData","id":"da35e160-baab-4987-947f-37dc98a9d88f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"GET","header":[{"key":"FacilityID","value":"{{facility_id}}"}],"url":"https://app.flourishsoftware.com/external/api/v1/package-labels/:package_id","description":"<p>Endpoint to retrieve all of the data available for a label for a given package ID. Pass the package ID in the URL as the only parameter like:</p>\n<p><code>v1/package-labels/CADS-20210128-004</code></p>\n<p>This does require a <code>FacilityID</code> header to be sent along with the request.</p>\n","urlObject":{"path":["v1","package-labels",":package_id"],"host":["https://app.flourishsoftware.com/external/api"],"query":[],"variable":[{"description":{"content":"<p>Flourish package ID</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"package_id"}]}},"response":[{"id":"f1ffdce7-978b-40da-9fcb-d821380dda54","name":"GetPackageLabelData","originalRequest":{"method":"GET","header":[{"key":"FacilityID","value":"{{facility_id}}"}],"url":"https://app.flourishsoftware.com/external/api/v1/package-labels/CADS-20210128-004"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"data\": {\n        \"package_id\": \"CADS-20260325-004\",\n        \"package_id_rfid_epc\": \"9c5f92ec10911150e9f63a1bd32e85a2\",\n        \"sku_name\": \"Bubba Kush 1g\",\n        \"strain_name\": \"Bubba Kush\",\n        \"size\": \"25.0000 ea\",\n        \"package_timestamp\": \"2026-03-25\",\n        \"harvest_nickname\": null,\n        \"harvest_date\": null,\n        \"lot_number\": \"11111\",\n        \"origin_package_ids\": \"CADS-20260325-001,CADS-20260325-002\",\n        \"order_id\": null,\n        \"ref_field_1\": null,\n        \"ref_field_2\": null,\n        \"ref_field_3\": null,\n        \"item_category\": \"Retail Buds\",\n        \"item_ref_field_1\": null,\n        \"item_ref_field_2\": null,\n        \"item_ref_field_3\": null,\n        \"item_ref_field_4\": null,\n        \"item_ref_field_5\": null,\n        \"ndc_number\": null,\n        \"part_number\": null,\n        \"upc_number\": null,\n        \"product_code\": null,\n        \"num_doses_per_unit\": null,\n        \"item_ingredients\": null,\n        \"metrc_item_ingredients\": null,\n        \"metrc_administration_method\": null,\n        \"allergens\": null,\n        \"use_by_date\": null,\n        \"production_date\": null,\n        \"brand\": null,\n        \"unit_price\": \"$30.00000\",\n        \"total_price\": \"$750.000000000\",\n        \"number_of_servings\": null,\n        \"item_vendor_legal_name\": null,\n        \"item_vendor_dba_name\": null,\n        \"item_vendor_license_number\": null,\n        \"item_cultivator_legal_name\": null,\n        \"item_cultivator_dba_name\": null,\n        \"item_cultivator_license_number\": null,\n        \"item_manufacturer_legal_name\": null,\n        \"item_manufacturer_dba_name\": null,\n        \"item_manufacturer_license_number\": null,\n        \"item_packager_legal_name\": null,\n        \"item_packager_dba_name\": null,\n        \"item_packager_license_number\": null,\n        \"lab_name\": \"Jim Varney Labs\",\n        \"lab_license_number\": null,\n        \"lab_sample_date\": \"2026-03-25\",\n        \"lab_test_id\": \"777111\",\n        \"lab_test_result_url\": null,\n        \"expiration_timestamp\": \"2027-03-25T00:00:00Z\",\n        \"lab_test_source_package_id\": \"CADS-20260325-001\",\n        \"lab_test_source_package_sku_name\": \"Bubba Kush 1g\",\n        \"lab_test_source_package_sku\": \"1.3.87.647.0\",\n        \"lab_test_sample_package_id\": null,\n        \"lab_test_sample_package_sku_name\": null,\n        \"lab_test_sample_package_sku\": \"\",\n        \"cbdn_percentage\": null,\n        \"thc_content\": \"3.00\",\n        \"cbd_content\": \"3.78\",\n        \"tac_percentage\": \"2.00\",\n        \"tac_mg_per_g\": \"20.00\",\n        \"tac_mg_per_serving\": null,\n        \"total_terpenes_percentage\": null,\n        \"total_terpenes_mg_per_g\": null,\n        \"total_terpenes_mg_per_serving\": null,\n        \"thc_percentage\": \"3.00\",\n        \"thc_mg_per_g\": \"30.00\",\n        \"thc_mg_per_serving\": null,\n        \"delta_8_thc_percentage\": null,\n        \"delta_8_thc_mg_per_g\": null,\n        \"delta_8_thc_mg_per_serving\": null,\n        \"delta_9_thc_percentage\": \"7.50\",\n        \"delta_9_thc_mg_per_g\": \"75.00\",\n        \"delta_9_thc_mg_per_serving\": null,\n        \"thca_percentage\": null,\n        \"thca_mg_per_g\": null,\n        \"thca_mg_per_serving\": null,\n        \"thcv_percentage\": null,\n        \"thcv_mg_per_g\": null,\n        \"thcv_mg_per_serving\": null,\n        \"cbd_percentage\": \"3.78\",\n        \"cbd_mg_per_g\": \"37.80\",\n        \"cbd_mg_per_serving\": null,\n        \"base_cbd_percentage\": null,\n        \"base_cbd_mg_per_g\": null,\n        \"base_cbd_mg_per_serving\": null,\n        \"cbda_percentage\": null,\n        \"cbda_mg_per_g\": null,\n        \"cbda_mg_per_serving\": null,\n        \"cbdv_percentage\": null,\n        \"cbdv_mg_per_g\": null,\n        \"cbdv_mg_per_serving\": null,\n        \"cbg_percentage\": null,\n        \"cbg_mg_per_g\": null,\n        \"cbg_mg_per_serving\": null,\n        \"cbn_percentage\": null,\n        \"cbn_mg_per_g\": null,\n        \"cbn_mg_per_serving\": null,\n        \"alpha_bisabolol_percentage\": null,\n        \"alpha_bisabolol_mg_per_g\": null,\n        \"alpha_bisabolol_mg_per_serving\": null,\n        \"alpha_humulene_percentage\": null,\n        \"alpha_humulene_mg_per_g\": null,\n        \"alpha_humulene_mg_per_serving\": null,\n        \"alpha_phellandrene_percentage\": null,\n        \"alpha_phellandrene_mg_per_g\": null,\n        \"alpha_phellandrene_mg_per_serving\": null,\n        \"alpha_pinene_percentage\": null,\n        \"alpha_pinene_mg_per_g\": null,\n        \"alpha_pinene_mg_per_serving\": null,\n        \"alpha_terpinene_percentage\": null,\n        \"alpha_terpinene_mg_per_g\": null,\n        \"alpha_terpinene_mg_per_serving\": null,\n        \"bergamotene_percentage\": null,\n        \"bergamotene_mg_per_g\": null,\n        \"bergamotene_mg_per_serving\": null,\n        \"beta_caryophyllene_percentage\": null,\n        \"beta_caryophyllene_mg_per_g\": null,\n        \"beta_caryophyllene_mg_per_serving\": null,\n        \"beta_pinene_percentage\": null,\n        \"beta_pinene_mg_per_g\": null,\n        \"beta_pinene_mg_per_serving\": null,\n        \"borneol_percentage\": null,\n        \"borneol_mg_per_g\": null,\n        \"borneol_mg_per_serving\": null,\n        \"camphene_percentage\": null,\n        \"camphene_mg_per_g\": null,\n        \"camphene_mg_per_serving\": null,\n        \"camphor_percentage\": null,\n        \"camphor_mg_per_g\": null,\n        \"camphor_mg_per_serving\": null,\n        \"cedrene_percentage\": null,\n        \"cedrene_mg_per_g\": null,\n        \"cedrene_mg_per_serving\": null,\n        \"cedrol_percentage\": null,\n        \"cedrol_mg_per_g\": null,\n        \"cedrol_mg_per_serving\": null,\n        \"delta_3_carene_percentage\": null,\n        \"delta_3_carene_mg_per_g\": null,\n        \"delta_3_carene_mg_per_serving\": null,\n        \"eucalyptol_percentage\": null,\n        \"eucalyptol_mg_per_g\": null,\n        \"eucalyptol_mg_per_serving\": null,\n        \"farnesene_percentage\": null,\n        \"farnesene_mg_per_g\": null,\n        \"farnesene_mg_per_serving\": null,\n        \"fenchol_percentage\": null,\n        \"fenchol_mg_per_g\": null,\n        \"fenchol_mg_per_serving\": null,\n        \"fenchone_percentage\": null,\n        \"fenchone_mg_per_g\": null,\n        \"fenchone_mg_per_serving\": null,\n        \"geraniol_percentage\": null,\n        \"geraniol_mg_per_g\": null,\n        \"geraniol_mg_per_serving\": null,\n        \"geranyl_acetate_percentage\": null,\n        \"geranyl_acetate_mg_per_g\": null,\n        \"geranyl_acetate_mg_per_serving\": null,\n        \"guaiol_percentage\": null,\n        \"guaiol_mg_per_g\": null,\n        \"guaiol_mg_per_serving\": null,\n        \"isopulegol_percentage\": null,\n        \"isopulegol_mg_per_g\": null,\n        \"isopulegol_mg_per_serving\": null,\n        \"limonene_percentage\": null,\n        \"limonene_mg_per_g\": null,\n        \"limonene_mg_per_serving\": null,\n        \"linalool_percentage\": null,\n        \"linalool_mg_per_g\": null,\n        \"linalool_mg_per_serving\": null,\n        \"menthol_percentage\": null,\n        \"menthol_mg_per_g\": null,\n        \"menthol_mg_per_serving\": null,\n        \"myrcene_percentage\": null,\n        \"myrcene_mg_per_g\": null,\n        \"myrcene_mg_per_serving\": null,\n        \"nerolidol_percentage\": null,\n        \"nerolidol_mg_per_g\": null,\n        \"nerolidol_mg_per_serving\": null,\n        \"ocimene_percentage\": null,\n        \"ocimene_mg_per_g\": null,\n        \"ocimene_mg_per_serving\": null,\n        \"octanol_percentage\": null,\n        \"octanol_mg_per_g\": null,\n        \"octanol_mg_per_serving\": null,\n        \"p_cymene_percentage\": null,\n        \"p_cymene_mg_per_g\": null,\n        \"p_cymene_mg_per_serving\": null,\n        \"phytol_percentage\": null,\n        \"phytol_mg_per_g\": null,\n        \"phytol_mg_per_serving\": null,\n        \"pulegone_percentage\": null,\n        \"pulegone_mg_per_g\": null,\n        \"pulegone_mg_per_serving\": null,\n        \"sabinene_percentage\": null,\n        \"sabinene_mg_per_g\": null,\n        \"sabinene_mg_per_serving\": null,\n        \"sabinene_hydrate_percentage\": null,\n        \"sabinene_hydrate_mg_per_g\": null,\n        \"sabinene_hydrate_mg_per_serving\": null,\n        \"terpineol_percentage\": null,\n        \"terpineol_mg_per_g\": null,\n        \"terpineol_mg_per_serving\": null,\n        \"terpinolene_percentage\": null,\n        \"terpinolene_mg_per_g\": null,\n        \"terpinolene_mg_per_serving\": null,\n        \"valencene_percentage\": null,\n        \"valencene_mg_per_g\": null,\n        \"valencene_mg_per_serving\": null,\n        \"mmj_used\": null,\n        \"feel\": null,\n        \"strain_description\": \"Classic indica with dense buds and a deep, earthy aroma; known for heavy relaxation.\",\n        \"unit_weight\": null,\n        \"unit_volume\": null,\n        \"unit_weight_display\": null,\n        \"unit_volume_display\": null,\n        \"moisture_content\": null,\n        \"top_terpene_one_name\": null,\n        \"top_terpene_one_value\": null,\n        \"top_terpene_two_name\": null,\n        \"top_terpene_two_value\": null,\n        \"top_terpene_three_name\": null,\n        \"top_terpene_three_value\": null,\n        \"top_cannabinoid_one_name\": null,\n        \"top_cannabinoid_one_value\": null,\n        \"top_cannabinoid_two_name\": null,\n        \"top_cannabinoid_two_value\": null,\n        \"top_cannabinoid_three_name\": null,\n        \"top_cannabinoid_three_value\": null,\n        \"metrc_source_package_labels\": null\n    }\n}"}],"_postman_id":"da35e160-baab-4987-947f-37dc98a9d88f"}],"id":"e8a983cd-5ad7-4298-b946-0e4fc6b79bd5","auth":{"type":"noauth","isInherited":false},"_postman_id":"e8a983cd-5ad7-4298-b946-0e4fc6b79bd5","description":""},{"name":"Finance Accounts","item":[{"name":"GetFinanceAccounts","id":"a9067260-dc83-4f5b-ae9c-3dcf73db66e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"GET","header":[],"url":"https://app.flourishsoftware.com/external/api/v1/finance/accounts","description":"<p>Endpoint to retrieve finance accounts configured for a company.</p>\n","urlObject":{"path":["v1","finance","accounts"],"host":["https://app.flourishsoftware.com/external/api"],"query":[{"disabled":true,"key":"limit","value":"50"},{"disabled":true,"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>int - Finance Account ID</p>\n","type":"text/plain"},"key":"id","value":""},{"disabled":true,"description":{"content":"<p>string - Name of the finance account</p>\n","type":"text/plain"},"key":"name","value":""},{"disabled":true,"description":{"content":"<p>string - Fully qualified name of the finance account</p>\n","type":"text/plain"},"key":"fully_qualified_name","value":""},{"disabled":true,"description":{"content":"<p>int - ID of the account type</p>\n","type":"text/plain"},"key":"account_type_id","value":""},{"disabled":true,"description":{"content":"<p>string - Type of the account</p>\n","type":"text/plain"},"key":"account_type","value":""},{"disabled":true,"description":{"content":"<p>string - Class of the finance account (asset, equity, expense, liability, revenue)</p>\n","type":"text/plain"},"key":"finance_account_class","value":""},{"disabled":true,"description":{"content":"<p>boolean = Set to true to include deactivated accounts in the response</p>\n","type":"text/plain"},"key":"include_inactive","value":""}],"variable":[]}},"response":[{"id":"49ead46d-e21c-478d-aa1e-2ea604c0eb07","name":"GetFinanceAccounts","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.flourishsoftware.com/external/api/v1/finance/accounts","host":["https://app.flourishsoftware.com/external/api"],"path":["v1","finance","accounts"],"query":[{"key":"id","value":"","description":"int - Finance Account ID","disabled":true},{"key":"name","value":"","description":"string - Name of the finance account","disabled":true},{"key":"fully_qualified_name","value":"","description":"string - Fully qualified name of the finance account","disabled":true},{"key":"account_type_id","value":"","description":"int - ID of the account type","disabled":true},{"key":"account_type","value":"","description":"string - Type of the account","disabled":true},{"key":"finance_account_class","value":"","description":"string - Class of the finance account (asset, equity, expense, liability, revenue)","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Date","value":"Thu, 07 Mar 2024 15:12:32 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"meta\": {\n        \"total\": 198,\n        \"offset\": 0,\n        \"limit\": 50,\n        \"count\": 50,\n        \"next\": \"https://app.flourishsoftware.com/external/api/v1/finance/accounts?offset=50&limit=50\"\n    },\n    \"data\": [\n        {\n            \"finance_account_id\": 78,\n            \"parent_account_id\": null,\n            \"finance_account_type_id\": 1,\n            \"name\": \"Sales of Product\",\n            \"description\": \"\",\n            \"fully_qualified_name\": \"Sales of Product\",\n            \"account_number\": null,\n            \"active\": false,\n            \"hidden\": false,\n            \"created_timestamp\": \"2020-04-16T21:11:38Z\",\n            \"created_by\": \"flourish_software\",\n            \"last_updated_timestamp\": \"2023-09-11T14:56:31Z\",\n            \"last_updated_by\": \"flourish_software\",\n            \"finance_account_type\": \"Income\",\n            \"finance_account_type_class\": \"asset\"\n        },\n        {\n            \"finance_account_id\": 79,\n            \"parent_account_id\": null,\n            \"finance_account_type_id\": 1,\n            \"name\": \"BioMass\",\n            \"description\": \"\",\n            \"fully_qualified_name\": \"Sales of Product:BioMass\",\n            \"account_number\": null,\n            \"active\": false,\n            \"hidden\": false,\n            \"created_timestamp\": \"2020-04-16T21:11:38Z\",\n            \"created_by\": \"flourish_software\",\n            \"last_updated_timestamp\": \"2023-09-11T14:56:31Z\",\n            \"last_updated_by\": \"flourish_software\",\n            \"finance_account_type\": \"Income\",\n            \"finance_account_type_class\": \"asset\"\n        },\n        {\n            \"finance_account_id\": 80,\n            \"parent_account_id\": null,\n            \"finance_account_type_id\": 1,\n            \"name\": \"BioMass - Kief\",\n            \"description\": \"\",\n            \"fully_qualified_name\": \"Sales of Product:BioMass:BioMass - Kief\",\n            \"account_number\": null,\n            \"active\": false,\n            \"hidden\": false,\n            \"created_timestamp\": \"2020-04-16T21:11:38Z\",\n            \"created_by\": \"flourish_software\",\n            \"last_updated_timestamp\": \"2023-09-11T14:56:31Z\",\n            \"last_updated_by\": \"flourish_software\",\n            \"finance_account_type\": \"Income\",\n            \"finance_account_type_class\": \"asset\"\n        },\n        {\n            \"finance_account_id\": 81,\n            \"parent_account_id\": null,\n            \"finance_account_type_id\": 1,\n            \"name\": \"BioMass - Machine-Trimmed\",\n            \"description\": \"\",\n            \"fully_qualified_name\": \"Sales of Product:BioMass:BioMass - Machine-Trimmed\",\n            \"account_number\": null,\n            \"active\": false,\n            \"hidden\": false,\n            \"created_timestamp\": \"2020-04-16T21:11:38Z\",\n            \"created_by\": \"flourish_software\",\n            \"last_updated_timestamp\": \"2023-09-11T14:56:31Z\",\n            \"last_updated_by\": \"flourish_software\",\n            \"finance_account_type\": \"Income\",\n            \"finance_account_type_class\": \"asset\"\n        },\n        {\n            \"finance_account_id\": 82,\n            \"parent_account_id\": null,\n            \"finance_account_type_id\": 1,\n            \"name\": \"BioMass - Table Trim\",\n            \"description\": \"\",\n            \"fully_qualified_name\": \"Sales of Product:BioMass:BioMass - Table Trim\",\n            \"account_number\": null,\n            \"active\": false,\n            \"hidden\": false,\n            \"created_timestamp\": \"2020-04-16T21:11:38Z\",\n            \"created_by\": \"flourish_software\",\n            \"last_updated_timestamp\": \"2023-09-11T14:56:31Z\",\n            \"last_updated_by\": \"flourish_software\",\n            \"finance_account_type\": \"Income\",\n            \"finance_account_type_class\": \"asset\"\n        },\n        {\n            \"finance_account_id\": 83,\n            \"parent_account_id\": null,\n            \"finance_account_type_id\": 1,\n            \"name\": \"California Kush\",\n            \"description\": \"\",\n            \"fully_qualified_name\": \"Sales of Product:California Kush\",\n            \"account_number\": null,\n            \"active\": false,\n            \"hidden\": false,\n            \"created_timestamp\": \"2020-04-16T21:11:38Z\",\n            \"created_by\": \"flourish_software\",\n            \"last_updated_timestamp\": \"2023-09-11T14:56:31Z\",\n            \"last_updated_by\": \"flourish_software\",\n            \"finance_account_type\": \"Income\",\n            \"finance_account_type_class\": \"asset\"\n        },\n        {\n            \"finance_account_id\": 84,\n            \"parent_account_id\": null,\n            \"finance_account_type_id\": 1,\n            \"name\": \"Kush - Hand-Trimmed\",\n            \"description\": \"\",\n            \"fully_qualified_name\": \"Sales of Product:California Kush:Kush - Hand-Trimmed\",\n            \"account_number\": null,\n            \"active\": false,\n            \"hidden\": false,\n            \"created_timestamp\": \"2020-04-16T21:11:38Z\",\n            \"created_by\": \"flourish_software\",\n            \"last_updated_timestamp\": \"2023-09-11T14:56:31Z\",\n            \"last_updated_by\": \"flourish_software\",\n            \"finance_account_type\": \"Income\",\n            \"finance_account_type_class\": \"asset\"\n        },\n        {\n            \"finance_account_id\": 85,\n            \"parent_account_id\": null,\n            \"finance_account_type_id\": 1,\n            \"name\": \"Kush - Hand-Trimmed:Kush - Hand-Trimmed 1lb\",\n            \"description\": \"\",\n            \"fully_qualified_name\": \"Sales of Product:California Kush:Kush - Hand-Trimmed:Kush - Hand-Trimmed 1lb\",\n            \"account_number\": null,\n            \"active\": false,\n            \"hidden\": false,\n            \"created_timestamp\": \"2020-04-16T21:11:38Z\",\n            \"created_by\": \"flourish_software\",\n            \"last_updated_timestamp\": \"2023-09-11T14:56:31Z\",\n            \"last_updated_by\": \"flourish_software\",\n            \"finance_account_type\": \"Income\",\n            \"finance_account_type_class\": \"asset\"\n        },\n        {\n            \"finance_account_id\": 86,\n            \"parent_account_id\": null,\n            \"finance_account_type_id\": 1,\n            \"name\": \"Kush - Hand-Trimmed:Kush - Hand-Trimmed 20lb\",\n            \"description\": \"\",\n            \"fully_qualified_name\": \"Sales of Product:California Kush:Kush - Hand-Trimmed:Kush - Hand-Trimmed 20lb\",\n            \"account_number\": null,\n            \"active\": false,\n            \"hidden\": false,\n            \"created_timestamp\": \"2020-04-16T21:11:38Z\",\n            \"created_by\": \"flourish_software\",\n            \"last_updated_timestamp\": \"2023-09-11T14:56:31Z\",\n            \"last_updated_by\": \"flourish_software\",\n            \"finance_account_type\": \"Income\",\n            \"finance_account_type_class\": \"asset\"\n        },\n        {\n            \"finance_account_id\": 87,\n            \"parent_account_id\": null,\n            \"finance_account_type_id\": 1,\n            \"name\": \"Kush - Machine-Trimmed\",\n            \"description\": \"\",\n            \"fully_qualified_name\": \"Sales of Product:California Kush:Kush - Machine-Trimmed\",\n            \"account_number\": null,\n            \"active\": false,\n            \"hidden\": false,\n            \"created_timestamp\": \"2020-04-16T21:11:38Z\",\n            \"created_by\": \"flourish_software\",\n            \"last_updated_timestamp\": \"2023-09-11T14:56:31Z\",\n            \"last_updated_by\": \"flourish_software\",\n            \"finance_account_type\": \"Income\",\n            \"finance_account_type_class\": \"asset\"\n        },\n        {\n            \"finance_account_id\": 88,\n            \"parent_account_id\": null,\n            \"finance_account_type_id\": 1,\n            \"name\": \"Kush - Machine-Trimmed:Machine-Trimmed - 1lb - Kush\",\n            \"description\": \"\",\n            \"fully_qualified_name\": \"Sales of Product:California Kush:Kush - Machine-Trimmed:Machine-Trimmed - 1lb - Kush\",\n            \"account_number\": null,\n            \"active\": false,\n            \"hidden\": false,\n            \"created_timestamp\": \"2020-04-16T21:11:38Z\",\n            \"created_by\": \"flourish_software\",\n            \"last_updated_timestamp\": \"2023-09-11T14:56:31Z\",\n            \"last_updated_by\": \"flourish_software\",\n            \"finance_account_type\": \"Income\",\n            \"finance_account_type_class\": \"asset\"\n        },\n        {\n            \"finance_account_id\": 89,\n            \"parent_account_id\": null,\n            \"finance_account_type_id\": 1,\n            \"name\": \"Kush - Machine-Trimmed:Machine-Trimmed - 20lb - Kush\",\n            \"description\": \"\",\n            \"fully_qualified_name\": \"Sales of Product:California Kush:Kush - Machine-Trimmed:Machine-Trimmed - 20lb - Kush\",\n            \"account_number\": null,\n            \"active\": false,\n            \"hidden\": false,\n            \"created_timestamp\": \"2020-04-16T21:11:38Z\",\n            \"created_by\": \"flourish_software\",\n            \"last_updated_timestamp\": \"2023-09-11T14:56:31Z\",\n            \"last_updated_by\": \"flourish_software\",\n            \"finance_account_type\": \"Income\",\n            \"finance_account_type_class\": \"asset\"\n        },\n        {\n            \"finance_account_id\": 90,\n            \"parent_account_id\": null,\n            \"finance_account_type_id\": 1,\n            \"name\": \"Kush - Smalls\",\n            \"description\": \"\",\n            \"fully_qualified_name\": \"Sales of Product:California Kush:Kush - Smalls\",\n            \"account_number\": null,\n            \"active\": false,\n            \"hidden\": false,\n            \"created_timestamp\": \"2020-04-16T21:11:38Z\",\n            \"created_by\": \"flourish_software\",\n            \"last_updated_timestamp\": \"2023-09-11T14:56:31Z\",\n            \"last_updated_by\": \"flourish_software\",\n            \"finance_account_type\": \"Income\",\n            \"finance_account_type_class\": \"asset\"\n        },\n        {\n            \"finance_account_id\": 91,\n            \"parent_account_id\": null,\n            \"finance_account_type_id\": 1,\n            \"name\": \"Kush - Untrimmed\",\n            \"description\": \"\",\n            \"fully_qualified_name\": \"Sales of Product:California Kush:Kush - Untrimmed\",\n            \"account_number\": null,\n            \"active\": false,\n            \"hidden\": false,\n            \"created_timestamp\": \"2020-04-16T21:11:38Z\",\n            \"created_by\": \"flourish_software\",\n            \"last_updated_timestamp\": \"2023-09-11T14:56:31Z\",\n            \"last_updated_by\": \"flourish_software\",\n            \"finance_account_type\": \"Income\",\n            \"finance_account_type_class\": \"asset\"\n        }\n    ]\n}"}],"_postman_id":"a9067260-dc83-4f5b-ae9c-3dcf73db66e1"},{"name":"GetFinanceAccount","id":"a132ede0-955b-442f-a387-a0e511b974b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"GET","header":[],"url":"https://app.flourishsoftware.com/external/api/v1/finance/accounts/{{finance_account_id}}","description":"<p>Endpoint to retrieve all of the data available for a given finance account by its ID.</p>\n","urlObject":{"path":["v1","finance","accounts","{{finance_account_id}}"],"host":["https://app.flourishsoftware.com/external/api"],"query":[],"variable":[]}},"response":[{"id":"3fa67c22-81af-4a44-8853-d50c7a795e26","name":"GetFinanceAccounts","originalRequest":{"method":"GET","header":[],"url":"https://app.flourishsoftware.com/external/api/v1/finance/accounts/78"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Date","value":"Thu, 07 Mar 2024 15:26:56 GMT"},{"key":"Content-Length","value":"586"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"meta\": {\n        \"total\": 0,\n        \"offset\": 0,\n        \"limit\": 0,\n        \"count\": 1,\n        \"next\": \"\"\n    },\n    \"data\": {\n        \"finance_account_id\": 78,\n        \"parent_account_id\": null,\n        \"finance_account_type_id\": 1,\n        \"name\": \"Sales of Product\",\n        \"description\": \"\",\n        \"fully_qualified_name\": \"Sales of Product\",\n        \"account_number\": null,\n        \"active\": false,\n        \"hidden\": false,\n        \"created_timestamp\": \"2024-02-16T21:11:38Z\",\n        \"created_by\": \"flourish_software\",\n        \"last_updated_timestamp\": \"2024-03-11T14:56:31Z\",\n        \"last_updated_by\": \"flourish_software\",\n        \"finance_account_type\": \"Income\",\n        \"finance_account_type_class\": \"asset\"\n    }\n}"}],"_postman_id":"a132ede0-955b-442f-a387-a0e511b974b2"},{"name":"GetFinanceAccountTypes","id":"302281ca-03b4-4ab2-a967-38c790bc644b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"GET","header":[],"url":"https://app.flourishsoftware.com/external/api/v1/finance/account_types","description":"<p>Endpoint to retrieve finance accounts types for a company.</p>\n","urlObject":{"path":["v1","finance","account_types"],"host":["https://app.flourishsoftware.com/external/api"],"query":[{"disabled":true,"key":"limit","value":"50"},{"disabled":true,"key":"offset","value":"0"}],"variable":[]}},"response":[{"id":"1d2b6aab-86ee-4e64-ab93-0f45a1a61e83","name":"GetFinanceAccountTypes","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.flourishsoftware.com/external/api/v1/finance/account_types?offset=0&limit=3","host":["https://app.flourishsoftware.com/external/api"],"path":["v1","finance","account_types"],"query":[{"key":"offset","value":"0"},{"key":"limit","value":"3"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Date","value":"Thu, 07 Mar 2024 15:38:08 GMT"},{"key":"Content-Length","value":"547"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"meta\": {\n        \"total\": 41,\n        \"offset\": 0,\n        \"limit\": 3,\n        \"count\": 3,\n        \"next\": \"https://app.flourishsoftware.com/external/api/v1/finance/account_types?offset=3&limit=3\"\n    },\n    \"data\": [\n        {\n            \"finance_account_type_id\": 1,\n            \"account_type\": \"Income\",\n            \"account_sub_type\": \"\",\n            \"account_class\": \"asset\",\n            \"description\": \"\"\n        },\n        {\n            \"finance_account_type_id\": 2,\n            \"account_type\": \"Asset\",\n            \"account_sub_type\": \"\",\n            \"account_class\": \"asset\",\n            \"description\": \"\"\n        },\n        {\n            \"finance_account_type_id\": 3,\n            \"account_type\": \"Cost of Goods Sold\",\n            \"account_sub_type\": \"\",\n            \"account_class\": \"asset\",\n            \"description\": \"\"\n        }\n    ]\n}"}],"_postman_id":"302281ca-03b4-4ab2-a967-38c790bc644b"}],"id":"0b02e382-ba6f-4835-a425-547fbc14f4f8","auth":{"type":"noauth","isInherited":false},"_postman_id":"0b02e382-ba6f-4835-a425-547fbc14f4f8","description":""},{"name":"Boms","item":[{"name":"GetBoms","id":"67f0c48d-fc41-418e-be06-9254fad6c7c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"GET","header":[],"url":"https://app.flourishsoftware.com/external/api/v1/boms","urlObject":{"path":["v1","boms"],"host":["https://app.flourishsoftware.com/external/api"],"query":[{"disabled":true,"key":"item_id","value":"206"},{"disabled":true,"key":"nickname","value":"FEAT1-9611-Test"},{"disabled":true,"key":"is_active","value":"false"},{"disabled":true,"key":"is_primary","value":"false"},{"disabled":true,"key":"item_name","value":"Packaged Diva Eighths"},{"disabled":true,"key":"effective_date_start","value":"2022-01-02T15:04:05.000Z"},{"disabled":true,"key":"effective_date_end","value":"2024-01-02T15:04:05.000Z"}],"variable":[]}},"response":[{"id":"96ca041d-d215-447d-8c27-47bb2103b648","name":"GetBoms","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.flourishsoftware.com/external/api/v1/boms","host":["https://app.flourishsoftware.com/external/api"],"path":["v1","boms"],"query":[{"key":"item_id","value":"206","disabled":true},{"key":"nickname","value":"FEAT1-9611-Test","disabled":true},{"key":"is_active","value":"true","disabled":true},{"key":"is_primary","value":"false","disabled":true},{"key":"item_name","value":"Packaged Diva Eighths","disabled":true},{"key":"effective_date_start","value":"2022-01-02T15:04:05.000Z","disabled":true},{"key":"effective_date_end","value":"2024-01-02T15:04:05.000Z","disabled":true}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"67f0c48d-fc41-418e-be06-9254fad6c7c2"},{"name":"GetBom","id":"208f27cb-f8b7-4f76-b11a-99dcb970e604","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"GET","header":[],"url":"https://app.flourishsoftware.com/external/api/v1/boms/{{bom_id}}","urlObject":{"path":["v1","boms","{{bom_id}}"],"host":["https://app.flourishsoftware.com/external/api"],"query":[],"variable":[]}},"response":[{"id":"ef248bd7-1603-4202-bbd9-c5db0c4369c0","name":"GetBom","originalRequest":{"method":"GET","header":[],"url":"https://app.flourishsoftware.com/external/api/v1/boms/{{bom}}"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"208f27cb-f8b7-4f76-b11a-99dcb970e604"},{"name":"PostBom","id":"3026705b-ac02-4b64-98e0-b1cc96eec71b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"active\": 1,\n  \"effective_date\": \"2025-10-03T04:20:11.056Z\",\n  \"is_primary\": 0,\n  \"item_id\": 1044,\n  \"nickname\": \"1 Gram Filled Vape Cartridge_automation\",\n  \"qty_to_create\": 5612,\n  \"work_instructions\": null\n}","options":{"raw":{"language":"json"}}},"url":"https://app.flourishsoftware.com/external/api/v1/boms","urlObject":{"path":["v1","boms"],"host":["https://app.flourishsoftware.com/external/api"],"query":[],"variable":[]}},"response":[{"id":"cb6d9f55-08ab-4625-b313-6d329bd1a03b","name":"PostBom","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"active\": 1,\n  \"effective_date\": \"2025-02-13T04:20:11.056Z\",\n  \"is_primary\": 0,\n  \"item_id\": 925,\n  \"nickname\": \"11915 Postman 925\",\n  \"qty_to_create\": 1,\n  \"work_instructions\": \"1195 Creating a BOM asks for Nickname, Qty to Create and Effective Date\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.flourishsoftware.com/external/api/v1/boms"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"352630d4-997d-4904-afb6-93185c4be78b","name":"PostBomItemCategory","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"active\": 1,\n    \"effective_date\": \"2025-02-13T04:20:11.056Z\",\n    \"is_primary\": 0,\n    \"item_category_id\": 12765,\n    \"nickname\": \"11915 Postman 925\",\n    \"qty_to_create\": 1,\n    \"work_instructions\": \"1195 Creating a BOM asks for Nickname, Qty to Create and Effective Date\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.flourishsoftware.com/external/api/v1/boms"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"3026705b-ac02-4b64-98e0-b1cc96eec71b"},{"name":"PutBom","id":"f000310e-5d4d-4010-b137-378175267186","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://app.flourishsoftware.com/external/api/v1/boms/{{bom_id}}","urlObject":{"path":["v1","boms","{{bom_id}}"],"host":["https://app.flourishsoftware.com/external/api"],"query":[],"variable":[]}},"response":[{"id":"57964646-9fce-456e-8364-7f2ad17a3f49","name":"PutBom","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"active\": 1,\n    \"effective_date\": \"2025-02-19T04:20:11.056Z\",\n    \"is_primary\": 1,\n    \"item_id\": 925,\n    \"nickname\": \"11915 Disable Test\",\n    \"qty_to_create\": 9,\n    \"work_instructions\": \"1195 Updating a BOM asks for Nickname, Qty to Create and Effective Date\"\n}","options":{"raw":{"language":"json"}}},"url":"{{local_api_url}}/v1/boms/{{bom_id}}"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"9defff44-3483-4f7d-96ce-0b1d24fce583","name":"PutBomItemCategory","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"active\": 1,\n    \"effective_date\": \"2025-02-19T04:20:11.056Z\",\n    \"is_primary\": 1,\n    \"item_category_id\": 12765,\n    \"nickname\": \"11915 Disable Test\",\n    \"qty_to_create\": 9,\n    \"work_instructions\": \"1195 Updating a BOM asks for Nickname, Qty to Create and Effective Date\"\n}","options":{"raw":{"language":"json"}}},"url":"{{local_api_url}}/v1/boms/{{bom_id}}"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"f000310e-5d4d-4010-b137-378175267186"},{"name":"PostBomDtl","id":"4a5c505e-9023-4c1b-aaad-515027e6182f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://app.flourishsoftware.com/external/api/v1/boms/{{bom_id}}/details","urlObject":{"path":["v1","boms","{{bom_id}}","details"],"host":["https://app.flourishsoftware.com/external/api"],"query":[],"variable":[]}},"response":[{"id":"de1f5468-6238-4bd4-aabc-7c7765d63ad4","name":"PostBomDtl","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"qty\":1,\n    \"qty_uom_id\":6,\n    \"notes\":\"added bom detail item\",\n    \"item_id\":893\n}","options":{"raw":{"language":"json"}}},"url":"https://app.flourishsoftware.com/external/api/v1/boms/{{bom_id}}/details"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"33ab5bc0-6c67-4ed6-a3ae-236454859088","name":"PostBomDtlItemCategory","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"qty\":1,\n    \"qty_uom_id\":6,\n    \"notes\":\"added bom detail item\",\n    \"item_category_id\": 12765\n}","options":{"raw":{"language":"json"}}},"url":"https://app.flourishsoftware.com/external/api/v1/boms/{{bom_id}}/details"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"4a5c505e-9023-4c1b-aaad-515027e6182f"},{"name":"DeleteBomDtl","id":"6bc9decc-e2bd-437d-8b38-0b9a7fafc3eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://app.flourishsoftware.com/external/api/v1/boms/{{bom_id}}/details/{{bom_dtl_id}}","urlObject":{"path":["v1","boms","{{bom_id}}","details","{{bom_dtl_id}}"],"host":["https://app.flourishsoftware.com/external/api"],"query":[],"variable":[]}},"response":[{"id":"71c34f39-0090-4499-9a13-b1fc9787cd21","name":"DeleteBomDtl","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{local_api_url}}/v1/boms/{{bom_id}}/details/{{bom_dtl_id}}"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"6bc9decc-e2bd-437d-8b38-0b9a7fafc3eb"}],"id":"5ec02ea4-a2a1-425b-a036-8e8eef96ba2b","_postman_id":"5ec02ea4-a2a1-425b-a036-8e8eef96ba2b","description":""},{"name":"Grow","item":[{"name":"GetHarvests","id":"29bee0ae-878c-4c1d-99dd-df689dcb32e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"GET","header":[{"key":"FacilityID","value":"{{facility_id}}"},{"key":"Content-Type","value":"application/json"}],"url":"https://app.flourishsoftware.com/external/api/v1/harvests?limit=1&offset=2&last_updated_timestamp_start=2025-08-019T14:19:33.000Z&last_updated_timestamp_end=2025-08-22T14:19:33.000Z","urlObject":{"path":["v1","harvests"],"host":["https://app.flourishsoftware.com/external/api"],"query":[{"key":"limit","value":"1"},{"key":"offset","value":"2"},{"key":"last_updated_timestamp_start","value":"2025-08-019T14:19:33.000Z"},{"key":"last_updated_timestamp_end","value":"2025-08-22T14:19:33.000Z"}],"variable":[]}},"response":[{"id":"818b2fd0-28fd-41af-8713-12702a57f163","name":"GetHarvests","originalRequest":{"method":"GET","header":[{"key":"FacilityID","value":"{{facility_id}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{local_api_url}}/v1/harvests?limit=1&offset=2&last_updated_timestamp_start=2022-07-07T14:19:33.000Z","host":["{{local_api_url}}"],"path":["v1","harvests"],"query":[{"key":"limit","value":"1"},{"key":"offset","value":"2"},{"key":"last_updated_timestamp_start","value":"2022-07-07T14:19:33.000Z"},{"key":"last_updated_timestamp_end","value":"2022-07-07T14:19:33.000Z","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""},{"key":"Date","value":"Wed, 30 Jul 2025 11:47:37 GMT"},{"key":"Content-Length","value":"1386"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"meta\": {\n        \"total\": 120,\n        \"offset\": 2,\n        \"limit\": 1,\n        \"count\": 1,\n        \"next\": \"https://localhost:8888/external/api/v1/harvests?last_updated_timestamp_start=2022-07-07T14:19:33.000Z&offset=3&limit=1\"\n    },\n    \"data\": [\n        {\n            \"harvest_id\": \"0d474b1fca4c221c2fbb9ff2ef22bb5ed47022c6ee07e\",\n            \"harvest_nickname\": \"AutoHarvest20220719023011\",\n            \"is_manicure\": false,\n            \"num_plants\": 0,\n            \"num_strains\": 0,\n            \"harvest_status\": \"\",\n            \"completed_date\": null,\n            \"completed_from_harvest_status\": \"\",\n            \"current_area_id\": \"\",\n            \"origin_flower_area_id\": null,\n            \"dry_area_id\": null,\n            \"dry_timestamp\": \"2022-07-19T12:00:00Z\",\n            \"trim_area_id\": null,\n            \"trim_timestamp\": null,\n            \"current_area_name\": \"\",\n            \"origin_flower_area_name\": \"\",\n            \"dry_area_name\": \"\",\n            \"trim_area_name\": \"\",\n            \"wet_whole_weight\": null,\n            \"wet_flower_weight\": null,\n            \"wet_trim_weight\": null,\n            \"wet_waste_weight\": null,\n            \"wet_total_weight\": null,\n            \"wet_whole_weight_not_batched\": null,\n            \"wet_flower_weight_not_batched\": null,\n            \"wet_trim_weight_not_batched\": null,\n            \"dry_whole_weight\": null,\n            \"dry_flower_weight\": null,\n            \"dry_trim_weight\": null,\n            \"dry_waste_weight\": null,\n            \"dry_total_weight\": null,\n            \"dry_whole_weight_not_batched\": null,\n            \"dry_flower_weight_not_batched\": null,\n            \"dry_trim_weight_not_batched\": null,\n            \"external_harvest\": true,\n            \"last_updated_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"last_updated_timestamp\": \"2022-07-19T09:30:51Z\",\n            \"created_by\": \"jgarcia_demo@flourishsoftware.com\",\n            \"created_timestamp\": \"2022-07-19T09:30:51Z\"\n        }\n    ]\n}"}],"_postman_id":"29bee0ae-878c-4c1d-99dd-df689dcb32e4"}],"id":"fad8830d-dff0-462a-965c-f944a3812447","_postman_id":"fad8830d-dff0-462a-965c-f944a3812447","description":""},{"name":"Shifts","item":[{"name":"GetShifts","id":"64efac52-be8d-409c-9fb0-91403dabd239","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{x-api-key}}","key":"<key>"},"isInherited":false},"method":"GET","header":[{"key":"FacilityID","value":"{{facility_id}}"},{"key":"Content-Type","value":"application/json"}],"url":"https://app.flourishsoftware.com/external/api/v1/shifts?include_disabled=false","urlObject":{"path":["v1","shifts"],"host":["https://app.flourishsoftware.com/external/api"],"query":[{"key":"include_disabled","value":"false"}],"variable":[]}},"response":[{"id":"0b5dcb79-20de-46fd-84df-fa95e54f528e","name":"GetShifts","originalRequest":{"method":"GET","header":[{"key":"FacilityID","value":"{{facility_id}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://app.flourishsoftware.com/external/api/v1/shifts?include_disabled=false","host":["https://app.flourishsoftware.com/external/api"],"path":["v1","shifts"],"query":[{"key":"include_disabled","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""},{"key":"Date","value":"Wed, 30 Jul 2025 11:47:37 GMT"},{"key":"Content-Length","value":"1386"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"status\": 200,\n    \"meta\": {\n        \"total\": 120,\n        \"offset\": 2,\n        \"limit\": 1,\n        \"count\": 1,\n    },\n    \"data\": [\n        {\n            \"shift_id\": 1,\n            \"name\": \"Day Shift\",\n            \"description\": \"Morning shift from 8 AM to 4 PM\",\n            \"start_time\": \"08:00:00\",\n            \"end_time\": \"16:00:00\",\n            \"is_active\": true,\n            \"created_timestamp\": \"2024-01-01T10:00:00Z\",\n            \"created_by\": \"user@example.com\",\n            \"last_updated_timestamp\": \"2024-01-01T10:00:00Z\",\n            \"last_updated_by\": \"user@example.com\"\n        }\n    ]\n}"}],"_postman_id":"64efac52-be8d-409c-9fb0-91403dabd239"}],"id":"f6503780-668e-43b9-88cd-763ba597ccbb","_postman_id":"f6503780-668e-43b9-88cd-763ba597ccbb","description":""}],"event":[{"listen":"prerequest","script":{"id":"1692cdbf-2886-48b8-9ac7-9740cf4b77a3","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"084452d7-5975-49e9-afbb-cf83d6812b0e","type":"text/javascript","exec":[""]}}],"variable":[{"key":"api_url","value":"https://app.flourishsoftware.com/external/api"},{"key":"x-api-key","value":"{{x-api-key}}","type":"default"}]}