{"info":{"_postman_id":"7cce64f3-d0a2-48d5-a25c-a58d3d89fbd5","name":"OK Capsule v1.0","description":"<html><head></head><body><h2 id=\"how-to-obtain-production-api-key\">How to obtain Production API Key</h2>\n<ol>\n<li>Login to OK Capsule Community: <a href=\"https://login.okcapsule.com\">https://login.okcapsule.com</a></li>\n<li>Go to the More dropdown and select Developer.</li>\n<li>Click the button to create new key.</li>\n<li>Use the API key created in the previous step in conjunction with your portal username (your username is your Federation Id) as authentication credentials.</li>\n</ol>\n<h2 id=\"how-to-obtain-sandbox-api-key\">How to obtain Sandbox API Key</h2>\n<ol>\n<li>Login to OK Capsule Community: <a href=\"https://login.okcapsule.com\">https://login.okcapsule.com</a></li>\n<li>From within Production go to More and select Developer.</li>\n<li>Then click the Go To Sandbox button. You'll either be redirected to the Sandbox portal, or the redirect will fail.</li>\n<li>If the redirect failed, this means you don't yet have a Sandbox set up. Please submit a case requesting the setup of a Sandbox environment: <a href=\"https://login.okcapsule.com/s/contactsupportIf\">https://login.okcapsule.com/s/contactsupport</a></li>\n<li>If the redirect worked, you're now in the Sandbox portal, so go to Developer page again, and click button to create new key.</li>\n<li>Use the API key created in the previous step in conjunction with your portal username (your username is your Federation Id) as authentication credentials.</li>\n</ol>\n<h2 id=\"authentication\">Authentication</h2>\n<p>Authentication is sent via HTTP headers. All request examples contain example headers depending on the language you've selected. For example in JavaScript:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">var myHeaders = new Headers();\nmyHeaders.append(\"X-User\", \"user@example.com\");\nmyHeaders.append(\"Authorization\", \"apikey generatedKey\");\n\n</code></pre>\n<h2 id=\"api-endpoint-requests\">API Endpoint Requests</h2>\n<p>All responses will be returned as JSON.</p>\n<h2 id=\"production-endpoint\">Production Endpoint</h2>\n<p>URL: <a href=\"https://api.okcapsule.app/v1/\">https://api.okcapsule.app/v1/</a></p>\n<h2 id=\"sandbox-endpoint\">Sandbox Endpoint</h2>\n<p>URL: <a href=\"https://api-sandbox.okcapsule.app/v1/\">https://api-sandbox.okcapsule.app/v1/</a></p>\n<h2 id=\"glossary\">Glossary</h2>\n<ul>\n<li>Account = A client or customer account in the portal</li>\n<li>Brand = A client's brand name or marketing brand</li>\n<li>Client = Business partner submitting orders</li>\n<li>Contact = A shipping contact</li>\n<li>Customer = End customer receiving supplements</li>\n<li>Formulary = A client's specific branding of a givenspecialized list of supplements</li>\n<li>Order = A request for formularies placed by the customer</li>\n<li>Order line = A line item from an order</li>\n<li>Pack = A client's predefined bundle of formularies</li>\n<li>Pack item = One of several formularies grouped in a pack</li>\n<li>Product = A specific supplement</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"25408052","collectionId":"7cce64f3-d0a2-48d5-a25c-a58d3d89fbd5","publishedId":"2s93eZyBwt","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-05-09T20:40:56.000Z"},"item":[{"name":"Brands","item":[{"name":"Create Brand","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"displayName is set on creation\", function () {\r","    pm.expect(pm.response.json().displayName).to.equal(\"Example Brand\");\r","});\r","\r","pm.collectionVariables.set('test_brandId', pm.response.json().recordId);\r",""],"type":"text/javascript","id":"f5d1fff3-5372-4e07-a587-01fb09273eee"}}],"id":"7b394ab6-b6e5-4add-a18d-52e089d3612e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-User","type":"text","value":"{{userName}}"},{"key":"Authorization","type":"text","value":"apikey {{apiKey}}"}],"body":{"mode":"raw","raw":"{\r\n    \"displayName\": \"Example Brand\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/v1/brands","description":"<p>Create a new Brand.</p>\n<p>Required fields:</p>\n<ul>\n<li>displayName</li>\n</ul>\n","urlObject":{"path":["v1","brands"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[{"id":"6ea2e591-af9d-4f4b-919d-e9d23b33314d","name":"Create Brand","originalRequest":{"method":"POST","header":[{"key":"X-User","type":"text","value":"{{userName}}"},{"key":"Authorization","type":"text","value":"apikey {{apiKey}}"}],"body":{"mode":"raw","raw":"{\r\n    \"displayName\": \"Example Brand\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/v1/brands"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 03 Feb 2023 23:19:52 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1046"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Embedder-Policy","value":"require-corp"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"416-4slXHZyCnE2u8CaocM9gZSATz0I\""}],"cookie":[],"responseTime":null,"body":"{\n    \"smallLogoURL\": null,\n    \"shippingFee_97_128\": 8.5,\n    \"shippingFee_6_19\": 6,\n    \"shippingFee_65_96\": 8.5,\n    \"shippingFee_33_64\": 8.5,\n    \"shippingFee_20_32\": 6,\n    \"shippingFee_1_5\": null,\n    \"shippingFee_161_182\": 8.5,\n    \"shippingFee_129_160\": 8.5,\n    \"sendTrackingToCustomer\": false,\n    \"sendTrackingToClientShippingContact\": false,\n    \"recordId\": \"a017j00000UCTz3AAH\",\n    \"name\": \"BR-00093\",\n    \"lastModifiedDate\": \"2023-02-03T23:19:51.000Z\",\n    \"insideBackPage\": null,\n    \"fulfillmentFee_97_128\": 21.85,\n    \"fulfillmentFee_6_19\": 14.85,\n    \"fulfillmentFee_65_96\": 21.85,\n    \"fulfillmentFee_33_64\": 21.85,\n    \"fulfillmentFee_20_32\": 14.85,\n    \"fulfillmentFee_1_5\": 14.85,\n    \"fulfillmentFee_161_182\": 21.85,\n    \"fulfillmentFee_129_160\": 21.85,\n    \"fulfillmentFee\": 14.85,\n    \"displayName\": \"Example Brand\",\n    \"defaultWarehouseId\": \"a1I4P00001Au7aOUAR\",\n    \"defaultOrderDuration\": \"30\",\n    \"createdDate\": \"2023-02-03T23:19:51.000Z\",\n    \"coverImageURL\": null,\n    \"coverHeadline\": null,\n    \"contactUsEmail\": null,\n    \"clientId\": \"0014P00003pSQ5xQAG\",\n    \"clientBillingAddress\": \"725 Trademark Dr, #104<br>Reno, Nevada 89521\",\n    \"brandURL\": null,\n    \"backPageText2\": null,\n    \"backPageText1\": null,\n    \"aboutUsText\": null\n}"}],"_postman_id":"7b394ab6-b6e5-4add-a18d-52e089d3612e"},{"name":"Get Brands","event":[{"listen":"test","script":{"id":"bfa3680b-2a3a-4c5e-b010-12e947a2cd10","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Returns list of brands\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.results).to.be.an('array');\r","});"],"type":"text/javascript"}}],"id":"884fac33-d8bf-4e46-a144-28199ace6f1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"X-User","type":"text","value":"{{userName}}"},{"key":"Authorization","type":"text","value":"apikey {{apiKey}}"}],"url":"http://localhost:3000/v1/brands?recordId=a014P000025mbAkQAI","description":"<p>Get a list of all Brands that have been set up for your client.</p>\n","urlObject":{"path":["v1","brands"],"host":["http://localhost:3000"],"query":[{"key":"recordId","value":"a014P000025mbAkQAI"}],"variable":[]}},"response":[{"id":"cccd4e1d-84db-4f94-8422-8b9bcef5fb3a","name":"Get Brands","originalRequest":{"method":"GET","header":[{"key":"X-User","type":"text","value":"{{userName}}"},{"key":"Authorization","type":"text","value":"apikey {{apiKey}}"}],"url":"http://localhost:3000/v1/brands"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 03 Feb 2023 18:55:30 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"4348"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Embedder-Policy","value":"require-corp"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"10fc-p4oPe3jgX4Uwd4PyJg57pjoMt3s\""}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"smallLogoURL\": null,\n            \"shippingFee_97_128\": 8.5,\n            \"shippingFee_6_19\": 6,\n            \"shippingFee_65_96\": 8.5,\n            \"shippingFee_33_64\": 8.5,\n            \"shippingFee_20_32\": 6,\n            \"shippingFee_1_5\": null,\n            \"shippingFee_161_182\": 8.5,\n            \"shippingFee_129_160\": 8.5,\n            \"sendTrackingToCustomer\": false,\n            \"sendTrackingToClientShippingContact\": false,\n            \"recordId\": \"a014P000025mbAkQAI\",\n            \"name\": \"BR-00064\",\n            \"lastModifiedDate\": \"2023-02-03T18:26:02.000Z\",\n            \"insideBackPage\": null,\n            \"fulfillmentFee_97_128\": 21.85,\n            \"fulfillmentFee_6_19\": 14.85,\n            \"fulfillmentFee_65_96\": 21.85,\n            \"fulfillmentFee_33_64\": 21.85,\n            \"fulfillmentFee_20_32\": 14.85,\n            \"fulfillmentFee_1_5\": 14.85,\n            \"fulfillmentFee_161_182\": 21.85,\n            \"fulfillmentFee_129_160\": 21.85,\n            \"fulfillmentFee\": 14.85,\n            \"displayName\": \"Super APItamins\",\n            \"defaultWarehouseId\": \"a1I4P00001Au7aOUAR\",\n            \"defaultOrderDuration\": \"30\",\n            \"createdDate\": \"2022-06-01T16:33:44.000Z\",\n            \"coverImageURL\": null,\n            \"coverHeadline\": null,\n            \"contactUsEmail\": null,\n            \"clientId\": \"0014P00003pSQ5xQAG\",\n            \"clientBillingAddress\": \"725 Trademark Dr, #104<br>Reno, Nevada 89521\",\n            \"brandURL\": \"https://www.apitamins.com\",\n            \"backPageText2\": null,\n            \"backPageText1\": null,\n            \"aboutUsText\": \"Best supplements around\"\n        },\n        {\n            \"smallLogoURL\": null,\n            \"shippingFee_97_128\": 8.5,\n            \"shippingFee_6_19\": 6,\n            \"shippingFee_65_96\": 8.5,\n            \"shippingFee_33_64\": 8.5,\n            \"shippingFee_20_32\": 6,\n            \"shippingFee_1_5\": null,\n            \"shippingFee_161_182\": 8.5,\n            \"shippingFee_129_160\": 8.5,\n            \"sendTrackingToCustomer\": false,\n            \"sendTrackingToClientShippingContact\": false,\n            \"recordId\": \"a017j00000UCP6xAAH\",\n            \"name\": \"BR-00088\",\n            \"lastModifiedDate\": \"2023-01-30T16:28:56.000Z\",\n            \"insideBackPage\": null,\n            \"fulfillmentFee_97_128\": 21.85,\n            \"fulfillmentFee_6_19\": 14.85,\n            \"fulfillmentFee_65_96\": 21.85,\n            \"fulfillmentFee_33_64\": 21.85,\n            \"fulfillmentFee_20_32\": 14.85,\n            \"fulfillmentFee_1_5\": 14.85,\n            \"fulfillmentFee_161_182\": 21.85,\n            \"fulfillmentFee_129_160\": 21.85,\n            \"fulfillmentFee\": 14.85,\n            \"displayName\": \"Example Brand\",\n            \"defaultWarehouseId\": \"a1I4P00001C8VfMUAV\",\n            \"defaultOrderDuration\": \"30\",\n            \"createdDate\": \"2023-01-30T16:28:56.000Z\",\n            \"coverImageURL\": null,\n            \"coverHeadline\": null,\n            \"contactUsEmail\": null,\n            \"clientId\": \"0014P00003pSQ5xQAG\",\n            \"clientBillingAddress\": \"725 Trademark Dr, #104<br>Reno, Nevada 89521\",\n            \"brandURL\": null,\n            \"backPageText2\": null,\n            \"backPageText1\": null,\n            \"aboutUsText\": null\n        },\n        {\n            \"smallLogoURL\": null,\n            \"shippingFee_97_128\": 8.5,\n            \"shippingFee_6_19\": 6,\n            \"shippingFee_65_96\": 8.5,\n            \"shippingFee_33_64\": 8.5,\n            \"shippingFee_20_32\": 6,\n            \"shippingFee_1_5\": null,\n            \"shippingFee_161_182\": 8.5,\n            \"shippingFee_129_160\": 8.5,\n            \"sendTrackingToCustomer\": false,\n            \"sendTrackingToClientShippingContact\": false,\n            \"recordId\": \"a017j00000UCPqnAAH\",\n            \"name\": \"BR-00089\",\n            \"lastModifiedDate\": \"2023-01-31T14:16:31.000Z\",\n            \"insideBackPage\": null,\n            \"fulfillmentFee_97_128\": 21.85,\n            \"fulfillmentFee_6_19\": 14.85,\n            \"fulfillmentFee_65_96\": 21.85,\n            \"fulfillmentFee_33_64\": 21.85,\n            \"fulfillmentFee_20_32\": 14.85,\n            \"fulfillmentFee_1_5\": 14.85,\n            \"fulfillmentFee_161_182\": 21.85,\n            \"fulfillmentFee_129_160\": 21.85,\n            \"fulfillmentFee\": 14.85,\n            \"displayName\": \"Super Vitamins\",\n            \"defaultWarehouseId\": \"a1I4P00001C8VfMUAV\",\n            \"defaultOrderDuration\": \"30\",\n            \"createdDate\": \"2023-01-31T14:16:29.000Z\",\n            \"coverImageURL\": null,\n            \"coverHeadline\": null,\n            \"contactUsEmail\": null,\n            \"clientId\": \"0014P00003pSQ5xQAG\",\n            \"clientBillingAddress\": \"725 Trademark Dr, #104<br>Reno, Nevada 89521\",\n            \"brandURL\": \"https://www.example.com\",\n            \"backPageText2\": null,\n            \"backPageText1\": null,\n            \"aboutUsText\": \"Best supplements around\"\n        },\n        {\n            \"smallLogoURL\": null,\n            \"shippingFee_97_128\": 8.5,\n            \"shippingFee_6_19\": 6,\n            \"shippingFee_65_96\": 8.5,\n            \"shippingFee_33_64\": 8.5,\n            \"shippingFee_20_32\": 6,\n            \"shippingFee_1_5\": null,\n            \"shippingFee_161_182\": 8.5,\n            \"shippingFee_129_160\": 8.5,\n            \"sendTrackingToCustomer\": false,\n            \"sendTrackingToClientShippingContact\": false,\n            \"recordId\": \"a017j00000UCTIzAAP\",\n            \"name\": \"BR-00092\",\n            \"lastModifiedDate\": \"2023-02-03T18:28:25.000Z\",\n            \"insideBackPage\": null,\n            \"fulfillmentFee_97_128\": 21.85,\n            \"fulfillmentFee_6_19\": 14.85,\n            \"fulfillmentFee_65_96\": 21.85,\n            \"fulfillmentFee_33_64\": 21.85,\n            \"fulfillmentFee_20_32\": 14.85,\n            \"fulfillmentFee_1_5\": 14.85,\n            \"fulfillmentFee_161_182\": 21.85,\n            \"fulfillmentFee_129_160\": 21.85,\n            \"fulfillmentFee\": 14.85,\n            \"displayName\": \"Best Brand\",\n            \"defaultWarehouseId\": \"a1I4P00001Au7aOUAR\",\n            \"defaultOrderDuration\": \"30\",\n            \"createdDate\": \"2023-02-03T18:28:25.000Z\",\n            \"coverImageURL\": null,\n            \"coverHeadline\": null,\n            \"contactUsEmail\": null,\n            \"clientId\": \"0014P00003pSQ5xQAG\",\n            \"clientBillingAddress\": \"725 Trademark Dr, #104<br>Reno, Nevada 89521\",\n            \"brandURL\": null,\n            \"backPageText2\": null,\n            \"backPageText1\": null,\n            \"aboutUsText\": null\n        }\n    ],\n    \"totalPages\": 1,\n    \"totalCount\": 4,\n    \"pageSize\": 200,\n    \"currentPage\": 1\n}"}],"_postman_id":"884fac33-d8bf-4e46-a144-28199ace6f1e"},{"name":"Get Specific Brand","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"7c4c648b-7696-4e4b-8ba1-d683c1ce517f"}}],"id":"dd576ed2-0d88-4006-aed2-94432356ec8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"X-User","type":"text","value":"{{userName}}"},{"key":"Authorization","type":"text","value":"apikey {{apiKey}}"}],"url":"http://localhost:3000/v1/brands?recordId=a014P000025mbAkQAI","description":"<p>Retrieve a specific Brand by its Id.</p>\n","urlObject":{"path":["v1","brands"],"host":["http://localhost:3000"],"query":[{"key":"recordId","value":"a014P000025mbAkQAI"}],"variable":[]}},"response":[{"id":"15542b84-5484-4d96-864e-6f9e6ebebafa","name":"Get Specific Brand","originalRequest":{"method":"GET","header":[{"key":"X-User","type":"text","value":"{{userName}}"},{"key":"Authorization","type":"text","value":"apikey {{apiKey}}"}],"url":{"raw":"http://localhost:3000/v1/brands?recordId=a014P000025mbAkQAI","host":["http://localhost:3000"],"path":["v1","brands"],"query":[{"key":"recordId","value":"a014P000025mbAkQAI"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 03 Feb 2023 23:19:26 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1094"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Embedder-Policy","value":"require-corp"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"446-C2xnsf+wEjoglkx2H6tF+i0s/5M\""}],"cookie":[],"responseTime":null,"body":"{\n    \"smallLogoURL\": null,\n    \"shippingFee_97_128\": 8.5,\n    \"shippingFee_6_19\": 6,\n    \"shippingFee_65_96\": 8.5,\n    \"shippingFee_33_64\": 8.5,\n    \"shippingFee_20_32\": 6,\n    \"shippingFee_1_5\": null,\n    \"shippingFee_161_182\": 8.5,\n    \"shippingFee_129_160\": 8.5,\n    \"sendTrackingToCustomer\": false,\n    \"sendTrackingToClientShippingContact\": false,\n    \"recordId\": \"a014P000025mbAkQAI\",\n    \"name\": \"BR-00064\",\n    \"lastModifiedDate\": \"2023-02-03T22:49:00.000Z\",\n    \"insideBackPage\": null,\n    \"fulfillmentFee_97_128\": 21.85,\n    \"fulfillmentFee_6_19\": 14.85,\n    \"fulfillmentFee_65_96\": 21.85,\n    \"fulfillmentFee_33_64\": 21.85,\n    \"fulfillmentFee_20_32\": 14.85,\n    \"fulfillmentFee_1_5\": 14.85,\n    \"fulfillmentFee_161_182\": 21.85,\n    \"fulfillmentFee_129_160\": 21.85,\n    \"fulfillmentFee\": 14.85,\n    \"displayName\": \"Bedrock Supplements\",\n    \"defaultWarehouseId\": \"a1I4P00001Au7aOUAR\",\n    \"defaultOrderDuration\": \"30\",\n    \"createdDate\": \"2022-06-01T16:33:44.000Z\",\n    \"coverImageURL\": null,\n    \"coverHeadline\": null,\n    \"contactUsEmail\": null,\n    \"clientId\": \"0014P00003pSQ5xQAG\",\n    \"clientBillingAddress\": \"725 Trademark Dr, #104<br>Reno, Nevada 89521\",\n    \"brandURL\": \"https://www.example.com\",\n    \"backPageText2\": null,\n    \"backPageText1\": null,\n    \"aboutUsText\": \"Best supplements around\"\n}"}],"_postman_id":"dd576ed2-0d88-4006-aed2-94432356ec8c"},{"name":"Update Brand","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"displayName is updated\", function () {\r","    var name = pm.response.json().displayName;\r","    pm.expect(name).to.equal('Placebo Science Example');\r","});"],"type":"text/javascript","id":"d1121a69-e5ea-4cd7-ba82-be54ead91bc0"}}],"id":"da3cb9ba-37f6-404e-967a-ef744c41ebab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-User","type":"text","value":"{{userName}}"},{"key":"Authorization","type":"text","value":"apikey {{apiKey}}"}],"body":{"mode":"raw","raw":"{\r\n    \"displayName\": \"Placebo Science Example\",\r\n    \"aboutUsText\": \"Best supplements around\",\r\n    \"brandURL\": \"https://www.example.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/v1/brands?recordId=a014P000025mbAkQAI","description":"<p>Update an existing Brand.</p>\n","urlObject":{"path":["v1","brands"],"host":["http://localhost:3000"],"query":[{"key":"recordId","value":"a014P000025mbAkQAI"}],"variable":[]}},"response":[{"id":"9d0fceaa-0d04-49ca-8a41-2e089947e15c","name":"Update Brand","originalRequest":{"method":"PUT","header":[{"key":"X-User","type":"text","value":"{{userName}}"},{"key":"Authorization","type":"text","value":"apikey {{apiKey}}"}],"body":{"mode":"raw","raw":"{\r\n    \"displayName\": \"Super Vitamins\",\r\n    \"aboutUsText\": \"Best supplements around\",\r\n    \"brandURL\": \"https://www.example.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:3000/v1/brands?recordId=a014P000025mbAkQAI","host":["http://localhost:3000"],"path":["v1","brands"],"query":[{"key":"recordId","value":"a014P000025mbAkQAI"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 03 Feb 2023 23:20:27 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1089"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Embedder-Policy","value":"require-corp"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"441-FP9WvuIEbAsj4PemuVXXdqF1VOA\""}],"cookie":[],"responseTime":null,"body":"{\n    \"smallLogoURL\": null,\n    \"shippingFee_97_128\": 8.5,\n    \"shippingFee_6_19\": 6,\n    \"shippingFee_65_96\": 8.5,\n    \"shippingFee_33_64\": 8.5,\n    \"shippingFee_20_32\": 6,\n    \"shippingFee_1_5\": null,\n    \"shippingFee_161_182\": 8.5,\n    \"shippingFee_129_160\": 8.5,\n    \"sendTrackingToCustomer\": false,\n    \"sendTrackingToClientShippingContact\": false,\n    \"recordId\": \"a017j00000UCTz3AAH\",\n    \"name\": \"BR-00093\",\n    \"lastModifiedDate\": \"2023-02-03T23:20:26.000Z\",\n    \"insideBackPage\": null,\n    \"fulfillmentFee_97_128\": 21.85,\n    \"fulfillmentFee_6_19\": 14.85,\n    \"fulfillmentFee_65_96\": 21.85,\n    \"fulfillmentFee_33_64\": 21.85,\n    \"fulfillmentFee_20_32\": 14.85,\n    \"fulfillmentFee_1_5\": 14.85,\n    \"fulfillmentFee_161_182\": 21.85,\n    \"fulfillmentFee_129_160\": 21.85,\n    \"fulfillmentFee\": 14.85,\n    \"displayName\": \"Super Vitamins\",\n    \"defaultWarehouseId\": \"a1I4P00001Au7aOUAR\",\n    \"defaultOrderDuration\": \"30\",\n    \"createdDate\": \"2023-02-03T23:19:51.000Z\",\n    \"coverImageURL\": null,\n    \"coverHeadline\": null,\n    \"contactUsEmail\": null,\n    \"clientId\": \"0014P00003pSQ5xQAG\",\n    \"clientBillingAddress\": \"725 Trademark Dr, #104<br>Reno, Nevada 89521\",\n    \"brandURL\": \"https://www.example.com\",\n    \"backPageText2\": null,\n    \"backPageText1\": null,\n    \"aboutUsText\": \"Best supplements around\"\n}"}],"_postman_id":"da3cb9ba-37f6-404e-967a-ef744c41ebab"}],"id":"e1b0228d-a88e-46de-8e2b-fa5d9153f1b8","description":"<p>Brands represent each client's different marketing brands that supplements may be sold under. Many clients have only one brand. Brand records are used to control settings for a client's Product Insert, Printing, and Communication preferences.</p>\n<table><tbody><tr><td><b>FIELD</b></td><td><b>TYPE</b></td><td><b>REQUIRED</b></td><td><b>UPDATEABLE</b></td><td><b>DESCRIPTION</b></td><td><b>EXAMPLE VALUES</b></td></tr><tr><td>recordId</td><td>Text(18)</td><td> </td><td> </td><td>Primary key, unique system generated value</td><td>0014P00002grSIoQAM</td></tr><tr><td>name</td><td></td><td> </td><td> </td><td>Unique system generated value</td><td>BR-00002</td></tr><tr><td>defaultWarehouseId</td><td>Text(18)</td><td> </td><td> </td><td>Reference to Warehouse (where client's inventory is stored and allocated to sales orders)</td><td></td></tr><tr><td>aboutUsText</td><td>Text(2010)</td><td> </td><td>X</td><td>Up to 2010 characters for the \"About Us\" section of pamphlet, rich text accepted.</td><td> </td></tr><tr><td>backPageText1</td><td>Text(1000)</td><td> </td><td>X</td><td>Prints on the middle of the back page of the pamphlet, rich text accepted.</td><td> </td></tr><tr><td>backPageText2</td><td>Text(32768)</td><td> </td><td>X</td><td>Prints on the back page of the order pamphlet, rich text accepted.</td><td> </td></tr><tr><td>brandUrl</td><td>Text(255)</td><td> </td><td>X</td><td>The URL to be printed on the back of the booklet under the support email, validated as URL.</td><td><a href=\"https://www.okcapsule.com/\">https://www.okcapsule.com/</a></td></tr><tr><td>clientId</td><td> Text(18)</td><td> </td><td> </td><td>Reference to Client</td><td>0014P00002CMjIDQA1</td></tr><tr><td>clientBillingAddress</td><td></td><td> </td><td> </td><td> </td><td>Parsed billing address from client:<br />\"612 Main St<br />New York, NY 91011\"</td></tr><tr><td>contactUsEmail</td><td>Text(80)</td><td> </td><td>X</td><td>The support email address that should appear on the back of the booklet, validated as email address.</td><td>help@okcapsule.com</td></tr><tr><td>coverHeadline</td><td>Text(50)</td><td> </td><td>X</td><td>Limited to 50 characters. Appear over the cover image on the front cover of the booklet.</td><td> </td></tr><tr><td>coverImageUrl</td><td>Text(255)</td><td> </td><td> </td><td>This image will appear on the front cover of the product insert as a background image, validated as URL.</td><td> </td></tr><tr><td>defaultOrderDuration</td><td>Integer</td><td> </td><td> </td><td>This value will automatically set the Duration field on this brand's orders.</td><td>5<br />10<br />15<br />20<br />25<br />30<br />32<br />45<br />60<br />75<br />90<br />120<br />180</td></tr><tr><td>displayName</td><td>Text(255)</td><td>X</td><td>X</td><td>Name of brand to print on pamphlets and all order materials</td><td>Prime Health Organics</td></tr><tr><td>insideBackPage</td><td>Text(255)</td><td> </td><td>X</td><td>URL to image to be printed the inside of the back page of the pamphlet, validated as URL.</td><td> </td></tr><tr><td>sendTrackingToClientShippingContact</td><td>Boolean</td><td> </td><td>X</td><td>Brand Communication Preferences</td><td> true, false, 1, 0</td></tr><tr><td>sendTrackingToCustomer</td><td>Boolean</td><td> </td><td>X</td><td>Brand Communication Preferences</td><td>  true, false, 1, 0</td></tr><tr><td>smallLogoUrl</td><td>Text(255)</td><td> </td><td>X</td><td>Full public URL to the logo to be printed on the back cover, validated as URL.</td><td> </td></tr><tr><td>fulfillmentFee_1_5</td><td><br />Currency(16, 2)</td><td> </td><td> </td><td>Per Pouch Fulfillment fees</td><td>$2.95</td></tr><tr><td>fulfillmentFee_129_160</td><td>Currency(16, 2)</td><td> </td><td> </td><td>Per Pouch Fulfillment fees</td><td>$18.90</td></tr><tr><td>fulfillmentFee_161_182</td><td>Currency(16, 2)</td><td> </td><td> </td><td>Per Pouch Fulfillment fees</td><td>$18.90</td></tr><tr><td>fulfillmentFee_20_32</td><td>Currency(16, 2)</td><td> </td><td> </td><td>Per Pouch Fulfillment fees</td><td>$10.25</td></tr><tr><td>fulfillmentFee_33_64</td><td>Currency(16, 2)</td><td> </td><td> </td><td>Per Pouch Fulfillment fees</td><td>$18.90</td></tr><tr><td>fulfillmentFee_6_19</td><td>Currency(16, 2)</td><td> </td><td> </td><td>Per Pouch Fulfillment fees</td><td>$10.25</td></tr><tr><td>fulfillmentFee_65_96</td><td>Currency(16, 2)</td><td> </td><td> </td><td>Per Pouch Fulfillment fees</td><td>$18.90</td></tr><tr><td>fulfillmentFee_97_128</td><td>Currency(16, 2)</td><td> </td><td> </td><td>Per Pouch Fulfillment fees</td><td>$18.90</td></tr><tr><td>shippingFee_1_5</td><td><br />Currency(16, 2)</td><td> </td><td> </td><td>Per Pouch Shipping fees</td><td>$8.95</td></tr><tr><td>shippingFee_129_160</td><td><br />Currency(16, 2)</td><td> </td><td> </td><td>Per Pouch Shipping fees</td><td>$8.95</td></tr><tr><td>shippingFee_161_182</td><td><br />Currency(16, 2)</td><td> </td><td> </td><td>Per Pouch Shipping fees</td><td>$8.95</td></tr><tr><td>shippingFee_20_32</td><td><br />Currency(16, 2)</td><td> </td><td> </td><td>Per Pouch Shipping fees</td><td>$8.95</td></tr><tr><td>shippingFee_33_64</td><td><br />Currency(16, 2)</td><td> </td><td> </td><td>Per Pouch Shipping fees</td><td>$8.95</td></tr><tr><td>shippingFee_6_19</td><td><br />Currency(16, 2)</td><td> </td><td> </td><td>Per Pouch Shipping fees</td><td>$8.95</td></tr><tr><td>shippingFee_65_96</td><td><br />Currency(16, 2)</td><td> </td><td> </td><td>Per Pouch Shipping fees</td><td>$8.95</td></tr><tr><td>shippingFee_97_128</td><td><br />Currency(16, 2)</td><td> </td><td> </td><td>Per Pouch Shipping fees</td><td>$8.95</td></tr></tbody></table>","_postman_id":"e1b0228d-a88e-46de-8e2b-fa5d9153f1b8"},{"name":"Formularies","item":[{"name":"Create Formulary","event":[{"listen":"test","script":{"exec":["const responseJson = pm.response.json();\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Returns created product\", function() {\r","    var prodName = pm.response.json().productName;\r","    pm.expect(prodName).to.include('Test Product')\r","});\r","\r","pm.collectionVariables.set('test_formularyId', pm.response.json().recordId);"],"type":"text/javascript","id":"e8f1f521-8639-4a1f-8ff6-91177035dfca"}},{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"b24f2a0a-2f23-4f02-bc8b-def05c58d9eb"}}],"id":"c6372f6a-c80e-4470-90dc-6958ceba2d98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-User","value":"{{userName}}","type":"text"},{"key":"Authorization","value":"apikey {{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientProductName\": \"Test Product 637\",\r\n    \"brandId\": \"a014P000025mbAkQAI\",\r\n    \"productId\": \"01t4P000008WukqQAC\",\r\n    \"clientTimeOfAdministration\": \"Morning\",\r\n    \"clientServingSize\": 2\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/v1/formularies","description":"<p>Create a new Formulary.</p>\n<p>Required fields:</p>\n<ul>\n<li>productId</li>\n<li>brandId</li>\n<li>clientTimeOfAdministration (valid values limited to \"Morning\", \"Midday\", and \"Evening\")</li>\n<li>clientServingSize</li>\n</ul>\n","urlObject":{"path":["v1","formularies"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[{"id":"cd517583-a8ab-44d3-af92-76e72da0949f","name":"Create Formulary","originalRequest":{"method":"POST","header":[{"key":"X-User","value":"{{userName}}","type":"text"},{"key":"Authorization","value":"apikey {{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"clientProductName\": \"Ultra Complex C-1000\",\r\n  \"brandId\": \"a014P00001uX9jdQAC\",\r\n  \"productId\": \"01t4P000008WGGMQA4\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/v1/formularies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"573"},{"key":"Etag","value":"W/\"23d-EH/0YWFzYqw+6Q+zkyHYXsvmUHo\""},{"key":"Date","value":"Thu, 11 Jun 2020 17:08:11 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"recordId\": \"a3263000000HPu6AAG\",\n    \"productShortDescription\": \"This test product is used with functional testing and validation only.\",\n    \"productName\": \"Ultra Complex C-1000\",\n    \"productId\": \"01t4P000008WGGMQA4\",\n    \"name\": \"F-00375\",\n    \"description\": \"This test product is used with functional testing and validation only.\",\n    \"clientTimeOfAdministration\": \"SELECT A DIFFERENT VALUE\",\n    \"clientServingSize\": 1,\n    \"clientProductName\": \"Ultra Complex C-1000\",\n    \"clientProductId\": null,\n    \"clientPricePerPill\": 0.12345,\n    \"capsuleProductName\": \"Test Supplement - Vitamin\",\n    \"brandId\": \"a014P00001uX9jdQAC\",\n    \"active\": true\n}"}],"_postman_id":"c6372f6a-c80e-4470-90dc-6958ceba2d98"},{"name":"Get Formularies","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","var firstFormulary = pm.response.json().results[0];\r","console.log(firstFormulary);\r","pm.collectionVariables.set(\"test_formularyId\", firstFormulary.recordId);\r","\r","pm.test(\"Returns list of formularies\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.results).to.be.an('array');\r","});"],"type":"text/javascript","id":"87ba081b-a081-469e-a7f9-4a5e17865833"}}],"id":"76e0f222-8b62-4ddb-8e22-cb877c34347b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"X-User","type":"text","value":"{{userName}}"},{"key":"Authorization","type":"text","value":"apikey {{apiKey}}"}],"url":"http://localhost:3000/v1/formularies","description":"<p>Retrieve all Formularies for your client account.</p>\n","urlObject":{"path":["v1","formularies"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[{"id":"5357c43f-7c6a-48ff-bb2a-fb9c72356a31","name":"Get Formularies","originalRequest":{"method":"GET","header":[{"key":"X-User","type":"text","value":"{{userName}}"},{"key":"Authorization","type":"text","value":"apikey {{apiKey}}"}],"url":"http://localhost:3000/v1/formularies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 03 Feb 2023 23:21:04 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"47958"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Embedder-Policy","value":"require-corp"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"bb56-l6dI6OnsBKHoNars3u1ZesBj9MM\""}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"recordId\": \"a324P000004o9udQAA\",\n            \"productShortDescription\": \"Cognizin® citicoline is a naturally occurring compound used by the body to synthesize neurotransmitters, including phosphatidylcholine and acetylcholine. This nootropic supplement has been extensively studied for its neuroprotective properties supporting both memory and overall cognition, as well as protecting neurons from free radical damage and oxidative stress. Additionally, it may aid in liver function, immune and lung health, and cell membrane synthesis in healthy adults. **\",\n            \"productSFPURL\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P000000YH0r/LABaJI_Cz0Rw1_u0Ss3uPxX4kSISaklXrj9xA7MgXq8\",\n            \"productName\": \"Citicoline\",\n            \"productId\": \"01t4P000008uSlDQAU\",\n            \"name\": \"F-01707\",\n            \"lastModifiedDate\": \"2022-06-01T16:36:21.000Z\",\n            \"description\": \"Cognizin® Citicoline is a naturally occurring compound used by the body in the synthesis of neurotransmitters including phosphatidylcholine and acetylcholine. This nootropic supplement has been extensively studied for its neuroprotective properties supporting both memory and overall cognition. Additionally, it may support the reduction of oxidative stress and free radical damage. Further research has indicated a number of other potential benefits including support for liver, immune and lung health in healthy adults.**\",\n            \"createdDate\": \"2022-06-01T16:36:21.000Z\",\n            \"clientTimeOfAdministration\": \"Morning\",\n            \"clientText3\": null,\n            \"clientText2\": null,\n            \"clientText1\": null,\n            \"clientServingSize\": 1,\n            \"clientProductShortDescription\": null,\n            \"clientProductName\": \"Citicoline\",\n            \"clientProductId\": null,\n            \"clientPricePerPill\": 0.38382,\n            \"capsuleProductName\": \"Cognizin® Citicoline 500mg Vcap\",\n            \"capsuleProductImage\": \"https://img.okcapsule.com/Supplement%20photographs/Cognizin%20citicoline%20500mg%20vcap.png\",\n            \"brandName\": \"BR-00064\",\n            \"brandId\": \"a014P000025mbAkQAI\",\n            \"active\": true\n        },\n        {\n            \"recordId\": \"a324P000004o9ueQAA\",\n            \"productShortDescription\": \"Turmeric root (Curcuma longa) has been used in traditional medicine for thousands of years. While it is understood to support the liver and enhance a healthy microbiome, it may also play a role in already healthy cholesterol management. Additionally, it has been shown to contain antioxidant properties that may affect the activity of glutathione S-transferase, which is one of the most potent and effective detoxifying enzymes produced by the body. Our formula features Curcumin C3 Complex®, which is a clinically studied premier standardized source of curcuminoids.**\",\n            \"productSFPURL\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P000000YHyr/COFB8wS0B4TY1LceAi1C6TaeXj2bhzaECodVAPBI9e4\",\n            \"productName\": \"Turmeric\",\n            \"productId\": \"01t4P000008WzyOQAS\",\n            \"name\": \"F-01712\",\n            \"lastModifiedDate\": \"2022-06-01T16:37:21.000Z\",\n            \"description\": \"Turmeric root has been used in traditional medicine for thousands of years. While it is understood to support the liver and enhance a healthy microbiome, its additional benefits may include the ability to lend support for healthy cholesterol management. Moreover, because it has shown some antioxidant properties it may affect the activity of glutathione S-transferase which is one of the most potent and effective detoxifying enzymes the body produces. Featuring Curcumin C3 which is a clinically studied premier standardized source of curcuminoids.**\",\n            \"createdDate\": \"2022-06-01T16:37:21.000Z\",\n            \"clientTimeOfAdministration\": \"Morning\",\n            \"clientText3\": null,\n            \"clientText2\": null,\n            \"clientText1\": null,\n            \"clientServingSize\": 1,\n            \"clientProductShortDescription\": null,\n            \"clientProductName\": \"Turmeric\",\n            \"clientProductId\": null,\n            \"clientPricePerPill\": 0.1979,\n            \"capsuleProductName\": \"Turmeric Standard Ext. 500mg Vcap\",\n            \"capsuleProductImage\": \"https://img.okcapsule.com/Supplement%20photographs/june-batch/Turmeric%20Extract%20500MG.png\",\n            \"brandName\": \"BR-00064\",\n            \"brandId\": \"a014P000025mbAkQAI\",\n            \"active\": true\n        },\n        {\n            \"recordId\": \"a324P000004o9ufQAA\",\n            \"productShortDescription\": \"Cranberry concentrate (Vaccinium macrocarpon) contains the chemical compound proanthocyanidins, which have powerful antioxidant properties that support the urinary tract and cardiovascular system. Additionally, it contains vital vitamin C and other beneficial nutrients. Grown in North America, this 400mg concentrated cranberry extract contains the equivalent of 34 pounds of whole cranberries in each pound of cranberry powder.**\",\n            \"productSFPURL\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P000000YGzR/3Gap9MImpJypDtgZdM8wKyjzOmZTwCWH9ZZOaougbTo\",\n            \"productName\": \"Cranberry\",\n            \"productId\": \"01t4P000008X0s4QAC\",\n            \"name\": \"F-01713\",\n            \"lastModifiedDate\": \"2022-06-01T16:37:33.000Z\",\n            \"description\": \"Cranberry concentrate (Vaccinium macrocarpon) provides 400mg of this phytonutrient rich berry grown in North America. The chemical compounds Proanthocyanidins found in cranberry have powerful antioxidant properties that support the urinary tract and cardiovascular system. Our concentrated cranberry extract contains the equivalent of 34 pounds of whole cranberries in each pound of cranberry powder.\",\n            \"createdDate\": \"2022-06-01T16:37:33.000Z\",\n            \"clientTimeOfAdministration\": \"Morning\",\n            \"clientText3\": null,\n            \"clientText2\": null,\n            \"clientText1\": null,\n            \"clientServingSize\": 1,\n            \"clientProductShortDescription\": null,\n            \"clientProductName\": \"Cranberry\",\n            \"clientProductId\": null,\n            \"clientPricePerPill\": 0.20641,\n            \"capsuleProductName\": \"Cranberry Concentrate 400mg\",\n            \"capsuleProductImage\": \"https://img.okcapsule.com/Supplement%20photographs/Cranberry-Concentrate-400mg.png\",\n            \"brandName\": \"BR-00064\",\n            \"brandId\": \"a014P000025mbAkQAI\",\n            \"active\": true\n        },\n        {\n            \"recordId\": \"a324P000004o9uiQAA\",\n            \"productShortDescription\": \"Our B-Complex formula includes the coenzyme forms of B-6, B-9 (folate), and B-12 (methylcobalamin) to help support liver detoxification, enhance metabolic functions, and maintain nervous system function, as well as support energy production, cognition, and cardiovascular health. Folate assists in red and white blood cell maintenance and DNA and RNA synthesis. While many foods contain folate, supplementation can be beneficial in pregnancy, as age increases, during times of stress, or with increased alcohol consumption. Our coenzyme formula doesn’t require metabolization by the liver, resulting in streamlined absorption for optimal health. **\",\n            \"productSFPURL\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P000000YGZa/NtajbN6SpxGVqyLfpIy7qNATjlo4J8VQd2QNKzUIwMc\",\n            \"productName\": \"Active B-Complex\",\n            \"productId\": \"01t4P000008XCizQAG\",\n            \"name\": \"F-01708\",\n            \"lastModifiedDate\": \"2022-06-01T16:36:32.000Z\",\n            \"description\": \"This B-Complex provides enhanced support to a range of functions. Formulated to include the coenzyme forms of B-6, Folate and B-12, it may support liver detoxification and enhance metabolic functions related to energy production and in a healthy nervous system. Additionally, it assists in managing healthy homocysteine levels, supporting cognition and cardiovascular health. Folate (B-9) is important to synthesis of the genetic building blocks DNA and RNA, and though many foods contain Folate, additional supplementation may be beneficial as we age and during pregnancy. **\",\n            \"createdDate\": \"2022-06-01T16:36:32.000Z\",\n            \"clientTimeOfAdministration\": \"Morning\",\n            \"clientText3\": null,\n            \"clientText2\": null,\n            \"clientText1\": null,\n            \"clientServingSize\": 1,\n            \"clientProductShortDescription\": null,\n            \"clientProductName\": \"Active B-Complex\",\n            \"clientProductId\": null,\n            \"clientPricePerPill\": 0.14318,\n            \"capsuleProductName\": \"Active B-Complex Vcap\",\n            \"capsuleProductImage\": \"https://img.okcapsule.com/Supplement%20photographs/Active%20B-Complex%20Vcap.png\",\n            \"brandName\": \"BR-00064\",\n            \"brandId\": \"a014P000025mbAkQAI\",\n            \"active\": true\n        },\n        {\n            \"recordId\": \"a324P000004o9unQAA\",\n            \"productShortDescription\": \"Lion's mane (Hericium erinaceus) is a mushroom that has been used for centuries across Asia in cooking and Traditional Chinese medicine. Its neuroprotective properties are believed to help calm the mind, support memory function, and aid in overall nervous system health. Plus, polysaccharides may assist in reducing oxidative stress while enhancing immune function. Other possible benefits include liver and adrenal support, energy production, muscle endurance, and strength. Our formula is both organic and double extracted for optimal use. **\",\n            \"productSFPURL\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P000000YHJF/milcnQJ4Eb4cgbFVNlX92Hgl8z9p.INyRHekF2U3dzM\",\n            \"productName\": \"Lion's Mane\",\n            \"productId\": \"01t4P00000B4sd5QAB\",\n            \"name\": \"F-01709\",\n            \"lastModifiedDate\": \"2022-06-01T16:36:43.000Z\",\n            \"description\": \"Lion's Mane mushroom (Hericium Erinaceus) has been used for centuries across Asia in both cooking and Traditional Chinese Medicine. With its neuroprotective properties, Lion's Mane extract is believed to help calm the mind, support memory function, and aid overall nervous system health. Additionally, because it contains polysaccharides, it may assist in reducing oxidative stress while enhancing immune function. More generally, other benefits may include liver and adrenal support, energy production, and, with regular use, muscle endurance and strength. Organic double extracted extract**\",\n            \"createdDate\": \"2022-06-01T16:36:43.000Z\",\n            \"clientTimeOfAdministration\": \"Morning\",\n            \"clientText3\": null,\n            \"clientText2\": null,\n            \"clientText1\": null,\n            \"clientServingSize\": 1,\n            \"clientProductShortDescription\": null,\n            \"clientProductName\": \"Lion's Mane\",\n            \"clientProductId\": null,\n            \"clientPricePerPill\": 0.15,\n            \"capsuleProductName\": \"Lion's Mane Organic 500mg Vcap\",\n            \"capsuleProductImage\": \"https://img.okcapsule.com/Supplement%20photographs/Lion%E2%80%99s%20Mane%20org%20500mg%20vcap.png\",\n            \"brandName\": \"BR-00064\",\n            \"brandId\": \"a014P000025mbAkQAI\",\n            \"active\": true\n        },\n        {\n            \"recordId\": \"a324P000004o9uoQAA\",\n            \"productShortDescription\": \"Ashwagandha root extract is a calming adaptogen often used by athletes that may enhance mental clarity, improve energy, and support the body’s stress response system. It can positively impact physical performance and stamina as well as encourage healthy muscle, bone, connective tissue, and nerves. This product is Standardized Ashwagandha Extract from Sabinsa, a world leader in Ayurvedic herbal extracts.**\",\n            \"productSFPURL\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P000000Y6fb/oEGUTR8odnwoaGPBFJH6BZmXqo4oU3bnUW5lKsaxAiI\",\n            \"productName\": \"Ashwagandha\",\n            \"productId\": \"01t4P000008WzypQAC\",\n            \"name\": \"F-01714\",\n            \"lastModifiedDate\": \"2023-01-26T14:58:27.000Z\",\n            \"description\": \"This is a calming adaptogen (adaptogens are a group of herbs and some mushrooms that support the body's ability to deal with stress). Traditionally, Ashwagandha has been valued for its possible benefits in enhancing mental clarity and supporting the body's stress response system. It is often used by athletes as it may support their physical performance and stamina by supporting muscle, bone, connective tissue, and nerves.**\",\n            \"createdDate\": \"2022-06-01T16:37:44.000Z\",\n            \"clientTimeOfAdministration\": \"Morning\",\n            \"clientText3\": null,\n            \"clientText2\": null,\n            \"clientText1\": null,\n            \"clientServingSize\": 1,\n            \"clientProductShortDescription\": null,\n            \"clientProductName\": \"Ashwagandha\",\n            \"clientProductId\": null,\n            \"clientPricePerPill\": 0.11063,\n            \"capsuleProductName\": \"Ashwagandha Extract 500mg Vcap\",\n            \"capsuleProductImage\": \"https://img.okcapsule.com/Supplement%20photographs/june-batch/AshwagadhaRoot500MG.png\",\n            \"brandName\": \"BR-00064\",\n            \"brandId\": \"a014P000025mbAkQAI\",\n            \"active\": true\n        },\n        {\n            \"recordId\": \"a324P000004o9usQAA\",\n            \"productShortDescription\": \"Omega-3 fats have long been heralded for their anti-inflammatory properties. Fatty acids are the primary components of cell membranes, and maintaining proper levels may be vital to overall cellular health. Research suggests that consuming omega-3 fats (particularly EPA and DHA) can support heart health, help already healthy levels of cholesterol, and aid in the function of the brain, liver, muscles, and joints. The body cannot produce Omega-3 fats and must obtain them through diet or supplementation. Our omega-3 formula has been manufactured under strict quality control standards, tested for contaminants, and wrapped in an enteric coating for gentler absorption. **\",\n            \"productSFPURL\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P000000YHrg/g9E6S2wN8MVJNNd7Tvvqyca4cYE057YZVreMhDwOBZA\",\n            \"productName\": \"Ultra Omega 3\",\n            \"productId\": \"01t4P00000B4xGBQAZ\",\n            \"name\": \"F-01710\",\n            \"lastModifiedDate\": \"2022-06-01T16:36:54.000Z\",\n            \"description\": \"It is well established that the Omega-3 fatty acids found in fish oil provide a variety of health benefits; in fact, few nutrients have been studied as thoroughly. The benefits obtained from fish oil include supporting cardiovascular health and nerve and muscle functions. Further, because fatty acids are the primary components of cell membranes, maintaining proper levels may be vital to overall cellular health. This formula has been manufactured under strict quality control standards, and has been tested for contaminants.**\",\n            \"createdDate\": \"2022-06-01T16:36:54.000Z\",\n            \"clientTimeOfAdministration\": \"Morning\",\n            \"clientText3\": null,\n            \"clientText2\": null,\n            \"clientText1\": null,\n            \"clientServingSize\": 1,\n            \"clientProductShortDescription\": null,\n            \"clientProductName\": \"Ultra Omega 3\",\n            \"clientProductId\": null,\n            \"clientPricePerPill\": 0.136,\n            \"capsuleProductName\": \"Ultra Omega-3 Gelatin softgel\",\n            \"capsuleProductImage\": \"https://img.okcapsule.com/Supplement%20photographs/Omega%203%20(750mg).png\",\n            \"brandName\": \"BR-00064\",\n            \"brandId\": \"a014P000025mbAkQAI\",\n            \"active\": true\n        },\n        {\n            \"recordId\": \"a324P000004o9uxQAA\",\n            \"productShortDescription\": \"Quercetin (a natural pigment found in some fruits, vegetables, and grains) is one of the most abundant free radical antioxidants found in nature. It is a foundational flavonoid utilized by the body to create other flavonoids, including rutin and hesperidin. Some research suggests that quercetin may protect against cell damage, support membrane stability, and aid overall cell health as a free radical antioxidant. It may also provide improved vascular health and support allergen response. Complimentary supplements that work synergistically to enhance the benefits of quercetin include vitamin C, bromelain, turmeric, citrus bioflavonoids, and chelated manganese. **\",\n            \"productSFPURL\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P000000YHow/f0XUHYyjUkbTN0rHKAbhhlwEm5CsxY5Ovfi5Se3sWBY\",\n            \"productName\": \"Quercetin Plus\",\n            \"productId\": \"01t4P000008WzexQAC\",\n            \"name\": \"F-01711\",\n            \"lastModifiedDate\": \"2022-06-01T16:37:07.000Z\",\n            \"description\": \"This is a natural pigment found in some fruits, vegetables and grains. It is one of the most abundant antioxidants found in nature. Because it is an active free radical antioxidant, some research suggests, Quercetin may protect against cell damage. Additionally, other potential benefits may include improved vascular health and cell membrane stability, and support for the body's response to certain allergens.**\",\n            \"createdDate\": \"2022-06-01T16:37:07.000Z\",\n            \"clientTimeOfAdministration\": \"Morning\",\n            \"clientText3\": null,\n            \"clientText2\": null,\n            \"clientText1\": null,\n            \"clientServingSize\": 1,\n            \"clientProductShortDescription\": null,\n            \"clientProductName\": \"Quercetin Plus\",\n            \"clientProductId\": null,\n            \"clientPricePerPill\": 0.2097,\n            \"capsuleProductName\": \"Quercetin 500mg Plus Tab\",\n            \"capsuleProductImage\": \"https://img.okcapsule.com/Supplement%20photographs/june-batch/Quercetin500MG%20Plus.png\",\n            \"brandName\": \"BR-00064\",\n            \"brandId\": \"a014P000025mbAkQAI\",\n            \"active\": true\n        },\n        {\n            \"recordId\": \"a324P000004o9uyQAA\",\n            \"productShortDescription\": \"Omega-3 fats have long been heralded for their anti-inflammatory properties. Fatty acids are the primary components of cell membranes, and maintaining proper levels may be vital to overall cellular health. Research suggests that consuming omega-3 fats (particularly EPA and DHA) can support heart health, already healthy levels of cholesterol, and aid in the function of the brain, liver, muscles, and joints. The body cannot produce Omega-3 fats and must obtain them through diet or supplementation. Our unique vegan omega-3 formula is derived from sustainable Schizochytrium sp. microalgae and produced in a carefully controlled environment that doesn't damage the balance of our oceans. The Best Vegan Omega 3 is the perfect sustainable substitute for fish-based oils. **\",\n            \"productSFPURL\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P000000YGjU/tnniJ7XbjpcF86LiBMZbyPpdLQ72o9MiGyiT4mUhmjU\",\n            \"productName\": \"Vegan Omega\",\n            \"productId\": \"01t4P00000Ag34GQAR\",\n            \"name\": \"F-01717\",\n            \"lastModifiedDate\": \"2022-06-01T16:39:23.000Z\",\n            \"description\": \"The health benefits of marine omega-3 fatty acids DHA (Docosahexaenoic acid) and EPA (Eicosapentaenoic acid) has been well established by science as has the need for supplementation; however, the current use of fish-based oils for supplementation is unsustainable. We use the sustainable vegan alternative, Schizochytrium sp. microalgae, as our source of oils rich in DHA and EPA because they are produced in a carefully controlled environment, come from a sustainable source, and don't damage the balance of our oceans. Algal oils are an excellent source of DHA suitable for those following a vegan and vegetarian diet, and for everyone who understands the importance of supplementing with sustainable vegan Omega-3 fatty acids and DHA.**\",\n            \"createdDate\": \"2022-06-01T16:39:23.000Z\",\n            \"clientTimeOfAdministration\": \"Morning\",\n            \"clientText3\": null,\n            \"clientText2\": null,\n            \"clientText1\": null,\n            \"clientServingSize\": 1,\n            \"clientProductShortDescription\": null,\n            \"clientProductName\": \"Vegan Omega\",\n            \"clientProductId\": null,\n            \"clientPricePerPill\": 0.21495,\n            \"capsuleProductName\": \"Best Vegan Omega 3\",\n            \"capsuleProductImage\": \"https://img.okcapsule.com/Supplement%20photographs/Best-Vegan-Omega-3.png\",\n            \"brandName\": \"BR-00064\",\n            \"brandId\": \"a014P000025mbAkQAI\",\n            \"active\": true\n        },\n        {\n            \"recordId\": \"a324P000004o9uzQAA\",\n            \"productShortDescription\": \"Probiotics are live bacteria and microflora that fuel friendly bacteria in the digestive system. This vegan, intestinal cleansing SEBiotic® formula is a unique spore-forming, shelf-stable probiotic that supports intestinal health, immune function, and overall wellness. It contains plant-based carbohydrates FOS (fructooligosaccharides), nutrient-dense alfalfa, alma, and papaya powder. Amla (Emblica officinalis), better known as Indian gooseberry, is arguably the most important medicinal plant in the Indian traditional system of medicine, Ayurveda. Plus, high-activity proteases to support the breakdown of proteins and overall colon health. **\",\n            \"productSFPURL\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P000000Y6h2/MV6Xfc8nbZMTFQVK0hQb9qa1UggtURWj.Z7pmJ9MQpc\",\n            \"productName\": \"Complete Probiotic\",\n            \"productId\": \"01t4P000008WoTRQA0\",\n            \"name\": \"F-01719\",\n            \"lastModifiedDate\": \"2022-06-01T16:39:46.000Z\",\n            \"description\": \"The importance of maintaining a healthy digestive system for overall health and wellness is becoming better understood. Probiotics are good live bacteria and microflora that, as some studies have indicated, may benefit the body, specifically the digestive system. Less well known are prebiotics which are compounds that provide fuel for friendly bacteria in the digestive system. Additionally, this formula includes the plant-based carbohydrate, FOS (Fructooligosaccharides) and Amla (Emblica officinalis) better known as Indian gooseberry, which is arguably the most important medicinal plant in the Indian traditional system of medicine, Ayurveda. This is a complete, vegan probiotic formula targeted specifically to support intestinal health, immune function, and overall health.**\",\n            \"createdDate\": \"2022-06-01T16:39:46.000Z\",\n            \"clientTimeOfAdministration\": \"Morning\",\n            \"clientText3\": null,\n            \"clientText2\": null,\n            \"clientText1\": null,\n            \"clientServingSize\": 1,\n            \"clientProductShortDescription\": null,\n            \"clientProductName\": \"Complete Probiotic\",\n            \"clientProductId\": null,\n            \"clientPricePerPill\": 0.162,\n            \"capsuleProductName\": \"AST Floracor 500mg Vcap\",\n            \"capsuleProductImage\": \"https://img.okcapsule.com/Supplement%20photographs/june-batch/ASTFloracor.png\",\n            \"brandName\": \"BR-00064\",\n            \"brandId\": \"a014P000025mbAkQAI\",\n            \"active\": true\n        },\n        {\n            \"recordId\": \"a324P000004o9v3QAA\",\n            \"productShortDescription\": \"Magnesium is often lost through food processing and refinement, resulting in low dietary intake. Our magnesium comes in its amino acid chelated glycinate form to enhance absorption and efficacy throughout the body. It acts as a key enzyme activator to support the body in energy production, protein and calcium metabolism, and ATP synthesis. As a vital contributor to bone, muscle, and cardiovascular function, it is essential for overall health. **\",\n            \"productSFPURL\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P000000YHNe/8vPU_7fbi.TERbSB1pkh3BoWBZpsEDp16j.fU.vN0D0\",\n            \"productName\": \"Magnesium Glycinate\",\n            \"productId\": \"01t4P000008WzL5QAK\",\n            \"name\": \"F-01718\",\n            \"lastModifiedDate\": \"2022-06-01T16:39:34.000Z\",\n            \"description\": \"Magnesium is vital to bone, muscle, and cardiovascular health. Its key function, however, is as an enzyme activator. Enzymes are necessary to a whole host of the body's processes including energy production, protein metabolism, and ATP synthesis. Magnesium, in its amino acid chelated glycinate form, enhances absorption and efficacy throughout the body.**\",\n            \"createdDate\": \"2022-06-01T16:39:34.000Z\",\n            \"clientTimeOfAdministration\": \"Morning\",\n            \"clientText3\": null,\n            \"clientText2\": null,\n            \"clientText1\": null,\n            \"clientServingSize\": 1,\n            \"clientProductShortDescription\": null,\n            \"clientProductName\": \"Magnesium Glycinate\",\n            \"clientProductId\": null,\n            \"clientPricePerPill\": 0.11589,\n            \"capsuleProductName\": \"Magnesium Glycinate 133mg Vcap\",\n            \"capsuleProductImage\": \"https://img.okcapsule.com/Supplement%20photographs/june-batch/MagnesiumGlycinate.png\",\n            \"brandName\": \"BR-00064\",\n            \"brandId\": \"a014P000025mbAkQAI\",\n            \"active\": true\n        },\n        {\n            \"recordId\": \"a324P000004o9v4QAA\",\n            \"productShortDescription\": \"L-Theanine is the primary amino acid in green tea, which is traditionally understood to help reduce stress and uplift mood. L-Theanine increases serotonin and dopamine levels which supports mental clarity. Research indicates SunTheanine® brand supports relaxation and deep, restful sleep without causing drowsiness or other side effects. It may also improve nitric oxide production, support an already healthy cardiovascular system, and reduce the effects of caffeine.**\",\n            \"productSFPURL\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P000000YHJu/mx904ya1U95ozh5wuOv6lmgoLt.weilRD1oRfnYucyM\",\n            \"productName\": \"Theanine\",\n            \"productId\": \"01t4P000008WzL0QAK\",\n            \"name\": \"F-01721\",\n            \"lastModifiedDate\": \"2022-06-01T16:40:12.000Z\",\n            \"description\": \"This is the primary amino acid in green tea which has been traditionally understood to help reduce stress and uplift mood. L-Theanine increases serotonin and dopamine levels which supports mental clarity. Research indicates SunTheanine® brand supports relaxation and deep, restful sleep, without causing drowsiness or other side effects. L-theanine may improve nitric oxide production, support an already healthy cardiovascular system, and may assist in reducing the effects of caffeine.**\",\n            \"createdDate\": \"2022-06-01T16:40:12.000Z\",\n            \"clientTimeOfAdministration\": \"Morning\",\n            \"clientText3\": null,\n            \"clientText2\": null,\n            \"clientText1\": null,\n            \"clientServingSize\": 1,\n            \"clientProductShortDescription\": null,\n            \"clientProductName\": \"Theanine\",\n            \"clientProductId\": null,\n            \"clientPricePerPill\": 0.17212,\n            \"capsuleProductName\": \"L-Theanine 100mg Vcap\",\n            \"capsuleProductImage\": \"https://img.okcapsule.com/Supplement%20photographs/june-batch/L-Theanine100MG.png\",\n            \"brandName\": \"BR-00064\",\n            \"brandId\": \"a014P000025mbAkQAI\",\n            \"active\": true\n        },\n        {\n            \"recordId\": \"a324P000004o9v8QAA\",\n            \"productShortDescription\": \"As an essential vitamin only obtained through diet or supplementation, this calcium-based vitamin C tablet supports the production of collagen, connective tissue, bone, cartilage, and red blood cells. It plays a vital role in maintaining blood vessel integrity and its antioxidant properties can help to strengthen immune function, stress response, adrenal function and healthy gums. Calcium based vitamin C (Calcium carbonate, Calcium ascorbate) is non-acidic and therefore gentler on the teeth and stomach. Plus, bioflavonoids and a probiotic enzyme blend for optimal nutrition. **\",\n            \"productSFPURL\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P000000YGiE/oSQO4rBF7tHpaSKt.Mn0qUFrNXXLhsXfATh7dcix4w4\",\n            \"productName\": \"Buffered Vitamin C\",\n            \"productId\": \"01t4P000008WzwOQAS\",\n            \"name\": \"F-01720\",\n            \"lastModifiedDate\": \"2022-06-01T16:40:01.000Z\",\n            \"description\": \"This essential antioxidant can only be obtained through diet or supplementation. It is understood that Vitamin C's antioxidant properties may strengthen an already healthy body's natural defenses. Additionally, it may support a range of functions including stress response, adrenal function, and the body's immune health. Vitamin C is essential for the production of collagen, connective tissue, bone and cartilage, as well as the formation of red blood cells. This single tablet provides Vitamin C as calcium (Calcium carbonate, Calcium ascorbate), which is non-acidic and gentler on the teeth and stomach.**\",\n            \"createdDate\": \"2022-06-01T16:40:01.000Z\",\n            \"clientTimeOfAdministration\": \"Morning\",\n            \"clientText3\": null,\n            \"clientText2\": null,\n            \"clientText1\": null,\n            \"clientServingSize\": 1,\n            \"clientProductShortDescription\": null,\n            \"clientProductName\": \"Buffered Vitamin C\",\n            \"clientProductId\": null,\n            \"clientPricePerPill\": 0.11739,\n            \"capsuleProductName\": \"Buffered C-1000mg with Bios Tab\",\n            \"capsuleProductImage\": \"https://img.okcapsule.com/Supplement%20photographs/june-batch/BufferedC1000MGw...bios.png\",\n            \"brandName\": \"BR-00064\",\n            \"brandId\": \"a014P000025mbAkQAI\",\n            \"active\": true\n        },\n        {\n            \"recordId\": \"a327j000000EONYAA4\",\n            \"productShortDescription\": \"B12 (methylcobalamin) is an essential vitamin that helps the body metabolize carbohydrates, proteins, and fats. Studies have shown it may play an important role in supporting brain function, a healthy nervous system, red blood cell maintenance, DNA synthesis and regulation, fatty acid synthesis, cardiovascular health, and energy production. Supplementation is best suited for those whose diets don’t typically provide active forms of B12, including the elderly, vegans, and vegetarians.  **\",\n            \"productSFPURL\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P000000Y6hR/H6g7i_SIa1MYLl98YnvfUDYOft6cpzvfTm0E.6uAKB8\",\n            \"productName\": \"B12\",\n            \"productId\": \"01t4P000008XCj4QAG\",\n            \"name\": \"F-02246\",\n            \"lastModifiedDate\": \"2023-01-26T14:53:53.000Z\",\n            \"description\": \"B12 (methylcobalamin) is an essential vitamin that helps the body metabolize carbohydrates, proteins, and fats. Studies have shown it may play an important role in supporting brain function, a healthy nervous system, red blood cell maintenance, DNA synthesis and regulation, fatty acid synthesis, cardiovascular health, and energy production. Supplementation is best suited for those whose diets don’t typically provide active forms of B12, including the elderly, vegans, and vegetarians.  **\",\n            \"createdDate\": \"2023-01-26T14:53:51.000Z\",\n            \"clientTimeOfAdministration\": \"Morning\",\n            \"clientText3\": null,\n            \"clientText2\": null,\n            \"clientText1\": null,\n            \"clientServingSize\": 1,\n            \"clientProductShortDescription\": null,\n            \"clientProductName\": \"B12\",\n            \"clientProductId\": null,\n            \"clientPricePerPill\": 0.08349,\n            \"capsuleProductName\": \"B12 Methylcobalamin\",\n            \"capsuleProductImage\": \"https://img.okcapsule.com/Supplement%20photographs/september-batch/B12.png\",\n            \"brandName\": \"BR-00064\",\n            \"brandId\": \"a014P000025mbAkQAI\",\n            \"active\": true\n        },\n        {\n            \"recordId\": \"a327j000000EONZAA4\",\n            \"productShortDescription\": \"Studies suggest vitamin D-3 (cholecalciferol) may be more efficacious than vitamin D-2 and is an important nutrient that supports a range of processes. The body produces vitamin D-3 when exposed to sunlight and certain foods (e.g., egg yolk, butter, and fatty fish). However, deficiencies can occur, and supplementation can be beneficial. Our bioavailable formula supports the body in bone building, enhancing calcium and phosphorus utilization, muscle strength and function, immune health, and enhanced cell-to-cell communication. **\",\n            \"productSFPURL\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P000000YIDT/JLyIipLY3Gz3yz9jN3c06R7f9KxymfJJbVZ9ZjLcVGE\",\n            \"productName\": \"D 5000\",\n            \"productId\": \"01t4P000008WzyVQAS\",\n            \"name\": \"F-02249\",\n            \"lastModifiedDate\": \"2023-01-26T14:57:07.000Z\",\n            \"description\": \"Studies suggest vitamin D-3 (cholecalciferol) may be more efficacious than vitamin D-2 and is an important nutrient that supports a range of processes. The body produces vitamin D-3 when exposed to sunlight and certain foods (e.g., egg yolk, butter, and fatty fish). However, deficiencies can occur, and supplementation can be beneficial. Our bioavailable formula supports the body in bone building, enhancing calcium and phosphorus utilization, muscle strength and function, immune health, and enhanced cell-to-cell communication. **\",\n            \"createdDate\": \"2023-01-26T14:57:07.000Z\",\n            \"clientTimeOfAdministration\": \"Morning\",\n            \"clientText3\": null,\n            \"clientText2\": null,\n            \"clientText1\": null,\n            \"clientServingSize\": 1,\n            \"clientProductShortDescription\": null,\n            \"clientProductName\": \"D 5000\",\n            \"clientProductId\": null,\n            \"clientPricePerPill\": 0.04116,\n            \"capsuleProductName\": \"Vitamin D3 125mcg Softgel\",\n            \"capsuleProductImage\": \"https://img.okcapsule.com/Supplement%20photographs/Vitamin%20D-3%20125mcg.png\",\n            \"brandName\": \"BR-00064\",\n            \"brandId\": \"a014P000025mbAkQAI\",\n            \"active\": true\n        },\n        {\n            \"recordId\": \"a327j000000EONdAAO\",\n            \"productShortDescription\": \"Studies suggest vitamin D-3 (cholecalciferol) may be more efficacious than vitamin D-2 and is an important nutrient that supports a range of processes. The body produces vitamin D-3 when exposed to sunlight and certain foods (e.g., egg yolk, butter, and fatty fish). However, deficiencies can occur, and supplementation can be beneficial. Our bioavailable formula is vegan, plant-based, and sourced from sustainably harvested lichen. It supports the body in bone building, enhancing calcium utilization, muscle strength and function, immune health, and enhanced cell-to-cell communication.**\",\n            \"productSFPURL\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P000000YI1O/9QBH9QwYJxxOu1A8aN4cBnJ0F8Nw7uPdW.AmVKpf2y4\",\n            \"productName\": \"Vegan Vitamin D3-5000\",\n            \"productId\": \"01t4P000008v8A0QAI\",\n            \"name\": \"F-02247\",\n            \"lastModifiedDate\": \"2023-01-26T14:54:11.000Z\",\n            \"description\": \"Studies suggest vitamin D-3 (cholecalciferol) may be more efficacious than vitamin D-2 and is an important nutrient that supports a range of processes. The body produces vitamin D-3 when exposed to sunlight and certain foods (e.g., egg yolk, butter, and fatty fish). However, deficiencies can occur, and supplementation can be beneficial. Our bioavailable formula is vegan, plant-based, and sourced from sustainably harvested lichen. It supports the body in bone building, enhancing calcium utilization, muscle strength and function, immune health, and enhanced cell-to-cell communication.**\",\n            \"createdDate\": \"2023-01-26T14:54:11.000Z\",\n            \"clientTimeOfAdministration\": \"Morning\",\n            \"clientText3\": null,\n            \"clientText2\": null,\n            \"clientText1\": null,\n            \"clientServingSize\": 1,\n            \"clientProductShortDescription\": null,\n            \"clientProductName\": \"Vegan Vitamin D3-5000\",\n            \"clientProductId\": null,\n            \"clientPricePerPill\": 0,\n            \"capsuleProductName\": \"Vegan Vitamin D3-5000IU Tablet\",\n            \"capsuleProductImage\": \"https://img.okcapsule.com/Supplement%20photographs/DEVA%20Vitamin%20D.png\",\n            \"brandName\": \"BR-00064\",\n            \"brandId\": \"a014P000025mbAkQAI\",\n            \"active\": true\n        },\n        {\n            \"recordId\": \"a327j000000EONeAAO\",\n            \"productShortDescription\": \"Type II collagen is a structural protein that gives cartilage strength and stability. As the primary component of synovial fluid, hyaluronic acid works with type II collagen to act as a cushion lubricant in joint mobility. Our expertly formulated blend provides type II collagen (from chicken), hyaluronic acid, and chondroitin sulfate for mobility and overall joint health. Additionally, hyaluronic acid plays an important role in maintaining healthy skin and hair. **\",\n            \"productSFPURL\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P000000YHJE/jFzvpeg_2cy0mdBnrF5L5fq5ga5M_UzsEn_0ELfKFRE\",\n            \"productName\": \"Hyaluronic Acid\",\n            \"productId\": \"01t4P000008X0s7QAC\",\n            \"name\": \"F-02252\",\n            \"lastModifiedDate\": \"2023-01-26T14:59:58.000Z\",\n            \"description\": \"Type II collagen is a structural protein that gives cartilage strength and stability. As the primary component of synovial fluid, hyaluronic acid works with type II collagen to act as a cushion lubricant in joint mobility. Our expertly formulated blend provides type II collagen (from chicken), hyaluronic acid, and chondroitin sulfate for mobility and overall joint health. Additionally, hyaluronic acid plays an important role in maintaining healthy skin and hair. **\",\n            \"createdDate\": \"2023-01-26T14:59:58.000Z\",\n            \"clientTimeOfAdministration\": \"Morning\",\n            \"clientText3\": null,\n            \"clientText2\": null,\n            \"clientText1\": null,\n            \"clientServingSize\": 1,\n            \"clientProductShortDescription\": null,\n            \"clientProductName\": \"Hyaluronic Acid\",\n            \"clientProductId\": null,\n            \"clientPricePerPill\": 0.17989,\n            \"capsuleProductName\": \"Hyaluronic Acid (Type ll Collagen) 50mg\",\n            \"capsuleProductImage\": \"https://img.okcapsule.com/Supplement%20photographs/HyaluronicAcid(TypellCollagen)50mg.png\",\n            \"brandName\": \"BR-00064\",\n            \"brandId\": \"a014P000025mbAkQAI\",\n            \"active\": true\n        },\n        {\n            \"recordId\": \"a327j000000EONiAAO\",\n            \"productShortDescription\": \"Iron deficiency is the most common nutrient deficiency in women. It is essential for blood oxygenation, DNA synthesis, and energy production. Our formula is made with amino acid chelated iron, Ferrochel® (ferrous bisglycinate chelate), which is more bioavailable and therefore causes less gastric upset than most iron supplements. Easy Iron is suggested for pregnant women, menstruating women, vegans, and anemic individuals. **\",\n            \"productSFPURL\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P000000YH7G/nysWFXeefGOX208b0ihfKuyuKFxer.ha1R.VchGf99U\",\n            \"productName\": \"Easy Iron\",\n            \"productId\": \"01t4P000008WwjEQAS\",\n            \"name\": \"F-02248\",\n            \"lastModifiedDate\": \"2023-01-26T14:55:08.000Z\",\n            \"description\": \"Iron deficiency is the most common nutrient deficiency in women. It is essential for blood oxygenation, DNA synthesis, and energy production. Our formula is made with amino acid chelated iron, Ferrochel® (ferrous bisglycinate chelate), which is more bioavailable and therefore causes less gastric upset than most iron supplements. Easy Iron is suggested for pregnant women, menstruating women, vegans, and anemic individuals. **\",\n            \"createdDate\": \"2023-01-26T14:55:07.000Z\",\n            \"clientTimeOfAdministration\": \"Morning\",\n            \"clientText3\": null,\n            \"clientText2\": null,\n            \"clientText1\": null,\n            \"clientServingSize\": 1,\n            \"clientProductShortDescription\": null,\n            \"clientProductName\": \"Easy Iron\",\n            \"clientProductId\": null,\n            \"clientPricePerPill\": 0.1299,\n            \"capsuleProductName\": \"Easy Iron 25mg Ferrochel Amino Acid Chelate\",\n            \"capsuleProductImage\": \"https://img.okcapsule.com/Supplement%20photographs/Easy-Iron-25mg-Ferrochel-Amino-Acid-Chelate.png\",\n            \"brandName\": \"BR-00064\",\n            \"brandId\": \"a014P000025mbAkQAI\",\n            \"active\": true\n        },\n        {\n            \"recordId\": \"a327j000000EONnAAO\",\n            \"productShortDescription\": \"Coffee beans contain chlorogenic acids which are believed to have some antioxidant properties. This formula is derived from green coffee beans, before they are roasted. Green coffee extract may support cardiovascular health and healthy weight management. (Each serving typically contains less than 20mg of caffeine.)**\",\n            \"productSFPURL\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P000000YHG1/rMJ9l6z1RmYzedqnvp1LaI136KzOuZniLoGgdCMPgCU\",\n            \"productName\": \"Green Coffee\",\n            \"productId\": \"01t4P000008WzKvQAK\",\n            \"name\": \"F-02250\",\n            \"lastModifiedDate\": \"2023-01-26T14:57:34.000Z\",\n            \"description\": \"Coffee beans contain chlorogenic acids which are believed to have some antioxidant properties. This formula is derived from green coffee beans, before they are roasted. Green coffee extract may support cardiovascular health and healthy weight management. (Each serving typically contains less than 20mg of caffeine.)**\",\n            \"createdDate\": \"2023-01-26T14:57:34.000Z\",\n            \"clientTimeOfAdministration\": \"Morning\",\n            \"clientText3\": null,\n            \"clientText2\": null,\n            \"clientText1\": null,\n            \"clientServingSize\": 1,\n            \"clientProductShortDescription\": null,\n            \"clientProductName\": \"Green Coffee\",\n            \"clientProductId\": null,\n            \"clientPricePerPill\": 0.12172,\n            \"capsuleProductName\": \"Green Coffee Ext. 400mg Vcap\",\n            \"capsuleProductImage\": \"https://img.okcapsule.com/Supplement%20photographs/june-batch/GreenCoffeeBeanExt.png\",\n            \"brandName\": \"BR-00064\",\n            \"brandId\": \"a014P000025mbAkQAI\",\n            \"active\": true\n        },\n        {\n            \"recordId\": \"a327j000000EONoAAO\",\n            \"productShortDescription\": \"Zinc is an essential nutrient that can only be obtained through diet or supplementation. The second most abundant trace mineral in the body after iron, it is necessary for the activity of over 200 enzymes including metabolism, digestion, hormone levels, and the male reproductive system. Additionally, it is essential to sensory functions, such as vision and taste, and it is important to overall skin health and supports a healthy immune system. This important nutrient is bonded to the amino acid L-methionine for better absorption and efficacy over other forms of zinc.**\",\n            \"productSFPURL\": null,\n            \"productName\": \"L-OptiZinc 20\",\n            \"productId\": \"01t4P000008WzwpQAC\",\n            \"name\": \"F-02256\",\n            \"lastModifiedDate\": \"2023-01-26T15:07:26.000Z\",\n            \"description\": \"Zinc is an essential nutrient that can only be obtained through diet or supplementation. The second most abundant trace mineral in the body after iron, it is necessary for the activity of over 200 enzymes including metabolism, digestion, hormone levels, and the male reproductive system. Additionally, it is essential to sensory functions, such as vision and taste, and it is important to overall skin health and supports a healthy immune system. This important nutrient is bonded to the amino acid L-methionine for better absorption and efficacy over other forms of zinc.**\",\n            \"createdDate\": \"2023-01-26T15:07:26.000Z\",\n            \"clientTimeOfAdministration\": \"Morning\",\n            \"clientText3\": null,\n            \"clientText2\": null,\n            \"clientText1\": null,\n            \"clientServingSize\": 1,\n            \"clientProductShortDescription\": null,\n            \"clientProductName\": \"L-OptiZinc 20\",\n            \"clientProductId\": null,\n            \"clientPricePerPill\": 0.05448,\n            \"capsuleProductName\": \"Zinc L-OptiZinc 20mg Tab\",\n            \"capsuleProductImage\": \"https://img.okcapsule.com/Supplement%20photographs/june-batch/Zinc20MG%20L%20OptiZinc.png\",\n            \"brandName\": \"BR-00064\",\n            \"brandId\": \"a014P000025mbAkQAI\",\n            \"active\": true\n        },\n        {\n            \"recordId\": \"a327j000000EONsAAO\",\n            \"productShortDescription\": \"MSM 1000mg (Methylsulfonylmethane) is a naturally-occurring compound that provides sulfur for a variety of important physiological functions. Sulfur is present at significant amounts in nerve tissue, muscle tissue, skin, hair, and bones. Due to its antimicrobial properties, sulfur has been used to support healthy skin and hair. MSM is found in fresh fruits, vegetables, seafood, and meats; however, additional supplementation may be beneficial.**\",\n            \"productSFPURL\": null,\n            \"productName\": \"MSM 1000mg\",\n            \"productId\": \"01t4P000008WzwZQAS\",\n            \"name\": \"F-02251\",\n            \"lastModifiedDate\": \"2023-01-26T14:59:47.000Z\",\n            \"description\": \"MSM 1000mg (Methylsulfonylmethane) is a naturally-occurring compound that provides sulfur for a variety of important physiological functions. Sulfur is present at significant amounts in nerve tissue, muscle tissue, skin, hair, and bones. Due to its antimicrobial properties, sulfur has been used to support healthy skin and hair. MSM is found in fresh fruits, vegetables, seafood, and meats; however, additional supplementation may be beneficial.**\",\n            \"createdDate\": \"2023-01-26T14:59:47.000Z\",\n            \"clientTimeOfAdministration\": \"Morning\",\n            \"clientText3\": null,\n            \"clientText2\": null,\n            \"clientText1\": null,\n            \"clientServingSize\": 1,\n            \"clientProductShortDescription\": null,\n            \"clientProductName\": \"MSM 1000mg\",\n            \"clientProductId\": null,\n            \"clientPricePerPill\": null,\n            \"capsuleProductName\": \"MSM 1000mg (Methylsulfonylmethane)\",\n            \"capsuleProductImage\": null,\n            \"brandName\": \"BR-00064\",\n            \"brandId\": \"a014P000025mbAkQAI\",\n            \"active\": true\n        },\n        {\n            \"recordId\": \"a327j000000EONxAAO\",\n            \"productShortDescription\": \"Glucosamine sulfate is a natural compound found in cartilage, ligaments, tendons, mucus membranes, blood vessels, synovial fluid, and eyes. It stimulates the production of glycosaminoglycans and supports overall joint function, repair, and maintenance of connective tissue. While most glucosamine products are derived from shellfish, this formula is made from a patent-pending direct fermentation process that is sustainable, environmentally responsible, and vegan. **\",\n            \"productSFPURL\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P000000YHEd/BCqJylTPf3ZLWO4W5uFX8zyQMYuTLTFQp5yyl9j4jjY\",\n            \"productName\": \"Glucosamine\",\n            \"productId\": \"01t4P000008WzI6QAK\",\n            \"name\": \"F-02253\",\n            \"lastModifiedDate\": \"2023-01-26T15:00:15.000Z\",\n            \"description\": \"Glucosamine sulfate is a natural compound found in cartilage, ligaments, tendons, mucus membranes, blood vessels, synovial fluid, and eyes. It stimulates the production of glycosaminoglycans and supports overall joint function, repair, and maintenance of connective tissue. While most glucosamine products are derived from shellfish, this formula is made from a patent-pending direct fermentation process that is sustainable, environmentally responsible, and vegan. **\",\n            \"createdDate\": \"2023-01-26T15:00:14.000Z\",\n            \"clientTimeOfAdministration\": \"Morning\",\n            \"clientText3\": null,\n            \"clientText2\": null,\n            \"clientText1\": null,\n            \"clientServingSize\": 1,\n            \"clientProductShortDescription\": null,\n            \"clientProductName\": \"Glucosamine\",\n            \"clientProductId\": null,\n            \"clientPricePerPill\": 0.16756,\n            \"capsuleProductName\": \"Glucosamine 750mg Vcap\",\n            \"capsuleProductImage\": \"https://img.okcapsule.com/Supplement%20photographs/june-batch/GlucosamineSulfate.png\",\n            \"brandName\": \"BR-00064\",\n            \"brandId\": \"a014P000025mbAkQAI\",\n            \"active\": true\n        },\n        {\n            \"recordId\": \"a327j000000EOO2AAO\",\n            \"productShortDescription\": \"A biotin (B-complex Vitamin) formula that aids the body in converting nutrients into energy and the metabolization of sugars, fats, and amino acids. Biotin plays an influential role in utilizing glucose and enhancing insulin sensitivity. Additionally, it may promote strong and healthy nails, skin, and hair. Although Biotin is produced naturally in healthy intestines, deficiencies can occur, and supplementation can be beneficial, especially in combination with other B-Complex vitamins and the naturally occurring compound CoEnzyme Q10. **\",\n            \"productSFPURL\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P000000YGjV/GLzSgrqBNKlWy_bILZjfD9WXyp7oOdRy5xzgzAilyEs\",\n            \"productName\": \"Biotin\",\n            \"productId\": \"01t4P000008X0s3QAC\",\n            \"name\": \"F-02254\",\n            \"lastModifiedDate\": \"2023-01-26T15:05:20.000Z\",\n            \"description\": \"A biotin (B-complex Vitamin) formula that aids the body in converting nutrients into energy and the metabolization of sugars, fats, and amino acids. Biotin plays an influential role in utilizing glucose and enhancing insulin sensitivity. Additionally, it may promote strong and healthy nails, skin, and hair. Although Biotin is produced naturally in healthy intestines, deficiencies can occur, and supplementation can be beneficial, especially in combination with other B-Complex vitamins and the naturally occurring compound CoEnzyme Q10. **\",\n            \"createdDate\": \"2023-01-26T15:05:19.000Z\",\n            \"clientTimeOfAdministration\": \"Morning\",\n            \"clientText3\": null,\n            \"clientText2\": null,\n            \"clientText1\": null,\n            \"clientServingSize\": 1,\n            \"clientProductShortDescription\": null,\n            \"clientProductName\": \"Biotin\",\n            \"clientProductId\": null,\n            \"clientPricePerPill\": 0.11247,\n            \"capsuleProductName\": \"Biotin 5000mcg Gelatin Cap\",\n            \"capsuleProductImage\": \"https://img.okcapsule.com/Supplement%20photographs/june-batch/Biotin5000MG.png\",\n            \"brandName\": \"BR-00064\",\n            \"brandId\": \"a014P000025mbAkQAI\",\n            \"active\": true\n        },\n        {\n            \"recordId\": \"a327j000000EOO7AAO\",\n            \"productShortDescription\": \"Green tea extract (Camellia sinensis) is traditionally recognized for its antioxidant and detoxification properties. Our meticulously extracted formula is designed to provide optimal 50% naturally occurring catechins (a type of antioxidant believed to have some disease-fighting properties) and manufactured under strict European quality control standards. Additionally, it contains approximately 8% naturally occurring caffeine. **\",\n            \"productSFPURL\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P000000LjPX/7hnnhAeOrxw5Ad9HjcikyTUI14sfslYJgfx8zi45oIo\",\n            \"productName\": \"Green Tea\",\n            \"productId\": \"01t4P000008WzxsQAC\",\n            \"name\": \"F-02255\",\n            \"lastModifiedDate\": \"2023-01-26T15:05:40.000Z\",\n            \"description\": \"Green tea extract (Camellia sinensis) is traditionally recognized for its antioxidant and detoxification properties. Our meticulously extracted formula is designed to provide optimal 50% naturally occurring catechins (a type of antioxidant believed to have some disease-fighting properties) and manufactured under strict European quality control standards. Additionally, it contains approximately 8% naturally occurring caffeine. **\",\n            \"createdDate\": \"2023-01-26T15:05:40.000Z\",\n            \"clientTimeOfAdministration\": \"Morning\",\n            \"clientText3\": null,\n            \"clientText2\": null,\n            \"clientText1\": null,\n            \"clientServingSize\": 1,\n            \"clientProductShortDescription\": null,\n            \"clientProductName\": \"Green Tea\",\n            \"clientProductId\": null,\n            \"clientPricePerPill\": 0.10617,\n            \"capsuleProductName\": \"Green Tea Ext. 300mg Cap\",\n            \"capsuleProductImage\": \"https://img.okcapsule.com/Supplement%20photographs/june-batch/GreenTeaExtract300MG.png\",\n            \"brandName\": \"BR-00064\",\n            \"brandId\": \"a014P000025mbAkQAI\",\n            \"active\": true\n        },\n        {\n            \"recordId\": \"a327j000000EOOCAA4\",\n            \"productShortDescription\": \"Echinacea angustifolia root is an organic herb extract used safely for centuries across North America and Europe. Traditionally understood to support a healthy adult's overall immune system, our organic, full-spectrum formula is standardized to 4% naturally occurring echinacosides and designed for optimal efficiency and health. It is an ideal supplement to be taken several times a day or at the onset of cold or flu-like symptoms. The European Pharmacopoeia has also identified Echinacea angustifolia root as an adjuvant herb benefiting the respiratory system. **\",\n            \"productSFPURL\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P000000YH6K/dCc_Hun4bh5E07AeDpOFsCo3rzsRqjuEPznQ0P89CTU\",\n            \"productName\": \"Echinacea\",\n            \"productId\": \"01t4P000008WzxnQAC\",\n            \"name\": \"F-02257\",\n            \"lastModifiedDate\": \"2023-01-26T15:07:38.000Z\",\n            \"description\": \"Echinacea angustifolia root is an organic herb extract used safely for centuries across North America and Europe. Traditionally understood to support a healthy adult's overall immune system, our organic, full-spectrum formula is standardized to 4% naturally occurring echinacosides and designed for optimal efficiency and health. It is an ideal supplement to be taken several times a day or at the onset of cold or flu-like symptoms. The European Pharmacopoeia has also identified Echinacea angustifolia root as an adjuvant herb benefiting the respiratory system. **\",\n            \"createdDate\": \"2023-01-26T15:07:38.000Z\",\n            \"clientTimeOfAdministration\": \"Morning\",\n            \"clientText3\": null,\n            \"clientText2\": null,\n            \"clientText1\": null,\n            \"clientServingSize\": 1,\n            \"clientProductShortDescription\": null,\n            \"clientProductName\": \"Echinacea\",\n            \"clientProductId\": null,\n            \"clientPricePerPill\": 0.11648,\n            \"capsuleProductName\": \"Echinacea Standardized Ext. Gel Cap\",\n            \"capsuleProductImage\": \"https://img.okcapsule.com/Supplement%20photographs/september-batch/Echinacea.png\",\n            \"brandName\": \"BR-00064\",\n            \"brandId\": \"a014P000025mbAkQAI\",\n            \"active\": true\n        },\n        {\n            \"recordId\": \"a327j000000EOSyAAO\",\n            \"productShortDescription\": \"This test product is used with functional testing and validation only.**\",\n            \"productSFPURL\": \"https://okcapsule.com/\",\n            \"productName\": \"Test Supplement - Vitamin\",\n            \"productId\": \"01t4P000008WGGMQA4\",\n            \"name\": \"F-02269\",\n            \"lastModifiedDate\": \"2023-02-03T20:54:41.000Z\",\n            \"description\": \"This test product is used with functional testing and validation only.**\",\n            \"createdDate\": \"2023-02-03T20:54:41.000Z\",\n            \"clientTimeOfAdministration\": \"Morning\",\n            \"clientText3\": null,\n            \"clientText2\": null,\n            \"clientText1\": null,\n            \"clientServingSize\": 1,\n            \"clientProductShortDescription\": null,\n            \"clientProductName\": \"Test Supplement - Vitamin\",\n            \"clientProductId\": null,\n            \"clientPricePerPill\": 0,\n            \"capsuleProductName\": \"Test Supplement - Vitamin\",\n            \"capsuleProductImage\": \"https://img.okcapsule.com/Supplement%20photographs/vitamin-d3-50mcg-2000ui.jpg?w=100&text.0.text=TEST\",\n            \"brandName\": \"BR-00064\",\n            \"brandId\": \"a014P000025mbAkQAI\",\n            \"active\": true\n        }\n    ],\n    \"totalPages\": 1,\n    \"totalCount\": 26,\n    \"pageSize\": 200,\n    \"currentPage\": 1\n}"}],"_postman_id":"76e0f222-8b62-4ddb-8e22-cb877c34347b"},{"name":"Get Specific Formulary","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"08284386-603d-44cd-b7cb-f95db5242afd"}}],"id":"407c6abd-6f81-4d54-ad09-33bbec139077","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"X-User","value":"{{userName}}","type":"text"},{"key":"Authorization","value":"apikey {{apiKey}}","type":"text"}],"url":"http://localhost:3000/v1/formularies?recordId=a324P0000064PI7QAM","description":"<p>Retrieve a specific Formulary by its recordId.</p>\n<p>Note: Order line Posts require the Formulary ID for the product that is being ordered.</p>\n","urlObject":{"path":["v1","formularies"],"host":["http://localhost:3000"],"query":[{"key":"recordId","value":"a324P0000064PI7QAM"}],"variable":[]}},"response":[{"id":"8ded087a-33e9-49df-be11-bd2b50a2b1b4","name":"Get Specific Formulary","originalRequest":{"method":"GET","header":[{"key":"X-User","value":"{{userName}}","type":"text"},{"key":"Authorization","value":"apikey {{apiKey}}","type":"text"}],"url":{"raw":"http://localhost:3000/v1/formularies?recordId=a324P0000064PI7QAM","host":["http://localhost:3000"],"path":["v1","formularies"],"query":[{"key":"recordId","value":"a324P0000064PI7QAM"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 03 Feb 2023 23:25:28 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"935"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Embedder-Policy","value":"require-corp"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"3a7-OHCcxo8jxLCIAAUTArvf86SdabU\""}],"cookie":[],"responseTime":null,"body":"{\n    \"recordId\": \"a327j000000EOSyAAO\",\n    \"productShortDescription\": \"This test product is used with functional testing and validation only.**\",\n    \"productSFPURL\": \"https://okcapsule.com/\",\n    \"productName\": \"Test Supplement - Vitamin\",\n    \"productId\": \"01t4P000008WGGMQA4\",\n    \"name\": \"F-02269\",\n    \"lastModifiedDate\": \"2023-02-03T20:54:41.000Z\",\n    \"description\": \"This test product is used with functional testing and validation only.**\",\n    \"createdDate\": \"2023-02-03T20:54:41.000Z\",\n    \"clientTimeOfAdministration\": \"Morning\",\n    \"clientText3\": null,\n    \"clientText2\": null,\n    \"clientText1\": null,\n    \"clientServingSize\": 1,\n    \"clientProductShortDescription\": null,\n    \"clientProductName\": \"Test Supplement - Vitamin\",\n    \"clientProductId\": null,\n    \"clientPricePerPill\": 0,\n    \"capsuleProductName\": \"Test Supplement - Vitamin\",\n    \"capsuleProductImage\": \"https://img.okcapsule.com/Supplement%20photographs/vitamin-d3-50mcg-2000ui.jpg?w=100&text.0.text=TEST\",\n    \"brandName\": \"BR-00064\",\n    \"brandId\": \"a014P000025mbAkQAI\",\n    \"active\": true\n}"}],"_postman_id":"407c6abd-6f81-4d54-ad09-33bbec139077"},{"name":"Update Formulary","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test('Product name is updated', function () {\r","    var prodName = pm.response.json().productName;\r","    pm.expect(prodName).to.equal('ABC Corp Vitamin C');\r","});"],"type":"text/javascript","id":"663cd3ad-6d44-4152-90e6-39bdd7faee8b"}}],"id":"d60ff561-6c9e-4d98-b20f-defb99c71e33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-User","type":"text","value":"{{userName}}"},{"key":"Authorization","type":"text","value":"apikey {{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"clientProductName\": \"ABC Corp Vitamin C\",\n    \"clientTimeOfAdministration\": \"Morning\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/v1/formularies?recordId=a324P0000064PI7QAM","description":"<p>Update an existing Formulary.</p>\n","urlObject":{"path":["v1","formularies"],"host":["http://localhost:3000"],"query":[{"key":"recordId","value":"a324P0000064PI7QAM"}],"variable":[]}},"response":[{"id":"1f625b5c-e002-419e-a7f7-0922850ca6f2","name":"Update Formulary","originalRequest":{"method":"PUT","header":[{"key":"X-User","type":"text","value":"{{userName}}"},{"key":"Authorization","type":"text","value":"apikey {{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"clientProductName\": \"ABC Corp Vitamin C\",\n    \"clientTimeOfAdministration\": \"Morning\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:3000/v1/formularies?recordId=a3263000000HPu6AAG","host":["http://localhost:3000"],"path":["v1","formularies"],"query":[{"key":"recordId","value":"a3263000000HPu6AAG"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"552"},{"key":"Etag","value":"W/\"228-fe0GeEhnOvRgaQz1Jftjk4cn+q4\""},{"key":"Date","value":"Thu, 11 Jun 2020 17:11:08 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"recordId\": \"a3263000000HPu6AAG\",\n    \"productShortDescription\": \"This test product is used with functional testing and validation only.\",\n    \"productName\": \"ABC Corp Vitamin C\",\n    \"productId\": \"01t4P000008WGGMQA4\",\n    \"name\": \"F-00375\",\n    \"description\": \"This test product is used with functional testing and validation only.\",\n    \"clientTimeOfAdministration\": \"Morning\",\n    \"clientServingSize\": 1,\n    \"clientProductName\": \"ABC Corp Vitamin C\",\n    \"clientProductId\": null,\n    \"clientPricePerPill\": 0.12345,\n    \"capsuleProductName\": \"Test Supplement - Vitamin\",\n    \"brandId\": \"a014P00001uX9jdQAC\",\n    \"active\": true\n}"},{"id":"60780414-f918-4c37-bac3-95c607bf5d93","name":"Update Formulary","originalRequest":{"method":"PUT","header":[{"key":"X-User","type":"text","value":"{{userName}}"},{"key":"Authorization","type":"text","value":"apikey {{apiKey}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"clientServingSize\": 2,\r\n\t\"clientProductName\": \"ABC Corp Vitamin C\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:3000/v1/formularies?recordId=a324P00000382JwQAI","host":["http://localhost:3000"],"path":["v1","formularies"],"query":[{"key":"recordId","value":"a324P00000382JwQAI"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"75"},{"key":"Etag","value":"W/\"4b-h6eDo/MsXiH9H87aaft4vBc6tNI\""},{"key":"Date","value":"Thu, 11 Jun 2020 12:32:16 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\r\n\t\"recordId\": \"a324P00000382JwQAI\",\r\n\t\"productShortDescription\": \"Vitamin C is an essential vitamin that can only be attained through diet or supplementation. It’s understood that Vitamin C is a powerful antioxidant, strengthening the body’s natural defenses, but additionally, it also helps support a wide range of other functions including the body’s stress response system and adrenal function; the production of collagen, connective tissue, bone and cartilage; and the formation of red blood cells. Working with the immune system, it stimulates white blood cells and interferon production. Our Ultra Complex C 1000 is formulated to include citrus bioflavonoids, rutin, and hesperidin for added support.\",\r\n\t\"productName\": \"Ultra Complex C-1000\",\r\n\t\"productId\": \"01t4P000008WoTMQA0\",\r\n\t\"name\": \"F-00077\",\r\n\t\"description\": \"Ultra Complex C-1000 provides Vitamin C with Citrus Bioflavonoid Complex, Rutin and Hesperidin, along with Acerola Berry and Rosehips. Vitamin C helps the body create collagen, a primary protein in connective tissue, bone, and cartilage; furthermore, as a protective antioxidant, it supports the integrity of blood vessels and the immune system. Additional benefits of Vitamin C include its ability to support healthy gums, support adrenal gland function and the role it plays in a healthy stress response.\",\r\n\t\"clientTimeOfAdministration\": \"Morning\",\r\n\t\"clientServingSize\": 2,\r\n\t\"clientProductName\": \"ABC Corp Vitamin C\",\r\n\t\"clientProductId\": null,\r\n\t\"clientPricePerPill\": null,\r\n\t\"capsuleProductName\": \"Ultra Complex C-1000\",\r\n\t\"brandId\": \"a014P00001uX9jdQAC\",\r\n\t\"active\": true\r\n}"}],"_postman_id":"d60ff561-6c9e-4d98-b20f-defb99c71e33"}],"id":"13f17dad-6176-46a9-a906-91e2e63a1528","description":"<p>Formularies represent a subset of OK Capsule's supplement products that a client may sell. Formularies are set up by the sales team and orders can only be placed for products on a client's formulary.</p>\n<table><tbody><tr><td><b>FIELD</b></td><td><b>TYPE</b></td><td><b>REQUIRED</b></td><td><b>UPDATEABLE</b></td><td><b>DESCRIPTION</b></td><td><b>EXAMPLE VALUES</b></td></tr><tr><td>recordId</td><td>Text(18)</td><td> </td><td> </td><td>Primary key, unique system generated value</td><td>0014P00002grSIoQAM</td></tr><tr><td>name</td><td></td><td> </td><td> </td><td>Unique system generated value</td><td>F-00012</td></tr><tr><td>productId</td><td>Text(18)</td><td>X</td><td> </td><td>Reference to Product</td><td>0014P00002grSIoQAM</td></tr><tr><td>brandId</td><td>Text(18)</td><td>X</td><td> </td><td>Reference to Brand</td><td>0014P00002grSIoQAM</td></tr><tr><td>active</td><td>Boolean</td><td> </td><td> </td><td>Whether or not the pack can currently be used</td><td>true, false, 1, 0</td></tr><tr><td>clientProductId</td><td>Text(50)</td><td> </td><td>X</td><td>A unique product identifier provided by the client</td><td>REL-0976563</td></tr><tr><td>clientProductName</td><td>Text(255)</td><td> </td><td>X</td><td>Defaults to products.displayName, but can be changed by client.</td><td>MELATONIN</td></tr><tr><td>clientServingSize</td><td>Integer</td><td> </td><td>X</td><td>Defaults to products.servingSize, but can be changed by client.</td><td> </td></tr><tr><td>clientTimeOfAdministration</td><td>Text(7)</td><td> </td><td>X</td><td>The time of day that supplement should be taken.</td><td>Morning<br />Midday<br />Evening</td></tr><tr><td>description</td><td>Text(4000)</td><td> </td><td> </td><td>OK Capsule's default product description. Contact Capsule to request changes.</td><td>Melatonin affects sleep and helps regulate the body’s circadian rhythms. Although it is...</td></tr><tr><td>productShortDescription</td><td><br />Text(500)</td><td> </td><td> </td><td>Up to 500 characters meant for list displays of products where the long description would not fit in the designed space.</td><td>Melatonin 3mg helps regulate the body’s circadian rhythms. Supplementation may be...</td></tr><tr><td>productName</td><td>Text(80)</td><td> </td><td> </td><td>Capsule's Product Name</td><td>Melatonin 3mg Tab</td></tr><tr><td>clientPricePerPill</td><td>Currency(13, 5)</td><td> </td><td> </td><td>Price per pill</td><td>$0.26</td></tr></tbody></table>","_postman_id":"13f17dad-6176-46a9-a906-91e2e63a1528"},{"name":"Customers","item":[{"name":"Create Customer","event":[{"listen":"test","script":{"exec":["const jsonData = pm.response.json();\r","pm.test(\"Successful POST request\", () => {\r","  pm.expect(pm.response.code).to.be.oneOf([200,201,202]);\r","});\r","console.log(\"data\", jsonData[0])\r","pm.collectionVariables.set(\"test_clientCustomerId\", jsonData[0].clientCustomerId);\r","pm.collectionVariables.set(\"test_customerAccountId\", jsonData[0].customerAccountId);\r","pm.collectionVariables.set(\"test_shipToAccount\", jsonData[0].customerAccountId);\r","pm.collectionVariables.set(\"test_shipToContactId\", jsonData[0].shippingContactId);"],"type":"text/javascript","id":"1feb39ef-b360-4d43-a61a-8cbf7d406226"}},{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"08212c7e-d3ef-4d63-bb6c-ee3d71ee363d"}}],"id":"6192dda3-fb4e-487e-8f5e-b2890b02aa16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-User","value":"{{userName}}","type":"text"},{"key":"Authorization","value":"apikey {{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"lastName\": \"Doyle\",\r\n    \"firstName\": \"Elta\",\r\n    \"email\": \"Ferne_Batz82@example.com\",\r\n    \"shippingPostalCode\": \"55555-5555\",\r\n    \"shippingStreet\": \"123 Main Street\",\r\n    \"shippingState\": \"Texas\",\r\n    \"shippingCountry\": \"United States\",\r\n    \"shippingCity\": \"Port Paulastad\",\r\n    \"phone\": \"+1482-785-6091\",\r\n    \"clientCustomerId\": \"1781686858\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/v1/customers","description":"<p>Create a new Customer.</p>\n<p>Required fields:</p>\n<ul>\n<li>lastName</li>\n<li>firstName</li>\n<li>email</li>\n<li>shippingStreet</li>\n<li>shippingCity</li>\n<li>shippingState (must be spelled out, no two letter codes)</li>\n<li>shippingPostalCode</li>\n<li>shippingCountry ('United States' is only valid value)</li>\n<li>phone (with country code)</li>\n<li>clientCustomerId (must be unique)</li>\n</ul>\n<p>Note: If you create a Customer with a duplicate email or clientCustomerId, you will receive an error and not be able to create the Customer records.</p>\n","urlObject":{"path":["v1","customers"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[{"id":"21707be7-3d1b-44e2-8818-57de3b634c91","name":"Create Customer","originalRequest":{"method":"POST","header":[{"key":"X-User","value":"{{userName}}","type":"text"},{"key":"Authorization","value":"apikey {{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"lastName\": \"Jane\",\n    \"firstName\": \"Doe\",\n    \"email\": \"jdoe@email.com\",\n    \"clientAccountId\": \"0014P00002CK5kgQAD\",\n    \"shippingPostalCode\": \"78046\",\n    \"shippingStreet\": \"123 Main Street\",\n    \"shippingState\": \"Texas\",\n    \"shippingCountry\": \"United States\",\n    \"shippingContact\": null,\n    \"shippingCity\": \"Laredo\",\n    \"phone\": \"+15553531233\",\n    \"clientCustomerId\": \"externalId-123\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/v1/customers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"408"},{"key":"Etag","value":"W/\"198-GLJjnR3FykqqHcoLUL/pnE+EMaA\""},{"key":"Date","value":"Thu, 11 Jun 2020 12:56:54 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"customerAccountId\": \"0016300000kCeXkAAK\",\n    \"lastName\": \"Jane\",\n    \"firstName\": \"Smith\",\n    \"email\": \"jsmith@example.com\",\n    \"clientAccountId\": \"0014P00002CK5kgQAD\",\n    \"shippingPostalCode\": \"78046\",\n    \"shippingStreet\": \"123 Main Street\",\n    \"shippingState\": \"Texas\",\n    \"shippingCountry\": \"United States\",\n    \"shippingContactId\": \"0036300000ZpKDDAA3\",\n    \"shippingCity\": \"Laredo\",\n    \"phone\": \"+15555555\",\n    \"name\": \"Jane Smith\",\n    \"clientCustomerId\": null,\n    \"recordId\": \"0036300000ZpKDDAA3\"\n}"}],"_postman_id":"6192dda3-fb4e-487e-8f5e-b2890b02aa16"},{"name":"Get Customers","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Returns list of customers\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.results).to.be.an('array');\r","});\r","\r","// pm.collectionVariables.set('test_customerId', pm.response.json().results[0].recordId);"],"type":"text/javascript","id":"d6d1d8f0-b200-45e1-a8a0-a4ad41162c06"}}],"id":"5a870163-0732-4b66-96a7-a02fe2b889a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"X-User","type":"text","value":"{{userName}}"},{"key":"Authorization","type":"text","value":"apikey {{apiKey}}"}],"url":"http://localhost:3000/v1/customers","description":"<p>Retrieve a list of all Customers.</p>\n","urlObject":{"path":["v1","customers"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[{"id":"7fd7ab9f-7071-4dff-9eac-df4ddcab43fb","name":"Get Customers","originalRequest":{"method":"GET","header":[{"key":"X-User","type":"text","value":"{{userName}}"},{"key":"Authorization","type":"text","value":"apikey {{apiKey}}"}],"url":"http://localhost:3000/v1/customers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"3060"},{"key":"Etag","value":"W/\"bf4-/xNocTBzKRyxR4zxbi1u5cXMlUU\""},{"key":"Date","value":"Thu, 11 Jun 2020 12:53:58 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"customerAccountId\": \"0014P00002h3GxNQAU\",\n            \"lastName\": \"Jane\",\n            \"firstName\": \"Smith\",\n            \"email\": \"jsmith@example.com\",\n            \"clientAccountId\": \"0014P00002CK5kgQAD\",\n            \"shippingPostalCode\": \"78046\",\n            \"shippingStreet\": \"123 Main Street\",\n            \"shippingState\": \"Texas\",\n            \"shippingCountry\": \"United States\",\n            \"shippingContactId\": \"0036300000ZoA3AAAV\",\n            \"shippingCity\": \"Laredo\",\n            \"phone\": \"+15555555\",\n            \"name\": \"Valerie Smith\",\n            \"clientCustomerId\": null,\n            \"recordId\": \"0036300000ZoA3AAAV\"\n        },\n        {\n            \"customerAccountId\": \"0016300000kCJ43AAG\",\n            \"lastName\": \"Smith\",\n            \"firstName\": \"John\",\n            \"email\": \"jsmith@example.com\",\n            \"clientAccountId\": \"0014P00002CK5kgQAD\",\n            \"shippingPostalCode\": \"84064\",\n            \"shippingStreet\": \"123 Main Street\",\n            \"shippingState\": \"Utah\",\n            \"shippingCountry\": \"United States\",\n            \"shippingContactId\": \"0036300000Zoyv0AAB\",\n            \"shippingCity\": \"Orem\",\n            \"phone\": \"+15555555\",\n            \"name\": \"John Smith\",\n            \"clientCustomerId\": \"id123\",\n            \"recordId\": \"0036300000Zoyv0AAB\"\n        }\n    ],\n    \"totalPages\": 1,\n    \"totalCount\": 2,\n    \"pageSize\": 10000,\n    \"currentPage\": 1\n}"},{"id":"487e721c-6565-4f18-8471-b8261e7cba57","name":"Get Customers","originalRequest":{"method":"GET","header":[{"key":"X-User","type":"text","value":"{{userName}}"},{"key":"Authorization","type":"text","value":"apikey {{apiKey}}"}],"url":"http://localhost:3000/v1/customers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 31 Jan 2023 14:39:33 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"3263"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Embedder-Policy","value":"require-corp"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"cbf-lAa3gah6izDD+7aRzUq5Is5rSPU\""}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"contactUid\": \"0014P00003pSQ5xQAG_lukas+placebo@gmail.com.invalid\",\n            \"customerId\": \"6262630678740_Lukas_Gomez\",\n            \"mailingPostalCode\": \"68028\",\n            \"mailingStreet\": \"11516 S 182nd Circle\",\n            \"mailingCity\": \"Gretna\",\n            \"mailingState\": \"Nebraska\",\n            \"mailingCountry\": \"United States\",\n            \"customerAccountId\": \"0014P00003pZl5xQAC\",\n            \"lastName\": \"Gomez\",\n            \"firstName\": \"Lukas\",\n            \"email\": \"lukas+placebo@gmail.com.invalid\",\n            \"lastModifiedDate\": \"2022-12-21T22:26:40.000Z\",\n            \"createdDate\": \"2022-06-06T23:19:04.000Z\",\n            \"clientAccountId\": \"0014P00003pSQ5xQAG\",\n            \"shippingPostalCode\": \"68028\",\n            \"shippingStreet\": \"11516 S 182nd Circle\",\n            \"shippingCity\": \"Gretna\",\n            \"shippingState\": \"Nebraska\",\n            \"shippingCountry\": \"United States\",\n            \"shippingContactId\": \"0034P00004SBvajQAD\",\n            \"phone\": \"(415) 259-8434\",\n            \"name\": \"Lukas Gomez\",\n            \"clientCustomerId\": \"6262630678740\",\n            \"recordId\": \"0034P00004SBvajQAD\"\n        },\n        {\n            \"contactUid\": \"0014P00003pSQ5xQAG_julio+placebo@okcapsule.com.invalid\",\n            \"customerId\": \"6263443587284_Julio_Olvera\",\n            \"mailingPostalCode\": \"89521\",\n            \"mailingStreet\": \"725 Trademark Dr, #104\",\n            \"mailingCity\": \"Reno\",\n            \"mailingState\": \"Nevada\",\n            \"mailingCountry\": \"United States\",\n            \"customerAccountId\": \"0014P00003pZspMQAS\",\n            \"lastName\": \"Olvera\",\n            \"firstName\": \"Julio\",\n            \"email\": \"julio+placebo@okcapsule.com.invalid\",\n            \"lastModifiedDate\": \"2022-08-16T14:42:13.000Z\",\n            \"createdDate\": \"2022-06-07T14:13:06.000Z\",\n            \"clientAccountId\": \"0014P00003pSQ5xQAG\",\n            \"shippingPostalCode\": \"89521\",\n            \"shippingStreet\": \"725 Trademark Dr, #104\",\n            \"shippingCity\": \"Reno\",\n            \"shippingState\": \"Nevada\",\n            \"shippingCountry\": \"United States\",\n            \"shippingContactId\": \"0034P00004SC4L5QAL\",\n            \"phone\": \"(415) 259-8434\",\n            \"name\": \"Julio Olvera\",\n            \"clientCustomerId\": \"6263443587284\",\n            \"recordId\": \"0034P00004SC4L5QAL\"\n        },\n        {\n            \"contactUid\": \"0014P00003pSQ5xQAG_izzy5@noahaustin.com.invalid\",\n            \"customerId\": \"6440569897192_Isabel_Austin\",\n            \"mailingPostalCode\": \"94941\",\n            \"mailingStreet\": \"419 Marin Avenue\",\n            \"mailingCity\": \"Mill Valley\",\n            \"mailingState\": \"California\",\n            \"mailingCountry\": \"United States\",\n            \"customerAccountId\": \"0014P000043EithQAC\",\n            \"lastName\": \"Austin\",\n            \"firstName\": \"Isabel\",\n            \"email\": \"izzy5@noahaustin.com.invalid\",\n            \"lastModifiedDate\": \"2022-09-26T22:14:43.000Z\",\n            \"createdDate\": \"2022-09-26T22:14:23.000Z\",\n            \"clientAccountId\": \"0014P00003pSQ5xQAG\",\n            \"shippingPostalCode\": \"94941\",\n            \"shippingStreet\": \"419 Marin Avenue\",\n            \"shippingCity\": \"Mill Valley\",\n            \"shippingState\": \"California\",\n            \"shippingCountry\": \"United States\",\n            \"shippingContactId\": \"0034P00004jTX2NQAW\",\n            \"phone\": \"(415) 259-8434\",\n            \"name\": \"Isabel Austin\",\n            \"clientCustomerId\": \"6440569897192\",\n            \"recordId\": \"0034P00004jTX2NQAW\"\n        },\n        {\n            \"contactUid\": \"0014P00003pSQ5xQAG_jdoe@email.com\",\n            \"customerId\": null,\n            \"mailingPostalCode\": \"78046\",\n            \"mailingStreet\": \"123 Main Street\",\n            \"mailingCity\": \"Laredo\",\n            \"mailingState\": \"Texas\",\n            \"mailingCountry\": \"United States\",\n            \"customerAccountId\": \"0017j00000tOgLWAA0\",\n            \"lastName\": \"Doe\",\n            \"firstName\": \"Jane\",\n            \"email\": \"jdoe@email.com\",\n            \"lastModifiedDate\": \"2023-01-31T14:16:56.000Z\",\n            \"createdDate\": \"2023-01-31T14:16:52.000Z\",\n            \"clientAccountId\": \"0014P00003pSQ5xQAG\",\n            \"shippingPostalCode\": \"78046\",\n            \"shippingStreet\": \"123 Main Street\",\n            \"shippingCity\": \"Laredo\",\n            \"shippingState\": \"Texas\",\n            \"shippingCountry\": \"United States\",\n            \"shippingContactId\": \"0037j00000pymIJAAY\",\n            \"phone\": \"+15553531233\",\n            \"name\": \"Jane Doe\",\n            \"clientCustomerId\": \"externalId-123\",\n            \"recordId\": \"0037j00000pymIJAAY\"\n        }\n    ],\n    \"totalPages\": 1,\n    \"totalCount\": 4,\n    \"pageSize\": 200,\n    \"currentPage\": 1\n}"}],"_postman_id":"5a870163-0732-4b66-96a7-a02fe2b889a1"},{"name":"Get Specific Customer","event":[{"listen":"test","script":{"id":"3a4d410b-e2d4-441d-a69e-9a1599af0c6e","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"00a9ca00-f62c-44ba-82f9-fa05f319ba7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"X-User","value":"{{userName}}","type":"text"},{"key":"Authorization","value":"apikey {{apiKey}}","type":"text"}],"url":"http://localhost:3000/v1/customers?clientCustomerId=4084205781158","description":"<p>Get a specific Customer by Id or use a filter to get a customer by its clientCustomerId.</p>\n","urlObject":{"path":["v1","customers"],"host":["http://localhost:3000"],"query":[{"key":"clientCustomerId","value":"4084205781158"}],"variable":[]}},"response":[{"id":"f3cc6f7b-041c-41fc-ba0f-cae6e49f7e19","name":"Get Specific Customer","originalRequest":{"method":"GET","header":[{"key":"X-User","value":"{{userName}}","type":"text"},{"key":"Authorization","value":"apikey {{apiKey}}","type":"text"}],"url":{"raw":"http://localhost:3000/v1/customers?recordId=0036300000ZoA3AAAV","host":["http://localhost:3000"],"path":["v1","customers"],"query":[{"key":"recordId","value":"0036300000ZoA3AAAV"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"427"},{"key":"Etag","value":"W/\"1ab-oxnaNzHxSAteF/EzqxSQMfDWzjw\""},{"key":"Date","value":"Thu, 11 Jun 2020 17:22:24 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"customerAccountId\": \"0014P00002h3GxNQAU\",\n    \"lastName\": \"Jane\",\n    \"firstName\": \"Smith\",\n    \"email\": \"jsmith@email.com\",\n    \"clientAccountId\": \"0014P00002CK5kgQAD\",\n    \"shippingPostalCode\": \"78046\",\n    \"shippingStreet\": \"123 Main Street\",\n    \"shippingState\": \"Texas\",\n    \"shippingCountry\": \"United States\",\n    \"shippingContact\": null,\n    \"shippingCity\": \"Laredo\",\n    \"phone\": \"+15555555\",\n    \"name\": \"Jane Smith\",\n    \"clientCustomerId\": null\n}"}],"_postman_id":"00a9ca00-f62c-44ba-82f9-fa05f319ba7a"},{"name":"Update Customer","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Customer email updated\", function () {\r","    pm.expect(pm.response.text()).to.include(\"example\");\r","});"],"type":"text/javascript","id":"b0c7606e-36a6-4869-8141-0a46a3021782"}}],"id":"003af17f-90bb-4374-a6ec-40b9ca928ed7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-User","value":"{{userName}}","type":"text"},{"key":"Authorization","value":"apikey {{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"mailingStreet\": \"55sss5 West Highway\",\n    \"mailingState\": \"California\",\n    \"mailingPostalCode\": \"90210\",\n    \"mailingCountry\": \"United States\",\n    \"mailingCity\": \"San Francisco\"\n\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/v1/customers?recordId=0017j00000tOgLWAA0","description":"<p>Update fields on a Customer</p>\n","urlObject":{"path":["v1","customers"],"host":["http://localhost:3000"],"query":[{"key":"recordId","value":"0017j00000tOgLWAA0"}],"variable":[]}},"response":[{"id":"cbfb2189-a532-453f-a419-96197d75a66b","name":"Update Customer","originalRequest":{"method":"PUT","header":[{"key":"X-User","value":"{{userName}}","type":"text"},{"key":"Authorization","value":"apikey {{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"janed@example.com\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:3000/v1/customers?recordId=0036300000ZpKDDAA3","host":["http://localhost:3000"],"path":["v1","customers"],"query":[{"key":"recordId","value":"0036300000ZpKDDAA3"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy","description":"","type":"text"},{"key":"Connection","value":"keep-alive","description":"","type":"text"},{"key":"X-Powered-By","value":"Express","description":"","type":"text"},{"key":"Vary","value":"Origin","description":"","type":"text"},{"key":"Access-Control-Allow-Credentials","value":"true","description":"","type":"text"},{"key":"Content-Type","value":"application/json; charset=utf-8","description":"","type":"text"},{"key":"Content-Length","value":"408","description":"","type":"text"},{"key":"Etag","value":"W/\"198-GLJjnR3FykqqHcoLUL/pnE+EMaA\"","description":"","type":"text"},{"key":"Date","value":"Fri, 12 Jun 2020 12:20:06 GMT","description":"","type":"text"},{"key":"Via","value":"1.1 vegur","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"customerAccountId\": \"0016300000kCeXkAAK\",\n    \"lastName\": \"Jane\",\n    \"firstName\": \"Smith\",\n    \"email\": \"jsmith@example.com\",\n    \"clientAccountId\": \"0014P00002CK5kgQAD\",\n    \"shippingPostalCode\": \"78046\",\n    \"shippingStreet\": \"123 Main Street\",\n    \"shippingState\": \"Texas\",\n    \"shippingCountry\": \"United States\",\n    \"shippingContactId\": \"0036300000ZpKDDAA3\",\n    \"shippingCity\": \"Laredo\",\n    \"phone\": \"+15553531233\",\n    \"name\": \"Jane Smith\",\n    \"clientCustomerId\": null,\n    \"recordId\": \"0036300000ZpKDDAA3\"\n}"}],"_postman_id":"003af17f-90bb-4374-a6ec-40b9ca928ed7"}],"id":"3cd250ff-5788-46d6-91a3-df173024d4b4","description":"<p>Customers represent the individuals to whom OK Capsule will be shipping Orders.</p>\n<p>The Customer endpoint is used to simultaneously create Account and Contact records.</p>\n<p>Each order requires that a customer must first be created and then set as the shipToAccountId on the Order.</p>\n<table><tbody><tr><td><b>FIELD</b></td><td><b>TYPE</b></td><td><b>REQUIRED</b></td><td><b>UPDATEABLE</b></td><td><b>DESCRIPTION</b></td><td><b>EXAMPLE VALUES</b></td></tr><tr><td>clientCustomerId</td><td>Text(255) (External ID)</td><td>X</td><td>X</td><td>The client's unique identifier for a customer.</td><td>ZX986544</td></tr><tr><td>name</td><td>Text</td><td>X</td><td>X</td><td>Customer's Name</td><td>Adam Smith</td></tr><tr><td>phone</td><td>Text(17)</td><td>X</td><td>X</td><td>Phone is required for any account that will be receiving shipments, validated as phone number.</td><td>(555) 555-5555</td></tr><tr><td>shippingCity</td><td>Text(40)</td><td>X</td><td>X</td><td> </td><td>Los Angeles</td></tr><tr><td>shippingContactId</td><td>Text(18)</td><td> </td><td> </td><td>Reference to shipping Contact</td><td> </td></tr><tr><td>shippingCountry</td><td>Text(80)</td><td>X</td><td>X</td><td>Country, must be spelled out</td><td>\"United States\" is the only accepted value.</td></tr><tr><td>shippingState</td><td>Text</td><td>X</td><td>X</td><td>State, must be spelled out</td><td>Values accepted include:<br />- All 50 US States<br />- \"District of Columbia\"<br />- \"Armed Forces Americas\"<br />- \"Armed Forces Europe\"<br />- \"Armed Forces Pacific\"<br />- \"Guam\"<br />- \"Puerto Rico\"</td></tr><tr><td>shippingStreet</td><td>Text(255)</td><td>X</td><td>X</td><td>Street address</td><td>123 Main Street</td></tr><tr><td>shippingPostalCode</td><td>Text(20)</td><td>X</td><td>X</td><td>Zip code</td><td>91306</td></tr><tr><td>clientAccountId</td><td>Text(18)</td><td> </td><td> </td><td>Reference to client Account</td><td>0014P00002CMjIDQA1</td></tr><tr><td>recordId</td><td>Text(18)</td><td> </td><td> </td><td>Primary key, unique system generated value</td><td>0034P00002grSIoQAM</td></tr><tr><td>email</td><td>Text</td><td> </td><td>X</td><td>Validated as email address.</td><td>adamsmith@example.com</td></tr><tr><td>firstName</td><td>Text</td><td>X</td><td>X</td><td> </td><td>Adam</td></tr><tr><td>lastName</td><td>Text</td><td>X</td><td>X</td><td> </td><td>Smith</td></tr><tr><td>customerAccountId</td><td>Text(18)</td><td> </td><td> </td><td>Reference to customer Account</td><td>0014P00002grSIoQAM</td></tr><tr><td> </td><td> </td><td> </td><td> </td><td> </td><td> </td></tr></tbody></table>","_postman_id":"3cd250ff-5788-46d6-91a3-df173024d4b4"},{"name":"Orders","item":[{"name":"Create Order","event":[{"listen":"test","script":{"id":"7acc7d72-ffe6-4a21-8f93-1893c17ea481","exec":["const jsonData=pm.response.json();\r","pm.test(\"Successful POST request\", () => {\r","  pm.expect(pm.response.code).to.be.oneOf([200,201,202]);\r","})\r","\r","pm.collectionVariables.set('test_orderId', jsonData[0].recordId);"],"type":"text/javascript"}}],"id":"cfb172fd-1c80-49ce-bdd9-8a56e2e8b7d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-User","type":"text","value":"{{userName}}"},{"key":"Authorization","type":"text","value":"apikey {{apiKey}}"}],"body":{"mode":"raw","raw":"{\r\n    \"recordTypeName\": \"Subscription\",\r\n    \"renewalDate\": \"2023-08-16\",\r\n    \"shipToAccountId\": \"0014P00004PE6iOQAT\",\r\n    \"shippingContactId\": \"0034P00004tOXwIQAW\",\r\n    \"orderType\": \"DTC\",\r\n    \"duration\": \"30\",\r\n    \"clientOrderId\": \"d77727b8-66e2-4bd7-b5f0-15d6f6c871d2\",\r\n    \"brandId\": \"a014P000028c7rkQAA\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/v1/orders","description":"<p>Create a new Order.</p>\n<p>Required Fields:</p>\n<ul>\n<li>shipToAccountId (Id of existing or newly created Customer Account ID)</li>\n<li>orderType ('DTC' only valid value)</li>\n<li>duration (Number of days such as 5, 30 or 60)</li>\n<li>clientOrderID (must be unique)</li>\n<li>brandId (static value, most clients only have one)</li>\n</ul>\n<p>Writeable Order Status Field Values:</p>\n<ul>\n<li>New (Default value)</li>\n<li>Validation (only from New or Warning statuses)</li>\n<li>Canceled (only if order is in New or Warning status)</li>\n</ul>\n<p>Note: Validation pauses the processing of an order indefinitely.</p>\n<p>Readable Order Status Field Values:</p>\n<ul>\n<li>Warning</li>\n<li>Validation</li>\n<li>Submitted</li>\n<li>Batched</li>\n<li>Billed</li>\n<li>Queued</li>\n<li>In Production</li>\n<li>Boxed</li>\n<li>Shipped</li>\n<li>Billing Failed</li>\n</ul>\n<h5 id=\"custom-shipping-info\">Custom Shipping Info</h5>\n<p>If the shipping address is different from your customer information, you can specify it using the following fields:</p>\n<ul>\n<li>shippingStreet</li>\n<li>shippingCity</li>\n<li>shippingPostalCode</li>\n<li>shippingState</li>\n<li>shippingCountry</li>\n<li>customerShippingContactPhone</li>\n</ul>\n<p>Please note that when the fields above are populated, the “ship to” property on the order will be automatically set to “Custom”.</p>\n<h5 id=\"custom-toa-labels\">Custom TOA Labels</h5>\n<p>You can optionally pass in <code>toaCustomLabels</code> such as:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">    \"toaCustomLabels\": {\n        \"Morning\": \"Breakfast\",\n        \"Midday\": \"Mid Afternoon\",\n        \"Evening\": \"Late Dinner\"\n    }\n\n</code></pre>\n","urlObject":{"path":["v1","orders"],"host":["http://localhost:3000"],"query":[{"disabled":true,"key":"q","value":"client_id:8cde0fbf-3d5c-4f5a-9267-3d5979f94808"}],"variable":[]}},"response":[{"id":"38dfb4b9-9fd2-46f3-976b-04e671ee7cec","name":"Create Order","originalRequest":{"method":"POST","header":[{"key":"X-User","type":"text","value":"{{userName}}"},{"key":"Authorization","type":"text","value":"apikey {{apiKey}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"recordTypeName\": \"Subscription\",\r\n\t\"renewalDate\": \"2020-08-16\",\r\n\t\"shipToAccountId\": \"0014P00002h3GxNQAU\",\r\n\t\"orderType\": \"DTC\",\r\n\t\"duration\": \"30\",\r\n\t\"clientOrderId\": \"externalId-1234\",\r\n\t\"brandId\": \"a014P00001uX9jdQAC\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/v1/orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"773"},{"key":"Etag","value":"W/\"305-SgMduQQfJ2uq+6e5m50xpYpLzwc\""},{"key":"Date","value":"Mon, 22 Mar 2021 15:32:37 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"warnings\": null,\n        \"trackingNumber\": null,\n        \"trackingLink\": null,\n        \"totalDiscount\": 0,\n        \"total\": 0,\n        \"submissionDate\": \"2021-03-22T15:32:35.000Z\",\n        \"status\": \"New\",\n        \"shipToAccountId\": \"0014P00002h3GxNQAU\",\n        \"shippingContactId\": \"0034P00003qleiHQAI\",\n        \"shippingStreet\": \"123 Main Street\",\n        \"shippingStateCode\": \"TX\",\n        \"shippingState\": \"Texas\",\n        \"shippingPostalCode\": \"78046\",\n        \"shippingCountry\": \"United States\",\n        \"shippingCity\": \"Laredo\",\n        \"shippingCarrier\": null,\n        \"recordId\": \"a1F0r000000DsZVEA0\",\n        \"orderType\": \"DTC\",\n        \"name\": \"SO-44523\",\n        \"lastModifiedDate\": \"2021-03-22T15:32:36.000Z\",\n        \"duration\": \"30\",\n        \"customerShippingContactName\": \"Valerie Smith\",\n        \"customerShippingContactEmail\": \"valeriesmith@example.com\",\n        \"createdDate\": \"2021-03-22T15:32:35.000Z\",\n        \"clientOrderId\": \"externalId-1234\",\n        \"clientId\": \"0014P00002CK5kgQAD\",\n        \"brandId\": \"a014P00001uX9jdQAC\",\n        \"billingStatus\": null\n    }\n]"}],"_postman_id":"cfb172fd-1c80-49ce-bdd9-8a56e2e8b7d9"},{"name":"Update Order - Validation","event":[{"listen":"test","script":{"exec":["const jsonData = pm.response.json();\r","pm.test(\"Successful POST request\", () => {\r","  pm.expect(pm.response.code).to.be.oneOf([200,201,202]);\r","});\r","\r","console.log(\"Order Status: \" + jsonData.status);\r","pm.expect(jsonData.status).to.equal('Validation');\r",""],"type":"text/javascript","id":"f2e1e701-55f8-4c2d-93fb-f02811009a4d"}}],"id":"a2bafd37-4f05-46da-b4c5-55b703c097aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-User","type":"text","value":"{{userName}}"},{"key":"Authorization","type":"text","value":"apikey {{apiKey}}"}],"body":{"mode":"raw","raw":"{\r\n    \"status\": \"Validation\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/v1/orders?recordId=a1F4P000007ojBFUAY","description":"<p>Update an existing Order, so long as status still equals 'New' .</p>\n","urlObject":{"path":["v1","orders"],"host":["http://localhost:3000"],"query":[{"key":"recordId","value":"a1F4P000007ojBFUAY"}],"variable":[]}},"response":[{"id":"2ea62b7e-58f8-4ab6-9dd9-d31fe716333e","name":"Update Order","originalRequest":{"method":"PUT","header":[{"key":"X-User","type":"text","value":"clark@prime.com"},{"key":"Authorization","type":"text","value":"apikey 6bbec242-ddae-4787-a8a8-5ccb769f4a43"}],"body":{"mode":"raw","raw":"{\r\n    \"status\": \"Canceled\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.okcapsule.app/v1/orders?recordId=a1F4P000005LL9NUAW","protocol":"https","host":["api","okcapsule","app"],"path":["v1","orders"],"query":[{"key":"recordId","value":"a1F4P000005LL9NUAW"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy","description":"","type":"text"},{"key":"Connection","value":"keep-alive","description":"","type":"text"},{"key":"X-Powered-By","value":"Express","description":"","type":"text"},{"key":"Vary","value":"Origin","description":"","type":"text"},{"key":"Access-Control-Allow-Credentials","value":"true","description":"","type":"text"},{"key":"Content-Type","value":"application/json; charset=utf-8","description":"","type":"text"},{"key":"Content-Length","value":"688","description":"","type":"text"},{"key":"Etag","value":"W/\"2b0-OZPy6CAbklB7PccJQ+E1rq3XoDI\"","description":"","type":"text"},{"key":"Date","value":"Fri, 12 Jun 2020 12:43:22 GMT","description":"","type":"text"},{"key":"Via","value":"1.1 vegur","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"warnings\": null,\n    \"trackingNumber\": null,\n    \"trackingLink\": null,\n    \"totalDiscount\": null,\n    \"total\": 0,\n    \"submissionDate\": \"2020-06-16T06:04:47.000Z\",\n    \"status\": \"Canceled\",\n    \"shipToAccountId\": \"0014P00002h3GxNQAU\",\n    \"shippingContactId\": \"0034P00003qleiHQAI\",\n    \"shippingStreet\": \"123 Main Steet\",\n    \"shippingStateCode\": \"TX\",\n    \"shippingState\": \"Texas\",\n    \"shippingPostalCode\": \"78046\",\n    \"shippingCountry\": \"United States\",\n    \"shippingCity\": \"Laredo\",\n    \"shippingCarrier\": null,\n    \"recordId\": \"a1F63000001MW5hEAG\",\n    \"orderType\": \"DTC\",\n    \"name\": \"SO-11708\",\n    \"duration\": \"30\",\n    \"customerShippingContactName\": null,\n    \"customerShippingContactEmail\": \"help@example.com\",\n    \"clientOrderId\": \"externalId-123\",\n    \"clientId\": \"0014P00002CK5kgQAD\",\n    \"brandId\": \"a014P00001uX9jdQAC\",\n    \"billingStatus\": null\n}"}],"_postman_id":"a2bafd37-4f05-46da-b4c5-55b703c097aa"},{"name":"Update Order - New","event":[{"listen":"test","script":{"exec":["const jsonData = pm.response.json();\r","pm.test(\"Successful POST request\", () => {\r","  pm.expect(pm.response.code).to.be.oneOf([200,201,202]);\r","});\r","pm.expect(jsonData.status).to.equal('New');\r","console.log(\"Order Status: \" + jsonData.status);\r",""],"type":"text/javascript","id":"bc95e286-b3be-48d0-8ff6-55c309cda33d"}}],"id":"4ef8b16d-c809-43fd-a70a-65b04293ff9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-User","type":"text","value":"{{userName}}"},{"key":"Authorization","type":"text","value":"apikey {{apiKey}}"}],"body":{"mode":"raw","raw":"{\r\n    \"status\": \"New\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/v1/orders?recordId=a1F4P000007ojBFUAY","description":"<p>Update an existing Order, so long as status still equals 'New' .</p>\n","urlObject":{"path":["v1","orders"],"host":["http://localhost:3000"],"query":[{"key":"recordId","value":"a1F4P000007ojBFUAY"}],"variable":[]}},"response":[{"id":"bda76779-3a46-4f22-863d-b3be94bb6cbe","name":"Update Order","originalRequest":{"method":"PUT","header":[{"key":"X-User","type":"text","value":"{{userName}}"},{"key":"Authorization","type":"text","value":"apikey {{apiKey}}"}],"body":{"mode":"raw","raw":"{\r\n    \"status\": \"New\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:3000/v1/orders?recordId=a1F4P000007ojBFUAY","host":["http://localhost:3000"],"path":["v1","orders"],"query":[{"key":"recordId","value":"a1F4P000007ojBFUAY"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy","description":"","type":"text"},{"key":"Connection","value":"keep-alive","description":"","type":"text"},{"key":"X-Powered-By","value":"Express","description":"","type":"text"},{"key":"Vary","value":"Origin","description":"","type":"text"},{"key":"Access-Control-Allow-Credentials","value":"true","description":"","type":"text"},{"key":"Content-Type","value":"application/json; charset=utf-8","description":"","type":"text"},{"key":"Content-Length","value":"688","description":"","type":"text"},{"key":"Etag","value":"W/\"2b0-OZPy6CAbklB7PccJQ+E1rq3XoDI\"","description":"","type":"text"},{"key":"Date","value":"Fri, 12 Jun 2020 12:43:22 GMT","description":"","type":"text"},{"key":"Via","value":"1.1 vegur","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"warnings\": null,\n    \"trackingNumber\": null,\n    \"trackingLink\": null,\n    \"totalDiscount\": null,\n    \"total\": 0,\n    \"submissionDate\": \"2020-06-16T06:04:47.000Z\",\n    \"status\": \"Canceled\",\n    \"shipToAccountId\": \"0014P00002h3GxNQAU\",\n    \"shippingContactId\": \"0034P00003qleiHQAI\",\n    \"shippingStreet\": \"123 Main Steet\",\n    \"shippingStateCode\": \"TX\",\n    \"shippingState\": \"Texas\",\n    \"shippingPostalCode\": \"78046\",\n    \"shippingCountry\": \"United States\",\n    \"shippingCity\": \"Laredo\",\n    \"shippingCarrier\": null,\n    \"recordId\": \"a1F63000001MW5hEAG\",\n    \"orderType\": \"DTC\",\n    \"name\": \"SO-11708\",\n    \"duration\": \"30\",\n    \"customerShippingContactName\": null,\n    \"customerShippingContactEmail\": \"help@example.com\",\n    \"clientOrderId\": \"externalId-123\",\n    \"clientId\": \"0014P00002CK5kgQAD\",\n    \"brandId\": \"a014P00001uX9jdQAC\",\n    \"billingStatus\": null\n}"}],"_postman_id":"4ef8b16d-c809-43fd-a70a-65b04293ff9a"},{"name":"Get Orders","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Returns list of Orders\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.results).to.be.an('array');\r","});\r","\r","pm.collectionVariables.set('test_orderId', pm.response.json().results[0].recordId);"],"type":"text/javascript","id":"b50cf49f-5e25-4e41-8f2b-b86069e85d61"}}],"id":"57af0e73-7b5a-4085-9142-86291c84f5f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"X-User","type":"text","value":"{{userName}}"},{"key":"Authorization","type":"text","value":"apikey {{apiKey}}"}],"url":"http://localhost:3000/v1/orders","description":"<p>Get all Orders.</p>\n","urlObject":{"path":["v1","orders"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[{"id":"27104a5e-7fc7-4d8e-af2f-a03f90d74a54","name":"Get Orders","originalRequest":{"method":"GET","header":[{"key":"X-User","type":"text","value":"{{userName}}"},{"key":"Authorization","type":"text","value":"apikey {{apiKey}}"}],"url":"http://localhost:3000/v1/orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2224"},{"key":"Etag","value":"W/\"8b0-Ezor7zuCtpAR8mk/VG8imVOuGnE\""},{"key":"Date","value":"Thu, 11 Jun 2020 15:28:50 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"warnings\": null,\n            \"trackingNumber\": \"1234565\",\n            \"trackingLink\": \"https://track.sendle.com/tracking?ref=123456\",\n            \"totalDiscount\": 18.75,\n            \"total\": 16.22,\n            \"submissionDate\": \"2019-12-04T15:55:27.000Z\",\n            \"status\": \"Warning\",\n            \"shipToAccountId\": \"0014P00002CK2rCQAT\",\n            \"shippingContactId\": \"0034P00003qleiHQAI\",\n            \"shippingStreet\": \"123 Main Street\",\n            \"shippingStateCode\": \"NV\",\n            \"shippingState\": \"Nevada\",\n            \"shippingPostalCode\": \"89521\",\n            \"shippingCountry\": \"United States\",\n            \"shippingCity\": \"Reno\",\n            \"shippingCarrier\": \"Sendle\",\n            \"recordId\": \"a1F4P000005LL9IUAW\",\n            \"orderType\": \"DTC\",\n            \"name\": \"SO-00006\",\n            \"duration\": \"30\",\n            \"customerShippingContactName\": \"John Smith\",\n            \"customerShippingContactEmail\": \"jsmith@test.com\",\n            \"clientOrderId\": null,\n            \"clientId\": \"0014P00002CK5kgQAD\",\n            \"brandId\": \"a014P00001uX9jdQAC\",\n            \"billingStatus\": \"Submitted\"\n        },\n        {\n            \"warnings\": null,\n            \"trackingNumber\": null,\n            \"trackingLink\": null,\n            \"totalDiscount\": 0,\n            \"total\": 0,\n            \"submissionDate\": \"2019-12-05T22:38:40.000Z\",\n            \"status\": \"New\",\n            \"shipToAccountId\": \"0014P00002CK2rCQAT\",\n            \"shippingStreet\": \"123 Main Street\",\n            \"shippingStateCode\": \"NV\",\n            \"shippingState\": \"Nevada\",\n            \"shippingPostalCode\": \"89521\",\n            \"shippingCountry\": \"United States\",\n            \"shippingCity\": \"Reno\",\n            \"shippingCarrier\": null,\n            \"recordId\": \"a1F4P000005LL9NUAW\",\n            \"orderType\": \"DTC\",\n            \"name\": \"SO-00007\",\n            \"duration\": \"30\",\n            \"customerShippingContactName\": \"John Smith\",\n            \"customerShippingContactEmail\": \"jsmith@test.com\",\n            \"clientOrderId\": null,\n            \"clientId\": \"0014P00002CK5kgQAD\",\n            \"brandId\": \"a014P00001uXaBXQA0\",\n            \"billingStatus\": null\n        }\n    ],\n    \"totalPages\": 1,\n    \"totalCount\": 2,\n    \"pageSize\": 10000,\n    \"currentPage\": 1\n}"}],"_postman_id":"57af0e73-7b5a-4085-9142-86291c84f5f5"},{"name":"Get Specific Order","event":[{"listen":"test","script":{"id":"6d88cd9d-c6c5-46dd-b9fd-f02c35205d29","exec":["const jsonData = pm.response.json();","pm.test(\"Successful POST request\", () => {","  pm.expect(pm.response.code).to.be.oneOf([200,201,202]);","});"],"type":"text/javascript"}}],"id":"cc80b79e-2638-43c1-8f1d-529553868e39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"X-User","type":"text","value":"{{userName}}"},{"key":"Authorization","type":"text","value":"apikey {{apiKey}}"}],"url":"http://localhost:3000/v1/orders?recordId=a1F7A00000229NdUAI","description":"<p>Retrieve a specific Order by its Id or use a filter to retrieve an Order by the clientOrderId.</p>\n","urlObject":{"path":["v1","orders"],"host":["http://localhost:3000"],"query":[{"key":"recordId","value":"a1F7A00000229NdUAI"}],"variable":[]}},"response":[{"id":"f888e119-4765-4808-8c94-5d0ff766524a","name":"Get Specific Order","originalRequest":{"method":"GET","header":[{"key":"X-User","type":"text","value":"{{userName}}"},{"key":"Authorization","type":"text","value":"apikey {{apiKey}}"}],"url":{"raw":"http://localhost:3000/v1/orders?recordId=a1F4P000005LMwgUAG","host":["http://localhost:3000"],"path":["v1","orders"],"query":[{"key":"recordId","value":"a1F4P000005LMwgUAG"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"495"},{"key":"Etag","value":"W/\"1ef-SGbMTdfA8/kRlPWBxu/xypCjntU\""},{"key":"Date","value":"Thu, 11 Jun 2020 15:29:59 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"warnings\": null,\r\n    \"trackingNumber\": \"123456\",\r\n    \"trackingLink\": \"https://track.sendle.com/tracking?ref=123456\",\r\n    \"totalDiscount\": 18.75,\r\n    \"total\": 16.22,\r\n    \"submissionDate\": \"2019-12-04T15:55:27.000Z\",\r\n    \"status\": \"Warning\",\r\n    \"shipToAccountId\": \"0014P00002CK2rCQAT\",\r\n    \"shippingContactId\": \"0034P00003qleiHQAI\",\r\n    \"shippingStreet\": \"123 Main Street\",\r\n    \"shippingStateCode\": \"NV\",\r\n    \"shippingState\": \"Nevada\",\r\n    \"shippingPostalCode\": \"89521\",\r\n    \"shippingCountry\": \"United States\",\r\n    \"shippingCity\": \"Reno\",\r\n    \"shippingCarrier\": \"Sendle\",\r\n    \"recordId\": \"a1F4P000005LL9IUAW\",\r\n    \"orderType\": \"DTC\",\r\n    \"name\": \"SO-00006\",\r\n    \"duration\": \"30\",\r\n    \"customerShippingContactName\": \"John Smith\",\r\n    \"customerShippingContactEmail\": \"jsmith@test.com\",\r\n    \"clientOrderId\": null,\r\n    \"clientId\": \"0014P00002CK5kgQAD\",\r\n    \"brandId\": \"a014P00001uX9jdQAC\",\r\n    \"billingStatus\": \"Submitted\"\r\n}"}],"_postman_id":"cc80b79e-2638-43c1-8f1d-529553868e39"}],"id":"bd9c9e2d-26b1-40ab-b6f5-04e4c489c503","description":"<p>Orders represent the daily sales orders sent from a client to OK Capsule. Orders begin in New status, which is defaulted automatically. Every day at 5pm PST, OK Capsule changes New orders into Submitted status, which applies pricing, inventory allocation, and validation logic.</p>\n<p>If an order triggers an Ingredient warning, such as for excess iron, the status is set to Warning and the client is notified via email, or an error message if triggered from an API call. If a order is in Warning status it can only be moved to New, Canceled or Validation. If set to New, that means the client wants it submitted regardless of the excess ingredient, so it will get submitted by the nightly process normally.</p>\n<table><tbody><tr><td><b>FIELD</b></td><td><b>TYPE</b></td><td><b>REQUIRED</b></td><td><b>UPDATEABLE</b></td><td><b>DESCRIPTION</b></td><td><b>EXAMPLE VALUES</b></td></tr><tr><td>recordId</td><td>Text(18)</td><td> </td><td> </td><td>Primary key, unique system generated value</td><td>0014P00002grSIoQAM</td></tr><tr><td>recordTypeName</td><td>Text</td><td> </td><td>X</td><td>Writeable Record Type Name Fields:<br />- One_Time (Default value)<br />- Subscription</td><td>One_Time<br />Subscription</td></tr><tr><td>name</td><td>Text</td><td> </td><td> </td><td>Unique system generated value</td><td>SO-012388</td></tr><tr><td>status</td><td>Text</td><td> </td><td>X</td><td>Writeable Order Status Field Values:<br />- New (Default value)<br />- Validation (only from New or Warning statuses)<br />- Canceled (only if order is in New or Warning status)<br /><br />Note: Validation pauses the processing of an order indefinitely.</td><td>New<br />Warning<br />Submitted<br />Validation<br />Batched<br />Billed<br />Queued<br />In Production<br />Boxed<br />Shipped<br />Canceled<br />Billing Failed</td></tr><tr><td>orderType</td><td>Text</td><td> </td><td>X</td><td>Designates a Sales Order as either Direct to Consumer or Bulk. Default is DTC</td><td>DTC<br />Bulk</td></tr><tr><td>brandId</td><td>Text(18)</td><td>X</td><td>X</td><td>Reference to Brand</td><td>0014P00002grSIoQAM</td></tr><tr><td>duration</td><td>Integer</td><td>X</td><td>X</td><td>Time Period/Duration in Days, Defaults to 30</td><td>5,30,32,60, 64</td></tr><tr><td>total</td><td>Currency(16, 2)</td><td> </td><td> </td><td>Total of Unit Price values from all Sales Order Lines</td><td>$35.40</td></tr><tr><td>totalDiscount</td><td>Currency(16, 2)</td><td> </td><td> </td><td>Sum of all Sales Order Line discounts</td><td>$3.25</td></tr><tr><td>clientOrderId</td><td>Text(40)</td><td>X</td><td>X</td><td>External Id for Client Order Numbers</td><td>VX987754</td></tr><tr><td>sourceClientOrderId</td><td>Text(40)</td><td></td><td></td><td>Shows the original Client Order Id, when orders are split into multiple orders</td><td>VX987754</td></tr><tr><td>clientId</td><td>Text(18)</td><td>X</td><td> </td><td>Reference to client Account</td><td>0014P00002grSIoQAM</td></tr><tr><td>shipToAccountId</td><td>Text(18)</td><td>X</td><td>X</td><td>Customer Ship To Account (customer.customerAccountId or account.recordId) for DTC orders or Client Ship to Account for Bulk orders.</td><td> </td></tr><tr><td>shippingContactId</td><td>Text(18)</td><td></td><td>X</td><td>Customer Shipping Contact (customer.recordId or contact.recordId). Set automatically, but can be overriden.</td><td>0034P00002grSIoQAM</td></tr><tr><td>shippingCarrier</td><td>Text(100)</td><td> </td><td> </td><td>Shipment Carrier Value. Updated once Sales Order is shipped.</td><td>UPS</td></tr><tr><td>billingStatus</td><td>Text</td><td> </td><td> </td><td>Denotes status of Bill related to Sales Order</td><td>Submitted<br />Completed<br />Failed<br />ReSubmitted</td></tr><tr><td>trackingNumber</td><td>Text(100)</td><td> </td><td> </td><td>Tracking Number from Shipment</td><td>CF6156156156</td></tr><tr><td>trackingLink</td><td>Text(255)</td><td> </td><td> </td><td>URL to Carrier Shipment Tracking</td><td><a href=\"https://www.ups.com/track?loc=en_US&amp;tracknum=C11659833050767&amp;requester=WT/\">https://www.ups.com/track?loc=en_US&amp;tracknum=C11659833050767&amp;requester=WT/</a></td></tr><tr><td>submissionDate</td><td>DateTime</td><td> </td><td> </td><td>Defaults to Sales Order Created Date</td><td>2019-12-04T15:55:27.000Z</td></tr><tr><td>renewalDate</td><td><br />Date</td><td> </td><td>X</td><td>Must be set to a Date in the future if recordTypeName is Subscription</td><td>4/15/2020</td></tr><tr><td>customerShippingContactName</td><td>Text</td><td> </td><td> </td><td>Customer Ship To Account.Shipping Contact Name</td><td>Adam Smith</td></tr><tr><td>customerShippingContactEmail</td><td>Text</td><td> </td><td> </td><td>Customer Shipping Contact Email for Shipping Notifications, if selected on Brand</td><td>adamsmith@example.com</td></tr><tr><td>customerShippingContactPhone</td><td>Text(40)</td><td></td><td>X</td><td>Customer Shipping Contact Phone for Shipping Notifications, if selected on Brand. Can be provided and overridden via API call.</td><td></td></tr><tr><td>shippingStreet</td><td>Text(255)</td><td> </td><td> X</td><td>Pulled from Customer Ship Account unless provided and overridden via API call.</td><td>123 Main Street</td></tr><tr><td>shippingCity</td><td>Text(40)</td><td> </td><td> X</td><td>Pulled from Customer Ship To Account unless provided and overridden via API call.</td><td>Clearwater</td></tr><tr><td>shippingState</td><td>Text(80)</td><td> </td><td> X</td><td>Pulled from Customer Ship To Account</td><td>Values accepted include:<br />- All 50 US States<br />- \"District of Columbia\"<br />- \"Armed Forces Americas\"<br />- \"Armed Forces Europe\"<br />- \"Armed Forces Pacific\"<br />- \"Guam\"<br />- \"Puerto Rico\"</td></tr><tr><td>shippingStateCode</td><td>Text</td><td> </td><td> </td><td>Pulled from Customer Ship To Account unless provided and overridden via API call.</td><td>FL</td></tr><tr><td>shippingPostalCode</td><td>Text(20)</td><td> </td><td> X</td><td>Pulled from Customer Ship To Account unless provided and overridden via API call.</td><td>85001</td></tr><tr><td>shippingCountry</td><td>Text(80)</td><td> </td><td> X</td><td>Pulled from Customer Ship To Account unless provided and overridden via API call.</td><td>United States</td></tr><tr><td>warnings</td><td>Text(250)</td><td> </td><td> </td><td>A Sales Order-specific ingredient warning if an order's products exceed certain ingredient thresholds, such as 45 mg for Iron. An email is sent the client when an order warning is triggered and the order must be updated by the client in the cilent portal to either Canceled or back to New status.</td><td>Accidental overdose of iron-containing products is a leading cause of fatal poisoning in children under 6. Keep this product out of the reach of children. In case of accidental overdose, call a doctor or poison control center immediately.</td></tr><tr><td>toaCustomLabels</td><td>Object</td><td></td><td>X</td><td>Allows you to provide custom TOA labels for the product.</td><td>See <code>Create Order</code> collection documentation before example schema.</td></tr></tbody></table>","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"a318b266-0045-4a4f-bed3-29a0aec86161"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"376a73de-5e84-4dc1-822d-31212966670b"}}],"_postman_id":"bd9c9e2d-26b1-40ab-b6f5-04e4c489c503"},{"name":"Order Lines","item":[{"name":"Create Order Lines - Formulary","event":[{"listen":"test","script":{"exec":["const jsonData = pm.response.json();","pm.test(\"Successful POST request\", () => {","  pm.expect(pm.response.code).to.be.oneOf([200,201,202]);","});","","pm.collectionVariables.set(\"temp_salesOrderLineId_1\", jsonData[0].recordId);","pm.collectionVariables.set(\"temp_salesOrderLineId_2\", jsonData[1].recordId);","pm.collectionVariables.set(\"temp_salesOrderLineId_3\", jsonData[2].recordId);"],"type":"text/javascript","id":"3fcbd0d8-20e9-4f34-8c86-7651b44cf5f9"}}],"id":"7517580b-3341-42b9-b684-aa130c84026b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-User","type":"text","value":"{{userName}}"},{"key":"Authorization","type":"text","value":"apikey {{apiKey}}"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"servingSizeNumber\": 2,\r\n        \"salesOrderId\": \"a1F4P000007jbxyUAA\",\r\n        \"formularyId\": \"a324P0000064PI7QAM\",\r\n        \"timeOfAdministration\": \"Morning\"\r\n    },\r\n    {\r\n        \"servingSizeNumber\": 2,\r\n        \"salesOrderId\": \"a1F4P000007nVChUAM\",\r\n        \"formularyId\": \"a324P0000064PI7QAM\",\r\n        \"timeOfAdministration\": \"Morning\"\r\n    },\r\n    {\r\n        \"servingSizeNumber\": 2,\r\n        \"salesOrderId\": \"a1F4P000007nVCmUAM\",\r\n        \"formularyId\": \"a324P0000064PI7QAM\",\r\n        \"timeOfAdministration\": \"Morning\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/v1/orderlines","description":"<p>Create a new Order Line. An Order Id must be specified to create the line item under that Order.</p>\n<p>Required fields:</p>\n<ul>\n<li>salesOrderId</li>\n<li>formularyId or packId</li>\n<li>servingSizeNumber</li>\n<li>timeOfAdministration (Multipicklist field with valid values of Morning;Midday;Evening)</li>\n</ul>\n<p>Creating Order Line with Formularies is a simple process where one order line with a formulary equals a line item created and added to sent Sales Order.</p>\n<p>Creating Order Line with Packs is a bit more complex than regular Formulary lines. When you send a Single Pack line it will create multiple Sales Order lines, one for each formulary in the given Pack.</p>\n<p>In our current implementation an Order is limited to a single Pack. So if your Order request contains more than one Order Line with a Pack, our system will clone that Order in the request and put each Pack on its own separate order. If this happens, these Order Lines won't have the same Sales Order Id as in the request. You can collate such related Orders using the Source Client Order Id field in the Sales Order Endpoint.</p>\n","urlObject":{"path":["v1","orderlines"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[{"id":"ee98db0b-d7e1-47a2-bc35-65fdd9a45cd9","name":"Create Order Lines (Formulary)","originalRequest":{"method":"POST","header":[{"key":"X-User","type":"text","value":"{{userName}}"},{"key":"Authorization","type":"text","value":"apikey {{apiKey}}"}],"body":{"mode":"raw","raw":"[\r\n\t{\r\n\t\t\"salesOrderId\" : \"a1F7j000004Ok0EEAS\",\r\n\t    \"formularyId\": \"a324P0000037zuzQAA\",\r\n\t\t\"servingSizeNumber\": 2,\r\n\t\t\"timeOfAdministration\": \"Morning;Evening\"\r\n\t},\r\n\t{\r\n\t\t\"salesOrderId\" : \"a1F7j000004Ok0EEAS\",\r\n\t    \"formularyId\": \"a324P00000380pzQAA\",\r\n\t\t\"servingSizeNumber\": 2,\r\n\t\t\"timeOfAdministration\": \"Morning\"\r\n\t}\r\n]","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/v1/orderlines"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"84"},{"key":"Etag","value":"W/\"54-JO5fXoTvT3tvk/5OWlJ59roFycI\""},{"key":"Date","value":"Wed, 17 Jun 2020 16:27:13 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"unitPrice\": 0.13574,\n        \"total\": 16.29,\n        \"servingSizeNumber\": null,\n        \"salesOrderWarning\": null,\n        \"salesOrderId\": \"a1F4P000005LL9NUAW\",\n        \"recordId\": \"a1E63000002wKGREA2\",\n        \"quantityOrdered\": 120,\n        \"name\": \"SOL-67623\",\n        \"formularyId\": \"a3263000000gPcEAAU\",\n        \"discountAmount\": 0,\n        \"comment\": null\n    },\n    {\n        \"unitPrice\": 0.07544,\n        \"total\": 2.26,\n        \"servingSizeNumber\": null,\n        \"salesOrderWarning\": null,\n        \"salesOrderId\": \"a1F4P000005LL9NUAW\",\n        \"recordId\": \"a1E63000002wKGQEA2\",\n        \"quantityOrdered\": 30,\n        \"name\": \"SOL-67622\",\n        \"formularyId\": \"a324P00000380q4QAA\",\n        \"discountAmount\": 0,\n        \"comment\": null\n    },\n    {\n        \"unitPrice\": 0.1099,\n        \"total\": 6.59,\n        \"servingSizeNumber\": null,\n        \"salesOrderWarning\": null,\n        \"salesOrderId\": \"a1F4P000005LL9NUAW\",\n        \"recordId\": \"a1E63000002wKGPEA2\",\n        \"quantityOrdered\": 60,\n        \"name\": \"SOL-67621\",\n        \"formularyId\": \"a324P00000380iKQAQ\",\n        \"discountAmount\": 0,\n        \"comment\": null\n    }\n]"},{"id":"c3f2f4c3-c0ac-4f37-b43b-b6a38e711bc9","name":"Create Order Lines (Packs)","originalRequest":{"method":"POST","header":[{"key":"X-User","type":"text","value":"{{userName}}"},{"key":"Authorization","type":"text","value":"apikey {{apiKey}}"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"salesOrderId\": \"a1F760000000qHJEAY\",\r\n        \"packId\": \"a6M4P0000009hcBUAQ\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/v1/orderlines"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1207"},{"key":"Etag","value":"W/\"4b7-EIDayqRgKJaKPjxiHVUaFaTKAiM\""},{"key":"Date","value":"Mon, 24 Jan 2022 15:53:48 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"unitPrice\": 0.07078,\n        \"total\": 2.12,\n        \"timeOfAdministration\": \"Morning\",\n        \"servingSizeNumber\": 1,\n        \"salesOrderWarning\": \"a1F760000000qHJ\",\n        \"salesOrderId\": \"a1F760000000qHJEAY\",\n        \"recordId\": \"a1E760000001yXQEAY\",\n        \"packId\": \"a6M4P0000009hcBUAQ\",\n        \"name\": \"SOL-725029\",\n        \"lastModifiedDate\": \"2022-01-24T15:53:47.000Z\",\n        \"formularyId\": \"a324P00000382LjQAI\",\n        \"discountAmount\": 0,\n        \"createdDate\": \"2022-01-24T15:53:47.000Z\",\n        \"comment\": null\n    },\n    {\n        \"unitPrice\": 0.15633,\n        \"total\": 4.69,\n        \"timeOfAdministration\": \"Morning\",\n        \"servingSizeNumber\": 1,\n        \"salesOrderWarning\": \"a1F760000000qHJ\",\n        \"salesOrderId\": \"a1F760000000qHJEAY\",\n        \"recordId\": \"a1E760000001yXPEAY\",\n        \"packId\": \"a6M4P0000009hcBUAQ\",\n        \"name\": \"SOL-725028\",\n        \"lastModifiedDate\": \"2022-01-24T15:53:45.000Z\",\n        \"formularyId\": \"a324P000003BzQpQAK\",\n        \"discountAmount\": 0,\n        \"createdDate\": \"2022-01-24T15:53:45.000Z\",\n        \"comment\": null\n    },\n    {\n        \"unitPrice\": 0.03384,\n        \"total\": 1.02,\n        \"timeOfAdministration\": \"Morning\",\n        \"servingSizeNumber\": 1,\n        \"salesOrderWarning\": \"a1F760000000qHJ\",\n        \"salesOrderId\": \"a1F760000000qHJEAY\",\n        \"recordId\": \"a1E760000001yXOEAY\",\n        \"packId\": \"a6M4P0000009hcBUAQ\",\n        \"name\": \"SOL-725027\",\n        \"lastModifiedDate\": \"2022-01-24T15:53:45.000Z\",\n        \"formularyId\": \"a324P000003BzRJQA0\",\n        \"discountAmount\": 0,\n        \"createdDate\": \"2022-01-24T15:53:45.000Z\",\n        \"comment\": null\n    }\n]"},{"id":"5cc9b99e-7667-4a3a-b9a2-27d84e40f04f","name":"Create Order Lines (400 - Required field missing)","originalRequest":{"method":"POST","header":[{"key":"X-User","type":"text","value":"{{userName}}"},{"key":"Authorization","type":"text","value":"apikey {{apiKey}}"}],"body":{"mode":"raw","raw":"[\r\n\t{\r\n\t\t\"salesOrderId\" : \"a1F6C000002CQ3YUAW\",\r\n\t    \"formularyId\": \"a324P00000382JwQAI\",\r\n\t\t\"servingSizeNumber\": 2,\r\n\t\t\"timeOfAdministration\": \"Morning;Evening\"\r\n\t}\r\n]","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/v1/orderlines"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"107"},{"key":"Etag","value":"W/\"6b-8SjHH2fGnTIbAbTvoYPPrWveJ5I\""},{"key":"Date","value":"Thu, 07 Oct 2021 17:36:22 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"You must enter a value: [INTERNAL_CAPSULE_FIELD]\",\n        \"errorCode\": \"CANNOT_CHANGE_RECORD\"\n    }\n}"},{"id":"90dfc6cc-96d9-4e7a-bd21-fbb914add011","name":"Create Order Lines (Multiple Packs)","originalRequest":{"method":"POST","header":[{"key":"X-User","type":"text","value":"{{userName}}"},{"key":"Authorization","type":"text","value":"apikey {{apiKey}}"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"salesOrderId\": \"a1F7j000004OjaDEAS\",\r\n        \"packId\": \"a6M7j000000DPwKEAW\"\r\n    },\r\n    {\r\n        \"salesOrderId\": \"a1F7j000004OjaDEAS\",\r\n        \"packId\": \"a6M7j000000DQ1oEAG\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/v1/orderlines"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2011"},{"key":"Etag","value":"W/\"7db-jWMaP0fTDmhsu+ceOoWllo5t9Co\""},{"key":"Date","value":"Mon, 24 Jan 2022 16:01:05 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"unitPrice\": 0.03384,\n        \"total\": 1.02,\n        \"timeOfAdministration\": \"Morning\",\n        \"servingSizeNumber\": 1,\n        \"salesOrderWarning\": \"a1F760000000qHY\",\n        \"salesOrderId\": \"a1F760000000qHYEAY\",\n        \"recordId\": \"a1E760000001yXbEAI\",\n        \"packId\": \"a6M4P0000009hcBUAQ\",\n        \"name\": \"SOL-725038\",\n        \"lastModifiedDate\": \"2022-01-24T16:01:03.000Z\",\n        \"formularyId\": \"a324P000003BzRJQA0\",\n        \"discountAmount\": 0,\n        \"createdDate\": \"2022-01-24T16:01:03.000Z\",\n        \"comment\": null\n    },\n    {\n        \"unitPrice\": 0.15633,\n        \"total\": 4.69,\n        \"timeOfAdministration\": \"Morning\",\n        \"servingSizeNumber\": 1,\n        \"salesOrderWarning\": \"a1F760000000qHY\",\n        \"salesOrderId\": \"a1F760000000qHYEAY\",\n        \"recordId\": \"a1E760000001yXZEAY\",\n        \"packId\": \"a6M4P0000009hcBUAQ\",\n        \"name\": \"SOL-725036\",\n        \"lastModifiedDate\": \"2022-01-24T16:01:02.000Z\",\n        \"formularyId\": \"a324P000003BzQpQAK\",\n        \"discountAmount\": 0,\n        \"createdDate\": \"2022-01-24T16:01:02.000Z\",\n        \"comment\": null\n    },\n    {\n        \"unitPrice\": 0.07078,\n        \"total\": 2.12,\n        \"timeOfAdministration\": \"Morning\",\n        \"servingSizeNumber\": 1,\n        \"salesOrderWarning\": \"a1F760000000qHY\",\n        \"salesOrderId\": \"a1F760000000qHYEAY\",\n        \"recordId\": \"a1E760000001yXYEAY\",\n        \"packId\": \"a6M4P0000009hcBUAQ\",\n        \"name\": \"SOL-725035\",\n        \"lastModifiedDate\": \"2022-01-24T16:01:02.000Z\",\n        \"formularyId\": \"a324P00000382LjQAI\",\n        \"discountAmount\": 0,\n        \"createdDate\": \"2022-01-24T16:01:02.000Z\",\n        \"comment\": null\n    },\n    {\n        \"unitPrice\": 0.03384,\n        \"total\": 1.02,\n        \"timeOfAdministration\": \"Morning\",\n        \"servingSizeNumber\": 1,\n        \"salesOrderWarning\": \"a1F760000000qHZ\",\n        \"salesOrderId\": \"a1F760000000qHZEAY\",\n        \"recordId\": \"a1E760000001yXcEAI\",\n        \"packId\": \"a6M76000000GqUeEAK\",\n        \"name\": \"SOL-725039\",\n        \"lastModifiedDate\": \"2022-01-24T16:01:03.000Z\",\n        \"formularyId\": \"a324P000003BzRJQA0\",\n        \"discountAmount\": 0,\n        \"createdDate\": \"2022-01-24T16:01:03.000Z\",\n        \"comment\": null\n    },\n    {\n        \"unitPrice\": 0.07826,\n        \"total\": 2.35,\n        \"timeOfAdministration\": \"Morning\",\n        \"servingSizeNumber\": 1,\n        \"salesOrderWarning\": \"a1F760000000qHZ\",\n        \"salesOrderId\": \"a1F760000000qHZEAY\",\n        \"recordId\": \"a1E760000001yXaEAI\",\n        \"packId\": \"a6M76000000GqUeEAK\",\n        \"name\": \"SOL-725037\",\n        \"lastModifiedDate\": \"2022-01-24T16:01:02.000Z\",\n        \"formularyId\": \"a324P000003BzV5QAK\",\n        \"discountAmount\": 0,\n        \"createdDate\": \"2022-01-24T16:01:02.000Z\",\n        \"comment\": null\n    }\n]"}],"_postman_id":"7517580b-3341-42b9-b684-aa130c84026b"},{"name":"Get Order Lines","event":[{"listen":"test","script":{"exec":["const jsonData = pm.response.json();","pm.test(\"Successful POST request\", () => {","  pm.expect(pm.response.code).to.be.oneOf([200,201,202]);","});"],"type":"text/javascript","id":"ac150547-afe8-4d3d-aa1d-c0ae5cddd535"}}],"id":"c1e4249b-6378-42ed-9786-4bd39f7807ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"X-User","type":"text","value":"{{userName}}"},{"key":"Authorization","type":"text","value":"apikey {{apiKey}}"}],"url":"http://localhost:3000/v1/orderlines","description":"<p>Retrieve all Order Lines.</p>\n","urlObject":{"path":["v1","orderlines"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[{"id":"5530a474-12db-4aa7-b645-0536aa120fe0","name":"Get Order Lines","originalRequest":{"method":"GET","header":[{"key":"X-User","type":"text","value":"{{userName}}"},{"key":"Authorization","type":"text","value":"apikey {{apiKey}}"}],"url":"http://localhost:3000/v1/orderlines"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"8002"},{"key":"Etag","value":"W/\"1f42-nQWQoDbYFG6Q3UrQXzdDyeiQkm4\""},{"key":"Date","value":"Thu, 11 Jun 2020 15:34:56 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"unitPrice\": 0.1,\n            \"total\": 6,\n            \"servingSizeNumber\": null,\n            \"timeOfAdministration\": \"Morning;Midday;Evening\",\n            \"salesOrderWarning\": null,\n            \"salesOrderId\": \"a1F4P000005LLaFUAW\",\n            \"recordId\": \"a1E4P00000EVQDzUAP\",\n            \"quantityOrdered\": 60,\n            \"name\": \"SOL-00020\",\n            \"formularyId\": null,\n            \"discountAmount\": 0,\n            \"comment\": null\n        },\n        {\n            \"unitPrice\": 7.5,\n            \"total\": 7.5,\n            \"servingSizeNumber\": null,\n            \"timeOfAdministration\": \"Morning;Midday\",\n            \"salesOrderWarning\": null,\n            \"salesOrderId\": \"a1F4P000005LLaFUAW\",\n            \"recordId\": \"a1E4P00000EVQE4UAP\",\n            \"quantityOrdered\": 1,\n            \"name\": \"SOL-00021\",\n            \"formularyId\": null,\n            \"discountAmount\": 0,\n            \"comment\": null\n        }\n    ],\n    \"totalPages\": 1,\n    \"totalCount\": 2,\n    \"pageSize\": 10000,\n    \"currentPage\": 1\n}"}],"_postman_id":"c1e4249b-6378-42ed-9786-4bd39f7807ce"},{"name":"Get Specific Order Line","event":[{"listen":"test","script":{"exec":["const jsonData = pm.response.json();","pm.test(\"Successful POST request\", () => {","  pm.expect(pm.response.code).to.be.oneOf([200,201,202]);","});"],"type":"text/javascript","id":"eab51f37-a345-4576-bc7a-f9ef2999c752"}}],"id":"a35dc4ee-3e80-4697-ace0-979ceb4cd873","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"X-User","type":"text","value":"{{userName}}"},{"key":"Authorization","type":"text","value":"apikey {{apiKey}}"}],"url":"http://localhost:3000/v1/orderlines?recordId=a1E4P00000EVQE4UAP","description":"<p>Retrieve an Order Line by its recordId.</p>\n","urlObject":{"path":["v1","orderlines"],"host":["http://localhost:3000"],"query":[{"key":"recordId","value":"a1E4P00000EVQE4UAP"}],"variable":[]}},"response":[{"id":"d6691179-a304-460a-bddc-5ca3cee8fdde","name":"Get Specific Order Lines from Order","originalRequest":{"method":"GET","header":[{"key":"X-User","type":"text","value":"{{userName}}"},{"key":"Authorization","type":"text","value":"apikey {{apiKey}}"}],"url":{"raw":"http://localhost:3000/v1/orderlines?recordId=a1E4P00000EVQE4UAP","host":["http://localhost:3000"],"path":["v1","orderlines"],"query":[{"key":"recordId","value":"a1E4P00000EVQE4UAP"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"239"},{"key":"Etag","value":"W/\"ef-NvnvUO44x1FZpK4T9d3+oaoqAvg\""},{"key":"Date","value":"Thu, 11 Jun 2020 15:37:23 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"unitPrice\": 7.5,\n    \"total\": 7.5,\n    \"servingSizeNumber\": null,\n    \"timeOfAdministration\": \"Morning;Midday\",\n    \"salesOrderWarning\": null,\n    \"salesOrderId\": \"a1F4P000005LLaFUAW\",\n    \"recordId\": \"a1E4P00000EVQE4UAP\",\n    \"quantityOrdered\": 1,\n    \"name\": \"SOL-00021\",\n    \"formularyId\": null,\n    \"discountAmount\": 0,\n    \"comment\": null\n}"}],"_postman_id":"a35dc4ee-3e80-4697-ace0-979ceb4cd873"},{"name":"Update Order Lines","event":[{"listen":"test","script":{"exec":["const jsonData = pm.response.json();","pm.test(\"Successful POST request\", () => {","  pm.expect(pm.response.code).to.be.oneOf([200,201,202]);","});"],"type":"text/javascript","id":"76c8484b-dafe-4a8a-bffd-6e8051d2fd2a"}}],"id":"ef03d200-f669-4012-bf48-d69b6a986428","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-User","type":"text","value":"{{userName}}"},{"key":"Authorization","type":"text","value":"apikey {{apiKey}}"}],"body":{"mode":"raw","raw":"{\r\n    \"recordId\": \"\",\r\n    \"servingSizeNumber\": 2,\r\n    \"salesOrderId\": \"a1F4P000007ojBFUAY\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/v1/orderlines?recordId=","description":"<p>Update Order Lines associated with an Order that is in 'New' status. Orders that have been submitted cannot be changed. </p>\n","urlObject":{"path":["v1","orderlines"],"host":["http://localhost:3000"],"query":[{"key":"recordId","value":""}],"variable":[]}},"response":[],"_postman_id":"ef03d200-f669-4012-bf48-d69b6a986428"},{"name":"Delete Order Lines","event":[{"listen":"test","script":{"exec":["const jsonData = pm.response.json();","pm.test(\"Successful POST request\", () => {","  pm.expect(pm.response.code).to.be.oneOf([200,201,202]);","});"],"type":"text/javascript","id":"af983f12-75ae-4a16-a04e-d51a6fedc143"}}],"id":"80f49769-7bcf-49b1-916b-31105f09d071","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"X-User","value":"{{userName}}","type":"text"},{"key":"Authorization","value":"apikey {{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"[\n    {\n        \"recordId\": \"a1E7j00000HG8AkEAL\"\n    }\n]","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/v1/orderlines?recordId=","description":"<p>Delete Order Lines.</p>\n<p>Order lines can only be deleted when an Order is in 'New' Status.</p>\n","urlObject":{"path":["v1","orderlines"],"host":["http://localhost:3000"],"query":[{"key":"recordId","value":""}],"variable":[]}},"response":[],"_postman_id":"80f49769-7bcf-49b1-916b-31105f09d071"}],"id":"67abe4e5-722a-4837-a00d-1ed4a7cfc302","description":"<p>Order Line requests are handled through the Order they belong to.</p>\n<table><tbody><tr><td><b>FIELD</b></td><td><b>TYPE</b></td><td><b>REQUIRED</b></td><td><b>UPDATEABLE</b></td><td><b>DESCRIPTION</b></td><td><b>EXAMPLE VALUES</b></td></tr><tr><td>recordId</td><td>Text(18)</td><td> </td><td> </td><td>Primary key, unique system generated value</td><td>0014P00002grSIoQAM</td></tr><tr><td>name</td><td>Text</td><td> </td><td> </td><td>Unique system generated value</td><td>SOL-012388</td></tr><tr><td>salesOrderId</td><td>Text(18)</td><td>X</td><td>X</td><td>Reference to Sales Order</td><td>0014P00002grSIoQAM</td></tr><tr><td>formularyId</td><td>Text(18)</td><td>X (this or packId)</td><td></td><td>Reference to Formulary</td><td>0014P00002grSIoQAM</td></tr><tr><td>packId</td><td>Text(18)</td><td>X (this or formularyId)</td><td></td><td>Reference to Pack</td><td>a6M4P0000009hcBUAQ</td></tr><tr><td>quantityOrdered</td><td>Decimal(13,5)</td><td>X</td><td> </td><td>Set to 1, and will be autocalculated based on Order Duration, Serving Size and Time of Administration</td><td>1.00000, 30.00000, 60.00000</td></tr><tr><td>servingSizeNumber</td><td>Integer</td><td>X</td><td>X</td><td>Number of supplements per serving</td><td>2</td></tr><tr><td>timeOfAdministration</td><td>Text</td><td>X</td><td>X</td><td>The time of day that supplement should be taken</td><td>Morning<br />Midday<br />Evening</td></tr><tr><td>unitPrice</td><td><br />Currency(10, 6)</td><td> </td><td> </td><td>Price Per Pill</td><td>$0.25</td></tr><tr><td>total</td><td>Currency(10, 6)</td><td> </td><td> </td><td>Total of Unit Price values from all Sales Order Lines</td><td>$15.25</td></tr><tr><td>discountAmount</td><td>Currency(10, 6)</td><td> </td><td> </td><td>Discount Amount</td><td>$1.50</td></tr><tr><td>comment</td><td>Text(2000)</td><td> </td><td> </td><td>Sales Order Line comments</td><td> </td></tr></tbody></table>\n\n<p>*Either the packId field or formularyId field must be populated when creating a new order line.</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"90194fb1-7680-455a-a567-eb28daf63c55"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"d951188c-6f51-4a5e-97e8-64c65458827e"}}],"_postman_id":"67abe4e5-722a-4837-a00d-1ed4a7cfc302"},{"name":"Products","item":[{"name":"Get Products","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","var schema = {\r","    \"recordId\": {\r","        \"type\": \"string\"\r","    },\r","    \"name\": {\r","        \"type\": \"string\"\r","    },\r","    \"productFamily\": {\r","        \"type\": \"string\"\r","    },\r","    \"productSku\": {\r","        \"type\": \"string\"\r","    },\r","    \"supplementCategory\": {\r","        \"type\": \"string\"\r","    },\r","    \"productDescription\": {\r","        \"type\": \"string\"\r","    },\r","    \"productDescriptionShort\": {\r","        \"type\": \"string\"\r","    },\r","    \"keyPoints\": {\r","        \"type\": \"string\"\r","    },\r","    \"containsNo\": {\r","        \"type\": \"string\"\r","    },\r","    \"ingredientWarnings\": {\r","        \"type\": \"string\"\r","    },\r","    \"factPanelsUrl\": {\r","        \"type\": \"string\"\r","    },\r","    \"imageUrl\": {\r","        \"type\": \"string\"\r","    },\r","    \"productStructureFunctionClaims\": {\r","        \"type\": \"string\"\r","    },\r","    \"sfpNotes\": {\r","        \"type\": \"string\"\r","    },\r","    \"fdaDisclaimer\": {\r","        \"type\": \"string\"\r","    },\r","    \"pillType\": {\r","        \"type\": \"string\"\r","    },\r","    \"supplementType\": {\r","        \"type\": \"string\"\r","    },\r","    \"notToBeUsedBy\": {\r","        \"type\": \"string\"\r","    },\r","    \"productWarnings\": {\r","        \"type\": \"string\"\r","    },\r","    \"suggestedUse\": {\r","        \"type\": \"string\"\r","    },\r","    \"timeOfAdministration\": {\r","        \"type\": \"string\"\r","    },\r","    \"dosage\": {\r","        \"type\": \"string\"\r","    },\r","    \"servingSize\": {\r","        \"type\": \"decimal\"\r","    },\r","    \"pricePerPill\": {\r","        \"type\": \"decimal\"\r","    },\r","    \"price30DayRoll\": {\r","        \"type\": \"decimal\"\r","    },\r","    \"msrp\": {\r","        \"type\": \"decimal\"\r","    },\r","    \"supplementMarkupPercentage\": {\r","        \"type\": \"decimal\"\r","    },\r","    \"msrp30DayRoll\": {\r","        \"type\": \"decimal\"\r","    },\r","    \"lastModifiedDate\": {\r","        \"type\": \"datetime\"\r","    },\r","    \"createdDate\": {\r","        \"type\": \"datetime\"\r","    }\r","};\r","\r","var firstProduct = pm.response.json().results[0];\r","console.log(firstProduct);\r","pm.collectionVariables.set(\"test_productId\", firstProduct.recordId);\r","\r","\r","pm.test('Schema is valid', function() {\r","  pm.expect(tv4.validate(firstProduct, schema)).to.be.true;\r","});\r","\r","\r","pm.test(\"Returns list of products\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.results).to.be.an('array');\r","});"],"type":"text/javascript","id":"bf36f2ec-f7ca-4c5a-9f6e-1e931aa77f4a"}}],"id":"f4565ea2-fa36-4399-94b0-5ce7a68348d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"X-User","type":"text","value":"{{userName}}"},{"key":"Authorization","type":"text","value":"apikey {{apiKey}}"}],"url":"http://localhost:3000/v1/products","description":"<p>Retrieve all OK Capsule products. </p>\n","urlObject":{"path":["v1","products"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[{"id":"8a6e2343-c926-463f-a4da-a64a54822de6","name":"Get Products","originalRequest":{"method":"GET","header":[{"key":"X-User","type":"text","value":"{{userName}}"},{"key":"Authorization","type":"text","value":"apikey {{apiKey}}"}],"url":"http://localhost:3000/v1/products"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 03 Feb 2023 18:47:07 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"175049"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Embedder-Policy","value":"require-corp"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"2abc9-Pr7HDPqm5oysqJvg+Wy/FEic+Ao\""}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"width\": 8.35,\n            \"weight\": 1582.35,\n            \"timeOfAdministration\": \"Morning\",\n            \"supplementType\": \"Vegan\",\n            \"supplementMarkupPercentage\": 200,\n            \"supplementCategory\": \"Minerals\",\n            \"suggestedUse\": \"As a dietary supplement or as directed by a healthcare professional.;Take with meals\",\n            \"sfpNotes\": null,\n            \"servingSize\": 1,\n            \"scoreTotal\": null,\n            \"recordId\": \"01t4P000008WoSYQA0\",\n            \"productWarnings\": \"Keep out of reach of children.  Packaged in a facility that also handles milk and soy by-products\",\n            \"productStructureFunctionClaims\": null,\n            \"productSku\": \"REL-SP-CMP-003\",\n            \"productFamily\": \"Supplement - Standard\",\n            \"productDescriptionShort\": \"This calcium, magnesium, and potassium combo supports muscle function and the maintenance of strong bones and teeth. Plus, potassium aids in water balance and supports heart, muscle, kidney, adrenal, and nerve function.**\",\n            \"productDescription\": \"Calcium, magnesium, and potassium are essential nutrients for the body’s health. Calcium plays a vital role in muscle contraction and maintaining the structure of bones and teeth, while magnesium functions as an enzyme activator in more than 300 enzyme reactions. As an essential electrolyte, potassium aids in the maintenance of water balance and supports heart, muscle, kidney, adrenal, and nerve function. Together, this combo aids in energy production, bone structure, and muscle function. Additionally, it combines minerals and amino acids to enhance mineral absorption, utilization, and safety, ensuring that these essential nutrients have a popper delivery system for adequate absorption. It is the perfect offering to complement our multi-vitamin and mineral supplements. **\",\n            \"pricePerPill\": 0.11316,\n            \"price30DayRoll\": 3.3948,\n            \"pillType\": \"Tablet(s)\",\n            \"notToBeUsedBy\": null,\n            \"name\": \"Calcium & Magnesium AAC Tab\",\n            \"msrp30DayRoll\": 6.79,\n            \"msrp\": 0.23,\n            \"maxServingSizeLimit\": null,\n            \"length\": 21.51,\n            \"lastModifiedDate\": \"2023-01-12T16:50:30.000Z\",\n            \"keyPoints\": \"<ul><li>Calcium and magnesium support healthy muscles, bones, and teeth.</li><li>Contains potassium to aid in heart, muscle, kidney, adrenal, and nerve function.</li><li>Combines minerals and amino acids to enhance absorption.</li><li>The perfect combo to complement our multi-vitamin and mineral supplements.</li><li>**</li></ul>\",\n            \"ingredientWarnings\": null,\n            \"imageUrl\": \"https://img.okcapsule.com/Supplement%20photographs/september-batch/Calcium%26Magnesium.png\",\n            \"height\": 8.81,\n            \"fdaDisclaimer\": null,\n            \"factPanelsUrl\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P000000Y6ff/xcYcRzqG53rDjNNbCsjNB82g.vpb2tUgQuPIZnuKFHs\",\n            \"dosage\": null,\n            \"createdDate\": \"2019-12-15T22:08:06.000Z\",\n            \"containsNo\": \"Animal Products;Artificial Colors or Flavors;Dairy;Gluten;Preservatives;Wheat;Sugar;Yeast;Soy;Peanuts;Tree nuts;Fish/Shellfish;Eggs;Sesame\"\n        },\n        {\n            \"width\": 8.3,\n            \"weight\": 1385.44,\n            \"timeOfAdministration\": \"Morning\",\n            \"supplementType\": \"Vegan\",\n            \"supplementMarkupPercentage\": 200,\n            \"supplementCategory\": \"Vitamins\",\n            \"suggestedUse\": \"As a dietary supplement or as directed by a healthcare professional.;Take with meals\",\n            \"sfpNotes\": null,\n            \"servingSize\": 1,\n            \"scoreTotal\": null,\n            \"recordId\": \"01t4P000008WoSiQAK\",\n            \"productWarnings\": \"Keep out of reach of children.  Packaged in a facility that also handles milk and soy by-products\",\n            \"productStructureFunctionClaims\": null,\n            \"productSku\": \"REL-SS-C3-001\",\n            \"productFamily\": \"Supplement - Standard\",\n            \"productDescriptionShort\": \"Supporting myriad functions including liver detoxification and memory.**\",\n            \"productDescription\": \"This essential nutrient supports a range of functions and is often grouped with the vitamin B-complex family. As a component of the cell membrane, choline plays a role in cell division and may affect gene expression. The body converts choline into acetylcholine, the most common neurotransmitter in the autonomic nervous system. Studies have shown choline may support the body's metabolization of fats as well as support muscle function, cardiovascular function, memory, cognition, and enhance detoxification.**\",\n            \"pricePerPill\": 0.112375,\n            \"price30DayRoll\": 3.3713,\n            \"pillType\": \"Tablet(s)\",\n            \"notToBeUsedBy\": null,\n            \"name\": \"Choline 300mg Tab\",\n            \"msrp30DayRoll\": 6.74,\n            \"msrp\": 0.23,\n            \"maxServingSizeLimit\": null,\n            \"length\": 21.4,\n            \"lastModifiedDate\": \"2023-01-12T16:50:30.000Z\",\n            \"keyPoints\": \"<ul><li>Research indicates increased supplementation of Choline may be beneficial during pregnancy</li><li>Choline is important for cell division, which affects memory &amp; cognition</li><li>Choline is needed for synthesis of lecithin, a structural component of cell membranes</li><li>Choline is important to the detoxification of the liver, fat metabolism, and heart health</li><li>**</li></ul>\",\n            \"ingredientWarnings\": null,\n            \"imageUrl\": \"https://img.okcapsule.com/Supplement%20photographs/september-batch/Choline.png\",\n            \"height\": 7.8,\n            \"fdaDisclaimer\": null,\n            \"factPanelsUrl\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P000000Y6hC/2BxNnA1YYsoLc2ALZhJg.5hPaaaGVfvwt32zZisx0bE\",\n            \"dosage\": \"300 mg\",\n            \"createdDate\": \"2019-12-15T22:26:03.000Z\",\n            \"containsNo\": \"Animal Products;Dairy;Gluten;Preservatives;Wheat;Sugar;Yeast;Corn;Soy;Peanuts;Tree nuts;Fish/Shellfish;Eggs;Nuts;Milk;Sodium;Starch;Sesame\"\n        },\n        {\n            \"width\": 8.5,\n            \"weight\": 1690.65,\n            \"timeOfAdministration\": \"Morning\",\n            \"supplementType\": \"Vegan\",\n            \"supplementMarkupPercentage\": 200,\n            \"supplementCategory\": \"Vitamins\",\n            \"suggestedUse\": \"As a dietary supplement or as directed by a healthcare professional.\",\n            \"sfpNotes\": \"The body converts dietary B vitamins and B vitamins in supplements into active forms via the liver. The metabolically active coenzyme forms of B vitamins delivered in our Coenzyme B formula do not need to be metabolized by the liver and are ready for immediate use by the body. Packaged in a facility that also handles milk and soy by-products\",\n            \"servingSize\": 1,\n            \"scoreTotal\": null,\n            \"recordId\": \"01t4P000008WoSsQAK\",\n            \"productWarnings\": \"Keep out of reach of children.  Packaged in a facility that also handles milk and soy by-products\",\n            \"productStructureFunctionClaims\": null,\n            \"productSku\": \"REL-SS-CBC-002\",\n            \"productFamily\": \"Supplement - Standard\",\n            \"productDescriptionShort\": \"This B-50 Complex formula includes the coenzyme forms of B-6, B-9 (folate), and B-12 (methylcobalamin) to help support liver detoxification, metabolic functions, nervous system function, energy production, cognition, and cardiovascular health. **\",\n            \"productDescription\": \"Our B-50 Complex formula includes the coenzyme forms of B-6, B-9 (folate), and B-12 (methylcobalamin) to help support liver detoxification, metabolic functions, nervous system function, energy production, cognition, and cardiovascular health. Folate assists in red and white blood cell maintenance and DNA and RNA synthesis. While many foods contain folate, supplementation can be beneficial in pregnancy, as age increases, during times of stress, or with increased alcohol consumption. Our coenzyme formula doesn’t require metabolization by the liver, resulting in streamlined absorption for optimal health. **\",\n            \"pricePerPill\": 0.16256,\n            \"price30DayRoll\": 4.8768,\n            \"pillType\": \"Vegan Capsule(s)\",\n            \"notToBeUsedBy\": null,\n            \"name\": \"CoEnzyme B-50 Complex Vcap\",\n            \"msrp30DayRoll\": 9.75,\n            \"msrp\": 0.33,\n            \"maxServingSizeLimit\": null,\n            \"length\": 23.4,\n            \"lastModifiedDate\": \"2023-01-12T16:50:30.000Z\",\n            \"keyPoints\": \"<ul><li>Contains the coenzyme forms of B-6, B-9, and B-12 for fast absorption.</li><li>Aids in liver detoxification, metabolic, and nervous system function.</li><li>Supports energy production, cognition, and cardiovascular health.</li><li>Assists in the synthesis of the genetic building blocks DNA and RNA.</li><li>Beneficial in pregnancy, as age increases, during times of stress, or with increased alcohol consumption.</li><li>**</li></ul>\",\n            \"ingredientWarnings\": null,\n            \"imageUrl\": \"https://img.okcapsule.com/Supplement%20photographs/june-batch/CoEnzymeB50Complex.png\",\n            \"height\": 8.5,\n            \"fdaDisclaimer\": null,\n            \"factPanelsUrl\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P000000YGxE/wwvA1YNZMv5CUoFArYza8SFUHHsUrRKDzqQom0wbLII\",\n            \"dosage\": null,\n            \"createdDate\": \"2019-12-15T22:43:45.000Z\",\n            \"containsNo\": \"Animal Products;Artificial Colors or Flavors;Dairy;Preservatives;Salt;Wheat;Sugar;Yeast;Corn;Soy;Fish/Shellfish;Nuts;Sesame\"\n        },\n        {\n            \"width\": 7.7,\n            \"weight\": 1233.23,\n            \"timeOfAdministration\": \"Morning\",\n            \"supplementType\": \"Vegan\",\n            \"supplementMarkupPercentage\": 200,\n            \"supplementCategory\": \"Antioxidants\",\n            \"suggestedUse\": \"As a dietary supplement or as directed by a healthcare professional.;Take with meals\",\n            \"sfpNotes\": \"Packaged in a facility that also handles milk and soy by-products\",\n            \"servingSize\": 1,\n            \"scoreTotal\": null,\n            \"recordId\": \"01t4P000008WoSxQAK\",\n            \"productWarnings\": \"Keep out of reach of children\",\n            \"productStructureFunctionClaims\": \"Co Q 10 is a biologically active quinone found in every cell of the body. It is a cofactor in the electron transport chain, the biological pathway in cellular respiration from which ATP** and most of the body's energy are derived..†\\r\\n**Adenosine Triphosphate (ATP) is an energy-rich compound used for all energy-requiring processes within the cell.\",\n            \"productSku\": \"REL-SS-CQ1M-002\",\n            \"productFamily\": \"Supplement - Standard\",\n            \"productDescriptionShort\": \"Ubiquinone (CoEnzyme Q-10) is found in every cell in the body and acts as a conduit for cellular function. It may provide significant antioxidant protection as well as support cardiovascular health, athletic performance, and immunity. **\",\n            \"productDescription\": \"Ubiquinone (CoEnzyme Q-10) is found in every cell in the body. It acts as a conduit for cellular function, which it achieves in collaboration with the mitochondria. It plays an essential role in creating ATP (adenosine triphosphate), an energy-rich compound used for all energy-requiring processes within a cell. Additionally, it may provide significant antioxidant protection as well as support cardiovascular health, athletic performance, and immunity. Although the body synthesizes coEnzyme Q-10, deficiencies still exist (and increase with age), which is why supplementation is so vital. **\",\n            \"pricePerPill\": 0.21046,\n            \"price30DayRoll\": 6.3138,\n            \"pillType\": \"Vegan Capsule(s)\",\n            \"notToBeUsedBy\": null,\n            \"name\": \"CoEnzyme Q-10 100mg Vcap\",\n            \"msrp30DayRoll\": 12.63,\n            \"msrp\": 0.42,\n            \"maxServingSizeLimit\": null,\n            \"length\": 20.8,\n            \"lastModifiedDate\": \"2023-01-12T16:50:30.000Z\",\n            \"keyPoints\": \"<ul><li>Essential for cellular energy production.</li><li>Provides antioxidant protection.</li><li>Supports cardiovascular health, and immunity.</li><li>Supports athletic performance and muscle function.</li><li>Requirements increase with age.</li><li>**</li></ul>\",\n            \"ingredientWarnings\": null,\n            \"imageUrl\": \"https://img.okcapsule.com/Supplement%20photographs/june-batch/Coenzyme%20Q10%20100.png\",\n            \"height\": 7.7,\n            \"fdaDisclaimer\": \"† These statements have not been evaluated by the Food and Drug Administration. This product is not intended to diagnose, treat, cure or prevent any disease.\",\n            \"factPanelsUrl\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P000000YGzQ/nPwcDd.KKipcEUlQvjFWC83t24a5Q2Jo3MLvaFXdoXQ\",\n            \"dosage\": \"100 mg\",\n            \"createdDate\": \"2019-12-15T23:00:01.000Z\",\n            \"containsNo\": \"Artificial Colors or Flavors;Dairy;Gluten;Preservatives;Salt;Wheat;Sugar;Yeast;Corn;Soy;Sesame\"\n        },\n        {\n            \"width\": 7.6,\n            \"weight\": 1253.39,\n            \"timeOfAdministration\": \"Morning\",\n            \"supplementType\": \"Vegan\",\n            \"supplementMarkupPercentage\": 200,\n            \"supplementCategory\": \"Probiotics\",\n            \"suggestedUse\": \"As a dietary supplement or as directed by a healthcare professional.;Take with meals\",\n            \"sfpNotes\": null,\n            \"servingSize\": 1,\n            \"scoreTotal\": null,\n            \"recordId\": \"01t4P000008WoTRQA0\",\n            \"productWarnings\": \"Keep out of reach of children. If you are pregnant, nursing, taking medication or under medical supervision, consult your healthcare professional before use. Discontinue use and consult your physician if any adverse conditions occur.  Packaged in a facility that also handles milk and soy by-products\",\n            \"productStructureFunctionClaims\": \"AST Floracor ® Is a full-spectrum blend of probiotics, prebiotics and enzymes expertly formulated to maintain a proper balance of intestinal microflora. Complete Probiotic Formula ®may assist in maintaining a healthy amount of Candida by the utilization of enzymes to proteolytically deteriorate cell walls and protein within Candida this, promoting healthy cleansing and proper nutrient absorption for optimal digestion*\",\n            \"productSku\": \"AST-SP-AF-001\",\n            \"productFamily\": \"Supplement - Standard\",\n            \"productDescriptionShort\": \"This vegan, intestinal cleansing SEBiotic® formula is a unique spore-forming and shelf-stable probiotic designed to support intestinal health, immune function, and overall wellness. **\",\n            \"productDescription\": \"Probiotics are live bacteria and microflora that fuel friendly bacteria in the digestive system. This vegan, intestinal cleansing SEBiotic® formula is a unique spore-forming, shelf-stable probiotic that supports intestinal health, immune function, and overall wellness. It contains plant-based carbohydrates FOS (fructooligosaccharides), nutrient-dense alfalfa, alma, and papaya powder. Amla (Emblica officinalis), better known as Indian gooseberry, is arguably the most important medicinal plant in the Indian traditional system of medicine, Ayurveda. Plus, high-activity proteases to support the breakdown of proteins and overall colon health. **\",\n            \"pricePerPill\": 0.162,\n            \"price30DayRoll\": 4.86,\n            \"pillType\": \"Vegan Capsule(s)\",\n            \"notToBeUsedBy\": null,\n            \"name\": \"AST Floracor 500mg Vcap\",\n            \"msrp30DayRoll\": 9.72,\n            \"msrp\": 0.32,\n            \"maxServingSizeLimit\": null,\n            \"length\": 21.7,\n            \"lastModifiedDate\": \"2023-01-20T20:29:52.000Z\",\n            \"keyPoints\": \"<ul><li>Vegan, intestinal cleansing SEBiotic® formula.</li><li>Spore-forming and shelf-stable probiotic to support intestinal health, immune function, and overall wellness.</li><li>Contains plant-based carbohydrates FOS (fructooligosaccharides), nutrient-dense alfalfa, papaya powder, and Amla (Emblica officinalis or Indian gooseberry).</li><li>High-activity proteases to support the breakdown of proteins and overall colon health.</li><li>**</li></ul>\",\n            \"ingredientWarnings\": \"Accidental overdose of iron-containing products is a leading cause of fatal poisoning in children under 6. Keep this product out of the reach of children. In case of accidental overdose, call a doctor or poison control center immediately.\",\n            \"imageUrl\": \"https://img.okcapsule.com/Supplement%20photographs/june-batch/ASTFloracor.png\",\n            \"height\": 7.6,\n            \"fdaDisclaimer\": \"† These statements have not been evaluated by the Food and Drug Administration. This product is not intended to diagnose, treat, cure or prevent any disease.\",\n            \"factPanelsUrl\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P000000Y6h2/MV6Xfc8nbZMTFQVK0hQb9qa1UggtURWj.Z7pmJ9MQpc\",\n            \"dosage\": null,\n            \"createdDate\": \"2019-12-15T23:48:08.000Z\",\n            \"containsNo\": \"Artificial Colors or Flavors;Preservatives;Fish/Shellfish;Eggs;Potato;Rice;Nuts;Sesame\"\n        },\n        {\n            \"width\": 8.85,\n            \"weight\": 301.54,\n            \"timeOfAdministration\": \"Evening\",\n            \"supplementType\": \"Vegan\",\n            \"supplementMarkupPercentage\": 200,\n            \"supplementCategory\": \"Antioxidants\",\n            \"suggestedUse\": \"As a dietary supplement or as directed by a healthcare professional.;Take at bedtime;Do not exceed recommended dosage within 24 hour period\",\n            \"sfpNotes\": null,\n            \"servingSize\": 1,\n            \"scoreTotal\": null,\n            \"recordId\": \"01t4P000008WtWtQAK\",\n            \"productWarnings\": \"Keep out of reach of children. Use only at bedtime. Not for use by children under 18 years. If pregnant or using a prescription drug, consult a healthcare professional. Do not take this product if you suffer from an autoimmune disease, depression, diabetes, endocrine disorder or thyroid condition. Do not use this product while operating a motorized vehicle or heavy machinery.  Packaged in a facility that also handles milk and soy by-products\",\n            \"productStructureFunctionClaims\": \"Supports Sleep†\",\n            \"productSku\": \"REL-SS-M3V-001\",\n            \"productFamily\": \"Supplement - Standard\",\n            \"productDescriptionShort\": \"Melatonin is a naturally occurring hormone that affects sleep. It helps facilitate the production of the \\\"master\\\" antioxidant glutathione, aids in stress response, and promotes a healthy immune system. **\",\n            \"productDescription\": \"Melatonin is a naturally occurring hormone that affects sleep and may regulate the body’s circadian rhythms. However, supplementation can be beneficial when experiencing irregular sleep patterns, jet lag, or shift work. In addition to supporting the body with sleep, melatonin has been shown to help facilitate the production of the \\\"master\\\" antioxidant glutathione. Melatonin may also aid in stress response and promote a healthy immune system. **\",\n            \"pricePerPill\": 0.04089,\n            \"price30DayRoll\": 1.2267,\n            \"pillType\": \"Tablet(s)\",\n            \"notToBeUsedBy\": null,\n            \"name\": \"Melatonin 3mg Vtab\",\n            \"msrp30DayRoll\": 2.45,\n            \"msrp\": 0.08,\n            \"maxServingSizeLimit\": null,\n            \"length\": 8.85,\n            \"lastModifiedDate\": \"2023-02-02T17:01:16.000Z\",\n            \"keyPoints\": \"<ul><li>A naturally occurring hormone that affects sleep.</li><li>Helps with irregular sleep patterns, jet lag, or shift work.</li><li>Supports the production of the &quot;master&quot; antioxidant glutathione.</li><li>Aids in stress response and immune health.</li><li>**</li></ul>\",\n            \"ingredientWarnings\": null,\n            \"imageUrl\": \"https://img.okcapsule.com/Supplement%20photographs/Reliance%20Melatonin.png\",\n            \"height\": 3.85,\n            \"fdaDisclaimer\": \"† These statements have not been evaluated by the Food and Drug Administration. This product is not intended to diagnose, treat, cure or prevent any disease.\",\n            \"factPanelsUrl\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P000000YHP8/wOCn9fzgTlHRVyLN3HX1p6YpZNJ4h_ESexZ5he_a.7A\",\n            \"dosage\": null,\n            \"createdDate\": \"2020-01-15T23:16:04.000Z\",\n            \"containsNo\": \"Artificial Colors or Flavors;Dairy;Gluten;Preservatives;Salt;Wheat;Sugar;Yeast;Corn;Soy;Sesame\"\n        },\n        {\n            \"width\": 8.2,\n            \"weight\": 1614.42,\n            \"timeOfAdministration\": \"Morning\",\n            \"supplementType\": \"Vegetarian\",\n            \"supplementMarkupPercentage\": 200,\n            \"supplementCategory\": \"Minerals\",\n            \"suggestedUse\": \"As a dietary supplement or as directed by a healthcare professional.;Take with meals\",\n            \"sfpNotes\": null,\n            \"servingSize\": 1,\n            \"scoreTotal\": null,\n            \"recordId\": \"01t4P000008WueGQAS\",\n            \"productWarnings\": \"Keep out of reach of children.  Packaged in a facility that also handles milk and soy by-products\",\n            \"productStructureFunctionClaims\": null,\n            \"productSku\": \"REL-SS-CCWVD-003\",\n            \"productFamily\": \"Supplement - Standard\",\n            \"productDescriptionShort\": \"A calcium citrate and vitamin D-3 combo to support the maintenance and growth of bones and teeth, as well as immune, muscle, and cardiovascular health. **\",\n            \"productDescription\": \"Calcium citrate is a well-researched bioavailable form of chelated calcium. Vitamin D-3 plays an important supporting role by facilitating the regulation of calcium absorption. Together, this combo supports the maintenance and growth of bones and teeth, as well as immune health, muscle function, cardiovascular health, neurotransmission, and adequate blood clotting. **\",\n            \"pricePerPill\": 0.0825,\n            \"price30DayRoll\": 2.475,\n            \"pillType\": \"Tablet(s)\",\n            \"notToBeUsedBy\": null,\n            \"name\": \"Calcium Citrate w/Vitamin D-3 Tab\",\n            \"msrp30DayRoll\": 4.95,\n            \"msrp\": 0.13,\n            \"maxServingSizeLimit\": null,\n            \"length\": 21.4,\n            \"lastModifiedDate\": \"2023-01-12T16:50:30.000Z\",\n            \"keyPoints\": \"<ul><li>Calcium citrate and vitamin D-3 combo for overall health.</li><li>Supports maintenance and growth of bones and teeth.</li><li>Aids in muscle function, cardiovascular health, and blood clotting.</li><li>Supports immune health.</li><li>**</li></ul>\",\n            \"ingredientWarnings\": null,\n            \"imageUrl\": \"https://img.okcapsule.com/Supplement%20photographs/june-batch/CalciumCitratew...D3.png\",\n            \"height\": 9.2,\n            \"fdaDisclaimer\": null,\n            \"factPanelsUrl\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P000000YGsV/JK_h.D2Ak6TSZXJE_y3yCz6ui4bg_PqZ8oZKiyHlq4k\",\n            \"dosage\": null,\n            \"createdDate\": \"2020-01-19T05:20:32.000Z\",\n            \"containsNo\": \"Artificial Colors or Flavors;Dairy;Gluten;Preservatives;Salt;Wheat;Yeast;Corn;Sesame\"\n        },\n        {\n            \"width\": null,\n            \"weight\": 0,\n            \"timeOfAdministration\": \"Morning\",\n            \"supplementType\": \"Vegan\",\n            \"supplementMarkupPercentage\": 200,\n            \"supplementCategory\": \"Minerals\",\n            \"suggestedUse\": \"As a dietary supplement or as directed by a healthcare professional.;Take with meals\",\n            \"sfpNotes\": \"From Ferrochel®, supplied by Albion Advanced Nutrition. Studies show that Albion´s patented Ferrous Bis-Glycinate is better absorbed than other forms of supplemental iron and is easy on the digestive tract.†  t is protected under U.S Patent #4,599,152.\",\n            \"servingSize\": 1,\n            \"scoreTotal\": null,\n            \"recordId\": \"01t4P000008WwjEQAS\",\n            \"productWarnings\": \"Keep out of reach of children. Accidental overdose or iron-containing products is a leading cause of fatal poisoning in children under 6. In case of accidental overdose call a doctor or poison control center immediately.  Packaged in a facility that also handles milk and soy by-products\",\n            \"productStructureFunctionClaims\": \"A highly absorbable iron supplement that is easy on your stomach†\",\n            \"productSku\": \"REL-SS-EI2FAAC-002\",\n            \"productFamily\": \"Supplement - Standard\",\n            \"productDescriptionShort\": \"Iron is essential for blood oxygenation, DNA synthesis, and energy production. Our formula is made with amino acid chelated iron, Ferrochel® , which is more bioavailable and therefore easier on the stomach. **\",\n            \"productDescription\": \"Iron deficiency is the most common nutrient deficiency in women. It is essential for blood oxygenation, DNA synthesis, and energy production. Our formula is made with amino acid chelated iron, Ferrochel® (ferrous bisglycinate chelate), which is more bioavailable and therefore causes less gastric upset than most iron supplements. Easy Iron is suggested for pregnant women, menstruating women, vegans, and anemic individuals. **\",\n            \"pricePerPill\": 0.1299,\n            \"price30DayRoll\": 3.897,\n            \"pillType\": \"Vegan Capsule(s)\",\n            \"notToBeUsedBy\": null,\n            \"name\": \"Easy Iron 25mg Ferrochel Amino Acid Chelate\",\n            \"msrp30DayRoll\": 7.79,\n            \"msrp\": 0.25,\n            \"maxServingSizeLimit\": null,\n            \"length\": null,\n            \"lastModifiedDate\": \"2023-01-12T16:50:30.000Z\",\n            \"keyPoints\": \"<ul><li>Iron is essential for blood oxygenation, DNA synthesis, and energy production.</li><li>Made with amino acid chelated iron, Ferrochel® (ferrous bisglycinate chelate).</li><li>Bioavailable and easy on the stomach.</li><li>Best suited for pregnant women, menstruating women, vegans, and anemic individuals.</li><li>**</li></ul>\\n\\n<p> </p>\",\n            \"ingredientWarnings\": \"Accidental overdose of iron-containing products is a leading cause of fatal poisoning in children under 6. Keep this product out of the reach of children. In case of accidental overdose, call a doctor or poison control center immediately.\",\n            \"imageUrl\": \"https://img.okcapsule.com/Supplement%20photographs/Easy-Iron-25mg-Ferrochel-Amino-Acid-Chelate.png\",\n            \"height\": null,\n            \"fdaDisclaimer\": \"† These statements have not been evaluated by the Food and Drug Administration. This product is not intended to diagnose, treat, cure or prevent any disease.\",\n            \"factPanelsUrl\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P000000YH7G/nysWFXeefGOX208b0ihfKuyuKFxer.ha1R.VchGf99U\",\n            \"dosage\": \"0 mg\",\n            \"createdDate\": \"2020-01-27T21:38:28.000Z\",\n            \"containsNo\": \"Artificial Colors or Flavors;Dairy;Gluten;Preservatives;Salt;Wheat;Sugar;Yeast;Corn;Soy;Fish/Shellfish;Nuts;Sesame\"\n        },\n        {\n            \"width\": 6.8,\n            \"weight\": 901.68,\n            \"timeOfAdministration\": \"Morning\",\n            \"supplementType\": \"Non-Vegetarian\",\n            \"supplementMarkupPercentage\": 200,\n            \"supplementCategory\": \"Minerals\",\n            \"suggestedUse\": \"As a dietary supplement or as directed by a healthcare professional.;Take with meals\",\n            \"sfpNotes\": \"From ChromeMate®  brand of niacin-bound chromium. Studies show that ChromeMate® provides greater biological activity and safety than other chromium supplements tested, including yeast-based products. It is eighteen times more active than other forms of niacin-bound chromium.\",\n            \"servingSize\": 1,\n            \"scoreTotal\": null,\n            \"recordId\": \"01t4P000008WzF7QAK\",\n            \"productWarnings\": \"Keep out of reach of children.  Packaged in a facility that also handles milk and soy by-products\",\n            \"productStructureFunctionClaims\": null,\n            \"productSku\": \"REL-SS-CP2-003\",\n            \"productFamily\": \"Supplement - Standard\",\n            \"productDescriptionShort\": \"Chromium is believed to help support healthy muscle development and the cardiovascular system. Additional benefits may include playing a role in healthy weight management. **\",\n            \"productDescription\": \"Chromium, a trace mineral best obtained through supplementation, is believed to help support healthy muscle development and the cardiovascular system. Additional benefits may include aiding in the metabolization of carbohydrates, proteins, and fats, as well as supporting healthy weight management. This GTF (glucose tolerance factor) chromium formula is yeast-free and features enhanced bioavailability for proper blood sugar management. **\",\n            \"pricePerPill\": 0.09867,\n            \"price30DayRoll\": 2.9601,\n            \"pillType\": \"Capsule(s)\",\n            \"notToBeUsedBy\": null,\n            \"name\": \"Chromium GTF 200mcg Gelatin Cap\",\n            \"msrp30DayRoll\": 5.92,\n            \"msrp\": 0.19,\n            \"maxServingSizeLimit\": null,\n            \"length\": 19.5,\n            \"lastModifiedDate\": \"2023-01-12T16:50:30.000Z\",\n            \"keyPoints\": \"<ul><li>Helps support healthy muscle development and the cardiovascular system.</li><li>May help support healthy weight management by aiding in the metabolization of carbohydrates, proteins, and fats.</li><li>Yeast-free and features enhanced bioavailability for proper blood sugar management.</li><li>**</li></ul>\",\n            \"ingredientWarnings\": null,\n            \"imageUrl\": \"https://img.okcapsule.com/Supplement%20photographs/june-batch/ChromiumY...F200MCG.png\",\n            \"height\": 6.8,\n            \"fdaDisclaimer\": null,\n            \"factPanelsUrl\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P000000YGx3/r82FNB3p0iCSbTuJ7EmVLx6QMlQJkZQiG1df6MQ1B1k\",\n            \"dosage\": \"0 μg\",\n            \"createdDate\": \"2020-01-28T16:47:19.000Z\",\n            \"containsNo\": \"Artificial Colors or Flavors;Dairy;Gluten;Preservatives;Salt;Wheat;Sugar;Yeast;Corn;Soy;Sesame\"\n        },\n        {\n            \"width\": 6.8,\n            \"weight\": 947.92,\n            \"timeOfAdministration\": \"Morning\",\n            \"supplementType\": \"Vegan\",\n            \"supplementMarkupPercentage\": 200,\n            \"supplementCategory\": \"Herbs\",\n            \"suggestedUse\": \"As a dietary supplement or as directed by a healthcare professional.;Take prior to mealtime\",\n            \"sfpNotes\": null,\n            \"servingSize\": 1,\n            \"scoreTotal\": null,\n            \"recordId\": \"01t4P000008WzHwQAK\",\n            \"productWarnings\": \"Keep out of reach of children. Natural color variations may occur in this product.  Packaged in a facility that also handles milk and soy by-products\",\n            \"productStructureFunctionClaims\": \"Helps Support Normal Healthy Glucose Levels†\\r\\n\\r\\nFrom Cinnulin PF® brand premium Cinnamon extract, developed by Integrity Nutraceuticals to concentrate all of Cinnamon's health-giving benefits. The extract has been studied by researchers from the USDA and found to be helpful in supporting normal, healthy glucose levels. †\",\n            \"productSku\": \"REL-SS-CCP2E-001\",\n            \"productFamily\": \"Supplement - Standard\",\n            \"productDescriptionShort\": \"This vegan capsule contains patented water-soluble Cinnamon 20:1 extract from the bark of the Cinnamon burmannii tree. Studies indicate it may support the body's natural resistance. **\",\n            \"productDescription\": \"This vegan capsule contains patented water-soluble Cinnamon 20:1 extract from the bark of the Cinnamon burmannii tree. Though Cinnamon is used predominantly as a cooking spice, herbalists have recognized its benefits outside the kitchen for centuries. Studies indicate it may possess free radical scavenging properties, supporting the body's natural resistance. It may also support a healthy cardiovascular system and aid in antimicrobial defense. **\",\n            \"pricePerPill\": 0.14838,\n            \"price30DayRoll\": 4.4514,\n            \"pillType\": \"Vegan Capsule(s)\",\n            \"notToBeUsedBy\": null,\n            \"name\": \"Cinnamon Cinnulin PF® 125mg Ext. Cap\",\n            \"msrp30DayRoll\": 8.9,\n            \"msrp\": 0.3,\n            \"maxServingSizeLimit\": null,\n            \"length\": 20.5,\n            \"lastModifiedDate\": \"2023-01-12T16:50:30.000Z\",\n            \"keyPoints\": \"<ul><li>Cinnulin PF® Integrity Nutraceuticals Extract in vegan capsule.</li><li>May possesses free radical scavenging properties to support the body&#39;s natural defense.</li><li>May support cardiovascular health and aid in antimicrobial defense.</li><li>**</li></ul>\",\n            \"ingredientWarnings\": null,\n            \"imageUrl\": \"https://img.okcapsule.com/Supplement%20photographs/june-batch/CinnamonCinnulinPF.png\",\n            \"height\": 6.8,\n            \"fdaDisclaimer\": \"† These statements have not been evaluated by the Food and Drug Administration. This product is not intended to diagnose, treat, cure or prevent any disease.\",\n            \"factPanelsUrl\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P000000YGxD/Ogd.AyXewiGlE5VJENKLJyq7vjU6l_I5UoyaTSzYl0o\",\n            \"dosage\": null,\n            \"createdDate\": \"2020-01-28T17:34:28.000Z\",\n            \"containsNo\": \"Artificial Colors or Flavors;Dairy;Gluten;Preservatives;Salt;Wheat;Sugar;Yeast;Corn;Soy;Sesame\"\n        },\n        {\n            \"width\": 9.6,\n            \"weight\": 1474.56,\n            \"timeOfAdministration\": \"Morning\",\n            \"supplementType\": \"Non-Vegetarian\",\n            \"supplementMarkupPercentage\": 200,\n            \"supplementCategory\": \"Antioxidants\",\n            \"suggestedUse\": \"As a dietary supplement or as directed by a healthcare professional.;Take with meals\",\n            \"sfpNotes\": \"Contains Soy. Manufactured on equipment that processes Peanuts. May contain traces of Peanuts. Packaged in a facility that also handles milk and soy by-products\",\n            \"servingSize\": 1,\n            \"scoreTotal\": null,\n            \"recordId\": \"01t4P000008WzI1QAK\",\n            \"productWarnings\": \"Keep out of reach of children.  Packaged in a facility that also handles milk and soy by-products\",\n            \"productStructureFunctionClaims\": null,\n            \"productSku\": \"REL-SS-CQ2-003\",\n            \"productFamily\": \"Supplement - Standard\",\n            \"productDescriptionShort\": \"Ubiquinone (CoEnzyme Q-10) is found in every cell in the body and acts as a conduit for cellular function. It may provide significant antioxidant protection as well as support cardiovascular health, athletic performance, and immunity. **\",\n            \"productDescription\": \"Ubiquinone (CoEnzyme Q-10) is found in every cell in the body. It acts as a conduit for cellular function, which it achieves in collaboration with the mitochondria. It plays an essential role in creating ATP (adenosine triphosphate), an energy-rich compound used for all energy-requiring processes within a cell. Additionally, it may provide significant antioxidant protection as well as support cardiovascular health, athletic performance, and immunity. Although the body synthesizes coEnzyme Q-10, deficiencies still exist (and increase with age), which is why supplementation is so vital. **\",\n            \"pricePerPill\": 0.2453,\n            \"price30DayRoll\": 7.359,\n            \"pillType\": \"Softgel(s)\",\n            \"notToBeUsedBy\": null,\n            \"name\": \"CoEnzyme Q-10 200mg\",\n            \"msrp30DayRoll\": 14.72,\n            \"msrp\": 0.49,\n            \"maxServingSizeLimit\": null,\n            \"length\": 16,\n            \"lastModifiedDate\": \"2023-01-12T16:50:30.000Z\",\n            \"keyPoints\": \"<ul><li>Essential for cellular energy production.</li><li>Provides antioxidant protection.</li><li>Supports cardiovascular health, athletic performance, and immunity.</li><li>Supports athletic performance and muscle function.</li><li>Requirements increase with age.</li><li>**</li></ul>\",\n            \"ingredientWarnings\": null,\n            \"imageUrl\": \"https://img.okcapsule.com/Supplement%20photographs/june-batch/CoenzymeQ10%20200MG.png\",\n            \"height\": 9.6,\n            \"fdaDisclaimer\": null,\n            \"factPanelsUrl\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P000000YGzk/oPR2dUx0VpXKTLZrMsmFnDXr2Vsz_xL9B8tydZ8dDf8\",\n            \"dosage\": \"200 mg\",\n            \"createdDate\": \"2020-01-28T18:12:10.000Z\",\n            \"containsNo\": \"Artificial Colors or Flavors;Dairy;Gluten;Preservatives;Salt;Wheat;Sugar;Yeast;Corn;Fish/Shellfish;Sesame\"\n        },\n        {\n            \"width\": 8.5,\n            \"weight\": 1835.15,\n            \"timeOfAdministration\": \"Morning\",\n            \"supplementType\": \"Vegan\",\n            \"supplementMarkupPercentage\": 200,\n            \"supplementCategory\": null,\n            \"suggestedUse\": \"As a dietary supplement or as directed by a healthcare professional.;Take with meals\",\n            \"sfpNotes\": \"Most glucosamine products are derived from shellfish.\\r\\n\\r\\nGlucosaGreen® is shellfish free, eliminating the possibility of having a shellfish allergic reaction. We have encapsulated our shellfish free glucosamine sulfate in a vegetarian capsule to make it suitable for vegetarians and vegans. (Shellfish free, vegetarian and vegan safe.)\",\n            \"servingSize\": 1,\n            \"scoreTotal\": null,\n            \"recordId\": \"01t4P000008WzI6QAK\",\n            \"productWarnings\": \"Keep out of reach of children.  Packaged in a facility that also handles milk and soy by-products\",\n            \"productStructureFunctionClaims\": null,\n            \"productSku\": \"REL-SS-GS7M-001\",\n            \"productFamily\": \"Supplement - Standard\",\n            \"productDescriptionShort\": \"Glucosamine sulfate supports overall joint function, repair, and maintenance of connective tissue. Our formula is made from a patent-pending direct fermentation process that is sustainable, environmentally responsible, and vegan. **\",\n            \"productDescription\": \"Glucosamine sulfate is a natural compound found in cartilage, ligaments, tendons, mucus membranes, blood vessels, synovial fluid, and eyes. It stimulates the production of glycosaminoglycans and supports overall joint function, repair, and maintenance of connective tissue. While most glucosamine products are derived from shellfish, this formula is made from a patent-pending direct fermentation process that is sustainable, environmentally responsible, and vegan. **\",\n            \"pricePerPill\": 0.16756,\n            \"price30DayRoll\": 5.0268,\n            \"pillType\": \"Vegan Capsule(s)\",\n            \"notToBeUsedBy\": null,\n            \"name\": \"Glucosamine 750mg Vcap\",\n            \"msrp30DayRoll\": 10.05,\n            \"msrp\": 0.34,\n            \"maxServingSizeLimit\": null,\n            \"length\": 25.4,\n            \"lastModifiedDate\": \"2023-01-12T16:50:30.000Z\",\n            \"keyPoints\": \"<ul><li>Glucosamine sulfate is a natural compound found in the body.</li><li>Supports overall joint function, repair, and maintenance of connective tissue.</li><li>Derived from a vegan, sustainable, patent-pending direct fermentation process.</li><li>**</li></ul>\",\n            \"ingredientWarnings\": null,\n            \"imageUrl\": \"https://img.okcapsule.com/Supplement%20photographs/june-batch/GlucosamineSulfate.png\",\n            \"height\": 8.5,\n            \"fdaDisclaimer\": null,\n            \"factPanelsUrl\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P000000YHEd/BCqJylTPf3ZLWO4W5uFX8zyQMYuTLTFQp5yyl9j4jjY\",\n            \"dosage\": null,\n            \"createdDate\": \"2020-01-28T19:02:03.000Z\",\n            \"containsNo\": \"Artificial Colors or Flavors;Dairy;Gluten;Preservatives;Salt;Wheat;Sugar;Yeast;Soy;Fish/Shellfish;Sesame\"\n        },\n        {\n            \"width\": 6.9,\n            \"weight\": 933.16,\n            \"timeOfAdministration\": \"Morning\",\n            \"supplementType\": \"Vegan\",\n            \"supplementMarkupPercentage\": 200,\n            \"supplementCategory\": \"Amino Acids\",\n            \"suggestedUse\": \"As a dietary supplement or as directed by a healthcare professional.\",\n            \"sfpNotes\": null,\n            \"servingSize\": 1,\n            \"scoreTotal\": null,\n            \"recordId\": \"01t4P000008WzL0QAK\",\n            \"productWarnings\": \"Keep out of reach of children.  Packaged in a facility that also handles milk and soy by-products\",\n            \"productStructureFunctionClaims\": \"Helps Support Relaxation†\",\n            \"productSku\": \"REL-SS-L1-005\",\n            \"productFamily\": \"Supplement - Standard\",\n            \"productDescriptionShort\": \"L-Theanine may help decrease stress and uplift mood as well as increase serotonin and dopamine for greater mental clarity. **\",\n            \"productDescription\": \"L-Theanine is the primary amino acid in green tea, which is traditionally understood to help reduce stress and uplift mood. L-Theanine increases serotonin and dopamine levels which supports mental clarity. Research indicates SunTheanine® brand supports relaxation and deep, restful sleep without causing drowsiness or other side effects. It may also improve nitric oxide production, support an already healthy cardiovascular system, and reduce the effects of caffeine.**\",\n            \"pricePerPill\": 0.17212,\n            \"price30DayRoll\": 5.1636,\n            \"pillType\": \"Vegan Capsule(s)\",\n            \"notToBeUsedBy\": null,\n            \"name\": \"L-Theanine 100mg Vcap\",\n            \"msrp30DayRoll\": 10.33,\n            \"msrp\": 0.34,\n            \"maxServingSizeLimit\": null,\n            \"length\": 19.6,\n            \"lastModifiedDate\": \"2023-02-02T17:01:16.000Z\",\n            \"keyPoints\": \"<ul><li>L-Theanine is the primary amino acid in green tea.</li><li>Supports serotonin and dopamine levels creating a calming effect.</li><li>The patented source of L-Theanine, SunTheanine®, supports relaxation, restful sleep without side effects.</li><li>May improve nitric oxide production, support an already healthy cardiovascular system, and reduce the effects of caffeine.</li><li>**</li></ul>\",\n            \"ingredientWarnings\": null,\n            \"imageUrl\": \"https://img.okcapsule.com/Supplement%20photographs/june-batch/L-Theanine100MG.png\",\n            \"height\": 6.9,\n            \"fdaDisclaimer\": \"† These statements have not been evaluated by the Food and Drug Administration. This product is not intended to diagnose, treat, cure or prevent any disease.\",\n            \"factPanelsUrl\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P000000YHJu/mx904ya1U95ozh5wuOv6lmgoLt.weilRD1oRfnYucyM\",\n            \"dosage\": \"100 mg\",\n            \"createdDate\": \"2020-01-28T20:00:03.000Z\",\n            \"containsNo\": \"Animal Products;Artificial Colors or Flavors;Dairy;Gluten;Preservatives;Salt;Wheat;Sugar;Yeast;Corn;Soy;Fish/Shellfish;Nuts;Sesame\"\n        },\n        {\n            \"width\": 8.5,\n            \"weight\": 1683.43,\n            \"timeOfAdministration\": \"Morning\",\n            \"supplementType\": \"Vegan\",\n            \"supplementMarkupPercentage\": 200,\n            \"supplementCategory\": \"Minerals\",\n            \"suggestedUse\": \"As a dietary supplement or as directed by a healthcare professional.;Take with meals\",\n            \"sfpNotes\": \"Manufactured by Albion laboratories, the world leader and innovator in mineral amino acid chelate nutrition. The company’s products, including their T R AAC S ® premium chelated minerals, have been featured in numerous research and clinical studies .T R AAC S ® is a registered trademark of Albion Laboratories\",\n            \"servingSize\": 1,\n            \"scoreTotal\": null,\n            \"recordId\": \"01t4P000008WzL5QAK\",\n            \"productWarnings\": \"Keep out of reach of children.  Packaged in a facility that also handles milk and soy by-products\",\n            \"productStructureFunctionClaims\": \"Supports Calmness & Relaxation†\",\n            \"productSku\": \"REL-SS-MG-002\",\n            \"productFamily\": \"Supplement - Standard\",\n            \"productDescriptionShort\": \"Magnesium supports the body in many processes, including energy production, protein metabolism, and ATP synthesis. It is a vital contributor to bone, muscle, and cardiovascular health. **\",\n            \"productDescription\": \"Magnesium is often lost through food processing and refinement, resulting in low dietary intake. Our magnesium comes in its amino acid chelated glycinate form to enhance absorption and efficacy throughout the body. It acts as a key enzyme activator to support the body in energy production, protein and calcium metabolism, and ATP synthesis. As a vital contributor to bone, muscle, and cardiovascular function, it is essential for overall health. **\",\n            \"pricePerPill\": 0.11589,\n            \"price30DayRoll\": 3.4767,\n            \"pillType\": \"Vegan Capsule(s)\",\n            \"notToBeUsedBy\": null,\n            \"name\": \"Magnesium Glycinate 133mg Vcap\",\n            \"msrp30DayRoll\": 6.95,\n            \"msrp\": 0.23,\n            \"maxServingSizeLimit\": null,\n            \"length\": 23.3,\n            \"lastModifiedDate\": \"2023-02-02T17:01:16.000Z\",\n            \"keyPoints\": \"<ul><li>Supports the body energy production, protein and calcium metabolism, and ATP synthesis.</li><li>A vital contributor to bone, muscle, and cardiovascular health.</li><li>Comes in its amino acid chelated glycinate form to enhance absorption and efficacy throughout the body.</li><li>**</li></ul>\",\n            \"ingredientWarnings\": null,\n            \"imageUrl\": \"https://img.okcapsule.com/Supplement%20photographs/june-batch/MagnesiumGlycinate.png\",\n            \"height\": 8.5,\n            \"fdaDisclaimer\": \"† These statements have not been evaluated by the Food and Drug Administration. This product is not intended to diagnose, treat, cure or prevent any disease.\",\n            \"factPanelsUrl\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P000000YHNe/8vPU_7fbi.TERbSB1pkh3BoWBZpsEDp16j.fU.vN0D0\",\n            \"dosage\": null,\n            \"createdDate\": \"2020-01-28T20:21:16.000Z\",\n            \"containsNo\": \"Animal Products;Artificial Colors or Flavors;Dairy;Gluten;Preservatives;Salt;Wheat;Sugar;Yeast;Soy;Tree nuts;Nuts;Sesame\"\n        },\n        {\n            \"width\": 8.53,\n            \"weight\": 1302.63,\n            \"timeOfAdministration\": \"Morning\",\n            \"supplementType\": \"Vegetarian\",\n            \"supplementMarkupPercentage\": 200,\n            \"supplementCategory\": \"Multiples\",\n            \"suggestedUse\": \"As a dietary supplement or as directed by a healthcare professional.;Take with meals\",\n            \"sfpNotes\": null,\n            \"servingSize\": 1,\n            \"scoreTotal\": null,\n            \"recordId\": \"01t4P000008WzOTQA0\",\n            \"productWarnings\": \"Keep out of reach of children. Consult your physician prior to using this product if you are pregnant or nursing, taking medications or have a medical condition. Discontinue use two weeks prior to surgery. \\r\\nAccidental overdose of iron-containing products is a leading cause of fatal poisoning in children under 6. In case of accidental overdose call a doctor or poison control center immediately.\",\n            \"productStructureFunctionClaims\": null,\n            \"productSku\": \"REL-SS-PWD-002\",\n            \"productFamily\": \"Supplement - Standard\",\n            \"productDescriptionShort\": \"A multi and mineral formula designed to meet the nutritional needs of both men and women.**\",\n            \"productDescription\": \"This formula is a multivitamin and mineral that includes DHA, which helps both men and women meet their need for essential fatty acids, and folic acid (a form of Vitamin B-9), which is important in the production of red blood cells and assists healthy growth. Additionally, this multi includes iron, further assessing in the formation of red blood cells.**\",\n            \"pricePerPill\": 0.11451,\n            \"price30DayRoll\": 3.4353,\n            \"pillType\": \"Tablet(s)\",\n            \"notToBeUsedBy\": null,\n            \"name\": \"Multi w/DHA Tab\",\n            \"msrp30DayRoll\": 6.87,\n            \"msrp\": 0.23,\n            \"maxServingSizeLimit\": null,\n            \"length\": 21.6,\n            \"lastModifiedDate\": \"2023-01-12T16:50:30.000Z\",\n            \"keyPoints\": \"<ul><li>Multivitamin with DHA &amp; amino acid chelated iron</li><li>Common vitamin &amp; mineral deficiencies include iron, folic acid, choline, &amp; calcium</li><li>Contains supportive carminative herbs ginger, chamomile, &amp; raspberry leaf</li><li>**</li></ul>\\n\\n<p> </p>\",\n            \"ingredientWarnings\": \"Accidental overdose of iron-containing products is a leading cause of fatal poisoning in children under 6. Keep this product out of the reach of children. In case of accidental overdose, call a doctor or poison control center immediately. Consult your physician prior to using this product if you are pregnant or nursing, taking medications or have a medical condition. Discontinue use two weeks prior to surgery.\",\n            \"imageUrl\": \"https://img.okcapsule.com/Supplement%20photographs/june-batch/Prenatal%20w...DHA.png\",\n            \"height\": 7.07,\n            \"fdaDisclaimer\": null,\n            \"factPanelsUrl\": null,\n            \"dosage\": null,\n            \"createdDate\": \"2020-01-28T22:02:36.000Z\",\n            \"containsNo\": \"Artificial Colors or Flavors;Gluten;Salt;Wheat;Sugar;Yeast;Sesame\"\n        },\n        {\n            \"width\": 8.24,\n            \"weight\": 1515.71,\n            \"timeOfAdministration\": \"Morning\",\n            \"supplementType\": \"Vegan\",\n            \"supplementMarkupPercentage\": 200,\n            \"supplementCategory\": \"Antioxidants\",\n            \"suggestedUse\": \"As a dietary supplement or as directed by a healthcare professional.;Take with meals\",\n            \"sfpNotes\": null,\n            \"servingSize\": 1,\n            \"scoreTotal\": null,\n            \"recordId\": \"01t4P000008WzexQAC\",\n            \"productWarnings\": \"Keep out of reach of children.  Packaged in a facility that also handles milk and soy by-products\",\n            \"productStructureFunctionClaims\": null,\n            \"productSku\": \"REL-SS-Q5MP-001\",\n            \"productFamily\": \"Supplement - Standard\",\n            \"productDescriptionShort\": \"Quercetin is an antioxidant and a foundational flavonoid that may protect against cell damage, support membrane stability, aid overall cell health, improve vascular health, and support allergen response. **\",\n            \"productDescription\": \"Quercetin (a natural pigment found in some fruits, vegetables, and grains) is one of the most abundant free radical antioxidants found in nature. It is a foundational flavonoid utilized by the body to create other flavonoids, including rutin and hesperidin. Some research suggests that quercetin may protect against cell damage, support membrane stability, and aid overall cell health as a free radical antioxidant. It may also provide improved vascular health and support allergen response. Complimentary supplements that work synergistically to enhance the benefits of quercetin include vitamin C, bromelain, turmeric, citrus bioflavonoids, and chelated manganese. **\",\n            \"pricePerPill\": 0.2097,\n            \"price30DayRoll\": 6.291,\n            \"pillType\": \"Tablet(s)\",\n            \"notToBeUsedBy\": null,\n            \"name\": \"Quercetin 500mg Plus Tab\",\n            \"msrp30DayRoll\": 12.58,\n            \"msrp\": 0.4,\n            \"maxServingSizeLimit\": null,\n            \"length\": 21.29,\n            \"lastModifiedDate\": \"2023-01-12T16:50:30.000Z\",\n            \"keyPoints\": \"<ul><li>A natural antioxidant and foundation flavonoid utilized by the body to create other flavonoids.</li><li>Provides improved vascular health and support for allergen response.</li><li>Protects against cell damage, supports membrane stability, and aids in overall cell health.</li><li>Vitamin C, bromelain, turmeric, citrus bioflavonoids, and chelated manganese work synergistically to enhance the benefits of quercetin.</li><li>**</li></ul>\",\n            \"ingredientWarnings\": null,\n            \"imageUrl\": \"https://img.okcapsule.com/Supplement%20photographs/june-batch/Quercetin500MG%20Plus.png\",\n            \"height\": 8.64,\n            \"fdaDisclaimer\": null,\n            \"factPanelsUrl\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P000000YHow/f0XUHYyjUkbTN0rHKAbhhlwEm5CsxY5Ovfi5Se3sWBY\",\n            \"dosage\": null,\n            \"createdDate\": \"2020-01-29T16:30:00.000Z\",\n            \"containsNo\": \"Artificial Colors or Flavors;Dairy;Gluten;Preservatives;Salt;Wheat;Sugar;Yeast;Corn;Sesame\"\n        },\n        {\n            \"width\": 9.9,\n            \"weight\": 1854.68,\n            \"timeOfAdministration\": \"Morning\",\n            \"supplementType\": \"Vegan\",\n            \"supplementMarkupPercentage\": 200,\n            \"supplementCategory\": \"Vitamins\",\n            \"suggestedUse\": \"As a dietary supplement or as directed by a healthcare professional.\",\n            \"sfpNotes\": \"Calcium and sodium ascorbate are non-acidic forms of Vitamin C and are gentler than regular Vitamin C on the stomach and teeth.\",\n            \"servingSize\": 1,\n            \"scoreTotal\": null,\n            \"recordId\": \"01t4P000008WzwOQAS\",\n            \"productWarnings\": \"Keep out of reach of children.  Packaged in a facility that also handles milk and soy by-products\",\n            \"productStructureFunctionClaims\": null,\n            \"productSku\": \"REL-SS-BCMWB-001\",\n            \"productFamily\": \"Supplement - Standard\",\n            \"productDescriptionShort\": \"Gentle, non-acidic calcium-based vitamin C to support the production of collagen, connective tissue, bone, cartilage, and red blood cells. It plays a vital role in immune function, stress response, adrenal function, and healthy gums. **\",\n            \"productDescription\": \"As an essential vitamin only obtained through diet or supplementation, this calcium-based vitamin C tablet supports the production of collagen, connective tissue, bone, cartilage, and red blood cells. It plays a vital role in maintaining blood vessel integrity and its antioxidant properties can help to strengthen immune function, stress response, adrenal function and healthy gums. Calcium based vitamin C (Calcium carbonate, Calcium ascorbate) is non-acidic and therefore gentler on the teeth and stomach. Plus, bioflavonoids and a probiotic enzyme blend for optimal nutrition. **\",\n            \"pricePerPill\": 0.11739,\n            \"price30DayRoll\": 3.5217,\n            \"pillType\": \"Tablet(s)\",\n            \"notToBeUsedBy\": null,\n            \"name\": \"Buffered C-1000mg with Bios Tab\",\n            \"msrp30DayRoll\": 7.04,\n            \"msrp\": 0.24,\n            \"maxServingSizeLimit\": null,\n            \"length\": 22.49,\n            \"lastModifiedDate\": \"2023-01-27T22:13:25.000Z\",\n            \"keyPoints\": \"<ul><li>Non-acidic calcium-based vitamin C that’s gentler on teeth and stomach.</li><li>Aids in essential body function and immune support.</li><li>Assists in the production of collagen, connective tissue, and cartilage. </li><li>Helps to strengthen adrenal function and stress response.</li><li>Contains bioflavonoids and a probiotic enzyme blend for optimal nutrition.</li><li>**</li></ul>\",\n            \"ingredientWarnings\": null,\n            \"imageUrl\": \"https://img.okcapsule.com/Supplement%20photographs/june-batch/BufferedC1000MGw...bios.png\",\n            \"height\": 8.33,\n            \"fdaDisclaimer\": null,\n            \"factPanelsUrl\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P000000YGiE/oSQO4rBF7tHpaSKt.Mn0qUFrNXXLhsXfATh7dcix4w4\",\n            \"dosage\": \"0 mg\",\n            \"createdDate\": \"2020-01-30T21:50:39.000Z\",\n            \"containsNo\": \"Animal Products;Artificial Colors or Flavors;Dairy;Gluten;Preservatives;Wheat;Sugar;Yeast;Corn;Soy;Sesame\"\n        },\n        {\n            \"width\": 8.48,\n            \"weight\": 1025.26,\n            \"timeOfAdministration\": \"Morning\",\n            \"supplementType\": \"Vegan\",\n            \"supplementMarkupPercentage\": 200,\n            \"supplementCategory\": \"Amino Acids\",\n            \"suggestedUse\": \"As a dietary supplement or as directed by a healthcare professional.;Take between meals\",\n            \"sfpNotes\": \"Our L-Glutamine is a pure crystalline, free form amino acid.\",\n            \"servingSize\": 1,\n            \"scoreTotal\": null,\n            \"recordId\": \"01t4P000008WzwXQAS\",\n            \"productWarnings\": \"Keep out of reach of children. Packaged in a facility that also handles milk and soy by-products\",\n            \"productStructureFunctionClaims\": null,\n            \"productSku\": \"REL-SS-L5-002\",\n            \"productFamily\": \"Supplement - Standard\",\n            \"productDescriptionShort\": \"L-Glutamine 500mg supports gastrointestinal health\",\n            \"productDescription\": \"L-Glutamine is an essential amino acid that plays an integral role in intestinal membrane function as well as supporting overall health. Glutamine supports pancreatic health, natural detoxification, and is part of the master detoxifying enzyme, Glutathione. Additionally, it is used in the synthesis of muscle proteins and as a fuel for some cells, including intestinal cells. Some research indicates that it may support GI health and aid in muscle recovery. Each vegan tablet provides 500mg.**\",\n            \"pricePerPill\": 0.126,\n            \"price30DayRoll\": 3.78,\n            \"pillType\": \"Tablet(s)\",\n            \"notToBeUsedBy\": null,\n            \"name\": \"L-Glutamine 500mg\",\n            \"msrp30DayRoll\": 7.56,\n            \"msrp\": null,\n            \"maxServingSizeLimit\": null,\n            \"length\": 19.07,\n            \"lastModifiedDate\": \"2023-01-12T16:50:30.000Z\",\n            \"keyPoints\": \"<ul><li>L-Glutamine is an essential amino acid that plays an integral role in intestinal membrane function and intestinal mucus production</li><li>L- Glutamine supports pancreatic health and has anti-inflammatory properties</li><li>The antioxidant is a component of the master detoxifying enzyme Glutathione</li><li>L-Glutamine 500mg supports GI health, muscle energy, and recovery</li></ul>\\n\\n<p> </p>\",\n            \"ingredientWarnings\": null,\n            \"imageUrl\": \"https://img.okcapsule.com/Supplement%20photographs/L-Glutamine%20500mg.png\",\n            \"height\": 6.34,\n            \"fdaDisclaimer\": null,\n            \"factPanelsUrl\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P0000054jeT/BLEBn2KPsoy5RkCLqjcAn_Ogf8j2Z7UGeruuc6bb_7g\",\n            \"dosage\": \"0 mg\",\n            \"createdDate\": \"2020-01-30T21:50:39.000Z\",\n            \"containsNo\": \"Artificial Colors or Flavors;Dairy;Gluten;Preservatives;Salt;Wheat;Sugar;Yeast;Corn;Soy;Sesame\"\n        },\n        {\n            \"width\": 11.4,\n            \"weight\": 584.82,\n            \"timeOfAdministration\": \"Morning\",\n            \"supplementType\": \"Vegan\",\n            \"supplementMarkupPercentage\": 200,\n            \"supplementCategory\": \"Minerals\",\n            \"suggestedUse\": \"As a dietary supplement or as directed by a healthcare professional.\",\n            \"sfpNotes\": \"Selenium is organically bound to the biological structure of primary grown yeast.\",\n            \"servingSize\": 1,\n            \"scoreTotal\": null,\n            \"recordId\": \"01t4P000008WzwkQAC\",\n            \"productWarnings\": \"Keep out of reach of children.  Packaged in a facility that also handles milk and soy by-products\",\n            \"productStructureFunctionClaims\": null,\n            \"productSku\": \"REL-SS-S1HSY-002\",\n            \"productFamily\": \"Supplement - Standard\",\n            \"productDescriptionShort\": \"Antioxidant trace mineral supporting thyroid function and detoxification.**\",\n            \"productDescription\": \"This nutrient, from High Selenium Yeast, is a component of the master enzyme Glutathione peroxidase, and working with vitamin E, it may help protect cells from free radical damage. Selenium is required by thyroid hormones, the immune system, and muscles. Additionally, this antioxidant mineral may support detoxification.**\",\n            \"pricePerPill\": 0.03579,\n            \"price30DayRoll\": 1.0737,\n            \"pillType\": \"Tablet(s)\",\n            \"notToBeUsedBy\": null,\n            \"name\": \"Selenium 100mcg Tab\",\n            \"msrp30DayRoll\": 2.15,\n            \"msrp\": 0.07,\n            \"maxServingSizeLimit\": null,\n            \"length\": 11.4,\n            \"lastModifiedDate\": \"2023-01-12T16:50:30.000Z\",\n            \"keyPoints\": \"<ul><li>Selenium from High Selenium Yeast, a food source of selenium</li><li>Selenium&#39;s primary function is as a component of the master enzyme Glutathione peroxidase</li><li>Selenium (with vitamin E) helps protect cell membranes &amp; the heart</li><li>This antioxidant mineral supports detoxification</li><li>Selenium supports immune system functions &amp; muscular function</li><li>Thyroid hormones require selenium to convert to active forms</li><li>**</li></ul>\",\n            \"ingredientWarnings\": null,\n            \"imageUrl\": \"https://img.okcapsule.com/Supplement%20photographs/june-batch/Selenium100MCG.png\",\n            \"height\": 4.5,\n            \"fdaDisclaimer\": null,\n            \"factPanelsUrl\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P000000YHsW/C7QoagKn4iIiSQloHN_FF1PikDtD.2pPM5TBROMMmTA\",\n            \"dosage\": \"0 μg\",\n            \"createdDate\": \"2020-01-30T21:50:39.000Z\",\n            \"containsNo\": \"Artificial Colors or Flavors;Gluten;Preservatives;Salt;Wheat;Sugar;Corn;Soy;Sesame\"\n        },\n        {\n            \"width\": 7.5,\n            \"weight\": 1254.38,\n            \"timeOfAdministration\": \"Morning\",\n            \"supplementType\": \"Non-Vegetarian\",\n            \"supplementMarkupPercentage\": 200,\n            \"supplementCategory\": \"Herbs\",\n            \"suggestedUse\": \"As a dietary supplement or as directed by a healthcare professional.;Take with meals\",\n            \"sfpNotes\": \"Standardized to 50% Catechins, 150mg per Capsule\\r\\n\\r\\nOur  Standardized Green Tea Extract is produced by a European phytopharmaceutical company and is manufactured under strict European quality control standards without the use of harsh solvents. Like all European herbal extracts, the extraction of our  Green  Tea Extract is regulated to the same high standards as  Over-The-Counter drugs.  It is meticulously extracted to provide the optimal level of  50% naturally occurring  Catechins. The green tea extract contains approximately  8%  naturally-occurring caffeine.\",\n            \"servingSize\": 1,\n            \"scoreTotal\": null,\n            \"recordId\": \"01t4P000008WzxsQAC\",\n            \"productWarnings\": \"Keep out of reach of children. Natural color variations may occur with this product.  Packaged in a facility that also handles milk and soy by-products\",\n            \"productStructureFunctionClaims\": null,\n            \"productSku\": \"REL-SS-GTSE3-003\",\n            \"productFamily\": \"Supplement - Standard\",\n            \"productDescriptionShort\": \"A meticulously extracted green tea extract formula designed to provide optimal 50% naturally occurring catechins and manufactured under strict European quality control standards. **\",\n            \"productDescription\": \"Green tea extract (Camellia sinensis) is traditionally recognized for its antioxidant and detoxification properties. Our meticulously extracted formula is designed to provide optimal 50% naturally occurring catechins (a type of antioxidant believed to have some disease-fighting properties) and manufactured under strict European quality control standards. Additionally, it contains approximately 8% naturally occurring caffeine. **\",\n            \"pricePerPill\": 0.10617,\n            \"price30DayRoll\": 3.1851,\n            \"pillType\": \"Capsule(s)\",\n            \"notToBeUsedBy\": null,\n            \"name\": \"Green Tea Ext. 300mg Cap\",\n            \"msrp30DayRoll\": 6.37,\n            \"msrp\": 0.21,\n            \"maxServingSizeLimit\": null,\n            \"length\": 22.3,\n            \"lastModifiedDate\": \"2023-01-12T16:50:30.000Z\",\n            \"keyPoints\": \"<ul><li>Traditionally recognized for its antioxidant and detoxification properties.</li><li>Designed to provide optimal 50% naturally occurring catechins.</li><li>Manufactured under strict European quality control standards.</li><li>Contains approximately 8% naturally occurring caffeine.</li><li>**</li></ul>\",\n            \"ingredientWarnings\": null,\n            \"imageUrl\": \"https://img.okcapsule.com/Supplement%20photographs/june-batch/GreenTeaExtract300MG.png\",\n            \"height\": 7.5,\n            \"fdaDisclaimer\": null,\n            \"factPanelsUrl\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P000000LjPX/7hnnhAeOrxw5Ad9HjcikyTUI14sfslYJgfx8zi45oIo\",\n            \"dosage\": \"0 mg\",\n            \"createdDate\": \"2020-01-30T22:39:26.000Z\",\n            \"containsNo\": \"Artificial Colors or Flavors;Dairy;Gluten;Preservatives;Salt;Wheat;Sugar;Yeast;Corn;Soy;Nuts;Sesame\"\n        },\n        {\n            \"width\": null,\n            \"weight\": 0,\n            \"timeOfAdministration\": \"Morning\",\n            \"supplementType\": \"Non-Vegetarian\",\n            \"supplementMarkupPercentage\": 200,\n            \"supplementCategory\": \"Antioxidants\",\n            \"suggestedUse\": \"As a dietary supplement or as directed by a healthcare professional.;Take with meals\",\n            \"sfpNotes\": \"From FloraGlo®,  a patented extract of marigold blossoms containing lutein (U.S. Patents 5,382,714 & 5,648,564). FloraGlo® is crystalline free lutein with added Vitamin E and rosemary leaf extract to improve stability and shelf life.\\r\\nLutein is an important antioxidant from the carotenoid family of nutrients. It has been the subject of many important scientific studies.\",\n            \"servingSize\": 1,\n            \"scoreTotal\": null,\n            \"recordId\": \"01t4P000008Wzy0QAC\",\n            \"productWarnings\": \"Keep out of reach of children. Natural color variations may occur in this product.  Packaged in a facility that also handles milk and soy by-products\",\n            \"productStructureFunctionClaims\": null,\n            \"productSku\": \"REL-SS-L2P-001\",\n            \"productFamily\": \"Supplement - Standard\",\n            \"productDescriptionShort\": \"Lutein, “the eye vitamin,” is a powerful plant-based pigment that helps support vision and overall eye health. Our formula contains bilberry fruit powder and zeaxanthin for additional nutritional and immune support. **\",\n            \"productDescription\": \"As a powerful antioxidant, lutein helps support vision and overall eye health. Commonly known as “the eye vitamin,” lutein is a plant-based pigment found in green leafy vegetables, broccoli, kiwi fruit, and yellow carrots. Our formula contains bilberry fruit powder and zeaxanthin (from marigold flowers) for additional nutritional and immune support. **\",\n            \"pricePerPill\": 0.24931,\n            \"price30DayRoll\": 7.4793,\n            \"pillType\": \"Capsule(s)\",\n            \"notToBeUsedBy\": null,\n            \"name\": \"Lutein 20mg Plus\",\n            \"msrp30DayRoll\": 14.96,\n            \"msrp\": 0.49,\n            \"maxServingSizeLimit\": null,\n            \"length\": null,\n            \"lastModifiedDate\": \"2023-01-12T16:50:30.000Z\",\n            \"keyPoints\": \"<ul><li>A powerful antioxidant.</li><li>Contains the plant-based pigment found in leafy vegetables, broccoli, kiwi fruit, and yellow carrots.</li><li>Supports vision and eye health.</li><li>Contains bilberry fruit powder and zeaxanthin (from marigold flowers) for additional nutritional and immune support.</li><li>**</li></ul>\",\n            \"ingredientWarnings\": null,\n            \"imageUrl\": \"https://img.okcapsule.com/Supplement%20photographs/Lutein-20mg-Plus.png\",\n            \"height\": null,\n            \"fdaDisclaimer\": null,\n            \"factPanelsUrl\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P000000YHJG/rD3TM_ZVYu9VXpzYfr_H8DDDclscFIg1l5En5NqlJfs\",\n            \"dosage\": \"0 mg\",\n            \"createdDate\": \"2020-01-30T22:39:26.000Z\",\n            \"containsNo\": \"Artificial Colors or Flavors;Dairy;Gluten;Salt;Wheat;Yeast;Sesame\"\n        },\n        {\n            \"width\": 8.5,\n            \"weight\": 1719.55,\n            \"timeOfAdministration\": \"Morning\",\n            \"supplementType\": \"Vegan\",\n            \"supplementMarkupPercentage\": 200,\n            \"supplementCategory\": \"Antioxidants\",\n            \"suggestedUse\": \"As a dietary supplement or as directed by a healthcare professional.;Take between meals\",\n            \"sfpNotes\": null,\n            \"servingSize\": 1,\n            \"scoreTotal\": null,\n            \"recordId\": \"01t4P000008Wzy5QAC\",\n            \"productWarnings\": \"Keep out of reach of children.  Packaged in a facility that also handles milk and soy by-products\",\n            \"productStructureFunctionClaims\": \"Helps Support the Body's Production of Antioxidants†\\r\\n\\r\\nN- Acetyl Cysteine, Selenium and Molybdenum are important building blocks for antioxidant enzymes produced by the liver.†\",\n            \"productSku\": \"REL-SS-N6-002\",\n            \"productFamily\": \"Supplement - Standard\",\n            \"productDescriptionShort\": \"NAC supports the master antioxidant glutathione in protecting our DNA, liver detoxification, and maintaining healthy respiratory tissue. **\",\n            \"productDescription\": \"NAC is the supplement form of the amino acid cysteine, typically found in various high-protein foods. Cysteine plays an important role in replenishing the master antioxidant glutathione and protecting our DNA. Cysteine also supports liver detoxification and the maintenance of healthy respiratory tissue. **\",\n            \"pricePerPill\": 0.126575,\n            \"price30DayRoll\": 3.7973,\n            \"pillType\": \"Vegan Capsule(s)\",\n            \"notToBeUsedBy\": null,\n            \"name\": \"NAC 600mg Vcap\",\n            \"msrp30DayRoll\": 7.59,\n            \"msrp\": 0.25,\n            \"maxServingSizeLimit\": null,\n            \"length\": 23.8,\n            \"lastModifiedDate\": \"2023-01-12T16:50:30.000Z\",\n            \"keyPoints\": \"<ul><li>NAC is the supplement form of the amino acid cysteine.</li><li>Found in a variety of high-protein foods.</li><li>Helps replenish the master antioxidant glutathione, which protects our DNA.</li><li>Supports liver detoxification and maintaining healthy respiratory tissue.</li><li>**</li></ul>\",\n            \"ingredientWarnings\": null,\n            \"imageUrl\": \"https://img.okcapsule.com/Supplement%20photographs/june-batch/NAcetylCysteine600MG.png\",\n            \"height\": 8.5,\n            \"fdaDisclaimer\": \"† These statements have not been evaluated by the Food and Drug Administration. This product is not intended to diagnose, treat, cure or prevent any disease.\",\n            \"factPanelsUrl\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P000000YHOi/3st2R.PMrktchX_vP1_WgJMqbXKCK8JMCQRyJrCRpCM\",\n            \"dosage\": \"0 mg\",\n            \"createdDate\": \"2020-01-30T22:39:26.000Z\",\n            \"containsNo\": \"Artificial Colors or Flavors;Dairy;Gluten;Preservatives;Salt;Wheat;Sugar;Yeast;Corn;Sesame\"\n        },\n        {\n            \"width\": 7.66,\n            \"weight\": 1359.51,\n            \"timeOfAdministration\": \"Morning;Midday\",\n            \"supplementType\": \"Vegan\",\n            \"supplementMarkupPercentage\": 200,\n            \"supplementCategory\": \"Antioxidants\",\n            \"suggestedUse\": \"As a dietary supplement or as directed by a healthcare professional.;Take with meals\",\n            \"sfpNotes\": \"A synergistic effect is provided by the addition of grape seed extract and its active compounds known as OPC's. This class of compounds has been shown to provide more antioxidant benefits than Vitamin C and E.\\r\\n\\r\\nLeucoselect grape seed extract is made by Indena, some of Europe's leading herbal extract manufacturers.\",\n            \"servingSize\": 1,\n            \"scoreTotal\": null,\n            \"recordId\": \"01t4P000008WzyGQAS\",\n            \"productWarnings\": \"Keep out reach of children. Packaged in a facility that also handles milk and soy by-products\",\n            \"productStructureFunctionClaims\": \"Resveratrol comes from Polygonum cuspidatum root, also known as Japanese Knotweed or Tiger Cane. Studies have shown that resveratrol supports a healthy heart and has the ability to activate the Sirtuin family of proteins. this activation is thought to mimic the anti-aging benefits of a reduced calorie diet and it turn help support the overall health of living cells.†\",\n            \"productSku\": \"REL-SS-RP2M-001\",\n            \"productFamily\": \"Supplement - Standard\",\n            \"productDescriptionShort\": \"Resveratrol is a protective antioxidant plant compound found in red wine that may play a factor in maintaining blood pressure levels, supporting cardiovascular health, longevity, and general well-being. **\",\n            \"productDescription\": \"Resveratrol is a protective antioxidant plant compound found, most notably, in red wine. While some studies indicate it may play a factor in maintaining blood pressure levels, resveratrol is best understood as a protective antioxidant supporting cardiovascular health, longevity, and general well-being. This formula is made from standardized Polygonum cuspidatum root extract and grape seed extract to form a synergistic effect for better absorption and efficiency. **\",\n            \"pricePerPill\": 0.15954,\n            \"price30DayRoll\": 4.7862,\n            \"pillType\": \"Vegan Capsule(s)\",\n            \"notToBeUsedBy\": null,\n            \"name\": \"Resveratrol Plus 200mg Vcap\",\n            \"msrp30DayRoll\": 9.57,\n            \"msrp\": 0.32,\n            \"maxServingSizeLimit\": null,\n            \"length\": 23.17,\n            \"lastModifiedDate\": \"2023-01-12T16:50:30.000Z\",\n            \"keyPoints\": \"<ul><li>A protective antioxidant plant compound found in red wine.</li><li>Supports cardiovascular health, longevity, and general well-being.</li><li>May play a factor in maintaining blood pressure levels.</li><li>Made from standardized Polygonum cuspidatum root extract and grape seed extract for better absorption and efficiency.</li><li>**</li></ul>\",\n            \"ingredientWarnings\": null,\n            \"imageUrl\": \"https://img.okcapsule.com/Supplement%20photographs/june-batch/ResveratrolPlus.png\",\n            \"height\": 7.66,\n            \"fdaDisclaimer\": \"† These statements have not been evaluated by the Food and Drug Administration. This product is not intended to diagnose, treat, cure or prevent any disease.\",\n            \"factPanelsUrl\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P000000YHsa/K5Kz_o8rxQlCr56iTrPWOQ7LVvkiiP3OHqk5ikOkFYE\",\n            \"dosage\": \"0 mg\",\n            \"createdDate\": \"2020-01-30T22:39:26.000Z\",\n            \"containsNo\": \"Artificial Colors or Flavors;Dairy;Gluten;Preservatives;Salt;Wheat;Sugar;Yeast;Corn;Sesame\"\n        },\n        {\n            \"width\": 7.57,\n            \"weight\": 1211.43,\n            \"timeOfAdministration\": \"Morning\",\n            \"supplementType\": \"Vegan\",\n            \"supplementMarkupPercentage\": 200,\n            \"supplementCategory\": \"Herbs\",\n            \"suggestedUse\": \"As a dietary supplement or as directed by a healthcare professional.;Take with meals\",\n            \"sfpNotes\": null,\n            \"servingSize\": 1,\n            \"scoreTotal\": null,\n            \"recordId\": \"01t4P000008WzyHQAS\",\n            \"productWarnings\": \"Keep out of reach of children.  Packaged in a facility that also handles milk and soy by-products\",\n            \"productStructureFunctionClaims\": \"Helps The Body Manage Stress, & Improve Energy†\\r\\nRhodiola has been a part of traditional medicine in the cold climates of the northern hemisphere for millennia where it was typically taken as a tonic to increase energy and stamina. In recent decades the herb has been designated an \\\"adaptogen\\\" due to its ability to help the body and mind adapt to physical and mental stress. Studies show that the standardized compounds, Rosavins, and Salidrosides, are responsible for its adaptogenic effects.†\",\n            \"productSku\": \"REL-SS-RRE2-002\",\n            \"productFamily\": \"Supplement - Standard\",\n            \"productDescriptionShort\": \"Rhodiola (Rhodiola rosea) is a herb with adaptogen roots believed to help improve energy and aid in stress response. **\",\n            \"productDescription\": \"Rhodiola (Rhodiola rosea) is a herb with adaptogen roots that grows throughout Europe and Asia. Adaptogens are a variety of plants that have been used for centuries to help an already healthy body adapt to stress and help improve energy. Rhodiola may improve mood and stimulate neurotransmitters, as well as support memory and overall cognitive function. It may also play an important role in cardiovascular health by reducing recovery time after physical activity. **\",\n            \"pricePerPill\": 0.17762,\n            \"price30DayRoll\": 5.3286,\n            \"pillType\": \"Vegan Capsule(s)\",\n            \"notToBeUsedBy\": null,\n            \"name\": \"Rhodiola Ext. 250mg Vcap\",\n            \"msrp30DayRoll\": 10.66,\n            \"msrp\": 0.36,\n            \"maxServingSizeLimit\": null,\n            \"length\": 21.14,\n            \"lastModifiedDate\": \"2023-01-12T16:50:30.000Z\",\n            \"keyPoints\": \"<ul><li>Rhodiola (Rhodiola rosea) is a herb with adaptogen roots that grows throughout Europe and Asia.</li><li>Adaptogens have been used for centuries to help an already healthy body adapt to stress and help improve energy. </li><li>Improves mood and stimulates neurotransmitters.</li><li>Supports memory and overall cognitive function.</li><li>Plays an important role in cardiovascular health by reducing recovery time after physical activity.</li><li>**</li></ul>\",\n            \"ingredientWarnings\": null,\n            \"imageUrl\": \"https://img.okcapsule.com/Supplement%20photographs/june-batch/RhodiolaRootExtract.png\",\n            \"height\": 7.57,\n            \"fdaDisclaimer\": \"† These statements have not been evaluated by the Food and Drug Administration. This product is not intended to diagnose, treat, cure or prevent any disease.\",\n            \"factPanelsUrl\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P000000YHvf/bUhQGYO9AH3bFLinE._P9ex0VrWVIIhBRiUCcATq69U\",\n            \"dosage\": \"0 mg\",\n            \"createdDate\": \"2020-01-30T22:39:26.000Z\",\n            \"containsNo\": \"Artificial Colors or Flavors;Dairy;Gluten;Preservatives;Wheat;Sugar;Yeast;Soy;Sesame\"\n        },\n        {\n            \"width\": 6.79,\n            \"weight\": 932.69,\n            \"timeOfAdministration\": \"Morning\",\n            \"supplementType\": \"Non-Vegetarian\",\n            \"supplementMarkupPercentage\": 200,\n            \"supplementCategory\": \"Minerals\",\n            \"suggestedUse\": \"As a dietary supplement or as directed by a healthcare professional.;Take with meals\",\n            \"sfpNotes\": \"From SelenoExcell®, an excellent source of naturally-occurring organic L. Selenomethionine. SelenoExcell® has been the subject of important clinical studies. In fact, SelenoExcell® is the most clinically researched source of organic selenium in the supplement market. Some studies have even been sponsored by major health agencies of the U.S. government using the most rigorous clinical methods.\",\n            \"servingSize\": 1,\n            \"scoreTotal\": null,\n            \"recordId\": \"01t4P000008WzyJQAS\",\n            \"productWarnings\": \"Keep out of reach of children.  Packaged in a facility that also handles milk and soy by-products\",\n            \"productStructureFunctionClaims\": null,\n            \"productSku\": \"REL-SS-S2L-002\",\n            \"productFamily\": \"Supplement - Standard\",\n            \"productDescriptionShort\": \"SelenoExcell® (selenomethionine) aids the master enzyme glutathione peroxidase and supports the cardiovascular system, immune function, muscle function, detoxification, and thyroid function. **\",\n            \"productDescription\": \"SelenoExcell® (selenomethionine) is a natural food form of high selenium yeast. Selenium's primary function is to aid the master enzyme glutathione peroxidase. In collaboration with vitamin E, it supports the cardiovascular system, immune function, muscle function, and detoxification. It is also an essential contributor to thyroid hormone conversion. **\",\n            \"pricePerPill\": 0.09867,\n            \"price30DayRoll\": 2.9601,\n            \"pillType\": \"Capsule(s)\",\n            \"notToBeUsedBy\": null,\n            \"name\": \"Selenium 200mcg Cap\",\n            \"msrp30DayRoll\": 5.92,\n            \"msrp\": 0.19,\n            \"maxServingSizeLimit\": null,\n            \"length\": 20.23,\n            \"lastModifiedDate\": \"2023-01-12T16:50:30.000Z\",\n            \"keyPoints\": \"<ul><li>SelenoExcell® (selenomethionine) is a natural food form of high selenium yeast.</li><li>Aids the master enzyme glutathione peroxidase.</li><li>Supports the cardiovascular system, immune function, muscle function, and detoxification.</li><li>Essential contributor to thyroid hormone conversion.</li><li>**</li></ul>\",\n            \"ingredientWarnings\": null,\n            \"imageUrl\": \"https://img.okcapsule.com/Supplement%20photographs/june-batch/Selenium200MCG.png\",\n            \"height\": 6.79,\n            \"fdaDisclaimer\": null,\n            \"factPanelsUrl\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P000000YHxf/Ez.DVgjaEvrZ1dDEpcBZRzh9DDiLD_fxNinMJKpb4ZQ\",\n            \"dosage\": \"0 μg\",\n            \"createdDate\": \"2020-01-30T22:39:26.000Z\",\n            \"containsNo\": \"Artificial Colors or Flavors;Sesame\"\n        },\n        {\n            \"width\": 9.5,\n            \"weight\": 2409.68,\n            \"timeOfAdministration\": \"Morning\",\n            \"supplementType\": \"Non-Vegetarian\",\n            \"supplementMarkupPercentage\": 200,\n            \"supplementCategory\": \"Fatty Acids\",\n            \"suggestedUse\": \"As a dietary supplement or as directed by a healthcare professional.\",\n            \"sfpNotes\": \"† Daily Value not established. *Percent Daily values are based on a 2,000 Calorie Diet.\",\n            \"servingSize\": 1,\n            \"scoreTotal\": null,\n            \"recordId\": \"01t4P000008WzyLQAS\",\n            \"productWarnings\": \"Keep out of reach of children.  Packaged in a facility that also handles milk and soy by-products\",\n            \"productStructureFunctionClaims\": null,\n            \"productSku\": \"REL-SS-SO1M3E-002\",\n            \"productFamily\": \"Supplement - Standard\",\n            \"productDescriptionShort\": \"Research suggests omega-3 fats can support heart health, and aid in the function of the brain, liver, muscles, and joints. Our omega-3 formula has been molecularly distilled to remove PCBs, dioxins, pesticides, and heavy metals. **\",\n            \"productDescription\": \"Omega-3 fats have long been heralded for their anti-inflammatory properties. Fatty acids are the primary components of cell membranes, and maintaining proper levels may be vital to overall cellular health. Research suggests that consuming omega-3 fats (particularly EPA and DHA) can support heart health, help already healthy levels of cholesterol, and aid in the function of the brain, liver, muscles, and joints. The body cannot produce Omega-3 fats and must obtain them through diet or supplementation. Our omega-3 formula has been molecularly distilled to remove PCBs, dioxins, pesticides, and heavy metals while reducing oxidation. **\",\n            \"pricePerPill\": 0.125175,\n            \"price30DayRoll\": 3.7553,\n            \"pillType\": \"Softgel(s)\",\n            \"notToBeUsedBy\": null,\n            \"name\": \"Super Omega-3 1000 Softgel\",\n            \"msrp30DayRoll\": 7.51,\n            \"msrp\": 0.25,\n            \"maxServingSizeLimit\": null,\n            \"length\": 26.7,\n            \"lastModifiedDate\": \"2023-02-02T17:01:16.000Z\",\n            \"keyPoints\": \"<ul><li>Contains anti-inflammatory properties.</li><li>Vital to overall cellular health.</li><li>Rich in EPA and DHA to help support heart, brain, liver, and joint health.</li><li>Complies with strict European standards for heavy metals, PCBs, dioxins, and pesticides.</li><li>**</li></ul>\",\n            \"ingredientWarnings\": null,\n            \"imageUrl\": \"https://img.okcapsule.com/Supplement%20photographs/june-batch/SuperOmega31000MG.png\",\n            \"height\": 9.5,\n            \"fdaDisclaimer\": null,\n            \"factPanelsUrl\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P000000YHyq/.VYFneOQcLQLKwX0lYbGRL.bnnsRlsoDOqwaDSOPC3o\",\n            \"dosage\": \"0 mg\",\n            \"createdDate\": \"2020-01-30T22:39:26.000Z\",\n            \"containsNo\": \"Artificial Colors or Flavors;Dairy;Gluten;Preservatives;Salt;Wheat;Sugar;Yeast;Corn;Nuts;Sesame\"\n        },\n        {\n            \"width\": 6.3,\n            \"weight\": 380.23,\n            \"timeOfAdministration\": \"Morning\",\n            \"supplementType\": \"Non-Vegetarian\",\n            \"supplementMarkupPercentage\": 200,\n            \"supplementCategory\": \"Vitamins\",\n            \"suggestedUse\": \"As a dietary supplement or as directed by a healthcare professional.;Take with meals\",\n            \"sfpNotes\": null,\n            \"servingSize\": 1,\n            \"scoreTotal\": null,\n            \"recordId\": \"01t4P000008WzyUQAS\",\n            \"productWarnings\": \"Keep out of reach of children.  Packaged in a facility that also handles milk and soy by-products\",\n            \"productStructureFunctionClaims\": \"The role of  Vitamin D in helping to maintain bone density and strength is clear. It is required for the process of moving calcium through the intestinal wall into the bloodstream. †\\r\\n\\r\\nEven though the human body can manufacture Vitamin D under ideal circumstances, there is strong evidence that much of the American population suffers from a deficiency of the nutrient. This means that supplement action may be important. Cholecalciferol (D3) is a natural, highly bioavailable form of Vitamin D derived from lanolin.\",\n            \"productSku\": \"REL-SS-VD2I5M-002\",\n            \"productFamily\": \"Supplement - Standard\",\n            \"productDescriptionShort\": \"Our vitamin D-3 is a bioavailable formula that supports the body in bone building, muscle strength and function, immune health, and enhanced cell-to-cell communication. **\",\n            \"productDescription\": \"Studies suggest vitamin D-3 (cholecalciferol) may be more efficacious than vitamin D-2 and is an important nutrient that supports a range of processes. The body produces vitamin D-3 when exposed to sunlight and certain foods (e.g., egg yolk, butter, and fatty fish). However, deficiencies can occur, and supplementation can be beneficial. Our bioavailable formula supports the body in bone building, enhancing calcium and phosphorus utilization, muscle strength and function, immune health, and enhanced cell-to-cell communication. **\",\n            \"pricePerPill\": 0.04422,\n            \"price30DayRoll\": 1.3266,\n            \"pillType\": \"Softgel(s)\",\n            \"notToBeUsedBy\": null,\n            \"name\": \"Vitamin D3 50mcg Softgel\",\n            \"msrp30DayRoll\": 2.65,\n            \"msrp\": 0.09,\n            \"maxServingSizeLimit\": null,\n            \"length\": 9.58,\n            \"lastModifiedDate\": \"2023-01-12T16:50:30.000Z\",\n            \"keyPoints\": \"<ul><li>A bioavailable vitamin D-3 formula that is believed to be more efficacious than vitamin D-2.</li><li>Enhances immune health.</li><li>Assists the body in bone building, calcium utilization, muscle strength and function, and enhanced cell-to-cell communication.</li><li>**</li></ul>\",\n            \"ingredientWarnings\": null,\n            \"imageUrl\": \"https://img.okcapsule.com/Supplement%20photographs/june-batch/VitaminD32000U.png\",\n            \"height\": 6.3,\n            \"fdaDisclaimer\": \"† These statements have not been evaluated by the Food and Drug Administration. This product is not intended to diagnose, treat, cure or prevent any disease.\",\n            \"factPanelsUrl\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P000000YIDj/b2P._iTTRxwlDcKEcxsq3YrqOaPPDiIk0oPNPieVMD0\",\n            \"dosage\": \"0 mg\",\n            \"createdDate\": \"2020-01-30T22:39:26.000Z\",\n            \"containsNo\": \"Artificial Colors or Flavors;Dairy;Gluten;Preservatives;Wheat;Sugar;Yeast;Soy;Sesame\"\n        },\n        {\n            \"width\": 7.4,\n            \"weight\": 657.12,\n            \"timeOfAdministration\": \"Morning\",\n            \"supplementType\": \"Non-Vegetarian\",\n            \"supplementMarkupPercentage\": 200,\n            \"supplementCategory\": \"Vitamins\",\n            \"suggestedUse\": \"As a dietary supplement or as directed by a healthcare professional.;Take with meals\",\n            \"sfpNotes\": null,\n            \"servingSize\": 1,\n            \"scoreTotal\": null,\n            \"recordId\": \"01t4P000008WzyVQAS\",\n            \"productWarnings\": \"Keep out of reach of children.  Packaged in a facility that also handles milk and soy by-products\",\n            \"productStructureFunctionClaims\": \"The role of Vitamin D in helping to maintain bone density and strength is clear. It is required for the process of moving calcium through the intestinal wall into the bloodstream. †\\r\\nEven though the human body can manufacture Vitamin D there is strong evidence that much of the American population suffers from a deficiency of this nutrient. This means that supplementation may be important. Cholecalciferol (D-3) is a natural, highly bioavailable form of Vitamin D derived from lanolin.\",\n            \"productSku\": \"REL-SS-VD5I1M-002\",\n            \"productFamily\": \"Supplement - Standard\",\n            \"productDescriptionShort\": \"Our vitamin D-3 is a bioavailable formula that supports the body in bone building, muscle strength and function, immune health, and enhanced cell-to-cell communication. **\",\n            \"productDescription\": \"Studies suggest vitamin D-3 (cholecalciferol) may be more efficacious than vitamin D-2 and is an important nutrient that supports a range of processes. The body produces vitamin D-3 when exposed to sunlight and certain foods (e.g., egg yolk, butter, and fatty fish). However, deficiencies can occur, and supplementation can be beneficial. Our bioavailable formula supports the body in bone building, enhancing calcium and phosphorus utilization, muscle strength and function, immune health, and enhanced cell-to-cell communication. **\",\n            \"pricePerPill\": 0.04116,\n            \"price30DayRoll\": 1.2348,\n            \"pillType\": \"Softgel(s)\",\n            \"notToBeUsedBy\": null,\n            \"name\": \"Vitamin D3 125mcg Softgel\",\n            \"msrp30DayRoll\": 2.47,\n            \"msrp\": 0.08,\n            \"maxServingSizeLimit\": null,\n            \"length\": 12,\n            \"lastModifiedDate\": \"2023-01-12T16:50:30.000Z\",\n            \"keyPoints\": \"<ul><li>A bioavailable vitamin D-3 formula that is believed to be more efficacious than vitamin D-2.</li><li>Enhances immune health.</li><li>Assists the body in bone building, calcium utilization, muscle strength and function, and enhanced cell-to-cell communication.</li><li>**</li></ul>\",\n            \"ingredientWarnings\": null,\n            \"imageUrl\": \"https://img.okcapsule.com/Supplement%20photographs/Vitamin%20D-3%20125mcg.png\",\n            \"height\": 7.4,\n            \"fdaDisclaimer\": \"† These statements have not been evaluated by the Food and Drug Administration. This product is not intended to diagnose, treat, cure or prevent any disease.\",\n            \"factPanelsUrl\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P000000YIDT/JLyIipLY3Gz3yz9jN3c06R7f9KxymfJJbVZ9ZjLcVGE\",\n            \"dosage\": \"0 mg\",\n            \"createdDate\": \"2020-01-30T22:39:26.000Z\",\n            \"containsNo\": \"Artificial Colors or Flavors;Dairy;Gluten;Preservatives;Salt;Wheat;Sugar;Yeast;Soy;Sesame\"\n        },\n        {\n            \"width\": 7.5,\n            \"weight\": 1282.5,\n            \"timeOfAdministration\": \"Morning\",\n            \"supplementType\": \"Vegan\",\n            \"supplementMarkupPercentage\": 200,\n            \"supplementCategory\": \"Herbs\",\n            \"suggestedUse\": \"As a dietary supplement or as directed by a healthcare professional.\",\n            \"sfpNotes\": \"† Daily Value not established.\",\n            \"servingSize\": 1,\n            \"scoreTotal\": null,\n            \"recordId\": \"01t4P000008WzypQAC\",\n            \"productWarnings\": \"Keep out of reach of children. Packaged in a facility that also handles milk and soy by-products\",\n            \"productStructureFunctionClaims\": \"Improves Energy and a Healthy Response to Stress†\",\n            \"productSku\": \"REL-SS-ARE52W-002\",\n            \"productFamily\": \"Supplement - Standard\",\n            \"productDescriptionShort\": \"Ashwagandha root extract is a calming adaptogen believed to enhance mental clarity, physical performance. This product is Standardized Ashwagandha Extract from Sabinsa, a world leader in Ayurvedic herbal extracts.**\",\n            \"productDescription\": \"Ashwagandha root extract is a calming adaptogen often used by athletes that may enhance mental clarity, improve energy, and support the body’s stress response system. It can positively impact physical performance and stamina as well as encourage healthy muscle, bone, connective tissue, and nerves. This product is Standardized Ashwagandha Extract from Sabinsa, a world leader in Ayurvedic herbal extracts.**\",\n            \"pricePerPill\": 0.15,\n            \"price30DayRoll\": 4.5,\n            \"pillType\": \"Vegan Capsule(s)\",\n            \"notToBeUsedBy\": null,\n            \"name\": \"Ashwagandha Extract 500mg Vcap\",\n            \"msrp30DayRoll\": 9,\n            \"msrp\": 0.21,\n            \"maxServingSizeLimit\": null,\n            \"length\": 22.8,\n            \"lastModifiedDate\": \"2023-02-03T16:37:49.000Z\",\n            \"keyPoints\": \"<ul><li>Standardized Ashwagandha Extract from Sabinsa, a world leader in Ayurvedic herbal extracts.</li><li>Enhances mental clarity and improves energy.</li><li>Supports the body’s natural stress response.</li><li>Contains withanolides which help calm the mind.</li><li>**</li></ul>\",\n            \"ingredientWarnings\": null,\n            \"imageUrl\": \"https://img.okcapsule.com/Supplement%20photographs/june-batch/AshwagadhaRoot500MG.png\",\n            \"height\": 7.5,\n            \"fdaDisclaimer\": \"† These statements have not been evaluated by the Food and Drug Administration. This product is not intended to diagnose, treat, cure or prevent any disease.\",\n            \"factPanelsUrl\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P000000Y6fb/oEGUTR8odnwoaGPBFJH6BZmXqo4oU3bnUW5lKsaxAiI\",\n            \"dosage\": \"0 mg\",\n            \"createdDate\": \"2020-01-30T22:46:50.000Z\",\n            \"containsNo\": \"Artificial Colors or Flavors;Dairy;Gluten;Preservatives;Wheat;Soy;Sesame\"\n        },\n        {\n            \"width\": 7.6,\n            \"weight\": 1264.94,\n            \"timeOfAdministration\": \"Morning\",\n            \"supplementType\": \"Non-Vegetarian\",\n            \"supplementMarkupPercentage\": 200,\n            \"supplementCategory\": \"Amino Acids\",\n            \"suggestedUse\": \"As a dietary supplement or as directed by a healthcare professional.;Take with meals\",\n            \"sfpNotes\": \"Our Standardized Griffonia Extract is made under strict European quality standards which are comparable to Over-The-Counter drug standards in the US. It provides optimal levels of naturally occurring L-5-hydroxyTryptophan. \\r\\nOur L-5-HTP is formulated with important nutrients to optimize its effectiveness. Vitamin C and B-6 aid the conversion of tryptophan to serotonin in the body\",\n            \"servingSize\": 1,\n            \"scoreTotal\": null,\n            \"recordId\": \"01t4P000008WzyrQAC\",\n            \"productWarnings\": \"Keep out of reach of children. Check with your doctor for interactions with current prescriptions\\r\\nPregnant or nursing women\\r\\nCAUTION: Not for use by children under 18 years. If pregnant or nursing, consult a physician before using this product. Do not use while operating a motorized vehicle or heavy machinery. Consult a physician before taking this product while using antidepressants or MAO-inhibiting medications.  Packaged in a facility that also handles milk and soy by-products\",\n            \"productStructureFunctionClaims\": null,\n            \"productSku\": \"REL-SS-L1-004\",\n            \"productFamily\": \"Supplement - Standard\",\n            \"productDescriptionShort\": \"Standardized to 98% L-5-hydroxyTryptophan, supporting sleep and mood.**\",\n            \"productDescription\": \"This amino acid may aid the body's regulation of serotonin (serotonin occurs naturally in the body and may play a role in a host of functions including mood, digestion, and sleep). Griffonia bean extract (Griffonia simplicifolia) is standardized to 98% L-5-hydroxyTryptophan. Additionally, this formula includes Vitamin C and Vitamin B-6 to optimize the conversion of tryptophan to serotonin.**\",\n            \"pricePerPill\": 0.1127,\n            \"price30DayRoll\": 3.381,\n            \"pillType\": \"Capsule(s)\",\n            \"notToBeUsedBy\": \"Check with your doctor for interactions with current prescriptions\\r\\nPregnant or nursing women\",\n            \"name\": \"L-5-HTP 100mg Gelatin Cap\",\n            \"msrp30DayRoll\": 6.76,\n            \"msrp\": 0.23,\n            \"maxServingSizeLimit\": null,\n            \"length\": 21.9,\n            \"lastModifiedDate\": \"2023-01-12T16:50:30.000Z\",\n            \"keyPoints\": \"<ul><li>Provides optimal levels of naturally occurring L-5-hydroxyTryptophan</li><li>L-5-HTP is formulated with nutrients to optimize efficacy in the conversion of tryptophan to serotonin</li><li>L-5-HTP, oxitriptan, is an amino acid and a precursor of the neurotransmitter serotonin</li><li>Standardized Griffonia bean ext. (Griffonia simplicifolia) (Standardized to 98% [100mg] L-5-hydroxyTryptophan)</li><li>**</li></ul>\",\n            \"ingredientWarnings\": null,\n            \"imageUrl\": \"https://img.okcapsule.com/Supplement%20photographs/june-batch/L-5HTP100MG.png\",\n            \"height\": 7.6,\n            \"fdaDisclaimer\": null,\n            \"factPanelsUrl\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P000000YHKW/BABuAW9HNk1KTvmOD9ssSdNs3otLtXawkuYF0i0eLqE\",\n            \"dosage\": null,\n            \"createdDate\": \"2020-01-30T22:46:50.000Z\",\n            \"containsNo\": \"Artificial Colors or Flavors;Dairy;Gluten;Preservatives;Salt;Wheat;Sugar;Yeast;Corn;Soy;Fish/Shellfish;Nuts;Sesame\"\n        },\n        {\n            \"width\": 7.6,\n            \"weight\": 1264.94,\n            \"timeOfAdministration\": \"Morning\",\n            \"supplementType\": \"Non-Vegetarian\",\n            \"supplementMarkupPercentage\": 200,\n            \"supplementCategory\": \"Vitamins\",\n            \"suggestedUse\": \"As a dietary supplement or as directed by a healthcare professional.\",\n            \"sfpNotes\": null,\n            \"servingSize\": 1,\n            \"scoreTotal\": null,\n            \"recordId\": \"01t4P000008X0s3QAC\",\n            \"productWarnings\": \"Keep out of reach of children.  Packaged in a facility that also handles milk and soy by-products\",\n            \"productStructureFunctionClaims\": null,\n            \"productSku\": \"REL-SS-B5M-001\",\n            \"productFamily\": \"Supplement - Standard\",\n            \"productDescriptionShort\": \"A powerful biotin (B-complex vitamin) formula that may aid the body in converting nutrients into energy as well as promote strong and healthy nails, skin, and hair. **\",\n            \"productDescription\": \"A biotin (B-complex Vitamin) formula that aids the body in converting nutrients into energy and the metabolization of sugars, fats, and amino acids. Biotin plays an influential role in utilizing glucose and enhancing insulin sensitivity. Additionally, it may promote strong and healthy nails, skin, and hair. Although Biotin is produced naturally in healthy intestines, deficiencies can occur, and supplementation can be beneficial, especially in combination with other B-Complex vitamins and the naturally occurring compound CoEnzyme Q10. **\",\n            \"pricePerPill\": 0.11247,\n            \"price30DayRoll\": 3.3741,\n            \"pillType\": \"Capsule(s)\",\n            \"notToBeUsedBy\": null,\n            \"name\": \"Biotin 5000mcg Gelatin Cap\",\n            \"msrp30DayRoll\": 6.75,\n            \"msrp\": 0.22,\n            \"maxServingSizeLimit\": null,\n            \"length\": 21.9,\n            \"lastModifiedDate\": \"2023-01-12T16:50:30.000Z\",\n            \"keyPoints\": \"<ul><li>Aids the body in converting nutrients into energy.</li><li>Supports the metabolization of sugars, fats, and amino acids.</li><li>Promotes healthy skin, hair, and nails.</li><li>Plays a role in the utilization of glucose and enhances insulin sensitivity. -</li><li>Biotin works synergistically with B-Complex vitamins and CoEnzyme Q-10.</li><li>**</li></ul>\",\n            \"ingredientWarnings\": null,\n            \"imageUrl\": \"https://img.okcapsule.com/Supplement%20photographs/june-batch/Biotin5000MG.png\",\n            \"height\": 7.6,\n            \"fdaDisclaimer\": null,\n            \"factPanelsUrl\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P000000YGjV/GLzSgrqBNKlWy_bILZjfD9WXyp7oOdRy5xzgzAilyEs\",\n            \"dosage\": \"0 mg\",\n            \"createdDate\": \"2020-02-04T01:41:57.000Z\",\n            \"containsNo\": \"Artificial Colors or Flavors;Dairy;Gluten;Preservatives;Salt;Wheat;Sugar;Yeast;Corn;Soy;Sesame\"\n        },\n        {\n            \"width\": null,\n            \"weight\": 0,\n            \"timeOfAdministration\": \"Morning\",\n            \"supplementType\": \"Non-Vegetarian\",\n            \"supplementMarkupPercentage\": 200,\n            \"supplementCategory\": \"Herbs\",\n            \"suggestedUse\": null,\n            \"sfpNotes\": \"From Cran-Max® brand of concentrated cranberry extract that contains the equivalent of 34 pounds of whole cranberries in each pound of cranberry fruit solids, including naturally-occurring organic acids.\",\n            \"servingSize\": 1,\n            \"scoreTotal\": null,\n            \"recordId\": \"01t4P000008X0s4QAC\",\n            \"productWarnings\": \"Keep out of reach of children Natural color variations may occur in this product.  Packaged in a facility that also handles milk and soy by-products\",\n            \"productStructureFunctionClaims\": null,\n            \"productSku\": \"REL-SS-CC4-002\",\n            \"productFamily\": \"Supplement - Standard\",\n            \"productDescriptionShort\": \"Cranberry concentrate (Vaccinium macrocarpon) provides powerful antioxidant properties that support the urinary tract and cardiovascular system. Additionally, it contains vitamin C and other beneficial nutrients.**\",\n            \"productDescription\": \"Cranberry concentrate (Vaccinium macrocarpon) contains the chemical compound proanthocyanidins, which have powerful antioxidant properties that support the urinary tract and cardiovascular system. Additionally, it contains vital vitamin C and other beneficial nutrients. Grown in North America, this 400mg concentrated cranberry extract contains the equivalent of 34 pounds of whole cranberries in each pound of cranberry powder.**\",\n            \"pricePerPill\": 0.20641,\n            \"price30DayRoll\": 6.1923,\n            \"pillType\": \"Capsule(s)\",\n            \"notToBeUsedBy\": null,\n            \"name\": \"Cranberry Concentrate 400mg\",\n            \"msrp30DayRoll\": 12.38,\n            \"msrp\": null,\n            \"maxServingSizeLimit\": null,\n            \"length\": null,\n            \"lastModifiedDate\": \"2022-12-29T22:00:14.000Z\",\n            \"keyPoints\": \"<ul><li>400mg concentrated cranberry (Vaccinium macrocarpon) in each capsule.</li><li>Grown in North America.</li><li>Contains antioxidant properties.</li><li>Supports the urinary tract and cardiovascular system.</li><li>Contains vitamin C and other beneficial nutrients.</li><li>**</li></ul>\\n\\n<p> </p>\",\n            \"ingredientWarnings\": null,\n            \"imageUrl\": \"https://img.okcapsule.com/Supplement%20photographs/Cranberry-Concentrate-400mg.png\",\n            \"height\": null,\n            \"fdaDisclaimer\": null,\n            \"factPanelsUrl\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P000000YGzR/3Gap9MImpJypDtgZdM8wKyjzOmZTwCWH9ZZOaougbTo\",\n            \"dosage\": \"0 mg\",\n            \"createdDate\": \"2020-02-04T01:41:57.000Z\",\n            \"containsNo\": \"Sesame\"\n        },\n        {\n            \"width\": 8.34,\n            \"weight\": 1608.82,\n            \"timeOfAdministration\": \"Morning\",\n            \"supplementType\": \"Non-Vegetarian\",\n            \"supplementMarkupPercentage\": 200,\n            \"supplementCategory\": null,\n            \"suggestedUse\": \"As a dietary supplement or as directed by a healthcare professional.;Take prior to mealtime\",\n            \"sfpNotes\": \"Contains Chicken\",\n            \"servingSize\": 1,\n            \"scoreTotal\": null,\n            \"recordId\": \"01t4P000008X0s7QAC\",\n            \"productWarnings\": \"Keep out of reach of children.  Packaged in a facility that also handles milk and soy by-products\",\n            \"productStructureFunctionClaims\": \"Joint Health And Mobility.†. Type ll Collagen is the major structural protein that gives cartilage its strength and stability. One of its main components is Hyaluronic Acid (HA). HA is a prime component of synovial fluid, a substance integral to joint health. HA works by acting as a cushion and lubricant in the joints to support mobility.†\",\n            \"productSku\": \"REL-SS-HA5-002\",\n            \"productFamily\": \"Supplement - Standard\",\n            \"productDescriptionShort\": \"Our expertly formulated blend provides type II collagen (from chicken), hyaluronic acid, and chondroitin sulfate to support mobility and overall joint health as well as healthy skin and hair. **\",\n            \"productDescription\": \"Type II collagen is a structural protein that gives cartilage strength and stability. As the primary component of synovial fluid, hyaluronic acid works with type II collagen to act as a cushion lubricant in joint mobility. Our expertly formulated blend provides type II collagen (from chicken), hyaluronic acid, and chondroitin sulfate for mobility and overall joint health. Additionally, hyaluronic acid plays an important role in maintaining healthy skin and hair. **\",\n            \"pricePerPill\": 0.17989,\n            \"price30DayRoll\": 5.3967,\n            \"pillType\": \"Capsule(s)\",\n            \"notToBeUsedBy\": null,\n            \"name\": \"Hyaluronic Acid (Type ll Collagen) 50mg\",\n            \"msrp30DayRoll\": 10.79,\n            \"msrp\": 0.36,\n            \"maxServingSizeLimit\": null,\n            \"length\": 23.13,\n            \"lastModifiedDate\": \"2023-01-12T16:50:30.000Z\",\n            \"keyPoints\": \"<ul><li>Expertly formulated blend to support mobility and overall joint health.</li><li>Contains type II collagen (from chicken), hyaluronic acid, and chondroitin sulfate.</li><li>Helps promote healthy skin and hair.</li><li>**</li></ul>\",\n            \"ingredientWarnings\": null,\n            \"imageUrl\": \"https://img.okcapsule.com/Supplement%20photographs/HyaluronicAcid(TypellCollagen)50mg.png\",\n            \"height\": 8.34,\n            \"fdaDisclaimer\": \"† These statements have not been evaluated by the Food and Drug Administration. This product is not intended to diagnose, treat, cure or prevent any disease.\",\n            \"factPanelsUrl\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P000000YHJE/jFzvpeg_2cy0mdBnrF5L5fq5ga5M_UzsEn_0ELfKFRE\",\n            \"dosage\": \"0 mg\",\n            \"createdDate\": \"2020-02-04T01:41:57.000Z\",\n            \"containsNo\": \"Artificial Colors or Flavors;Dairy;Gluten;Preservatives;Salt;Wheat;Sugar;Yeast;Corn;Sesame\"\n        },\n        {\n            \"width\": 6.94,\n            \"weight\": 577.96,\n            \"timeOfAdministration\": \"Morning\",\n            \"supplementType\": \"Non-Vegetarian\",\n            \"supplementMarkupPercentage\": 200,\n            \"supplementCategory\": \"Vitamins\",\n            \"suggestedUse\": \"As a dietary supplement or as directed by a healthcare professional.;Take with meals\",\n            \"sfpNotes\": null,\n            \"servingSize\": 1,\n            \"scoreTotal\": null,\n            \"recordId\": \"01t4P000008X0s8QAC\",\n            \"productWarnings\": \"Keep out of reach of children\\r\\nDo not exceed the recommended dose. Consult a healthcare practitioner if you are pregnant, of childbearing age, or are breastfeeding. This product contains retinol (Vitamin A) that can cause birth defects or other reproductive harm if taken in excessive amounts. This warning is in compliance with California Proposition 65.  Packaged in a facility that also handles milk and soy by-products\",\n            \"productStructureFunctionClaims\": null,\n            \"productSku\": \"REL-SS-VAD14I-002\",\n            \"productFamily\": \"Supplement - Standard\",\n            \"productDescriptionShort\": \"Vitamin A and vitamin D-3 are essential, fat-soluble vitamins that aid the body in bone structure, calcium utilization, muscle function, and immune defense, as well as skin, vision, and eye health. **\",\n            \"productDescription\": \"Vitamin A and vitamin D-3 are essential, fat-soluble vitamins recognized for their importance in supporting vision, and an already healthy immune system. Vitamin A is efficiently absorbed by the body and may contribute to skin, vision, and eye health. Vitamin D-3 may support the body in bone structure, calcium utilization, muscle function, and immune defense. **\",\n            \"pricePerPill\": 0.05076,\n            \"price30DayRoll\": 1.5228,\n            \"pillType\": \"Softgel(s)\",\n            \"notToBeUsedBy\": null,\n            \"name\": \"Vitamin A & D-3 10,000/400IU Softgel\",\n            \"msrp30DayRoll\": 3.05,\n            \"msrp\": 0.1,\n            \"maxServingSizeLimit\": null,\n            \"length\": 12,\n            \"lastModifiedDate\": \"2023-01-12T16:50:30.000Z\",\n            \"keyPoints\": \"<ul><li>Vitamin A and vitamin D-3 are essential, fat-soluble vitamins that support vision and an already healthy immune system.</li><li>Vitamin A may contribute to skin, vision, and eye health.</li><li>Vitamin D-3 may support the body in bone structure, calcium utilization, muscle function, and immune defense.</li><li>**</li></ul>\",\n            \"ingredientWarnings\": \"Consult your physician prior to using this product if you are pregnant or nursing, taking medications or have a medical condition. Discontinue use two weeks prior to surgery.\",\n            \"imageUrl\": \"https://img.okcapsule.com/Supplement%20photographs/june-batch/Vit%20A%26D310.000...400U.png\",\n            \"height\": 6.94,\n            \"fdaDisclaimer\": null,\n            \"factPanelsUrl\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P000000YI2H/ptaJZYZAOCqeNcK_sFtVOGuSE2o6UcYIOC2sPgKYkLs\",\n            \"dosage\": \"0 mg\",\n            \"createdDate\": \"2020-02-04T01:41:57.000Z\",\n            \"containsNo\": \"Artificial Colors or Flavors;Dairy;Gluten;Preservatives;Salt;Wheat;Sugar;Yeast;Soy;Sesame\"\n        },\n        {\n            \"width\": 8.37,\n            \"weight\": 1085.88,\n            \"timeOfAdministration\": \"Morning\",\n            \"supplementType\": \"Non-Vegetarian\",\n            \"supplementMarkupPercentage\": 200,\n            \"supplementCategory\": \"Vitamins\",\n            \"suggestedUse\": \"As a dietary supplement or as directed by a healthcare professional.;Take with meals\",\n            \"sfpNotes\": \"Each capsule of Vitamin E contains 100% naturally occurring d-alpha, beta, gamma and delta tocopherols.\",\n            \"servingSize\": 1,\n            \"scoreTotal\": null,\n            \"recordId\": \"01t4P000008X0sAQAS\",\n            \"productWarnings\": \"Keep out of reach of children.  Packaged in a facility that also handles milk and soy by-products\",\n            \"productStructureFunctionClaims\": null,\n            \"productSku\": \"REL-SS-VEM-002\",\n            \"productFamily\": \"Supplement - Standard\",\n            \"productDescriptionShort\": \"Our formula is an all-natural vitamin E supplement that supports healthy cells, skin, and hair, as well as the cardiovascular system. **\",\n            \"productDescription\": \"Vitamin E is an essential free-radical antioxidant only obtained through diet or supplementation. It supports healthy cells, skin, and hair, as well as the cardiovascular system. Our formula is an all-natural vitamin E supplement that includes mixed beta, gamma, and delta tocopherol for added antioxidant support. All-natural Vitamin E (d-alpha tocopherol) is a separate molecule with a different rotation than synthetic vitamin E (and recognized as such by the body).**\",\n            \"pricePerPill\": 0.15148,\n            \"price30DayRoll\": 4.5444,\n            \"pillType\": \"Softgel(s)\",\n            \"notToBeUsedBy\": null,\n            \"name\": \"Vitamin E-400 Softgel\",\n            \"msrp30DayRoll\": 9.09,\n            \"msrp\": 0.3,\n            \"maxServingSizeLimit\": null,\n            \"length\": 15.5,\n            \"lastModifiedDate\": \"2023-01-12T16:50:30.000Z\",\n            \"keyPoints\": \"<ul><li>Supports a healthy cardiovascular system.</li><li>Supports healthy skin and hair.</li><li>Includes mixed beta, gamma, and delta tocopherols for added antioxidant support.</li><li>Made with all-natural vitamin E (d-alpha tocopherol) which is a separate molecule with a different rotation than synthetic vitamin E (and recognized as such by the body).</li><li>**</li></ul>\",\n            \"ingredientWarnings\": null,\n            \"imageUrl\": \"https://img.okcapsule.com/Supplement%20photographs/june-batch/Vitamin%20E%20400U-Mixed.png\",\n            \"height\": 8.37,\n            \"fdaDisclaimer\": null,\n            \"factPanelsUrl\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P000000YIEq/_rxUPddfCFAQhysSnxi2YDrJqOWdOFS8g.UsMRSsd2w\",\n            \"dosage\": \"0 mg\",\n            \"createdDate\": \"2020-02-04T01:41:57.000Z\",\n            \"containsNo\": \"Artificial Colors or Flavors;Dairy;Gluten;Preservatives;Salt;Wheat;Sugar;Yeast;Corn;Sesame\"\n        },\n        {\n            \"width\": 6.91,\n            \"weight\": 977.4,\n            \"timeOfAdministration\": \"Morning\",\n            \"supplementType\": \"Vegan\",\n            \"supplementMarkupPercentage\": 200,\n            \"supplementCategory\": \"Vitamins\",\n            \"suggestedUse\": \"As a dietary supplement or as directed by a healthcare professional.;Take with meals\",\n            \"sfpNotes\": null,\n            \"servingSize\": 1,\n            \"scoreTotal\": null,\n            \"recordId\": \"01t4P000008XCj4QAG\",\n            \"productWarnings\": \"Keep out of reach of children.  Packaged in a facility that also handles milk and soy by-products\",\n            \"productStructureFunctionClaims\": null,\n            \"productSku\": \"REL-SS-BM-002\",\n            \"productFamily\": \"Supplement - Standard\",\n            \"productDescriptionShort\": \"B12 methylcobalamin is an essential vitamin that helps the body metabolize carbohydrates, proteins, and fats. It also may play an important role in the nervous system, cardiovascular health, and energy production. **\",\n            \"productDescription\": \"B12 (methylcobalamin) is an essential vitamin that helps the body metabolize carbohydrates, proteins, and fats. Studies have shown it may play an important role in supporting brain function, a healthy nervous system, red blood cell maintenance, DNA synthesis and regulation, fatty acid synthesis, cardiovascular health, and energy production. Supplementation is best suited for those whose diets don’t typically provide active forms of B12, including the elderly, vegans, and vegetarians.  **\",\n            \"pricePerPill\": 0.08349,\n            \"price30DayRoll\": 2.5047,\n            \"pillType\": \"Vegan Capsule(s)\",\n            \"notToBeUsedBy\": null,\n            \"name\": \"B12 Methylcobalamin\",\n            \"msrp30DayRoll\": 5.01,\n            \"msrp\": 0.17,\n            \"maxServingSizeLimit\": null,\n            \"length\": 20.47,\n            \"lastModifiedDate\": \"2023-01-12T16:50:30.000Z\",\n            \"keyPoints\": \"<ul><li>An essential vitamin that helps the body metabolize carbohydrates, proteins, and fats.</li><li>Supports a functioning and healthy brain and nervous system.</li><li>Assists in red blood cell maintenance, DNA synthesis and regulation, fatty acid synthesis, cardiovascular health, and energy production.</li><li>Best suited for the elderly, vegans, and vegetarians.</li><li>**</li></ul>\",\n            \"ingredientWarnings\": null,\n            \"imageUrl\": \"https://img.okcapsule.com/Supplement%20photographs/september-batch/B12.png\",\n            \"height\": 6.91,\n            \"fdaDisclaimer\": null,\n            \"factPanelsUrl\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P000000Y6hR/H6g7i_SIa1MYLl98YnvfUDYOft6cpzvfTm0E.6uAKB8\",\n            \"dosage\": \"0 mg\",\n            \"createdDate\": \"2020-03-10T19:25:30.000Z\",\n            \"containsNo\": \"Artificial Colors or Flavors;Dairy;Gluten;Preservatives;Wheat;Sugar;Soy;Peanuts;Tree nuts;Fish/Shellfish;Eggs;Sesame\"\n        },\n        {\n            \"width\": 8.76,\n            \"weight\": 1298.9,\n            \"timeOfAdministration\": \"Morning\",\n            \"supplementType\": \"Non-Vegetarian\",\n            \"supplementMarkupPercentage\": 200,\n            \"supplementCategory\": \"Multiples\",\n            \"suggestedUse\": \"As a dietary supplement or as directed by a healthcare professional.;Take with meals\",\n            \"sfpNotes\": \"† Daily Value not established\",\n            \"servingSize\": 1,\n            \"scoreTotal\": null,\n            \"recordId\": \"01t4P000008XE2YQAW\",\n            \"productWarnings\": \"Packaged in a facility that also handles milk and soy by-products.\",\n            \"productStructureFunctionClaims\": null,\n            \"productSku\": \"ARC-SS-AMMT-001\",\n            \"productFamily\": \"Supplement - Standard\",\n            \"productDescriptionShort\": \"A powerful multivitamin carefully formulated with a complete spectrum of vitamins, minerals, and botanical extracts designed to meet the nutritional needs of men. **\",\n            \"productDescription\": \"A powerful multivitamin carefully formulated with a comprehensive blend of vitamins and minerals. Adaptogenic herbs ginseng root, maca, Tribulus and saw palmetto provide support during exercise and recovery, while a complete spectrum of A-Z vitamins create an optimal foundation to meet the nutritional needs of men. This essential combo includes the added benefit of protective antioxidants vitamin C and E, as well as green tea and grape seed extracts. **\",\n            \"pricePerPill\": 0.145,\n            \"price30DayRoll\": 4.35,\n            \"pillType\": \"Tablet(s)\",\n            \"notToBeUsedBy\": null,\n            \"name\": \"Active Men's Multi Tab\",\n            \"msrp30DayRoll\": 8.7,\n            \"msrp\": 0.29,\n            \"maxServingSizeLimit\": null,\n            \"length\": 19.51,\n            \"lastModifiedDate\": \"2023-01-12T16:50:30.000Z\",\n            \"keyPoints\": \"<ul><li>Comprehensive multivitamin designed to meet the nutritional needs of men.</li><li>Complete spectrum of vitamins from A-Zinc.</li><li>Contains adaptogenic herbs: ginseng root, Tribulus and saw palmetto to aid in exercise and recovery.</li><li>Grape seed and green tea extract plus vitamins C and E for antioxidant support.</li><li>**</li></ul>\",\n            \"ingredientWarnings\": \"Accidental overdose of iron-containing products is a leading cause of fatal poisoning in children under 6. Keep this product out of the reach of children. In case of accidental overdose, call a doctor or poison control center immediately.\",\n            \"imageUrl\": \"https://img.okcapsule.com/Supplement%20photographs/Active-Men's-Multi-Tab.png\",\n            \"height\": 7.6,\n            \"fdaDisclaimer\": null,\n            \"factPanelsUrl\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P000000YGao/DiuyfqFdNYvhg7S8ndNEC1XPcWiAAhG87dwwOn1nrq8\",\n            \"dosage\": \"0 mg\",\n            \"createdDate\": \"2020-03-13T19:02:37.000Z\",\n            \"containsNo\": \"Artificial Colors or Flavors;Gluten;Preservatives;Salt;Wheat;Sugar;Yeast;Corn;Sesame\"\n        },\n        {\n            \"width\": 5.85,\n            \"weight\": 355.57,\n            \"timeOfAdministration\": \"Morning\",\n            \"supplementType\": \"Non-Vegetarian\",\n            \"supplementMarkupPercentage\": 200,\n            \"supplementCategory\": \"Vitamins\",\n            \"suggestedUse\": \"As a dietary supplement or as directed by a healthcare professional.;Take with meals\",\n            \"sfpNotes\": \"Even though the human body can manufacture Vitamin D under ideal circumstances, there is strong evidence that much of the American population suffers from a D-3 deficiency. This means that supplementation may be important.\\r\\nCholecalciferol (D-3) is a natural, highly bioavailable form of Vitamin D derived from lanolin.\",\n            \"servingSize\": 1,\n            \"scoreTotal\": null,\n            \"recordId\": \"01t4P000008uSl8QAE\",\n            \"productWarnings\": \"Keep out of reach of children.  Packaged in a facility that also handles milk and soy by-products\",\n            \"productStructureFunctionClaims\": \"The role of Vitamin D in helping to maintain bone density and strength is clear. It is required for the process of moving calcium through the intestinal wall into the bloodstream. †\",\n            \"productSku\": \"REL-SS-VD2-003\",\n            \"productFamily\": \"Supplement - Standard\",\n            \"productDescriptionShort\": \"Supports bone building, calcium utilization, and muscle strength.**\",\n            \"productDescription\": \"Vitamin D-3 (cholecalciferol), which studies suggest may be more efficacious than Vitamin D-2, is an important nutrient affecting and supporting a range of functions. Although the body produces D-3 when exposed to sunlight and acquired from foods such as egg yolk, butter, fatty fish, deficiencies can occur and supplementation may be beneficial. Maintaining proper levels of Vitamin D-3 is crucial for optimal health. Health benefits may include bone building, enhancing calcium utilization, muscle strength and function, as well as immune support.**\",\n            \"pricePerPill\": 0.026,\n            \"price30DayRoll\": 0.78,\n            \"pillType\": \"Softgel(s)\",\n            \"notToBeUsedBy\": null,\n            \"name\": \"Vitamin D-3 25mcg Softgel\",\n            \"msrp30DayRoll\": 1.56,\n            \"msrp\": null,\n            \"maxServingSizeLimit\": null,\n            \"length\": 10.39,\n            \"lastModifiedDate\": \"2023-01-12T16:50:30.000Z\",\n            \"keyPoints\": \"<ul><li>Research indicates requirements for Vitamin D-3 are higher than previously believed</li><li>Vitamin D-3 (cholecalciferol) is more active &amp; bioavailable than D-2</li><li>Health benefits include bone building, immune support &amp; enhancing calcium utilization</li><li>Muscle strength, mobility &amp; coordination are associated with adequate levels of Vitamin D, while Vitamin D deficiency is connected with muscle weakness</li><li>**</li></ul>\",\n            \"ingredientWarnings\": null,\n            \"imageUrl\": \"https://img.okcapsule.com/Supplement%20photographs/VitaminD-3%2025mcg-Softgel.png\",\n            \"height\": 5.85,\n            \"fdaDisclaimer\": \"† These statements have not been evaluated by the Food and Drug Administration. This product is not intended to diagnose, treat, cure or prevent any disease.\",\n            \"factPanelsUrl\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P000000YI1P/6gxpbekzi4jsal3ZAfgfiJbnp7vigCb6xwFzw9obc48\",\n            \"dosage\": \"0 mg\",\n            \"createdDate\": \"2020-04-08T16:51:06.000Z\",\n            \"containsNo\": \"Artificial Colors or Flavors;Dairy;Gluten;Preservatives;Wheat;Sugar;Yeast;Soy;Sesame\"\n        },\n        {\n            \"width\": 8.44,\n            \"weight\": 1654.04,\n            \"timeOfAdministration\": \"Morning\",\n            \"supplementType\": \"Vegan\",\n            \"supplementMarkupPercentage\": 200,\n            \"supplementCategory\": null,\n            \"suggestedUse\": \"As a dietary supplement or as directed by a healthcare professional.;Take with meals\",\n            \"sfpNotes\": \"Cognizin® is a registered trademark of Kyowa Hakko Bio Co, Ltd.\",\n            \"servingSize\": 1,\n            \"scoreTotal\": null,\n            \"recordId\": \"01t4P000008uSlDQAU\",\n            \"productWarnings\": \"Keep out reach of children. If you have a medical condition; are pregnant, lactating, trying to conceive, or taking medications; consult your health care practitioner before using this product. Packaged in a facility that also handles milk and soy by-products\",\n            \"productStructureFunctionClaims\": null,\n            \"productSku\": \"REL-SS-CC5-001\",\n            \"productFamily\": \"Supplement - Standard\",\n            \"productDescriptionShort\": \"Cognizin® citicoline is a naturally occurring compound extensively studied for its neuroprotective properties supporting memory and cognition. It may also aid in liver function, immune and lung health, and cell membrane synthesis. **\",\n            \"productDescription\": \"Cognizin® citicoline is a naturally occurring compound used by the body to synthesize neurotransmitters, including phosphatidylcholine and acetylcholine. This nootropic supplement has been extensively studied for its neuroprotective properties supporting both memory and overall cognition, as well as protecting neurons from free radical damage and oxidative stress. Additionally, it may aid in liver function, immune and lung health, and cell membrane synthesis in healthy adults. **\",\n            \"pricePerPill\": 0.38382,\n            \"price30DayRoll\": 11.5146,\n            \"pillType\": \"Vegan Capsule(s)\",\n            \"notToBeUsedBy\": null,\n            \"name\": \"Cognizin® Citicoline 500mg Vcap\",\n            \"msrp30DayRoll\": 23.03,\n            \"msrp\": 0.77,\n            \"maxServingSizeLimit\": null,\n            \"length\": 23.22,\n            \"lastModifiedDate\": \"2023-01-12T16:50:30.000Z\",\n            \"keyPoints\": \"<ul><li>Used by the body in neurotransmitter synthesis.</li><li>Supports memory and overall cognition.</li><li>Protects neurons from free radical damage and oxidative stress.</li><li>Aids in liver function, immune and lung health.</li><li>**</li></ul>\",\n            \"ingredientWarnings\": null,\n            \"imageUrl\": \"https://img.okcapsule.com/Supplement%20photographs/Cognizin%20citicoline%20500mg%20vcap.png\",\n            \"height\": 8.44,\n            \"fdaDisclaimer\": null,\n            \"factPanelsUrl\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P000000YH0r/LABaJI_Cz0Rw1_u0Ss3uPxX4kSISaklXrj9xA7MgXq8\",\n            \"dosage\": \"0 mg\",\n            \"createdDate\": \"2020-04-08T17:52:01.000Z\",\n            \"containsNo\": \"Artificial Colors or Flavors;Dairy;Gluten;Preservatives;Wheat;Sugar;Yeast;Soy;Peanuts;Tree nuts;Fish/Shellfish;Eggs;Sesame\"\n        },\n        {\n            \"width\": 7.44,\n            \"weight\": 1173.5,\n            \"timeOfAdministration\": \"Morning\",\n            \"supplementType\": \"Vegan\",\n            \"supplementMarkupPercentage\": 200,\n            \"supplementCategory\": \"Herbs\",\n            \"suggestedUse\": \"As a dietary supplement or as directed by a healthcare professional.\",\n            \"sfpNotes\": null,\n            \"servingSize\": 1,\n            \"scoreTotal\": null,\n            \"recordId\": \"01t4P000008uUc4QAE\",\n            \"productWarnings\": \"Keep out of reach of children. Do not take during pregnancy.  Packaged in a facility that also handles milk and soy by-products\",\n            \"productStructureFunctionClaims\": null,\n            \"productSku\": \"VIT-SS-AE-001\",\n            \"productFamily\": \"Supplement - Standard\",\n            \"productDescriptionShort\": \"A potent combination of vitamin B complex, vitamin C, the amino acid L-Tyrosine, and organic adaptogen herb extracts work synergistically to help maintain endocrine function. **\",\n            \"productDescription\": \"The adrenal glands play an essential role in supporting the body’s innate response to stress. This formula is a potent combination of vitamin B complex, vitamin C, and the amino acid L-Tyrosine that work synergistically to help maintain endocrine function. Together they help support the body’s innate stress response and adrenal hormone function to regulate metabolism, immune system, blood pressure, and other essential functions. Plus, superior organic adaptogen herb extracts Rhodiola, Ashwagandha, Eleuthero, Cordyceps mushroom mycelium, Schizandra berry, American ginseng, and red Chinese ginseng for added adrenal and stress support.**\",\n            \"pricePerPill\": 0.174,\n            \"price30DayRoll\": 5.22,\n            \"pillType\": \"Vegan Capsule(s)\",\n            \"notToBeUsedBy\": null,\n            \"name\": \"Adrenal Max Ext. Vcap\",\n            \"msrp30DayRoll\": 10.44,\n            \"msrp\": 0.28,\n            \"maxServingSizeLimit\": null,\n            \"length\": 21.2,\n            \"lastModifiedDate\": \"2023-01-12T16:50:30.000Z\",\n            \"keyPoints\": \"<ul><li>Supports the body’s innate stress response and adrenal hormone function.</li><li>Contains vitamin B complex, vitamin C, the amino acid L-Tyrosine.</li><li>Organic adaptogen herb extracts Rhodiola, Ashwagandha, Eleuthero, Cordyceps mushroom mycelium, Schizandra berry, American ginseng, and red Chinese ginseng for added support.</li><li>Helps regulate metabolism, immune system, blood pressure, and other essential functions.</li><li>**</li></ul>\",\n            \"ingredientWarnings\": null,\n            \"imageUrl\": \"https://img.okcapsule.com/Supplement%20photographs/Adrenal%20Max%20Ext.%20Vcap.png\",\n            \"height\": 7.44,\n            \"fdaDisclaimer\": null,\n            \"factPanelsUrl\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P000000YGbG/ia7QTbD2SMIYxiuwYV8gowhcFZb1JfAJ.aUEtxHBpWA\",\n            \"dosage\": \"0 mg\",\n            \"createdDate\": \"2020-04-16T20:08:49.000Z\",\n            \"containsNo\": \"Animal Products;Artificial Colors or Flavors;Dairy;Gluten;Preservatives;Wheat;Sugar;Soy;Peanuts;Tree nuts;Fish/Shellfish;Nuts;GMOs;Sesame\"\n        },\n        {\n            \"width\": 7.59,\n            \"weight\": 1221.29,\n            \"timeOfAdministration\": \"Morning\",\n            \"supplementType\": \"Vegan\",\n            \"supplementMarkupPercentage\": 200,\n            \"supplementCategory\": \"Herbs\",\n            \"suggestedUse\": \"As a dietary supplement or as directed by a healthcare professional.\",\n            \"sfpNotes\": null,\n            \"servingSize\": 1,\n            \"scoreTotal\": null,\n            \"recordId\": \"01t4P000008uUfoQAE\",\n            \"productWarnings\": \"Keep out of reach of children.  Packaged in a facility that also handles milk and soy by-products\",\n            \"productStructureFunctionClaims\": null,\n            \"productSku\": \"VIT-SS-EARE-001\",\n            \"productFamily\": \"Supplement - Standard\",\n            \"productDescriptionShort\": \"Traditionally understood to support a healthy adult's overall immune system, our organic, vegan, and full-spectrum Echinacea angustifolia root formula is designed for optimal efficiency and health. **\",\n            \"productDescription\": \"Echinacea angustifolia root is an organic herb extract used safely for centuries across North America and Europe. Traditionally understood to support a healthy adult's overall immune system, our organic, vegan, and full-spectrum formula is designed for optimal efficiency and health. It is an ideal supplement to be taken several times a day or at the onset of cold or flu-like symptoms. The European Pharmacopoeia has also identified Echinacea angustifolia root as an adjuvant herb benefiting the respiratory system. **\",\n            \"pricePerPill\": 0.13,\n            \"price30DayRoll\": 3.9,\n            \"pillType\": \"Vegan Capsule(s)\",\n            \"notToBeUsedBy\": null,\n            \"name\": \"Echinacea Angustifolia Root Ext. 420 mg Vcap\",\n            \"msrp30DayRoll\": 7.8,\n            \"msrp\": 0.26,\n            \"maxServingSizeLimit\": null,\n            \"length\": 21.2,\n            \"lastModifiedDate\": \"2023-01-12T16:50:30.000Z\",\n            \"keyPoints\": \"<ul><li>An organic herb extract that has been used safely for centuries across North America and Europe.</li><li>Traditionally understood to support a healthy adult&#39;s overall immune system.</li><li>Organic, vegan, and full-spectrum formula.</li><li>The European Pharmacopoeia has identified Echinacea angustifolia root as an adjuvant herb benefiting the respiratory system.</li><li>**</li></ul>\",\n            \"ingredientWarnings\": null,\n            \"imageUrl\": \"https://img.okcapsule.com/Supplement%20photographs/EchinaceaAngustifoliaRoot.png\",\n            \"height\": 7.59,\n            \"fdaDisclaimer\": null,\n            \"factPanelsUrl\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P000000YH8G/k9fcI5emyESeuu6ZpdEPoHEE5YeW6qWYdnm4v_eQY5k\",\n            \"dosage\": \"0 mg\",\n            \"createdDate\": \"2020-04-17T14:08:14.000Z\",\n            \"containsNo\": \"Animal Products;Artificial Colors or Flavors;Dairy;Gluten;Preservatives;Wheat;Sugar;Yeast;Soy;Peanuts;Tree nuts;Fish/Shellfish;Nuts;GMOs;Sesame\"\n        },\n        {\n            \"width\": 7.6,\n            \"weight\": 1224.51,\n            \"timeOfAdministration\": \"Morning\",\n            \"supplementType\": \"Vegan\",\n            \"supplementMarkupPercentage\": 200,\n            \"supplementCategory\": \"Herbs\",\n            \"suggestedUse\": \"As a dietary supplement or as directed by a healthcare professional.\",\n            \"sfpNotes\": null,\n            \"servingSize\": 1,\n            \"scoreTotal\": null,\n            \"recordId\": \"01t4P000008uUftQAE\",\n            \"productWarnings\": \"Keep out of reach of children.  Packaged in a facility that also handles milk and soy by-products\",\n            \"productStructureFunctionClaims\": null,\n            \"productSku\": \"VIT-SS-EP4E-001\",\n            \"productFamily\": \"Supplement - Standard\",\n            \"productDescriptionShort\": \"Our organic Elderberry formula is made with elder fruit and flowers, Sambucus nigra, and pelargonium root and is appreciated for its health-promoting benefits, immune support, and antioxidant properties. **\",\n            \"productDescription\": \"Elderberry is one of the most widely used and valued medicinal plants. Traditionally used to assist in building the body's natural resistance and enhance immune function, elderberry has long been appreciated for its health-promoting benefits and antioxidant properties. Recently, studies suggest elderberries are rich in vitamin C, beta-carotene, iron, magnesium, potassium, polyphenols, and other phytonutrients. Our organic formula is made with elder fruit and flowers, Sambucus nigra, and pelargonium root for additional antioxidant and immune support.**\",\n            \"pricePerPill\": 0.13,\n            \"price30DayRoll\": 3.9,\n            \"pillType\": \"Vegan Capsule(s)\",\n            \"notToBeUsedBy\": null,\n            \"name\": \"Elderberry Plus 375mg Ext. Vcap\",\n            \"msrp30DayRoll\": 7.8,\n            \"msrp\": 0.26,\n            \"maxServingSizeLimit\": null,\n            \"length\": 21.2,\n            \"lastModifiedDate\": \"2023-01-12T16:50:30.000Z\",\n            \"keyPoints\": \"<ul><li>Organic full-spectrum extract containing both elder fruit and flowers.</li><li>One of the most widely used and valued medicinal plants in history.</li><li>Builds the body&#39;s natural resistance and enhances immune function.</li><li>Rich in vitamin C, beta-carotene, iron, magnesium, potassium, polyphenols, and other phytonutrients.</li><li>Contains Sambucus nigra, and pelargonium for additional antioxidant and immune support.</li><li>**</li></ul>\",\n            \"ingredientWarnings\": null,\n            \"imageUrl\": \"https://img.okcapsule.com/Supplement%20photographs/september-batch/Elderberry.png\",\n            \"height\": 7.6,\n            \"fdaDisclaimer\": null,\n            \"factPanelsUrl\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P000000YHC1/N25.qRlHRT8UAh.ZO3jbN1mWMGbDjojaJVOPZ0V0P6I\",\n            \"dosage\": \"0 mg\",\n            \"createdDate\": \"2020-04-17T14:11:36.000Z\",\n            \"containsNo\": \"Animal Products;Artificial Colors or Flavors;Dairy;Gluten;Preservatives;Wheat;Sugar;Soy;Peanuts;Tree nuts;Fish/Shellfish;Nuts;GMOs;Sesame\"\n        },\n        {\n            \"width\": 7.53,\n            \"weight\": 1220.77,\n            \"timeOfAdministration\": \"Morning\",\n            \"supplementType\": \"Vegan\",\n            \"supplementMarkupPercentage\": 200,\n            \"supplementCategory\": \"Herbs\",\n            \"suggestedUse\": \"As a dietary supplement or as directed by a healthcare professional.\",\n            \"sfpNotes\": null,\n            \"servingSize\": 1,\n            \"scoreTotal\": null,\n            \"recordId\": \"01t4P000008uUfyQAE\",\n            \"productWarnings\": \"Keep out of reach of children. Packaged in a facility that also handles milk and soy by-products\",\n            \"productStructureFunctionClaims\": null,\n            \"productSku\": \"VIT-SS-MIE-002\",\n            \"productFamily\": \"Supplement - Standard\",\n            \"productDescriptionShort\": \"Our Mushroom Immune Extract is a proprietary blend of 14 organically grown mushroom extracts to provide immune function and adaptogenic (stress response) support. **\",\n            \"productDescription\": \"Traditional medicine has long valued mushrooms for their many health benefits. Modern research has narrowed in on a variety of specifics, including immune function and adaptogenic (stress response) support. Our Mushroom Immune Extract is a proprietary blend of 14 organically grown mushroom extracts, including maitake, reishi, turkey tail, chaga, cordyceps, shiitake, lion's mane, Poria cocos, Fomes fomentarius, Agaricus blazei, mesima (Phellinus linteus), Tremella, velvet foot, and zhu ling mycelium (Polyporus umbellatus).**\",\n            \"pricePerPill\": 0.17,\n            \"price30DayRoll\": 5.1,\n            \"pillType\": \"Vegan Capsule(s)\",\n            \"notToBeUsedBy\": null,\n            \"name\": \"Mushroom Immune Ext. 525mg Vcap\",\n            \"msrp30DayRoll\": 10.2,\n            \"msrp\": 0.34,\n            \"maxServingSizeLimit\": null,\n            \"length\": 21.53,\n            \"lastModifiedDate\": \"2023-01-12T16:50:30.000Z\",\n            \"keyPoints\": \"<ul><li>Traditional medicine has long valued mushrooms for their many health benefits.</li><li>Provides immune function support and adaptogenic (stress response) support.</li><li>A proprietary blend of 14 organically grown mushroom extracts.</li><li>**</li></ul>\",\n            \"ingredientWarnings\": null,\n            \"imageUrl\": \"https://img.okcapsule.com/Supplement%20photographs/september-batch/MushroomImmune.png\",\n            \"height\": 7.53,\n            \"fdaDisclaimer\": null,\n            \"factPanelsUrl\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P000000YHPf/tEzbo72Ns60A55XNlbJpASEs8YqV0mgT8CWNmrfSe_A\",\n            \"dosage\": \"0 mg\",\n            \"createdDate\": \"2020-04-17T14:12:42.000Z\",\n            \"containsNo\": \"Animal Products;Artificial Colors or Flavors;Dairy;Gluten;Preservatives;Wheat;Sugar;Soy;Peanuts;Tree nuts;Nuts;GMOs;Sesame\"\n        },\n        {\n            \"width\": null,\n            \"weight\": 0,\n            \"timeOfAdministration\": \"Morning\",\n            \"supplementType\": \"Vegan\",\n            \"supplementMarkupPercentage\": 200,\n            \"supplementCategory\": \"Vitamins\",\n            \"suggestedUse\": \"As a dietary supplement or as directed by a healthcare professional.\",\n            \"sfpNotes\": \"Whole Food Complex Blend: (Acerola Extract, Citrus Bioflavonoid Complex (contains natural Hesperidin), Rose Hips Powder, Rutin, Organic Apple, Organic Banana, Organic Cherry, Organic Pea, Organic Spinach, Organic Tomato, Organic Pepper, Organic Maitake, Organic Reishi, Organic Shiitake, Organic Amaranth, Organic Blueberry, Organic Millet, Organic Quinoa, Organic Strawberry, Organic Coffea Arabica, Organic Allspice, Organic Cinnamon, Organic Clove, Organic Aloe Vera).\\r\\nProbiotic and Enzyme Blend: (Acid Stable Protease, Protease, Amylase, Bromelain, Cellulase, Glucoamylase, Papain, Lactobacillus Plantarum (500 million CFU‡) Lactobacillus bulgaricus, Streptococcus Thermophilus, Saccharomyces Cerevisiae.\",\n            \"servingSize\": 1,\n            \"scoreTotal\": null,\n            \"recordId\": \"01t4P000008vBUsQAM\",\n            \"productWarnings\": \"Keep out of reach of children. Packaged in a facility that also handles milk and soy by-products\",\n            \"productStructureFunctionClaims\": null,\n            \"productSku\": \"REL-SS-WFVC-001\",\n            \"productFamily\": \"Supplement - Standard\",\n            \"productDescriptionShort\": \"Whole food vitamin C with acerola cherry and 23 organically grown fruits and vegetables to support the production of collagen, connective tissue, bone, cartilage, and red blood cells.**\",\n            \"productDescription\": \"As an essential vitamin only obtained through diet or supplementation, this whole food vitamin C tablet supports the production of collagen, connective tissue, bone, cartilage, and red blood cells. It plays a vital role in maintaining blood vessel integrity and its antioxidant properties can help to strengthen immune function, stress response, adrenal function, and healthy gums. This specific blend contains acerola cherry with the added benefits of phytonutrients found in its natural form, in addition to 23 organically grown fruits and vegetables in powder form for powerful nutrient rich support. Plus, citrus bioflavonoids rose hips, and a probiotic enzyme blend with cofactors for optimal nutrition. **\",\n            \"pricePerPill\": 0.1718,\n            \"price30DayRoll\": 5.154,\n            \"pillType\": \"Vegan Capsule(s)\",\n            \"notToBeUsedBy\": null,\n            \"name\": \"Whole Food Vitamin C\",\n            \"msrp30DayRoll\": 10.31,\n            \"msrp\": null,\n            \"maxServingSizeLimit\": null,\n            \"length\": null,\n            \"lastModifiedDate\": \"2023-01-12T16:50:30.000Z\",\n            \"keyPoints\": \"<ul><li>Whole food vitamin C nutrition from acerola cherry extract.</li><li>23 powered and organically grown fruits and vegetables.</li><li>Assists in the production of collagen, connective tissue and cartilage.</li><li>Helps to strengthen adrenal function and stress response.</li><li>Contains citrus bioflavonoids, rose hips, and a probiotic enzyme blend with cofactors.</li><li>**</li></ul>\",\n            \"ingredientWarnings\": null,\n            \"imageUrl\": \"https://img.okcapsule.com/Supplement%20photographs/Whole-Food-Vitamin-C.png\",\n            \"height\": null,\n            \"fdaDisclaimer\": null,\n            \"factPanelsUrl\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P000000YIFL/Y_7v_mWqPOi4kHWlURzeN1.UXcehRlTrI.zZ5FDHsbQ\",\n            \"dosage\": \"0 mg\",\n            \"createdDate\": \"2021-04-15T21:33:46.000Z\",\n            \"containsNo\": \"Artificial Colors or Flavors;Dairy;Gluten;Preservatives;Wheat;Yeast;Tree nuts;Fish/Shellfish;Eggs;Nuts;Sesame\"\n        },\n        {\n            \"width\": null,\n            \"weight\": 0,\n            \"timeOfAdministration\": \"Morning\",\n            \"supplementType\": \"Vegan\",\n            \"supplementMarkupPercentage\": 200,\n            \"supplementCategory\": \"Vitamins\",\n            \"suggestedUse\": \"As a dietary supplement or as directed by a healthcare professional.\",\n            \"sfpNotes\": null,\n            \"servingSize\": 1,\n            \"scoreTotal\": null,\n            \"recordId\": \"01t4P000008vgNTQAY\",\n            \"productWarnings\": \"Keep out of reach of children. Packaged in a facility that also handles milk and soy by-products\",\n            \"productStructureFunctionClaims\": null,\n            \"productSku\": \"REL-SS-WFVD52-001\",\n            \"productFamily\": \"Supplement - Standard\",\n            \"productDescriptionShort\": \"Our whole food vitamin D-3 is a bioavailable formula that supports the body in bone building, muscle strength and function, immune health, and enhanced cell-to-cell communication. **\",\n            \"productDescription\": \"Studies suggest vitamin D-3 (cholecalciferol) may be more efficacious than vitamin D-2 and is an important nutrient that supports a range of processes. The body produces vitamin D-3 when exposed to sunlight and certain foods (e.g., egg yolk, butter, and fatty fish). However, deficiencies can occur, and supplementation can be beneficial. Our bioavailable formula supports the body in bone building, enhancing calcium and phosphorus utilization, muscle strength and function, immune health, and enhanced cell-to-cell communication. **\",\n            \"pricePerPill\": 0.2333,\n            \"price30DayRoll\": 6.999,\n            \"pillType\": \"Tablet(s)\",\n            \"notToBeUsedBy\": null,\n            \"name\": \"Whole Food Vitamin D-3 50mcg 2000IU\",\n            \"msrp30DayRoll\": 14,\n            \"msrp\": null,\n            \"maxServingSizeLimit\": null,\n            \"length\": null,\n            \"lastModifiedDate\": \"2023-01-12T16:50:30.000Z\",\n            \"keyPoints\": \"<ul><li>A bioavailable whole food vitamin D-3 formula that is believed to be more efficacious than vitamin D-2.</li><li>Enhances immune health.</li><li>Assists the body in bone building, calcium utilization, muscle strength and function, and enhanced cell-to-cell communication.</li><li>**</li></ul>\\n\\n<p> </p>\",\n            \"ingredientWarnings\": null,\n            \"imageUrl\": \"https://img.okcapsule.com/Supplement%20photographs/Whole-Food-Vitamin-D.png\",\n            \"height\": null,\n            \"fdaDisclaimer\": null,\n            \"factPanelsUrl\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P000000YIFa/tlTcKoKzyBnjiF5Or_he33V1Rj3B1WkAFtr8xCP56R8\",\n            \"dosage\": \"0 mg\",\n            \"createdDate\": \"2021-05-21T17:10:14.000Z\",\n            \"containsNo\": \"Artificial Colors or Flavors;Dairy;Gluten;Preservatives;Wheat;Yeast;Sesame\"\n        },\n        {\n            \"width\": 8.9,\n            \"weight\": 1316.47,\n            \"timeOfAdministration\": \"Morning\",\n            \"supplementType\": \"Vegan\",\n            \"supplementMarkupPercentage\": 200,\n            \"supplementCategory\": \"Fatty Acids\",\n            \"suggestedUse\": \"As a dietary supplement or as directed by a healthcare professional.;Take with meals\",\n            \"sfpNotes\": null,\n            \"servingSize\": 1,\n            \"scoreTotal\": null,\n            \"recordId\": \"01t4P00000Ag34GQAR\",\n            \"productWarnings\": \"Keep out of reach of children.  Packaged in a facility that also handles milk and soy by-products\",\n            \"productStructureFunctionClaims\": null,\n            \"productSku\": \"BES-SS-BVO3-001\",\n            \"productFamily\": \"Supplement - Standard\",\n            \"productDescriptionShort\": \"Our sustainable, vegan Omega 3 alternative is produced in a safe, controlled environment to prevent ocean harm. Consuming omega-3 fats (particularly EPA and DHA) can support heart health and aid in the function of the brain, liver, muscles, and joints. **\",\n            \"productDescription\": \"Omega-3 fats have long been heralded for their anti-inflammatory properties. Fatty acids are the primary components of cell membranes, and maintaining proper levels may be vital to overall cellular health. Research suggests that consuming omega-3 fats (particularly EPA and DHA) can support heart health, already healthy levels of cholesterol, and aid in the function of the brain, liver, muscles, and joints. The body cannot produce Omega-3 fats and must obtain them through diet or supplementation. Our unique vegan omega-3 formula is derived from sustainable Schizochytrium sp. microalgae and produced in a carefully controlled environment that doesn't damage the balance of our oceans. The Best Vegan Omega 3 is the perfect sustainable substitute for fish-based oils. **\",\n            \"pricePerPill\": 0.21495,\n            \"price30DayRoll\": 6.4485,\n            \"pillType\": \"Vegan Softgel(s)\",\n            \"notToBeUsedBy\": null,\n            \"name\": \"Best Vegan Omega 3\",\n            \"msrp30DayRoll\": 12.9,\n            \"msrp\": 0.43,\n            \"maxServingSizeLimit\": null,\n            \"length\": 16.62,\n            \"lastModifiedDate\": \"2023-01-12T16:50:30.000Z\",\n            \"keyPoints\": \"<ul><li>Sustainable, vegan Omega 3 derived from sustainable Schizochytrium sp. microalgae.</li><li>Produced in a carefully controlled environment that doesn&#39;t damage the balance of our oceans.</li><li>Supports heart health, already healthy levels of cholesterol, and aids in the function of the brain, liver, muscles, and joints.</li><li>The perfect sustainable substitute for fish-based oils.</li><li>**</li></ul>\",\n            \"ingredientWarnings\": null,\n            \"imageUrl\": \"https://img.okcapsule.com/Supplement%20photographs/Best-Vegan-Omega-3.png\",\n            \"height\": 8.9,\n            \"fdaDisclaimer\": null,\n            \"factPanelsUrl\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P000000YGjU/tnniJ7XbjpcF86LiBMZbyPpdLQ72o9MiGyiT4mUhmjU\",\n            \"dosage\": \"0 mg\",\n            \"createdDate\": \"2020-12-22T20:38:38.000Z\",\n            \"containsNo\": \"Animal Products;Artificial Colors or Flavors;Dairy;Gluten;Preservatives;Salt;Wheat;Sugar;Yeast;Soy;Fish/Shellfish;Nuts;Sesame\"\n        },\n        {\n            \"width\": 7.07,\n            \"weight\": 1029.19,\n            \"timeOfAdministration\": \"Morning\",\n            \"supplementType\": \"Vegan\",\n            \"supplementMarkupPercentage\": 200,\n            \"supplementCategory\": \"Minerals\",\n            \"suggestedUse\": \"As a dietary supplement or as directed by a healthcare professional.;Take with meals\",\n            \"sfpNotes\": null,\n            \"servingSize\": 1,\n            \"scoreTotal\": null,\n            \"recordId\": \"01t4P00000B4nimQAB\",\n            \"productWarnings\": \"Keep out of reach of children.  Packaged in a facility that also handles milk and soy by-products\",\n            \"productStructureFunctionClaims\": null,\n            \"productSku\": \"REL-SS-L3-001\",\n            \"productFamily\": \"Supplement - Standard\",\n            \"productDescriptionShort\": \"L-OptiZinc® is an essential mineral that plays an important role in the activity of over 200 critical enzyme functions and supports metabolism, digestion, hormone levels, the male reproductive system, sensory functions, and immune defense. **\",\n            \"productDescription\": \"L-OptiZinc® is an essential mineral that plays an important role in the activity of over 200 critical enzyme functions affecting metabolism, digestion, hormone levels, the male reproductive system, and immune function. Zinc promotes healthy skin and is vital to sensory functions, such as vision and taste. Our chelated formula is bonded to the amino acid L-Methionine for better absorption and efficacy when compared to other forms of zinc. Supplementation is ideal for vegetarians and vegans, as zinc is mostly found in non-vegetarian foods. **\",\n            \"pricePerPill\": 0.14188,\n            \"price30DayRoll\": 4.2564,\n            \"pillType\": \"Vegan Capsule(s)\",\n            \"notToBeUsedBy\": null,\n            \"name\": \"L-OptiZinc® 30mg Vcap\",\n            \"msrp30DayRoll\": 8.51,\n            \"msrp\": 0.28,\n            \"maxServingSizeLimit\": null,\n            \"length\": 20.59,\n            \"lastModifiedDate\": \"2023-01-12T16:50:30.000Z\",\n            \"keyPoints\": \"<ul><li>L-OptiZinc® is an essential mineral that plays an important role in the activity of over 200 critical enzyme functions.</li><li>Supports metabolism, digestion, hormone levels, the male reproductive system, and immune function.</li><li>Promotes healthy skin and is vital to sensory functions, such as vision and taste.</li><li>Chelated formula is bonded to the amino acid L-Methionine for better absorption.</li><li>Ideal for vegetarians and vegans.</li><li>**</li></ul>\",\n            \"ingredientWarnings\": null,\n            \"imageUrl\": \"https://img.okcapsule.com/Supplement%20photographs/09---L-OptiZinc%C2%AE-30mg-Vcap-2.png\",\n            \"height\": 7.07,\n            \"fdaDisclaimer\": null,\n            \"factPanelsUrl\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P000000YHKX/QMOPb8XzSYrjPCAcNbwallmgwb6HeN2sfTKfVWaWMdo\",\n            \"dosage\": \"0 mg\",\n            \"createdDate\": \"2020-06-06T21:08:36.000Z\",\n            \"containsNo\": \"Artificial Colors or Flavors;Dairy;Gluten;Preservatives;Wheat;Sugar;Yeast;Soy;Peanuts;Tree nuts;Fish/Shellfish;Eggs;GMOs;Sesame\"\n        },\n        {\n            \"width\": 7.44,\n            \"weight\": 1180.69,\n            \"timeOfAdministration\": \"Morning\",\n            \"supplementType\": \"Vegan\",\n            \"supplementMarkupPercentage\": 200,\n            \"supplementCategory\": \"Herbs\",\n            \"suggestedUse\": \"As a dietary supplement or as directed by a healthcare professional.\",\n            \"sfpNotes\": null,\n            \"servingSize\": 1,\n            \"scoreTotal\": null,\n            \"recordId\": \"01t4P00000B4sd5QAB\",\n            \"productWarnings\": \"Keep out of reach of children.  Packaged in a facility that also handles milk and soy by-products\",\n            \"productStructureFunctionClaims\": null,\n            \"productSku\": \"VIT-SS-LMC-001\",\n            \"productFamily\": \"Supplement - Standard\",\n            \"productDescriptionShort\": \"Organic lion’s mane helps calm the mind, support memory function, aid overall nervous system health, and enhance immune function. Other possible benefits include liver and adrenal support, energy production, muscle endurance, and strength. **\",\n            \"productDescription\": \"Lion's mane (Hericium erinaceus) is a mushroom that has been used for centuries across Asia in cooking and Traditional Chinese medicine. Its neuroprotective properties are believed to help calm the mind, support memory function, and aid in overall nervous system health. Plus, polysaccharides may assist in reducing oxidative stress while enhancing immune function. Other possible benefits include liver and adrenal support, energy production, muscle endurance, and strength. Our formula is both organic and double extracted for optimal use. **\",\n            \"pricePerPill\": 0.15,\n            \"price30DayRoll\": 4.5,\n            \"pillType\": \"Vegan Capsule(s)\",\n            \"notToBeUsedBy\": null,\n            \"name\": \"Lion's Mane Organic 500mg Vcap\",\n            \"msrp30DayRoll\": 9,\n            \"msrp\": 0.3,\n            \"maxServingSizeLimit\": null,\n            \"length\": 21.33,\n            \"lastModifiedDate\": \"2023-01-12T16:50:30.000Z\",\n            \"keyPoints\": \"<ul><li>Double-extracted, organic lion&#39;s mane (Hericium erinaceus).</li><li>Used for centuries in cooking and Traditional Chinese medicine. -</li><li>Helps calm the mind and support memory. -</li><li>May support immune function, liver and adrenal support, energy production, endurance, and strength.</li><li>**</li></ul>\",\n            \"ingredientWarnings\": null,\n            \"imageUrl\": \"https://img.okcapsule.com/Supplement%20photographs/Lion%E2%80%99s%20Mane%20org%20500mg%20vcap.png\",\n            \"height\": 7.44,\n            \"fdaDisclaimer\": null,\n            \"factPanelsUrl\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P000000YHJF/milcnQJ4Eb4cgbFVNlX92Hgl8z9p.INyRHekF2U3dzM\",\n            \"dosage\": \"0 mg\",\n            \"createdDate\": \"2020-06-25T16:28:37.000Z\",\n            \"containsNo\": \"Animal Products;Artificial Colors or Flavors;Dairy;Gluten;Preservatives;Sugar;Yeast;Soy;Fish/Shellfish;Nuts;GMOs;Sesame\"\n        },\n        {\n            \"width\": 8.27,\n            \"weight\": 1310.86,\n            \"timeOfAdministration\": \"Morning\",\n            \"supplementType\": \"Vegan\",\n            \"supplementMarkupPercentage\": 200,\n            \"supplementCategory\": \"Vitamins\",\n            \"suggestedUse\": \"As a dietary supplement or as directed by a healthcare professional.;Take with meals\",\n            \"sfpNotes\": \"† Daily Value not established\",\n            \"servingSize\": 1,\n            \"scoreTotal\": null,\n            \"recordId\": \"01t4P00000B4sdeQAB\",\n            \"productWarnings\": \"Keep out of reach of children.  Packaged in a facility that also handles milk and soy by-products\",\n            \"productStructureFunctionClaims\": null,\n            \"productSku\": \"REL-SS-VCWHT-001\",\n            \"productFamily\": \"Supplement - Standard\",\n            \"productDescriptionShort\": \"Vegan vitamin C with rose hips to support the production of collagen, connective tissue, bone, cartilage, and red blood cells as well as strengthen immune function. **\",\n            \"productDescription\": \"As an essential vitamin only obtained through diet or supplementation, this vegan vitamin C (Ascorbic acid) tablet supports the production of collagen, connective tissue, bone, cartilage, and red blood cells. It plays a vital role in maintaining blood vessel integrity and its antioxidant properties can help to strengthen immune function, stress response, adrenal function, and healthy gums. Plus, rose hips obtained from a natural food source for additional antioxidant support. **\",\n            \"pricePerPill\": 0.08205,\n            \"price30DayRoll\": 2.4615,\n            \"pillType\": \"Tablet(s)\",\n            \"notToBeUsedBy\": null,\n            \"name\": \"Vitamin C-1000mg w/Rose Hips Tablet\",\n            \"msrp30DayRoll\": 4.92,\n            \"msrp\": 0.16,\n            \"maxServingSizeLimit\": null,\n            \"length\": 21.42,\n            \"lastModifiedDate\": \"2023-01-12T16:50:30.000Z\",\n            \"keyPoints\": \"<ul><li>Vitamin C provides essential nutrients to aid in body function and immune support.</li><li>Assists in the production of collagen, connective tissue and cartilage.</li><li>Helps to strengthen adrenal function and stress response.</li><li>Contains rose hips for botanical antioxidant benefits.</li><li>**</li></ul>\",\n            \"ingredientWarnings\": null,\n            \"imageUrl\": \"https://img.okcapsule.com/Supplement%20photographs/september-batch/VitaminC.png\",\n            \"height\": 7.4,\n            \"fdaDisclaimer\": null,\n            \"factPanelsUrl\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P000000YI2z/0R0irxuMxZHT9dQXiWZUeW1Uud34OFQY8MEwtCz_7Lc\",\n            \"dosage\": \"0 mg\",\n            \"createdDate\": \"2020-06-25T22:35:35.000Z\",\n            \"containsNo\": \"Artificial Colors or Flavors;Dairy;Gluten;Preservatives;Salt;Wheat;Sugar;Yeast;Corn;Soy;Sesame\"\n        },\n        {\n            \"width\": 10.42,\n            \"weight\": 2630.81,\n            \"timeOfAdministration\": \"Morning\",\n            \"supplementType\": \"Non-Vegetarian\",\n            \"supplementMarkupPercentage\": 200,\n            \"supplementCategory\": \"Fatty Acids\",\n            \"suggestedUse\": \"As a dietary supplement or as directed by a healthcare professional.;Take with meals\",\n            \"sfpNotes\": \"This fish oil concentrate is manufactured under strict quality control standards. It is tested to be free of potentially harmful levels of contaminants such as PCBs, dioxins, mercury and other heavy metals. Those who experience nausea or reflux from other fish oils should find this enteric-coated, odor-controlled softgel easier to tolerate. Contains fish (anchovies, sardines), d-alpha-Tocopherol from non-GMO soy. Produced in a GMP \\r\\nfacility  that processes other ingredients containing these allergens.\",\n            \"servingSize\": 1,\n            \"scoreTotal\": null,\n            \"recordId\": \"01t4P00000B4xGBQAZ\",\n            \"productWarnings\": \"Keep out reach of children. For adults only. Consult physician if pregnant, nursing, taking medications or have a medical condition. Natural color variations may occur in this product.  Packaged in a facility that also handles milk and soy by-products\",\n            \"productStructureFunctionClaims\": null,\n            \"productSku\": \"NOW-SP-UOGS-001\",\n            \"productFamily\": \"Supplement - Standard\",\n            \"productDescriptionShort\": \"Research suggests omega-3 fats can support heart health, and aid in the function of the brain, liver, muscles, and joints. **\",\n            \"productDescription\": \"Omega-3 fats have long been heralded for their anti-inflammatory properties. Fatty acids are the primary components of cell membranes, and maintaining proper levels may be vital to overall cellular health. Research suggests that consuming omega-3 fats (particularly EPA and DHA) can support heart health, help already healthy levels of cholesterol, and aid in the function of the brain, liver, muscles, and joints. The body cannot produce Omega-3 fats and must obtain them through diet or supplementation. Our omega-3 formula has been manufactured under strict quality control standards, tested for contaminants, and wrapped in an enteric coating for gentler absorption. **\",\n            \"pricePerPill\": 0.136,\n            \"price30DayRoll\": 4.08,\n            \"pillType\": \"Softgel(s)\",\n            \"notToBeUsedBy\": null,\n            \"name\": \"Ultra Omega-3 Gelatin softgel\",\n            \"msrp30DayRoll\": 8.16,\n            \"msrp\": 0.27,\n            \"maxServingSizeLimit\": null,\n            \"length\": 24.23,\n            \"lastModifiedDate\": \"2023-01-12T16:50:30.000Z\",\n            \"keyPoints\": \"<ul><li>Contains anti-inflammatory properties.</li><li>Vital to overall cellular health.</li><li>Rich in EPA and DHA to help support heart, brain, liver, and joint health.</li><li>Manufactured under strict quality control standards and tested for contaminants.</li><li>Wrapped in an enteric coating for gentler absorption.</li><li>**</li></ul>\",\n            \"ingredientWarnings\": null,\n            \"imageUrl\": \"https://img.okcapsule.com/Supplement%20photographs/Omega%203%20(750mg).png\",\n            \"height\": 10.42,\n            \"fdaDisclaimer\": null,\n            \"factPanelsUrl\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P000000YHrg/g9E6S2wN8MVJNNd7Tvvqyca4cYE057YZVreMhDwOBZA\",\n            \"dosage\": \"0 mg\",\n            \"createdDate\": \"2020-07-14T00:14:10.000Z\",\n            \"containsNo\": \"Gluten;Wheat;Yeast;Eggs;Milk;Sesame\"\n        },\n        {\n            \"width\": 7.47,\n            \"weight\": 1203.07,\n            \"timeOfAdministration\": \"Morning\",\n            \"supplementType\": \"Vegan\",\n            \"supplementMarkupPercentage\": 200,\n            \"supplementCategory\": \"Herbs\",\n            \"suggestedUse\": \"As a dietary supplement or as directed by a healthcare professional.\",\n            \"sfpNotes\": null,\n            \"servingSize\": 1,\n            \"scoreTotal\": null,\n            \"recordId\": \"01t4P00000B4xL7QAJ\",\n            \"productWarnings\": \"Keep out of reach of children.  Packaged in a facility that also handles milk and soy by-products\",\n            \"productStructureFunctionClaims\": null,\n            \"productSku\": \"VIT-SS-C5V-001\",\n            \"productFamily\": \"Supplement - Standard\",\n            \"productDescriptionShort\": \"An organic, super-green food rich in vitamins, minerals, amino acids, and enzymes.**\",\n            \"productDescription\": \"Chlorella contains the highest concentration of chlorophyll of any known plant. This single-celled, green, freshwater algae supplies an impressive concentration of vitamins, minerals, dietary fiber, nucleic acids, amino acids, enzymes, and phytonutrients. Additionally, this organic formula is cell-wall broken for optimal efficacy.**\",\n            \"pricePerPill\": 0.1498,\n            \"price30DayRoll\": 4.494,\n            \"pillType\": \"Vegan Capsule(s)\",\n            \"notToBeUsedBy\": null,\n            \"name\": \"Chlorella 500mg Vcap\",\n            \"msrp30DayRoll\": 8.99,\n            \"msrp\": 0.3,\n            \"maxServingSizeLimit\": null,\n            \"length\": 21.56,\n            \"lastModifiedDate\": \"2023-01-12T16:50:30.000Z\",\n            \"keyPoints\": \"<ul><li>Supports general well-being</li><li>Contains the highest concentration of chlorophyll of any known plant</li><li>Organic Chlorella supplies high concentrations of essential vitamins, minerals, fiber, nucleic acids, amino acids, enzymes, &amp; phytonutrients</li><li>Chlorella is single-celled green algae found growing in fresh water</li><li>**</li></ul>\",\n            \"ingredientWarnings\": null,\n            \"imageUrl\": \"https://img.okcapsule.com/Supplement%20photographs/Chlorella-500mg-vegan-capsule.png\",\n            \"height\": 7.47,\n            \"fdaDisclaimer\": null,\n            \"factPanelsUrl\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P000000YGuw/nbUqRaXHfdUzHfiKKYh4kNHjk4iQuwKj54MEkI2jh7c\",\n            \"dosage\": \"0 mg\",\n            \"createdDate\": \"2020-07-16T22:39:15.000Z\",\n            \"containsNo\": \"Animal Products;Artificial Colors or Flavors;Dairy;Gluten;Fish/Shellfish;Nuts;GMOs;Sesame\"\n        },\n        {\n            \"width\": 8.25,\n            \"weight\": 1152.89,\n            \"timeOfAdministration\": \"Morning\",\n            \"supplementType\": \"Vegan\",\n            \"supplementMarkupPercentage\": 200,\n            \"supplementCategory\": \"Multiples\",\n            \"suggestedUse\": \"As a dietary supplement or as directed by a healthcare professional.;Take with meals\",\n            \"sfpNotes\": \"† Daily Value not established\",\n            \"servingSize\": 1,\n            \"scoreTotal\": null,\n            \"recordId\": \"01t4P00000B4z82QAB\",\n            \"productWarnings\": \"Packaged in a facility that also handles milk and soy by-products\",\n            \"productStructureFunctionClaims\": null,\n            \"productSku\": \"REL-SS-WMTV-001\",\n            \"productFamily\": \"Supplement - Standard\",\n            \"productDescriptionShort\": \"Provides an optimal nutritional foundation in an organic food base.**\",\n            \"productDescription\": \"This comprehensive multi is an ideal foundation to an optimal nutritional regimen. It is a complete formula in an organic food base that includes all the primary nutritional needs, from beta-carotene to amino acid chelated zinc. These nutrients include natural vitamin E, vitamins K-1 and K-2 for enhanced benefits, chelated minerals, and, as opposed to other brands of vitamin D-3, the first certified lichen sourced vitamin D.**\",\n            \"pricePerPill\": 0.13344,\n            \"price30DayRoll\": 4.0032,\n            \"pillType\": \"Tablet(s)\",\n            \"notToBeUsedBy\": null,\n            \"name\": \"Food-Based Multi with Iron\",\n            \"msrp30DayRoll\": 8.01,\n            \"msrp\": 0.27,\n            \"maxServingSizeLimit\": null,\n            \"length\": 21.27,\n            \"lastModifiedDate\": \"2023-01-12T16:50:30.000Z\",\n            \"keyPoints\": \"<ul><li>A complete foundational multi with natural vitamin A as beta-carotene</li><li>Only <span style=\\\"color: #3e3e3c;\\\">VitaShine® </span>vegan vitamin D-3 is used, from the first certified vegan, Lichen source</li><li>Folate as coenzyme L-5-methyltetrahydrofolate (L-5-MTHF), the metabolically active form</li><li>Vitamin K-1 and K-2 for optimal cardiovascular &amp; bone health</li><li>Patented, scientifically validated minerals delivered as amino acid chelates, including the patented Iron-Ferrochel®</li><li>**</li></ul>\",\n            \"ingredientWarnings\": \"Accidental overdose of iron-containing products is a leading cause of fatal poisoning in children under 6. Keep this product out of the reach of children. In case of accidental overdose, call a doctor or poison control center immediately.\",\n            \"imageUrl\": \"https://img.okcapsule.com/Supplement%20photographs/WomensMultiple.png\",\n            \"height\": 6.57,\n            \"fdaDisclaimer\": null,\n            \"factPanelsUrl\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P000000YHCl/_uSqtGYA7LUuvJZXE1_vO9gtI26Ri2hsiIVnJXD2NwM\",\n            \"dosage\": \"0 mg\",\n            \"createdDate\": \"2020-07-22T19:40:36.000Z\",\n            \"containsNo\": \"Animal Products;Artificial Colors or Flavors;Dairy;Gluten;Preservatives;Salt;Wheat;Sugar;Corn;Soy;Peanuts;Tree nuts;Fish/Shellfish;Sesame\"\n        },\n        {\n            \"width\": 7.56,\n            \"weight\": 1253.95,\n            \"timeOfAdministration\": \"Morning\",\n            \"supplementType\": \"Vegan\",\n            \"supplementMarkupPercentage\": 200,\n            \"supplementCategory\": \"Herbs\",\n            \"suggestedUse\": \"As a dietary supplement or as directed by a healthcare professional.;Take after meals\",\n            \"sfpNotes\": null,\n            \"servingSize\": 1,\n            \"scoreTotal\": null,\n            \"recordId\": \"01t4P00000B6IQLQA3\",\n            \"productWarnings\": \"Keep out of reach of children.  Packaged in a facility that also handles milk and soy by-products\",\n            \"productStructureFunctionClaims\": null,\n            \"productSku\": \"VIT-SS-T5V-001\",\n            \"productFamily\": \"Supplement - Standard\",\n            \"productDescriptionShort\": \"Triphala is an Ayurvedic herbal combination know for various gastrointestinal health benefits.**\",\n            \"productDescription\": \"Triphala is an Ayurvedic herbal combination know for various gastrointestinal health benefits. Triphala acts as a mild laxative to help keep bowels regular. It has been shown to stimulate the appetite and reduce inflammation in the gut. Triphala contains special polyphenols that have been shown to modulate the microbiome by promoting the growth of beneficial bacteria and reducing the growth of undesirable microbes.**\",\n            \"pricePerPill\": 0.1375,\n            \"price30DayRoll\": 4.125,\n            \"pillType\": \"Vegan Capsule(s)\",\n            \"notToBeUsedBy\": null,\n            \"name\": \"Triphala 500mg Vcap\",\n            \"msrp30DayRoll\": 8.25,\n            \"msrp\": null,\n            \"maxServingSizeLimit\": null,\n            \"length\": 21.94,\n            \"lastModifiedDate\": \"2023-01-12T16:50:30.000Z\",\n            \"keyPoints\": \"<ul><li>Triphala is an Ayurvedic herbal combination know for various gastrointestinal health benefits</li><li>Triphala acts as a mild appetite stimulant and laxative</li><li>This herbal formula has been shown to reduce inflammation in the gut</li><li>The polyphenols in Triphala modulate the microbiome by promoting beneficial bacteria while reducing undesirable microbes</li><li>**</li></ul>\",\n            \"ingredientWarnings\": null,\n            \"imageUrl\": \"https://img.okcapsule.com/Supplement%20photographs/Triphala%20500mg%20Vcap.png\",\n            \"height\": 7.56,\n            \"fdaDisclaimer\": null,\n            \"factPanelsUrl\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P0000054jXT/PdU3eHl1InTp0SYmgbRlhM9xE9c.C.HoxYwg8YnqOjc\",\n            \"dosage\": \"0 mg\",\n            \"createdDate\": \"2021-12-23T22:30:45.000Z\",\n            \"containsNo\": \"Dairy;Gluten;Salt;Wheat;Sugar;Yeast;Corn;Soy;Fish/Shellfish;Nuts;Sesame\"\n        },\n        {\n            \"width\": 7.51,\n            \"weight\": 1197.37,\n            \"timeOfAdministration\": \"Morning\",\n            \"supplementType\": \"Vegan\",\n            \"supplementMarkupPercentage\": 200,\n            \"supplementCategory\": \"Herbs\",\n            \"suggestedUse\": \"As a dietary supplement or as directed by a healthcare professional.;Take with meals\",\n            \"sfpNotes\": \"Ethically Wild Harvested\",\n            \"servingSize\": 1,\n            \"scoreTotal\": null,\n            \"recordId\": \"01t4P00000B6IQQQA3\",\n            \"productWarnings\": \"Keep out of reach of children. Do not take during pregnancy or while nursing.  Packaged in a facility that also handles milk and soy by-products\",\n            \"productStructureFunctionClaims\": \"* Active aloe is a potent gut soother for constipation and diarrhea\\r\\n* Over 75 active compounds including polysaccharides\\r\\n* Contains Slippery Elm bark and Marshmallow root\\r\\n* Mucilaginous properties bind toxins in the gut\\r\\n* **\",\n            \"productSku\": \"VIT-SS-AVP3V-001\",\n            \"productFamily\": \"Supplement - Standard\",\n            \"productDescriptionShort\": \"Active Aloe is a potent gut soother for both constipation and diarrhea.**\",\n            \"productDescription\": \"Active Aloe is a potent gastrointestinal soother for both constipation and diarrhea. Aloe vera has over 75 active compounds that benefit intestinal tract. These include soothing polysaccharides and mild laxatives. Active aloe also contains the mucilaginous herbs slippery elm and marshmallow, which can relieve diarrhea by soothing the bowels and absorbing local toxins.**\",\n            \"pricePerPill\": 0.224,\n            \"price30DayRoll\": 6.72,\n            \"pillType\": \"Vegan Capsule(s)\",\n            \"notToBeUsedBy\": null,\n            \"name\": \"Aloe Vera Plus 300mg Vcap\",\n            \"msrp30DayRoll\": 13.44,\n            \"msrp\": null,\n            \"maxServingSizeLimit\": null,\n            \"length\": 21.23,\n            \"lastModifiedDate\": \"2023-01-12T16:50:30.000Z\",\n            \"keyPoints\": null,\n            \"ingredientWarnings\": null,\n            \"imageUrl\": \"https://img.okcapsule.com/Supplement%20photographs/Aloe%20Vera%20Plus%20300mg%20Vcap.png\",\n            \"height\": 7.51,\n            \"fdaDisclaimer\": \"† These statements have not been evaluated by the Food and Drug Administration. This product is not intended to diagnose, treat, cure or prevent any disease.\",\n            \"factPanelsUrl\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P0000054jev/DByF3.K95Dgdc.ZhnEswnWeXduY19hUuT00UKr1.fF0\",\n            \"dosage\": \"0 mg\",\n            \"createdDate\": \"2021-12-23T23:17:19.000Z\",\n            \"containsNo\": \"Dairy;Gluten;Salt;Wheat;Sugar;Yeast;Corn;Soy;Fish/Shellfish;Nuts;Sesame\"\n        },\n        {\n            \"width\": 8.8,\n            \"weight\": 1982.46,\n            \"timeOfAdministration\": \"Morning\",\n            \"supplementType\": \"Non-Vegetarian\",\n            \"supplementMarkupPercentage\": 200,\n            \"supplementCategory\": \"Minerals\",\n            \"suggestedUse\": \"As a dietary supplement or as directed by a healthcare professional.;Take with meals\",\n            \"sfpNotes\": \"Produced in a GMP facility that processes other ingredients containing these allergens. Natural color variation and oil separation may occur in this product.\",\n            \"servingSize\": 1,\n            \"scoreTotal\": null,\n            \"recordId\": \"01t4P00000B6LTJQA3\",\n            \"productWarnings\": \"Keep out of reach of children. For Adults only. Consult physician if pregnant/nursing, taking medication, or have a medical condition.  Packaged in a facility that also handles milk and soy by-products\",\n            \"productStructureFunctionClaims\": null,\n            \"productSku\": \"NOW-SS-MS-001\",\n            \"productFamily\": \"Supplement - Standard\",\n            \"productDescriptionShort\": \"Vital to bone, muscle, and cardiovascular health.**\",\n            \"productDescription\": \"Magnesium is vital to bone, muscle, and cardiovascular health. Its key function, however, is as an enzyme activator. Enzymes are necessary to a whole host of the body's processes including energy production, protein metabolism, and ATP synthesis.**\",\n            \"pricePerPill\": 0.11505,\n            \"price30DayRoll\": 3.4515,\n            \"pillType\": \"Softgel(s)\",\n            \"notToBeUsedBy\": null,\n            \"name\": \"Magnesium Softgel\",\n            \"msrp30DayRoll\": 6.9,\n            \"msrp\": null,\n            \"maxServingSizeLimit\": null,\n            \"length\": 25.6,\n            \"lastModifiedDate\": \"2023-01-12T16:50:30.000Z\",\n            \"keyPoints\": \"<ul><li>Magnesium can be lost in the processing &amp; refining of foods, resulting in low dietary magnesium intake</li><li>Magnesium&#39;s primary function is enzyme activation</li><li>Magnesium plays a key role in energy production through carbohydrate, lipid &amp; protein metabolism, and ATP synthesis</li><li>It is important for bone growth, metabolization of calcium &amp; the function of muscles</li><li>**</li></ul>\\n\\n<p> </p>\",\n            \"ingredientWarnings\": null,\n            \"imageUrl\": \"https://img.okcapsule.com/Supplement%20photographs/Magnesium%20Citrate%20Softgel.png\",\n            \"height\": 8.8,\n            \"fdaDisclaimer\": null,\n            \"factPanelsUrl\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P000000YHJy/UXk249DgoVALOoVNODubyJITKP1Zf_fLFaPbLlr8wnU\",\n            \"dosage\": \"0 mg\",\n            \"createdDate\": \"2022-01-05T21:10:25.000Z\",\n            \"containsNo\": \"Gluten;Wheat;Soy;Fish/Shellfish;Eggs;Milk;Sesame\"\n        },\n        {\n            \"width\": 7.51,\n            \"weight\": 1224.45,\n            \"timeOfAdministration\": \"Morning\",\n            \"supplementType\": \"Vegan\",\n            \"supplementMarkupPercentage\": 200,\n            \"supplementCategory\": \"Herbs\",\n            \"suggestedUse\": \"As a dietary supplement or as directed by a healthcare professional.;Take with meals\",\n            \"sfpNotes\": null,\n            \"servingSize\": 1,\n            \"scoreTotal\": null,\n            \"recordId\": \"01t4P00000BQW1BQAX\",\n            \"productWarnings\": \"Keep out of reach of children. Packaged in a facility that also handles milk and soy by-products\",\n            \"productStructureFunctionClaims\": null,\n            \"productSku\": \"VIT-SS-MTV-001\",\n            \"productFamily\": \"Supplement - Standard\",\n            \"productDescriptionShort\": \"Milk Thistle extract supports the liver's ability to eliminate toxins\",\n            \"productDescription\": \"Milk Thistle extract is standardized to 80% Silymarin. Research suggests that milk thistle supports and protects liver health and functions. The liver plays an essential role in the body's natural detoxification processes, assisting in eliminating toxins. Optimizing liver health also supports digestion, heart, and immune functions. **\",\n            \"pricePerPill\": 0.15,\n            \"price30DayRoll\": 4.5,\n            \"pillType\": \"Vegan Capsule(s)\",\n            \"notToBeUsedBy\": null,\n            \"name\": \"Milk Thistle Vcap\",\n            \"msrp30DayRoll\": 9,\n            \"msrp\": null,\n            \"maxServingSizeLimit\": null,\n            \"length\": 21.71,\n            \"lastModifiedDate\": \"2023-01-12T16:50:30.000Z\",\n            \"keyPoints\": \"<ul><li>Milk Thistle, <em>Silybum marianum</em>, standardized extract; 80% Silymarin</li><li>It is a bitter herb that enhances digestion</li><li>Milk Thistle&#39;s antioxidant properties provide cellular protection from oxidation</li><li>Silymarin is antihepatotoxic, enhancing and protecting liver health </li><li>Milk Thistle supports liver functions including normal detoxification and healthy digestion</li><li>Milk Thistle has the ability to enhance the production of the master antioxidant glutathione</li><li>**</li></ul>\",\n            \"ingredientWarnings\": null,\n            \"imageUrl\": \"https://img.okcapsule.com/Supplement%20photographs/Milk%20Thistle.png\",\n            \"height\": 7.51,\n            \"fdaDisclaimer\": null,\n            \"factPanelsUrl\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P000005649v/fhBxMitnpp40W82HqcLyyL1sAxHk2thtBcZOWBFPua8\",\n            \"dosage\": \"0 mg\",\n            \"createdDate\": \"2022-04-20T15:59:40.000Z\",\n            \"containsNo\": \"Dairy;Gluten;Wheat;Soy;Peanuts;Tree nuts;Fish/Shellfish;Eggs;Milk;GMOs;Sesame\"\n        },\n        {\n            \"width\": 7.47,\n            \"weight\": 1204.74,\n            \"timeOfAdministration\": \"Morning\",\n            \"supplementType\": \"Vegan\",\n            \"supplementMarkupPercentage\": 200,\n            \"supplementCategory\": \"Herbs\",\n            \"suggestedUse\": \"As a dietary supplement or as directed by a healthcare professional.;Take with meals\",\n            \"sfpNotes\": null,\n            \"servingSize\": 1,\n            \"scoreTotal\": null,\n            \"recordId\": \"01t4P00000BQW1GQAX\",\n            \"productWarnings\": \"Keep out of reach of children. Do not take during pregnancy. Packaged in a facility that also handles milk and soy by-products\",\n            \"productStructureFunctionClaims\": null,\n            \"productSku\": \"VIT-SS-BMV-001\",\n            \"productFamily\": \"Supplement - Standard\",\n            \"productDescriptionShort\": \"Bitter Melon standardized extract 500mg helps support healthy blood sugar levels.**\",\n            \"productDescription\": \"Bitter melon is a nutritious fruit that has traditionally been used as a medicinal food to support metabolism, cardiovascular health, and healthy blood sugar. This standardized extract provides 5% of the bitter constituent Charantin.**\",\n            \"pricePerPill\": 0.1375,\n            \"price30DayRoll\": 4.125,\n            \"pillType\": \"Vegan Capsule(s)\",\n            \"notToBeUsedBy\": null,\n            \"name\": \"Bitter Melon Vcap\",\n            \"msrp30DayRoll\": 8.25,\n            \"msrp\": null,\n            \"maxServingSizeLimit\": null,\n            \"length\": 21.59,\n            \"lastModifiedDate\": \"2023-01-12T16:50:30.000Z\",\n            \"keyPoints\": \"<ul><li>Standardized Bitter Melon extract provides 5% Charantin</li><li>Bitter melon, ​<em>Momordica charantia, </em>increases antioxidant enzyme activity including SOD and glutathione peroxidase</li><li>Antioxidant enhancement supports and protects the liver</li><li>Used to support healthy blood sugar levels</li><li>**</li></ul>\",\n            \"ingredientWarnings\": null,\n            \"imageUrl\": \"https://img.okcapsule.com/Supplement%20photographs/Bitter%20Melon.png\",\n            \"height\": 7.47,\n            \"fdaDisclaimer\": null,\n            \"factPanelsUrl\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P00000563xK/Ia74BpEoj9Bes7FtZgTGc5dDqSJ93hVCSnEsFqyoX7c\",\n            \"dosage\": \"0 mg\",\n            \"createdDate\": \"2022-04-20T16:01:24.000Z\",\n            \"containsNo\": \"Dairy;Gluten;Wheat;Soy;Peanuts;Tree nuts;Fish/Shellfish;Eggs;Potato;Milk;GMOs;Sesame\"\n        },\n        {\n            \"width\": 8.29,\n            \"weight\": 367.67,\n            \"timeOfAdministration\": \"Morning\",\n            \"supplementType\": \"Vegan\",\n            \"supplementMarkupPercentage\": 200,\n            \"supplementCategory\": \"Herbs\",\n            \"suggestedUse\": \"As a dietary supplement or as directed by a healthcare professional.;Take with meals\",\n            \"sfpNotes\": \"† Daily Value not established.\",\n            \"servingSize\": 1,\n            \"scoreTotal\": null,\n            \"recordId\": \"01t4P00000BQWLgQAP\",\n            \"productWarnings\": \"Keep out of reach of children. Do not use if pregnant or nursing, if taking medication, consult your healthcare practitioner before use. Packaged in a facility that also handles milk and soy by-products\",\n            \"productStructureFunctionClaims\": null,\n            \"productSku\": \"MET-SP-E-001\",\n            \"productFamily\": \"Supplement - Proprietary\",\n            \"productDescriptionShort\": \"Estrovera provides relief for hot flashes, sleep disturbance, anxiety, and sexual problems.\",\n            \"productDescription\": \"Rhapontic, or rhubarb root extract, provides relief for multiple menopausal symptoms, including hot flashes, sleep disturbances, mood swings, irritability, anxiety, and sexual problems. Its key ingredient, ERr731, has been used safely and effectively for more than 20 years and is supported by clinical studies. This product is non-GMO, gluten-free, and vegetarian.\",\n            \"pricePerPill\": 0.03,\n            \"price30DayRoll\": 0.9,\n            \"pillType\": \"Tablet(s)\",\n            \"notToBeUsedBy\": null,\n            \"name\": \"Estrovera\",\n            \"msrp30DayRoll\": 1.8,\n            \"msrp\": null,\n            \"maxServingSizeLimit\": null,\n            \"length\": 8.29,\n            \"lastModifiedDate\": \"2023-01-12T16:50:30.000Z\",\n            \"keyPoints\": \"<ul><li><span style=\\\"font-size: 10pt;\\\">Estrovera is clinically demonstrated to relieve a wide range of menopausal symptoms including hot flashes, sleep disturbances, depressive mood, irritability, and anxiety</span></li><li><span style=\\\"background-color: transparent; font-size: 10pt;\\\">Estrovera is also used to support other menopausal symptoms including </span><span style=\\\"font-size: 10pt;\\\">physical and emotional exhaustion, joint and muscle complaints, urinary tract symptoms and vaginal dryness </span></li><li><span style=\\\"font-size: 10pt;\\\">Excellent safety profile supported by 2 years of clinical testing in perimenopausal women</span></li></ul>\",\n            \"ingredientWarnings\": null,\n            \"imageUrl\": \"https://img.okcapsule.com/Supplement%20photographs/Estrovera.png\",\n            \"height\": 5.35,\n            \"fdaDisclaimer\": null,\n            \"factPanelsUrl\": null,\n            \"dosage\": \"0 mg\",\n            \"createdDate\": \"2022-04-21T21:21:23.000Z\",\n            \"containsNo\": \"Gluten;Wheat;Soy;Peanuts;Tree nuts;Fish/Shellfish;Eggs;Milk;GMOs;Sesame\"\n        },\n        {\n            \"width\": 8.35,\n            \"weight\": 1631.51,\n            \"timeOfAdministration\": \"Morning\",\n            \"supplementType\": \"Vegan\",\n            \"supplementMarkupPercentage\": 200,\n            \"supplementCategory\": \"Specialty\",\n            \"suggestedUse\": \"As a dietary supplement or as directed by a healthcare professional.;Take with meals\",\n            \"sfpNotes\": null,\n            \"servingSize\": 1,\n            \"scoreTotal\": null,\n            \"recordId\": \"01t4P00000BQcttQAD\",\n            \"productWarnings\": \"Keep out of reach of children. Not intended for individuals under the age of 18. If you are nursing, pregnant, taking medication, or have a medical condition, you should contact your health care practitioner prior to using this product. Packaged in a facility that also handles milk and soy by-products\",\n            \"productStructureFunctionClaims\": null,\n            \"productSku\": \"UST-SS-B5-001\",\n            \"productFamily\": \"Supplement - Standard\",\n            \"productDescriptionShort\": \"Berberine supports the cardiovascular system, cellular function, & blood sugar levels within a normal range.**\",\n            \"productDescription\": \"Berberine is a potent bioactive compound. Research suggests that berberine plays a role in cellular function, lipid and carbohydrate metabolism, maintaining healthy blood sugar levels within a normal range, and it may support a healthy cardiovascular system.**\",\n            \"pricePerPill\": 0.21,\n            \"price30DayRoll\": 6.3,\n            \"pillType\": \"Vegan Capsule(s)\",\n            \"notToBeUsedBy\": null,\n            \"name\": \"Berberine 500mg\",\n            \"msrp30DayRoll\": 12.6,\n            \"msrp\": null,\n            \"maxServingSizeLimit\": null,\n            \"length\": 23.4,\n            \"lastModifiedDate\": \"2023-01-20T20:29:52.000Z\",\n            \"keyPoints\": \"<ul><li>Derived from the Berberis aristata bark</li><li>A naturally occurring antioxidant compound found in many plants</li><li>Supports carbohydrate and fat metabolization which helps maintain healthy blood sugar levels</li><li>Supports cardiovascular and liver health</li><li>**</li></ul>\",\n            \"ingredientWarnings\": null,\n            \"imageUrl\": \"https://img.okcapsule.com/Supplement%20photographs/Berberine%20500mg.png\",\n            \"height\": 8.35,\n            \"fdaDisclaimer\": null,\n            \"factPanelsUrl\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P000004sAS5/nydw_BF0rsZUlahXR_d0J_531ANPq7q8mMzQWPOmJMU\",\n            \"dosage\": \"0 mg\",\n            \"createdDate\": \"2022-05-10T17:17:59.000Z\",\n            \"containsNo\": \"Artificial Colors or Flavors;Wheat;Peanuts;Tree nuts;Fish/Shellfish;Eggs;Milk;GMOs;Soy Beans;Sesame\"\n        },\n        {\n            \"width\": 7.57,\n            \"weight\": 1213.72,\n            \"timeOfAdministration\": \"Morning\",\n            \"supplementType\": \"Vegan\",\n            \"supplementMarkupPercentage\": 200,\n            \"supplementCategory\": \"Specialty\",\n            \"suggestedUse\": \"As a dietary supplement or as directed by a healthcare professional.;Take with meals\",\n            \"sfpNotes\": \"Contains wheat\",\n            \"servingSize\": 1,\n            \"scoreTotal\": null,\n            \"recordId\": \"01t4P00000BfVAmQAN\",\n            \"productWarnings\": \"Keep out of reach of children. Contains gluten, Please consult with your healthcare provider to determine if CelVio® spermidine fits within a gluten-sensitive diet. Consult healthcare provider if pregnant or have been diagnosed with active cancer. Packaged in a facility that also handles milk and soy by-products\",\n            \"productStructureFunctionClaims\": null,\n            \"productSku\": \"TLL-SP-S-001\",\n            \"productFamily\": \"Supplement - Proprietary\",\n            \"productDescriptionShort\": \"Supports natural cell renewal, cognitive function, hair, skin, and nails.\",\n            \"productDescription\": \"CelVio® Spermidine-Rich Wheat Germ Extract:\\r\\nOwned and manufactured in Graz, Austria by Longevity Labs and featured in its popular spermidineLIFE spermidine supplements, the CelVio® spermidine-rich wheat germ extract, contains 1mg of natural spermidine, naturally occurring healthy fats, with zinc and thiamine designed to increase dietary spermidine intake. Studies have suggested that diets rich in spermidine can help support general health, the heart, brain, and immune system through autophagy.\",\n            \"pricePerPill\": 0.1,\n            \"price30DayRoll\": 3,\n            \"pillType\": \"Vegan Capsule(s)\",\n            \"notToBeUsedBy\": null,\n            \"name\": \"spermidineLIFE\",\n            \"msrp30DayRoll\": 6,\n            \"msrp\": null,\n            \"maxServingSizeLimit\": null,\n            \"length\": 21.18,\n            \"lastModifiedDate\": \"2023-01-12T16:50:30.000Z\",\n            \"keyPoints\": \"<ul><li>Natural, European, whole-food, chemical-free wheat germ extract</li><li>Includes 1mg of naturally occurring spermidine along with additional polyamides</li><li>Includes added zinc and thiamine (B1) for absorption and additional effectiveness</li></ul>\",\n            \"ingredientWarnings\": null,\n            \"imageUrl\": \"https://img.okcapsule.com/Supplement%20photographs/spermidineLIFE.png\",\n            \"height\": 7.57,\n            \"fdaDisclaimer\": null,\n            \"factPanelsUrl\": null,\n            \"dosage\": \"0 mg\",\n            \"createdDate\": \"2022-06-10T15:25:10.000Z\",\n            \"containsNo\": \"Peanuts;Fish/Shellfish;Eggs;Nuts;Milk;Soy Beans;Sesame\"\n        },\n        {\n            \"width\": 7.52,\n            \"weight\": 1206.22,\n            \"timeOfAdministration\": \"Morning\",\n            \"supplementType\": \"Vegan\",\n            \"supplementMarkupPercentage\": 200,\n            \"supplementCategory\": \"Herbs\",\n            \"suggestedUse\": \"As a dietary supplement or as directed by a healthcare professional.;Take with meals\",\n            \"sfpNotes\": null,\n            \"servingSize\": 1,\n            \"scoreTotal\": null,\n            \"recordId\": \"01t4P00000Bfr0NQAR\",\n            \"productWarnings\": \"Keep out of reach of children. Packaged in a facility that also handles milk and soy by-products\",\n            \"productStructureFunctionClaims\": null,\n            \"productSku\": \"VIT-SS-TWBPV-001\",\n            \"productFamily\": \"Supplement - Standard\",\n            \"productDescriptionShort\": \"Turmeric root has been used as an anti-inflammatory in traditional medicine for thousands of years. It helps the liver, enhances a healthy microbiome, and supports already healthy levels of cholesterol. Black pepper extract enhances Turmeric's efficacy. **\",\n            \"productDescription\": \"Turmeric root (Curcuma longa) has been used as an anti-inflammatory in traditional medicine for thousands of years. While it is understood to support the liver and enhance a healthy microbiome, it may also play a role in already healthy cholesterol management. Additionally, it has been shown to contain antioxidant properties that may affect the activity of glutathione S-transferase, which is one of the most potent and effective detoxifying enzymes produced by the body. Our Turmeric formula provides 95% curcuminoids enhanced with 5mg of black pepper fruit extract. **\",\n            \"pricePerPill\": 0.2,\n            \"price30DayRoll\": 6,\n            \"pillType\": \"Capsule(s)\",\n            \"notToBeUsedBy\": null,\n            \"name\": \"Turmeric w/ Black Pepper Vcap\",\n            \"msrp30DayRoll\": 12,\n            \"msrp\": null,\n            \"maxServingSizeLimit\": null,\n            \"length\": 21.33,\n            \"lastModifiedDate\": \"2023-01-12T16:50:30.000Z\",\n            \"keyPoints\": \"<ul><li>Used in traditional medicine as an anti-inflammatory</li><li>Enhances probiotic growth and a healthy microbiome</li><li>A powerful antioxidant that may support already healthy cholesterol management</li><li>Turmeric extract provides 95% curcuminoids </li><li>Black pepper extract enhances bioavailability </li><li>**</li></ul>\",\n            \"ingredientWarnings\": null,\n            \"imageUrl\": \"https://img.okcapsule.com/Supplement%20photographs/Turmeric%20w%3A%20Black%20Pepper%20Vcap.png\",\n            \"height\": 7.52,\n            \"fdaDisclaimer\": null,\n            \"factPanelsUrl\": null,\n            \"dosage\": \"0 mg\",\n            \"createdDate\": \"2022-08-25T19:52:05.000Z\",\n            \"containsNo\": \"Dairy;Gluten;Wheat;Soy;Peanuts;Tree nuts;Fish/Shellfish;Eggs;Milk;Sesame\"\n        },\n        {\n            \"width\": 6.75,\n            \"weight\": 875.26,\n            \"timeOfAdministration\": \"Morning\",\n            \"supplementType\": null,\n            \"supplementMarkupPercentage\": 200,\n            \"supplementCategory\": \"Herbs\",\n            \"suggestedUse\": \"As a dietary supplement or as directed by a healthcare professional.;Take with meals\",\n            \"sfpNotes\": null,\n            \"servingSize\": 1,\n            \"scoreTotal\": null,\n            \"recordId\": \"01t4P00000Bfr8aQAB\",\n            \"productWarnings\": \"Keep out reach of children. Packaged in a facility that also handles milk and soy by-products\",\n            \"productStructureFunctionClaims\": null,\n            \"productSku\": \"VIT-SS-RV-001\",\n            \"productFamily\": \"Supplement - Standard\",\n            \"productDescriptionShort\": \"Rhodiola (Rhodiola rosea) is an adaptogenic herb used to improve energy and aid the stress response. **\",\n            \"productDescription\": \"Rhodiola (Rhodiola rosea) is an adaptogenic herb that grows throughout Europe and Asia. Adaptogens have traditionally been used to help the body adapt to stress and improve energy. Rhodiola may improve mood and stimulate neurotransmitters, as well as support memory and overall cognitive function. It may also play an important role in cardiovascular health by reducing recovery time after physical activity. **\",\n            \"pricePerPill\": 0.23,\n            \"price30DayRoll\": 6.9,\n            \"pillType\": null,\n            \"notToBeUsedBy\": null,\n            \"name\": \"Rhodiola Vcap\",\n            \"msrp30DayRoll\": 13.8,\n            \"msrp\": null,\n            \"maxServingSizeLimit\": null,\n            \"length\": 19.21,\n            \"lastModifiedDate\": \"2023-01-12T16:50:30.000Z\",\n            \"keyPoints\": \"<ul><li><span style=\\\"background-color: transparent; font-size: 12px;\\\">Rhodiola (Rhodiola rosea) is an adaptogenic herb that grows throughout Europe and Asia. </span></li><li><span style=\\\"background-color: transparent; font-size: 12px;\\\">Adaptogens have been used for centuries to help the body adapt to stress and improve energy. </span></li><li><span style=\\\"background-color: transparent; font-size: 12px;\\\">Improves mood and stimulates neurotransmitters. </span></li><li><span style=\\\"background-color: transparent; font-size: 12px;\\\">Supports memory and overall cognitive function. </span></li><li><span style=\\\"background-color: transparent; font-size: 12px;\\\">Plays an important role in cardiovascular health by reducing recovery time after physical activity. **\\ufeff</span></li></ul>\",\n            \"ingredientWarnings\": null,\n            \"imageUrl\": \"https://img.okcapsule.com/Supplement%20photographs/Rhodiola%20Vcap.png\",\n            \"height\": 6.75,\n            \"fdaDisclaimer\": null,\n            \"factPanelsUrl\": null,\n            \"dosage\": \"0 mg\",\n            \"createdDate\": \"2022-08-26T16:49:58.000Z\",\n            \"containsNo\": \"Dairy;Gluten;Wheat;Soy;Peanuts;Tree nuts;Fish/Shellfish;Eggs;Milk;GMOs;Sesame\"\n        },\n        {\n            \"width\": 8.5,\n            \"weight\": 1683.43,\n            \"timeOfAdministration\": \"Morning\",\n            \"supplementType\": \"Vegan\",\n            \"supplementMarkupPercentage\": 200,\n            \"supplementCategory\": \"Specialty\",\n            \"suggestedUse\": \"As a dietary supplement or as directed by a healthcare professional.;Take with meals\",\n            \"sfpNotes\": \"Contains Soy, Natural color variations may occur.\",\n            \"servingSize\": 1,\n            \"scoreTotal\": null,\n            \"recordId\": \"01t4P00000BfrwuQAB\",\n            \"productWarnings\": \"Keep out of reach of children. If you are pregnant or lactating, have any health condition or are taking any medication, consult your health professional before use Packaged in a facility that also handles milk and soy by-products\",\n            \"productStructureFunctionClaims\": null,\n            \"productSku\": \"PUR-SP-C-001\",\n            \"productFamily\": \"Supplement - Proprietary\",\n            \"productDescriptionShort\": \"Phytosterol complex; supports healthy lipid metabolism. **\",\n            \"productDescription\": \"Phytosterols are sterol molecules, similar in structure to cholesterol, which are synthesized by plants and are present naturally in grains, nuts, seeds, fruits and vegetable oils. In studies, phytosterols have demonstrated the ability to maintain healthy enzyme function, thus supporting healthy lipid metabolism.(Lau VW, et al. Am J Clin Nutr. 2005 Jun;81(6):1351-8.). **\",\n            \"pricePerPill\": 0.1,\n            \"price30DayRoll\": 3,\n            \"pillType\": \"Vegan Capsule(s)\",\n            \"notToBeUsedBy\": null,\n            \"name\": \"CholestePure\",\n            \"msrp30DayRoll\": 6,\n            \"msrp\": null,\n            \"maxServingSizeLimit\": null,\n            \"length\": 23.3,\n            \"lastModifiedDate\": \"2023-01-12T16:50:30.000Z\",\n            \"keyPoints\": \"<ul><li>Promotes healthy lipid metabolism.</li><li>Provides phytosterols without the calories and fat margarines, spreads, or salad dressings.</li><li>Supports healthy prostate function.</li><li>A broad-spectrum balance of the most prized phytosterols.</li><li>Made with high-quality, vegan ingredients backed by verifiable science.</li><li>**</li></ul>\",\n            \"ingredientWarnings\": null,\n            \"imageUrl\": \"https://img.okcapsule.com/Plant%20Sterol%20Image%20(1).webp\",\n            \"height\": 8.5,\n            \"fdaDisclaimer\": null,\n            \"factPanelsUrl\": null,\n            \"dosage\": \"0 mg\",\n            \"createdDate\": \"2022-08-31T15:14:29.000Z\",\n            \"containsNo\": \"Artificial Colors or Flavors;Dairy;Gluten;Preservatives;Wheat;Soy;Peanuts;Tree nuts;Eggs;Nuts;GMOs;Sesame;Binders;Fillers\"\n        },\n        {\n            \"width\": 8.21,\n            \"weight\": 1555.01,\n            \"timeOfAdministration\": \"Morning\",\n            \"supplementType\": \"Vegan\",\n            \"supplementMarkupPercentage\": 200,\n            \"supplementCategory\": \"Herbs\",\n            \"suggestedUse\": \"As a dietary supplement or as directed by a healthcare professional.;Take with meals\",\n            \"sfpNotes\": null,\n            \"servingSize\": 1,\n            \"scoreTotal\": null,\n            \"recordId\": \"01t4P00000Bfsu4QAB\",\n            \"productWarnings\": \"Keep out of reach of children. Do not exceed recommended dose. Please consult with your physician if you are undergoing treatment for a medical condition, or if you are pregnant or lactating. Packaged in a facility that also handles milk and soy by-products\",\n            \"productStructureFunctionClaims\": null,\n            \"productSku\": \"VIT-SS-GCE5V-001\",\n            \"productFamily\": \"Supplement - Standard\",\n            \"productDescriptionShort\": \"Supports metabolism & weight management **\",\n            \"productDescription\": \"Green Coffee Bean Extract provides the protective antioxidant compound chlorogenic acid. Chlorogenic acid supports healthy weight and blood sugar management. Stimulating metabolism, Green Coffee Bean extract also enhances detoxification while supporting cardiovascular health, mood and energy. **\",\n            \"pricePerPill\": 0.178,\n            \"price30DayRoll\": 5.34,\n            \"pillType\": \"Vegan Capsule(s)\",\n            \"notToBeUsedBy\": null,\n            \"name\": \"Green Coffee Ext. 500mg VCap\",\n            \"msrp30DayRoll\": 10.68,\n            \"msrp\": null,\n            \"maxServingSizeLimit\": null,\n            \"length\": 23.07,\n            \"lastModifiedDate\": \"2023-01-20T20:29:52.000Z\",\n            \"keyPoints\": \"<ul><li>Green Coffee Bean extract standardized to 50% chlorogenic acid</li><li>Chlorogenic acid is a protective antioxidant compound </li><li>Supports weight management &amp; metabolism</li><li>Useful for athletic performance &amp; cardiovascular health</li><li>**\\ufeff</li></ul>\",\n            \"ingredientWarnings\": null,\n            \"imageUrl\": \"https://img.okcapsule.com/Supplement%20photographs/Green%20Coffee%20Bean%20500mg.png\",\n            \"height\": 8.21,\n            \"fdaDisclaimer\": null,\n            \"factPanelsUrl\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P000004u8gt/ItW2Mh1vRSzBfA7y1cDtRfiFZGN6gBBs69qYev1.OgU\",\n            \"dosage\": \"0 mg\",\n            \"createdDate\": \"2022-09-07T20:47:33.000Z\",\n            \"containsNo\": \"Dairy;Gluten;Wheat;Soy;Peanuts;Tree nuts;Fish/Shellfish;Eggs;Milk;GMOs;Sesame\"\n        },\n        {\n            \"width\": 8.4,\n            \"weight\": 1798.57,\n            \"timeOfAdministration\": \"Morning\",\n            \"supplementType\": \"Vegan\",\n            \"supplementMarkupPercentage\": 200,\n            \"supplementCategory\": \"Antioxidants\",\n            \"suggestedUse\": \"As a dietary supplement or as directed by a healthcare professional.;Take with meals\",\n            \"sfpNotes\": null,\n            \"servingSize\": 1,\n            \"scoreTotal\": null,\n            \"recordId\": \"01t4P00000BftV9QAJ\",\n            \"productWarnings\": \"Keep out of reach of children. Packaged in a facility that also handles milk and soy by-products.\",\n            \"productStructureFunctionClaims\": null,\n            \"productSku\": \"UST-SS-ALA5V-001\",\n            \"productFamily\": \"Supplement - Standard\",\n            \"productDescriptionShort\": \"A powerful antioxidant supports a healthy cardiovascular system and aids in liver detoxification.**\",\n            \"productDescription\": \"A powerful broad range antioxidant supports cardiovascular health and liver detoxification, while reducing oxidative stress. Alpha Lipoic acid is both water and oil soluble providing protection in both mediums. Plus, it provides the added benefit of supporting vision and overall eye health.**\",\n            \"pricePerPill\": 0.18708,\n            \"price30DayRoll\": 5.6124,\n            \"pillType\": \"Vegan Capsule(s)\",\n            \"notToBeUsedBy\": null,\n            \"name\": \"Alpha Lipoic Acid 500mg VCap\",\n            \"msrp30DayRoll\": 11.22,\n            \"msrp\": null,\n            \"maxServingSizeLimit\": null,\n            \"length\": 25.49,\n            \"lastModifiedDate\": \"2023-01-20T20:29:52.000Z\",\n            \"keyPoints\": \"<ul><li>Alpha Lipoic Acid is a powerful broad range antioxidant that protects against oxidative stress.</li><li>Both water and oil soluble. </li><li>Supports a healthy cardiovascular system.</li><li>Aids in the overall health and detoxification of the liver.</li><li>Provides antioxidant protection for the eyes and supports vision.</li><li>**</li></ul>\",\n            \"ingredientWarnings\": null,\n            \"imageUrl\": \"https://img.okcapsule.com/Supplement%20photographs/Alpha%20Lipoic%20Acid%20500mg%20VCap.png\",\n            \"height\": 8.4,\n            \"fdaDisclaimer\": null,\n            \"factPanelsUrl\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P0000054jfy/1_yDiI74JN5YZXVLibxN7Xbi023ayILHlfAj9LFlwr4\",\n            \"dosage\": \"0 mg\",\n            \"createdDate\": \"2022-09-13T21:22:54.000Z\",\n            \"containsNo\": \"Animal Products;Artificial Colors or Flavors;Dairy;Gluten;Preservatives;Salt;Wheat;Sugar;Yeast;Corn;Sesame\"\n        },\n        {\n            \"width\": 7.51,\n            \"weight\": 1197.37,\n            \"timeOfAdministration\": \"Morning\",\n            \"supplementType\": \"Vegan\",\n            \"supplementMarkupPercentage\": 200,\n            \"supplementCategory\": \"Herbs\",\n            \"suggestedUse\": \"As a dietary supplement or as directed by a healthcare professional.;Take with meals\",\n            \"sfpNotes\": null,\n            \"servingSize\": 1,\n            \"scoreTotal\": null,\n            \"recordId\": \"01t4P00000Bfww8QAB\",\n            \"productWarnings\": \"Keep out of reach of children. Packaged in a facility that also handles milk and soy by-products\",\n            \"productStructureFunctionClaims\": null,\n            \"productSku\": \"VIT-SS-AV-001\",\n            \"productFamily\": \"Supplement - Standard\",\n            \"productDescriptionShort\": \"Ashwagandha root extract is a calming adaptogen believed to enhance mental clarity, physical performance. Provides 1.5% Withanolides per capsule. **\",\n            \"productDescription\": \"Ashwagandha root extract is a calming adaptogen often used by athletes that may enhance mental clarity, improve energy, and support the body’s stress response system. It can positively impact physical performance and stamina as well as encourage healthy muscle, bone, connective tissue, and nerves. Withanolides are a key compound in Ashwagandha providing numerous benefits including antioxidant protection. **\",\n            \"pricePerPill\": 0.14,\n            \"price30DayRoll\": 4.2,\n            \"pillType\": \"Vegan Capsule(s)\",\n            \"notToBeUsedBy\": null,\n            \"name\": \"Ashwagandha Vcap\",\n            \"msrp30DayRoll\": 8.4,\n            \"msrp\": null,\n            \"maxServingSizeLimit\": null,\n            \"length\": 21.23,\n            \"lastModifiedDate\": \"2023-02-02T17:01:16.000Z\",\n            \"keyPoints\": \"<ul><li><span style=\\\"background-color: transparent; font-size: 12px;\\\">Enhances mental clarity and improves energy. </span></li><li><span style=\\\"background-color: transparent; font-size: 12px;\\\">Supports the body’s natural stress response. </span></li><li><span style=\\\"background-color: transparent; font-size: 12px;\\\">Contains 1.5% Withanolides which help calm the mind and provide antioxidant protection. </span></li><li><span style=\\\"background-color: transparent; font-size: 12px;\\\">**<span class=\\\"ql-cursor\\\">\\ufeff</span></span></li></ul>\",\n            \"ingredientWarnings\": null,\n            \"imageUrl\": \"https://img.okcapsule.com/Supplement%20photographs/Ashwagandha%20Vcap.png\",\n            \"height\": 7.51,\n            \"fdaDisclaimer\": null,\n            \"factPanelsUrl\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P00000563sV/lBKeO81SrQOrxYi4P1j8naO7qItCZooW8ACTrkiJ0t0\",\n            \"dosage\": \"0 mg\",\n            \"createdDate\": \"2022-09-19T19:43:06.000Z\",\n            \"containsNo\": \"Dairy;Gluten;Wheat;Soy;Peanuts;Tree nuts;Fish/Shellfish;Eggs;Milk;GMOs;Sesame\"\n        },\n        {\n            \"width\": 9.46,\n            \"weight\": 2380.48,\n            \"timeOfAdministration\": \"Morning\",\n            \"supplementType\": \"Vegan\",\n            \"supplementMarkupPercentage\": 200,\n            \"supplementCategory\": \"Fatty Acids\",\n            \"suggestedUse\": \"As a dietary supplement or as directed by a healthcare professional.;Take with meals\",\n            \"sfpNotes\": null,\n            \"servingSize\": 1,\n            \"scoreTotal\": null,\n            \"recordId\": \"01t4P00000Bg4CCQAZ\",\n            \"productWarnings\": \"Keep out of reach of children. Packaged in a facility that also handles milk and soy by-products\",\n            \"productStructureFunctionClaims\": null,\n            \"productSku\": \"DSM-SP-L-001\",\n            \"productFamily\": \"Supplement - Proprietary\",\n            \"productDescriptionShort\": null,\n            \"productDescription\": \"Omega 3 softgels providing EPA and DHA supporting cardiovascular health and general well being\",\n            \"pricePerPill\": 0,\n            \"price30DayRoll\": 0,\n            \"pillType\": \"Softgel(s)\",\n            \"notToBeUsedBy\": null,\n            \"name\": \"LIFESomega\",\n            \"msrp30DayRoll\": 0,\n            \"msrp\": null,\n            \"maxServingSizeLimit\": null,\n            \"length\": 26.6,\n            \"lastModifiedDate\": \"2023-01-12T16:50:30.000Z\",\n            \"keyPoints\": null,\n            \"ingredientWarnings\": null,\n            \"imageUrl\": \"https://img.okcapsule.com/Supplement%20photographs/LifesOmega.png\",\n            \"height\": 9.46,\n            \"fdaDisclaimer\": null,\n            \"factPanelsUrl\": null,\n            \"dosage\": \"0 mg\",\n            \"createdDate\": \"2022-10-07T14:47:03.000Z\",\n            \"containsNo\": \"Artificial Colors or Flavors;Dairy;Gluten;Preservatives;Wheat;Sugar;Yeast;Soy;Sesame\"\n        },\n        {\n            \"width\": 8.02,\n            \"weight\": 320.32,\n            \"timeOfAdministration\": \"Morning\",\n            \"supplementType\": \"Vegan\",\n            \"supplementMarkupPercentage\": 200,\n            \"supplementCategory\": \"Vitamins\",\n            \"suggestedUse\": \"As a dietary supplement or as directed by a healthcare professional.;Take with meals\",\n            \"sfpNotes\": null,\n            \"servingSize\": 1,\n            \"scoreTotal\": null,\n            \"recordId\": \"01t4P00000Bg4CHQAZ\",\n            \"productWarnings\": \"Keep out of reach of children. Packaged in a facility that also handles milk and soy by-products\",\n            \"productStructureFunctionClaims\": null,\n            \"productSku\": \"DSM-SP-AD-001\",\n            \"productFamily\": \"Supplement - Proprietary\",\n            \"productDescriptionShort\": null,\n            \"productDescription\": \"Vitamin D-3 as calcifediol is better absorbed and more potent than cholecalciferol\",\n            \"pricePerPill\": 0,\n            \"price30DayRoll\": 0,\n            \"pillType\": \"Tablet(s)\",\n            \"notToBeUsedBy\": null,\n            \"name\": \"Ampli D\",\n            \"msrp30DayRoll\": 0,\n            \"msrp\": null,\n            \"maxServingSizeLimit\": null,\n            \"length\": 8.02,\n            \"lastModifiedDate\": \"2023-01-12T16:50:30.000Z\",\n            \"keyPoints\": null,\n            \"ingredientWarnings\": null,\n            \"imageUrl\": \"https://img.okcapsule.com/Supplement%20photographs/Ampli%20D.png\",\n            \"height\": 4.98,\n            \"fdaDisclaimer\": null,\n            \"factPanelsUrl\": null,\n            \"dosage\": \"0 mg\",\n            \"createdDate\": \"2022-10-07T14:48:42.000Z\",\n            \"containsNo\": \"Artificial Colors or Flavors;Dairy;Gluten;Preservatives;Wheat;Sugar;Yeast;Soy;Sesame\"\n        },\n        {\n            \"width\": null,\n            \"weight\": 0,\n            \"timeOfAdministration\": \"Morning\",\n            \"supplementType\": null,\n            \"supplementMarkupPercentage\": 200,\n            \"supplementCategory\": null,\n            \"suggestedUse\": null,\n            \"sfpNotes\": null,\n            \"servingSize\": 1,\n            \"scoreTotal\": null,\n            \"recordId\": \"01t4P00000BgRWUQA3\",\n            \"productWarnings\": null,\n            \"productStructureFunctionClaims\": null,\n            \"productSku\": \"GEM-SP-V-001\",\n            \"productFamily\": \"Supplement - Proprietary\",\n            \"productDescriptionShort\": null,\n            \"productDescription\": null,\n            \"pricePerPill\": null,\n            \"price30DayRoll\": 0,\n            \"pillType\": null,\n            \"notToBeUsedBy\": null,\n            \"name\": \"Vitality\",\n            \"msrp30DayRoll\": 0,\n            \"msrp\": null,\n            \"maxServingSizeLimit\": null,\n            \"length\": null,\n            \"lastModifiedDate\": \"2023-02-03T15:53:29.000Z\",\n            \"keyPoints\": null,\n            \"ingredientWarnings\": null,\n            \"imageUrl\": null,\n            \"height\": null,\n            \"fdaDisclaimer\": null,\n            \"factPanelsUrl\": null,\n            \"dosage\": \"0 mg\",\n            \"createdDate\": \"2022-12-28T19:42:23.000Z\",\n            \"containsNo\": null\n        },\n        {\n            \"width\": null,\n            \"weight\": 0,\n            \"timeOfAdministration\": \"Morning\",\n            \"supplementType\": null,\n            \"supplementMarkupPercentage\": 200,\n            \"supplementCategory\": null,\n            \"suggestedUse\": null,\n            \"sfpNotes\": null,\n            \"servingSize\": 1,\n            \"scoreTotal\": null,\n            \"recordId\": \"01t4P00000BgRYCQA3\",\n            \"productWarnings\": null,\n            \"productStructureFunctionClaims\": null,\n            \"productSku\": \"DES-SP-A-001\",\n            \"productFamily\": \"Supplement - Proprietary\",\n            \"productDescriptionShort\": null,\n            \"productDescription\": null,\n            \"pricePerPill\": null,\n            \"price30DayRoll\": 0,\n            \"pillType\": null,\n            \"notToBeUsedBy\": null,\n            \"name\": \"Acetyl-L-Carnitine\",\n            \"msrp30DayRoll\": 0,\n            \"msrp\": null,\n            \"maxServingSizeLimit\": null,\n            \"length\": null,\n            \"lastModifiedDate\": \"2023-02-03T18:46:30.000Z\",\n            \"keyPoints\": null,\n            \"ingredientWarnings\": null,\n            \"imageUrl\": null,\n            \"height\": null,\n            \"fdaDisclaimer\": null,\n            \"factPanelsUrl\": null,\n            \"dosage\": \"0 mg\",\n            \"createdDate\": \"2022-12-29T21:10:54.000Z\",\n            \"containsNo\": null\n        }\n    ],\n    \"totalPages\": 1,\n    \"totalCount\": 70,\n    \"pageSize\": 200,\n    \"currentPage\": 1\n}"}],"_postman_id":"f4565ea2-fa36-4399-94b0-5ce7a68348d6"},{"name":"Get Single Product","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"34542e24-3105-4f83-9643-d8c56ea0228e"}}],"id":"f7d728e0-e34b-4f04-8cab-e75c05de4a1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"X-User","type":"text","value":"{{userName}}"},{"key":"Authorization","type":"text","value":"apikey {{apiKey}}"}],"url":"http://localhost:3000/v1/products?recordId=01t4P000008WukqQAC","description":"<p>Retrieve a single OK Capsule product by ID or use a filter on productSku or other field.  </p>\n","urlObject":{"path":["v1","products"],"host":["http://localhost:3000"],"query":[{"key":"recordId","value":"01t4P000008WukqQAC"}],"variable":[]}},"response":[{"id":"6ede091b-78f0-44c3-a1c1-7a1a733174aa","name":"Get Single Product","originalRequest":{"method":"GET","header":[{"key":"X-User","type":"text","value":"{{userName}}"},{"key":"Authorization","type":"text","value":"apikey {{apiKey}}"}],"url":{"raw":"http://localhost:3000/v1/products?recordId=01t4P000008WukqQAC","host":["http://localhost:3000"],"path":["v1","products"],"query":[{"key":"recordId","value":"01t4P000008WukqQAC"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 03 Feb 2023 18:54:35 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2722"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Embedder-Policy","value":"require-corp"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"aa2-yM8qyPLoIw0cVK2xxxegbmZoeVY\""}],"cookie":[],"responseTime":null,"body":"{\n    \"width\": 8.35,\n    \"weight\": 1582.35,\n    \"timeOfAdministration\": \"Morning\",\n    \"supplementType\": \"Vegan\",\n    \"supplementMarkupPercentage\": 200,\n    \"supplementCategory\": \"Minerals\",\n    \"suggestedUse\": \"As a dietary supplement or as directed by a healthcare professional.;Take with meals\",\n    \"sfpNotes\": null,\n    \"servingSize\": 1,\n    \"scoreTotal\": null,\n    \"recordId\": \"01t4P000008WoSYQA0\",\n    \"productWarnings\": \"Keep out of reach of children.  Packaged in a facility that also handles milk and soy by-products\",\n    \"productStructureFunctionClaims\": null,\n    \"productSku\": \"REL-SP-CMP-003\",\n    \"productFamily\": \"Supplement - Standard\",\n    \"productDescriptionShort\": \"This calcium, magnesium, and potassium combo supports muscle function and the maintenance of strong bones and teeth. Plus, potassium aids in water balance and supports heart, muscle, kidney, adrenal, and nerve function.**\",\n    \"productDescription\": \"Calcium, magnesium, and potassium are essential nutrients for the body’s health. Calcium plays a vital role in muscle contraction and maintaining the structure of bones and teeth, while magnesium functions as an enzyme activator in more than 300 enzyme reactions. As an essential electrolyte, potassium aids in the maintenance of water balance and supports heart, muscle, kidney, adrenal, and nerve function. Together, this combo aids in energy production, bone structure, and muscle function. Additionally, it combines minerals and amino acids to enhance mineral absorption, utilization, and safety, ensuring that these essential nutrients have a popper delivery system for adequate absorption. It is the perfect offering to complement our multi-vitamin and mineral supplements. **\",\n    \"pricePerPill\": 0.11316,\n    \"price30DayRoll\": 3.3948,\n    \"pillType\": \"Tablet(s)\",\n    \"notToBeUsedBy\": null,\n    \"name\": \"Calcium & Magnesium AAC Tab\",\n    \"msrp30DayRoll\": 6.79,\n    \"msrp\": 0.23,\n    \"maxServingSizeLimit\": null,\n    \"length\": 21.51,\n    \"lastModifiedDate\": \"2023-01-12T16:50:30.000Z\",\n    \"keyPoints\": \"<ul><li>Calcium and magnesium support healthy muscles, bones, and teeth.</li><li>Contains potassium to aid in heart, muscle, kidney, adrenal, and nerve function.</li><li>Combines minerals and amino acids to enhance absorption.</li><li>The perfect combo to complement our multi-vitamin and mineral supplements.</li><li>**</li></ul>\",\n    \"ingredientWarnings\": null,\n    \"imageUrl\": \"https://img.okcapsule.com/Supplement%20photographs/september-batch/Calcium%26Magnesium.png\",\n    \"height\": 8.81,\n    \"fdaDisclaimer\": null,\n    \"factPanelsUrl\": \"https://okcapsule.my.salesforce.com/sfc/p/4P0000010fhd/a/4P000000Y6ff/xcYcRzqG53rDjNNbCsjNB82g.vpb2tUgQuPIZnuKFHs\",\n    \"dosage\": null,\n    \"createdDate\": \"2019-12-15T22:08:06.000Z\",\n    \"containsNo\": \"Animal Products;Artificial Colors or Flavors;Dairy;Gluten;Preservatives;Wheat;Sugar;Yeast;Soy;Peanuts;Tree nuts;Fish/Shellfish;Eggs;Sesame\"\n}"}],"_postman_id":"f7d728e0-e34b-4f04-8cab-e75c05de4a1f"}],"id":"ff8f7956-f00b-47af-a312-6b785d4dac65","description":"<p>Products represent all of the OK Capsule supplements that are available to be sold.</p>\n<table><tbody><tr><td><b>FIELD</b></td><td><b>TYPE</b></td><td><b>DESCRIPTION</b></td><td><b>EXAMPLE VALUES</b></td></tr><tr><td>recordId</td><td>Text(18)</td><td>Primary key, unique system generated value</td><td>a2W4P00000GxP1MUAV</td></tr><tr><td>name</td><td>Text(255)</td><td>Product Name</td><td>Vitamin C-1000mg Sustained Release with Rose Hips</td></tr><tr><td>productFamily</td><td>Text</td><td> </td><td>Supplement - Proprietary; Supplement - Standard</td></tr><tr><td>productSku</td><td>Text(40)</td><td>OK Capsule SKU &amp; External ID used for Order Line import from Clients</td><td>REL-SS-AS-002</td></tr><tr><td>supplementCategory</td><td>Text</td><td> </td><td>Amino Acids</td></tr><tr><td>productDescription</td><td>Text(4000)</td><td>This is a plain text field and is used in the product fact panel</td><td>Zinc is a micronutrient found in cells throughout the body and is vital to a range of functions...</td></tr><tr><td>productDescriptionShort</td><td>Text(500)</td><td>Up to 500 characters meant for list displays of products where the long description would not fit in the designed space</td><td>Zinc 50mg Amino Acid Chelate is a vital micronutrient supporting a range of functions...</td></tr><tr><td>keyPoints</td><td>Text(32768)</td><td>The key points for this product. Note, this is separate from the product description.</td><td>Zinc, which is found in every cell, is important for proper sensory functions<br />Zinc is crucial for skin health and the body’s utilization of Vitamin A</td></tr><tr><td>containsNo</td><td>Text</td><td>Ingredients not contained in a supplement product. Semi-colon delimited for multiples.</td><td>Animal Products<br />Artificial Colors or Flavors<br />Corn<br />Dairy</td></tr><tr><td>ingredientWarnings</td><td>Text(3000)</td><td>Contains a roll up of all the ingredient warnings</td><td> </td></tr><tr><td>factPanelsUrl</td><td>Text(255)</td><td>Link to fact panel image</td><td> </td></tr><tr><td>imageUrl</td><td>Text(255)</td><td>The full URL, including transformations, to the product thumbnail image</td><td><a href=\"https://img.okcapsule.com/Supplement%20photographs/vitamin-d3-125mcg-5000ui.png\">https://img.okcapsule.com/Supplement%20photographs/vitamin-d3-125mcg-5000ui.png</a></td></tr><tr><td>productStructureFunctionClaims</td><td>Text(2500)</td><td>Product-level structure function claims from manufacturer</td><td>The role of Vitamin D in helping to maintain bone density...</td></tr><tr><td>sfpNotes</td><td>Text(1000)</td><td>Used for notes that need to be printed on the Supplement Fact Panels</td><td>Contains soy.</td></tr><tr><td>fdaDisclaimer</td><td>Text(5500)</td><td>Product and Ingredient Structure Function Claims</td><td>† These statements have not been evaluated by the Food and Drug Administration. This product is not intended to diagnose, treat, cure or prevent any disease.</td></tr><tr><td>pillType</td><td>Text</td><td>Type of pill, tablet or capsule.</td><td>Capsule(s)<br />Enteric Coated Tablet(s)<br />Fish Gelatin Capsule(s)<br />Vegetarian Softgel(s)</td></tr><tr><td>supplementType</td><td>Text</td><td> </td><td>Animal<br />Gelatin<br />Non-Vegetarian<br />Vegan<br />Vegetarian</td></tr><tr><td>notToBeUsedBy</td><td>Text(255)</td><td>Not to be used by rollup from ingredient list</td><td>Children Under 13</td></tr><tr><td>productWarnings</td><td>Text(1000)</td><td>Use this field for product-specific warnings that apply to the entire supplement product. (not ingredient-specific) Will be printed on SFP under Suggested Use in format: [Product Warning 1]. [Product Warning 2].</td><td>Keep out of reach of children</td></tr><tr><td>suggestedUse</td><td>Text</td><td>Printed on SFPs in this format: Suggested use: As a dietary supplement, take [serving size] [pill type (capsule, tablet, etc)] in the [time of day] or as directed by a health care professional. [Suggested Use 1]. [Suggested Use 2]. [Suggested Use 3].<br />Semi-colon delimited for multiples.</td><td>May be taken with or without food<br />Prior to mealtime<br />Take after meals<br />Take at bedtime<br />Take between meals<br />Take on an empty stomach<br />Take with meals</td></tr><tr><td>timeOfAdministration</td><td>Text</td><td>The time of the day that the supplement should be taken. Semi-colon delimited for multiples.</td><td>Morning<br />Midday<br />Evening</td></tr><tr><td>dosage</td><td>Text</td><td>Dosage Value and Unit for a single serving</td><td> </td></tr><tr><td>servingSize</td><td>Integer</td><td>Number of pills per serving, always 1 and overridden by order line value when ordered.</td><td>1</td></tr><tr><td>pricePerPill</td><td>Currency(12, 6)</td><td>Price per single pill</td><td>$0.08</td></tr><tr><td>price30DayRoll</td><td>Currency(12, 6)</td><td>Price per Pill x Serving Size x 30</td><td>$2.35</td></tr><tr><td>msrp</td><td>Currency(12, 6)</td><td>MSRP Per Pill</td><td>$0.16</td></tr><tr><td>msrp30DayRoll</td><td>Currency(12, 6)</td><td>Price of 30 Day Roll x Mark Up Percentage</td><td>$4.70</td></tr><tr><td>length</td><td>Decimal(6,2)</td><td>Pill length in millimeters</td><td>2.30</td></tr><tr><td>width</td><td>Decimal(6,2)</td><td>Pill width in millimeters</td><td>1.00</td></tr><tr><td>height</td><td>Decimal(6,2)</td><td>Pill height in millimeters</td><td>1.10</td></tr><tr><td>weight</td><td>Decimal(11,6)</td><td>Pill weight in grams</td><td>1.100000</td></tr><tr><td>scoreTotal</td><td>Decimal(6,2)</td><td>Pill L x W x H in cubic millimeters</td><td>2.53</td></tr></tbody></table>","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"0bbd5c2f-f310-4118-acb1-09e3864071f3"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"fd9edeac-a9dc-4f8b-adac-08ddb40b771d"}}],"_postman_id":"ff8f7956-f00b-47af-a312-6b785d4dac65"},{"name":"Packs","item":[{"name":"Get Packs","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","var firstPack = pm.response.json().results[0];\r","console.log(firstPack);\r","pm.collectionVariables.set(\"test_packId\", firstPack.recordId);\r","\r","pm.test(\"Returns list of packs\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.results).to.be.an('array');\r","});"],"type":"text/javascript","id":"96b7b692-22eb-4f8d-88d2-e7b41e4d59e1"}}],"id":"ed716232-a7ef-43fc-9df4-a6290ad0edc2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"X-User","type":"text","value":"{{userName}}"},{"key":"Authorization","type":"text","value":"apikey {{apiKey}}"}],"url":"http://localhost:3000/v1/packs","description":"<p>Retrieve all Packs for your client account.</p>\n","urlObject":{"path":["v1","packs"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[{"id":"dc92baca-34c6-4469-a6c1-c7b3de4eeb83","name":"Get Packs","originalRequest":{"method":"GET","header":[{"key":"X-User","type":"text","value":"{{userName}}"},{"key":"Authorization","type":"text","value":"apikey {{apiKey}}"}],"url":"http://localhost:3000/v1/packs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1322"},{"key":"Etag","value":"W/\"52a-FYplNeOUKZRUjz0239JDEs2cubM\""},{"key":"Date","value":"Sun, 21 Nov 2021 17:25:10 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"sku\": \"OKCP-PrimeImmune\",\n            \"recordTypeId\": \"0124P000000Bea1QAC\",\n            \"recordId\": \"a6M4P0000009hcBUAQ\",\n            \"pillsPerPouch\": 3,\n            \"pillsPerPack\": 3,\n            \"packUniqueId\": \"OKCP-PrimeImmune\",\n            \"packItemCount\": 3,\n            \"name\": \"SP-0036\",\n            \"lastModifiedDate\": \"2021-07-30T18:55:16.000Z\",\n            \"displayName\": \"Immune Support Pack\",\n            \"createdDate\": \"2021-03-15T21:31:37.000Z\",\n            \"brandId\": \"a014P00001uX9jdQAC\",\n            \"brandDisplayName\": \"Premium Prime\",\n            \"boxCapacity\": null,\n            \"active\": true\n        },\n        {\n            \"sku\": \"Prime-Large-FFPack\",\n            \"recordTypeId\": \"0124P000000Bea0QAC\",\n            \"recordId\": \"a6M4P0000009hvLUAQ\",\n            \"pillsPerPouch\": 0,\n            \"pillsPerPack\": 0,\n            \"packUniqueId\": \"Largea014P00001uX9jd\",\n            \"packItemCount\": 0,\n            \"name\": \"PK-0089\",\n            \"lastModifiedDate\": \"2021-07-01T20:46:56.000Z\",\n            \"displayName\": \"Prime Large 60 Pouch FF Pack\",\n            \"createdDate\": \"2021-06-23T17:43:15.000Z\",\n            \"brandId\": \"a014P00001uX9jdQAC\",\n            \"brandDisplayName\": \"Premium Prime\",\n            \"boxCapacity\": \"Large\",\n            \"active\": true\n        },\n        {\n            \"sku\": null,\n            \"recordTypeId\": \"0124P000000Bea1QAC\",\n            \"recordId\": \"a6M4P0000009i7MUAQ\",\n            \"pillsPerPouch\": 1,\n            \"pillsPerPack\": 1,\n            \"packUniqueId\": null,\n            \"packItemCount\": 1,\n            \"name\": \"PK-0112\",\n            \"lastModifiedDate\": \"2021-07-30T19:00:22.000Z\",\n            \"displayName\": \"test pack'áé\",\n            \"createdDate\": \"2021-07-29T17:57:08.000Z\",\n            \"brandId\": \"a014P00001uX9jdQAC\",\n            \"brandDisplayName\": \"Premium Prime\",\n            \"boxCapacity\": null,\n            \"active\": true\n        }\n    ],\n    \"totalPages\": 1,\n    \"totalCount\": 3,\n    \"pageSize\": 200,\n    \"currentPage\": 1\n}"}],"_postman_id":"ed716232-a7ef-43fc-9df4-a6290ad0edc2"},{"name":"Get Specific Pack","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"c3f0f9b0-63f5-4484-98eb-e6f8ff88559b"}}],"id":"f8599675-33fc-44bf-babb-64619d5e4c8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"X-User","value":"{{userName}}","type":"text"},{"key":"Authorization","value":"apikey {{apiKey}}","type":"text"}],"url":"http://localhost:3000/v1/packs?recordId=a6M4P000000UVM6UAO","description":"<p>Retrieve a specific Pack by its recordId.</p>\n<p>Note: Order line Posts require the Pack ID for the pack that is being ordered.</p>\n","urlObject":{"path":["v1","packs"],"host":["http://localhost:3000"],"query":[{"key":"recordId","value":"a6M4P000000UVM6UAO"}],"variable":[]}},"response":[{"id":"06692e69-f8b9-4f39-8874-3d72d28563c7","name":"Get Specific Pack","originalRequest":{"method":"GET","header":[{"key":"X-User","value":"{{userName}}","type":"text"},{"key":"Authorization","value":"apikey {{apiKey}}","type":"text"}],"url":{"raw":"http://localhost:3000/v1/packs?recordId=a6M4P000000UVM6UAO","host":["http://localhost:3000"],"path":["v1","packs"],"query":[{"key":"recordId","value":"a6M4P000000UVM6UAO"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"420"},{"key":"Etag","value":"W/\"1a4-i54a3jGjMur31Ex7r9TeGTphwH4\""},{"key":"Date","value":"Sun, 21 Nov 2021 17:30:10 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"sku\": \"OKCP-PrimeImmune\",\n    \"recordTypeId\": \"0124P000000Bea1QAC\",\n    \"recordId\": \"a6M4P0000009hcBUAQ\",\n    \"pillsPerPouch\": 3,\n    \"pillsPerPack\": 3,\n    \"packUniqueId\": \"OKCP-PrimeImmune\",\n    \"packItemCount\": 3,\n    \"name\": \"SP-0036\",\n    \"lastModifiedDate\": \"2021-07-30T18:55:16.000Z\",\n    \"displayName\": \"Immune Support Pack\",\n    \"createdDate\": \"2021-03-15T21:31:37.000Z\",\n    \"brandId\": \"a014P00001uX9jdQAC\",\n    \"brandDisplayName\": \"Premium Prime\",\n    \"boxCapacity\": null,\n    \"active\": true\n}"}],"_postman_id":"f8599675-33fc-44bf-babb-64619d5e4c8e"}],"id":"4774ad36-bdad-4126-815d-afdebf1344ab","description":"<p>Packs represent a combination of pack items which are linked to formularies. Pack items can be added to packs and are set up by the sales team. Orders can only be placed for full packs, not individual pack items.</p>\n<table><tbody><tr><td><b>FIELD</b></td><td><b>TYPE</b></td><td><b>REQUIRED</b></td><td><b>UPDATEABLE</b></td><td><b>DESCRIPTION</b></td><td><b>EXAMPLE VALUES</b></td></tr><tr><td>recordId</td><td>Text(18)</td><td> </td><td> </td><td>Primary key, unique system generated value</td><td>a6L4P0000008xl7UAA</td></tr><tr><td>name</td><td>Text(18)</td><td> </td><td> </td><td>Unique system generated value</td><td>SP-00036</td></tr><tr><td>brandId</td><td>Text(18)</td><td>X</td><td> </td><td>Reference to Brand</td><td>0014P00002grSIoQAM</td></tr><tr><td>sku</td><td>Text(255)</td><td>X</td><td> </td><td></td><td>OKCP-PrimeImmune</td></tr><tr><td>displayName</td><td>Text(255)</td><td> </td><td> </td><td>A user friendly name</td><td>Immune Support Pack</td></tr><tr><td>brandDisplayName</td><td>Text</td><td> </td><td> </td><td>Name of the related Brand</td><td>Premium Prime</td></tr><tr><td>pillsPerPouch</td><td>Integer</td><td> </td><td> </td><td>Number of pills per pouch</td><td>3</td></tr><tr><td>pillsPerPack</td><td>Integer</td><td> </td><td> </td><td>Number of pills per pack</td><td>3</td></tr><tr><td>packItemCount</td><td>Integer</td><td> </td><td> </td><td>Number of pack items in the pack</td><td>3</td></tr><tr><td>active</td><td>Boolean</td><td> </td><td> </td><td>Whether or not the pack can currently be used</td><td>true</td></tr><tr><td>lastModifiedDate</td><td>DateTime</td><td> </td><td> </td><td>Last Date and time the pack item was modified</td><td>2021-06-23T16:14:31.000Z</td></tr><tr><td>createdDate</td><td>DateTime</td><td> </td><td> </td><td>Date and time when the pack item was created</td><td>2021-03-16T01:42:37.000Z</td></tr></tbody></table>","_postman_id":"4774ad36-bdad-4126-815d-afdebf1344ab"},{"name":"Pack Items","item":[{"name":"Get Pack Items","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","var firstPackItem = pm.response.json().results[0];\r","console.log(firstPackItem);\r","pm.collectionVariables.set(\"test_packItemId\", firstPackItem.recordId);\r","\r","pm.test(\"Returns list of pack items\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.results).to.be.an('array');\r","});"],"type":"text/javascript","id":"213953f8-ba7c-4c47-a931-3902bc0770b9"}}],"id":"3b61a13e-0243-4387-9fa9-0cadda68470e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"X-User","type":"text","value":"{{userName}}"},{"key":"Authorization","type":"text","value":"apikey {{apiKey}}"}],"url":"http://localhost:3000/v1/packitems","description":"<p>Retrieve all Formularies for your client account.</p>\n","urlObject":{"path":["v1","packitems"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[{"id":"a359bc57-aeac-4f7a-bc8f-9f7c36788409","name":"Get Pack Items","originalRequest":{"method":"GET","header":[{"key":"X-User","type":"text","value":"{{userName}}"},{"key":"Authorization","type":"text","value":"apikey {{apiKey}}"}],"url":"http://localhost:3000/v1/packitems"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1560"},{"key":"Etag","value":"W/\"618-jDhj/+2lNqOu7sTjwp1bR0lGCoM\""},{"key":"Date","value":"Sun, 21 Nov 2021 17:35:20 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"timeOfAdministration\": \"Morning\",\n            \"servingSize\": 1,\n            \"recordTypeId\": \"0124P000000BeZzQAK\",\n            \"recordId\": \"a6L4P0000008xl7UAA\",\n            \"productId\": \"01t4P000008WzexQAC\",\n            \"packId\": \"a6M4P0000009hcBUAQ\",\n            \"name\": \"SPI-0184\",\n            \"lastModifiedDate\": \"2021-06-23T16:14:31.000Z\",\n            \"formularyId\": \"a324P000003BzQpQAK\",\n            \"createdDate\": \"2021-03-16T01:42:37.000Z\",\n            \"clientUnitPrice\": 0.16,\n            \"brandId\": \"a014P00001uX9jdQAC\"\n        },\n        {\n            \"timeOfAdministration\": \"Morning\",\n            \"servingSize\": 1,\n            \"recordTypeId\": \"0124P000000BeZzQAK\",\n            \"recordId\": \"a6L4P0000008xl8UAA\",\n            \"productId\": \"01t4P000008X0s8QAC\",\n            \"packId\": \"a6M4P0000009hcBUAQ\",\n            \"name\": \"SPI-0186\",\n            \"lastModifiedDate\": \"2021-06-23T16:14:31.000Z\",\n            \"formularyId\": \"a324P000003BzRJQA0\",\n            \"createdDate\": \"2021-03-16T01:44:00.000Z\",\n            \"clientUnitPrice\": 0.03,\n            \"brandId\": \"a014P00001uX9jdQAC\"\n        },\n        {\n            \"timeOfAdministration\": \"Morning\",\n            \"servingSize\": 1,\n            \"recordTypeId\": null,\n            \"recordId\": \"a6L4P0000008xlCUAQ\",\n            \"productId\": \"01t4P000008WzwqQAC\",\n            \"packId\": \"a6M4P0000009hcBUAQ\",\n            \"name\": \"SPI-0185\",\n            \"lastModifiedDate\": \"2021-03-16T01:42:54.000Z\",\n            \"formularyId\": \"a324P00000382LdQAI\",\n            \"createdDate\": \"2021-03-16T01:42:54.000Z\",\n            \"clientUnitPrice\": 0.03,\n            \"brandId\": \"a014P00001uX9jdQAC\"\n        },\n        {\n            \"timeOfAdministration\": \"Morning\",\n            \"servingSize\": 1,\n            \"recordTypeId\": \"0124P000000BeZzQAK\",\n            \"recordId\": \"a6L4P0000008zouUAA\",\n            \"productId\": \"01t4P000008WukqQAC\",\n            \"packId\": \"a6M4P0000009i7MUAQ\",\n            \"name\": \"PI-0635\",\n            \"lastModifiedDate\": \"2021-07-29T17:57:20.000Z\",\n            \"formularyId\": \"a324P00000382LKQAY\",\n            \"createdDate\": \"2021-07-29T17:57:20.000Z\",\n            \"clientUnitPrice\": 0.1,\n            \"brandId\": \"a014P00001uX9jdQAC\"\n        }\n    ],\n    \"totalPages\": 1,\n    \"totalCount\": 4,\n    \"pageSize\": 200,\n    \"currentPage\": 1\n}"}],"_postman_id":"3b61a13e-0243-4387-9fa9-0cadda68470e"},{"name":"Get Specific Pack Item","event":[{"listen":"test","script":{"exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","id":"f52dc8aa-8222-42f9-8f91-5d66b82d390f"}}],"id":"62e392ca-3fd4-40a8-aa80-f7f942ff8254","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"X-User","value":"{{userName}}","type":"text"},{"key":"Authorization","value":"apikey {{apiKey}}","type":"text"}],"url":"http://localhost:3000/v1/packitems?recordId=a8h4P000000hqCoQAI","description":"<p>Retrieve a specific Formulary by its recordId.</p>\n<p>Note: Order line Posts require the Formulary ID for the product that is being ordered.</p>\n","urlObject":{"path":["v1","packitems"],"host":["http://localhost:3000"],"query":[{"key":"recordId","value":"a8h4P000000hqCoQAI"}],"variable":[]}},"response":[{"id":"78703327-13f1-49ea-9a98-c5680102bb8b","name":"Get Specific Pack Item","originalRequest":{"method":"GET","header":[{"key":"X-User","value":"{{userName}}","type":"text"},{"key":"Authorization","value":"apikey {{apiKey}}","type":"text"}],"url":{"raw":"http://localhost:3000/v1/packitems?recordId=a8h4P000000hqCoQAI","host":["http://localhost:3000"],"path":["v1","packitems"],"query":[{"key":"recordId","value":"a8h4P000000hqCoQAI"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"375"},{"key":"Etag","value":"W/\"177-sPJcBZq8hb7qMgd8KFY35Q9Gl84\""},{"key":"Date","value":"Sun, 21 Nov 2021 17:39:15 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"timeOfAdministration\": \"Morning\",\n    \"servingSize\": 1,\n    \"recordTypeId\": \"0124P000000BeZzQAK\",\n    \"recordId\": \"a6L4P0000008xl7UAA\",\n    \"productId\": \"01t4P000008WzexQAC\",\n    \"packId\": \"a6M4P0000009hcBUAQ\",\n    \"name\": \"SPI-0184\",\n    \"lastModifiedDate\": \"2021-06-23T16:14:31.000Z\",\n    \"formularyId\": \"a324P000003BzQpQAK\",\n    \"createdDate\": \"2021-03-16T01:42:37.000Z\",\n    \"clientUnitPrice\": 0.16,\n    \"brandId\": \"a014P00001uX9jdQAC\"\n}"}],"_postman_id":"62e392ca-3fd4-40a8-aa80-f7f942ff8254"}],"id":"d1297756-822c-4c43-adf3-43894534381c","description":"<p>Pack Items represent the individual items included in a pack. Pack items can be added to packs and are set up by the sales team. Orders can only be placed for full packs, not individual pack items.</p>\n<p><br /><br /></p><table><tbody><tr><td><b>FIELD</b></td><td><b>TYPE</b></td><td><b>REQUIRED</b></td><td><b>UPDATEABLE</b></td><td><b>DESCRIPTION</b></td><td><b>EXAMPLE VALUES</b></td></tr><tr><td>recordId</td><td>Text(18)</td><td> </td><td> </td><td>Primary key, unique system generated value</td><td>a6L4P0000008xl7UAA</td></tr><tr><td>name</td><td>Text</td><td> </td><td> </td><td>Unique system generated value</td><td>SPI-0184</td></tr><tr><td>productId</td><td>Text(18)</td><td>X</td><td> </td><td>Reference to Product</td><td>0014P00002grSIoQAM</td></tr><tr><td>brandId</td><td>Text(18)</td><td>X</td><td> </td><td>Reference to Brand</td><td>0014P00002grSIoQAM</td></tr><tr><td>timeOfAdministration</td><td>Text</td><td> </td><td>X</td><td>The time of day that supplement should be taken.</td><td>Morning<br />Midday<br />Evening</td></tr><tr><td>servingSize</td><td>Integer</td><td> </td><td>X</td><td>Defaults from Product, but can be changed by client. Note: If a product has multiple daily Times of Administration (ie. Morning, Midday, or Evening) the serving size will be the same for each.</td><td>3</td></tr><tr><td>packId</td><td>Text(18)</td><td> </td><td> </td><td>Reference to Pack</td><td>a6M4P0000009hcBUAQ</td></tr><tr><td>formularyId</td><td>Text(18)</td><td> </td><td> </td><td>Reference to Formulary</td><td>a324P000003BzQpQAK</td></tr><tr><td>clientUnitPrice</td><td>Currency(13, 5)</td><td> </td><td> </td><td>Price per pack item</td><td>$0.16</td></tr><tr><td>lastModifiedDate</td><td>DateTime</td><td> </td><td> </td><td>Last Date and time the pack item was modified</td><td>2021-06-23T16:14:31.000Z</td></tr><tr><td>createdDate</td><td>DateTime</td><td> </td><td> </td><td>Date and time when the pack item was created</td><td>2021-03-16T01:42:37.000Z</td></tr></tbody></table>","_postman_id":"d1297756-822c-4c43-adf3-43894534381c"},{"name":"Pagination and Filters","item":[{"name":"Filtering by Field Name","event":[{"listen":"test","script":{"exec":["const jsonData = pm.response.json();","pm.test(\"Successful POST request\", () => {","  pm.expect(pm.response.code).to.be.oneOf([200,201,202]);","});"],"type":"text/javascript","id":"ec112d0a-e22e-4b8b-bcf4-1a652d408186"}}],"id":"8fa0afdb-1141-48c4-827f-f8d7d26ad674","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"X-User","type":"text","value":"{{userName}}"},{"key":"Authorization","type":"text","value":"apikey {{apiKey}}"}],"url":"http://localhost:3000/v1/products?servingSizeNumber=2","description":"<p>To filter results by a specific field, include the name and value as a parameter in the query string of your request.</p>\n","urlObject":{"path":["v1","products"],"host":["http://localhost:3000"],"query":[{"key":"servingSizeNumber","value":"2"}],"variable":[]}},"response":[{"id":"0427e505-74b5-415a-9bef-13a4ee448b50","name":"Filtering","originalRequest":{"method":"GET","header":[{"key":"X-User","type":"text","value":"{{userName}}"},{"key":"Authorization","type":"text","value":"apikey {{apiKey}}"}],"url":{"raw":"http://localhost:3000/v1/catalog?servingSize=2","host":["http://localhost:3000"],"path":["v1","catalog"],"query":[{"key":"servingSize","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2951"},{"key":"Etag","value":"W/\"b87-by9BiqupS3QQOcyTz1CQrFGNvqk\""},{"key":"Date","value":"Thu, 11 Jun 2020 12:17:32 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"timeOfAdministration\": \"Morning\",\n            \"supplementType\": \"Vegan\",\n            \"supplementMarkUpPercentage\": 200,\n            \"supplementCategory\": \"Multiples\",\n            \"suggestedUse\": \"Take with meals;Prior to mealtime\",\n            \"sfpNotes\": null,\n            \"servingSize\": 2,\n            \"recordId\": \"01t4P000008XBKbQAO\",\n            \"productWarnings\": null,\n            \"productStructureFunctionClaims\": null,\n            \"productSku\": null,\n            \"productFamily\": \"Supplement - Proprietary\",\n            \"productDescriptionShort\": \"Superfood Multi is the optimal vegan nutritional foundation. Providing certified Vegan Lichen Vitamin D-3 and amino acid chelated minerals.\",\n            \"productDescription\": \"The Superfood Multi  is the beginning of an optimal nutritional foundation. It is a complete multiple vitamin and mineral formula that includes all the primary nutritional needs, from natural source beta-carotene to amino acid chelated zinc, including an organic food base. \\r\\n\\r\\nSuperfood Multi Vegan Vitamin D-3 is from the first certified lichen source as opposed to a lanolin base. \\r\\nIt uses only Natural Vitamin E and not molecularly different synthetic Vitamin E. Further, it includes both vitamin K-1 and K-2 for optimal benefits and uses only Chelated Minerals to provide our mineral sources.\\r\\n\\r\\n Minerals must be supplied by the diet; the body cannot create minerals on its own. All nutritional minerals require a protein delivery system to ensure optimal absorption, utilization and safety. This is why Superfood Multi provides essential minerals as Amino Acid Chelates. The chelation process enhances mineral absorption, utilization and safety. We also include patented, scientifically validated minerals, proudly displaying their logos. Scientifically validated minerals may cost a bit more, we believe that your health is worth it.\",\n            \"pricePerPill\": 0.1099,\n            \"price30dayRoll\": 6.594,\n            \"pillType\": \"Tablet\",\n            \"notToBeUsedBy\": null,\n            \"name\": \"Directional - Women's Multiple\",\n            \"msrp30dayRoll\": 13.19,\n            \"msrp\": 6.59,\n            \"keyPoints\": \"<ul><li>Superfood Multi is a complete foundational multi with natural Vitamin A as beta-carotene<ul><li>Only Vegan Vitamin D-3 is used, from the first certified vegan, lichen source VitaShine®</li><li>Organic food-based</li><li>Includes active coenzyme L-5-methyltetrahydrofolate (L-5-MTHF) the metabolically active form of folic acid</li><li>Vitamin K-1 and K-2 for optimal cardiovascular and bone health</li><li>Minerals as amino acid chelates and patented, scientifically validated minerals</li></ul></li></ul>\",\n            \"ingredientWarnings\": \"Accidental overdose of iron-containing products is a leading cause of fatal poisoning in children under 6. Keep this product out of the reach of children. In case of accidental overdose, call a doctor or poison control center immediately.\",\n            \"imageUrl\": null,\n            \"fdaDisclaimer\": null,\n            \"factPanelsUrl\": null,\n            \"dosage\": \"0 mg\",\n            \"containsNo\": \"Animal Products;Artificial Colors or Flavors;Dairy;Gluten;Preservatives;Salt;Wheat;Sugar;Corn;Peanuts;Tree nuts;Fish/Shellfish\"\n        }\n    ],\n    \"totalPages\": 1,\n    \"totalCount\": 1,\n    \"pageSize\": 10000,\n    \"currentPage\": 1\n}"}],"_postman_id":"8fa0afdb-1141-48c4-827f-f8d7d26ad674"},{"name":"Filtering with Multiple Values","event":[{"listen":"test","script":{"exec":["const jsonData = pm.response.json();","pm.test(\"Successful POST request\", () => {","  pm.expect(pm.response.code).to.be.oneOf([200,201,202]);","});"],"type":"text/javascript","id":"946c2570-6951-4229-b31f-fc4a0b9ec4ef"}}],"id":"2a31597c-1620-4cc8-8558-f8ab38aaf29f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"X-User","type":"text","value":"{{userName}}"},{"key":"Authorization","type":"text","value":"apikey {{apiKey}}"}],"url":"http://localhost:3000/v1/customers?customerAccountId=0014P00004DdLEsQAN,0014P00004DdHpbQAF","description":"<p>To filter results with multiple values for a specific field, provide the values in a comma separated format.</p>\n","urlObject":{"path":["v1","customers"],"host":["http://localhost:3000"],"query":[{"key":"customerAccountId","value":"0014P00004DdLEsQAN,0014P00004DdHpbQAF"}],"variable":[]}},"response":[],"_postman_id":"2a31597c-1620-4cc8-8558-f8ab38aaf29f"},{"name":"Date Filters","event":[{"listen":"test","script":{"exec":["const jsonData = pm.response.json();","pm.test(\"Successful POST request\", () => {","  pm.expect(pm.response.code).to.be.oneOf([200,201,202]);","});"],"type":"text/javascript","id":"af8a50c1-f7f7-477f-b67c-38d9bea3d073"}}],"id":"b4b32642-c59f-49dd-988b-e4263fac35a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"X-User","type":"text","value":"{{userName}}"},{"key":"Authorization","type":"text","value":"apikey {{apiKey}}"}],"url":"http://localhost:3000/v1/products?createdDate=LAST_N_DAYS:180","description":"<p>Any Date or DateTime type field can be filtered using date literals.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Date Literal</th>\n<th>Range</th>\n<th>Simple Filter Example</th>\n<th>Advanced Filter Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>YESTERDAY</td>\n<td>Starts 00:00:00 the day before and continues for 24 hours.</td>\n<td>?createdDate=YESTERDAY</td>\n<td>?q={\"createdDate\":{\"$eq\":\"YESTERDAY\"}}</td>\n</tr>\n<tr>\n<td>TODAY</td>\n<td>Starts 00:00:00 of the current day and continues for 24 hours.</td>\n<td>?createdDate=TODAY</td>\n<td>?q={\"createdDate\":{\"$gt\":\"TODAY\"}}</td>\n</tr>\n<tr>\n<td>TOMORROW</td>\n<td>Starts 00:00:00 after the current day and continues for 24 hours.</td>\n<td>?closeDate=TOMORROW</td>\n<td>?q={\"closeDate\":{\"$eq\":\"TOMORROW\"}}</td>\n</tr>\n<tr>\n<td>LAST_WEEK</td>\n<td>Starts 00:00:00 on the first day of the week before the most recent first day of the week and continues for seven full days. Your locale determines the first day of the week.</td>\n<td>?createdDate=LAST_WEEK</td>\n<td>?q={\"createdDate\":{\"$gt\":\"LAST_WEEK\"}}</td>\n</tr>\n<tr>\n<td>THIS_WEEK</td>\n<td>Starts 00:00:00 on the most recent first day of the week on or before the current day and continues for seven full days. Your locale determines the first day of the week.</td>\n<td>?createdDate=THIS_WEEK</td>\n<td>?q={\"createdDate\":{\"$lt\":\"THIS_WEEK\"}}</td>\n</tr>\n<tr>\n<td>NEXT_WEEK</td>\n<td>Starts 00:00:00 on the most recent first day of the week after the current day and continues for seven full days. Your locale determines the first day of the week.</td>\n<td>?closeDate=NEXT_WEEK</td>\n<td>?q={\"closeDate\":{\"$eq\":\"NEXT_WEEK\"}}</td>\n</tr>\n<tr>\n<td>LAST_MONTH</td>\n<td>Starts 00:00:00 on the first day of the month before the current day and continues for all the days of that month.</td>\n<td>?closeDate=LAST_MONTH</td>\n<td>?q={\"closeDate\":{\"$gt\":\"LAST_MONTH\"}}</td>\n</tr>\n<tr>\n<td>THIS_MONTH</td>\n<td>Starts 00:00:00 on the first day of the month that the current day is in and continues for all the days of that month.</td>\n<td>?createdDate=THIS_MONTH</td>\n<td>?q={\"createdDate\":{\"$lt\":\"THIS_MONTH\"}}</td>\n</tr>\n<tr>\n<td>NEXT_MONTH</td>\n<td>Starts 00:00:00 on the first day of the month after the month that the current day is in and continues for all the days of that month.</td>\n<td>?closeDate=NEXT_MONTH</td>\n<td>?q={\"closeDate\":{\"$eq\":\"NEXT_MONTH\"}}</td>\n</tr>\n<tr>\n<td>LAST_90_DAYS</td>\n<td>Starts with the current day and continues for the past 90 days. This includes the current day, not just previous days. So it includes 91 days in total.</td>\n<td>?createdDate=LAST_90_DAYS</td>\n<td>?q={\"createdDate\":{\"$eq\":\"LAST_90_DAYS\"}}</td>\n</tr>\n<tr>\n<td>NEXT_90_DAYS</td>\n<td>Starts 00:00:00 of the next day and continues for the next 90 days.</td>\n<td>?closeDate=NEXT_90_DAYS</td>\n<td>?q={\"closeDate\":{\"$gt\":\"NEXT_90_DAYS\"}}</td>\n</tr>\n<tr>\n<td>LAST_N_DAYS:n</td>\n<td>For the number n provided, starts with the current day and continues for the past n days. This includes the current day, not just previous days. For example, LAST_N_DAYS:1 includes yesterday and today.</td>\n<td>?createdDate=LAST_N_DAYS:365</td>\n<td>?q={\"createdDate\":{\"$eq\":\"LAST_N_DAYS:365\"}}</td>\n</tr>\n<tr>\n<td>NEXT_N_DAYS:n</td>\n<td>For the number n provided, starts 00:00:00 of the next day and continues for the next n days. This does not include the current day. For example, NEXT_N_DAYS:1 is equivalent to TOMORROW.</td>\n<td>?closeDate=NEXT_N_DAYS:15</td>\n<td>?q={\"closeDate\":{\"$gt\":\"NEXT_N_DAYS:15\"}}</td>\n</tr>\n<tr>\n<td>NEXT_N_WEEKS:n</td>\n<td>For the number n provided, starts 00:00:00 of the first day of the next week and continues for the next n weeks.</td>\n<td>?closeDate=NEXT_N_WEEKS:4</td>\n<td>?q={\"closeDate\":{\"$gt\":\"NEXT_N_WEEKS:4\"}}</td>\n</tr>\n<tr>\n<td>LAST_N_WEEKS:n</td>\n<td>For the number n provided, starts 00:00:00 of the last day of the previous week and continues for the past n weeks.</td>\n<td>?createdDate=LAST_N_WEEKS:52</td>\n<td>?q={\"createdDate\":{\"$eq\":\"LAST_N_WEEKS:52\"}}</td>\n</tr>\n<tr>\n<td>NEXT_N_MONTHS:n</td>\n<td>For the number n provided, starts 00:00:00 of the first day of the next month and continues for the next n months.</td>\n<td>?closeDate=NEXT_N_MONTHS:2</td>\n<td>?q={\"closeDate\":{\"$gt\":\"NEXT_N_MONTHS:2\"}}</td>\n</tr>\n<tr>\n<td>LAST_N_MONTHS:n</td>\n<td>For the number n provided, starts 00:00:00 of the last day of the previous month and continues for the past n months.</td>\n<td>?createdDate=LAST_N_MONTHS:12</td>\n<td>?q={\"createdDate\":{\"$eq\":\"LAST_N_MONTHS:12\"}}</td>\n</tr>\n<tr>\n<td>THIS_QUARTER</td>\n<td>Starts 00:00:00 of the current quarter and continues to the end of the current quarter.</td>\n<td>?createdDate=THIS_QUARTER</td>\n<td>?q={\"createdDate\":{\"$eq\":\"THIS_QUARTER\"}}</td>\n</tr>\n<tr>\n<td>LAST_QUARTER</td>\n<td>Starts 00:00:00 of the previous quarter and continues to the end of that quarter.</td>\n<td>?createdDate=LAST_QUARTER</td>\n<td>?q={\"createdDate\":{\"$gt\":\"LAST_QUARTER\"}}</td>\n</tr>\n<tr>\n<td>NEXT_QUARTER</td>\n<td>Starts 00:00:00 of the next quarter and continues to the end of that quarter.</td>\n<td>?createdDate=NEXT_QUARTER</td>\n<td>?q={\"createdDate\":{\"$lt\":\"NEXT_QUARTER\"}}</td>\n</tr>\n<tr>\n<td>NEXT_N_QUARTERS:n</td>\n<td>Starts 00:00:00 of the next quarter and continues to the end of the nth quarter.</td>\n<td>?createdDate=NEXT_N_QUARTERS:2</td>\n<td>?q={\"createdDate\":{\"$lt\":\"NEXT_N_QUARTERS:2\"}}</td>\n</tr>\n<tr>\n<td>LAST_N_QUARTERS:n</td>\n<td>Starts 00:00:00 of the previous quarter and continues to the end of the previous nth quarter.</td>\n<td>?createdDate=LAST_N_QUARTERS:2</td>\n<td>?q={\"createdDate\":{\"$gt\":\"LAST_N_QUARTERS:2\"}}</td>\n</tr>\n<tr>\n<td>THIS_YEAR</td>\n<td>Starts 00:00:00 on January 1 of the current year and continues through the end of December 31 of the current year.</td>\n<td>?closeDate=THIS_YEAR</td>\n<td>?q={\"closeDate\":{\"$eq\":\"THIS_YEAR\"}}</td>\n</tr>\n<tr>\n<td>LAST_YEAR</td>\n<td>Starts 00:00:00 on January 1 of the previous year and continues through the end of December 31 of that year.</td>\n<td>?closeDate=LAST_YEAR</td>\n<td>?q={\"closeDate\":{\"$gt\":\"LAST_YEAR\"}}</td>\n</tr>\n<tr>\n<td>NEXT_YEAR</td>\n<td>Starts 00:00:00 on January 1 of the following year and continues through the end of December 31 of that year.</td>\n<td>?closeDate=NEXT_YEAR</td>\n<td>?q={\"closeDate\":{\"$lt\":\"NEXT_YEAR\"}}</td>\n</tr>\n<tr>\n<td>NEXT_N_YEARS:n</td>\n<td>Starts 00:00:00 on January 1 of the following year and continues through the end of December 31 of the nth year.</td>\n<td>?closeDate=NEXT_N_YEARS:5</td>\n<td>?q={\"closeDate\":{\"$lt\":\"NEXT_N_YEARS:5\"}}</td>\n</tr>\n<tr>\n<td>LAST_N_YEARS:n</td>\n<td>Starts 00:00:00 on January 1 of the previous year and continues through the end of December 31 of the previous nth year.</td>\n<td>?closeDate=LAST_N_YEARS:5</td>\n<td>?q={\"closeDate\":{\"$gt\":\"LAST_N_YEARS:5\"}}</td>\n</tr>\n<tr>\n<td>THIS_FISCAL_QUARTER</td>\n<td>Starts 00:00:00 on the first day of the current fiscal quarter and continues through the end of the last day of the fiscal quarter. The fiscal year is defined on the Fiscal Year page in Setup.</td>\n<td>?createdDate=THIS_FISCAL_QUARTER</td>\n<td>?q={\"createdDate\":{\"$eq\":\"THIS_FISCAL_QUARTER\"}}</td>\n</tr>\n<tr>\n<td>LAST_FISCAL_QUARTER</td>\n<td>Starts 00:00:00 on the first day of the last fiscal quarter and continues through the end of the last day of that fiscal quarter. The fiscal year is defined on the Fiscal Year page in Setup.</td>\n<td>?createdDate=LAST_FISCAL_QUARTER</td>\n<td>?q={\"createdDate\":{\"$gt\":\"LAST_FISCAL_QUARTER\"}}</td>\n</tr>\n<tr>\n<td>NEXT_FISCAL_QUARTER</td>\n<td>Starts 00:00:00 on the first day of the next fiscal quarter and continues through the end of the last day of that fiscal quarter. The fiscal year is defined on the Fiscal Year page in Setup.</td>\n<td>?createdDate=NEXT_FISCAL_QUARTER</td>\n<td>?q={\"createdDate\":{\"$lt\":\"NEXT_FISCAL_QUARTER\"}}</td>\n</tr>\n<tr>\n<td>NEXT_N_FISCAL_QUARTERS:n</td>\n<td>Starts 00:00:00 on the first day of the next fiscal quarter and continues through the end of the last day of the nth fiscal quarter. The fiscal year is defined on the Fiscal Year page in Setup.</td>\n<td>?createdDate=NEXT_N_FISCAL_QUARTERS:6</td>\n<td>?q={\"createdDate\":{\"$lt\":\"NEXT_N_FISCAL_QUARTERS:6\"}}</td>\n</tr>\n<tr>\n<td>LAST_N_FISCAL_QUARTERS:n</td>\n<td>Starts 00:00:00 on the first day of the last fiscal quarter and continues through the end of the last day of the previous nth fiscal quarter. The fiscal year is defined on the Fiscal Year page in Setup.</td>\n<td>?createdDate=LAST_N_FISCAL_QUARTERS:6</td>\n<td>?q={\"createdDate\":{\"$gt\":\"LAST_N_FISCAL_QUARTERS:6\"}}</td>\n</tr>\n<tr>\n<td>THIS_FISCAL_YEAR</td>\n<td>Starts 00:00:00 on the first day of the current fiscal year and continues through the end of the last day of the fiscal year. The fiscal year is defined on the Fiscal Year page in Setup.</td>\n<td>?closeDate=THIS_FISCAL_YEAR</td>\n<td>?q={\"closeDate\":{\"$eq\":\"THIS_FISCAL_YEAR\"}}</td>\n</tr>\n<tr>\n<td>LAST_FISCAL_YEAR</td>\n<td>Starts 00:00:00 on the first day of the last fiscal year and continues through the end of the last day of that fiscal year. The fiscal year is defined on the Fiscal Year page in Setup.</td>\n<td>?closeDate=LAST_FISCAL_YEAR</td>\n<td>?q={\"closeDate\":{\"$gt\":\"LAST_FISCAL_YEAR\"}}</td>\n</tr>\n<tr>\n<td>NEXT_FISCAL_YEAR</td>\n<td>Starts 00:00:00 on the first day of the next fiscal year and continues through the end of the last day of that fiscal year. The fiscal year is defined on the Fiscal Year page in Setup.</td>\n<td>?closeDate=NEXT_FISCAL_YEAR</td>\n<td>?q={\"closeDate\":{\"$lt\":\"NEXT_FISCAL_YEAR\"}}</td>\n</tr>\n<tr>\n<td>NEXT_N_FISCAL_YEARS:n</td>\n<td>Starts 00:00:00 on the first day of the next fiscal year and continues through the end of the last day of the nth fiscal year. The fiscal year is defined on the Fiscal Year page in Setup.</td>\n<td>?closeDate=NEXT_N_FISCAL_YEARS:3</td>\n<td>?q={\"closeDate\":{\"$lt\":\"NEXT_N_FISCAL_YEARS:3\"}}</td>\n</tr>\n<tr>\n<td>LAST_N_FISCAL_YEARS:n</td>\n<td>Starts 00:00:00 on the first day of the last fiscal year and continues through the end of the last day of the previous nth fiscal year. The fiscal year is defined on the Fiscal Year page in Setup.</td>\n<td>?closeDate=LAST_N_FISCAL_YEARS:3</td>\n<td>?q={\"closeDate\":{\"$gt\":\"LAST_N_FISCAL_YEARS:3\"}}</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v1","products"],"host":["http://localhost:3000"],"query":[{"key":"createdDate","value":"LAST_N_DAYS:180"}],"variable":[]}},"response":[{"id":"53e931d3-963a-4ad2-bb1f-3210b48f4575","name":"Pagination Copy","originalRequest":{"method":"GET","header":[{"key":"X-User","type":"text","value":"{{userName}}"},{"key":"Authorization","type":"text","value":"apikey {{apiKey}}"}],"url":{"raw":"http://localhost:3000/v1/customers?createdDate=LAST_N_DAYS:6","host":["http://localhost:3000"],"path":["v1","customers"],"query":[{"key":"createdDate","value":"LAST_N_DAYS:6"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1152"},{"key":"Etag","value":"W/\"480-Bh8gx4jzTzPiBbiM6iR5uQ06ztg\""},{"key":"Date","value":"Tue, 23 Jun 2020 15:18:21 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"customerAccountId\": \"0016300000kXPE8AAO\",\n            \"lastName\": \"Test\",\n            \"firstName\": \"Jordan\",\n            \"email\": \"test@example.com\",\n            \"lastModifiedDate\": \"2020-06-17T15:57:47.000Z\",\n            \"createdDate\": \"2020-06-17T15:34:54.000Z\",\n            \"clientAccountId\": \"0014P00002CK5kgQAD\",\n            \"shippingPostalCode\": \"84107\",\n            \"shippingStreet\": \"123 Los Felix Street\",\n            \"shippingState\": \"California\",\n            \"shippingCountry\": \"United States\",\n            \"shippingContactId\": \"0036300000ZX0RLAA1\",\n            \"shippingCity\": \"San Fransisco\",\n            \"phone\": \"(801) 111-1234\",\n            \"name\": \"Jordan Test\",\n            \"clientCustomerId\": \"testid123\",\n            \"recordId\": \"0036300000ZX0RLAA1\"\n        },\n        {\n            \"customerAccountId\": \"0016300000kXPoqAAG\",\n            \"lastName\": \"Test\",\n            \"firstName\": \"SZ\",\n            \"email\": \"sz01@email.com\",\n            \"lastModifiedDate\": \"2020-06-17T16:15:22.000Z\",\n            \"createdDate\": \"2020-06-17T16:15:21.000Z\",\n            \"clientAccountId\": \"0014P00002CK5kgQAD\",\n            \"shippingPostalCode\": \"84107\",\n            \"shippingStreet\": \"123 Main Street\",\n            \"shippingState\": \"California\",\n            \"shippingCountry\": \"United States\",\n            \"shippingContactId\": \"0036300000ZX0csAAD\",\n            \"shippingCity\": \"San Fransisco\",\n            \"phone\": \"(801) 111-1234\",\n            \"name\": \"SZ Test\",\n            \"clientCustomerId\": \"sz0001\",\n            \"recordId\": \"0036300000ZX0csAAD\"\n        }\n    ],\n    \"totalPages\": 1,\n    \"totalCount\": 2,\n    \"pageSize\": 200,\n    \"currentPage\": 1\n}"}],"_postman_id":"b4b32642-c59f-49dd-988b-e4263fac35a7"},{"name":"Pagination","event":[{"listen":"test","script":{"exec":["const jsonData = pm.response.json();","pm.test(\"Successful POST request\", () => {","  pm.expect(pm.response.code).to.be.oneOf([200,201,202]);","});"],"type":"text/javascript","id":"7fdc0708-0051-4e5e-9bfa-a2cae364b915"}}],"id":"8517381c-8424-4f1b-8a25-84b4c215b677","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"X-User","type":"text","value":"{{userName}}"},{"key":"Authorization","type":"text","value":"apikey {{apiKey}}"}],"url":"http://localhost:3000/v1/products?size=2&page=3","description":"<p>A page size and page number can be included in a request.</p>\n","urlObject":{"path":["v1","products"],"host":["http://localhost:3000"],"query":[{"key":"size","value":"2"},{"key":"page","value":"3"}],"variable":[]}},"response":[{"id":"3d4d5432-87ce-41d2-aec9-6b1eca7f2744","name":"Pagination","originalRequest":{"method":"GET","header":[{"key":"X-User","type":"text","value":"{{userName}}"},{"key":"Authorization","type":"text","value":"apikey {{apiKey}}"}],"url":{"raw":"http://localhost:3000/v1/catalog?page=3&size=2","host":["http://localhost:3000"],"path":["v1","catalog"],"query":[{"key":"page","value":"3"},{"key":"size","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"4482"},{"key":"Etag","value":"W/\"1182-i4ZhoHKxZ7ls00U+TuenS/WcQE4\""},{"key":"Date","value":"Thu, 11 Jun 2020 12:14:22 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"timeOfAdministration\": \"Morning\",\n            \"supplementType\": \"Vegan\",\n            \"supplementMarkUpPercentage\": 200,\n            \"supplementCategory\": \"Vitamins\",\n            \"suggestedUse\": \"Take with meals\",\n            \"sfpNotes\": null,\n            \"servingSize\": 1,\n            \"recordId\": \"01t4P000008WoSiQAK\",\n            \"productWarnings\": \"Keep out of reach of children.\",\n            \"productStructureFunctionClaims\": null,\n            \"productSku\": \"REL-SS-C3-001\",\n            \"productFamily\": \"Supplement - Standard\",\n            \"productDescriptionShort\": \"Choline is an essential nutrient supporting myriad functions including liver detoxification and memory.\",\n            \"productDescription\": \"Choline is an essential nutrient supporting a range of functions. As a component of the cell membrane, it plays a role in cell division and may affect gene expression. The body converts choline into a neurotransmitter that affects the body’s automatic functions like breathing and heart rate. Additionally, studies have shown choline may support the body’s metabolization of fats. Further, it may support memory and cognition and enhanced detoxification of the liver. Often grouped with the vitamin B-complex family, our Choline provides 300mg in a single vegan tablet.\",\n            \"pricePerPill\": 0.0899,\n            \"price30dayRoll\": 2.697,\n            \"pillType\": \"Tablet\",\n            \"notToBeUsedBy\": null,\n            \"name\": \"Choline 300mg (Bitartrate)\",\n            \"msrp30dayRoll\": 5.39,\n            \"msrp\": 4.55,\n            \"keyPoints\": \"<ul><li>Research indicates increased supplementation of Choline may be beneficial during pregnancy</li><li>Choline is important for cell division, which affects memory &amp; cognition</li><li>Choline is needed for synthesis of lecithin, a structural component of cell membranes</li><li>Choline is important to the detoxification of the liver, fat metabolism, and heart health </li></ul>\",\n            \"ingredientWarnings\": null,\n            \"imageUrl\": \"https://img.okcapsule.com/Supplement%20photographs/Choline%20bitartrate%20300.png\",\n            \"fdaDisclaimer\": null,\n            \"factPanelsUrl\": null,\n            \"dosage\": \"300 mg\",\n            \"containsNo\": \"Animal Products;Dairy;Gluten;Preservatives;Wheat;Sugar;Yeast;Corn;Soy;Peanuts;Tree nuts;Nuts;Milk;Sodium;Starch\"\n        },\n        {\n            \"timeOfAdministration\": \"Morning\",\n            \"supplementType\": \"Vegan\",\n            \"supplementMarkUpPercentage\": 200,\n            \"supplementCategory\": \"Vitamins\",\n            \"suggestedUse\": null,\n            \"sfpNotes\": \"The body converts dietary B vitamins and B vitamins in supplements into active forms via the liver. The metabolically active coenzyme forms of B vitamins delivered in our Coenzyme B formula do not need to be metabolized by the liver and are ready for immediate use by the body.\",\n            \"servingSize\": 1,\n            \"recordId\": \"01t4P000008WoSsQAK\",\n            \"productWarnings\": \"Keep out of reach of children\",\n            \"productStructureFunctionClaims\": null,\n            \"productSku\": \"REL-SS-CBC-002\",\n            \"productFamily\": \"Supplement - Standard\",\n            \"productDescriptionShort\": \"CoEnzyme B-50 Complex with Folate enhances energy production, cardiovascular and nervous system health, as well as assists in managing homocysteine which supports cognition and mental clarity.\",\n            \"productDescription\": \"Our advanced Coenzyme B-50 Complex with folate provides active support to a wide range of essential functions.  The vitamin B family (B-6 ,B9, methylcobalamin B-12) are essential to liver detoxification, energy production, proper functioning of the nervous system, and, crucially, they lend support to the functions of mitochondria which affects energy production and assists in managing the homocysteine levels supporting cognition and cardiovascular health. Additionally, Coenzyme B-50 Complex contains folate (B9) which the body uses to maintain red and white blood cells and to synthesize the genetic building blocks DNA and RNA. Further, because our Vitamin B is formulated in coenzyme form it is ready for immediate absorption, not requiring metabolization by the liver. Though many foods contain vitamin B in its varied forms, additional supplementation may be beneficial during pregnancy. (Aging and stress, consumption of alcohol and sugar affect levels of B vitamins.)\",\n            \"pricePerPill\": 0.14128,\n            \"price30dayRoll\": 4.2384,\n            \"pillType\": \"Vegan Cap\",\n            \"notToBeUsedBy\": null,\n            \"name\": \"CoEnzyme B-50 Complex\",\n            \"msrp30dayRoll\": 8.48,\n            \"msrp\": 8.08,\n            \"keyPoints\": \"<ul><li>Metabolically active Coenzyme B Vamins are ready for immediate use, not requiring metabolization by the liver to be effective</li><li>B-Complex Vitamins support the nervous system, muscles in the GI tract, health of the hair, skin, eyes, and mouth</li><li>B Vitamins are essential to liver detoxification, assist in managing homocysteine levels and support brain and cardiovascular health</li><li>Patented Quatrefolic L-5-MTHF providing biologically active folate</li><li>B-Complex Vitamins support mitochondria &amp; energy production</li><li>Along with aging and stress, consumption of alcohol and sugar affect levels of B Vitamins</li></ul>\",\n            \"ingredientWarnings\": null,\n            \"imageUrl\": \"https://img.okcapsule.com/Supplement%20photographs/coenzyme-b-50-complex.png\",\n            \"fdaDisclaimer\": null,\n            \"factPanelsUrl\": null,\n            \"dosage\": null,\n            \"containsNo\": \"Animal Products;Artificial Colors or Flavors;Dairy;Preservatives;Salt;Wheat;Sugar;Yeast;Corn;Soy;Fish/Shellfish;Nuts\"\n        }\n    ],\n    \"totalPages\": 45,\n    \"totalCount\": 90,\n    \"pageSize\": 2,\n    \"currentPage\": 3\n}"},{"id":"5a43873a-e087-4a25-b52b-349f92cf37a6","name":"Get Products","originalRequest":{"method":"GET","header":[{"key":"X-User","type":"text","value":"{{userName}}"},{"key":"Authorization","type":"text","value":"apikey {{apiKey}}"}],"url":"http://localhost:3000/v1/catalog"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"172439"},{"key":"Etag","value":"W/\"2a197-m7973NJGYdTXLg1jluxk1vrQ2qI\""},{"key":"Date","value":"Thu, 11 Jun 2020 11:59:08 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"timeOfAdministration\": \"Morning;Evening\",\n            \"supplementType\": null,\n            \"supplementMarkUpPercentage\": 205,\n            \"supplementCategory\": null,\n            \"suggestedUse\": null,\n            \"sfpNotes\": null,\n            \"servingSize\": 1,\n            \"recordId\": \"01t4P000008WGGMQA4\",\n            \"productWarnings\": null,\n            \"productStructureFunctionClaims\": null,\n            \"productSku\": \"REL-SS-TSV-001\",\n            \"productFamily\": \"Supplement - Standard\",\n            \"productDescriptionShort\": \"Testing only\",\n            \"productDescription\": \"This test product is used with functional testing and validation only.\",\n            \"pricePerPill\": 0.12345,\n            \"price30dayRoll\": 3.7035,\n            \"pillType\": \"Softgel Capsule\",\n            \"notToBeUsedBy\": \"Children under 13\",\n            \"name\": \"Test Supplement - Vitamin\",\n            \"msrp30dayRoll\": 7.59,\n            \"msrp\": 0.12,\n            \"keyPoints\": null,\n            \"ingredientWarnings\": \"Accidental overdose of iron-containing products is a leading cause of fatal poisoning in children under 6. Keep this product out of the reach of children. In case of accidental overdose, call a doctor or poison control center immediately.\",\n            \"imageUrl\": null,\n            \"fdaDisclaimer\": \"† These statements have not been evaluated by the Food and Drug Administration. This product is not intended to diagnose, treat, cure or prevent any disease.\",\n            \"factPanelsUrl\": null,\n            \"dosage\": \"30 mg\",\n            \"containsNo\": \"Animal Products;Corn\"\n        },\n        {\n            \"timeOfAdministration\": \"Morning\",\n            \"supplementType\": \"Vegan\",\n            \"supplementMarkUpPercentage\": 200,\n            \"supplementCategory\": \"Multiples\",\n            \"suggestedUse\": \"Take with meals\",\n            \"sfpNotes\": null,\n            \"servingSize\": 1,\n            \"recordId\": \"01t4P000008WoHqQAK\",\n            \"productWarnings\": \"Keep out of reach of children\",\n            \"productStructureFunctionClaims\": null,\n            \"productSku\": \"REL-SP-WM-001\",\n            \"productFamily\": \"Supplement - Proprietary\",\n            \"productDescriptionShort\": \"Women's Multiple is the optimal vegan nutritional foundation. Providing certified Vegan Lichen Vitamin D-3 and amino acid chelated minerals in an organic food base.\",\n            \"productDescription\": \"The Women's Multiple is the beginning of an optimal nutritional foundation. It is a complete vitamin and mineral formula in an organic food base that includes all the primary nutritional needs, from natural source beta-carotene to amino acid zinc. \\r\\n\\r\\n As opposed to other brands of Vitamin D-3, our Superfood Multi Vegan Vitamin D-3 is the first certified lichen sourced brand; it uses only natural Vitamin E; it includes both vitamin K-1 and K-2 for optimal benefits; and, finally, it uses only chelated minerals for its mineral sources.\\r\\n\\r\\nMinerals must be supplied by the diet; the body cannot create them on its own. All nutritional minerals require a protein delivery system to ensure optimal absorption, utilization and safety. This is why Superfood Multi provides essential minerals as amino acid chelates. Chelated minerals use organic compounds like amino acids to improve nutrient absorption and utilization.\",\n            \"pricePerPill\": 0.1099,\n            \"price30dayRoll\": 3.297,\n            \"pillType\": \"Tablet\",\n            \"notToBeUsedBy\": \"Children under 13\",\n            \"name\": \"Women's Multiple\",\n            \"msrp30dayRoll\": 6.59,\n            \"msrp\": 6.59,\n            \"keyPoints\": \"<ul><li><span style=\\\"font-size: 14px;\\\">Women&#39;s Multiple</span> is a complete foundational multi with natural Vitamin A as beta-carotene<ul><li>Only Vegan Vitamin D-3 is used, from the first certified vegan, lichen source VitaShine®</li><li>Organic food-based</li><li>Includes active coenzyme L-5-methyltetrahydrofolate (L-5-MTHF) the metabolically active form of folic acid</li><li>Vitamin K-1 and K-2 for optimal cardiovascular and bone health</li><li><span style=\\\"color: rgb(62, 62, 60);\\\">Patented, scientifically validated m</span>inerals delivered as amino acid chelates</li></ul></li></ul>\",\n            \"ingredientWarnings\": \"Accidental overdose of iron-containing products is a leading cause of fatal poisoning in children under 6. Keep this product out of the reach of children. In case of accidental overdose, call a doctor or poison control center immediately.\",\n            \"imageUrl\": null,\n            \"fdaDisclaimer\": null,\n            \"factPanelsUrl\": null,\n            \"dosage\": null,\n            \"containsNo\": \"Animal Products;Artificial Colors or Flavors;Dairy;Gluten;Preservatives;Salt;Wheat;Sugar;Corn;Peanuts;Tree nuts;Fish/Shellfish\"\n        },\n        {\n            \"timeOfAdministration\": \"Morning\",\n            \"supplementType\": \"Vegan\",\n            \"supplementMarkUpPercentage\": 200,\n            \"supplementCategory\": \"Minerals\",\n            \"suggestedUse\": \"Take with meals\",\n            \"sfpNotes\": null,\n            \"servingSize\": 1,\n            \"recordId\": \"01t4P000008WoSYQA0\",\n            \"productWarnings\": \"Keep out of reach of children\",\n            \"productStructureFunctionClaims\": null,\n            \"productSku\": \"REL-SP-CMP-003\",\n            \"productFamily\": \"Supplement - Standard\",\n            \"productDescriptionShort\": \"Calcium & Magnesium are chelated for enhanced efficacy in supporting overall health.\",\n            \"productDescription\": \"Our Calcium and Magnesium also includes Potassium and is the perfect complement of our multiple vitamin and mineral supplements. These essential elements require a delivery system to ensure proper absorption in the body. Our Calcium & Magnesium formula is an amino acid chelate form of minerals. This means that it combines minerals with amino acids to enhance mineral absorption, utilization, and safety. Calcium is vital to muscle contraction and maintains the structure of bones and teeth. Magnesium functions primarily as an enzyme activator in more than 300 enzyme reactions including energy production, bone and muscle structure, as well as muscle relaxation. Potassium, an essential electrolyte, aids in the maintenance of water balance and supports the heart, muscles, kidneys, adrenal, and nerve function.\",\n            \"pricePerPill\": 0.07544,\n            \"price30dayRoll\": 2.2632,\n            \"pillType\": \"Tablet\",\n            \"notToBeUsedBy\": null,\n            \"name\": \"Calcium & Magnesium\",\n            \"msrp30dayRoll\": 4.53,\n            \"msrp\": 4.04,\n            \"keyPoints\": \"<ul><li>Calcium &amp; Magnesium amino acid chelates provide enhanced absorption, efficacy, and safety</li><li>Calcium &amp; Magnesium build bones and are active in muscle functions</li><li>Calcium, Magnesium, with Potassium, support cardiovascular health</li><li>Magnesium plays an essential role in metabolic enzyme functions</li><li>Perfect mineral support for athletes</li></ul><p><br></p>\",\n            \"ingredientWarnings\": null,\n            \"imageUrl\": null,\n            \"fdaDisclaimer\": null,\n            \"factPanelsUrl\": null,\n            \"dosage\": null,\n            \"containsNo\": \"Animal Products;Artificial Colors or Flavors;Dairy;Gluten;Preservatives;Wheat;Sugar;Yeast;Soy;Peanuts;Tree nuts;Fish/Shellfish;Eggs\"\n        }\n    ],\n    \"totalPages\": 1,\n    \"totalCount\": 3,\n    \"pageSize\": 10000,\n    \"currentPage\": 1\n}"},{"id":"9a277303-f1a9-4041-8928-faae735b2a8e","name":"Filtering","originalRequest":{"method":"GET","header":[{"key":"X-User","type":"text","value":"{{userName}}"},{"key":"Authorization","type":"text","value":"apikey {{apiKey}}"}],"url":{"raw":"http://localhost:3000/v1/catalog?servingSize=2","host":["http://localhost:3000"],"path":["v1","catalog"],"query":[{"key":"servingSize","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2951"},{"key":"Etag","value":"W/\"b87-by9BiqupS3QQOcyTz1CQrFGNvqk\""},{"key":"Date","value":"Thu, 11 Jun 2020 12:17:32 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"timeOfAdministration\": \"Morning\",\n            \"supplementType\": \"Vegan\",\n            \"supplementMarkUpPercentage\": 200,\n            \"supplementCategory\": \"Multiples\",\n            \"suggestedUse\": \"Take with meals;Prior to mealtime\",\n            \"sfpNotes\": null,\n            \"servingSize\": 2,\n            \"recordId\": \"01t4P000008XBKbQAO\",\n            \"productWarnings\": null,\n            \"productStructureFunctionClaims\": null,\n            \"productSku\": null,\n            \"productFamily\": \"Supplement - Proprietary\",\n            \"productDescriptionShort\": \"Superfood Multi is the optimal vegan nutritional foundation. Providing certified Vegan Lichen Vitamin D-3 and amino acid chelated minerals.\",\n            \"productDescription\": \"The Superfood Multi  is the beginning of an optimal nutritional foundation. It is a complete multiple vitamin and mineral formula that includes all the primary nutritional needs, from natural source beta-carotene to amino acid chelated zinc, including an organic food base. \\r\\n\\r\\nSuperfood Multi Vegan Vitamin D-3 is from the first certified lichen source as opposed to a lanolin base. \\r\\nIt uses only Natural Vitamin E and not molecularly different synthetic Vitamin E. Further, it includes both vitamin K-1 and K-2 for optimal benefits and uses only Chelated Minerals to provide our mineral sources.\\r\\n\\r\\n Minerals must be supplied by the diet; the body cannot create minerals on its own. All nutritional minerals require a protein delivery system to ensure optimal absorption, utilization and safety. This is why Superfood Multi provides essential minerals as Amino Acid Chelates. The chelation process enhances mineral absorption, utilization and safety. We also include patented, scientifically validated minerals, proudly displaying their logos. Scientifically validated minerals may cost a bit more, we believe that your health is worth it.\",\n            \"pricePerPill\": 0.1099,\n            \"price30dayRoll\": 6.594,\n            \"pillType\": \"Tablet\",\n            \"notToBeUsedBy\": null,\n            \"name\": \"Directional - Women's Multiple\",\n            \"msrp30dayRoll\": 13.19,\n            \"msrp\": 6.59,\n            \"keyPoints\": \"<ul><li>Superfood Multi is a complete foundational multi with natural Vitamin A as beta-carotene<ul><li>Only Vegan Vitamin D-3 is used, from the first certified vegan, lichen source VitaShine®</li><li>Organic food-based</li><li>Includes active coenzyme L-5-methyltetrahydrofolate (L-5-MTHF) the metabolically active form of folic acid</li><li>Vitamin K-1 and K-2 for optimal cardiovascular and bone health</li><li>Minerals as amino acid chelates and patented, scientifically validated minerals</li></ul></li></ul>\",\n            \"ingredientWarnings\": \"Accidental overdose of iron-containing products is a leading cause of fatal poisoning in children under 6. Keep this product out of the reach of children. In case of accidental overdose, call a doctor or poison control center immediately.\",\n            \"imageUrl\": null,\n            \"fdaDisclaimer\": null,\n            \"factPanelsUrl\": null,\n            \"dosage\": \"0 mg\",\n            \"containsNo\": \"Animal Products;Artificial Colors or Flavors;Dairy;Gluten;Preservatives;Salt;Wheat;Sugar;Corn;Peanuts;Tree nuts;Fish/Shellfish\"\n        }\n    ],\n    \"totalPages\": 1,\n    \"totalCount\": 1,\n    \"pageSize\": 10000,\n    \"currentPage\": 1\n}"}],"_postman_id":"8517381c-8424-4f1b-8a25-84b4c215b677"},{"name":"Advanced Filtering","event":[{"listen":"test","script":{"id":"96510d8f-31a7-46e3-9713-3861b403a997","exec":["const jsonData = pm.response.json();","pm.test(\"Successful POST request\", () => {","  pm.expect(pm.response.code).to.be.oneOf([200,201,202]);","});"],"type":"text/javascript"}}],"id":"033e59c2-739f-4736-9741-f4b9a20d104b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"X-User","type":"text","value":"{{userName}}"},{"key":"Authorization","type":"text","value":"apikey {{apiKey}}"}],"url":"http://localhost:3000/v1/customers?q=%7B%22shippingStreet%22%3A%22755%20South%20Main%20Street%20Suite%204-146%22%7D","description":"<p>For more advanced filtering, a JSON object can be passed in the query string.</p>\n<p>When using $and and $or filters, group requested values as an array.</p>\n<p>The following operators can be used in queries:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Operator</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>$or</td>\n<td>OR</td>\n</tr>\n<tr>\n<td>$and</td>\n<td>AND</td>\n</tr>\n<tr>\n<td>$gt</td>\n<td>Greater Than</td>\n</tr>\n<tr>\n<td>$gte</td>\n<td>Greater Than or equal to</td>\n</tr>\n<tr>\n<td>$lt</td>\n<td>Less Than</td>\n</tr>\n<tr>\n<td>$lte</td>\n<td>Less than or equal to</td>\n</tr>\n<tr>\n<td>$eq</td>\n<td>Equals</td>\n</tr>\n<tr>\n<td>$ne</td>\n<td>Not Equals</td>\n</tr>\n<tr>\n<td>$like</td>\n<td>Like</td>\n</tr>\n<tr>\n<td>$in</td>\n<td>In</td>\n</tr>\n<tr>\n<td>$nin</td>\n<td>Not In</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v1","customers"],"host":["http://localhost:3000"],"query":[{"disabled":true,"key":null,"value":""},{"key":"q","value":"%7B%22shippingStreet%22%3A%22755%20South%20Main%20Street%20Suite%204-146%22%7D"}],"variable":[]}},"response":[{"id":"3c7edd56-8f83-45ec-a1ff-6a56c039d838","name":"Advanced Filtering","originalRequest":{"method":"GET","header":[{"key":"X-User","type":"text","value":"{{userName}}"},{"key":"Authorization","type":"text","value":"apikey {{apiKey}}"}],"url":{"raw":"http://localhost:3000/v1/customers?q={\"$or\": [{\"shippingStreet\": {\"$like\": \"%St.%\"}},{\"shippingStreet\": {\"$like\": \"%Street%\"}}]}","host":["http://localhost:3000"],"path":["v1","customers"],"query":[{"key":"q","value":"{\"$or\": [{\"shippingStreet\": {\"$like\": \"%St.%\"}},{\"shippingStreet\": {\"$like\": \"%Street%\"}}]}"},{"key":"q","value":"{\"createdDate\":\"THIS_YEAR\",\"email\":{\"$ne\":null}}","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"3254"},{"key":"Etag","value":"W/\"cb6-3I9lEZ3B9/PJ7dIXorAYcfsvIIU\""},{"key":"Date","value":"Mon, 29 Jun 2020 15:00:21 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"customerAccountId\": \"0014P00002CK2rCQAT\",\n            \"lastName\": \"Austin\",\n            \"firstName\": \"Noah\",\n            \"email\": \"jennifer+noahtest@okcapsule.com\",\n            \"lastModifiedDate\": \"2020-06-18T16:26:48.000Z\",\n            \"createdDate\": \"2019-09-03T18:27:32.000Z\",\n            \"clientAccountId\": \"0014P00002CK5kgQAD\",\n            \"shippingPostalCode\": \"98104\",\n            \"shippingStreet\": \"105 South Main Street\",\n            \"shippingState\": \"Washington\",\n            \"shippingCountry\": \"United States\",\n            \"shippingContactId\": null,\n            \"shippingCity\": \"Seattle\",\n            \"phone\": \"1234567890\",\n            \"name\": \"Noah T. Austin\",\n            \"clientCustomerId\": null,\n            \"recordId\": \"0034P00002bFJr6QAG\"\n        },\n        {\n            \"customerAccountId\": \"0016300000kCeXkAAK\",\n            \"lastName\": \"Jane\",\n            \"firstName\": \"Doe\",\n            \"email\": \"jdoe@email.com\",\n            \"lastModifiedDate\": \"2020-06-12T12:20:02.000Z\",\n            \"createdDate\": \"2020-06-11T12:56:49.000Z\",\n            \"clientAccountId\": \"0014P00002CK5kgQAD\",\n            \"shippingPostalCode\": \"78046\",\n            \"shippingStreet\": \"123 Main Street\",\n            \"shippingState\": \"Texas\",\n            \"shippingCountry\": \"United States\",\n            \"shippingContactId\": \"0036300000ZpKDDAA3\",\n            \"shippingCity\": \"Laredo\",\n            \"phone\": \"+15553531233\",\n            \"name\": \"Doe Jane\",\n            \"clientCustomerId\": null,\n            \"recordId\": \"0036300000ZpKDDAA3\"\n        },\n        {\n            \"customerAccountId\": \"0016300000kinkoAAA\",\n            \"lastName\": \"MCTestty\",\n            \"firstName\": \"Jen\",\n            \"email\": \"jennifer+mctesty@okcapsule.com\",\n            \"lastModifiedDate\": \"2020-06-24T17:55:47.000Z\",\n            \"createdDate\": \"2020-06-24T17:37:40.000Z\",\n            \"clientAccountId\": \"0014P00002CK5kgQAD\",\n            \"shippingPostalCode\": \"98104\",\n            \"shippingStreet\": \"105 South Main Street\",\n            \"shippingState\": \"Washington\",\n            \"shippingCountry\": \"United States\",\n            \"shippingContactId\": null,\n            \"shippingCity\": \"Seattle\",\n            \"phone\": \"5033309721\",\n            \"name\": \"Jen McTesty\",\n            \"clientCustomerId\": null,\n            \"recordId\": \"0036300000aF1DYAA0\"\n        },\n        {\n            \"customerAccountId\": \"0016300000kinnkAAA\",\n            \"lastName\": \"Brandrew\",\n            \"firstName\": \"Andrew\",\n            \"email\": \"andrew+test@okcapsule.com\",\n            \"lastModifiedDate\": \"2020-06-24T17:38:31.000Z\",\n            \"createdDate\": \"2020-06-24T17:38:30.000Z\",\n            \"clientAccountId\": \"0014P00002CK5kgQAD\",\n            \"shippingPostalCode\": \"11354\",\n            \"shippingStreet\": \"123 Main Street\",\n            \"shippingState\": \"New York\",\n            \"shippingCountry\": \"United States\",\n            \"shippingContactId\": null,\n            \"shippingCity\": \"Queens\",\n            \"phone\": \"1234567899\",\n            \"name\": \"Andy Brandy\",\n            \"clientCustomerId\": null,\n            \"recordId\": \"0036300000aF19PAAS\"\n        },\n        {\n            \"customerAccountId\": \"0016300000kir9pAAA\",\n            \"lastName\": \"Piper\",\n            \"firstName\": \"Peter\",\n            \"email\": \"ppiper@example.com\",\n            \"lastModifiedDate\": \"2020-06-24T20:11:05.000Z\",\n            \"createdDate\": \"2020-06-24T20:11:03.000Z\",\n            \"clientAccountId\": \"0014P00002CK5kgQAD\",\n            \"shippingPostalCode\": \"54128\",\n            \"shippingStreet\": \"456 Cresent St.\",\n            \"shippingState\": \"Vermont\",\n            \"shippingCountry\": \"United States\",\n            \"shippingContactId\": \"0036300000aF2TOAA0\",\n            \"shippingCity\": \"Alabaster\",\n            \"phone\": \"+15553536521\",\n            \"name\": \"Peter Piper\",\n            \"clientCustomerId\": \"externalId-126\",\n            \"recordId\": \"0036300000aF2TOAA0\"\n        },\n        {\n            \"customerAccountId\": \"0016300000krX9LAAU\",\n            \"lastName\": \"Lane\",\n            \"firstName\": \"Jackson\",\n            \"email\": \"jlane@example.com\",\n            \"lastModifiedDate\": \"2020-06-28T23:54:52.000Z\",\n            \"createdDate\": \"2020-06-28T23:54:51.000Z\",\n            \"clientAccountId\": \"0014P00002CK5kgQAD\",\n            \"shippingPostalCode\": \"48521\",\n            \"shippingStreet\": \"42 Grant Street\",\n            \"shippingState\": \"Wyoming\",\n            \"shippingCountry\": \"United States\",\n            \"shippingContactId\": \"0036300000aGz8yAAC\",\n            \"shippingCity\": \"Checker\",\n            \"phone\": \"+15559875412\",\n            \"name\": \"Jackson Lane\",\n            \"clientCustomerId\": \"externalId-128\",\n            \"recordId\": \"0036300000aGz8yAAC\"\n        }\n    ],\n    \"totalPages\": 1,\n    \"totalCount\": 6,\n    \"pageSize\": 200,\n    \"currentPage\": 1\n}"}],"_postman_id":"033e59c2-739f-4736-9741-f4b9a20d104b"}],"id":"342f2226-8580-4cef-91b8-5f0d2876c2c8","description":"<p>For all endpoints that return an array of objects, the results can be paginated or filtered. If retrieving a single result with a recordId, no other filters or pagination can be included in the request.</p>\n","_postman_id":"342f2226-8580-4cef-91b8-5f0d2876c2c8"},{"name":"HealthCheck","id":"c3bc15a4-0481-4343-a4f0-74fd0b8a9de0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://kingsley.eu.ngrok.io/health","urlObject":{"protocol":"https","path":["health"],"host":["kingsley","eu","ngrok","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"c3bc15a4-0481-4343-a4f0-74fd0b8a9de0"}],"event":[{"listen":"prerequest","script":{"id":"684b1d15-2563-448a-885a-3ced8371e037","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"cca5d5c4-79f9-490a-8a7a-6ad4b78eae1c","type":"text/javascript","exec":[""]}}],"variable":[{"key":"productSchema","value":"{\"recordId\": \"String\",\n\"name\": \"String\",\n\"productFamily\": \"String\",\n\"productSku\": \"String\",\n\"supplementCategory\": \"String\",\n\"productDescription\": \"String\",\n\"productDescriptionShort\": \"String\",\n\"keyPoints\": \"String\",\n\"containsNo\": \"String\",\n\"ingredientWarnings\": \"String\",\n\"factPanelsUrl\": \"String\",\n\"imageUrl\": \"String\",\n\"productStructureFunctionClaims\": \"String\",\n\"sfpNotes\": \"String\",\n\"fdaDisclaimer\": \"String\",\n\"pillType\": \"String\",\n\"supplementType\": \"String\",\n\"notToBeUsedBy\": \"String\",\n\"productWarnings\": \"String\",\n\"suggestedUse\": \"String\",\n\"timeOfAdministration\": \"String\",\n\"dosage\": \"String\",\n\"servingSize\": \"Decimal\",\n\"pricePerPill\": \"Decimal\",\n\"price30DayRoll\": \"Decimal\",\n\"msrp\": \"Decimal\",\n\"supplementMarkupPercentage\": \"Decimal\",\n\"msrp30DayRoll\": \"Decimal\",\n\"lastModifiedDate\": \"Datetime\",\n\"createdDate\": \"Datetime\"\n}"},{"key":"test_productId","value":"01t4P000008WukqQAC"},{"key":"test_formularyId","value":"a324P0000064PI7QAM"},{"key":"test_customerId","value":"0017j00000tOgLWAA0"},{"key":"test_brandId","value":"a014P000025mbAkQAI"},{"key":"test_orderId","value":"a1F4P000007ojBFUAY"},{"key":"test_orderLineId","value":"a1E7j00000HG8AkEAL"},{"key":"test_packId","value":"a6M4P000000UVM6UAO"},{"key":"test_packItemId","value":"a8h4P000000hqCoQAI"},{"key":"test_clientCustomerId","value":"externalId-123","type":"string"},{"key":"test_shipToContactId","value":"0034P00004rfKZ7QAM","type":"string"},{"key":"test_shipToAccount","value":"0014P00004DctgUQAR","type":"string"},{"key":"test_clientAccountId","value":"0014P00003pSQ5xQAG","type":"string"},{"key":"test_pageSize","value":"5","type":"string"},{"key":"test_shipToAccountName","value":""},{"key":"test_customerAccountId","value":"0014P00004DdI5xQAF"},{"key":"temp_salesOrderLineId_1","value":""},{"key":"temp_salesOrderLineId_2","value":""},{"key":"temp_salesOrderLineId_3","value":""},{"key":"environment","value":"http://localhost:3000","type":"string"}]}