{"info":{"_postman_id":"7102e738-61b6-4e3e-8dd7-d66480576403","name":"MarketMan API V3 Document","description":"<html><head></head><body><p>MarketMan provides API (Application Programming Interface) for integration with third-party applications such as: accounting, ERP, e-commerce, self-service portals and others.<br>With the MarketMan API, you can extract data in JSON format and develop new applications or integrate with your existing business applications.<br>As the MarketMan API is independent of programming languages, you can develop applications in any programming language (Java, .Net, C, C++, PHP, etc.).</p>\n<h1 id=\"postman-variables\">Postman Variables:</h1>\n<hr>\n<p>In all requests we use the following variables:</p>\n<ul>\n<li><p>APIKey: put your API Partner key.</p>\n</li>\n<li><p>APIPassword: put your API Partner password.</p>\n</li>\n<li><p>BuyerGuid: put the buyer GUID that you wish to work on (for working on Buyer API).</p>\n</li>\n<li><p>VendorGuid: put the Vendor GUID that you wish to work on (for working on Vendor API).</p>\n</li>\n</ul>\n<p>The GetToken request which gets the access token will automatically set the access token to the global variable 'accessToken' and will be auto included in all future requests (Using Tests section).</p>\n<p>Same will be done for the Query Token for Async method (for example, SetSAlesAsync and GetAsyncTokenStatus)</p>\n<p>For your own calls (within or outside of Postman) make sure to put your own correct info.</p>\n<h1 id=\"api-limitations\">API Limitations</h1>\n<hr>\n<p>The total number of API calls that can be made by a single API consumer is limited to 500 calls per 24 hours.<br>If this limit is reached, a notification will be sent in the response.</p>\n<p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"IsSuccess\": false,\n    \"ErrorMessage\": \"Reached max calls\"\n}\n\n</code></pre><h1 id=\"date-format\">Date format:</h1>\n<hr>\n<p>When sending date value to the server, it should be represented as yyyy/mm/dd hh:mm:ss.<br>When receiving date value from the server, it should be parsed as yyyy/mm/dd hh:mm:ss.</p>\n<h1 id=\"order-statuses\">Order statuses</h1>\n<hr>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Approved</td>\n<td>Approved by supplier</td>\n</tr>\n<tr>\n<td>Sent</td>\n<td>Sent to supplier</td>\n</tr>\n<tr>\n<td>Pending</td>\n<td>Received by supplier</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"additional-information\">Additional information</h1>\n<hr>\n<p>for further infromation you are welcome to contact our team at <a href=\"https://www.marketman.com/\">www.marketman.com</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Postman Variables:","slug":"postman-variables"},{"content":"API Limitations","slug":"api-limitations"},{"content":"Date format:","slug":"date-format"},{"content":"Order statuses","slug":"order-statuses"},{"content":"Additional information","slug":"additional-information"}],"owner":"10610779","collectionId":"7102e738-61b6-4e3e-8dd7-d66480576403","publishedId":"T1LPET6f","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-09-29T12:27:49.000Z"},"item":[{"name":"Authentication","item":[{"name":"GetToken","event":[{"listen":"test","script":{"id":"18060bfc-aa7f-4b9b-9698-121824507c81","exec":["let jsonResponse = pm.response.json(),\r","        newAccessToken = jsonResponse.Token;\r","\r","    console.log({jsonResponse, newAccessToken })\r","\r","    pm.environment.set('accessToken', newAccessToken);\r","    pm.variables.set('accessToken', newAccessToken);"],"type":"text/javascript"}}],"id":"b99a6586-95d0-456f-98d1-fbc1c53fd98c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text","description":"<p>always use  application/json</p>\n"}],"body":{"mode":"raw","raw":"{\n\t\"APIKey\":\"{{apiKey}}\",\n\t\"APIPassword\":\"{{apiPassword}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/auth/GetToken","description":"<p>Use you API Partner key and password to get the access token.\nPlease note that the token has an expiration date in which it will need to be renewd.</p>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>APIKey</td>\n<td>String</td>\n<td>API Key</td>\n</tr>\n<tr>\n<td>APIPassword</td>\n<td>String</td>\n<td>API Password</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n<tr>\n<td>Token</td>\n<td>String</td>\n<td>Token</td>\n</tr>\n<tr>\n<td>ExpireDateUTC</td>\n<td>String</td>\n<td>Token expiration date</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v3","buyers","auth","GetToken"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[{"id":"0ac0e884-abac-44fb-8119-527d932402ef","name":"GetToken Wrong HTTP Method (should always use POST)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.marketman.com/v3/buyers/auth/GetToken"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Allow","value":"POST"},{"key":"Content-Length","value":"72"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:aa7de11f-c2f8-492b-9087-262956b65d27"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 27 Feb 2020 14:30:59 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"The requested resource does not support http method 'GET'.\"\n}"},{"id":"23b85cb0-92f5-4833-88cd-15791a1dac9a","name":"GetToken Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"APIKey\":\"{{apiKey}}\",\n\t\"APIPassword\":\"{{apiPassword}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/auth/GetToken"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"ServerName","value":"QA1"},{"key":"Date","value":"Thu, 27 Feb 2020 07:34:01 GMT"},{"key":"Content-Length","value":"136"}],"cookie":[],"responseTime":null,"body":"{\n    \"Token\": \"{{AuthToken}}\",\n    \"ExpireDateUTC\": \"2020/03/05 07:34:01\",\n    \"IsSuccess\": true,\n    \"ErrorMessage\": null,\n    \"ErrorCode\": null\n}"},{"id":"44928773-0e47-4a32-b5a2-364bc9319925","name":"GetToken Wrong credentials","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"APIKey\":\"{{apiKey1}}\",\n\t\"APIPassword\":\"{{apiPassword}}\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.marketman.com/v3/buyers/auth/GetToken/?","host":["https://api.marketman.com"],"path":["v3","buyers","auth","GetToken",""],"query":[{"key":"","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"200"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:aa7de11f-c2f8-492b-9087-262956b65d27"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 27 Feb 2020 14:29:25 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Token\": null,\n    \"ExpireDateUTC\": null,\n    \"IsSuccess\": false,\n    \"ErrorMessage\": \"Wrong credentials\",\n    \"ErrorCode\": 5\n}"},{"id":"5eb074a4-d076-48b5-bec3-cf2285bad12a","name":"GetToken missing input","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/auth/GetToken"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"197"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:aa7de11f-c2f8-492b-9087-262956b65d27"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 27 Feb 2020 14:30:08 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Token\": null,\n    \"ExpireDateUTC\": null,\n    \"IsSuccess\": false,\n    \"ErrorMessage\": \"No input data\",\n    \"ErrorCode\": 2\n}"},{"id":"9fcf161a-61c7-46e5-8fa3-ea28c52e7468","name":"GetToken Wrong content type","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n\t\"APIKey\":\"{{apiKey}}\",\n\t\"APIPassword\":\"{{apiPassword}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/auth/GetToken"},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"164"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:aa7de11f-c2f8-492b-9087-262956b65d27"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 27 Feb 2020 14:33:12 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"The request contains an entity body but no Content-Type header. The inferred media type 'application/octet-stream' is not supported for this resource.\"\n}"},{"id":"ecb1ea44-6c04-4643-a4df-608e4ac16f25","name":"GetToken Wrong credentials","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"APIKey\":\"{{apiKey1}}\",\n\t\"APIPassword\":\"{{apiPassword}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/auth/GetToken"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"200"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:aa7de11f-c2f8-492b-9087-262956b65d27"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 27 Feb 2020 14:29:25 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Token\": null,\n    \"ExpireDateUTC\": null,\n    \"IsSuccess\": false,\n    \"ErrorMessage\": \"Wrong credentials\",\n    \"ErrorCode\": 5\n}"}],"_postman_id":"b99a6586-95d0-456f-98d1-fbc1c53fd98c"},{"name":"GetTokenDetails","event":[{"listen":"test","script":{"id":"8478eecf-231f-460c-8b84-e36a61f078fa","exec":[""],"type":"text/javascript"}}],"id":"6505876f-09af-4166-b376-b1ad0becb5af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","value":"{{accessToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\"BuyerGuid\" : \"{{buyerGuid}}\"}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/auth/GetTokenDetails","description":"<ul>\n<li>Relevant only to chain manager</li>\n<li>Gets all buyers in this chain</li>\n</ul>\n<h2 id=\"input\">Input</h2>\n<p>None</p>\n<h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n<tr>\n<td>BuyerType</td>\n<td>string</td>\n<td>SingleLocation (1) / Chain (2) / RestaurantInChain (3)</td>\n</tr>\n<tr>\n<td>BuyerTypeID</td>\n<td>int</td>\n<td>1 / 2 / 3</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v3","buyers","auth","GetTokenDetails"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6505876f-09af-4166-b376-b1ad0becb5af"},{"name":"GetAsyncTokenStatus","event":[{"listen":"test","script":{"id":"66ec5128-e4a7-4045-99c0-2fd6df84ea35","exec":[""],"type":"text/javascript"}}],"id":"56347834-5ead-4e75-8917-30db80b6ce68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\"BuyerGuid\" : \"{{buyerGuid}}\"}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/asynctokens/GetAsyncTokenStatus","description":"<p>Query for the status of a QueryToken after an Async operation.</p>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Token</td>\n<td>String</td>\n<td>The Query Token received on the Async operation</td>\n</tr>\n<tr>\n<td>BuyerGuid</td>\n<td>String</td>\n<td>Buyer’s Guid</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n<tr>\n<td>ErrorCode</td>\n<td>String</td>\n<td>See Error Codes list</td>\n</tr>\n<tr>\n<td>StatusCode</td>\n<td>int</td>\n<td>Status code, see Status Code list</td>\n</tr>\n<tr>\n<td>Status</td>\n<td>string</td>\n<td>Status description, see Status Code list</td>\n</tr>\n<tr>\n<td>CreateDate</td>\n<td>DateTime</td>\n<td>The creation date</td>\n</tr>\n<tr>\n<td>UpdateDate</td>\n<td>DateTime</td>\n<td>The last update date</td>\n</tr>\n<tr>\n<td>ResultMessage</td>\n<td>String</td>\n<td>The result message</td>\n</tr>\n<tr>\n<td>Token</td>\n<td>String</td>\n<td>The query token that was queried for.</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li>Status Codes<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>ID</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>-1</td>\n<td>FinishedWithError</td>\n</tr>\n<tr>\n<td>0</td>\n<td>Created</td>\n</tr>\n<tr>\n<td>1</td>\n<td>Running</td>\n</tr>\n<tr>\n<td>2</td>\n<td>FinishedOK</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n","urlObject":{"path":["v3","buyers","asynctokens","GetAsyncTokenStatus"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"56347834-5ead-4e75-8917-30db80b6ce68"}],"id":"616f6332-ca00-4e75-bc28-92c887c6254f","description":"<h1 id=\"using-authentication-token\">Using Authentication Token</h1>\n<hr />\n<p>To use the API, a MarketMan Authentication Token is required.\nPlease make sure you have the permission to access the API service. \nIf you do not have permission, please contact your customer manager.</p>\n<h2 id=\"generate-auth-token\">Generate Auth Token</h2>\n<p>To generate the Auth Token, you need to send an authentication request to MarketMan API using the URL format below. </p>\n<p><a href=\"https://api.marketman.com/v3/vendors/auth/GetToken\">https://api.marketman.com/v3/vendors/auth/GetToken</a></p>\n<h2 id=\"using-the-token\">Using the token</h2>\n<p>The authentication token should be sent to the API in every request in the Headers with the variable name AUTH_TOKEN</p>\n","event":[{"listen":"prerequest","script":{"id":"37474f50-f2c2-4a81-bb1a-832e386057a1","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2d0f0b26-8a11-4762-9c5b-77886f2f2870","type":"text/javascript","exec":[""]}}],"_postman_id":"616f6332-ca00-4e75-bc28-92c887c6254f"},{"name":"Accounts","item":[{"name":"GetAuthorisedAccounts","id":"1a979696-d354-4e20-8da6-2751ff1f2871","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","value":"{{accessToken}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/partneraccounts/GetAuthorisedAccounts","description":"<p>Get a list of all the accounts you have access to.</p>\n<h2 id=\"input\">Input</h2>\n<p>None</p>\n<h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n<tr>\n<td>Buyers</td>\n<td>Array</td>\n<td>Array of buyers that the API parnter has access to</td>\n</tr>\n<tr>\n<td>Vendors</td>\n<td>Array</td>\n<td>Array of vendors that the API parnter has access to</td>\n</tr>\n<tr>\n<td>Chains</td>\n<td>Array</td>\n<td>Array of Chains that the API parnter has access to</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><p>Buyers Array</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BuyerName</td>\n<td>String</td>\n<td>Buyer name</td>\n</tr>\n<tr>\n<td>Guid</td>\n<td>String</td>\n<td>Buyer’s Guid</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n<li><p>Vendors Array</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>VendorName</td>\n<td>String</td>\n<td>Vendor name</td>\n</tr>\n<tr>\n<td>Guid</td>\n<td>String</td>\n<td>Vendor’s Guid</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n<li><p>Chains Array</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ChainName</td>\n<td>String</td>\n<td>Chain name</td>\n</tr>\n<tr>\n<td>Guid</td>\n<td>String</td>\n<td>Chain’s Guid</td>\n</tr>\n<tr>\n<td>Buyers</td>\n<td>Array</td>\n<td>See Buyers array above</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n","urlObject":{"path":["v3","buyers","partneraccounts","GetAuthorisedAccounts"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[{"id":"010f727b-354a-4743-94e2-a470b4b318f7","name":"GetAuthorisedAccounts Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","value":"{{accessToken}}","type":"text","disabled":true}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/partneraccounts/GetAuthorisedAccounts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"452"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:aa7de11f-c2f8-492b-9087-262956b65d27"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 27 Feb 2020 14:30:46 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"IsSuccess\": true,\n    \"ErrorMessage\": null,\n    \"ErrorCode\": null,\n    \"Buyers\": [\n        {\n            \"BuyerName\": \"TestBuyer\",\n            \"Guid\": \"c2a660f1ebc3435b20f1e4e73dcde22\"\n        }\n\t],\n    \"Vendors\": [\n        {\n            \"VendorName\": \"TestVendor\",\n            \"Guid\": \"07bad91b8914606b0bcc72be219e59a\"\n        }\n    ],\n    \"Chains\": []\n}"},{"id":"a7df92fe-6255-4b99-919c-7fac98e5231c","name":"GetAuthorisedAccounts No Auth Token","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","value":"{{accessToken}}","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/partneraccounts/GetAuthorisedAccounts"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"76"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:aa7de11f-c2f8-492b-9087-262956b65d27"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 27 Feb 2020 14:32:29 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"IsSuccess\": false,\n    \"ErrorMessage\": \"Cannot find AUTH_TOKEN\",\n    \"ErrorCode\": null\n}"},{"id":"e3e6559a-7fb2-44d4-a8c5-4a7b1dad6e77","name":"GetAuthorisedAccounts Wrong content type","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json","disabled":true},{"key":"AUTH_TOKEN","value":"{{accessToken}}","type":"text"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/partneraccounts/GetAuthorisedAccounts"},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"164"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:aa7de11f-c2f8-492b-9087-262956b65d27"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 27 Feb 2020 14:33:34 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"The request contains an entity body but no Content-Type header. The inferred media type 'application/octet-stream' is not supported for this resource.\"\n}"}],"_postman_id":"1a979696-d354-4e20-8da6-2751ff1f2871"},{"name":"GetBuyerPOSs","id":"c868e9e3-d15c-4f0d-8ef6-ea01dc4042d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"BuyerGuid\": \"{{buyerGuid}}\"\n}"},"url":"https://api.marketman.com/v3/buyers/sales/GetBuyerPOSs","description":"<p>In case a location im MarketMan has more than one POS of type API, this method will return a list of all POSs of type API</p>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BuyerGuid</td>\n<td>String</td>\n<td>Buyer’s Guid (more info)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BuyerPOSs</td>\n<td>Array</td>\n<td>See below</td>\n</tr>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n<tr>\n<td>ErrorCode</td>\n<td>String</td>\n<td>See Error Code list</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li>BuyerPOSs Details</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ID</td>\n<td>Integer</td>\n<td>unique identifier for this specific POS</td>\n</tr>\n<tr>\n<td>DisplayName</td>\n<td>StringName</td>\n<td>displayed in the UI</td>\n</tr>\n<tr>\n<td>POSTypeID</td>\n<td>Integer</td>\n<td>API = 31  <br />API Extended = 55</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v3","buyers","sales","GetBuyerPOSs"],"host":["https://api.marketman.com"],"query":[{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"8ff57a83-f470-41a8-82f1-62a262215e94","name":"GetBuyerPOSs","originalRequest":{"method":"POST","header":[{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"BuyerGuid\": \"{{buyerGuid}}\"\n}"},"url":{"raw":"https://api.marketman.com/v3/buyers/sales/GetBuyerPOSs","host":["https://api.marketman.com"],"path":["v3","buyers","sales","GetBuyerPOSs"],"query":[{"key":"","value":"","disabled":true}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"buyerPOSs\": [\r\n        {\r\n            \"ID\": 15202,\r\n            \"DisplayName\": \"Restaurant\",\r\n            \"POSTypeID\": 31\r\n        },\r\n        {\r\n            \"ID\": 15203,\r\n            \"DisplayName\": \"Bar\",\r\n            \"POSTypeID\": 31\r\n        },\r\n        {\r\n            \"ID\": 15204,\r\n            \"DisplayName\": \"Food Truck\",\r\n            \"POSTypeID\": 31\r\n        }\r\n    ],\r\n    \"IsSuccess\": true,\r\n    \"ErrorMessage\": null,\r\n    \"ErrorCode\": null,\r\n    \"RequestID\": \"5843c63f-fbca-484b-8a80-8ba05120dd15\"\r\n}"}],"_postman_id":"c868e9e3-d15c-4f0d-8ef6-ea01dc4042d4"}],"id":"219d753b-eef0-4a16-a8d0-16313e316f24","description":"<p>The API Patrner Accounts are the list of all the buyers and vendors you have access to with you API Partner credentials.</p>\n","event":[{"listen":"prerequest","script":{"id":"0d0a808d-4590-43d3-b86e-bf32cd64a0a1","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"db922e82-6a09-4d68-97d8-e9f4199c293c","type":"text/javascript","exec":[""]}}],"_postman_id":"219d753b-eef0-4a16-a8d0-16313e316f24"},{"name":"Buyers","item":[{"name":"Chain","item":[{"name":"GetChainBuyers","id":"ec482a5b-fc3c-45dd-99a4-7a02312896e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\n\t\"BuyerGuid\" : \"{{buyerGuid}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/chain/GetChainBuyers","description":"<p>Get all the chain buyers.\nRelevant only to chain manager</p>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BuyerGuid</td>\n<td>String</td>\n<td>Buyer’s Guid (more info)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n<tr>\n<td>Buyers</td>\n<td>Array</td>\n<td>See below</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li>Buyers array<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Name</td>\n<td>String</td>\n<td>buyer name</td>\n</tr>\n<tr>\n<td>Guid</td>\n<td>String</td>\n<td>Buyer id</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}},"urlObject":{"path":["v3","buyers","chain","GetChainBuyers"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ec482a5b-fc3c-45dd-99a4-7a02312896e9"}],"id":"a5fa71c2-2e1d-419e-96b7-af7f85ae3931","description":"<p>Chain data for chains</p>\n","event":[{"listen":"prerequest","script":{"id":"60f19e90-592b-4b7c-9a4f-a3a2590e855b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"84d21b04-a5ed-407c-a219-6d8b9cd9eb9d","type":"text/javascript","exec":[""]}}],"_postman_id":"a5fa71c2-2e1d-419e-96b7-af7f85ae3931","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}}},{"name":"Inventory","item":[{"name":"GetItems","id":"7a9e2867-2709-47b2-b1b4-1f231fb9e277","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"AUTH_TOKEN","value":"{{accessToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"itemIDs\" :[\"201591138\"],\r\n    \"Take\": 100,\r\n    \"Skip\": 0,\r\n\t\"BuyerGuid\": \"{{buyerGuid}}\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/inventory/GetItems","description":"<p>Get all items for a specific buyer.</p>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BuyerGuid</td>\n<td>String</td>\n<td>Buyer’s Guid (more info)</td>\n</tr>\n<tr>\n<td>GetDeleted</td>\n<td>Bool</td>\n<td>Optional. Default is false.If value is true it will get both deleted and not deleted.</td>\n</tr>\n<tr>\n<td>ItemIDs</td>\n<td>Array</td>\n<td>Optional. Can be used to retrieve items by specific IDs</td>\n</tr>\n<tr>\n<td>Skip</td>\n<td>String</td>\n<td>Optional. State the number of items to skip</td>\n</tr>\n<tr>\n<td>Take</td>\n<td>String</td>\n<td>Optional. Will only request the inserted amount. Maximum of 500 at a time. Used with 'Skip'</td>\n</tr>\n<tr>\n<td>UpdatDate</td>\n<td>String</td>\n<td>Optional. Can be used to retrieve items by &gt;= specific UpdatDate</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n<tr>\n<td>InventoryItems</td>\n<td>Array</td>\n<td>See GetInventoryItems() Items array description</td>\n</tr>\n<tr>\n<td>Preps</td>\n<td>Array</td>\n<td>See GetPreps() Items array description</td>\n</tr>\n<tr>\n<td>MenuItems</td>\n<td>Array</td>\n<td>See GetMenuItems() Items array description</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}},"urlObject":{"path":["v3","buyers","inventory","GetItems"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"7a9e2867-2709-47b2-b1b4-1f231fb9e277"},{"name":"GetPreps","id":"de20f2e4-2a70-4901-ae5e-1e642165e869","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"GetDeleted\" : false,\r\n\t\"itemIDs\" : null ,\r\n\t\"BuyerGuid\": \"{{buyerGuid}}\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/inventory/GetPreps","description":"<p>Get all preps</p>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BuyerGuid</td>\n<td>String</td>\n<td>Buyer’s Guid (more info)</td>\n</tr>\n<tr>\n<td>GetDeleted</td>\n<td>Bool</td>\n<td>Optional. Default is false.If value is true it will get both deleted and not deleted.</td>\n</tr>\n<tr>\n<td>ItemIDs</td>\n<td>Array</td>\n<td>Optional. Can be used to retrieve items by specific IDs</td>\n</tr>\n<tr>\n<td>Skip</td>\n<td>String</td>\n<td>Optional. Used with 'Take'</td>\n</tr>\n<tr>\n<td>Take</td>\n<td>String</td>\n<td>Optional. Will only request the inserted amount. Maximum of 500 at a time. Used with 'Skip'</td>\n</tr>\n<tr>\n<td>UpdatDate</td>\n<td>String</td>\n<td>Optional. Can be used to retrieve items by &gt;= specific UpdatDate</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n<tr>\n<td>Items</td>\n<td>Array</td>\n<td>See below</td>\n</tr>\n<tr>\n<td>UpdateDate</td>\n<td>String</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><p>Items Array</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ID</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>Name</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>IsSelfStock</td>\n<td>Bool</td>\n<td>True = Preparation, False = Sub recipe</td>\n</tr>\n<tr>\n<td>CategoryID</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>CategoryName</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>UOMName</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>UOMID</td>\n<td>Int (Optional)</td>\n<td></td>\n</tr>\n<tr>\n<td>MinOnHand</td>\n<td>Decimal (Optional)</td>\n<td></td>\n</tr>\n<tr>\n<td>ParLevel</td>\n<td>Decimal (Optional)</td>\n<td></td>\n</tr>\n<tr>\n<td>StorageArea1ID</td>\n<td>Int (Optional)</td>\n<td></td>\n</tr>\n<tr>\n<td>StorageArea1Name</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>StorageArea2ID</td>\n<td>Int (Optional)</td>\n<td></td>\n</tr>\n<tr>\n<td>StorageArea2Name</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>StorageArea3ID</td>\n<td>Int (Optional)</td>\n<td></td>\n</tr>\n<tr>\n<td>StorageArea3Name</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>StorageArea4ID</td>\n<td>Int (Optional)</td>\n<td></td>\n</tr>\n<tr>\n<td>StorageArea4Name</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>ProdQuantity</td>\n<td>Yield Quantity</td>\n<td></td>\n</tr>\n<tr>\n<td>OnHand</td>\n<td>Decimal (Optional)</td>\n<td></td>\n</tr>\n<tr>\n<td>BOMPrice</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>SubItems</td>\n<td>Array</td>\n<td>See below</td>\n</tr>\n<tr>\n<td>IsDeleted</td>\n<td>Bool</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div></li>\n<li><p>SubItems Array</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ItemID</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>ItemName</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>ItemTypeName</td>\n<td>String</td>\n<td>InventoryItem/Prep</td>\n</tr>\n<tr>\n<td>UsageNet</td>\n<td>Double</td>\n<td></td>\n</tr>\n<tr>\n<td>LossPercent</td>\n<td>Double</td>\n<td></td>\n</tr>\n<tr>\n<td>ActualUsage</td>\n<td>Double</td>\n<td></td>\n</tr>\n<tr>\n<td>ItemMeasureTypeID</td>\n<td>Integer</td>\n<td>list of IDs and information can be found in the GetUOMTypes endpoint</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}},"urlObject":{"path":["v3","buyers","inventory","GetPreps"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[{"id":"9e6b019a-1d7c-4b1a-bb9d-2868929da6ff","name":"GetPreps Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"AUTH_TOKEN","value":"{{accessToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"GetDeleted\" : false,\r\n\t\"itemIDs\" : null ,\r\n\t\"BuyerGuid\": \"{{buyerGuid}}\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/inventory/GetPreps"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"5588"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:aa7de11f-c2f8-492b-9087-262956b65d27"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sun, 01 Mar 2020 11:11:32 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Items\": [\n        {\n            \"ID\": \"24047956\",\n            \"Name\": \"1 - new sub rec created 21:31\",\n            \"IsSelfStock\": true,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"Kg\",\n            \"UOMID\": 36,\n            \"MinOnHand\": null,\n            \"ParLevel\": 2,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 1,\n            \"OnHand\": 0,\n            \"BOMPrice\": 142.53224,\n            \"PrepTimeSecs\": null,\n            \"CookTimeSecs\": null,\n            \"SubItems\": [\n                {\n                    \"ItemID\": \"11950603\",\n                    \"ItemName\": \"aa3\",\n                    \"ItemTypeName\": \"Prep\",\n                    \"UsageNet\": 1,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 1,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 35\n                },\n                {\n                    \"ItemID\": \"1880169\",\n                    \"ItemName\": \"Bagel Dough\",\n                    \"ItemTypeName\": \"Prep\",\n                    \"UsageNet\": 2,\n                    \"LossPercent\": 33,\n                    \"ActualUsage\": 2.98507462686567,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 35\n                },\n                {\n                    \"ItemID\": \"89432244\",\n                    \"ItemName\": \"testidandaniel1\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 1,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 1,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 34\n                }\n            ],\n            \"UpdateDate\": \"2023/01/25 13:21:12\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"117589407\",\n            \"Name\": \"1OdedPrep\",\n            \"IsSelfStock\": true,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"EA\",\n            \"UOMID\": 35,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 2,\n            \"OnHand\": 0,\n            \"BOMPrice\": 0.25,\n            \"PrepTimeSecs\": null,\n            \"CookTimeSecs\": null,\n            \"SubItems\": [\n                {\n                    \"ItemID\": \"117589013\",\n                    \"ItemName\": \"#1Oded\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 1,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 1,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 35\n                }\n            ],\n            \"UpdateDate\": \"2023/01/30 11:17:23\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"11950603\",\n            \"Name\": \"aa3\",\n            \"IsSelfStock\": true,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"EA\",\n            \"UOMID\": 35,\n            \"MinOnHand\": 9,\n            \"ParLevel\": null,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 1,\n            \"OnHand\": 0,\n            \"BOMPrice\": 142.35225,\n            \"PrepTimeSecs\": null,\n            \"CookTimeSecs\": null,\n            \"SubItems\": [\n                {\n                    \"ItemID\": \"32693209\",\n                    \"ItemName\": \"dsfsdf24gbnxc\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 1,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 1,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 35\n                },\n                {\n                    \"ItemID\": \"703902\",\n                    \"ItemName\": \"Mozarella Brick (5kg)\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 1,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 1,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 36\n                },\n                {\n                    \"ItemID\": \"4167443\",\n                    \"ItemName\": \"Acai press bottle\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 14,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 14,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 34\n                },\n                {\n                    \"ItemID\": \"703911\",\n                    \"ItemName\": \"Minors Chicken Base (16oz)\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 13,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 13,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 32\n                },\n                {\n                    \"ItemID\": \"29038397\",\n                    \"ItemName\": \"Amarena Cherry - Natural Milk Gelato with the Famous Amarena Cherry Swirl (2.5 Qt)\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 15,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 15,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 75\n                }\n            ],\n            \"UpdateDate\": \"2023/01/25 13:20:39\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"31241033\",\n            \"Name\": \"aaa\",\n            \"IsSelfStock\": true,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"EA\",\n            \"UOMID\": 35,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 1,\n            \"OnHand\": 0,\n            \"BOMPrice\": 150,\n            \"PrepTimeSecs\": null,\n            \"CookTimeSecs\": null,\n            \"SubItems\": [\n                {\n                    \"ItemID\": \"39024476\",\n                    \"ItemName\": \"#260 ESPRESSO TIERRA SEL BLUE\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 1,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 1,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 34\n                },\n                {\n                    \"ItemID\": \"39024476\",\n                    \"ItemName\": \"#260 ESPRESSO TIERRA SEL BLUE\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 1,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 1,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 34\n                },\n                {\n                    \"ItemID\": \"39024476\",\n                    \"ItemName\": \"#260 ESPRESSO TIERRA SEL BLUE\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 1,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 1,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 34\n                }\n            ],\n            \"UpdateDate\": \"2024/09/23 17:25:47\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"11950600\",\n            \"Name\": \"alon\",\n            \"IsSelfStock\": true,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"oz\",\n            \"UOMID\": 39,\n            \"MinOnHand\": 30,\n            \"ParLevel\": 20,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 1,\n            \"OnHand\": 0,\n            \"BOMPrice\": 62.64,\n            \"PrepTimeSecs\": null,\n            \"CookTimeSecs\": null,\n            \"SubItems\": [\n                {\n                    \"ItemID\": \"4007354\",\n                    \"ItemName\": \"Marie Brizard Pearl William 750 ml\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 3,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 3,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 38\n                }\n            ],\n            \"UpdateDate\": \"2022/11/09 13:29:25\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"68394785\",\n            \"Name\": \"Apple Jelly\",\n            \"IsSelfStock\": true,\n            \"CategoryID\": 26326,\n            \"CategoryName\": \"Desserts\",\n            \"UOMName\": \"EA\",\n            \"UOMID\": 35,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"StorageIDs\": [\n                16770\n            ],\n            \"StorageNames\": [\n                \"Garage\"\n            ],\n            \"ProdQuantity\": 1,\n            \"OnHand\": 0,\n            \"BOMPrice\": 5,\n            \"PrepTimeSecs\": 900,\n            \"CookTimeSecs\": 300,\n            \"SubItems\": [\n                {\n                    \"ItemID\": \"39024513\",\n                    \"ItemName\": \"Apple Juice\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 1,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 1,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 35\n                },\n                {\n                    \"ItemID\": \"42727827\",\n                    \"ItemName\": \"Sugar case\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 1,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 1,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 35\n                }\n            ],\n            \"UpdateDate\": \"2022/08/18 06:56:41\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"1880169\",\n            \"Name\": \"Bagel Dough\",\n            \"IsSelfStock\": true,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"EA\",\n            \"UOMID\": 35,\n            \"MinOnHand\": 30,\n            \"ParLevel\": 20,\n            \"StorageIDs\": [\n                6279,\n                7969\n            ],\n            \"StorageNames\": [\n                \"Coffin Freezer\",\n                \"Meat Fridge\"\n            ],\n            \"ProdQuantity\": 33,\n            \"OnHand\": 0,\n            \"BOMPrice\": 0.0603,\n            \"PrepTimeSecs\": null,\n            \"CookTimeSecs\": null,\n            \"SubItems\": [\n                {\n                    \"ItemID\": \"31241059\",\n                    \"ItemName\": \"bbb\",\n                    \"ItemTypeName\": \"Prep\",\n                    \"UsageNet\": 1,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 1,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 35\n                }\n            ],\n            \"UpdateDate\": \"2022/01/24 17:13:30\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"39024453\",\n            \"Name\": \"Banana Soup\",\n            \"IsSelfStock\": true,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"EA\",\n            \"UOMID\": 35,\n            \"MinOnHand\": 10,\n            \"ParLevel\": 1,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 10,\n            \"OnHand\": null,\n            \"BOMPrice\": 1,\n            \"PrepTimeSecs\": 600,\n            \"CookTimeSecs\": 600,\n            \"SubItems\": [\n                {\n                    \"ItemID\": \"23980711\",\n                    \"ItemName\": \"Nana Banana🍌.\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 1,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 1,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 36\n                },\n                {\n                    \"ItemID\": \"35756592\",\n                    \"ItemName\": \"pizza souce\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 1,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 1,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 35\n                }\n            ],\n            \"UpdateDate\": \"2022/11/09 13:29:31\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"40475766\",\n            \"Name\": \"BAZEL\",\n            \"IsSelfStock\": true,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"gr\",\n            \"UOMID\": 37,\n            \"MinOnHand\": 2,\n            \"ParLevel\": null,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 800,\n            \"OnHand\": null,\n            \"BOMPrice\": 0.10232,\n            \"PrepTimeSecs\": 600,\n            \"CookTimeSecs\": 1200,\n            \"SubItems\": [\n                {\n                    \"ItemID\": \"24873043\",\n                    \"ItemName\": \"Bacio - Chocolate Hazelnut( 2.5 Gallon)\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 3,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 3,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 34\n                },\n                {\n                    \"ItemID\": \"29038399\",\n                    \"ItemName\": \"Amarena Cherry - Natural Milk Gelato with the Famous Amarena Cherry Swirl (2.5 Qt)\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 2,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 2,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 75\n                },\n                {\n                    \"ItemID\": \"15972705\",\n                    \"ItemName\": \"SAN PEL SODA ORANGE ARANCIATA BLOOD\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 1,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 1,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 35\n                },\n                {\n                    \"ItemID\": \"40473082\",\n                    \"ItemName\": \"Beer 4EVER\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 1,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 1,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 35\n                }\n            ],\n            \"UpdateDate\": \"2023/01/25 04:50:26\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"31241059\",\n            \"Name\": \"bbb\",\n            \"IsSelfStock\": true,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"EA\",\n            \"UOMID\": 35,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 1,\n            \"OnHand\": 0,\n            \"BOMPrice\": 1.99,\n            \"PrepTimeSecs\": null,\n            \"CookTimeSecs\": null,\n            \"SubItems\": [\n                {\n                    \"ItemID\": \"37984309\",\n                    \"ItemName\": \"YoniOmerTest\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 1,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 1,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 32\n                }\n            ],\n            \"UpdateDate\": \"2022/08/18 06:56:41\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"74357899\",\n            \"Name\": \"bbq\",\n            \"IsSelfStock\": false,\n            \"CategoryID\": 391169,\n            \"CategoryName\": \"ddddd\",\n            \"UOMName\": \"EA\",\n            \"UOMID\": 35,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 3443,\n            \"OnHand\": null,\n            \"BOMPrice\": 0,\n            \"PrepTimeSecs\": null,\n            \"CookTimeSecs\": null,\n            \"SubItems\": [],\n            \"UpdateDate\": \"2022/01/31 02:19:40\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"20585582\",\n            \"Name\": \"Bechamel Sauce\",\n            \"IsSelfStock\": true,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"L\",\n            \"UOMID\": 38,\n            \"MinOnHand\": 2,\n            \"ParLevel\": 1,\n            \"StorageIDs\": [\n                6279\n            ],\n            \"StorageNames\": [\n                \"Coffin Freezer\"\n            ],\n            \"ProdQuantity\": 50,\n            \"OnHand\": 0,\n            \"BOMPrice\": 2.86494,\n            \"PrepTimeSecs\": 0,\n            \"CookTimeSecs\": 0,\n            \"SubItems\": [\n                {\n                    \"ItemID\": \"11950603\",\n                    \"ItemName\": \"aa3\",\n                    \"ItemTypeName\": \"Prep\",\n                    \"UsageNet\": 1,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 1,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 35\n                },\n                {\n                    \"ItemID\": \"703914\",\n                    \"ItemName\": \"Unsalted Butter (10*1kg)\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 1,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 1,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 32\n                }\n            ],\n            \"UpdateDate\": \"2023/01/25 13:20:48\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"20585592\",\n            \"Name\": \"Bechamel Sauce\",\n            \"IsSelfStock\": true,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"L\",\n            \"UOMID\": 38,\n            \"MinOnHand\": 2,\n            \"ParLevel\": 1,\n            \"StorageIDs\": [\n                6279\n            ],\n            \"StorageNames\": [\n                \"Coffin Freezer\"\n            ],\n            \"ProdQuantity\": 50,\n            \"OnHand\": 0,\n            \"BOMPrice\": 2.86494,\n            \"PrepTimeSecs\": 0,\n            \"CookTimeSecs\": 0,\n            \"SubItems\": [\n                {\n                    \"ItemID\": \"11950603\",\n                    \"ItemName\": \"aa3\",\n                    \"ItemTypeName\": \"Prep\",\n                    \"UsageNet\": 1,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 1,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 35\n                },\n                {\n                    \"ItemID\": \"703914\",\n                    \"ItemName\": \"Unsalted Butter (10*1kg)\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 1,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 1,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 32\n                }\n            ],\n            \"UpdateDate\": \"2023/01/25 13:20:57\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"730259\",\n            \"Name\": \"Bechamel Sauce\",\n            \"IsSelfStock\": false,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"L\",\n            \"UOMID\": 38,\n            \"MinOnHand\": 2,\n            \"ParLevel\": 1,\n            \"StorageIDs\": [\n                6279\n            ],\n            \"StorageNames\": [\n                \"Coffin Freezer\"\n            ],\n            \"ProdQuantity\": 50,\n            \"OnHand\": null,\n            \"BOMPrice\": 2.86494,\n            \"PrepTimeSecs\": null,\n            \"CookTimeSecs\": null,\n            \"SubItems\": [\n                {\n                    \"ItemID\": \"703914\",\n                    \"ItemName\": \"Unsalted Butter (10*1kg)\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 1,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 1,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 32\n                },\n                {\n                    \"ItemID\": \"11950603\",\n                    \"ItemName\": \"aa3\",\n                    \"ItemTypeName\": \"Prep\",\n                    \"UsageNet\": 1,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 1,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 35\n                }\n            ],\n            \"UpdateDate\": \"2023/01/25 13:21:20\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"42394335\",\n            \"Name\": \"birthday cake\",\n            \"IsSelfStock\": false,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"EA\",\n            \"UOMID\": 35,\n            \"MinOnHand\": 10,\n            \"ParLevel\": 10,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 1,\n            \"OnHand\": null,\n            \"BOMPrice\": 44,\n            \"PrepTimeSecs\": null,\n            \"CookTimeSecs\": null,\n            \"SubItems\": [\n                {\n                    \"ItemID\": \"24873043\",\n                    \"ItemName\": \"Bacio - Chocolate Hazelnut( 2.5 Gallon)\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 1,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 1,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 34\n                },\n                {\n                    \"ItemID\": \"29038399\",\n                    \"ItemName\": \"Amarena Cherry - Natural Milk Gelato with the Famous Amarena Cherry Swirl (2.5 Qt)\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 1,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 1,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 75\n                },\n                {\n                    \"ItemID\": \"4007277\",\n                    \"ItemName\": \"Heckers All Purpose Flour\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 1,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 1,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 32\n                }\n            ],\n            \"UpdateDate\": \"2022/11/09 13:29:33\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"29015290\",\n            \"Name\": \"Buma 23.12\",\n            \"IsSelfStock\": true,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"EA\",\n            \"UOMID\": 35,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"StorageIDs\": [\n                16770\n            ],\n            \"StorageNames\": [\n                \"Garage\"\n            ],\n            \"ProdQuantity\": 1.5,\n            \"OnHand\": 0,\n            \"BOMPrice\": 381.8345,\n            \"PrepTimeSecs\": null,\n            \"CookTimeSecs\": null,\n            \"SubItems\": [\n                {\n                    \"ItemID\": \"29013245\",\n                    \"ItemName\": \"Manual 23.12\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 2,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 2,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 35\n                },\n                {\n                    \"ItemID\": \"29013271\",\n                    \"ItemName\": \"Upload 23.12\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 1,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 1,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 35\n                },\n                {\n                    \"ItemID\": \"11950603\",\n                    \"ItemName\": \"aa3\",\n                    \"ItemTypeName\": \"Prep\",\n                    \"UsageNet\": 3,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 3,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 35\n                },\n                {\n                    \"ItemID\": \"29038399\",\n                    \"ItemName\": \"Amarena Cherry - Natural Milk Gelato with the Famous Amarena Cherry Swirl (2.5 Qt)\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 3,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 3,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 75\n                },\n                {\n                    \"ItemID\": \"4007354\",\n                    \"ItemName\": \"Marie Brizard Pearl William 750 ml\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 1,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 1,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 38\n                },\n                {\n                    \"ItemID\": \"31326261\",\n                    \"ItemName\": \"BEAN  GBZO FCY CND BRINE W O - Added from invoice\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 1,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 1,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 35\n                },\n                {\n                    \"ItemID\": \"32010845\",\n                    \"ItemName\": \"aa\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 1,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 1,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 35\n                }\n            ],\n            \"UpdateDate\": \"2023/01/25 13:21:14\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"7758642\",\n            \"Name\": \"Caramel sauce\",\n            \"IsSelfStock\": false,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"ml\",\n            \"UOMID\": 42,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 400,\n            \"OnHand\": null,\n            \"BOMPrice\": 0.95458,\n            \"PrepTimeSecs\": null,\n            \"CookTimeSecs\": null,\n            \"SubItems\": [\n                {\n                    \"ItemID\": \"29015290\",\n                    \"ItemName\": \"Buma 23.12\",\n                    \"ItemTypeName\": \"Prep\",\n                    \"UsageNet\": 1,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 1,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 35\n                }\n            ],\n            \"UpdateDate\": \"2023/01/25 13:21:23\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"730288\",\n            \"Name\": \"Caramelized Onions\",\n            \"IsSelfStock\": false,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"lb\",\n            \"UOMID\": 32,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 1.1,\n            \"OnHand\": null,\n            \"BOMPrice\": 3.31252,\n            \"PrepTimeSecs\": null,\n            \"CookTimeSecs\": null,\n            \"SubItems\": [\n                {\n                    \"ItemID\": \"730293\",\n                    \"ItemName\": \"Natural Traders Demerara Sugar (6*1kg)\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 200,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 200,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 37\n                },\n                {\n                    \"ItemID\": \"730291\",\n                    \"ItemName\": \"Vidalia Onions\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 1.25,\n                    \"LossPercent\": 10,\n                    \"ActualUsage\": 1.38888888888889,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 36\n                }\n            ],\n            \"UpdateDate\": \"2023/03/13 18:04:33\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"20585746\",\n            \"Name\": \"Caramelized Onions\",\n            \"IsSelfStock\": false,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"lb\",\n            \"UOMID\": 32,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 1.1,\n            \"OnHand\": null,\n            \"BOMPrice\": 3.31252,\n            \"PrepTimeSecs\": 0,\n            \"CookTimeSecs\": 0,\n            \"SubItems\": [\n                {\n                    \"ItemID\": \"730291\",\n                    \"ItemName\": \"Vidalia Onions\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 1.25,\n                    \"LossPercent\": 10,\n                    \"ActualUsage\": 1.38888888888889,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 36\n                },\n                {\n                    \"ItemID\": \"730293\",\n                    \"ItemName\": \"Natural Traders Demerara Sugar (6*1kg)\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 200,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 200,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 37\n                }\n            ],\n            \"UpdateDate\": \"2023/03/13 18:04:34\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"20585583\",\n            \"Name\": \"Caramelized Onions\",\n            \"IsSelfStock\": false,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"lb\",\n            \"UOMID\": 32,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 1.1,\n            \"OnHand\": null,\n            \"BOMPrice\": 3.31252,\n            \"PrepTimeSecs\": 0,\n            \"CookTimeSecs\": 0,\n            \"SubItems\": [\n                {\n                    \"ItemID\": \"730293\",\n                    \"ItemName\": \"Natural Traders Demerara Sugar (6*1kg)\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 200,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 200,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 37\n                },\n                {\n                    \"ItemID\": \"730291\",\n                    \"ItemName\": \"Vidalia Onions\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 1.25,\n                    \"LossPercent\": 10,\n                    \"ActualUsage\": 1.38888888888889,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 36\n                }\n            ],\n            \"UpdateDate\": \"2023/03/13 18:04:34\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"20585593\",\n            \"Name\": \"Caramelized Onions\",\n            \"IsSelfStock\": false,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"lb\",\n            \"UOMID\": 32,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 1.1,\n            \"OnHand\": null,\n            \"BOMPrice\": 3.31252,\n            \"PrepTimeSecs\": 0,\n            \"CookTimeSecs\": 0,\n            \"SubItems\": [\n                {\n                    \"ItemID\": \"730293\",\n                    \"ItemName\": \"Natural Traders Demerara Sugar (6*1kg)\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 200,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 200,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 37\n                },\n                {\n                    \"ItemID\": \"730291\",\n                    \"ItemName\": \"Vidalia Onions\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 1.25,\n                    \"LossPercent\": 10,\n                    \"ActualUsage\": 1.38888888888889,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 36\n                }\n            ],\n            \"UpdateDate\": \"2023/03/13 18:04:34\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"42621019\",\n            \"Name\": \"Charles sup recipe\",\n            \"IsSelfStock\": false,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"EA\",\n            \"UOMID\": 35,\n            \"MinOnHand\": 10,\n            \"ParLevel\": null,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 5,\n            \"OnHand\": null,\n            \"BOMPrice\": 2.491,\n            \"PrepTimeSecs\": 600,\n            \"CookTimeSecs\": 600,\n            \"SubItems\": [\n                {\n                    \"ItemID\": \"42620057\",\n                    \"ItemName\": \"Charles bagel\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 1,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 1,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 35\n                },\n                {\n                    \"ItemID\": \"23033287\",\n                    \"ItemName\": \"CHIP TORTILLA WHT CORN TRI - Added from invoice\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 1,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 1,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 32\n                }\n            ],\n            \"UpdateDate\": \"2022/11/09 13:29:33\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"45466537\",\n            \"Name\": \"Chocolate Milk\",\n            \"IsSelfStock\": false,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"gal\",\n            \"UOMID\": 34,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 1,\n            \"OnHand\": null,\n            \"BOMPrice\": 2.85,\n            \"PrepTimeSecs\": null,\n            \"CookTimeSecs\": null,\n            \"SubItems\": [\n                {\n                    \"ItemID\": \"24873043\",\n                    \"ItemName\": \"Bacio - Chocolate Hazelnut( 2.5 Gallon)\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 0.1,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 0.1,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 34\n                },\n                {\n                    \"ItemID\": \"45466516\",\n                    \"ItemName\": \"Milk\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 0.5,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 0.5,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 34\n                }\n            ],\n            \"UpdateDate\": \"2022/08/18 06:56:41\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"20585584\",\n            \"Name\": \"Copy of aa\",\n            \"IsSelfStock\": false,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"EA\",\n            \"UOMID\": 35,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 2,\n            \"OnHand\": null,\n            \"BOMPrice\": 5.5,\n            \"PrepTimeSecs\": 0,\n            \"CookTimeSecs\": 0,\n            \"SubItems\": [\n                {\n                    \"ItemID\": \"25342380\",\n                    \"ItemName\": \"aaaaaa test\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 1,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 1,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 35\n                }\n            ],\n            \"UpdateDate\": \"2023/07/27 17:49:10\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"20585594\",\n            \"Name\": \"Copy of aa\",\n            \"IsSelfStock\": false,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"EA\",\n            \"UOMID\": 35,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 2,\n            \"OnHand\": null,\n            \"BOMPrice\": 0,\n            \"PrepTimeSecs\": 0,\n            \"CookTimeSecs\": 0,\n            \"SubItems\": [],\n            \"UpdateDate\": \"2021/05/31 05:08:41\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"20585747\",\n            \"Name\": \"Copy of aa\",\n            \"IsSelfStock\": false,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"EA\",\n            \"UOMID\": 35,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 2,\n            \"OnHand\": null,\n            \"BOMPrice\": 0,\n            \"PrepTimeSecs\": 0,\n            \"CookTimeSecs\": 0,\n            \"SubItems\": [],\n            \"UpdateDate\": \"2021/05/31 05:08:41\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"4798915\",\n            \"Name\": \"Copy of aa\",\n            \"IsSelfStock\": false,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"EA\",\n            \"UOMID\": 35,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 2,\n            \"OnHand\": null,\n            \"BOMPrice\": 0,\n            \"PrepTimeSecs\": null,\n            \"CookTimeSecs\": null,\n            \"SubItems\": [],\n            \"UpdateDate\": \"2021/05/31 05:08:41\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"4798916\",\n            \"Name\": \"Copy of aa (1)\",\n            \"IsSelfStock\": false,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"EA\",\n            \"UOMID\": 35,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 2,\n            \"OnHand\": null,\n            \"BOMPrice\": 0,\n            \"PrepTimeSecs\": null,\n            \"CookTimeSecs\": null,\n            \"SubItems\": [],\n            \"UpdateDate\": \"2021/05/31 05:08:41\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"4798966\",\n            \"Name\": \"Copy of aa (2)\",\n            \"IsSelfStock\": false,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"EA\",\n            \"UOMID\": 35,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 2,\n            \"OnHand\": null,\n            \"BOMPrice\": 0,\n            \"PrepTimeSecs\": null,\n            \"CookTimeSecs\": null,\n            \"SubItems\": [],\n            \"UpdateDate\": \"2021/05/31 05:08:41\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"45363122\",\n            \"Name\": \"Copy of aa3\",\n            \"IsSelfStock\": true,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"EA\",\n            \"UOMID\": 35,\n            \"MinOnHand\": 9,\n            \"ParLevel\": 10,\n            \"StorageIDs\": [\n                16770,\n                53428,\n                53429,\n                57400,\n                62422\n            ],\n            \"StorageNames\": [\n                \"Garage\",\n                \"YanivQA\",\n                \"YanivQA2\",\n                \"111\",\n                \"TATO QA\"\n            ],\n            \"ProdQuantity\": 1,\n            \"OnHand\": 0,\n            \"BOMPrice\": 142.35225,\n            \"PrepTimeSecs\": null,\n            \"CookTimeSecs\": null,\n            \"SubItems\": [\n                {\n                    \"ItemID\": \"703902\",\n                    \"ItemName\": \"Mozarella Brick (5kg)\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 1,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 1,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 36\n                },\n                {\n                    \"ItemID\": \"4167443\",\n                    \"ItemName\": \"Acai press bottle\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 14,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 14,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 34\n                },\n                {\n                    \"ItemID\": \"703911\",\n                    \"ItemName\": \"Minors Chicken Base (16oz)\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 13,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 13,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 32\n                },\n                {\n                    \"ItemID\": \"29038397\",\n                    \"ItemName\": \"Amarena Cherry - Natural Milk Gelato with the Famous Amarena Cherry Swirl (2.5 Qt)\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 15,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 15,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 75\n                },\n                {\n                    \"ItemID\": \"32693209\",\n                    \"ItemName\": \"dsfsdf24gbnxc\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 1,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 1,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 35\n                }\n            ],\n            \"UpdateDate\": \"2023/01/25 13:21:16\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"4799526\",\n            \"Name\": \"Copy of Teaspoon - Sugar\",\n            \"IsSelfStock\": false,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"EA\",\n            \"UOMID\": 35,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 1,\n            \"OnHand\": null,\n            \"BOMPrice\": 0,\n            \"PrepTimeSecs\": null,\n            \"CookTimeSecs\": null,\n            \"SubItems\": [],\n            \"UpdateDate\": \"2021/05/31 05:08:41\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"4799527\",\n            \"Name\": \"Copy of Teaspoon - Sugar (1)\",\n            \"IsSelfStock\": false,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"EA\",\n            \"UOMID\": 35,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 1,\n            \"OnHand\": null,\n            \"BOMPrice\": 0,\n            \"PrepTimeSecs\": null,\n            \"CookTimeSecs\": null,\n            \"SubItems\": [],\n            \"UpdateDate\": \"2021/05/31 05:08:41\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"129704681\",\n            \"Name\": \"Count_test\",\n            \"IsSelfStock\": false,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"EA\",\n            \"UOMID\": 35,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 2,\n            \"OnHand\": null,\n            \"BOMPrice\": 0.441,\n            \"PrepTimeSecs\": null,\n            \"CookTimeSecs\": null,\n            \"SubItems\": [\n                {\n                    \"ItemID\": \"59035196\",\n                    \"ItemName\": \"80 % beef burgers\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 0.2,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 0.2,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 35\n                },\n                {\n                    \"ItemID\": \"61050756\",\n                    \"ItemName\": \"LETTUCE, GREEN LEAF\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 0.5,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 0.5,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 34\n                }\n            ],\n            \"UpdateDate\": \"2023/03/02 04:19:13\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"3452941\",\n            \"Name\": \"Cup - Chopped Tomatoes\",\n            \"IsSelfStock\": false,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"EA\",\n            \"UOMID\": 35,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 1,\n            \"OnHand\": null,\n            \"BOMPrice\": 6.3,\n            \"PrepTimeSecs\": null,\n            \"CookTimeSecs\": null,\n            \"SubItems\": [\n                {\n                    \"ItemID\": \"2008674\",\n                    \"ItemName\": \"Heirloom Tomatoes\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 0.42,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 0.42,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 32\n                }\n            ],\n            \"UpdateDate\": \"2022/11/09 13:29:24\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"68166457\",\n            \"Name\": \"david\",\n            \"IsSelfStock\": false,\n            \"CategoryID\": 377501,\n            \"CategoryName\": \"davida\",\n            \"UOMName\": \"EA\",\n            \"UOMID\": 35,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 1,\n            \"OnHand\": null,\n            \"BOMPrice\": 0,\n            \"PrepTimeSecs\": null,\n            \"CookTimeSecs\": null,\n            \"SubItems\": [],\n            \"UpdateDate\": \"2021/11/10 11:51:28\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"68166466\",\n            \"Name\": \"david2\",\n            \"IsSelfStock\": true,\n            \"CategoryID\": 377502,\n            \"CategoryName\": \"david2a\",\n            \"UOMName\": \"EA\",\n            \"UOMID\": 35,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 2,\n            \"OnHand\": 0,\n            \"BOMPrice\": 0,\n            \"PrepTimeSecs\": null,\n            \"CookTimeSecs\": null,\n            \"SubItems\": [],\n            \"UpdateDate\": \"2022/01/13 15:10:37\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"75901254\",\n            \"Name\": \"file bekari\",\n            \"IsSelfStock\": false,\n            \"CategoryID\": 394806,\n            \"CategoryName\": \"Meat food\",\n            \"UOMName\": \"EA\",\n            \"UOMID\": 35,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 42,\n            \"OnHand\": null,\n            \"BOMPrice\": 0,\n            \"PrepTimeSecs\": null,\n            \"CookTimeSecs\": null,\n            \"SubItems\": [],\n            \"UpdateDate\": \"2022/02/21 12:29:23\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"907665\",\n            \"Name\": \"Guacamole\",\n            \"IsSelfStock\": true,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"Kg\",\n            \"UOMID\": 36,\n            \"MinOnHand\": null,\n            \"ParLevel\": 10,\n            \"StorageIDs\": [\n                6430\n            ],\n            \"StorageNames\": [\n                \"pastry service\"\n            ],\n            \"ProdQuantity\": 1.78,\n            \"OnHand\": 0,\n            \"BOMPrice\": 2.90776,\n            \"PrepTimeSecs\": null,\n            \"CookTimeSecs\": null,\n            \"SubItems\": [\n                {\n                    \"ItemID\": \"730288\",\n                    \"ItemName\": \"Caramelized Onions\",\n                    \"ItemTypeName\": \"Prep\",\n                    \"UsageNet\": 25,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 25,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 39\n                }\n            ],\n            \"UpdateDate\": \"2023/03/13 18:04:33\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"40579186\",\n            \"Name\": \"HALFON\",\n            \"IsSelfStock\": false,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"EA\",\n            \"UOMID\": 35,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"StorageIDs\": [\n                47302\n            ],\n            \"StorageNames\": [\n                \"MYTEST111\"\n            ],\n            \"ProdQuantity\": 3,\n            \"OnHand\": null,\n            \"BOMPrice\": 3334.92665,\n            \"PrepTimeSecs\": 900,\n            \"CookTimeSecs\": 900,\n            \"SubItems\": [\n                {\n                    \"ItemID\": \"15972701\",\n                    \"ItemName\": \"Grenadine\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 12,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 12,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 38\n                },\n                {\n                    \"ItemID\": \"40579083\",\n                    \"ItemName\": \"Green onion\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 25,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 25,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 35\n                }\n            ],\n            \"UpdateDate\": \"2022/11/09 13:29:32\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"1218658\",\n            \"Name\": \"Hot House Plum prep\",\n            \"IsSelfStock\": false,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"EA\",\n            \"UOMID\": 35,\n            \"MinOnHand\": null,\n            \"ParLevel\": 0,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 1,\n            \"OnHand\": null,\n            \"BOMPrice\": 0,\n            \"PrepTimeSecs\": null,\n            \"CookTimeSecs\": null,\n            \"SubItems\": [\n                {\n                    \"ItemID\": \"4391477\",\n                    \"ItemName\": \"test prep\",\n                    \"ItemTypeName\": \"Prep\",\n                    \"UsageNet\": 1,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 1,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 35\n                }\n            ],\n            \"UpdateDate\": \"2022/08/18 06:56:41\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"54317647\",\n            \"Name\": \"idanandeladprep1\",\n            \"IsSelfStock\": false,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"EA\",\n            \"UOMID\": 35,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 1,\n            \"OnHand\": null,\n            \"BOMPrice\": 0,\n            \"PrepTimeSecs\": null,\n            \"CookTimeSecs\": null,\n            \"SubItems\": [],\n            \"UpdateDate\": \"2021/05/31 05:08:42\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"54317681\",\n            \"Name\": \"idanandeladprep2\",\n            \"IsSelfStock\": true,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"EA\",\n            \"UOMID\": 35,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 1,\n            \"OnHand\": 0,\n            \"BOMPrice\": 3.90625,\n            \"PrepTimeSecs\": null,\n            \"CookTimeSecs\": null,\n            \"SubItems\": [\n                {\n                    \"ItemID\": \"39024476\",\n                    \"ItemName\": \"#260 ESPRESSO TIERRA SEL BLUE\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 10,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 10,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 33\n                }\n            ],\n            \"UpdateDate\": \"2024/09/23 17:25:49\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"36220844\",\n            \"Name\": \"idanandmorprep1\",\n            \"IsSelfStock\": true,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"EA\",\n            \"UOMID\": 35,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 1,\n            \"OnHand\": 0,\n            \"BOMPrice\": 0,\n            \"PrepTimeSecs\": null,\n            \"CookTimeSecs\": null,\n            \"SubItems\": [],\n            \"UpdateDate\": \"2022/07/01 04:20:31\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"36227942\",\n            \"Name\": \"idanandmorprep2\",\n            \"IsSelfStock\": true,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"EA\",\n            \"UOMID\": 35,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 1,\n            \"OnHand\": 0,\n            \"BOMPrice\": 0,\n            \"PrepTimeSecs\": null,\n            \"CookTimeSecs\": null,\n            \"SubItems\": [],\n            \"UpdateDate\": \"2021/05/31 05:08:41\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"53994118\",\n            \"Name\": \"idantest1\",\n            \"IsSelfStock\": false,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"EA\",\n            \"UOMID\": 35,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 1,\n            \"OnHand\": null,\n            \"BOMPrice\": 0,\n            \"PrepTimeSecs\": null,\n            \"CookTimeSecs\": null,\n            \"SubItems\": [],\n            \"UpdateDate\": \"2021/05/31 05:08:42\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"36212748\",\n            \"Name\": \"idantestprep1\",\n            \"IsSelfStock\": true,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"EA\",\n            \"UOMID\": 35,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 1,\n            \"OnHand\": 0,\n            \"BOMPrice\": 0,\n            \"PrepTimeSecs\": null,\n            \"CookTimeSecs\": null,\n            \"SubItems\": [],\n            \"UpdateDate\": \"2021/05/31 05:08:41\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"36212753\",\n            \"Name\": \"idantestsubrecipe1\",\n            \"IsSelfStock\": false,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"EA\",\n            \"UOMID\": 35,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 1,\n            \"OnHand\": null,\n            \"BOMPrice\": 0,\n            \"PrepTimeSecs\": null,\n            \"CookTimeSecs\": null,\n            \"SubItems\": [],\n            \"UpdateDate\": \"2021/05/31 05:08:41\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"9012210\",\n            \"Name\": \"July 1st\",\n            \"IsSelfStock\": false,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"gal\",\n            \"UOMID\": 34,\n            \"MinOnHand\": 3,\n            \"ParLevel\": 2,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 533,\n            \"OnHand\": null,\n            \"BOMPrice\": null,\n            \"PrepTimeSecs\": 0,\n            \"CookTimeSecs\": 0,\n            \"SubItems\": [],\n            \"UpdateDate\": \"2021/05/31 05:08:41\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"9012211\",\n            \"Name\": \"July 1st test\",\n            \"IsSelfStock\": false,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"oz\",\n            \"UOMID\": 39,\n            \"MinOnHand\": 3,\n            \"ParLevel\": 2,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 533,\n            \"OnHand\": null,\n            \"BOMPrice\": null,\n            \"PrepTimeSecs\": 0,\n            \"CookTimeSecs\": 0,\n            \"SubItems\": [],\n            \"UpdateDate\": \"2021/05/31 05:08:41\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"9012212\",\n            \"Name\": \"July 1st test 2\",\n            \"IsSelfStock\": false,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"Qt\",\n            \"UOMID\": 75,\n            \"MinOnHand\": 3,\n            \"ParLevel\": 2,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 533,\n            \"OnHand\": null,\n            \"BOMPrice\": null,\n            \"PrepTimeSecs\": 0,\n            \"CookTimeSecs\": 0,\n            \"SubItems\": [],\n            \"UpdateDate\": \"2021/05/31 05:08:41\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"8809346\",\n            \"Name\": \"June 27 prep\",\n            \"IsSelfStock\": false,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"EA\",\n            \"UOMID\": 35,\n            \"MinOnHand\": 3,\n            \"ParLevel\": 2,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 33,\n            \"OnHand\": null,\n            \"BOMPrice\": null,\n            \"PrepTimeSecs\": 0,\n            \"CookTimeSecs\": 0,\n            \"SubItems\": [],\n            \"UpdateDate\": \"2021/05/31 05:08:41\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"29081791\",\n            \"Name\": \"Meat balls sauce\",\n            \"IsSelfStock\": false,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"EA\",\n            \"UOMID\": 35,\n            \"MinOnHand\": 20,\n            \"ParLevel\": null,\n            \"StorageIDs\": [\n                16770\n            ],\n            \"StorageNames\": [\n                \"Garage\"\n            ],\n            \"ProdQuantity\": 30,\n            \"OnHand\": null,\n            \"BOMPrice\": 5.06,\n            \"PrepTimeSecs\": 900,\n            \"CookTimeSecs\": 1200,\n            \"SubItems\": [\n                {\n                    \"ItemID\": \"29081760\",\n                    \"ItemName\": \"MEAT balls\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 3,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 3,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 36\n                },\n                {\n                    \"ItemID\": \"2008674\",\n                    \"ItemName\": \"Heirloom Tomatoes\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 10,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 10,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 32\n                }\n            ],\n            \"UpdateDate\": \"2022/11/09 13:29:28\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"37271031\",\n            \"Name\": \"MORWANTMORE\",\n            \"IsSelfStock\": true,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"EA\",\n            \"UOMID\": 35,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 2,\n            \"OnHand\": 0,\n            \"BOMPrice\": 0,\n            \"PrepTimeSecs\": null,\n            \"CookTimeSecs\": null,\n            \"SubItems\": [],\n            \"UpdateDate\": \"2021/05/31 05:08:41\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"37271036\",\n            \"Name\": \"MORWANTMORE2\",\n            \"IsSelfStock\": true,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"EA\",\n            \"UOMID\": 35,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 2,\n            \"OnHand\": 0,\n            \"BOMPrice\": 0,\n            \"PrepTimeSecs\": null,\n            \"CookTimeSecs\": null,\n            \"SubItems\": [\n                {\n                    \"ItemID\": \"37271031\",\n                    \"ItemName\": \"MORWANTMORE\",\n                    \"ItemTypeName\": \"Prep\",\n                    \"UsageNet\": 1,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 1,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 35\n                }\n            ],\n            \"UpdateDate\": \"2022/08/18 06:56:41\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"67785592\",\n            \"Name\": \"Oded's Prep test\",\n            \"IsSelfStock\": true,\n            \"CategoryID\": 376354,\n            \"CategoryName\": \"David\",\n            \"UOMName\": \"gr\",\n            \"UOMID\": 37,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 1,\n            \"OnHand\": 0,\n            \"BOMPrice\": 6.66666,\n            \"PrepTimeSecs\": null,\n            \"CookTimeSecs\": null,\n            \"SubItems\": [\n                {\n                    \"ItemID\": \"66936037\",\n                    \"ItemName\": \"258 Test item\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 1,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 1,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 38\n                }\n            ],\n            \"UpdateDate\": \"2022/08/18 06:56:41\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"18005381\",\n            \"Name\": \"OmetTestSubNew\",\n            \"IsSelfStock\": false,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"EA\",\n            \"UOMID\": 35,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 3,\n            \"OnHand\": null,\n            \"BOMPrice\": 0,\n            \"PrepTimeSecs\": null,\n            \"CookTimeSecs\": null,\n            \"SubItems\": [],\n            \"UpdateDate\": \"2021/05/31 05:08:41\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"4670015\",\n            \"Name\": \"Piece de boeuf frites\",\n            \"IsSelfStock\": false,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"Qt\",\n            \"UOMID\": 75,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 1,\n            \"OnHand\": null,\n            \"BOMPrice\": 101,\n            \"PrepTimeSecs\": null,\n            \"CookTimeSecs\": null,\n            \"SubItems\": [\n                {\n                    \"ItemID\": \"4375036\",\n                    \"ItemName\": \"Tomato CS\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 1,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 1,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 35\n                }\n            ],\n            \"UpdateDate\": \"2022/11/09 13:29:24\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"23997539\",\n            \"Name\": \"Pineapple\",\n            \"IsSelfStock\": false,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"Kg\",\n            \"UOMID\": 36,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 3,\n            \"OnHand\": null,\n            \"BOMPrice\": 44.05666,\n            \"PrepTimeSecs\": null,\n            \"CookTimeSecs\": null,\n            \"SubItems\": [\n                {\n                    \"ItemID\": \"703916\",\n                    \"ItemName\": \"Schlafly Grapefruit IPA (8*6EA)\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 3,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 3,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 35\n                },\n                {\n                    \"ItemID\": \"23033287\",\n                    \"ItemName\": \"CHIP TORTILLA WHT CORN TRI - Added from invoice\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 2,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 2,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 32\n                },\n                {\n                    \"ItemID\": \"20584062\",\n                    \"ItemName\": \"Sushi Rice Vinegar\",\n                    \"ItemTypeName\": \"Prep\",\n                    \"UsageNet\": 2,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 2,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 75\n                },\n                {\n                    \"ItemID\": \"8093498\",\n                    \"ItemName\": \"Ham & Cheese Sandwich\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 1,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 1,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 35\n                }\n            ],\n            \"UpdateDate\": \"2022/08/18 06:56:41\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"73046609\",\n            \"Name\": \"pizza\",\n            \"IsSelfStock\": false,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"gr\",\n            \"UOMID\": 37,\n            \"MinOnHand\": 34,\n            \"ParLevel\": 34,\n            \"StorageIDs\": [\n                57401\n            ],\n            \"StorageNames\": [\n                \"222\"\n            ],\n            \"ProdQuantity\": 133,\n            \"OnHand\": null,\n            \"BOMPrice\": 0,\n            \"PrepTimeSecs\": null,\n            \"CookTimeSecs\": null,\n            \"SubItems\": [\n                {\n                    \"ItemID\": \"73046583\",\n                    \"ItemName\": \"pizza elad test\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 13,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 13,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 37\n                }\n            ],\n            \"UpdateDate\": \"2022/08/18 06:56:41\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"4742263\",\n            \"Name\": \"Pizza marguerita\",\n            \"IsSelfStock\": false,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"Qt\",\n            \"UOMID\": 75,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 1,\n            \"OnHand\": null,\n            \"BOMPrice\": 101.45,\n            \"PrepTimeSecs\": null,\n            \"CookTimeSecs\": null,\n            \"SubItems\": [\n                {\n                    \"ItemID\": \"703934\",\n                    \"ItemName\": \"Hamburger Buns\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 1,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 1,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 35\n                },\n                {\n                    \"ItemID\": \"4375036\",\n                    \"ItemName\": \"Tomato CS\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 1,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 1,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 35\n                }\n            ],\n            \"UpdateDate\": \"2022/11/09 13:29:25\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"25737461\",\n            \"Name\": \"Pizza souce\",\n            \"IsSelfStock\": true,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"EA\",\n            \"UOMID\": 35,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 1,\n            \"OnHand\": 0,\n            \"BOMPrice\": 28.45833,\n            \"PrepTimeSecs\": null,\n            \"CookTimeSecs\": null,\n            \"SubItems\": [\n                {\n                    \"ItemID\": \"15972702\",\n                    \"ItemName\": \"OIL OLIVE BLEND 90/10        ^\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 1,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 1,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 34\n                },\n                {\n                    \"ItemID\": \"703906\",\n                    \"ItemName\": \"Hot House Plum Tomatoes (5lb)\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 10,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 10,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 32\n                }\n            ],\n            \"UpdateDate\": \"2022/08/18 06:56:41\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"21031305\",\n            \"Name\": \"Preperation 1.7\",\n            \"IsSelfStock\": false,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"EA\",\n            \"UOMID\": 35,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 5,\n            \"OnHand\": null,\n            \"BOMPrice\": 4,\n            \"PrepTimeSecs\": null,\n            \"CookTimeSecs\": null,\n            \"SubItems\": [\n                {\n                    \"ItemID\": \"21031287\",\n                    \"ItemName\": \"Test Item 1.7 - 1\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 1,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 1,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 35\n                }\n            ],\n            \"UpdateDate\": \"2022/11/09 13:29:26\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"61376361\",\n            \"Name\": \"preptowaste\",\n            \"IsSelfStock\": false,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"lb\",\n            \"UOMID\": 32,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 1,\n            \"OnHand\": null,\n            \"BOMPrice\": 6.8,\n            \"PrepTimeSecs\": null,\n            \"CookTimeSecs\": null,\n            \"SubItems\": [\n                {\n                    \"ItemID\": \"59035227\",\n                    \"ItemName\": \"Angus Steak Burgers 4oz 24pk2\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 10,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 10,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 35\n                }\n            ],\n            \"UpdateDate\": \"2022/08/18 06:56:41\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"16054568\",\n            \"Name\": \"QA\",\n            \"IsSelfStock\": false,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"EA\",\n            \"UOMID\": 35,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 0.5,\n            \"OnHand\": null,\n            \"BOMPrice\": 0,\n            \"PrepTimeSecs\": null,\n            \"CookTimeSecs\": null,\n            \"SubItems\": [],\n            \"UpdateDate\": \"2021/05/31 05:08:41\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"10925890\",\n            \"Name\": \"Sandwich Guacamole\",\n            \"IsSelfStock\": true,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"EA\",\n            \"UOMID\": 35,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 10,\n            \"OnHand\": 0,\n            \"BOMPrice\": 0.29077,\n            \"PrepTimeSecs\": null,\n            \"CookTimeSecs\": null,\n            \"SubItems\": [\n                {\n                    \"ItemID\": \"907665\",\n                    \"ItemName\": \"Guacamole\",\n                    \"ItemTypeName\": \"Prep\",\n                    \"UsageNet\": 1,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 1,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 36\n                }\n            ],\n            \"UpdateDate\": \"2023/03/13 18:04:34\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"68206842\",\n            \"Name\": \"shmano2\",\n            \"IsSelfStock\": false,\n            \"CategoryID\": 377530,\n            \"CategoryName\": \"shmano22\",\n            \"UOMName\": \"EA\",\n            \"UOMID\": 35,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 2,\n            \"OnHand\": null,\n            \"BOMPrice\": 1,\n            \"PrepTimeSecs\": null,\n            \"CookTimeSecs\": null,\n            \"SubItems\": [\n                {\n                    \"ItemID\": \"68206831\",\n                    \"ItemName\": \"Shmano\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 1,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 1,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 36\n                }\n            ],\n            \"UpdateDate\": \"2022/08/18 06:56:41\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"68206854\",\n            \"Name\": \"shmano3\",\n            \"IsSelfStock\": true,\n            \"CategoryID\": 377530,\n            \"CategoryName\": \"shmano22\",\n            \"UOMName\": \"EA\",\n            \"UOMID\": 35,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 3,\n            \"OnHand\": 0,\n            \"BOMPrice\": 0.66666,\n            \"PrepTimeSecs\": null,\n            \"CookTimeSecs\": null,\n            \"SubItems\": [\n                {\n                    \"ItemID\": \"68206831\",\n                    \"ItemName\": \"Shmano\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 1,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 1,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 36\n                }\n            ],\n            \"UpdateDate\": \"2022/08/18 06:56:41\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"41873781\",\n            \"Name\": \"Sub-Beer007\",\n            \"IsSelfStock\": false,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"EA\",\n            \"UOMID\": 35,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 3,\n            \"OnHand\": null,\n            \"BOMPrice\": 0.54407,\n            \"PrepTimeSecs\": 600,\n            \"CookTimeSecs\": 600,\n            \"SubItems\": [\n                {\n                    \"ItemID\": \"39434693\",\n                    \"ItemName\": \"BEER TLV\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 1,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 1,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 35\n                },\n                {\n                    \"ItemID\": \"40473082\",\n                    \"ItemName\": \"Beer 4EVER\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 1,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 1,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 35\n                }\n            ],\n            \"UpdateDate\": \"2022/11/09 13:29:33\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"21031303\",\n            \"Name\": \"sub-recipe 1.7\",\n            \"IsSelfStock\": false,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"EA\",\n            \"UOMID\": 35,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 5,\n            \"OnHand\": null,\n            \"BOMPrice\": 9,\n            \"PrepTimeSecs\": null,\n            \"CookTimeSecs\": null,\n            \"SubItems\": [\n                {\n                    \"ItemID\": \"21031287\",\n                    \"ItemName\": \"Test Item 1.7 - 1\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 1,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 1,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 35\n                },\n                {\n                    \"ItemID\": \"21031290\",\n                    \"ItemName\": \"Test 1.7 - 2\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 1,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 1,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 35\n                }\n            ],\n            \"UpdateDate\": \"2022/11/09 13:29:26\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"20583972\",\n            \"Name\": \"Sushi Rice Vinegar\",\n            \"IsSelfStock\": false,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"Qt\",\n            \"UOMID\": 75,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 22,\n            \"OnHand\": null,\n            \"BOMPrice\": 0,\n            \"PrepTimeSecs\": 0,\n            \"CookTimeSecs\": 0,\n            \"SubItems\": [],\n            \"UpdateDate\": \"2021/05/31 05:08:41\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"20584062\",\n            \"Name\": \"Sushi Rice Vinegar\",\n            \"IsSelfStock\": false,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"Kg\",\n            \"UOMID\": 36,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 22,\n            \"OnHand\": null,\n            \"BOMPrice\": 0,\n            \"PrepTimeSecs\": 0,\n            \"CookTimeSecs\": 0,\n            \"SubItems\": [],\n            \"UpdateDate\": \"2022/05/25 11:55:05\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"20584074\",\n            \"Name\": \"Sushi Rice Vinegar\",\n            \"IsSelfStock\": false,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"Qt\",\n            \"UOMID\": 75,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 22,\n            \"OnHand\": null,\n            \"BOMPrice\": 0,\n            \"PrepTimeSecs\": 0,\n            \"CookTimeSecs\": 0,\n            \"SubItems\": [],\n            \"UpdateDate\": \"2021/05/31 05:08:41\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"20584078\",\n            \"Name\": \"Sushi Rice Vinegar\",\n            \"IsSelfStock\": false,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"Qt\",\n            \"UOMID\": 75,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 22,\n            \"OnHand\": null,\n            \"BOMPrice\": 0,\n            \"PrepTimeSecs\": 0,\n            \"CookTimeSecs\": 0,\n            \"SubItems\": [],\n            \"UpdateDate\": \"2021/05/31 05:08:41\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"20583923\",\n            \"Name\": \"Sushi Rice Vinegar\",\n            \"IsSelfStock\": false,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"Qt\",\n            \"UOMID\": 75,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 22,\n            \"OnHand\": null,\n            \"BOMPrice\": 0,\n            \"PrepTimeSecs\": 0,\n            \"CookTimeSecs\": 0,\n            \"SubItems\": [],\n            \"UpdateDate\": \"2021/05/31 05:08:41\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"20583884\",\n            \"Name\": \"Sushi Rice Vinegar\",\n            \"IsSelfStock\": false,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"Qt\",\n            \"UOMID\": 75,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 22,\n            \"OnHand\": null,\n            \"BOMPrice\": 0,\n            \"PrepTimeSecs\": 0,\n            \"CookTimeSecs\": 0,\n            \"SubItems\": [],\n            \"UpdateDate\": \"2021/05/31 05:08:41\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"40565052\",\n            \"Name\": \"TEA of QA\",\n            \"IsSelfStock\": true,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"L\",\n            \"UOMID\": 38,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"StorageIDs\": [\n                6279,\n                6283,\n                12964\n            ],\n            \"StorageNames\": [\n                \"Coffin Freezer\",\n                \"BOH Bar Storage\",\n                \"Cave à vin\"\n            ],\n            \"ProdQuantity\": 10,\n            \"OnHand\": 0,\n            \"BOMPrice\": 2.20909,\n            \"PrepTimeSecs\": 900,\n            \"CookTimeSecs\": 900,\n            \"SubItems\": [\n                {\n                    \"ItemID\": \"23925653\",\n                    \"ItemName\": \"teasdasd\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 1,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 1,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 35\n                },\n                {\n                    \"ItemID\": \"30423527\",\n                    \"ItemName\": \"Black Mamba Tea\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 1,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 1,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 35\n                }\n            ],\n            \"UpdateDate\": \"2022/11/09 13:29:32\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"4671421\",\n            \"Name\": \"Teaspoon - Sugar\",\n            \"IsSelfStock\": false,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"EA\",\n            \"UOMID\": 35,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 1,\n            \"OnHand\": null,\n            \"BOMPrice\": 0,\n            \"PrepTimeSecs\": null,\n            \"CookTimeSecs\": null,\n            \"SubItems\": [],\n            \"UpdateDate\": \"2021/05/31 05:08:41\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"26588337\",\n            \"Name\": \"test\",\n            \"IsSelfStock\": false,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"EA\",\n            \"UOMID\": 35,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 1,\n            \"OnHand\": null,\n            \"BOMPrice\": 0,\n            \"PrepTimeSecs\": null,\n            \"CookTimeSecs\": null,\n            \"SubItems\": [],\n            \"UpdateDate\": \"2021/05/31 05:08:41\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"46018215\",\n            \"Name\": \"test\",\n            \"IsSelfStock\": false,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"EA\",\n            \"UOMID\": 35,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 1,\n            \"OnHand\": null,\n            \"BOMPrice\": 0,\n            \"PrepTimeSecs\": null,\n            \"CookTimeSecs\": null,\n            \"SubItems\": [],\n            \"UpdateDate\": \"2021/05/31 05:08:42\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"6847890\",\n            \"Name\": \"Test 1\",\n            \"IsSelfStock\": false,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"L\",\n            \"UOMID\": 38,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 4,\n            \"OnHand\": null,\n            \"BOMPrice\": 0,\n            \"PrepTimeSecs\": null,\n            \"CookTimeSecs\": null,\n            \"SubItems\": [],\n            \"UpdateDate\": \"2021/05/31 05:08:41\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"54291688\",\n            \"Name\": \"Test Deacons\",\n            \"IsSelfStock\": true,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"EA\",\n            \"UOMID\": 35,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 1,\n            \"OnHand\": 0,\n            \"BOMPrice\": 0,\n            \"PrepTimeSecs\": null,\n            \"CookTimeSecs\": null,\n            \"SubItems\": [],\n            \"UpdateDate\": \"2021/06/22 18:13:29\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"4391477\",\n            \"Name\": \"test prep\",\n            \"IsSelfStock\": false,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"EA\",\n            \"UOMID\": 35,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 1,\n            \"OnHand\": null,\n            \"BOMPrice\": 0,\n            \"PrepTimeSecs\": null,\n            \"CookTimeSecs\": null,\n            \"SubItems\": [],\n            \"UpdateDate\": \"2021/05/31 05:08:41\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"26588418\",\n            \"Name\": \"test11\",\n            \"IsSelfStock\": false,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"EA\",\n            \"UOMID\": 35,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 1,\n            \"OnHand\": null,\n            \"BOMPrice\": 22.0603,\n            \"PrepTimeSecs\": null,\n            \"CookTimeSecs\": null,\n            \"SubItems\": [\n                {\n                    \"ItemID\": \"25342380\",\n                    \"ItemName\": \"aaaaaa test\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 2,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 2,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 35\n                },\n                {\n                    \"ItemID\": \"1880169\",\n                    \"ItemName\": \"Bagel Dough\",\n                    \"ItemTypeName\": \"Prep\",\n                    \"UsageNet\": 1,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 1,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 35\n                }\n            ],\n            \"UpdateDate\": \"2023/07/27 17:49:10\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"46018217\",\n            \"Name\": \"testAlon\",\n            \"IsSelfStock\": false,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"EA\",\n            \"UOMID\": 35,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 1,\n            \"OnHand\": null,\n            \"BOMPrice\": 0,\n            \"PrepTimeSecs\": null,\n            \"CookTimeSecs\": null,\n            \"SubItems\": [],\n            \"UpdateDate\": \"2021/05/31 05:08:42\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"79636053\",\n            \"Name\": \"testidandaniel1\",\n            \"IsSelfStock\": false,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"EA\",\n            \"UOMID\": 35,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 1,\n            \"OnHand\": null,\n            \"BOMPrice\": 0,\n            \"PrepTimeSecs\": null,\n            \"CookTimeSecs\": null,\n            \"SubItems\": [\n                {\n                    \"ItemID\": \"79636054\",\n                    \"ItemName\": \"testidandaniel2\",\n                    \"ItemTypeName\": \"Prep\",\n                    \"UsageNet\": 1,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 1,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 35\n                }\n            ],\n            \"UpdateDate\": \"2022/08/18 06:56:41\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"79636054\",\n            \"Name\": \"testidandaniel2\",\n            \"IsSelfStock\": false,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"EA\",\n            \"UOMID\": 35,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 1,\n            \"OnHand\": null,\n            \"BOMPrice\": 0,\n            \"PrepTimeSecs\": null,\n            \"CookTimeSecs\": null,\n            \"SubItems\": [],\n            \"UpdateDate\": \"2022/04/03 11:03:23\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"63080761\",\n            \"Name\": \"testprepcat1\",\n            \"IsSelfStock\": false,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"EA\",\n            \"UOMID\": 35,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 1,\n            \"OnHand\": null,\n            \"BOMPrice\": 0,\n            \"PrepTimeSecs\": null,\n            \"CookTimeSecs\": null,\n            \"SubItems\": [],\n            \"UpdateDate\": \"2021/09/01 08:39:18\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"28977613\",\n            \"Name\": \"TESTYEILD\",\n            \"IsSelfStock\": false,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"EA\",\n            \"UOMID\": 35,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 70,\n            \"OnHand\": null,\n            \"BOMPrice\": 0.66372,\n            \"PrepTimeSecs\": null,\n            \"CookTimeSecs\": null,\n            \"SubItems\": [\n                {\n                    \"ItemID\": \"4007354\",\n                    \"ItemName\": \"Marie Brizard Pearl William 750 ml\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 1,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 1,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 38\n                },\n                {\n                    \"ItemID\": \"23818259\",\n                    \"ItemName\": \"fsdf222\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 1,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 1,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 35\n                },\n                {\n                    \"ItemID\": \"703909\",\n                    \"ItemName\": \"Mutti Tomato Puree Passata (12*24.5oz)\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 7,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 7,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 32\n                }\n            ],\n            \"UpdateDate\": \"2022/11/09 13:29:27\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"12221580\",\n            \"Name\": \"tete\",\n            \"IsSelfStock\": false,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"EA\",\n            \"UOMID\": 35,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 2,\n            \"OnHand\": null,\n            \"BOMPrice\": 21.00107,\n            \"PrepTimeSecs\": null,\n            \"CookTimeSecs\": null,\n            \"SubItems\": [\n                {\n                    \"ItemID\": \"29038397\",\n                    \"ItemName\": \"Amarena Cherry - Natural Milk Gelato with the Famous Amarena Cherry Swirl (2.5 Qt)\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 1,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 1,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 75\n                },\n                {\n                    \"ItemID\": \"30423561\",\n                    \"ItemName\": \"SECOND\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 1,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 1,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 35\n                }\n            ],\n            \"UpdateDate\": \"2023/01/10 14:38:01\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"20585581\",\n            \"Name\": \"Tomato Bruschetta\",\n            \"IsSelfStock\": true,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"EA\",\n            \"UOMID\": 35,\n            \"MinOnHand\": 30,\n            \"ParLevel\": 20,\n            \"StorageIDs\": [\n                6279,\n                7969\n            ],\n            \"StorageNames\": [\n                \"Coffin Freezer\",\n                \"Meat Fridge\"\n            ],\n            \"ProdQuantity\": 33,\n            \"OnHand\": 0,\n            \"BOMPrice\": 2.0909,\n            \"PrepTimeSecs\": 0,\n            \"CookTimeSecs\": 0,\n            \"SubItems\": [\n                {\n                    \"ItemID\": \"2269686\",\n                    \"ItemName\": \"White Baguette\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 3,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 3,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 35\n                },\n                {\n                    \"ItemID\": \"2008674\",\n                    \"ItemName\": \"Heirloom Tomatoes\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 4,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 4,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 32\n                }\n            ],\n            \"UpdateDate\": \"2022/11/09 13:29:26\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"61061243\",\n            \"Name\": \"Tomato sauce\",\n            \"IsSelfStock\": false,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"L\",\n            \"UOMID\": 38,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 1,\n            \"OnHand\": null,\n            \"BOMPrice\": 9,\n            \"PrepTimeSecs\": null,\n            \"CookTimeSecs\": null,\n            \"SubItems\": [\n                {\n                    \"ItemID\": \"61061207\",\n                    \"ItemName\": \"Garlic\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 1,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 1,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 35\n                },\n                {\n                    \"ItemID\": \"61061206\",\n                    \"ItemName\": \"Tomatoes\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 4,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 4,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 35\n                }\n            ],\n            \"UpdateDate\": \"2022/08/18 06:56:41\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"42392160\",\n            \"Name\": \"Yaniv 2222\",\n            \"IsSelfStock\": false,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"EA\",\n            \"UOMID\": 35,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 5,\n            \"OnHand\": null,\n            \"BOMPrice\": 2,\n            \"PrepTimeSecs\": 180,\n            \"CookTimeSecs\": 180,\n            \"SubItems\": [\n                {\n                    \"ItemID\": \"42392057\",\n                    \"ItemName\": \"Yaniv Beer 99%\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 1,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 1,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 35\n                }\n            ],\n            \"UpdateDate\": \"2022/11/09 13:29:33\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"9012208\",\n            \"Name\": \"yaniv 27 prep\",\n            \"IsSelfStock\": false,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"Kg\",\n            \"UOMID\": 36,\n            \"MinOnHand\": 3,\n            \"ParLevel\": 2,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 33,\n            \"OnHand\": null,\n            \"BOMPrice\": null,\n            \"PrepTimeSecs\": 0,\n            \"CookTimeSecs\": 0,\n            \"SubItems\": [],\n            \"UpdateDate\": \"2021/05/31 05:08:41\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"9012209\",\n            \"Name\": \"yaniv 27 prep2\",\n            \"IsSelfStock\": false,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"lb\",\n            \"UOMID\": 32,\n            \"MinOnHand\": 3,\n            \"ParLevel\": 2,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 533,\n            \"OnHand\": null,\n            \"BOMPrice\": null,\n            \"PrepTimeSecs\": 0,\n            \"CookTimeSecs\": 0,\n            \"SubItems\": [],\n            \"UpdateDate\": \"2021/05/31 05:08:41\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"24047177\",\n            \"Name\": \"yaniv test\",\n            \"IsSelfStock\": false,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"EA\",\n            \"UOMID\": 35,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 3,\n            \"OnHand\": null,\n            \"BOMPrice\": 32.05086,\n            \"PrepTimeSecs\": null,\n            \"CookTimeSecs\": null,\n            \"SubItems\": [\n                {\n                    \"ItemID\": \"703910\",\n                    \"ItemName\": \"Mutti Peeled Tomatoes (12*1.96lb)\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 33,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 33,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 32\n                },\n                {\n                    \"ItemID\": \"4825565\",\n                    \"ItemName\": \"Ice cream-Vaniila\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 1,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 1,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 35\n                },\n                {\n                    \"ItemID\": \"15972705\",\n                    \"ItemName\": \"SAN PEL SODA ORANGE ARANCIATA BLOOD\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 1,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 1,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 35\n                },\n                {\n                    \"ItemID\": \"23980711\",\n                    \"ItemName\": \"Nana Banana🍌.\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 3,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 3,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 36\n                },\n                {\n                    \"ItemID\": \"18816462\",\n                    \"ItemName\": \"BEEF, CHUK TERES MAJ 114F BNLS 80 lb\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 1,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 1,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 32\n                }\n            ],\n            \"UpdateDate\": \"2022/11/09 13:29:27\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"7758641\",\n            \"Name\": \"Yogurt\",\n            \"IsSelfStock\": false,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"gr\",\n            \"UOMID\": 37,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 13,\n            \"OnHand\": null,\n            \"BOMPrice\": 0,\n            \"PrepTimeSecs\": null,\n            \"CookTimeSecs\": null,\n            \"SubItems\": [\n                {\n                    \"ItemID\": \"4167443\",\n                    \"ItemName\": \"Acai press bottle\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 1,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 1,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 34\n                }\n            ],\n            \"UpdateDate\": \"2022/08/18 06:56:41\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"10353860\",\n            \"Name\": \"Yoni test 1\",\n            \"IsSelfStock\": false,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"EA\",\n            \"UOMID\": 35,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 1,\n            \"OnHand\": null,\n            \"BOMPrice\": 0,\n            \"PrepTimeSecs\": null,\n            \"CookTimeSecs\": null,\n            \"SubItems\": [],\n            \"UpdateDate\": \"2021/05/31 05:08:41\",\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"10353861\",\n            \"Name\": \"Yoni test 2\",\n            \"IsSelfStock\": false,\n            \"CategoryID\": null,\n            \"CategoryName\": \"\",\n            \"UOMName\": \"EA\",\n            \"UOMID\": 35,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"StorageIDs\": [],\n            \"StorageNames\": [],\n            \"ProdQuantity\": 1,\n            \"OnHand\": null,\n            \"BOMPrice\": 0,\n            \"PrepTimeSecs\": null,\n            \"CookTimeSecs\": null,\n            \"SubItems\": [\n                {\n                    \"ItemID\": \"10353860\",\n                    \"ItemName\": \"Yoni test 1\",\n                    \"ItemTypeName\": \"Prep\",\n                    \"UsageNet\": 1,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 1,\n                    \"SortIndex\": null,\n                    \"ItemMeasureTypeID\": 35\n                }\n            ],\n            \"UpdateDate\": \"2022/08/18 06:56:41\",\n            \"IsDeleted\": false\n        }\n    ],\n    \"MaxTakeAllowed\": 500,\n    \"Page\": {\n        \"Skip\": 0,\n        \"Take\": 0,\n        \"Total\": 98\n    },\n    \"IsSuccess\": true,\n    \"ErrorMessage\": null,\n    \"ErrorCode\": null,\n    \"RequestID\": \"0628df6e-d635-4877-9cc1-8c468922349f\"\n}"}],"_postman_id":"de20f2e4-2a70-4901-ae5e-1e642165e869"},{"name":"GetInventoryItems","id":"8dcfdaad-f9cc-4485-9504-62064a32a9ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\r\n\t\t\"BuyerGuid\": \"{{buyerGuid}}\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/inventory/GetInventoryItems","description":"<p>Get all invetnory items</p>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BuyerGuid</td>\n<td>String</td>\n<td>Buyer’s Guid</td>\n</tr>\n<tr>\n<td>GetDeleted</td>\n<td>Bool</td>\n<td>Optional. Default is false.If value is true it will get both deleted and not deleted.</td>\n</tr>\n<tr>\n<td>ItemIDs</td>\n<td>List</td>\n<td>Optional. Can be used to retrieve items by specific IDs</td>\n</tr>\n<tr>\n<td>Skip</td>\n<td>Int</td>\n<td>Optional. State the number of items to skip</td>\n</tr>\n<tr>\n<td>Take</td>\n<td>Int</td>\n<td>Optional. Will only request the inserted amount. Maximum of 500 at a time. Used with 'Skip'</td>\n</tr>\n<tr>\n<td>UpdatDate</td>\n<td>String</td>\n<td>Optional. Can be used to retrieve items by &gt;= specific UpdatDate</td>\n</tr>\n<tr>\n<td>GetCountDefOptions</td>\n<td>Bool</td>\n<td>Optional (Default is false). When true, each inventory item will be returned with an additional array.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Bool</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n<tr>\n<td>Items</td>\n<td>List</td>\n<td>See below</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"items-list\">Items List</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Decription</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ID</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>Name</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>AboutTheItem</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>UpdateDate</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>CategoryID</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>CategoryName</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>UOMName</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>UOMID</td>\n<td>Int (Optional)</td>\n<td></td>\n</tr>\n<tr>\n<td>ReportingUOM</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>MinOnHand</td>\n<td>Decimal (Optional)</td>\n<td></td>\n</tr>\n<tr>\n<td>ParLevel</td>\n<td>Decimal (Optional)</td>\n<td></td>\n</tr>\n<tr>\n<td>MinOrderQty</td>\n<td>Decimal (Optional)</td>\n<td></td>\n</tr>\n<tr>\n<td>MaxOrderQty</td>\n<td>Decimal (Optional)</td>\n<td></td>\n</tr>\n<tr>\n<td>DateRangeType</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>StorageArea1ID</td>\n<td>Int (Optional)</td>\n<td></td>\n</tr>\n<tr>\n<td>StorageArea1Name</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>StorageArea2ID</td>\n<td>Int (Optional)</td>\n<td></td>\n</tr>\n<tr>\n<td>StorageArea2Name</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>OnHand</td>\n<td>Decimal (Optional)</td>\n<td></td>\n</tr>\n<tr>\n<td>BOMPrice</td>\n<td>Decimal (Optional)</td>\n<td></td>\n</tr>\n<tr>\n<td>ExpenseAccount</td>\n<td>String</td>\n<td>Debit account name in Marketman</td>\n</tr>\n<tr>\n<td>PurchaseItems</td>\n<td>List</td>\n<td>See below</td>\n</tr>\n<tr>\n<td>CountDefOptions</td>\n<td>List</td>\n<td>See below</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"countdefoptions-list\">CountDefOptions List</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CountDefID</td>\n<td>Int</td>\n<td></td>\n</tr>\n<tr>\n<td>CountDefName</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>IsDefault</td>\n<td>Bool</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"purchase-items-list\">Purchase Items List</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Name</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>VendorName</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>VendorGuid</td>\n<td>String</td>\n<td>Vendor Guid</td>\n</tr>\n<tr>\n<td>PackQty</td>\n<td>Decimal (Optional)</td>\n<td></td>\n</tr>\n<tr>\n<td>PacksPerCase</td>\n<td>Decimal (Optional)</td>\n<td></td>\n</tr>\n<tr>\n<td>UOMName</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>UOMID</td>\n<td>Int (Optional)</td>\n<td></td>\n</tr>\n<tr>\n<td>ProductCode</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>Price</td>\n<td>Decimal (Optional)</td>\n<td></td>\n</tr>\n<tr>\n<td>MinOrderQty</td>\n<td>Decimal (Optional)</td>\n<td></td>\n</tr>\n<tr>\n<td>PriceType</td>\n<td>String</td>\n<td>Two options 1.UOM 2.Product</td>\n</tr>\n<tr>\n<td>CatalogItemCode</td>\n<td>Int</td>\n<td>Catalog item code</td>\n</tr>\n<tr>\n<td>CatalogItemID</td>\n<td>Int</td>\n<td>Catalog item ID</td>\n</tr>\n<tr>\n<td>TaxLevelID</td>\n<td>Int</td>\n<td>ID of tax level</td>\n</tr>\n<tr>\n<td>TaxValue</td>\n<td>Decimal</td>\n<td>Tax value</td>\n</tr>\n<tr>\n<td>PriceWithVat</td>\n<td>Decimal</td>\n<td>Price + Tax value</td>\n</tr>\n<tr>\n<td>ScarBarCode</td>\n<td>String</td>\n<td>Scanned barcode</td>\n</tr>\n<tr>\n<td>IsMainPurchaseOption</td>\n<td>Bool</td>\n<td>Main Purchase Option</td>\n</tr>\n<tr>\n<td>DeletedFromSupplier</td>\n<td>Bool</td>\n<td></td>\n</tr>\n<tr>\n<td>IsForOrdering</td>\n<td>Bool</td>\n<td>Shows if the Purchase Option is for ordering</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}},"urlObject":{"path":["v3","buyers","inventory","GetInventoryItems"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[{"id":"8be4f396-9ee6-445e-9399-6f103d0e0844","name":"GetInventoryItems","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"63264ed33a6d406994368a042cf3e3c9"}],"body":{"mode":"raw","raw":"{\r\n  \"BuyerGuid\": \"c2a660f1ebc34305b20f1e4e73dcde22\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/inventory/GetInventoryItems"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Items\": [\n        {\n            \"ID\": \"61236125\",\n            \"Name\": \"#3 RYE BREAD (GINS SPLIT 04236410020\",\n            \"AboutTheItem\": null,\n            \"UpdateDate\": \"2022/12/29 04:12:08\",\n            \"CategoryID\": 310108,\n            \"CategoryName\": \"CHARELS food\",\n            \"UOMName\": \"EA\",\n            \"UOMID\": 35,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"StorageIDs\": [\n                57880\n            ],\n            \"StorageNames\": [\n                \"1010\"\n            ],\n            \"OnHand\": 0,\n            \"BOMPrice\": 3.35,\n            \"DebitAccountName\": null,\n            \"PurchaseItems\": [\n                {\n                    \"Name\": \"#3 RYE BREAD (GINS SPLIT 04236410020\",\n                    \"SupplierName\": \"EL EL Israel\",\n                    \"VendorName\": \"EL EL Israel\",\n                    \"PackQty\": 1,\n                    \"PacksPerCase\": null,\n                    \"UOMName\": \"EA\",\n                    \"UOMID\": 35,\n                    \"ReportingUOM\": null,\n                    \"ProductCode\": \"33001303\",\n                    \"Price\": 3.35,\n                    \"MinOrderQty\": null,\n                    \"PriceType\": \"Product\",\n                    \"Ratio\": null,\n                    \"VendorGuid\": \"1bcd26223f6a4518bcc586266632f47a\",\n                    \"CatalogItemCode\": 7773484,\n                    \"TaxLevelID\": 1,\n                    \"TaxValue\": 0,\n                    \"PriceWithVat\": 3.35,\n                    \"ScanBarcode\": \"ABC-abc-1236\",\n                    \"IsMainPurchaseOption\": true,\n                     \"DeletedFromSupplier\": false\n                }\n            ],\n            \"IsDeleted\": false,\n            \"CountDefOptions\": null\n        },\n        {\n            \"ID\": \"63893816\",\n            \"Name\": \"#3 RYE BREAD (GINS SPLIT 04236410020\",\n            \"AboutTheItem\": null,\n            \"UpdateDate\": \"2022/09/07 12:46:06\",\n            \"CategoryID\": 310108,\n            \"CategoryName\": \"CHARELS food\",\n            \"UOMName\": \"EA\",\n            \"UOMID\": 35,\n            \"ReportingUOM\": null,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"StorageIDs\": [\n                57880\n            ],\n            \"StorageNames\": [\n                \"1010\"\n            ],\n            \"OnHand\": 0,\n            \"BOMPrice\": 1.675,\n            \"DebitAccountName\": null,\n            \"PurchaseItems\": [\n                {\n                    \"Name\": \"#3 RYE BREAD (GINS SPLIT 04236410020\",\n                    \"SupplierName\": \"A new sup\",\n                    \"VendorName\": \"A new sup\",\n                    \"PackQty\": 2,\n                    \"PacksPerCase\": null,\n                    \"UOMName\": \"EA\",\n                    \"UOMID\": 35,\n                    \"ProductCode\": \"33001303\",\n                    \"Price\": 3.35,\n                    \"MinOrderQty\": null,\n                    \"PriceType\": \"Product\",\n                    \"Ratio\": null,\n                    \"VendorGuid\": \"c704cb94419c4ebcbcf87175561fcb48\",\n                    \"CatalogItemCode\": 8132651,\n                    \"TaxLevelID\": 1,\n                    \"TaxValue\": 0,\n                    \"PriceWithVat\": 3.35,\n                    \"ScanBarcode\": \"ABC-abc-1237\",\n                    \"IsMainPurchaseOption\": true,\n                     \"DeletedFromSupplier\": false\n                }\n            ],\n            \"IsDeleted\": false,\n            \"CountDefOptions\": null\n        },\n        {\n            \"ID\": \"75973758\",\n            \"Name\": \"(Example)\",\n            \"AboutTheItem\": null,\n            \"UpdateDate\": \"2023/01/25 16:37:40\",\n            \"CategoryID\": 310108,\n            \"CategoryName\": \"CHARELS food\",\n            \"UOMName\": \"EA\",\n            \"UOMID\": 35,\n            \"ReportingUOM\": null,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"StorageIDs\": [\n                57880\n            ],\n            \"StorageNames\": [\n                \"1010\"\n            ],\n            \"OnHand\": 12,\n            \"BOMPrice\": 0,\n            \"DebitAccountName\": null,\n            \"PurchaseItems\": [\n                {\n                    \"Name\": \"(Example)\",\n                    \"SupplierName\": \" Sysco \",\n                    \"VendorName\": \" Sysco \",\n                    \"PackQty\": 1,\n                    \"PacksPerCase\": null,\n                    \"UOMName\": \"EA\",\n                    \"UOMID\": 35,\n                    \"ProductCode\": \"115533\",\n                    \"Price\": 0,\n                    \"MinOrderQty\": null,\n                    \"PriceType\": \"Product\",\n                    \"Ratio\": null,\n                    \"VendorGuid\": \"adfef1abade94145b09ab396c2d323f3\",\n                    \"CatalogItemCode\": 9397774,\n                    \"TaxLevelID\": 1,\n                    \"TaxValue\": 0,\n                    \"PriceWithVat\": 0,\n                    \"ScanBarcode\": \"www.barcodesaustralia.com\",\n                    \"IsMainPurchaseOption\": true,\n                     \"DeletedFromSupplier\": false\n\n                }\n            ],\n            \"IsDeleted\": false,\n            \"CountDefOptions\": null\n        },\n        {\n            \"ID\": \"75973804\",\n            \"Name\": \"(Example)\",\n            \"AboutTheItem\": null,\n            \"UpdateDate\": \"2023/01/25 15:08:38\",\n            \"CategoryID\": 310108,\n            \"CategoryName\": \"CHARELS food\",\n            \"UOMName\": \"EA\",\n            \"UOMID\": 35,\n            \"ReportingUOM\": null,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"StorageIDs\": [\n                57880\n            ],\n            \"StorageNames\": [\n                \"1010\"\n            ],\n            \"OnHand\": 1212,\n            \"BOMPrice\": 0,\n            \"DebitAccountName\": null,\n            \"PurchaseItems\": [\n                {\n                    \"Name\": \"(Example)\",\n                    \"SupplierName\": \" Sysco \",\n                    \"VendorName\": \" Sysco \",\n                    \"PackQty\": null,\n                    \"PacksPerCase\": null,\n                    \"UOMName\": \"EA\",\n                    \"UOMID\": 35,\n                    \"ProductCode\": \"1155333\",\n                    \"Price\": null,\n                    \"MinOrderQty\": null,\n                    \"PriceType\": \"Product\",\n                    \"Ratio\": null,\n                    \"VendorGuid\": \"adfef1abade94145b09ab396c2d323f3\",\n                    \"CatalogItemCode\": 9397777,\n                    \"TaxLevelID\": 1,\n                    \"TaxValue\": 0,\n                    \"PriceWithVat\": 0,\n                    \"ScanBarcode\": null,\n                    \"IsMainPurchaseOption\": true,\n                     \"DeletedFromSupplier\": false\n                }\n            ],\n            \"IsDeleted\": false,\n            \"CountDefOptions\": null\n        },\n        {\n            \"ID\": \"75973812\",\n            \"Name\": \"(Example) #258 ESPRESSO GRAN BLUE\",\n            \"AboutTheItem\": null,\n            \"UpdateDate\": \"2022/12/29 04:11:58\",\n            \"CategoryID\": 310108,\n            \"CategoryName\": \"CHARELS food\",\n            \"UOMName\": \"gal\",\n            \"UOMID\": 34,\n            \"ReportingUOM\": null,\n            \"MinOnHand\": 5,\n            \"ParLevel\": 5,\n            \"StorageIDs\": [\n                6279,\n                53428,\n                57400,\n                57880,\n                60522\n            ],\n            \"StorageNames\": [\n                \"Coffin Freezer\",\n                \"YanivQA\",\n                \"111\",\n                \"1010\",\n                \"alonnj\"\n            ],\n            \"OnHand\": 0,\n            \"BOMPrice\": 0.04444,\n            \"DebitAccountName\": null,\n            \"PurchaseItems\": [\n                {\n                    \"Name\": \"(Example) #258 ESPRESSO GRAN BLUE\",\n                    \"SupplierName\": \"TEST14/7\",\n                    \"VendorName\": \"TEST14/7\",\n                    \"PackQty\": 15,\n                    \"PacksPerCase\": 3,\n                    \"UOMName\": \"gal\",\n                    \"UOMID\": 34,\n                    \"ProductCode\": \"10WYN2010\",\n                    \"Price\": 2,\n                    \"MinOrderQty\": null,\n                    \"PriceType\": \"Product\",\n                    \"Ratio\": 4334,\n                    \"VendorGuid\": \"518b02e8987e4848a1c6c7b1dd789a19\",\n                    \"CatalogItemCode\": 9397778,\n                    \"TaxLevelID\": 1,\n                    \"TaxValue\": 0,\n                    \"PriceWithVat\": 2,\n                    \"ScanBarcode\": \"7296073380894\",\n                    \"IsMainPurchaseOption\": true,\n                     \"DeletedFromSupplier\": true\n                },\n                {\n                    \"Name\": \"dupeitem6\",\n                    \"SupplierName\": \" Sysco \",\n                    \"VendorName\": \" Sysco \",\n                    \"PackQty\": 5,\n                    \"PacksPerCase\": null,\n                    \"UOMName\": \"EA\",\n                    \"UOMID\": 35,\n                    \"ProductCode\": \"dupeitem6\",\n                    \"Price\": 1,\n                    \"MinOrderQty\": null,\n                    \"PriceType\": \"Product\",\n                    \"Ratio\": 1,\n                    \"VendorGuid\": \"adfef1abade94145b09ab396c2d323f3\",\n                    \"CatalogItemCode\": 9593538,\n                    \"TaxLevelID\": 1,\n                    \"TaxValue\": 0,\n                    \"PriceWithVat\": 1,\n                    \"ScanBarcode\": null,\n                    \"IsMainPurchaseOption\": true,\n                     \"DeletedFromSupplier\": false\n                },\n                {\n                    \"Name\": \"(Example) #260 ESPRESSO TIERRA SEL BLUEe\",\n                    \"SupplierName\": \"TEST14/7\",\n                    \"VendorName\": \"TEST14/7\",\n                    \"PackQty\": 10,\n                    \"PacksPerCase\": null,\n                    \"UOMName\": \"fl-oz\",\n                    \"UOMID\": 33,\n                    \"ProductCode\": \"10WYN2012z\",\n                    \"Price\": 2,\n                    \"MinOrderQty\": null,\n                    \"PriceType\": \"Product\",\n                    \"Ratio\": null,\n                    \"VendorGuid\": \"518b02e8987e4848a1c6c7b1dd789a19\",\n                    \"CatalogItemCode\": 9397780,\n                    \"TaxLevelID\": 1,\n                    \"TaxValue\": 0,\n                    \"PriceWithVat\": 2,\n                    \"ScanBarcode\": \"ABC-abc-1238\",\n                    \"IsMainPurchaseOption\": true,\n                     \"DeletedFromSupplier\": false\n                }\n            ],\n            \"IsDeleted\": false,\n            \"CountDefOptions\": null\n        }\n    ],\n    \"MaxTakeAllowed\": 500,\n    \"Page\": {\n        \"Skip\": 3,\n        \"Take\": 5,\n        \"Total\": null\n    },\n    \"IsSuccess\": true,\n    \"ErrorMessage\": null,\n    \"ErrorCode\": null,\n    \"RequestID\": \"e2d1c459-12e2-42f7-ac4d-dca4c9b8f8c6\"\n}"}],"_postman_id":"8dcfdaad-f9cc-4485-9504-62064a32a9ff"},{"name":"SetInventoryCount","id":"cbc2b7a9-8dd8-436e-a8eb-e5c4649eeb9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\r\n    \"CountDateUTC\": \"2023/01/26 11:19:30\",\r\n    \"Description\": \"Single Buyer Count Creation\",\r\n    \"CountDateType\": 1,\r\n    \"Items\": [\r\n        {\r\n            \"ID\": 117589013,\r\n            \"CountDefDetails\": [\r\n                {\r\n                    \"CountDefID\": 151371562,\r\n                    \"CountDefAmount\": 25.0\r\n                }\r\n            ]\r\n        }\r\n    ],\r\n    \"BuyerGuid\": \"{{buyerGuid}}\",\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/inventory/SetInventoryCount","description":"<p>Creates a new Inventory count.</p>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>InvCountID</td>\n<td>Int</td>\n<td>Can be null ,if exist - edit not exist -insert</td>\n</tr>\n<tr>\n<td>BuyerGuid</td>\n<td>String</td>\n<td>Buyer’s Guid</td>\n</tr>\n<tr>\n<td>CountDateUTC</td>\n<td>String</td>\n<td>YYYY/MM/DD hh:mm:ss</td>\n</tr>\n<tr>\n<td>Description</td>\n<td>String</td>\n<td>This field is called ‘Comments’ in GetInventoryCounts - Optional</td>\n</tr>\n<tr>\n<td>CountDateType</td>\n<td>Int</td>\n<td>1=Day Start 2=Day End</td>\n</tr>\n<tr>\n<td>Items</td>\n<td>List</td>\n<td>List of item counts lines</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"items-list\">Items List</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ID</td>\n<td>Int</td>\n<td>Marketman Item ID</td>\n</tr>\n<tr>\n<td>CountDefDetails</td>\n<td>List</td>\n<td>See below</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"countdefdetails-lines\">CountDefDetails Lines</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CountDefID</td>\n<td>Int</td>\n<td></td>\n</tr>\n<tr>\n<td>CountDefAmount</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Bool</td>\n<td></td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>ErrorCode</td>\n<td>Int</td>\n<td></td>\n</tr>\n<tr>\n<td>RequestID</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>InvCountID</td>\n<td>Int</td>\n<td></td>\n</tr>\n<tr>\n<td>CreateDateUTC</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>UpdateDateUTC</td>\n<td>String</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}},"urlObject":{"path":["v3","buyers","inventory","SetInventoryCount"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[{"id":"ac78e96b-6cd7-4eab-a66f-28ff65188f17","name":"SetInventoryCount","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\r\n    \"CountDateUTC\": \"2023/01/26 11:19:30\",\r\n    \"Description\": \"Single Buyer Count Creation\",\r\n    \"CountDateType\": 1,\r\n    \"Items\": [\r\n        {\r\n            \"ID\": 117589013,\r\n            \"CountDefDetails\": [\r\n                {\r\n                    \"CountDefID\": 151371562,\r\n                    \"CountDefAmount\": 25.0\r\n                }\r\n            ]\r\n        }\r\n    ],\r\n    \"BuyerGuid\": \"{{buyerGuid}}\",\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/inventory/SetInventoryCount"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Errors\": null,\n    \"InvCountID\": 1355711,\n    \"CreateDateUTC\": \"2023/01/26 12:52:23\",\n    \"UpdateDateUTC\": \"2023/01/26 12:52:23\",\n    \"IsSuccess\": true,\n    \"ErrorMessage\": null,\n    \"ErrorCode\": null,\n    \"RequestID\": \"1c65b72a-f3ec-4802-a666-47506e21b5de\"\n}"}],"_postman_id":"cbc2b7a9-8dd8-436e-a8eb-e5c4649eeb9a"},{"name":"DeleteInventoryCount","id":"7208dedc-a5df-4752-a20a-c93f03601353","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\r\n \"InvCountID\" : 1339973,\r\n \"BuyerGuid\": \"{{buyerGuid}}\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/inventory/DeleteInventoryCount","description":"<p>Delete an inventory count.</p>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>InvCountID</td>\n<td>Int</td>\n<td>Count ID of the count to be deleted.</td>\n</tr>\n<tr>\n<td>BuyerGuid</td>\n<td>String</td>\n<td>Buyer's Guid</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Bool</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>ErrorCode</td>\n<td>Int</td>\n<td></td>\n</tr>\n<tr>\n<td>RequestID</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>InvCountID</td>\n<td>Int</td>\n<td>Count ID of the count to be deleted.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}},"urlObject":{"path":["v3","buyers","inventory","DeleteInventoryCount"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[{"id":"6960c6a8-aa78-410c-aba2-38b958335064","name":"DeleteInventoryCount","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\r\n \"InvCountID\" : 1339973,\r\n \"BuyerGuid\": \"{{buyerGuid}}\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/inventory/DeleteInventoryCount"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"InvCountID\": 1339973,\n    \"IsSuccess\": true,\n    \"ErrorMessage\": null,\n    \"ErrorCode\": null,\n    \"RequestID\": \"800b3595-3deb-4cc4-a56b-27ba64d3121b\"\n}"}],"_postman_id":"7208dedc-a5df-4752-a20a-c93f03601353"},{"name":"GetTransfers","id":"5ad8985d-93ba-49db-9ea4-9591005ff053","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"DateTimeFromUTC\": \"2020/01/01 00:00:00\",\n    \"DateTimeToUTC\": \"2020/01/10 00:00:00\",\n    \"BuyerGuid\": \"{{buyerGuid}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/inventory/GetTransfers","description":"<p>Gets all transfers.</p>\n<p>only available  for chains</p>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>DateTimeFromUTC</td>\n<td>String</td>\n<td>Minimum delivery date (more info)</td>\n</tr>\n<tr>\n<td>DateTimeToUTC</td>\n<td>String</td>\n<td>Maximum delivery date (more info)</td>\n</tr>\n<tr>\n<td>BuyerGuid</td>\n<td>String</td>\n<td>Buyer’s Guid (more info)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n<tr>\n<td>Transfers</td>\n<td>Array</td>\n<td>See below</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><p>Transfers array</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ID</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>BuyerFromName</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>BuyerFromGuid</td>\n<td>String</td>\n<td>Buyer id</td>\n</tr>\n<tr>\n<td>BuyerToName</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>BuyerToGuid</td>\n<td>String</td>\n<td>Buyer id</td>\n</tr>\n<tr>\n<td>DateUTC</td>\n<td>DateTime</td>\n<td></td>\n</tr>\n<tr>\n<td>PriceTotalWithoutVAT</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>Commments</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>TransferStatus</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>Lines</td>\n<td>Array</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div></li>\n<li><p>Lines array</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>LineID</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>ItemID</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>ItemName</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>Quantity</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>TotalPriceWithoutVAT</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>UOMID</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>UOMName</td>\n<td>String</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}},"urlObject":{"path":["v3","buyers","inventory","GetTransfers"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5ad8985d-93ba-49db-9ea4-9591005ff053"},{"name":"GetWasteEvents","id":"b2b90898-cd9d-468d-8943-041de0bc48b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"AUTH_TOKEN","value":"{{accessToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"DateTimeFromUTC\": \"2020/01/01 00:00:00\",\n    \"DateTimeToUTC\": \"2020/01/10 00:00:00\",\n    \"BuyerGuid\": \"{{buyerGuid}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/inventory/GetWasteEvents","description":"<p>Gets all waste events</p>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>DateTimeFromUTC</td>\n<td>String</td>\n<td>Minimum delivery date (more info)</td>\n</tr>\n<tr>\n<td>DateTimeToUTC</td>\n<td>String</td>\n<td>Maximum delivery date (more info)</td>\n</tr>\n<tr>\n<td>BuyerGuid</td>\n<td>String</td>\n<td>Buyer’s Guid (more info)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n<tr>\n<td>WasteEvents</td>\n<td>Array</td>\n<td>See below</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><p>WasteEvents array</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ID</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>BuyerName</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>BuyerGuid</td>\n<td>String</td>\n<td>Buyer id</td>\n</tr>\n<tr>\n<td>DateUTC</td>\n<td>DateTime</td>\n<td></td>\n</tr>\n<tr>\n<td>PriceTotalWithoutVAT</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>Commments</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>Lines</td>\n<td>Array</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div></li>\n<li><p>Lines array</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>LineID</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>ItemID</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>ItemName</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>Quantity</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>TotalPriceWithoutVAT</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>UOMID</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>UOMName</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>ItemType</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>ItemCategory</td>\n<td>String</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}},"urlObject":{"path":["v3","buyers","inventory","GetWasteEvents"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[{"id":"5f18209f-de5a-41e3-90c8-dab17aa2a066","name":"GetWasteEvents Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"DateTimeFromUTC\": \"2020/01/01 00:00:00\",\n    \"DateTimeToUTC\": \"2020/01/10 00:00:00\",\n    \"BuyerGuid\": \"{{buyerGuid}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/inventory/GetWasteEvents"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"647"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:aa7de11f-c2f8-492b-9087-262956b65d27"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sun, 01 Mar 2020 10:29:58 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"WasteEvents\": [\n        {\n            \"ID\": \"490277\",\n            \"BuyerName\": \"Chillout\",\n            \"BuyerGuid\": \"c2a660f1ebc34305b20f1e4e73dcde22\",\n            \"DateUTC\": \"2020/01/02 05:00:00\",\n            \"TotalPriceWithoutVAT\": 481.89948,\n            \"Commments\": \"End of day\",\n            \"Lines\": [\n                {\n                    \"LineID\": \"3218880\",\n                    \"ItemID\": \"21854875\",\n                    \"ItemName\": \"\\\"Breakfast\\\" applewood bacon, fried egg, gruyere, brussels, chili flakes2\",\n                    \"Quantity\": 1,\n                    \"TotalPriceWithoutVAT\": 1.25,\n                    \"UOMID\": \"35\",\n                    \"UOMName\": \"EA\"\n                },\n                {\n                    \"LineID\": \"3218881\",\n                    \"ItemID\": \"10127376\",\n                    \"ItemName\": \"$5\",\n                    \"Quantity\": 3,\n                    \"TotalPriceWithoutVAT\": 196.60512,\n                    \"UOMID\": \"35\",\n                    \"UOMName\": \"EA\"\n                },\n                {\n                    \"LineID\": \"3218882\",\n                    \"ItemID\": \"15965757\",\n                    \"ItemName\": \"& Ginger Ale\",\n                    \"Quantity\": 3,\n                    \"TotalPriceWithoutVAT\": 4.04436,\n                    \"UOMID\": \"35\",\n                    \"UOMName\": \"EA\"\n                },\n                {\n                    \"LineID\": \"3264381\",\n                    \"ItemID\": \"21318845\",\n                    \"ItemName\": \"Acai by the lb\",\n                    \"Quantity\": 1,\n                    \"TotalPriceWithoutVAT\": 50,\n                    \"UOMID\": \"32\",\n                    \"UOMName\": \"lb\"\n                },\n                {\n                    \"LineID\": \"3264382\",\n                    \"ItemID\": \"4167443\",\n                    \"ItemName\": \"Acai press bottle\",\n                    \"Quantity\": 1,\n                    \"TotalPriceWithoutVAT\": 230,\n                    \"UOMID\": \"34\",\n                    \"UOMName\": \"gal\"\n                }\n            ]\n        }\n    ],\n    \"IsSuccess\": true,\n    \"ErrorMessage\": null,\n    \"ErrorCode\": null\n}"}],"_postman_id":"b2b90898-cd9d-468d-8943-041de0bc48b2"},{"name":"GetInventoryCounts","id":"561b8144-1ffe-43d5-b7c3-e3c9bfe66962","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\r\n        \"DateTimeFromUTC\" : \"2023/01/09 00:00:00\",\r\n        \"DateTimeToUTC\" : \"2023/01/10 00:00:00\",\r\n        \"GetLineDetails\" : true,\r\n        \"GetCountDefDetails\" : true,\r\n        \"BuyerGuid\": \"c2a660f1ebc34305b20f1e4e73dcde22\"\r\n}\r\n\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/inventory/GetInventoryCounts","description":"<p>Gets all inventory counts</p>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>DateTimeFromUTC</td>\n<td>String</td>\n<td>Start date</td>\n</tr>\n<tr>\n<td>DateTimeToUTC</td>\n<td>String</td>\n<td>End date</td>\n</tr>\n<tr>\n<td>BuyerGuid</td>\n<td>String</td>\n<td>Buyer’s Guid</td>\n</tr>\n<tr>\n<td>GetLineDetails</td>\n<td>Bool?</td>\n<td>Optional (Default is false) Whether to get the Lines array object.If false, the lines would be null. Example:for bring Lines:\"GetLineDetails\": true</td>\n</tr>\n<tr>\n<td>GetCountDefDetails</td>\n<td>Bool?</td>\n<td>Optional (Default is false). When true, each line has an additional array. Can not be ‘true’ if ‘GetLineDetails’ is ‘false’ (or means nothing).</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Bool</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n<tr>\n<td>InventoryCounts</td>\n<td>List</td>\n<td>See below</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"inventorycounts-list\">InventoryCounts List</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ID</td>\n<td>String</td>\n<td>Count ID</td>\n</tr>\n<tr>\n<td>BuyerName</td>\n<td>String</td>\n<td>Buyer Name</td>\n</tr>\n<tr>\n<td>BuyerGuid</td>\n<td>String</td>\n<td>Buyer GUid</td>\n</tr>\n<tr>\n<td>CountDateUTC</td>\n<td>String</td>\n<td>Date count was taken</td>\n</tr>\n<tr>\n<td>PriceTotalWithoutVAT</td>\n<td>Decimal</td>\n<td>Count item total value without VAT</td>\n</tr>\n<tr>\n<td>Comments</td>\n<td>String</td>\n<td>Count description</td>\n</tr>\n<tr>\n<td>IsLocket</td>\n<td>Bool</td>\n<td>True means the count is locked and can not be edited or deleted via API.</td>\n</tr>\n<tr>\n<td>CountDataType</td>\n<td>Int</td>\n<td>1=Day Start 2=Day End</td>\n</tr>\n<tr>\n<td>Lines</td>\n<td>List</td>\n<td>See below</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"linedetail-list\">LineDetail List</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>LineID</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>ItemID</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>ItemName</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>ParentItemID</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>TotalCount</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>TotaValue</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>CountDefDetails  <br /></td>\n<td>List</td>\n<td>See below</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"countdefdetails-list\">CountDefDetails List</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CountDefID</td>\n<td>Int</td>\n<td></td>\n</tr>\n<tr>\n<td>CountDefName</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>CountDefAmount</td>\n<td>Decimal?</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}},"urlObject":{"path":["v3","buyers","inventory","GetInventoryCounts"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[{"id":"4a34e37c-0580-4b65-9259-9ddefef262bc","name":"GetInventoryCounts Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\r\n        \"DateTimeFromUTC\" : \"2023/01/09 00:00:00\",\r\n        \"DateTimeToUTC\" : \"2023/01/10 00:00:00\",\r\n        \"GetLineDetails\" : true,\r\n        \"GetCountDefDetails\" : true,\r\n        \"BuyerGuid\": \"c2a660f1ebc34305b20f1e4e73dcde22\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/inventory/GetInventoryCounts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"804"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:aa7de11f-c2f8-492b-9087-262956b65d27"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sun, 01 Mar 2020 10:24:52 GMT"}],"cookie":[],"responseTime":null,"body":"{\n  \"InventoryCounts\": [\n    {\n      \"ID\": \"1355518\",\n      \"BuyerName\": \"Chillout [DEV]\",\n      \"BuyerGuid\": \"c2a660f1ebc34305b20f1e4e73dcde22\",\n      \"CountDateUTC\": \"2023/01/09 11:19:30\",\n      \"PriceTotalWithoutVAT\": 0.0,\n      \"Commments\": \"All packs and cases count creation\",\n      \"IsLocked\": null,\n      \"CountDateType\": 2,\n      \"Lines\": [\n        {\n          \"LineID\": \"113492301\",\n          \"ItemID\": \"66587168\",\n          \"ItemName\": \"2 5 ms Rauch\",\n          \"ParentItemID\": \"123985943\",\n          \"TotalCount\": 53.0,\n          \"TotalValue\": 265.0,\n          \"CountDefDetails\": [\n            {\n              \"CountDefID\": 90673095,\n              \"CountDefName\": \"EA\",\n              \"CountDefAmount\": 1.0\n            },\n            {\n              \"CountDefID\": 161844236,\n              \"CountDefName\": \"Mara\",\n              \"CountDefAmount\": 2.0\n            },\n            {\n              \"CountDefID\": 161844237,\n              \"CountDefName\": \"Big 2 EA\",\n              \"CountDefAmount\": 3.0\n            },\n            {\n              \"CountDefID\": 161844238,\n              \"CountDefName\": \"Case (2 * 1 EA)\",\n              \"CountDefAmount\": 22.0\n            }\n          ]\n        }\n      ]\n    },\n    {\n      \"ID\": \"1355628\",\n      \"BuyerName\": \"Chillout [DEV]\",\n      \"BuyerGuid\": \"c2a660f1ebc34305b20f1e4e73dcde22\",\n      \"CountDateUTC\": \"2023/01/09 15:19:30\",\n      \"PriceTotalWithoutVAT\": 265.0,\n      \"Commments\": \"All packs and cases count creation\",\n      \"IsLocked\": null,\n      \"CountDateType\": 2,\n      \"Lines\": [\n        {\n          \"LineID\": \"113497990\",\n          \"ItemID\": \"66587168\",\n          \"ItemName\": \"2 5 ms Rauch\",\n          \"ParentItemID\": \"104350918\",\n          \"TotalCount\": 64.0,\n          \"TotalValue\": 320.0,\n          \"CountDefDetails\": [\n            {\n              \"CountDefID\": 90673095,\n              \"CountDefName\": \"EA\",\n              \"CountDefAmount\": 12.0\n            },\n            {\n              \"CountDefID\": 161844236,\n              \"CountDefName\": \"Mara\",\n              \"CountDefAmount\": 2.0\n            },\n            {\n              \"CountDefID\": 161844237,\n              \"CountDefName\": \"Big 2 EA\",\n              \"CountDefAmount\": 3.0\n            },\n            {\n              \"CountDefID\": 161844238,\n              \"CountDefName\": \"Case (2 * 1 EA)\",\n              \"CountDefAmount\": 22.0\n            }\n          ]\n        }\n      ]\n    }\n  ],\n  \"IsSuccess\": true,\n  \"ErrorMessage\": null,\n  \"ErrorCode\": null,\n  \"RequestID\": \"c0fbbea9-8e3f-4cd8-a8d7-075222413938\"\n}\n"}],"_postman_id":"561b8144-1ffe-43d5-b7c3-e3c9bfe66962"},{"name":"GetMenuItems","id":"51b60a8b-dce2-4784-9d20-7eb6b303025c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"GetDeleted\": false,\n    \"itemIDs\": null,\n    \"BuyerGuid\": \"{{buyerGuid}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/inventory/GetMenuItems","description":"<p>Get all menu items</p>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BuyerGuid</td>\n<td>String</td>\n<td>Buyer’s Guid (more info)</td>\n</tr>\n<tr>\n<td>GetDeleted</td>\n<td>Bool</td>\n<td>Optional. Default is false.If value is true it will get both deleted and not deleted.</td>\n</tr>\n<tr>\n<td>ItemIDs</td>\n<td>Array</td>\n<td>Optional. Can be used to retrieve items by specific IDs</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n<tr>\n<td>Items</td>\n<td>Array</td>\n<td>See below</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><p>Items Array</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CatalogItemCode</td>\n<td>String</td>\n<td>Only in commissary, supplier's catalog item code</td>\n</tr>\n<tr>\n<td>SaleItemName</td>\n<td>String</td>\n<td>Only in commissary</td>\n</tr>\n<tr>\n<td>ID</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>Name</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>CategoryID</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>CategoryName</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>POSCodes</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>MinOnHand</td>\n<td>Decimal (Optional)</td>\n<td>Only in commissary</td>\n</tr>\n<tr>\n<td>ParLevel</td>\n<td>Decimal (Optional)</td>\n<td>Only in commissary</td>\n</tr>\n<tr>\n<td>StorageArea1ID</td>\n<td>Int (Optional)</td>\n<td>Only in commissary</td>\n</tr>\n<tr>\n<td>StorageArea1Name</td>\n<td>String</td>\n<td>Only in commissary</td>\n</tr>\n<tr>\n<td>StorageArea2ID</td>\n<td>Int (Optional)</td>\n<td>Only in commissary</td>\n</tr>\n<tr>\n<td>StorageArea2Name</td>\n<td>String</td>\n<td>Only in commissary</td>\n</tr>\n<tr>\n<td>StorageArea3ID</td>\n<td>Int (Optional)</td>\n<td>Only in commissary</td>\n</tr>\n<tr>\n<td>StorageArea3Name</td>\n<td>String</td>\n<td>Only in commissary</td>\n</tr>\n<tr>\n<td>StorageArea4ID</td>\n<td>Int (Optional)</td>\n<td>Only in commissary</td>\n</tr>\n<tr>\n<td>StorageArea4Name</td>\n<td>String</td>\n<td>Only in commissary</td>\n</tr>\n<tr>\n<td>BOMPrice</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>BOMPriceFC</td>\n<td>Decimal (Optional)</td>\n<td></td>\n</tr>\n<tr>\n<td>SalePriceWithoutVAT</td>\n<td>Decimal (Optional)</td>\n<td></td>\n</tr>\n<tr>\n<td>SalePriceWithVAT</td>\n<td>Decimal (Optional)</td>\n<td></td>\n</tr>\n<tr>\n<td>MaxFC</td>\n<td>Decimal (Optional)</td>\n<td></td>\n</tr>\n<tr>\n<td>PrepTime</td>\n<td>Double</td>\n<td>In Seconds</td>\n</tr>\n<tr>\n<td>CookTime</td>\n<td>Double</td>\n<td>In Seconds</td>\n</tr>\n<tr>\n<td>CookingInstructions</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>AboutTheItem</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>SubItems</td>\n<td>Array</td>\n<td>See below</td>\n</tr>\n<tr>\n<td>IsDeleted</td>\n<td>Bool</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div></li>\n<li><p>Sub Items Array</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ItemID</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>ItemName</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>ItemTypeName</td>\n<td>String</td>\n<td>InventoryItem/Prep</td>\n</tr>\n<tr>\n<td>UsageNet</td>\n<td>Double</td>\n<td></td>\n</tr>\n<tr>\n<td>LossPercent</td>\n<td>Double</td>\n<td></td>\n</tr>\n<tr>\n<td>ActualUsage</td>\n<td>Double</td>\n<td></td>\n</tr>\n<tr>\n<td>ItemMeasureTypeID</td>\n<td>Integer</td>\n<td>list of IDs and information can be found in the GetUOMTypes endpoint</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}},"urlObject":{"path":["v3","buyers","inventory","GetMenuItems"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[{"id":"30863f56-3c12-4387-84cc-0536a292a878","name":"GetMenuItems Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"GetDeleted\": false,\n    \"itemIDs\": null,\n    \"BuyerGuid\": \"{{buyerGuid}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/inventory/GetMenuItems"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:aa7de11f-c2f8-492b-9087-262956b65d27"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sun, 01 Mar 2020 11:13:21 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"IsSuccess\": true,\n    \"ErrorMessage\": null,\n    \"ErrorCode\": null,\n    \"Items\": [\n        {\n            \"ID\": \"21854875\",\n            \"Name\": \"\\\"Breakfast\\\" applewood bacon, fried egg, gruyere, brussels, chili flakes2\",\n            \"CategoryID\": 249381,\n            \"CategoryName\": \"\",\n            \"POSCodes\": \"\\\"Breakfast\\\" applewood bacon, fried egg, gruyere, brussels, chili flakes Regular\",\n            \"SalePriceWithoutVAT\": 27,\n            \"SalePriceWithVAT\": 27,\n            \"Type\": null,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"BOMPrice\": 1.25,\n            \"BOMPriceFC\": 4.62962962962963,\n            \"MaxFC\": null,\n            \"PrepTime\": null,\n            \"CookTime\": null,\n            \"CookingInstructions\": null,\n            \"AboutTheItem\": null,\n            \"SubItems\": [\n                {\n                    \"ItemID\": \"21318844\",\n                    \"ItemName\": \"A & W [325ml x 24can/ctn]\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 1,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 1,\n                    \"ItemMeasureTypeID\": 35\n                }\n            ],\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"15965757\",\n            \"Name\": \"& Ginger Ale\",\n            \"CategoryID\": 249381,\n            \"CategoryName\": \"\",\n            \"POSCodes\": \"1675\",\n            \"SalePriceWithoutVAT\": 0,\n            \"SalePriceWithVAT\": 0,\n            \"Type\": null,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"BOMPrice\": 1.34812,\n            \"BOMPriceFC\": 0,\n            \"MaxFC\": null,\n            \"PrepTime\": null,\n            \"CookTime\": null,\n            \"CookingInstructions\": null,\n            \"AboutTheItem\": null,\n            \"SubItems\": [\n                {\n                    \"ItemID\": \"21318846\",\n                    \"ItemName\": \"Burger patty 12*4\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 1,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 1,\n                    \"ItemMeasureTypeID\": 35\n\n                }\n            ],\n            \"IsDeleted\": false\n        }\n    ]\n}"}],"_postman_id":"51b60a8b-dce2-4784-9d20-7eb6b303025c"},{"name":"GetUOMTypes","id":"0fd7cc9d-e193-4ed4-a3bf-1790bf2ab1be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"BuyerGuid\" : \"BuyerGuid\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/inventory/GetUOMTypes","description":"<p>Gets list of uom types</p>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BuyerGuid</td>\n<td>String</td>\n<td>Buyer’s Guid</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n<tr>\n<td>UOMs</td>\n<td>Array</td>\n<td>See below</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><p>UOMs Array</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ID</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>Name</td>\n<td>String</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}},"urlObject":{"path":["v3","buyers","inventory","GetUOMTypes"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[{"id":"8fe0349e-ab5f-49d4-ba80-9424891a8c63","name":"GetUOMTypes Success","originalRequest":{"method":"POST","header":[{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"BuyerGuid\" : \"BuyerGuid\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/inventory/GetUOMTypes"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"IsSuccess\": true,\r\n  \"ErrorMessage\": null,\r\n  \"UOMs\": [\r\n    {\r\n      \"ID\": \"1000\",\r\n      \"Name\": \"EA\"\r\n    },\r\n    {\r\n      \"ID\": \"2000\",\r\n      \"Name\": \"lb\"\r\n    }\r\n  ]\r\n}\r\n"}],"_postman_id":"0fd7cc9d-e193-4ed4-a3bf-1790bf2ab1be"},{"name":"GetMenuItemsAvailability","id":"9aa3d24c-308d-44a2-b698-159c90747adc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"itemIDs\": [26301846],\n    \"BuyerGuid\": \"{{buyerGuid}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/inventory/GetMenuItemsAvailability","description":"<p>Get all menu items availability</p>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BuyerGuid</td>\n<td>String</td>\n<td>Buyer’s Guid (more info)</td>\n</tr>\n<tr>\n<td>ItemIDs</td>\n<td>Array</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n<tr>\n<td>MenuItemsAvailability</td>\n<td>Array</td>\n<td>See below</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><p>Items Array</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>MenuItemID</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>MenuItemName</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>Availability</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>IngredientAvailabilities</td>\n<td>Array</td>\n<td>See below</td>\n</tr>\n<tr>\n<td>AvailabilityLevel</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>AvailabilityLevelDescription</td>\n<td>String</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div></li>\n<li><p>Ingredients Array</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IngredientID</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>IngredientName</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>OnHand</td>\n<td>Double</td>\n<td>Inventory count</td>\n</tr>\n<tr>\n<td>Required</td>\n<td>Double</td>\n<td></td>\n</tr>\n<tr>\n<td>UnitMeasureTypeID</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>Availability</td>\n<td>String</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}},"urlObject":{"path":["v3","buyers","inventory","GetMenuItemsAvailability"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[{"id":"69c4380b-2af6-4824-bdb0-6ee29331df55","name":"GetMenuItems Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"GetDeleted\": false,\n    \"itemIDs\": null,\n    \"BuyerGuid\": \"{{buyerGuid}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/inventory/GetMenuItems"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:aa7de11f-c2f8-492b-9087-262956b65d27"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sun, 01 Mar 2020 11:13:21 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"IsSuccess\": true,\n    \"ErrorMessage\": null,\n    \"ErrorCode\": null,\n    \"Items\": [\n        {\n            \"ID\": \"21854875\",\n            \"Name\": \"\\\"Breakfast\\\" applewood bacon, fried egg, gruyere, brussels, chili flakes2\",\n            \"CategoryID\": 249381,\n            \"CategoryName\": \"\",\n            \"POSCodes\": \"\\\"Breakfast\\\" applewood bacon, fried egg, gruyere, brussels, chili flakes Regular\",\n            \"SalePriceWithoutVAT\": 27,\n            \"SalePriceWithVAT\": 27,\n            \"Type\": null,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"BOMPrice\": 1.25,\n            \"BOMPriceFC\": 4.62962962962963,\n            \"MaxFC\": null,\n            \"PrepTime\": null,\n            \"CookTime\": null,\n            \"CookingInstructions\": null,\n            \"AboutTheItem\": null,\n            \"SubItems\": [\n                {\n                    \"ItemID\": \"21318844\",\n                    \"ItemName\": \"A & W [325ml x 24can/ctn]\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 1,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 1\n                }\n            ],\n            \"IsDeleted\": false\n        },\n        {\n            \"ID\": \"15965757\",\n            \"Name\": \"& Ginger Ale\",\n            \"CategoryID\": 249381,\n            \"CategoryName\": \"\",\n            \"POSCodes\": \"1675\",\n            \"SalePriceWithoutVAT\": 0,\n            \"SalePriceWithVAT\": 0,\n            \"Type\": null,\n            \"MinOnHand\": null,\n            \"ParLevel\": null,\n            \"BOMPrice\": 1.34812,\n            \"BOMPriceFC\": 0,\n            \"MaxFC\": null,\n            \"PrepTime\": null,\n            \"CookTime\": null,\n            \"CookingInstructions\": null,\n            \"AboutTheItem\": null,\n            \"SubItems\": [\n                {\n                    \"ItemID\": \"21318846\",\n                    \"ItemName\": \"Burger patty 12*4\",\n                    \"ItemTypeName\": \"InventoryItem\",\n                    \"UsageNet\": 1,\n                    \"LossPercent\": 0,\n                    \"ActualUsage\": 1\n                }\n            ],\n            \"IsDeleted\": false\n        }\n    ]\n}"},{"id":"84d90407-cf15-4a71-b64a-730ba0e2784a","name":"GetMenuItemsAvailability success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"itemIDs\": [45928529],\n    \"BuyerGuid\": \"{{buyerGuid}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/inventory/GetMenuItemsAvailability"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Nov 2020 15:01:52 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"500"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:aa7de11f-c2f8-492b-9087-262956b65d27"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"06bb45b4b1000063b9b33dd000000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"5fa572344a0c63b9-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"MenuItemsAvailability\": [\n        {\n            \"MenuItemID\": 45928529,\n            \"MenuItemName\": \"Triple Hamburger\",\n            \"Availability\": 40,\n            \"IngredientAvailabilities\": [\n                {\n                    \"IngredientID\": 703934,\n                    \"IngredientName\": \"Hamburger Buns\",\n                    \"OnHand\": 150,\n                    \"Required\": 2,\n                    \"UnitMeasureTypeID\": 35,\n                    \"UnitMeasureTypeName\": \"EA\",\n                    \"Availability\": 75\n                },\n                {\n                    \"IngredientID\": 29081766,\n                    \"IngredientName\": \"TOMATO\",\n                    \"OnHand\": 40,\n                    \"Required\": 1,\n                    \"UnitMeasureTypeID\": 35,\n                    \"UnitMeasureTypeName\": \"EA\",\n                    \"Availability\": 40\n                },\n                {\n                    \"IngredientID\": 46305757,\n                    \"IngredientName\": \"Burger Patty\",\n                    \"OnHand\": 150,\n                    \"Required\": 3,\n                    \"UnitMeasureTypeID\": 35,\n                    \"UnitMeasureTypeName\": \"EA\",\n                    \"Availability\": 50\n                }\n            ],\n            \"AvailabilityLevel\": -1,\n            \"AvailabilityLevelDescription\": \"Undefined\"\n        }\n    ],\n    \"GetMenuItemsAvailabilityResultCode\": 0,\n    \"GetMenuItemsAvailabilityResultCodeDescription\": \"Success\",\n    \"IsSuccess\": true,\n    \"ErrorMessage\": null,\n    \"ErrorCode\": null,\n    \"RequestID\": \"884a031b-a0be-4d31-b54b-f3b240775f83\"\n}"},{"id":"e352174a-23f4-4e5e-bd90-e3aaf4ec7d70","name":"GetMenuItemsAvailability with missing item","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"itemIDs\": [45928529],\n    \"BuyerGuid\": \"{{buyerGuid}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/inventory/GetMenuItemsAvailability"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Nov 2020 14:56:58 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"496"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:aa7de11f-c2f8-492b-9087-262956b65d27"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"06bb413a97000063b9bfa9a000000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"5fa56b0a899d63b9-FRA"}],"cookie":[],"responseTime":null,"body":"{\n    \"MenuItemsAvailability\": [\n        {\n            \"MenuItemID\": 45928529,\n            \"MenuItemName\": \"Triple Hamburger\",\n            \"Availability\": -1,\n            \"IngredientAvailabilities\": [\n                {\n                    \"IngredientID\": 703934,\n                    \"IngredientName\": \"Hamburger Buns\",\n                    \"OnHand\": 150,\n                    \"Required\": 2,\n                    \"UnitMeasureTypeID\": 35,\n                    \"UnitMeasureTypeName\": \"EA\",\n                    \"Availability\": 75\n                },\n                {\n                    \"IngredientID\": 29081766,\n                    \"IngredientName\": \"TOMATO\",\n                    \"OnHand\": 40,\n                    \"Required\": 1,\n                    \"UnitMeasureTypeID\": 35,\n                    \"UnitMeasureTypeName\": \"EA\",\n                    \"Availability\": 40\n                },\n                {\n                    \"IngredientID\": 46305757,\n                    \"IngredientName\": \"Buger Patty\",\n                    \"OnHand\": null,\n                    \"Required\": 3,\n                    \"UnitMeasureTypeID\": 35,\n                    \"UnitMeasureTypeName\": \"EA\",\n                    \"Availability\": -1\n                }\n            ],\n            \"AvailabilityLevel\": -1,\n            \"AvailabilityLevelDescription\": \"Undefined\"\n        }\n    ],\n    \"GetMenuItemsAvailabilityResultCode\": 0,\n    \"GetMenuItemsAvailabilityResultCodeDescription\": \"Success\",\n    \"IsSuccess\": true,\n    \"ErrorMessage\": null,\n    \"ErrorCode\": null,\n    \"RequestID\": \"e71eb810-a5f7-4908-9526-b76456e280b7\"\n}"}],"_postman_id":"9aa3d24c-308d-44a2-b698-159c90747adc"},{"name":"SetMenuItem","id":"0ed5d54a-b9c9-42b0-b0bf-9cc21e660a72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"ID\": \"32903930\",\n    \"Name\": \"test item1\",\n    \"CategoryID\": \"\",\n    \"POSCodes\": \"idancode1|idancode11\",\n    \"SalePriceWithoutVAT\": 666,\n    \"MaxFC\": 50,\n    \"PrepTime\": 60,\n    \"CookTime\": 60,\n    \"CookingInstructions\": \"Put in the oven\",\n    \"AboutTheItem\": \"Fan of Iron Maiden\",\n    \"BuyerGuid\": \"{{buyerGuid}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/inventory/SetMenuItem","description":"<p>Insert/Update a menu item</p>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ID</td>\n<td>String</td>\n<td>If specified, that’s an update. If not specific that’s an insert</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>CategoryID</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>POSCodes</td>\n<td>String</td>\n<td>List of POS Codes.</td>\n</tr>\n<tr>\n<td>SalePriceWithoutVAT</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>SalePriceWithVAT</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>MaxFC</td>\n<td>Double</td>\n<td>Percentage</td>\n</tr>\n<tr>\n<td>PrepTime</td>\n<td>Double</td>\n<td>In Seconds</td>\n</tr>\n<tr>\n<td>CookTime</td>\n<td>Double</td>\n<td>In Seconds</td>\n</tr>\n<tr>\n<td>CookingInstructions</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>AboutTheItem</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>AssignToAllLocations</td>\n<td>Bool</td>\n<td>Only for Chains.</td>\n</tr>\n<tr>\n<td>AssignToLocations</td>\n<td>String[]</td>\n<td>Only for Chains. Array of BuyerGuids.See GetChainBuyers</td>\n</tr>\n<tr>\n<td>BuyerGuid</td>\n<td>String</td>\n<td>Buyer’s Guid</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n<tr>\n<td>ID</td>\n<td>String</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}},"urlObject":{"path":["v3","buyers","inventory","SetMenuItem"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[{"id":"9f118489-4e62-4ee6-89a3-fa9f6089446f","name":"SetMenuItem Success Create ","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"ID\": \"\",\n    \"Name\": \"test item\",\n    \"CategoryID\": \"\",\n    \"POSCodes\": \"idancode1|idancode11\",\n    \"SalePriceWithoutVAT\": 666,\n    \"MaxFC\": 50,\n    \"PrepTime\": 60,\n    \"CookTime\": 60,\n    \"CookingInstructions\": \"Put in the oven\",\n    \"AboutTheItem\": \"Fan of Iron Maiden\",\n    \"BuyerGuid\": \"{{buyerGuid}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/inventory/SetMenuItem"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"176"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:aa7de11f-c2f8-492b-9087-262956b65d27"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sun, 01 Mar 2020 11:16:41 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"IsSuccess\": true,\n    \"ErrorMessage\": null,\n    \"ErrorCode\": null,\n    \"ID\": \"32903930\"\n}"},{"id":"ded7a1ef-3224-40a0-8f59-79b88558bb09","name":"SetMenuItem Success Update","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"ID\": \"32903930\",\n    \"Name\": \"test item1\",\n    \"CategoryID\": \"\",\n    \"POSCodes\": \"idancode1|idancode11\",\n    \"SalePriceWithoutVAT\": 666,\n    \"MaxFC\": 50,\n    \"PrepTime\": 60,\n    \"CookTime\": 60,\n    \"CookingInstructions\": \"Put in the oven\",\n    \"AboutTheItem\": \"Fan of Iron Maiden\",\n    \"BuyerGuid\": \"{{buyerGuid}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/inventory/SetMenuItem"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"176"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:aa7de11f-c2f8-492b-9087-262956b65d27"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sun, 01 Mar 2020 11:17:01 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"IsSuccess\": true,\n    \"ErrorMessage\": null,\n    \"ErrorCode\": null,\n    \"ID\": \"32903930\"\n}"}],"_postman_id":"0ed5d54a-b9c9-42b0-b0bf-9cc21e660a72"},{"name":"SetInventoryItemParLevel","id":"5abf9599-00b7-489a-9006-8fe7cf12558e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"InventoryItemID\": 30676123,\n    \"ItemParLevel\": 10,\n    \"BuyerGuid\": \"{{buyerGuid}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/sales/SetInventoryItemParLevel","description":"<p>Set par level for inventory item</p>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BuyerGuid</td>\n<td>String</td>\n<td>Buyer’s Guid (more info)</td>\n</tr>\n<tr>\n<td>InventoryItemID</td>\n<td>Int</td>\n<td></td>\n</tr>\n<tr>\n<td>ItemParLevel</td>\n<td>Double</td>\n<td>Nullable</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}},"urlObject":{"path":["v3","buyers","sales","SetInventoryItemParLevel"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[{"id":"810c14df-fdc2-4f6f-9d7f-4a06c9d7a454","name":"SetInventoryItemParLevel Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"InventoryItemID\": 30676123,\n    \"ItemParLevel\": 10,\n    \"BuyerGuid\": \"{{buyerGuid}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/sales/SetInventoryItemParLevel"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"160"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:aa7de11f-c2f8-492b-9087-262956b65d27"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sun, 01 Mar 2020 11:49:43 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"IsSuccess\": true,\n    \"ErrorMessage\": null,\n    \"ErrorCode\": null\n}"}],"_postman_id":"5abf9599-00b7-489a-9006-8fe7cf12558e"},{"name":"GetMenuItemsAvailability","id":"f63b53d0-e091-4898-9005-f023242183e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"itemIDs\": [21854875],\n    \"BuyerGuid\": \"{{buyerGuid}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/inventory/GetMenuItemsAvailability","description":"<p>Get all menu items</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}},"urlObject":{"path":["v3","buyers","inventory","GetMenuItemsAvailability"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f63b53d0-e091-4898-9005-f023242183e0"},{"name":"GetProductionEventsByDate","id":"1d465665-6ad0-444e-989f-ec19e73c9c17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"StartDateUTC\": \"2024/02/19 23:00:00\",\n    \"EndDateUTC\": \"2024/02/28 23:00:00\",\n    \"BuyerGuid\": \"{{buyerGuid}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/inventory/GetProductionEventsByDate","description":"<h3 id=\"input\">Input</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>StartDateUTC</td>\n<td>String</td>\n<td>Minimum doc date (more info)</td>\n</tr>\n<tr>\n<td>EndDateUTC</td>\n<td>String</td>\n<td>Maximum doc date (more info)</td>\n</tr>\n<tr>\n<td>BuyerGUID</td>\n<td>String</td>\n<td>Buyer’s Guid</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"output\">Output</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n<tr>\n<td>ProductionEvents</td>\n<td>Array</td>\n<td>See below</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"production-event-array\">Production event array</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>EventID</td>\n<td>String</td>\n<td>Production event ID</td>\n</tr>\n<tr>\n<td>ReportedBy</td>\n<td>String</td>\n<td>User name which created the production event</td>\n</tr>\n<tr>\n<td>CreateDate</td>\n<td>String</td>\n<td>Create date of the event</td>\n</tr>\n<tr>\n<td>IsDeleted</td>\n<td></td>\n<td>Indication of delete status</td>\n</tr>\n<tr>\n<td>TotalPriceWithoutVAT</td>\n<td></td>\n<td>The event’s total production value</td>\n</tr>\n<tr>\n<td>EventDate</td>\n<td></td>\n<td>The production event effective date</td>\n</tr>\n<tr>\n<td>Comments</td>\n<td></td>\n<td>Any comments added to the event</td>\n</tr>\n<tr>\n<td>ProductionItems</td>\n<td>Array</td>\n<td>List of the items produced in the event</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"production-items-array\">Production items array</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ItemID</td>\n<td>String</td>\n<td>The Item ID</td>\n</tr>\n<tr>\n<td>ItemName</td>\n<td></td>\n<td>The item name (take from items table)</td>\n</tr>\n<tr>\n<td>UpdateDate</td>\n<td></td>\n<td>When was the item production line updated, this can be distinct between items in case customer edits existing event</td>\n</tr>\n<tr>\n<td>Quantity</td>\n<td></td>\n<td>The qty produced from the item</td>\n</tr>\n<tr>\n<td>UOM</td>\n<td></td>\n<td>The UOM of the item produced</td>\n</tr>\n<tr>\n<td>TotalPriceWithoutVAT</td>\n<td></td>\n<td>The total production value of the item</td>\n</tr>\n<tr>\n<td>IsDeleted</td>\n<td></td>\n<td>If the specific item produced was deleted or not</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}},"urlObject":{"path":["v3","buyers","inventory","GetProductionEventsByDate"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1d465665-6ad0-444e-989f-ec19e73c9c17"}],"id":"11c3b4bb-8e9e-4fa1-a122-88463f5bdfc8","description":"<p>Buyer Inventory related methods</p>\n","event":[{"listen":"prerequest","script":{"id":"f177a2f0-994d-4495-ac4f-2495ea41e1cd","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2edff110-80af-40f1-932d-173f3bbc161c","type":"text/javascript","exec":[""]}}],"_postman_id":"11c3b4bb-8e9e-4fa1-a122-88463f5bdfc8","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}}},{"name":"GetVendors","item":[{"name":"GetVendors","id":"3b05f174-3a48-4c10-b0c8-d826aa994abf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"BuyerGuid\": \"{{buyerGuid}}\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/items/GetVendors","description":"<p>Gets all vendors your account is connected to</p>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BuyerGuid</td>\n<td>String</td>\n<td>Buyer’s Guid (more info)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n<tr>\n<td>Vendors</td>\n<td>Array</td>\n<td>See below</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><p>Vendors Array</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Name</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>Guid</td>\n<td>String</td>\n<td>Vendor guid</td>\n</tr>\n<tr>\n<td>TaxLevelID</td>\n<td>Integer</td>\n<td>ID of tax level</td>\n</tr>\n<tr>\n<td>CreditAccountName</td>\n<td>String</td>\n<td>Credit account name in Marketman</td>\n</tr>\n<tr>\n<td>ExpenseAccount</td>\n<td>String</td>\n<td>Debit account name in Marketman</td>\n</tr>\n<tr>\n<td>IncomeAccountName</td>\n<td>String</td>\n<td>Income account name in Marketman</td>\n</tr>\n<tr>\n<td>EnabledForOrders</td>\n<td>Bool</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}},"urlObject":{"path":["v3","buyers","items","GetVendors"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[{"id":"1dbc3498-308b-4cdc-9bf5-37a948c9970f","name":"GetVendors Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"BuyerGuid\": \"{{buyerGuid}}\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/items/GetVendors"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"1792"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:aa7de11f-c2f8-492b-9087-262956b65d27"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sun, 01 Mar 2020 10:33:06 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Vendors\": [\n        {\n            \"Name\": \" My Vendor \",\n            \"Guid\": \"adfef1a111b09ab396c2d323f3\",\n            \"TaxLevelID\": 1,\n            \"CreditAccountName\": \"Vendor ExAccount\",\n            \"DebitAccountName\": \"Food\",\n            \"IncomeAccountName\": null,\n            \"EnabledForOrders\": true\n        },\n        {\n            \"Name\": \"My 2nd Vendor\",\n            \"Guid\": \"444\",\n            \"TaxLevelID\": 1,\n            \"CreditAccountName\": \"111333222\",\n            \"DebitAccountName\": \"Cost of Goods Sold\",\n            \"IncomeAccountName\": null\n        }\n    ],\n    \"IsSuccess\": true,\n    \"ErrorMessage\": null,\n    \"ErrorCode\": null\n}"}],"_postman_id":"3b05f174-3a48-4c10-b0c8-d826aa994abf"}],"id":"e0dd581f-b660-4b4f-b222-636273a71b9d","description":"<p>Buyer items mangement.</p>\n","event":[{"listen":"prerequest","script":{"id":"5e3a2f83-cc3d-47ba-8075-9ae0d8c45f38","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8b275561-835e-439c-8d06-085c8ced1dc3","type":"text/javascript","exec":[""]}}],"_postman_id":"e0dd581f-b660-4b4f-b222-636273a71b9d","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}}},{"name":"Categories","item":[{"name":"GetCategories","id":"aeb8b26e-5117-4f17-bc4a-0df79288127a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"BuyerGuid\": \"{{buyerGuid}}\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/categories/GetCategories","description":"<p>Gets all categories</p>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BuyerGuid</td>\n<td>String</td>\n<td>Buyer’s Guid (more info)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n<tr>\n<td>Categories</td>\n<td>Array</td>\n<td>See below</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><p>Categories array</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ID</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>Name</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>ExpenseAccount</td>\n<td>String</td>\n<td>Debit account name in Marketman</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}},"urlObject":{"path":["v3","buyers","categories","GetCategories"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[{"id":"3da4b4a3-f061-434b-8274-ffd383eab992","name":"GetCategories Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"VendorGuid\": \"{{vendorGuid}}\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/categories/GetCategories"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"1253"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:aa7de11f-c2f8-492b-9087-262956b65d27"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sun, 01 Mar 2020 11:23:41 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"IsSuccess\": true,\n    \"ErrorMessage\": null,\n    \"ErrorCode\": null,\n    \"Categories\": [\n               {\n            \"ID\": \"282261\",\n            \"Name\": \"Alcohol drinks\"\n        },\n        {\n            \"ID\": \"20912\",\n            \"Name\": \"Alcools\"\n        },\n        {\n            \"ID\": \"26307\",\n            \"Name\": \"Apps\"\n        }\n    ]\n}"},{"id":"52badc9e-b8b3-4658-bfa9-8f7e163371b8","name":"GetCategories","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"BuyerGuid\": \"{{buyerGuid}}\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/categories/GetCategories"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 12 Nov 2020 13:51:37 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"267"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":"{\n    \"Categories\": [\n        {\n            \"ID\": \"278092\",\n            \"Name\": \"FOOOBARRR\"\n        },\n        {\n            \"ID\": \"277988\",\n            \"Name\": \"FOOOOBARRRR\"\n        }\n    ],\n    \"IsSuccess\": true,\n    \"ErrorMessage\": null,\n    \"ErrorCode\": null,\n    \"RequestID\": \"7bbbcd5e-44b5-473c-9d21-5e9c7185c61f\"\n}"}],"_postman_id":"aeb8b26e-5117-4f17-bc4a-0df79288127a"},{"name":"DeleteCategory","id":"d78be44a-226d-41cf-a5bb-74892f03660f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"ID\" : 264905,\r\n\t\"BuyerGuid\": \"{{buyerGuid}}\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/categories/DeleteCategory","description":"<p>Delete a category</p>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ID</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>BuyerGuid</td>\n<td>String</td>\n<td>Buyer’s Guid (more info)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}},"urlObject":{"path":["v3","buyers","categories","DeleteCategory"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[{"id":"89af5bf8-8911-46de-8890-6f6f7b036b98","name":"DeleteCategory Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"ID\" : 264905,\r\n\t\"BuyerGuid\": \"{{buyerGuid}}\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/categories/DeleteCategory"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"160"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:aa7de11f-c2f8-492b-9087-262956b65d27"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sun, 01 Mar 2020 11:25:28 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"IsSuccess\": true,\n    \"ErrorMessage\": null,\n    \"ErrorCode\": null\n}"}],"_postman_id":"d78be44a-226d-41cf-a5bb-74892f03660f"},{"name":"SetCategory","id":"3beb6c06-b3c5-417c-9e6b-67969c74c72b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \n    \"Name\": \"New category\",\n    \"BuyerGuid\": \"{{buyerGuid}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/categories/SetCategory","description":"<p>Create/Update a category</p>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ID</td>\n<td>String</td>\n<td>If specified, that’s an update. If not specific that’s an insert</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>BuyerGuid</td>\n<td>String</td>\n<td>Buyer’s Guid (more info)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n<tr>\n<td>ID</td>\n<td>String</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}},"urlObject":{"path":["v3","buyers","categories","SetCategory"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[{"id":"b18c67d9-55d1-49d7-afae-e28305b70f60","name":"SetCategory Success Update","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"ID\": \"262552\",\n    \"Name\": \"New category\",\n    \"BuyerGuid\": \"{{buyerGuid}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/categories/DeleteCategory"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"160"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:aa7de11f-c2f8-492b-9087-262956b65d27"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sun, 01 Mar 2020 11:27:55 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"IsSuccess\": true,\n    \"ErrorMessage\": null,\n    \"ErrorCode\": null\n}"}],"_postman_id":"3beb6c06-b3c5-417c-9e6b-67969c74c72b"}],"id":"735513c1-4c0f-452e-9bca-2286e6c5fac6","description":"<p>Buyer categories mangement</p>\n","event":[{"listen":"prerequest","script":{"id":"1bfb59c4-9758-4ad8-a21a-8de7196da2ba","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a3c54da7-edff-42ba-bfef-6a1465862978","type":"text/javascript","exec":[""]}}],"_postman_id":"735513c1-4c0f-452e-9bca-2286e6c5fac6","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}}},{"name":"Sales","item":[{"name":"RegisterInitiateSetSales","id":"4553f3fc-726e-4dc2-99b2-7089b6fe0846","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"InitiateSetSalesURL\": \"https://user.api.path/method/name\",\n    \"BuyerGuid\": \"{{buyerGuid}}\"\n}"},"url":"https://api.marketman.com/v3/buyers/sales/RegisterInitiateSetSales","description":"<p>Datasource will register a webhook that will be used to initiate sending of sales for MarketMan</p>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>InitiateSetSalesURL</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>BuyerGuid</td>\n<td>String</td>\n<td>Buyer’s Guid (more info)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}},"urlObject":{"path":["v3","buyers","sales","RegisterInitiateSetSales"],"host":["https://api.marketman.com"],"query":[{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"4cda6126-d2e5-4a39-89e5-a337ba2c8e99","name":"RegisterInitiateSetSales Success","originalRequest":{"method":"POST","header":[{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"InitiateSetSalesURL\": \"https://user.api.path/method/name\",\n    \"BuyerGuid\": \"{{buyerGuid}}\"\n}"},"url":{"raw":"https://api.marketman.com/v3/buyers/sales/RegisterInitiateSetSales","host":["https://api.marketman.com"],"path":["v3","buyers","sales","RegisterInitiateSetSales"],"query":[{"key":"","value":"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"160"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:aa7de11f-c2f8-492b-9087-262956b65d27"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sun, 01 Mar 2020 11:48:01 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"IsSuccess\": true,\n    \"ErrorMessage\": null,\n    \"ErrorCode\": null\n}"}],"_postman_id":"4553f3fc-726e-4dc2-99b2-7089b6fe0846"},{"name":"SetSales","id":"975d0c85-667a-4b13-b92e-560de2ecedf0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AUTH_TOKEN","value":"{{accessToken}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"UniqueID\": \"123459\",\n    \"FromDateUTC\": \"2020/01/20 00:00:00\",\n    \"ToDateUTC\": \"2020/01/20 23:59:59\",\n    \"BuyerPOSID\": 15202,\n    \"TotalPriceWithVAT\": 310,\n    \"TotalPriceWithoutVAT\": 300,\n    \"Items\": [\n        {\n            \"Type\": \"MenuItem\",\n            \"Name\": \"test1\",\n            \"ID\": \"123\",\n            \"PriceWithVAT\": 22,\n            \"PriceWithoutVAT\": 20,\n            \"SKU\": \"123444321\",\n            \"Category\": \"Food\"\n        }\n    ],\n    \"Transactions\": [ \n    \t{\n            \"ItemCode\": \"123444321\",\n            \"ItemID\": \"123\",\n            \"ItemName\": \"test1\",\n            \"PriceTotalWithVAT\": 44,\n            \"PriceTotalWithoutVAT\": 40,\n            \"DateUTC\": \"2020/01/20 16:30:00\",\n            \"Quantity\": 2\n        },],\n    \"BuyerGuid\": \"{{buyerGuid}}\"\n}"},"url":"https://api.marketman.com/v3/buyers/sales/SetSales","description":"<p><strong>Important:</strong> This endpoint is intended for <strong>legacy integrations only</strong>.  </p>\n<p>New partners must <strong>not</strong> use this endpoint and should integrate via the <strong>POS APIs</strong> under the <strong><code>/pos</code></strong> <strong>folder</strong>  </p>\n<p>Set sales data for a location, can’t be used for setting sales of a HQ.</p>\n<p>The set sales will delete existing sales for the time frame between DateTimeFrom and DateTimeTo.<br />Parallel invocation is not allowed and will result with a “Locked“ error.<br />2nd call should only be made after 1st call is finished.<br />SetSalesAsync is also available.</p>\n<p>importnat note:<br />each call to the SetSales method should include full menu with all the items of the location (both items that will be included in the transcation list and also items that were not sold but still exists in the menu)</p>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BuyerGuid</td>\n<td>String</td>\n<td>Buyer’s Guid (more info)</td>\n</tr>\n<tr>\n<td>UniqueID</td>\n<td>String</td>\n<td>Business day unique ID</td>\n</tr>\n<tr>\n<td>FromDateUTC</td>\n<td>String</td>\n<td>Date the business day started (more info)</td>\n</tr>\n<tr>\n<td>ToDateUTC</td>\n<td>String</td>\n<td>Date the business day ended (more info)</td>\n</tr>\n<tr>\n<td>BuyerPOSID</td>\n<td>Ineger</td>\n<td>Optional - only in cases where the location has more than one POS of type API</td>\n</tr>\n<tr>\n<td>TotalPriceWithVAT</td>\n<td>Decimal</td>\n<td>Total revenues with VAT, exactly as the user sees it in the POS (Without tips, discounts etc)</td>\n</tr>\n<tr>\n<td>TotalPriceWithoutVAT</td>\n<td>Decimal</td>\n<td>Total revenues without VAT, exactly as the user sees it in the POS (Without tips, discounts etc)</td>\n</tr>\n<tr>\n<td>Items</td>\n<td>Array</td>\n<td>See below</td>\n</tr>\n<tr>\n<td>Transactions</td>\n<td>Array</td>\n<td>See below</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><p>Items Array</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Type</td>\n<td>String</td>\n<td>Optional. Two options: 1.MenuItem (Default) 2, Modifier</td>\n</tr>\n<tr>\n<td>ID</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>Name</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>PriceWithVAT</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>PriceWithoutVAT</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>SKU</td>\n<td>String</td>\n<td>POS code</td>\n</tr>\n<tr>\n<td>Category</td>\n<td>String</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div></li>\n<li><p>Transactions Array</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ItemCode</td>\n<td>String</td>\n<td>SKU (POS Code)</td>\n</tr>\n<tr>\n<td>ItemID</td>\n<td>String</td>\n<td>The item ID</td>\n</tr>\n<tr>\n<td>ItemName</td>\n<td>String</td>\n<td>The item Name</td>\n</tr>\n<tr>\n<td>PriceTotalWithVAT</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>PriceTotalWithoutVAT</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>DateUTC</td>\n<td>String</td>\n<td>Transaction date (more info)</td>\n</tr>\n<tr>\n<td>Quantity</td>\n<td>Double</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n<h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n<tr>\n<td>ErrorCode</td>\n<td>String</td>\n<td>See Error Code list</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}},"urlObject":{"path":["v3","buyers","sales","SetSales"],"host":["https://api.marketman.com"],"query":[{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"9d225b62-aedc-44ea-a2b6-4de0786bac73","name":"SetSales Success","originalRequest":{"method":"POST","header":[{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"UniqueID\": \"123459\",\n    \"FromDateUTC\": \"2020/01/20 00:00:00\",\n    \"ToDateUTC\": \"2020/01/20 23:59:59\",\n    \"BuyerPOSID\": null,\n    \"TotalPriceWithVAT\": 310,\n    \"TotalPriceWithoutVAT\": 300,\n    \"Items\": [\n        {\n            \"Type\": \"MenuItem\",\n            \"Name\": \"test1\",\n            \"ID\": \"123\",\n            \"PriceWithVAT\": 22,\n            \"PriceWithoutVAT\": 20,\n            \"SKU\": \"123444321\",\n            \"Category\": \"Food\"\n        }\n    ],\n    \"Transactions\": [ \n    \t{\n            \"ItemCode\": \"123444321\",\n            \"ItemID\": \"123\",\n            \"ItemName\": \"test1\",\n            \"PriceTotalWithVAT\": 44,\n            \"PriceTotalWithoutVAT\": 40,\n            \"DateUTC\": \"2020/01/20 16:30:00\",\n            \"Quantity\": 2\n        },],\n    \"BuyerGuid\": \"{{buyerGuid}}\"\n}"},"url":{"raw":"https://api.marketman.com/v3/buyers/sales/SetSales","host":["https://api.marketman.com"],"path":["v3","buyers","sales","SetSales"],"query":[{"key":"","value":"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"160"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:aa7de11f-c2f8-492b-9087-262956b65d27"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sun, 01 Mar 2020 11:38:45 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"IsSuccess\": true,\n    \"ErrorMessage\": null,\n    \"ErrorCode\": null\n}"},{"id":"481826a3-2b20-49cf-b581-548bf802ca84","name":"SetSales Failure NO API POS ( contact MArketMan CS)","originalRequest":{"method":"POST","header":[{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"UniqueID\": \"123459\",\n    \"FromDateUTC\": \"2020/01/20 00:00:00\",\n    \"ToDateUTC\": \"2020/01/20 23:59:59\",\n    \"TotalPriceWithVAT\": 310,\n    \"TotalPriceWithoutVAT\": 300,\n    \"Items\": [\n        {\n            \"Type\": \"MenuItem\",\n            \"Name\": \"test1\",\n            \"ID\": \"123\",\n            \"PriceWithVAT\": 22,\n            \"PriceWithoutVAT\": 20,\n            \"SKU\": \"123444321\",\n            \"Category\": \"Food\"\n        }\n    ],\n    \"Transactions\": [ \n    \t{\n            \"ItemCode\": \"123444321\",\n            \"ItemID\": \"123\",\n            \"ItemName\": \"test1\",\n            \"PriceTotalWithVAT\": 44,\n            \"PriceTotalWithoutVAT\": 40,\n            \"DateUTC\": \"2020/01/20 16:30:00\",\n            \"Quantity\": 2\n        },],\n    \"BuyerGuid\": \"{{buyerGuid}}\"\n}"},"url":{"raw":"https://api.marketman.com/v3/buyers/sales/SetSales","host":["https://api.marketman.com"],"path":["v3","buyers","sales","SetSales"],"query":[{"key":"","value":"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"233"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:aa7de11f-c2f8-492b-9087-262956b65d27"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sun, 01 Mar 2020 11:35:27 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"IsSuccess\": false,\n    \"ErrorMessage\": \"Buyer doesn't have an api pos defined. Please go into company details page and define an api pos.\",\n    \"ErrorCode\": null\n}"}],"_postman_id":"975d0c85-667a-4b13-b92e-560de2ecedf0"},{"name":"SetSalesAsync","event":[{"listen":"test","script":{"id":"0d5202db-8bd7-4f50-a48a-851b0347d29b","exec":["let jsonResponse = pm.response.json(),\r","        queryToken = jsonResponse.QueryToken;\r","        \r","\r","    console.log({jsonResponse, queryToken })\r","    if(jsonResponse.IsSuccess){\r","        pm.environment.set('queryToken', queryToken);\r","        pm.variables.set('queryToken', queryToken);\r","    }\r","    "],"type":"text/javascript","packages":{},"requests":{}}}],"id":"c8dd4495-d6db-44e7-a5be-664a1c30d3ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AUTH_TOKEN","value":"{{accessToken}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"UniqueID\": \"123459\",\n    \"FromDateUTC\": \"2020/01/20 00:00:00\",\n    \"ToDateUTC\": \"2020/01/20 23:59:59\",\n    \"TotalPriceWithVAT\": 310,\n    \"TotalPriceWithoutVAT\": 300,\n     \"Items\": [\n        {\n            \"Type\": \"MenuItem\",\n            \"Name\": \"test1\",\n            \"ID\": \"123\",\n            \"PriceWithVAT\": 22,\n            \"PriceWithoutVAT\": 20,\n            \"SKU\": \"123444321\",\n            \"Category\": \"Food\"\n        }\n    ],\n    \"Transactions\": [ \n    \t{\n            \"ItemCode\": \"123444321\",\n            \"ItemID\": \"123\",\n            \"ItemName\": \"test1\",\n            \"PriceTotalWithVAT\": 44,\n            \"PriceTotalWithoutVAT\": 40,\n            \"DateUTC\": \"2020/01/20 16:30:00\",\n            \"Quantity\": 2\n        },],\n    \"BuyerGuid\": \"{{buyerGuid}}\"\n}"},"url":"https://api.marketman.com/v3/buyers/sales/SetSalesAsync","description":"<p><strong>Important:</strong> This endpoint is intended for <strong>legacy integrations only</strong>.</p>\n<p>New partners must <strong>not</strong> use this endpoint and should integrate via the <strong>POS APIs</strong> under the <strong><code>/pos</code></strong> <strong>folder</strong></p>\n<p>Async Operation for set sales</p>\n<p>importnat note:<br />each call to the SetSales method should include full menu with all the items of the location (both items that will be included in the transcation list and also items that were not sold but still exists in the menu)</p>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BuyerGuid</td>\n<td>String</td>\n<td>Buyer’s Guid (more info)</td>\n</tr>\n<tr>\n<td>UniqueID</td>\n<td>String</td>\n<td>Business day unique ID</td>\n</tr>\n<tr>\n<td>FromDateUTC</td>\n<td>String</td>\n<td>Date the business day started (more info)</td>\n</tr>\n<tr>\n<td>ToDateUTC</td>\n<td>String</td>\n<td>Date the business day ended (more info)</td>\n</tr>\n<tr>\n<td>BuyerPOSID</td>\n<td>Ineger</td>\n<td>Optional - only in cases where the location has more than one POS of type API</td>\n</tr>\n<tr>\n<td>TotalPriceWithVAT</td>\n<td>Decimal</td>\n<td>Total revenues with VAT, exactly as the user sees it in the POS (Without tips, discounts etc)</td>\n</tr>\n<tr>\n<td>TotalPriceWithoutVAT</td>\n<td>Decimal</td>\n<td>Total revenues without VAT, exactly as the user sees it in the POS (Without tips, discounts etc)</td>\n</tr>\n<tr>\n<td>Items</td>\n<td>Array</td>\n<td>See below</td>\n</tr>\n<tr>\n<td>Transactions</td>\n<td>Array</td>\n<td>See below</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><p>ParameterTypeDescriptionTypeStringOptional. Two options: 1.MenuItem (Default) 2, ModifierIDStringNameStringPriceWithVATDecimalPriceWithoutVATDecimalSKUStringPOS codeCategoryString</p>\n</li>\n<li><p>Transactions Array</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ItemCode</td>\n<td>String</td>\n<td>SKU (POS Code)</td>\n</tr>\n<tr>\n<td>ItemID</td>\n<td>String</td>\n<td>The item ID</td>\n</tr>\n<tr>\n<td>ItemName</td>\n<td>String</td>\n<td>The item Name</td>\n</tr>\n<tr>\n<td>PriceTotalWithVAT</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>PriceTotalWithoutVAT</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>DateUTC</td>\n<td>String</td>\n<td>Transaction date (more info)</td>\n</tr>\n<tr>\n<td>Quantity</td>\n<td>Double</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n<h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n<tr>\n<td>ErrorCode</td>\n<td>String</td>\n<td>See Error Code list</td>\n</tr>\n<tr>\n<td>Querytoken</td>\n<td>String</td>\n<td>A token which should be used to query the status of the background task, see GetAsyncTokenStatus</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}},"urlObject":{"path":["v3","buyers","sales","SetSalesAsync"],"host":["https://api.marketman.com"],"query":[{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"942ce9a4-f82c-410a-ada2-32a43bdd880e","name":"SetSalesAsync Failure NO API POS (Contact MarketMan CS)","originalRequest":{"method":"POST","header":[{"key":"AUTH_TOKEN","value":"{{accessToken}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n \"UniqueID\": \"123459\",\r\n \"FromDateUTC\" : \"2020/01/20 00:00:00\",\r\n \"ToDateUTC\": \"2020/01/20 23:59:59\",\r\n \"TotalPriceWithVAT\": 310,\r\n \"TotalPriceWithoutVAT\": 300,\r\n \"Items\": [{\r\n \t\"Type\": \"MenuItem\",\r\n  \"Name\": \"ROY1set2\",\r\n  \"ID\": \"123\",\r\n  \"PriceWithVAT\": 22,\r\n  \"PriceWithoutVAT\": 20,\r\n  \"SKU\": \"123abc\",\r\n  \"Category\": \"Food\"\r\n },\r\n {\r\n   \"Name\": \"Dish2 Name\",\r\n  \"ID\": \"124\",\r\n  \"PriceWithVAT\": 66,\r\n  \"PriceWithoutVAT\": 60,\r\n  \"SKU\": \"124bcd\",\r\n  \"Category\": \"Food\"\r\n },\r\n {\r\n \t\"Type\": \"Modifier\",\r\n  \"Name\": \"Mod Name\",\r\n  \"ID\": \"111\",\r\n  \"PriceWithVAT\": 44,\r\n  \"PriceWithoutVAT\": 40,\r\n  \"SKU\": \"111aaa\",\r\n  \"Category\": \"Food\"\r\n }\r\n ],\r\n \"Transactions\": [{\r\n  \"ItemCode\": \"123abc\",\r\n  \"ItemID\": \"123\",\r\n  \"ItemName\": \"Dish1 Name\",\r\n  \"PriceTotalWithVAT\": 44,\r\n  \"PriceTotalWithoutVAT\": 40,\r\n  \"DateUTC\": \"2020/01/20 16:30:00\",\r\n  \"Quantity\": 2\r\n }, \r\n {\r\n  \"ItemCode\": \"124bcd\",\r\n  \"ItemID\": \"124\",\r\n  \"ItemName\": \"Dish2 Name\",\r\n  \"PriceTotalWithVAT\": 66,\r\n  \"PriceTotalWithoutVAT\": 60,\r\n  \"DateUTC\": \"2020/01/20 16:40:00\",\r\n  \"Quantity\": 1\r\n }\r\n ],\r\n\"BuyerGuid\": \"{{buyerGuid}}\"\r\n}\r\n"},"url":{"raw":"https://api.marketman.com/v3/buyers/sales/SetSalesAsync","host":["https://api.marketman.com"],"path":["v3","buyers","sales","SetSalesAsync"],"query":[{"key":"","value":"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"247"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:aa7de11f-c2f8-492b-9087-262956b65d27"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sun, 01 Mar 2020 10:15:10 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"IsSuccess\": false,\n    \"ErrorMessage\": \"Buyer doesn't have an api pos defined. Please go into company details page and define an api pos.\",\n    \"ErrorCode\": null,\n    \"QueryToken\": null\n}"},{"id":"c81abc9d-5e0e-4361-9438-c89d608a73e0","name":"SetSalesAsync Success","originalRequest":{"method":"POST","header":[{"key":"AUTH_TOKEN","value":"{{accessToken}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"UniqueID\": \"123459\",\n    \"FromDateUTC\": \"2020/01/20 00:00:00\",\n    \"ToDateUTC\": \"2020/01/20 23:59:59\",\n    \"TotalPriceWithVAT\": 310,\n    \"TotalPriceWithoutVAT\": 300,\n     \"Items\": [\n        {\n            \"Type\": \"MenuItem\",\n            \"Name\": \"test1\",\n            \"ID\": \"123\",\n            \"PriceWithVAT\": 22,\n            \"PriceWithoutVAT\": 20,\n            \"SKU\": \"123444321\",\n            \"Category\": \"Food\"\n        }\n    ],\n    \"Transactions\": [ \n    \t{\n            \"ItemCode\": \"123444321\",\n            \"ItemID\": \"123\",\n            \"ItemName\": \"test1\",\n            \"PriceTotalWithVAT\": 44,\n            \"PriceTotalWithoutVAT\": 40,\n            \"DateUTC\": \"2020/01/20 16:30:00\",\n            \"Quantity\": 2\n        },],\n    \"BuyerGuid\": \"{{buyerGuid}}\"\n}"},"url":{"raw":"https://api.marketman.com/v3/buyers/sales/SetSalesAsync","host":["https://api.marketman.com"],"path":["v3","buyers","sales","SetSalesAsync"],"query":[{"key":"","value":"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"211"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:aa7de11f-c2f8-492b-9087-262956b65d27"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sun, 01 Mar 2020 11:39:27 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"IsSuccess\": true,\n    \"ErrorMessage\": null,\n    \"ErrorCode\": null,\n    \"QueryToken\": \"a9b34c3a-5e03-41d0-a456-4502b938870a\"\n}"}],"_postman_id":"c8dd4495-d6db-44e7-a5be-664a1c30d3ea"},{"name":"GetSalesByDates (Deprecated)","id":"42adffe4-d9e5-47f2-a881-495f9c2f7a66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \n    \"DateTimeFromUTC\": \"2020/03/01 00:00:00\",\n    \"DateTimeToUTC\": \"2020/03/01 00:00:00\",\n    \"BuyerGuid\": \"{{buyerGuid}}\"\n}"},"url":"https://api.marketman.com/v3/buyers/sales/GetSalesByDates","description":"<p>Set sales data for a location, can’t be used for setting sales of a HQ\nThe set sales will delete existing sales for the time frame between DateTimeFrom and DateTimeTo\nParallel invocation is not allowed and will result with a “Locked“ error.\n2nd call should only be made after 1st call is finished.\nSetSalesAsync is also available</p>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BuyerGuid</td>\n<td>String</td>\n<td>Buyer’s Guid (more info)</td>\n</tr>\n<tr>\n<td>DateTimeFromUTC</td>\n<td>String</td>\n<td>The from date</td>\n</tr>\n<tr>\n<td>DateTimeToUTC</td>\n<td>String</td>\n<td>The to date</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n<tr>\n<td>ErrorCode</td>\n<td>int</td>\n<td>Error code</td>\n</tr>\n<tr>\n<td>SaleSummaries</td>\n<td>Array</td>\n<td>See below</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><p>SaleSummaries Array</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>SaleSummaryID</td>\n<td>Int</td>\n<td></td>\n</tr>\n<tr>\n<td>BuyerPOSID</td>\n<td>Int</td>\n<td>The Buyer POS ID</td>\n</tr>\n<tr>\n<td>BuyerPOSName</td>\n<td>String</td>\n<td>The Buyer POS Name</td>\n</tr>\n<tr>\n<td>Date</td>\n<td>Datetime</td>\n<td>Date and time of sale</td>\n</tr>\n<tr>\n<td>TotalWithVAT</td>\n<td>Decimal</td>\n<td>Total sum including VAT of that day</td>\n</tr>\n<tr>\n<td>TotalWithoutVAT</td>\n<td>Decimal</td>\n<td>Total sum without VAT of that day</td>\n</tr>\n<tr>\n<td>CategorySummaries</td>\n<td>Array</td>\n<td>See below</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n<li><p>CategorySummaries Array</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CategoryName</td>\n<td>String</td>\n<td>The category name</td>\n</tr>\n<tr>\n<td>TotalWithVAT</td>\n<td>Decimal</td>\n<td>Total sum including VAT of that category in this day</td>\n</tr>\n<tr>\n<td>TotalWithoutVAT</td>\n<td>Decimal</td>\n<td>Total sum without VAT of that category in this day</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}},"urlObject":{"path":["v3","buyers","sales","GetSalesByDates"],"host":["https://api.marketman.com"],"query":[{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"68f0b1c0-9a31-47d9-8903-89b56f86b062","name":"SetSales Failure NO API POS ( contact MArketMan CS)","originalRequest":{"method":"POST","header":[{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"UniqueID\": \"123459\",\n    \"FromDateUTC\": \"2020/01/20 00:00:00\",\n    \"ToDateUTC\": \"2020/01/20 23:59:59\",\n    \"TotalPriceWithVAT\": 310,\n    \"TotalPriceWithoutVAT\": 300,\n    \"Items\": [\n        {\n            \"Type\": \"MenuItem\",\n            \"Name\": \"test1\",\n            \"ID\": \"123\",\n            \"PriceWithVAT\": 22,\n            \"PriceWithoutVAT\": 20,\n            \"SKU\": \"123444321\",\n            \"Category\": \"Food\"\n        }\n    ],\n    \"Transactions\": [ \n    \t{\n            \"ItemCode\": \"123444321\",\n            \"ItemID\": \"123\",\n            \"ItemName\": \"test1\",\n            \"PriceTotalWithVAT\": 44,\n            \"PriceTotalWithoutVAT\": 40,\n            \"DateUTC\": \"2020/01/20 16:30:00\",\n            \"Quantity\": 2\n        },],\n    \"BuyerGuid\": \"{{buyerGuid}}\"\n}"},"url":{"raw":"https://api.marketman.com/v3/buyers/sales/SetSales","host":["https://api.marketman.com"],"path":["v3","buyers","sales","SetSales"],"query":[{"key":"","value":"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"233"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:aa7de11f-c2f8-492b-9087-262956b65d27"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sun, 01 Mar 2020 11:35:27 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"IsSuccess\": false,\n    \"ErrorMessage\": \"Buyer doesn't have an api pos defined. Please go into company details page and define an api pos.\",\n    \"ErrorCode\": null\n}"},{"id":"8f3b2ebd-d9fd-486f-a107-0294a14eb05a","name":"SetSales Success","originalRequest":{"method":"POST","header":[{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"UniqueID\": \"123459\",\n    \"FromDateUTC\": \"2020/01/20 00:00:00\",\n    \"ToDateUTC\": \"2020/01/20 23:59:59\",\n    \"TotalPriceWithVAT\": 310,\n    \"TotalPriceWithoutVAT\": 300,\n    \"Items\": [\n        {\n            \"Type\": \"MenuItem\",\n            \"Name\": \"test1\",\n            \"ID\": \"123\",\n            \"PriceWithVAT\": 22,\n            \"PriceWithoutVAT\": 20,\n            \"SKU\": \"123444321\",\n            \"Category\": \"Food\"\n        }\n    ],\n    \"Transactions\": [ \n    \t{\n            \"ItemCode\": \"123444321\",\n            \"ItemID\": \"123\",\n            \"ItemName\": \"test1\",\n            \"PriceTotalWithVAT\": 44,\n            \"PriceTotalWithoutVAT\": 40,\n            \"DateUTC\": \"2020/01/20 16:30:00\",\n            \"Quantity\": 2\n        },],\n    \"BuyerGuid\": \"{{buyerGuid}}\"\n}"},"url":{"raw":"https://api.marketman.com/v3/buyers/sales/SetSales","host":["https://api.marketman.com"],"path":["v3","buyers","sales","SetSales"],"query":[{"key":"","value":"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"160"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:aa7de11f-c2f8-492b-9087-262956b65d27"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sun, 01 Mar 2020 11:38:45 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"IsSuccess\": true,\n    \"ErrorMessage\": null,\n    \"ErrorCode\": null\n}"}],"_postman_id":"42adffe4-d9e5-47f2-a881-495f9c2f7a66"},{"name":"GetTransactions(Deprecated)","id":"6540474f-6d3f-4429-89d4-6e03fcda1df5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"SaleSummaryID\": 17226984,\n    \"Take\": 100,\n    \"Skip\" : 100,\n    \"BuyerGuid\": \"{{buyerGuid}}\"\n}"},"url":"https://api.marketman.com/v3/buyers/sales/GetTransactions","description":"<p>Gets the transactions per sale summey</p>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BuyerGuid</td>\n<td>String</td>\n<td>Buyer’s Guid (more info)</td>\n</tr>\n<tr>\n<td>SaleSummaryID</td>\n<td>Int</td>\n<td>The sale summary ID</td>\n</tr>\n<tr>\n<td>Skip</td>\n<td>Int</td>\n<td>The amount of items to skip</td>\n</tr>\n<tr>\n<td>Take</td>\n<td>Int</td>\n<td>The amount of items to return</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n<tr>\n<td>SaleSummaryID</td>\n<td>Int</td>\n<td>Sale summary ID</td>\n</tr>\n<tr>\n<td>ErrorCode</td>\n<td>Int</td>\n<td>Error code</td>\n</tr>\n<tr>\n<td>Transactions</td>\n<td>Array</td>\n<td>See below</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><p>Transactions Array</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ItemCode</td>\n<td>String</td>\n<td>Item code (SKU)</td>\n</tr>\n<tr>\n<td>ItemID</td>\n<td>String</td>\n<td>Item ID</td>\n</tr>\n<tr>\n<td>ItemName</td>\n<td>String</td>\n<td>Item name</td>\n</tr>\n<tr>\n<td>PriceTotalWithVAT</td>\n<td>Decimal</td>\n<td>Total sale with VAT</td>\n</tr>\n<tr>\n<td>PriceTotalWithoutVAT</td>\n<td>Decimal</td>\n<td>Total sale without VAT</td>\n</tr>\n<tr>\n<td>DateUTC</td>\n<td>DateTime</td>\n<td>Date and time of transcation</td>\n</tr>\n<tr>\n<td>Quantity</td>\n<td>Decimal</td>\n<td>Quantity</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}},"urlObject":{"path":["v3","buyers","sales","GetTransactions"],"host":["https://api.marketman.com"],"query":[{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[],"_postman_id":"6540474f-6d3f-4429-89d4-6e03fcda1df5"}],"id":"930b3a26-06e6-408d-bc8a-309fa143cf1e","description":"<p>Sales management</p>\n","event":[{"listen":"prerequest","script":{"id":"c00484ec-624a-43f1-95b2-c7e6bb8d3a44","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a12a8ed9-2687-4ba5-b370-d557c6d93718","type":"text/javascript","exec":[""]}}],"_postman_id":"930b3a26-06e6-408d-bc8a-309fa143cf1e","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}}},{"name":"Docs","item":[{"name":"GetDocsByDocDate","id":"d0197a4e-5374-4869-8a34-3b528990115f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n \r\n \"DateTimeFromUTC\" : \"2020/01/01 00:00:00\",\r\n \"DateTimeToUTC\": \"2020/01/20 23:59:59\",\r\n \"BuyerGuid\": \"{{buyerGuid}}\"\r\n}\r\n"},"url":"https://api.marketman.com/v3/buyers/docs/GetDocsByDocDate","description":"<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>DateTimeFromUTC</td>\n<td>String</td>\n<td>Minimum doc date (more info)</td>\n</tr>\n<tr>\n<td>DateTimeToUTC</td>\n<td>String</td>\n<td>Maximum doc date (more info)</td>\n</tr>\n<tr>\n<td>IsAccountingSync</td>\n<td>Boolean</td>\n<td>null/true/false (optional)</td>\n</tr>\n<tr>\n<td>FilterOpenPriceCredits</td>\n<td>Boolean</td>\n<td>null/true/false (optional)</td>\n</tr>\n<tr>\n<td>FilterOpenQuantityCredit</td>\n<td>Boolean</td>\n<td>null/true/false (optional)</td>\n</tr>\n<tr>\n<td>BuyerGuid</td>\n<td>String</td>\n<td>Buyer’s Guid (more info)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n<tr>\n<td>Docs</td>\n<td>Array</td>\n<td>See below</td>\n</tr>\n</tbody>\n</table>\n</div><p>** Docs Array **</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>DocNumber</td>\n<td>String</td>\n<td>Doc number</td>\n</tr>\n<tr>\n<td>Guid</td>\n<td>String</td>\n<td>Doc guid</td>\n</tr>\n<tr>\n<td>BuyerName</td>\n<td>String</td>\n<td>Buyer name</td>\n</tr>\n<tr>\n<td>BuyerGuid</td>\n<td>String</td>\n<td>Buyer id</td>\n</tr>\n<tr>\n<td>VendorName</td>\n<td>String</td>\n<td>Vendor associated with this document</td>\n</tr>\n<tr>\n<td>VendorGuid</td>\n<td>String</td>\n<td>Vendor guid</td>\n</tr>\n<tr>\n<td>PriceTotalWithVAT</td>\n<td>Decimal</td>\n<td>Document total with VAT</td>\n</tr>\n<tr>\n<td>PriceTotalWithoutVAT</td>\n<td>Decimal</td>\n<td>Document total without VAT</td>\n</tr>\n<tr>\n<td>DateUTC</td>\n<td>String</td>\n<td>Document date (more info)</td>\n</tr>\n<tr>\n<td>Comments</td>\n<td>String</td>\n<td>Comments placed in document</td>\n</tr>\n<tr>\n<td>DocType</td>\n<td>String</td>\n<td>Doc type (Ship note, Invoice, Consolidated invoice)</td>\n</tr>\n<tr>\n<td>DocTypeID</td>\n<td>int</td>\n<td>Ship note(1), Invoice(2), Consolidated invoice(3)</td>\n</tr>\n<tr>\n<td>OpenCredits</td>\n<td>Double, optional</td>\n<td>Open credits value</td>\n</tr>\n<tr>\n<td>IsAccountingSynced</td>\n<td>Bool</td>\n<td>Is accounting synced</td>\n</tr>\n<tr>\n<td>ExpenseAccount</td>\n<td>String</td>\n<td>Debit account name in Marketman</td>\n</tr>\n<tr>\n<td>Items</td>\n<td>Array</td>\n<td>See below</td>\n</tr>\n<tr>\n<td>DocStatusID</td>\n<td>int</td>\n<td>Doc status ID</td>\n</tr>\n<tr>\n<td>DocStatusType</td>\n<td>string</td>\n<td>Doc status type</td>\n</tr>\n<tr>\n<td>PriceCredit</td>\n<td>string</td>\n<td>Null/Open/Close</td>\n</tr>\n<tr>\n<td>QuantityCredit</td>\n<td>string</td>\n<td>Null/Open/Close</td>\n</tr>\n<tr>\n<td>HistoryLog</td>\n<td>Array</td>\n<td>See below</td>\n</tr>\n<tr>\n<td>VendorIRSNumber</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>isLocked</td>\n<td>Boolean</td>\n<td>Is the doc locked</td>\n</tr>\n</tbody>\n</table>\n</div><p>** HistoryLog Array **</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ID</td>\n<td>Integer</td>\n<td>Log ID</td>\n</tr>\n<tr>\n<td>DocID</td>\n<td>Integer</td>\n<td></td>\n</tr>\n<tr>\n<td>ActionTitle</td>\n<td>String</td>\n<td>Action taken</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>String</td>\n<td>Username preformed the action</td>\n</tr>\n<tr>\n<td>CreatedDateUTC</td>\n<td>DateTime</td>\n<td></td>\n</tr>\n<tr>\n<td>TotalPrice</td>\n<td>Doublel</td>\n<td>Invoice total price</td>\n</tr>\n<tr>\n<td>CreatedByBuyer</td>\n<td>String</td>\n<td>Buyer's name</td>\n</tr>\n<tr>\n<td>BuyerUserName</td>\n<td>String</td>\n<td>Buyer's username</td>\n</tr>\n<tr>\n<td>BuyerGUID</td>\n<td>String</td>\n<td>Buyer GUID</td>\n</tr>\n<tr>\n<td>ActionID</td>\n<td>Integer</td>\n<td>The ID of the action taken</td>\n</tr>\n</tbody>\n</table>\n</div><p>** Items Array **</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CatalogItemID</td>\n<td>Integer</td>\n<td>Catalog item ID</td>\n</tr>\n<tr>\n<td>CatalogItemCode</td>\n<td>Integer</td>\n<td>Catalog item code</td>\n</tr>\n<tr>\n<td>ItemName</td>\n<td>String</td>\n<td>Item name</td>\n</tr>\n<tr>\n<td>SKU</td>\n<td>String</td>\n<td>Item SKU</td>\n</tr>\n<tr>\n<td>Quantity</td>\n<td>Double</td>\n<td>Quantity on line</td>\n</tr>\n<tr>\n<td>Price</td>\n<td>Decimal</td>\n<td>Item price</td>\n</tr>\n<tr>\n<td>PriceTotal</td>\n<td>Decimal</td>\n<td>Total item price (quantity * price)</td>\n</tr>\n<tr>\n<td>ReceiveQuantity</td>\n<td>Decimal</td>\n<td>Quantity actual received</td>\n</tr>\n<tr>\n<td>OrderQuantity</td>\n<td>Decimal</td>\n<td>Quantity ordered</td>\n</tr>\n<tr>\n<td>PriceTotalWithoutVAT</td>\n<td>Decimal</td>\n<td>Total price without VAT</td>\n</tr>\n<tr>\n<td>TaxLevelID</td>\n<td>Integer</td>\n<td>ID of tax level</td>\n</tr>\n<tr>\n<td>TaxValue</td>\n<td>Decimal</td>\n<td>Tax value</td>\n</tr>\n<tr>\n<td>PriceTotalWithVAT</td>\n<td>Decimal</td>\n<td>Total price without VAT + Tax value</td>\n</tr>\n<tr>\n<td>ItemMeasureTypeID</td>\n<td>Int</td>\n<td>The item UOM ID</td>\n</tr>\n<tr>\n<td>ItemMeasureTypeName</td>\n<td>String</td>\n<td>Item UOM name</td>\n</tr>\n<tr>\n<td>PackQuantity</td>\n<td>decimal</td>\n<td>Item pack quantity</td>\n</tr>\n<tr>\n<td>PacksPerCase</td>\n<td>decimal</td>\n<td>Packs per case</td>\n</tr>\n<tr>\n<td>DiscountPercent</td>\n<td>decimal</td>\n<td>Precentage of discount on the line</td>\n</tr>\n<tr>\n<td>CategoryID</td>\n<td>int</td>\n<td>Category ID</td>\n</tr>\n<tr>\n<td>CategoryName</td>\n<td>String</td>\n<td>Category Name</td>\n</tr>\n<tr>\n<td>Credits</td>\n<td>Array</td>\n<td>See below</td>\n</tr>\n</tbody>\n</table>\n</div><p>** Credits Array **</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>StatuName</td>\n<td>String</td>\n<td>Open/close</td>\n</tr>\n<tr>\n<td>StatusID</td>\n<td>Integer</td>\n<td>1=open 2=close</td>\n</tr>\n<tr>\n<td>TypeId</td>\n<td>Integer</td>\n<td>1=Quantity Credit 2=Price Credit</td>\n</tr>\n<tr>\n<td>TypeName</td>\n<td>String</td>\n<td>Quantity Credit/Price Credit</td>\n</tr>\n<tr>\n<td>Quantity</td>\n<td>Double</td>\n<td>Quantity on line</td>\n</tr>\n<tr>\n<td>Price</td>\n<td>Decimal</td>\n<td>Item price</td>\n</tr>\n<tr>\n<td>PriceTotal</td>\n<td>Decimal</td>\n<td>Total item price (quantity * price)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}},"urlObject":{"path":["v3","buyers","docs","GetDocsByDocDate"],"host":["https://api.marketman.com"],"query":[{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"5911f58a-4080-4dd5-a342-36efd3ce0c25","name":"GetDocsByDocDate Success","originalRequest":{"method":"POST","header":[{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n \"DateTimeFromUTC\" : \"2021/03/08 14:00:00\",\r\n \"DateTimeToUTC\": \"2021/03/08 23:59:59\",\r\n \"BuyerGuid\": \"{{buyerGuid}}\"\r\n}\r\n"},"url":{"raw":"https://api.marketman.com/v3/buyers/docs/GetDocsByDocDate","host":["https://api.marketman.com"],"path":["v3","buyers","docs","GetDocsByDocDate"],"query":[{"key":"","value":"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"4734"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:aa7de11f-c2f8-492b-9087-262956b65d27"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sun, 01 Mar 2020 10:17:48 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Docs\": [\n        {\n            \"DocNumber\": \"test 234r243\",\n            \"Guid\": \"97ed7c3eef9a434cba508b3bf556f5c9\",\n            \"BuyerName\": \"Chillout [dev]\",\n            \"BuyerGuid\": \"c2a660f1ebc34305b20f1e4e73dcde22\",\n            \"VendorName\": \"Baci Gelato\",\n            \"DocTypeID\": 2,\n            \"DocType\": \"Invoice\",\n            \"DateUTC\": \"2021/03/08 14:18:31\",\n            \"DueDateUTC\": \"2021/03/08 14:18:30\",\n            \"PriceTotalWithVAT\": 225.0,\n            \"PriceTotalWithoutVAT\": 225.0,\n            \"Comments\": \"\",\n            \"VendorGuid\": \"0ab839a11dda4db3b685441070065ea4\",\n            \"OrderNumber\": \"\",\n            \"OpenCredits\": 0.0,\n            \"IsAccountingSynced\": false,\n            \"DocStatusID\": 3,\n            \"DocStatusType\": \"Approved\",\n            \"PriceDiscountValue\": 0.0,\n            \"PriceDiscountPercentage\": 0.0,\n            \"PriceCredit\": \"Open\",\n            \"QuantityCredit\": \"Open\",\n            \"HistoryLog\": [\n                {\n                    \"ID\": 5545851,\n                    \"DocID\": 9796385,\n                    \"ActionTitle\": \"Saved\",\n                    \"Name\": \"Noam Wolf\",\n                    \"CreatedDateUTC\": \"2021/03/08 14:18:31\",\n                    \"TotalPrice\": 225.00000,\n                    \"CreatedByBuyer\": \"Noam Wolf\",\n                    \"BuyerUserName\": \"noamchill\",\n                    \"BuyerGUID\": \"c2a660f1ebc34305b20f1e4e73dcde22\",\n                    \"ActionID\": 2\n                },\n                {\n                    \"ID\": 5545852,\n                    \"DocID\": 9796385,\n                    \"ActionTitle\": \"Approve for payment\",\n                    \"Name\": \"Noam Wolf\",\n                    \"CreatedDateUTC\": \"2021/03/08 14:18:32\",\n                    \"TotalPrice\": 225.00000,\n                    \"CreatedByBuyer\": \"Noam Wolf\",\n                    \"BuyerUserName\": \"noamchill\",\n                    \"BuyerGUID\": \"c2a660f1ebc34305b20f1e4e73dcde22\",\n                    \"ActionID\": 5\n                }\n            ],\n            \"Items\": [\n                {\n                    \"ItemName\": \"Amarena Cherry - Natural Milk Gelato with the Famous Amarena Cherry Swirl (2.5 Qt)\",\n                    \"SKU\": \"102 QA\",\n                    \"OrderQuantity\": 0.0,\n                    \"Quantity\": 3.0,\n                    \"Price\": 25.0,\n                    \"ReceiveQuantity\": 2.0,\n                    \"PriceTotal\": 75.0,\n                    \"PriceTotalWithoutVAT\": 75.0,\n                    \"PriceTotalWithVAT\": 75.00000000,\n                    \"CatalogItemID\": 6029693,\n                    \"CatalogItemCode\": 983597,\n                    \"TaxLevelID\": 1,\n                    \"TaxValue\": 0.00000000,\n                    \"ItemMeasureTypeID\": 75,\n                    \"ItemMeasureTypeName\": \"Qt\",\n                    \"PackQuantity\": 2.5,\n                    \"PacksPerCase\": null,\n                    \"CategoryID\": 282261,\n                    \"CategoryName\": \"Alcohol drinks\",\n                    \"Credits\": [\n                        {\n                            \"StatusName\": \"Close\",\n                            \"StatusId\": 2,\n                            \"TypeId\": 1,\n                            \"TypeName\": \"Quantity Credit\",\n                            \"Quantity\": 1.0,\n                            \"Price\": 25.0,\n                            \"TotalPrice\": 25.0\n                        }\n                    ]\n                },\n                {\n                    \"ItemName\": \"Pistachio 2\",\n                    \"SKU\": \"1003\",\n                    \"OrderQuantity\": 0.0,\n                    \"Quantity\": 5.0,\n                    \"Price\": 22.0,\n                    \"ReceiveQuantity\": 5.0,\n                    \"PriceTotal\": 110.0,\n                    \"PriceTotalWithoutVAT\": 110.0,\n                    \"PriceTotalWithVAT\": 110.00000000,\n                    \"CatalogItemID\": 4504068,\n                    \"CatalogItemCode\": 937447,\n                    \"TaxLevelID\": 1,\n                    \"TaxValue\": 0.00000000,\n                    \"ItemMeasureTypeID\": 34,\n                    \"ItemMeasureTypeName\": \"gal\",\n                    \"PackQuantity\": 2.5,\n                    \"PacksPerCase\": null,\n                    \"CategoryID\": 9988,\n                    \"CategoryName\": \"Food - Dry/Canned Goods\",\n                    \"Credits\": [\n                        {\n                            \"StatusName\": \"Open\",\n                            \"StatusId\": 1,\n                            \"TypeId\": 2,\n                            \"TypeName\": \"Price Credit\",\n                            \"Quantity\": 5.0,\n                            \"Price\": -8.0,\n                            \"TotalPrice\": -40.0\n                        }\n                    ]\n                },\n                {\n                    \"ItemName\": \"Banana Nutella - Fresh Banana with Nutella Swirl (2.5 Qt)\",\n                    \"SKU\": \"106\",\n                    \"OrderQuantity\": 0.0,\n                    \"Quantity\": 5.0,\n                    \"Price\": 8.0,\n                    \"ReceiveQuantity\": 4.0,\n                    \"PriceTotal\": 40.0,\n                    \"PriceTotalWithoutVAT\": 40.0,\n                    \"PriceTotalWithVAT\": 40.00000000,\n                    \"CatalogItemID\": 983601,\n                    \"CatalogItemCode\": 983601,\n                    \"TaxLevelID\": 1,\n                    \"TaxValue\": 0.00000000,\n                    \"ItemMeasureTypeID\": 75,\n                    \"ItemMeasureTypeName\": \"Qt\",\n                    \"PackQuantity\": 2.5,\n                    \"PacksPerCase\": null,\n                    \"CategoryID\": 21462,\n                    \"CategoryName\": \"Dairy-Ice Creams\",\n                    \"Credits\": [\n                        {\n                            \"StatusName\": \"Open\",\n                            \"StatusId\": 1,\n                            \"TypeId\": 1,\n                            \"TypeName\": \"Quantity Credit\",\n                            \"Quantity\": 1.0,\n                            \"Price\": 8.0,\n                            \"TotalPrice\": 8.0\n                        },\n                        {\n                            \"StatusName\": \"Open\",\n                            \"StatusId\": 1,\n                            \"TypeId\": 2,\n                            \"TypeName\": \"Price Credit\",\n                            \"Quantity\": 4.0,\n                            \"Price\": -2.0,\n                            \"TotalPrice\": -8.0\n                        }\n                    ]\n                }\n            ]\n        }\n    ],\n    \"IsSuccess\": true,\n    \"ErrorMessage\": null,\n    \"ErrorCode\": null,\n    \"RequestID\": \"26ccc7fe-d8b0-46c4-b7dd-c0c281a8ca70\"\n}"}],"_postman_id":"d0197a4e-5374-4869-8a34-3b528990115f"},{"name":"SetDocsExported","id":"ce0abd5c-0932-49af-8882-c45f6010a5ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AUTH_TOKEN","value":"{{accessToken}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"BuyerGUID\": \"{{buyerGuid}}\",\r\n    \"docs\": [ \"Doc Guids\" ]\r\n}\r\n"},"url":"https://api.marketman.com/v3/buyers/docs/SetDocsExported","description":"<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BuyerGuid</td>\n<td>String</td>\n<td>Buyer’s Guid (more info)</td>\n</tr>\n<tr>\n<td>docs</td>\n<td>Array</td>\n<td>List of docs to mark as exported</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>SucceededDocs</td>\n<td>Array</td>\n<td>List of docs that marked as exported</td>\n</tr>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}},"urlObject":{"path":["v3","buyers","docs","SetDocsExported"],"host":["https://api.marketman.com"],"query":[{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[],"_postman_id":"ce0abd5c-0932-49af-8882-c45f6010a5ca"},{"name":"New Request","id":"e83d60e1-4f04-4393-ba47-5f9b1fc7b7a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"e83d60e1-4f04-4393-ba47-5f9b1fc7b7a2"}],"id":"2336e0ac-3833-486a-b774-2753839bb84a","description":"<p>Docs Management </p>\n","event":[{"listen":"prerequest","script":{"id":"1581409a-d672-4c0e-9bc3-a5272f1ec022","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1f6a01cc-b0b1-45cb-aff6-7c64ca5c64b3","type":"text/javascript","exec":[""]}}],"_postman_id":"2336e0ac-3833-486a-b774-2753839bb84a","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}}},{"name":"Orders","item":[{"name":"GetOrdersByDeliveryDate","id":"d158cc7c-6b61-41f2-9d65-607366d0db27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AUTH_TOKEN","value":"{{accessToken}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n \r\n \"DateTimeFromUTC\" : \"2025/02/18 00:00:00\",\r\n \"DateTimeToUTC\": \"2025/02/20 23:59:59\",\r\n \"BuyerGuid\": \"{{buyerGuid}}\"\r\n}\r\n"},"url":"https://api.marketman.com/v3/buyers/orders/GetOrdersByDeliveryDate","description":"<p>Gets all orders according to delivery date range.</p>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>DateTimeFromUTC</td>\n<td>String</td>\n<td>Minimum delivery date (more info)</td>\n</tr>\n<tr>\n<td>DateTimeToUTC</td>\n<td>String</td>\n<td>Maximum delivery date (more info)</td>\n</tr>\n<tr>\n<td>Status</td>\n<td>String</td>\n<td>Confirmed by vendor, Vendor handling, Sent, Cancelled by vendor, Cancelled by buyer</td>\n</tr>\n<tr>\n<td>BuyerGuid</td>\n<td>String</td>\n<td>Buyer’s Guid (more info)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n<tr>\n<td>Orders</td>\n<td>Array</td>\n<td>See below</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><p>Orders array</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OrderNumber</td>\n<td>String</td>\n<td>Order number</td>\n</tr>\n<tr>\n<td>VendorName</td>\n<td>String</td>\n<td>Vendor associated with this order</td>\n</tr>\n<tr>\n<td>VendorGuid</td>\n<td>String</td>\n<td>Vendor guid</td>\n</tr>\n<tr>\n<td>PriceTotalWithVAT</td>\n<td>Decimal</td>\n<td>Order total with VAT</td>\n</tr>\n<tr>\n<td>PriceTotalWithoutVAT</td>\n<td>Decimal</td>\n<td>Order total without VAT</td>\n</tr>\n<tr>\n<td>DeliveryDateUTC</td>\n<td>String</td>\n<td>Delivery date (more info)</td>\n</tr>\n<tr>\n<td>SentDateUTC</td>\n<td>String</td>\n<td>Delivery date (more info)</td>\n</tr>\n<tr>\n<td>Comments</td>\n<td>String</td>\n<td>Comments placed in document</td>\n</tr>\n<tr>\n<td>OrderStatusID</td>\n<td>INT</td>\n<td>Order Status</td>\n</tr>\n<tr>\n<td>OrderStatusUIName</td>\n<td>String</td>\n<td>Order Status name from UI</td>\n</tr>\n<tr>\n<td>OrderStatus</td>\n<td>String</td>\n<td>Order status (Confirmed by vendor, Vendor handling, Sent, Cancelled by vendor, Cancelled by buyer)</td>\n</tr>\n<tr>\n<td>BuyerName</td>\n<td>String</td>\n<td>Buyer name</td>\n</tr>\n<tr>\n<td>BuyerGuid</td>\n<td>String</td>\n<td>Buyer id</td>\n</tr>\n<tr>\n<td>Items</td>\n<td>Array</td>\n<td>See below</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n<li><p>HistoryLog Array</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ID</td>\n<td>Integer</td>\n<td>Log ID</td>\n</tr>\n<tr>\n<td>OrderId</td>\n<td>Integer</td>\n<td></td>\n</tr>\n<tr>\n<td>ActionId</td>\n<td>Integer</td>\n<td>Action ID (more info)</td>\n</tr>\n<tr>\n<td>ActionTitle</td>\n<td>String</td>\n<td>Action taken</td>\n</tr>\n<tr>\n<td>CreatedByBuyer</td>\n<td>String</td>\n<td>Name of person who crated the order</td>\n</tr>\n<tr>\n<td>BuyerUserName</td>\n<td>String</td>\n<td>Username of person who created the order</td>\n</tr>\n<tr>\n<td>Vendor</td>\n<td>String</td>\n<td>Name of supplier</td>\n</tr>\n<tr>\n<td>VendorGUID</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>CreatedDate</td>\n<td>DateTime</td>\n<td></td>\n</tr>\n<tr>\n<td>CreatedDateUTC</td>\n<td>DateTime</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div></li>\n<li><p>Items array</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CatalogItemID</td>\n<td>Integer</td>\n<td>Catalog item ID</td>\n</tr>\n<tr>\n<td>CatalogItemCode</td>\n<td>Integer</td>\n<td>Catalog item code</td>\n</tr>\n<tr>\n<td>ItemName</td>\n<td>String</td>\n<td>Item name</td>\n</tr>\n<tr>\n<td>SKU</td>\n<td>String</td>\n<td>Item SKU</td>\n</tr>\n<tr>\n<td>Quantity</td>\n<td>Double</td>\n<td>Quantity on line</td>\n</tr>\n<tr>\n<td>Price</td>\n<td>Decimal</td>\n<td>Item price</td>\n</tr>\n<tr>\n<td>PriceTotal</td>\n<td>Decimal</td>\n<td>Total item price (quantity * price)</td>\n</tr>\n<tr>\n<td>TaxLevelID</td>\n<td>int</td>\n<td>ID of tax level</td>\n</tr>\n<tr>\n<td>TaxValue</td>\n<td>Decimal</td>\n<td>Tax value</td>\n</tr>\n<tr>\n<td>PriceTotalWithVat</td>\n<td>Decimal</td>\n<td>Price total + tax value</td>\n</tr>\n<tr>\n<td>ItemMeasureTypeID</td>\n<td>Int</td>\n<td>The item UOM ID</td>\n</tr>\n<tr>\n<td>ItemMeasureTypeName</td>\n<td>String</td>\n<td>Item UOM name</td>\n</tr>\n<tr>\n<td>PackQuantity</td>\n<td>decimal</td>\n<td>Item pack quantity</td>\n</tr>\n<tr>\n<td>PacksPerCase</td>\n<td>decimal</td>\n<td>Packs per case</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}},"urlObject":{"path":["v3","buyers","orders","GetOrdersByDeliveryDate"],"host":["https://api.marketman.com"],"query":[{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"5e441e6b-75b7-4b7b-8075-927dbea5dea1","name":"GetOrdersByDeliveryDate Success","originalRequest":{"method":"POST","header":[{"key":"AUTH_TOKEN","value":"{{accessToken}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n \r\n \"DateTimeFromUTC\" : \"2025/02/18 00:00:00\",\r\n \"DateTimeToUTC\": \"2025/02/20 23:59:59\",\r\n \"BuyerGuid\": \"{{buyerGuid}}\"\r\n}\r\n"},"url":{"raw":"https://api.marketman.com/v3/buyers/orders/GetOrdersByDeliveryDate","host":["https://api.marketman.com"],"path":["v3","buyers","orders","GetOrdersByDeliveryDate"],"query":[{"key":"","value":"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 09 Mar 2025 09:34:17 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"766"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"91d9935bed06278b-LYS"}],"cookie":[],"responseTime":null,"body":"{\n    \"Orders\": [\n        {\n            \"Items\": [\n                {\n                    \"ItemName\": \"Aaaaa (12 * 12 EA)\",\n                    \"SKU\": \"10\",\n                    \"Quantity\": 1,\n                    \"Price\": 1,\n                    \"PriceTotal\": 144,\n                    \"BarcodeManufacture\": null,\n                    \"CatalogItemID\": 20835787,\n                    \"CatalogItemCode\": 18309941,\n                    \"TaxLevelID\": 1,\n                    \"TaxValue\": 0,\n                    \"PriceTotalWithVat\": 144,\n                    \"ItemMeasureTypeID\": 35,\n                    \"ItemMeasureTypeName\": \"EA\",\n                    \"PackQuantity\": 12,\n                    \"PacksPerCase\": 12\n                }\n            ],\n            \"OrderNumber\": \"26034716\",\n            \"BuyerName\": \"Growth Chain Location3 [DEV]\",\n            \"BuyerGuid\": \"bf5ae8c6e6054e269b5199f5c46f3abd\",\n            \"VendorName\": \"GrowthTest\",\n            \"OrderStatusID\": 5,\n            \"OrderStatus\": \"Sent\",\n            \"OrderStatusUIName\": \"Sent\",\n            \"DeliveryDateUTC\": \"2025/02/18 14:00:00\",\n            \"SentDateUTC\": \"2025/02/12 10:46:23\",\n            \"PriceTotalWithVAT\": 144,\n            \"PriceTotalWithoutVAT\": 144,\n            \"Comments\": \"\",\n            \"VendorGuid\": \"1af50feaa8494014b3bc7eded9c1ed30\",\n            \"HistoryLog\": [\n                {\n                    \"ID\": 39574916,\n                    \"OrderId\": 26034716,\n                    \"ActionId\": 1,\n                    \"ActionTitle\": \"Order sent\",\n                    \"CreatedByBuyer\": \"Growth Chain\",\n                    \"BuyerUserName\": \"GCL3\",\n                    \"CreatedDate\": \"2025-02-12T06:46:22.493\",\n                    \"CreatedDateUTC\": \"2025/02/12 10:46:22\"\n                }\n            ]\n        }\n    ],\n    \"IsSuccess\": true,\n    \"ErrorMessage\": null,\n    \"ErrorCode\": null,\n    \"RequestID\": \"586b4035-7497-46b9-a3dd-b16b71dbdfd5\"\n}"}],"_postman_id":"d158cc7c-6b61-41f2-9d65-607366d0db27"},{"name":"GetOrdersBySentDate","id":"6de85108-2163-41e8-8215-8ecf38fd6671","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AUTH_TOKEN","value":"{{accessToken}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n \r\n \"DateTimeFromUTC\" : \"2025/02/16 00:00:00\",\r\n \"DateTimeToUTC\": \"2025/02/20 23:59:59\",\r\n \"BuyerGuid\": \"{{buyerGuid}}\"\r\n}\r\n"},"url":"https://api.marketman.com/v3/buyers/orders/GetOrdersBySentDate","description":"<p>Gets all orders according to sent date range.</p>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>DateTimeFromUTC</td>\n<td>String</td>\n<td>Minimum delivery date (more info)</td>\n</tr>\n<tr>\n<td>DateTimeToUTC</td>\n<td>String</td>\n<td>Maximum delivery date (more info)</td>\n</tr>\n<tr>\n<td>Status</td>\n<td>String, optional</td>\n<td>Confirmed by vendor, Vendor handling, Sent, Cancelled by vendor, Cancelled by buyer</td>\n</tr>\n<tr>\n<td>BuyerGuid</td>\n<td>String</td>\n<td>Buyer’s Guid (more info)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n<tr>\n<td>Orders</td>\n<td>Array</td>\n<td>See below</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><p>Orders array</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OrderNumber</td>\n<td>String</td>\n<td>Order number</td>\n</tr>\n<tr>\n<td>VendorName</td>\n<td>String</td>\n<td>Vendor associated with this order</td>\n</tr>\n<tr>\n<td>VendorGuid</td>\n<td>String</td>\n<td>Vendor guid</td>\n</tr>\n<tr>\n<td>PriceTotalWithVAT</td>\n<td>Decimal</td>\n<td>Order total with VAT</td>\n</tr>\n<tr>\n<td>PriceTotalWithoutVAT</td>\n<td>Decimal</td>\n<td>Order total without VAT</td>\n</tr>\n<tr>\n<td>DeliveryDateUTC</td>\n<td>String</td>\n<td>Delivery date (more info)</td>\n</tr>\n<tr>\n<td>SentDateUTC</td>\n<td>String</td>\n<td>Delivery date (more info)</td>\n</tr>\n<tr>\n<td>Comments</td>\n<td>String</td>\n<td>Comments placed in document</td>\n</tr>\n<tr>\n<td>OrderStatus</td>\n<td>String</td>\n<td>Order status (Confirmed by vendor, Vendor handling, Sent, Cancelled by vendor, Cancelled by buyer)</td>\n</tr>\n<tr>\n<td>OrderStatusID</td>\n<td>Int</td>\n<td>Order Status</td>\n</tr>\n<tr>\n<td>OrderStatusUIName</td>\n<td>String</td>\n<td>Order Status name from UI</td>\n</tr>\n<tr>\n<td>BuyerName</td>\n<td>String</td>\n<td>Buyer name</td>\n</tr>\n<tr>\n<td>BuyerGuid</td>\n<td>String</td>\n<td>Buyer id</td>\n</tr>\n<tr>\n<td>Items</td>\n<td>Array</td>\n<td>See below</td>\n</tr>\n<tr>\n<td>HistoryLog</td>\n<td>Array</td>\n<td>See below</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n<li><p>HistoryLog Array</p>\n</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ID</td>\n<td>Integer</td>\n<td>Log ID</td>\n</tr>\n<tr>\n<td>OrderId</td>\n<td>Integer</td>\n<td></td>\n</tr>\n<tr>\n<td>ActionId</td>\n<td>Integer</td>\n<td>Action ID (more info)</td>\n</tr>\n<tr>\n<td>ActionTitle</td>\n<td>String</td>\n<td>Action taken</td>\n</tr>\n<tr>\n<td>CreatedByBuyer</td>\n<td>String</td>\n<td>Name of person who crated the order</td>\n</tr>\n<tr>\n<td>BuyerUserName</td>\n<td>String</td>\n<td>Username of person who created the order</td>\n</tr>\n<tr>\n<td>Vendor</td>\n<td>String</td>\n<td>Name of supplier</td>\n</tr>\n<tr>\n<td>VendorGUID</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>CreatedDate</td>\n<td>DateTime</td>\n<td></td>\n</tr>\n<tr>\n<td>CreatedDateUTC</td>\n<td>DateTime</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><p>Items array</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CatalogItemID</td>\n<td>Integer</td>\n<td>Catalog item ID</td>\n</tr>\n<tr>\n<td>CatalogItemCode</td>\n<td>Integer</td>\n<td>Catalog item code</td>\n</tr>\n<tr>\n<td>ItemName</td>\n<td>String</td>\n<td>Item name</td>\n</tr>\n<tr>\n<td>SKU</td>\n<td>String</td>\n<td>Item SKU</td>\n</tr>\n<tr>\n<td>Quantity</td>\n<td>Double</td>\n<td>Quantity on line</td>\n</tr>\n<tr>\n<td>Price</td>\n<td>Decimal</td>\n<td>Item price</td>\n</tr>\n<tr>\n<td>PriceTotal</td>\n<td>Decimal</td>\n<td>Total item price (quantity * price)</td>\n</tr>\n<tr>\n<td>TaxLevelID</td>\n<td>int</td>\n<td>ID of tax level</td>\n</tr>\n<tr>\n<td>TaxValue</td>\n<td>Decimal</td>\n<td>Tax value</td>\n</tr>\n<tr>\n<td>PriceTotalWithVat</td>\n<td>Decimal</td>\n<td>Price total + tax value</td>\n</tr>\n<tr>\n<td>ItemMeasureTypeID</td>\n<td>Int</td>\n<td>The item UOM ID</td>\n</tr>\n<tr>\n<td>ItemMeasureTypeName</td>\n<td>String</td>\n<td>Item UOM name</td>\n</tr>\n<tr>\n<td>PackQuantity</td>\n<td>decimal</td>\n<td>Item pack quantity</td>\n</tr>\n<tr>\n<td>PacksPerCase</td>\n<td>decimal</td>\n<td>Packs per case</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}},"urlObject":{"path":["v3","buyers","orders","GetOrdersBySentDate"],"host":["https://api.marketman.com"],"query":[{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"ccd39a56-4d72-47b4-84d6-abe8fe2aee28","name":"GetOrdersBySentDate Success","originalRequest":{"method":"POST","header":[{"key":"AUTH_TOKEN","value":"{{accessToken}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n \r\n \"DateTimeFromUTC\" : \"2025/02/16 00:00:00\",\r\n \"DateTimeToUTC\": \"2025/02/20 23:59:59\",\r\n \"BuyerGuid\": \"{{buyerGuid}}\"\r\n}\r\n"},"url":{"raw":"https://api.marketman.com/v3/buyers/orders/GetOrdersBySentDate","host":["https://api.marketman.com"],"path":["v3","buyers","orders","GetOrdersBySentDate"],"query":[{"key":"","value":"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 09 Mar 2025 09:38:10 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1093"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"91d9990aca1d2785-LYS"}],"cookie":[],"responseTime":null,"body":"{\n    \"Orders\": [\n        {\n            \"Items\": [\n                {\n                    \"ItemName\": \"GCS1 10 EA\",\n                    \"SKU\": \"123\",\n                    \"Quantity\": 5,\n                    \"Price\": 10,\n                    \"PriceTotal\": 50,\n                    \"BarcodeManufacture\": null,\n                    \"CatalogItemID\": 20395332,\n                    \"CatalogItemCode\": 20395143,\n                    \"TaxLevelID\": 1,\n                    \"TaxValue\": 0,\n                    \"PriceTotalWithVat\": 50,\n                    \"ItemMeasureTypeID\": 35,\n                    \"ItemMeasureTypeName\": \"EA\",\n                    \"PackQuantity\": 10,\n                    \"PacksPerCase\": null\n                },\n                {\n                    \"ItemName\": \"GCS1 1 EA\",\n                    \"SKU\": \"123\",\n                    \"Quantity\": 5,\n                    \"Price\": 1,\n                    \"PriceTotal\": 5,\n                    \"BarcodeManufacture\": null,\n                    \"CatalogItemID\": 18963173,\n                    \"CatalogItemCode\": 18963173,\n                    \"TaxLevelID\": 1,\n                    \"TaxValue\": 0,\n                    \"PriceTotalWithVat\": 5,\n                    \"ItemMeasureTypeID\": 35,\n                    \"ItemMeasureTypeName\": \"EA\",\n                    \"PackQuantity\": 1,\n                    \"PacksPerCase\": null\n                }\n            ],\n            \"OrderNumber\": \"26082320\",\n            \"BuyerName\": \"Growth Chain Location1 [DEV]\",\n            \"BuyerGuid\": \"760f832444244d03b9e39064c53538fb\",\n            \"VendorName\": \"GCS\",\n            \"OrderStatusID\": 5,\n            \"OrderStatus\": \"Sent\",\n            \"OrderStatusUIName\": \"Received\",\n            \"DeliveryDateUTC\": \"2025/02/16 14:00:00\",\n            \"SentDateUTC\": \"2025/02/16 09:28:44\",\n            \"PriceTotalWithVAT\": 55,\n            \"PriceTotalWithoutVAT\": 55,\n            \"Comments\": \"\",\n            \"VendorGuid\": \"c7cef83e4eca4258ba30f8841e5e4f6b\",\n            \"HistoryLog\": [\n                {\n                    \"ID\": 39671585,\n                    \"OrderId\": 26082320,\n                    \"ActionId\": 1,\n                    \"ActionTitle\": \"Order sent\",\n                    \"CreatedByBuyer\": \"Growth Chain\",\n                    \"BuyerUserName\": \"GCL1\",\n                    \"CreatedDate\": \"2025-02-16T05:28:43.95\",\n                    \"CreatedDateUTC\": \"2025/02/16 09:28:43\"\n                }\n            ]\n        },\n        {\n            \"Items\": [\n                {\n                    \"ItemName\": \"GCS (1 * 10 EA)\",\n                    \"SKU\": \"GCS\",\n                    \"Quantity\": 1.5,\n                    \"Price\": 25,\n                    \"PriceTotal\": 37.5,\n                    \"BarcodeManufacture\": null,\n                    \"CatalogItemID\": 18963165,\n                    \"CatalogItemCode\": 18963165,\n                    \"TaxLevelID\": 1,\n                    \"TaxValue\": 0,\n                    \"PriceTotalWithVat\": 37.5,\n                    \"ItemMeasureTypeID\": 35,\n                    \"ItemMeasureTypeName\": \"EA\",\n                    \"PackQuantity\": 10,\n                    \"PacksPerCase\": 1\n                },\n                {\n                    \"ItemName\": \"GCS1 1 EA\",\n                    \"SKU\": \"123\",\n                    \"Quantity\": 45,\n                    \"Price\": 1,\n                    \"PriceTotal\": 45,\n                    \"BarcodeManufacture\": null,\n                    \"CatalogItemID\": 18963173,\n                    \"CatalogItemCode\": 18963173,\n                    \"TaxLevelID\": 1,\n                    \"TaxValue\": 0,\n                    \"PriceTotalWithVat\": 45,\n                    \"ItemMeasureTypeID\": 35,\n                    \"ItemMeasureTypeName\": \"EA\",\n                    \"PackQuantity\": 1,\n                    \"PacksPerCase\": null\n                },\n                {\n                    \"ItemName\": \"GCS1 10 EA\",\n                    \"SKU\": \"123\",\n                    \"Quantity\": 6,\n                    \"Price\": 10,\n                    \"PriceTotal\": 60,\n                    \"BarcodeManufacture\": null,\n                    \"CatalogItemID\": 20395332,\n                    \"CatalogItemCode\": 20395143,\n                    \"TaxLevelID\": 1,\n                    \"TaxValue\": 0,\n                    \"PriceTotalWithVat\": 60,\n                    \"ItemMeasureTypeID\": 35,\n                    \"ItemMeasureTypeName\": \"EA\",\n                    \"PackQuantity\": 10,\n                    \"PacksPerCase\": null\n                }\n            ],\n            \"OrderNumber\": \"26084894\",\n            \"BuyerName\": \"Growth Chain Location1 [DEV]\",\n            \"BuyerGuid\": \"760f832444244d03b9e39064c53538fb\",\n            \"VendorName\": \"GCS\",\n            \"OrderStatusID\": 5,\n            \"OrderStatus\": \"Sent\",\n            \"OrderStatusUIName\": \"Sent\",\n            \"DeliveryDateUTC\": \"2025/02/16 14:00:00\",\n            \"SentDateUTC\": \"2025/02/16 12:27:08\",\n            \"PriceTotalWithVAT\": 142.5,\n            \"PriceTotalWithoutVAT\": 142.5,\n            \"Comments\": \"\",\n            \"VendorGuid\": \"c7cef83e4eca4258ba30f8841e5e4f6b\",\n            \"HistoryLog\": [\n                {\n                    \"ID\": 39676723,\n                    \"OrderId\": 26084894,\n                    \"ActionId\": 1,\n                    \"ActionTitle\": \"Order sent\",\n                    \"CreatedByBuyer\": \"Brigette Garcia\",\n                    \"BuyerUserName\": \"brigettetestuser1\",\n                    \"CreatedDate\": \"2025-02-16T08:27:07.97\",\n                    \"CreatedDateUTC\": \"2025/02/16 12:27:07\"\n                }\n            ]\n        }\n    ],\n    \"IsSuccess\": true,\n    \"ErrorMessage\": null,\n    \"ErrorCode\": null,\n    \"RequestID\": \"7db97689-5357-448f-9c3d-a4d92176fa18\"\n}"}],"_postman_id":"6de85108-2163-41e8-8215-8ecf38fd6671"},{"name":"GetCatalogItems","id":"d56b217a-c45e-44a8-956c-b46ecbd61f8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\n\t\"BuyerGuid\": \"{{buyerGuid}}\",\n    \"VendorGuid\": \"{{vendorGuid}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/orders/GetCatalogItems","description":"<p>Get all the vendor catalog items.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}},"urlObject":{"path":["v3","buyers","orders","GetCatalogItems"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[{"id":"b606659c-e0cf-4a71-a027-3f328befbb6a","name":"GetCatalogItems","originalRequest":{"method":"POST","header":[{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\n\t\"BuyerGuid\": \"{{buyerGuid}}\",\n    \"VendorGuid\": \"{{vendorGuid}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/orders/GetCatalogItems"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"1605"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:aa7de11f-c2f8-492b-9087-262956b65d27"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 11 May 2020 07:37:09 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"IsSuccess\": true,\n    \"ErrorMessage\": null,\n    \"ErrorCode\": null,\n    \"CatalogItems\": [\n        {\n            \"Name\": \"Test Item 1.7 - 1\",\n            \"SupplierName\": \"Test1.7\",\n            \"VendorName\": \"Test1.7\",\n            \"PackQty\": 1,\n            \"PacksPerCase\": null,\n            \"UOMName\": \"EA\",\n            \"UOMID\": 35,\n            \"ProductCode\": \"231541a\",\n            \"Price\": null,\n            \"MinOrderQty\": null,\n            \"PriceType\": \"Product\",\n            \"Ratio\": null,\n            \"VendorGuid\": null,\n            \"CatalogItemCode\": 3315144,\n            \"TaxLevelID\": 1,\n            \"TaxValue\": 0,\n            \"PriceWithVat\": 0,\n            \"ScanBarcode\": null\n        },\n        {\n            \"Name\": \"Test 1.7 - 2\",\n            \"SupplierName\": \"Test1.7\",\n            \"VendorName\": \"Test1.7\",\n            \"PackQty\": 1,\n            \"PacksPerCase\": null,\n            \"UOMName\": \"EA\",\n            \"UOMID\": 35,\n            \"ProductCode\": \"a23412a\",\n            \"Price\": null,\n            \"MinOrderQty\": null,\n            \"PriceType\": \"Product\",\n            \"Ratio\": null,\n            \"VendorGuid\": null,\n            \"CatalogItemCode\": 3315147,\n            \"TaxLevelID\": 1,\n            \"TaxValue\": 0,\n            \"PriceWithVat\": 0,\n            \"ScanBarcode\": null\n        }\n    ]\n}"}],"_postman_id":"d56b217a-c45e-44a8-956c-b46ecbd61f8b"},{"name":"CreateOrder","id":"40f1930a-b70c-491a-a450-c46e6f1f9c1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\n\t\"BuyerGuid\": \"{{buyerGuid}}\",\n    \"VendorGuid\": \"{{vendorGuid}}\",\n    \"OrderStatus\" : \"Sent\",\n    \"deliveryDateUTC\": \"2020/05/06 00:00:00\",\n    \"sentDateUTC\": \"2020/05/06 00:00:00\",\n    \"BuyerUserGuid\" : \"{{buyerUserGuid}}\",\n    \"comment\": \"Order Comment\",\n    \"catalogItems\": [\n        {\n        \t\"CatalogItemCode\" : \"3589795\",\n        \t\"Quantity\" : 2\n        },\n        \n         {\n        \t\"CatalogItemCode\" : \"2782153\",\n        \t\"Quantity\" : 2\n        },\n        \n        {\n        \t\"CatalogItemCode\" : \"2782154\",\n        \t\"Quantity\" : 1\n        }\n        \n    ]\n   \n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/orders/CreateOrder","description":"<p>Creates a new order and send it to the vendor</p>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BuyerGuid</td>\n<td>String</td>\n<td>Buyer’s Guid (more info)</td>\n</tr>\n<tr>\n<td>VendorGuid</td>\n<td>String</td>\n<td>Vendor’s Guid (more info)</td>\n</tr>\n<tr>\n<td>OrderStatus</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>deliveryDateUTC</td>\n<td>String</td>\n<td>Set a delivery date</td>\n</tr>\n<tr>\n<td>sentDateUTC</td>\n<td>String</td>\n<td>Set a sent date</td>\n</tr>\n<tr>\n<td>BuyerUserGuid</td>\n<td>String</td>\n<td>Buyer User’s Guid from GetBuyerUsers method</td>\n</tr>\n<tr>\n<td>comment</td>\n<td>String</td>\n<td>up to 800 characters</td>\n</tr>\n<tr>\n<td>catalogItems</td>\n<td>Array</td>\n<td>See below</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><p>Items Array</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CatalogItemID</td>\n<td>Intager</td>\n<td>Catalog Item ID (unique)</td>\n</tr>\n<tr>\n<td>CatalogItemCode</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>Quantity</td>\n<td>Intager</td>\n<td>Quantity to order</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n<h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n<tr>\n<td>OrderID</td>\n<td>Intager</td>\n<td>Order ID</td>\n</tr>\n<tr>\n<td>OrderStatus</td>\n<td>String</td>\n<td>Order Status</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}},"urlObject":{"path":["v3","buyers","orders","CreateOrder"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[{"id":"b9c53737-4ad9-4d19-85b8-db78b86fb0a3","name":"CreateOrder","originalRequest":{"method":"POST","header":[{"key":"AUTH_TOKEN","value":"{{accessToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"BuyerGuid\": \"{{buyerGuid}}\",\n    \"VendorGuid\": \"{{vendorGuid}}\",\n    \"OrderStatus\" : \"vendor handlnig\",\n    \"deliveryDateUTC\": \"2020/06/01 00:00:00\",\n    \"sentDateUTC\": \"2020/07/01 00:00:00\",\n    \"BuyerUserGuid\" : \"01b0595130f743498102194b367ec9ce\",\n    \"comments\": null,\n    \"catalogItems\": [\n        {\n        \t\"CatalogItemCode\" : \"4886809\",\n        \t\"Quantity\" : 1\n        },\n        \n         {\n        \t\"CatalogItemCode\" : \"4886810\",\n        \t\"Quantity\" : 2\n        }\n        \n    ]\n   \n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/orders/CreateOrder"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?UDpcTWFya2V0TWFuXENvZGUtUm95LURldjRcYXBpLm1hcmtldG1hbi5iaXpcdjNcYnV5ZXJzXG9yZGVyc1xDcmVhdGVPcmRlcg==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 May 2020 08:40:06 GMT"},{"key":"Content-Length","value":"145"}],"cookie":[],"responseTime":null,"body":"{\n    \"WarningMessages\": [],\n    \"ErrorMessages\": [],\n    \"IsSuccess\": true,\n    \"ErrorMessage\": null,\n    \"ErrorCode\": null,\n    \"OrderID\": 7887105,\n    \"OrderStatus\": \"vendor handlnig\"\n}"}],"_postman_id":"40f1930a-b70c-491a-a450-c46e6f1f9c1b"}],"id":"3166651c-3d6e-4ea8-9953-b50dccdea25f","description":"<p>Order managmenets </p>\n","event":[{"listen":"prerequest","script":{"id":"8af8ecba-e096-4ddb-b2c7-4391d1f226db","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e9155e9a-3b37-4b64-aa5d-7c7b1b58b6fe","type":"text/javascript","exec":[""]}}],"_postman_id":"3166651c-3d6e-4ea8-9953-b50dccdea25f","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}}},{"name":"Taxes","item":[{"name":"GetTaxLevels","id":"b7fdfce5-9228-4413-95d5-39184d9f1c40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\n\t\"BuyerGuid\": \"{{buyerGuid}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/Taxes/GetTaxLevels","description":"<p>Gets all the tax levels of the buyer</p>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BuyerGuid</td>\n<td>String</td>\n<td>Buyer’s Guid (more info)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n<tr>\n<td>TaxLevels</td>\n<td>Array</td>\n<td>Array of TaxLevel</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li>TaxLevel Array<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ID</td>\n<td>Integer</td>\n<td>ID</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>String</td>\n<td>Name</td>\n</tr>\n<tr>\n<td>Rate</td>\n<td>Real</td>\n<td>Rate in %</td>\n</tr>\n<tr>\n<td>IsZero</td>\n<td>Boolean</td>\n<td>If it’s zero rated</td>\n</tr>\n<tr>\n<td>IsDefault</td>\n<td>Boolean</td>\n<td>If it’s the locale’s default tax level</td>\n</tr>\n<tr>\n<td>IsExempt</td>\n<td>Boolean</td>\n<td>If it’s exempt</td>\n</tr>\n<tr>\n<td>Mappings</td>\n<td>List</td>\n<td>List of Mapping</td>\n</tr>\n<tr>\n<td>Mapping</td>\n<td>Object in List</td>\n<td>Info of mapping</td>\n</tr>\n<tr>\n<td>SoftwareID</td>\n<td>Int</td>\n<td>ID of external software</td>\n</tr>\n<tr>\n<td>SoftwareName</td>\n<td>String</td>\n<td>Name of external software</td>\n</tr>\n<tr>\n<td>MappingName</td>\n<td>String</td>\n<td>The name of the tax level as it appears in the external software</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}},"urlObject":{"path":["v3","buyers","Taxes","GetTaxLevels"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[{"id":"e42ac2bb-a7c2-41c8-832d-98985757e084","name":"GetTaxLevels Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\n\t\"BuyerGuid\": \"{{buyerGuid}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/Taxes/GetTaxLevels"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"266"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:aa7de11f-c2f8-492b-9087-262956b65d27"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sun, 01 Mar 2020 11:31:08 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"IsSuccess\": true,\n    \"ErrorMessage\": null,\n    \"ErrorCode\": null,\n    \"TaxLevels\": [\n        {\n            \"ID\": 1,\n            \"Name\": \"Zero Rated\",\n            \"Rate\": 0,\n            \"IsDefault\": true,\n            \"LocaleGroupID\": 2,\n            \"IsZero\": true,\n            \"IsExempt\": true,\n            \"ExpensesMappings\": [],\n            \"SalesMappings\": []\n        }\n    ]\n}"}],"_postman_id":"b7fdfce5-9228-4413-95d5-39184d9f1c40"},{"name":"GetTaxLevel","id":"06707d56-1863-4553-90b8-b46c0faab653","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\n\t\"TaxLevelID\" : 1,\n\t\"BuyerGuid\": \"{{buyerGuid}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/Taxes/GetTaxLevel","description":"<p>Returns info of tax level by its ID.</p>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TaxLevelID</td>\n<td>int</td>\n<td>ID of tax level</td>\n</tr>\n<tr>\n<td>BuyerGuid</td>\n<td>String</td>\n<td>Buyer’s Guid (more info)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n<tr>\n<td>TaxLevels</td>\n<td>Array</td>\n<td>Array of TaxLevel</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li>TaxLevel Array<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ID</td>\n<td>Integer</td>\n<td>ID</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>String</td>\n<td>Name</td>\n</tr>\n<tr>\n<td>Rate</td>\n<td>Real</td>\n<td>Rate in %</td>\n</tr>\n<tr>\n<td>IsZero</td>\n<td>Boolean</td>\n<td>If it’s zero rated</td>\n</tr>\n<tr>\n<td>IsDefault</td>\n<td>Boolean</td>\n<td>If it’s the locale’s default tax level</td>\n</tr>\n<tr>\n<td>IsExempt</td>\n<td>Boolean</td>\n<td>If it’s exempt</td>\n</tr>\n<tr>\n<td>Mappings</td>\n<td>List</td>\n<td>List of Mapping</td>\n</tr>\n<tr>\n<td>Mapping</td>\n<td>Object in List</td>\n<td>Info of mapping</td>\n</tr>\n<tr>\n<td>SoftwareID</td>\n<td>Int</td>\n<td>ID of external software</td>\n</tr>\n<tr>\n<td>SoftwareName</td>\n<td>String</td>\n<td>Name of external software</td>\n</tr>\n<tr>\n<td>MappingName</td>\n<td>String</td>\n<td>The name of the tax level as it appears in the external software</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}},"urlObject":{"path":["v3","buyers","Taxes","GetTaxLevel"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[{"id":"b3085c6b-5f22-4b70-a318-33bf679c6655","name":"GetTaxLevel Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\n\t\"TaxLevelID\" : 1,\n\t\"BuyerGuid\": \"{{buyerGuid}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/Taxes/GetTaxLevel"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"265"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:aa7de11f-c2f8-492b-9087-262956b65d27"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sun, 01 Mar 2020 11:32:17 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"IsSuccess\": true,\n    \"ErrorMessage\": null,\n    \"ErrorCode\": null,\n    \"TaxLevel\": {\n        \"ID\": 1,\n        \"Name\": \"Zero Rated\",\n        \"Rate\": 0,\n        \"IsDefault\": true,\n        \"LocaleGroupID\": 2,\n        \"IsZero\": true,\n        \"IsExempt\": true,\n        \"ExpensesMappings\": [],\n        \"SalesMappings\": []\n    }\n}"}],"_postman_id":"06707d56-1863-4553-90b8-b46c0faab653"}],"id":"e7d02ce6-5365-4d8f-9a9e-310a512f83ce","description":"<p>Tax Management </p>\n","event":[{"listen":"prerequest","script":{"id":"c2cbbfb3-8dc9-4510-b975-21cd89187073","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"08c132ae-d1f9-4756-a285-05abc55008b2","type":"text/javascript","exec":[""]}}],"_postman_id":"e7d02ce6-5365-4d8f-9a9e-310a512f83ce","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}}},{"name":"Webhooks","item":[{"name":"CreateWebhook","id":"36cfebfe-a0a4-4477-b970-83033c7cd78c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"AUTH_TOKEN","value":"{{accessToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Type\": \"Order create\",\n    \"URL\": \"URL-test.com\",\n    \"BuyerGuid\": \"{{buyerGuid}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/webhooks/CreateWebhook","description":"<p>Create a new webhook</p>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Type</td>\n<td>String</td>\n<td>Web hook type, <a href=\"https://api-doc.marketman.com/?version=latest#1d779541-3ea0-4e03-aee6-54b764d28e06\">See list</a></td>\n</tr>\n<tr>\n<td>URL</td>\n<td>String</td>\n<td>Webhook url to sent the event to</td>\n</tr>\n<tr>\n<td>BuyerGuid</td>\n<td>String</td>\n<td>Buyer’s Guid (more info)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n<tr>\n<td>Webhook</td>\n<td>Object</td>\n<td>See below</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"object\">Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Guid</td>\n<td>String</td>\n<td>Webhook ID</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>String</td>\n<td>The event type identifier as provided in the request context</td>\n</tr>\n<tr>\n<td>URL</td>\n<td>String</td>\n<td>to sent the event to</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}},"urlObject":{"path":["v3","buyers","webhooks","CreateWebhook"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[{"id":"f1e7f9b2-9cf7-4a2f-a27c-b2773c8aef49","name":"CreateWebhook","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"AUTH_TOKEN","value":"{{accessToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Type\": \"Order create\",\n    \"URL\": \"URL-test.com\",\n    \"BuyerGuid\": \"{{buyerGuid}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/webhooks/CreateWebhook"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":":status","value":200},{"key":"date","value":"Sun, 05 Apr 2026 07:55:34 GMT"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"297"},{"key":"access-control-expose-headers","value":"Request-Context"},{"key":"cache-control","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"expires","value":"-1"},{"key":"pragma","value":"no-cache"},{"key":"vary","value":"Accept-Encoding"},{"key":"request-context","value":"appId=cid-v1:fd775bed-3177-4aea-81ef-9a36f28e9383"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"server","value":"cloudflare"},{"key":"cf-ray","value":"9e76fdc11af764ec-TLV"}],"cookie":[],"responseTime":null,"body":"{\n    \"Webhook\": {\n        \"Guid\": \"866246a6e541409e835ad53fc1782aed\",\n        \"Type\": \"Order create\",\n        \"URL\": \"URL-test.com\"\n    },\n    \"IsSuccess\": true,\n    \"ErrorMessage\": null,\n    \"ErrorCode\": null,\n    \"RequestID\": \"9fe14a42-df69-4f92-83bb-5092d64e20af\"\n}"}],"_postman_id":"36cfebfe-a0a4-4477-b970-83033c7cd78c"},{"name":"GetWebhooks","id":"ffee105a-3802-4d2e-b214-7ba9d64649dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"AUTH_TOKEN","value":"{{accessToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"BuyerGuid\": \"{{buyerGuid}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/webhooks/GetWebhooks","description":"<p>Gets a list of all webhooks</p>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BuyerGuid</td>\n<td>String</td>\n<td>Buyer’s Guid (more info)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n<tr>\n<td>Webhooks</td>\n<td>Array</td>\n<td>See below</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><p>Webhooks Array</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Guid</td>\n<td>String</td>\n<td>Webhook ID</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>String</td>\n<td>The event type identifier as provided in the request context.</td>\n</tr>\n<tr>\n<td>URL</td>\n<td>String</td>\n<td>Webhook url to sent the event to</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}},"urlObject":{"path":["v3","buyers","webhooks","GetWebhooks"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[{"id":"7b56db7d-8698-490d-b212-141d432d3112","name":"GetWebhooks","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"AUTH_TOKEN","value":"{{accessToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"BuyerGuid\": \"{{buyerGuid}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/webhooks/GetWebhooks"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":":status","value":200},{"key":"date","value":"Sun, 05 Apr 2026 07:49:50 GMT"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"337"},{"key":"access-control-expose-headers","value":"Request-Context"},{"key":"cache-control","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"expires","value":"-1"},{"key":"pragma","value":"no-cache"},{"key":"vary","value":"Accept-Encoding"},{"key":"request-context","value":"appId=cid-v1:fd775bed-3177-4aea-81ef-9a36f28e9383"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"server","value":"cloudflare"},{"key":"cf-ray","value":"9e76f5599afc8e44-TLV"}],"cookie":[],"responseTime":null,"body":"{\n    \"Webhooks\": [\n        {\n            \"Guid\": \"57ea26e8aac54e73a18307e6da55e6ef\",\n            \"Type\": \"Order update\",\n            \"URL\": \"URL-test.com\"\n        },\n        {\n            \"Guid\": \"0713fcb26e184cdd86241ed1a04eba59\",\n            \"Type\": \"Order create\",\n            \"URL\": \"URL-test.com\"\n        }\n    ],\n    \"IsSuccess\": true,\n    \"ErrorMessage\": null,\n    \"ErrorCode\": null,\n    \"RequestID\": \"db0e90cb-0b9b-4f62-aa06-70ea820d6a43\"\n}"}],"_postman_id":"ffee105a-3802-4d2e-b214-7ba9d64649dd"},{"name":"GetWebhookEventByOrder","id":"7757bb96-0931-43de-b9a3-3859a692c4fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"AUTH_TOKEN","value":"{{accessToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"BuyerGuid\": \"{{buyerGuid}}\",\n    \"OrderID\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/webhooks/GetWebhookEventByOrder","description":"<p>Get hook event by order id</p>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OrderID</td>\n<td>String</td>\n<td>Order ID</td>\n</tr>\n<tr>\n<td>BuyerGuid</td>\n<td>String</td>\n<td>Buyer’s Guid (more info)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n<tr>\n<td>Hook event</td>\n<td>Object</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><p>Hook event Object</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>HoodEventID</td>\n<td>String</td>\n<td>Hood event ID</td>\n</tr>\n<tr>\n<td>Data</td>\n<td>Object</td>\n<td>See below</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n<li><p>Data Object</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OrderNumber</td>\n<td>String</td>\n<td>Order number</td>\n</tr>\n<tr>\n<td>VendorName</td>\n<td>String</td>\n<td>Vendor associated with this order</td>\n</tr>\n<tr>\n<td>VendorGuid</td>\n<td>String</td>\n<td>Vendor guid</td>\n</tr>\n<tr>\n<td>PriceTotalWithVAT</td>\n<td>Decimal</td>\n<td>Order total with VAT</td>\n</tr>\n<tr>\n<td>PriceTotalWithoutVAT</td>\n<td>Decimal</td>\n<td>Order total without VAT</td>\n</tr>\n<tr>\n<td>DeliveryDateUTC</td>\n<td>String</td>\n<td>Delivery date (more info)</td>\n</tr>\n<tr>\n<td>SentDateUTC</td>\n<td>String</td>\n<td>Delivery date (more info)</td>\n</tr>\n<tr>\n<td>Comments</td>\n<td>String</td>\n<td>Comments placed in document</td>\n</tr>\n<tr>\n<td>OrderStatus</td>\n<td>String</td>\n<td>Order status (Confirmed by vendor, Vendor handling, Sent, Cancelled by vendor, Cancelled by buyer)</td>\n</tr>\n<tr>\n<td>BuyerName</td>\n<td>String</td>\n<td>Buyer name</td>\n</tr>\n<tr>\n<td>BuyerGuid</td>\n<td>String</td>\n<td>Buyer id</td>\n</tr>\n<tr>\n<td>CustomerNumber</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>Items</td>\n<td>Array</td>\n<td>See below</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n<li><p>Items Array</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ItemName</td>\n<td>String</td>\n<td>Item name</td>\n</tr>\n<tr>\n<td>ItemID</td>\n<td>String</td>\n<td>Item ID</td>\n</tr>\n<tr>\n<td>ItemCode</td>\n<td>String</td>\n<td>Item Code</td>\n</tr>\n<tr>\n<td>InventoryItemID</td>\n<td>String</td>\n<td>Inventory Item ID</td>\n</tr>\n<tr>\n<td>SKU</td>\n<td>String</td>\n<td>Item SKU</td>\n</tr>\n<tr>\n<td>Quantity</td>\n<td>Double</td>\n<td>Quantity on line</td>\n</tr>\n<tr>\n<td>Price</td>\n<td>Decimal</td>\n<td>Item price</td>\n</tr>\n<tr>\n<td>PriceTotal</td>\n<td>Decimal</td>\n<td>Total item price (quantity * price)</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}},"urlObject":{"path":["v3","buyers","webhooks","GetWebhookEventByOrder"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"7757bb96-0931-43de-b9a3-3859a692c4fc"},{"name":"DeleteWebhook","id":"f9e8a693-7a7e-4d2b-a6b2-0c86f9df813c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"AUTH_TOKEN","value":"{{accessToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"BuyerGuid\": \"{{buyerGuid}}\",\n    \"Guid\": \"57ea26e8aac54e73a18307e6da55e6ef\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/webhooks/DeleteWebhook","description":"<p>Gets a list of all webhooks</p>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Guid</td>\n<td>String</td>\n<td>Webhook ID</td>\n</tr>\n<tr>\n<td>BuyerGuid</td>\n<td>String</td>\n<td>Buyer’s Guid (more info)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}},"urlObject":{"path":["v3","buyers","webhooks","DeleteWebhook"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[{"id":"cbc3d4e3-2968-475c-b275-ff5de9dda4bc","name":"DeleteWebhook","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"AUTH_TOKEN","value":"{{accessToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"BuyerGuid\": \"{{buyerGuid}}\",\n    \"Guid\": \"57ea26e8aac54e73a18307e6da55e6ef\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/webhooks/DeleteWebhook"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":":status","value":200},{"key":"date","value":"Sun, 05 Apr 2026 07:50:26 GMT"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"210"},{"key":"access-control-expose-headers","value":"Request-Context"},{"key":"cache-control","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"expires","value":"-1"},{"key":"pragma","value":"no-cache"},{"key":"vary","value":"Accept-Encoding"},{"key":"request-context","value":"appId=cid-v1:fd775bed-3177-4aea-81ef-9a36f28e9383"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"server","value":"cloudflare"},{"key":"cf-ray","value":"9e76f63beb328e44-TLV"}],"cookie":[],"responseTime":null,"body":"{\n    \"IsSuccess\": true,\n    \"ErrorMessage\": null,\n    \"ErrorCode\": null,\n    \"RequestID\": \"4d54d8e6-8edf-4a6e-88b6-48861f4c5faf\"\n}"}],"_postman_id":"f9e8a693-7a7e-4d2b-a6b2-0c86f9df813c"}],"id":"1d779541-3ea0-4e03-aee6-54b764d28e06","description":"<h3 id=\"webhooks-management\">Webhooks Management</h3>\n<p>These webhook types apply to buyer integrations<br />vendor integrations use a separate webhook set and endpoints.</p>\n<h3 id=\"webhook-configuration-and-scope\">Webhook Configuration and Scope</h3>\n<p>To ensure data integrity, each <strong>Webhook Event Type</strong> can only be created once. The data payload delivered depends on the organizational level selected:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Scope</th>\n<th>Data Coverage</th>\n<th>Use Case</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>HQ</strong></td>\n<td>Aggregated data for <strong>all locations</strong> under the HQ.</td>\n<td>Centralized reporting and global monitoring.</td>\n</tr>\n<tr>\n<td><strong>Location/ Single buyer</strong></td>\n<td>Data exclusive to the <strong>specific site</strong> selected.</td>\n<td>Site-specific automation and local workflows.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"webhook-types\">Webhook Types</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Order create</td>\n<td>Happens when a new order is creates</td>\n</tr>\n<tr>\n<td>Order update</td>\n<td>Calls when an order is updated, most common changes are order status changes</td>\n</tr>\n<tr>\n<td>Doc create</td>\n<td>Happens when a new purchase document is creates</td>\n</tr>\n<tr>\n<td>Doc Update</td>\n<td>Calls when an purchase document is updated, most common changes are doc status changes</td>\n</tr>\n</tbody>\n</table>\n</div>","event":[{"listen":"prerequest","script":{"id":"39979ab5-f2ec-46ba-ba08-531fc1eb8521","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"534693a8-47c3-4879-81f9-e29c8e471958","type":"text/javascript","exec":[""]}}],"_postman_id":"1d779541-3ea0-4e03-aee6-54b764d28e06","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}}},{"name":"Reports","item":[{"name":"GetValidCountDates","id":"1e0f0582-78d2-4888-b66b-ae4b46dc7213","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"BuyerGuid\": \"{{buyerGuid}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/inventory/GetValidCountDates","description":"<p>Get valid dates to use in GetActualTheoDataByBuyer method</p>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BuyerGuid</td>\n<td>String</td>\n<td>Buyer’s Guid (more info)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n<tr>\n<td>StartDateCountsUTC</td>\n<td>Array</td>\n<td>See below</td>\n</tr>\n<tr>\n<td>EndDateCountsUTC</td>\n<td>Array</td>\n<td>See below</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><p>StartDateCountsUTC Array</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Date</td>\n<td>String</td>\n<td>Start date for a count</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n<li><p>EndtDateCountsUTC Array</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Date</td>\n<td>String</td>\n<td>End date for a count</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}},"urlObject":{"path":["v3","buyers","inventory","GetValidCountDates"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[{"id":"92f5af17-457c-4f68-814b-6a21aa0bd774","name":"GetValidCountDates","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"BuyerGuid\": \"{{buyerGuid}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/inventory/GetValidCountDates"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"StartDateCountsUTC\": [\r\n        \"2020/01/28\",\r\n        \"2020/02/04\",\r\n        \"2020/02/06\",\r\n        \"2020/02/18\",\r\n        \"2020/02/19\",\r\n        \"2020/02/26\",\r\n        \"2020/03/05\",\r\n        \"2020/03/17\",\r\n        \"2020/03/18\",\r\n        \"2020/04/05\",\r\n        \"2020/04/13\",\r\n        \"2020/04/14\",\r\n        \"2020/04/20\",\r\n        \"2020/04/24\",\r\n        \"2020/04/29\",\r\n        \"2020/04/30\",\r\n        \"2020/05/03\",\r\n        \"2020/05/11\",\r\n        \"2020/05/14\",\r\n        \"2020/06/01\",\r\n        \"2020/06/02\",\r\n        \"2020/06/03\",\r\n        \"2020/06/11\",\r\n        \"2020/06/22\",\r\n        \"2020/06/24\",\r\n        \"2020/06/28\",\r\n        \"2020/06/29\",\r\n        \"2020/07/01\",\r\n        \"2020/07/05\",\r\n        \"2020/07/06\",\r\n        \"2020/07/07\",\r\n        \"2020/07/09\",\r\n        \"2020/07/10\",\r\n        \"2020/07/15\",\r\n        \"2020/07/16\",\r\n        \"2020/07/20\",\r\n        \"2020/07/28\",\r\n        \"2020/08/03\",\r\n        \"2020/08/09\",\r\n        \"2020/08/11\",\r\n        \"2020/08/13\",\r\n        \"2020/08/17\",\r\n        \"2020/08/19\",\r\n        \"2020/08/21\",\r\n        \"2020/08/23\",\r\n        \"2020/08/24\",\r\n        \"2020/08/25\",\r\n        \"2020/08/26\",\r\n        \"2020/09/01\",\r\n        \"2020/09/02\",\r\n        \"2020/09/03\",\r\n        \"2020/09/04\",\r\n        \"2020/09/07\",\r\n        \"2020/09/08\",\r\n        \"2020/09/11\",\r\n        \"2020/09/15\",\r\n        \"2020/09/16\",\r\n        \"2020/09/17\",\r\n        \"2020/09/18\",\r\n        \"2020/09/21\",\r\n        \"2020/09/22\",\r\n        \"2020/09/23\",\r\n        \"2020/09/24\",\r\n        \"2020/09/29\",\r\n        \"2020/09/30\",\r\n        \"2020/10/01\",\r\n        \"2020/10/05\",\r\n        \"2020/10/06\",\r\n        \"2020/10/07\",\r\n        \"2020/10/08\",\r\n        \"2020/10/13\",\r\n        \"2020/10/14\",\r\n        \"2020/10/18\",\r\n        \"2020/10/20\",\r\n        \"2020/10/21\",\r\n        \"2020/10/22\",\r\n        \"2020/10/23\",\r\n        \"2020/10/25\",\r\n        \"2020/10/26\",\r\n        \"2020/10/28\",\r\n        \"2020/11/02\",\r\n        \"2020/11/03\",\r\n        \"2020/11/04\",\r\n        \"2020/11/06\",\r\n        \"2020/11/11\",\r\n        \"2020/11/12\",\r\n        \"2020/11/13\",\r\n        \"2020/11/14\",\r\n        \"2020/11/16\",\r\n        \"2020/11/17\",\r\n        \"2020/11/18\",\r\n        \"2020/11/23\",\r\n        \"2020/11/24\",\r\n        \"2020/11/25\",\r\n        \"2020/11/30\",\r\n        \"2020/12/06\",\r\n        \"2020/12/22\",\r\n        \"2020/12/23\",\r\n        \"2020/12/24\",\r\n        \"2020/12/25\",\r\n        \"2020/12/29\",\r\n        \"2020/12/30\",\r\n        \"2021/01/04\",\r\n        \"2021/01/08\",\r\n        \"2021/01/11\",\r\n        \"2021/01/14\",\r\n        \"2021/01/26\",\r\n        \"2021/01/27\",\r\n        \"2021/01/28\",\r\n        \"2021/01/31\",\r\n        \"2021/02/03\",\r\n        \"2021/02/04\",\r\n        \"2021/02/07\",\r\n        \"2021/02/14\",\r\n        \"2021/02/15\",\r\n        \"2021/02/21\",\r\n        \"2021/02/22\",\r\n        \"2021/02/23\",\r\n        \"2021/02/28\",\r\n        \"2021/03/03\",\r\n        \"2021/03/04\",\r\n        \"2021/03/12\",\r\n        \"2021/03/16\",\r\n        \"2021/03/17\",\r\n        \"2021/03/22\",\r\n        \"2021/03/30\",\r\n        \"2021/03/31\",\r\n        \"2021/04/15\",\r\n        \"2021/04/19\",\r\n        \"2021/04/20\"\r\n    ],\r\n    \"EndDateCountsUTC\": [\r\n        \"2020/01/27\",\r\n        \"2020/02/03\",\r\n        \"2020/02/05\",\r\n        \"2020/02/17\",\r\n        \"2020/02/18\",\r\n        \"2020/02/25\",\r\n        \"2020/03/04\",\r\n        \"2020/03/16\",\r\n        \"2020/03/17\",\r\n        \"2020/04/04\",\r\n        \"2020/04/12\",\r\n        \"2020/04/13\",\r\n        \"2020/04/19\",\r\n        \"2020/04/23\",\r\n        \"2020/04/28\",\r\n        \"2020/04/29\",\r\n        \"2020/05/02\",\r\n        \"2020/05/10\",\r\n        \"2020/05/13\",\r\n        \"2020/05/31\",\r\n        \"2020/06/01\",\r\n        \"2020/06/02\",\r\n        \"2020/06/10\",\r\n        \"2020/06/21\",\r\n        \"2020/06/23\",\r\n        \"2020/06/27\",\r\n        \"2020/06/28\",\r\n        \"2020/06/30\",\r\n        \"2020/07/04\",\r\n        \"2020/07/05\",\r\n        \"2020/07/06\",\r\n        \"2020/07/08\",\r\n        \"2020/07/09\",\r\n        \"2020/07/14\",\r\n        \"2020/07/15\",\r\n        \"2020/07/19\",\r\n        \"2020/07/27\",\r\n        \"2020/08/02\",\r\n        \"2020/08/08\",\r\n        \"2020/08/10\",\r\n        \"2020/08/12\",\r\n        \"2020/08/16\",\r\n        \"2020/08/18\",\r\n        \"2020/08/20\",\r\n        \"2020/08/22\",\r\n        \"2020/08/23\",\r\n        \"2020/08/24\",\r\n        \"2020/08/25\",\r\n        \"2020/08/31\",\r\n        \"2020/09/01\",\r\n        \"2020/09/02\",\r\n        \"2020/09/03\",\r\n        \"2020/09/06\",\r\n        \"2020/09/07\",\r\n        \"2020/09/10\",\r\n        \"2020/09/14\",\r\n        \"2020/09/15\",\r\n        \"2020/09/16\",\r\n        \"2020/09/17\",\r\n        \"2020/09/20\",\r\n        \"2020/09/21\",\r\n        \"2020/09/22\",\r\n        \"2020/09/23\",\r\n        \"2020/09/28\",\r\n        \"2020/09/29\",\r\n        \"2020/09/30\",\r\n        \"2020/10/04\",\r\n        \"2020/10/05\",\r\n        \"2020/10/06\",\r\n        \"2020/10/07\",\r\n        \"2020/10/12\",\r\n        \"2020/10/13\",\r\n        \"2020/10/17\",\r\n        \"2020/10/19\",\r\n        \"2020/10/20\",\r\n        \"2020/10/21\",\r\n        \"2020/10/22\",\r\n        \"2020/10/24\",\r\n        \"2020/10/25\",\r\n        \"2020/10/27\",\r\n        \"2020/11/01\",\r\n        \"2020/11/02\",\r\n        \"2020/11/03\",\r\n        \"2020/11/05\",\r\n        \"2020/11/10\",\r\n        \"2020/11/11\",\r\n        \"2020/11/12\",\r\n        \"2020/11/13\",\r\n        \"2020/11/15\",\r\n        \"2020/11/16\",\r\n        \"2020/11/17\",\r\n        \"2020/11/22\",\r\n        \"2020/11/23\",\r\n        \"2020/11/24\",\r\n        \"2020/11/29\",\r\n        \"2020/12/05\",\r\n        \"2020/12/21\",\r\n        \"2020/12/22\",\r\n        \"2020/12/23\",\r\n        \"2020/12/24\",\r\n        \"2020/12/28\",\r\n        \"2020/12/29\",\r\n        \"2021/01/03\",\r\n        \"2021/01/07\",\r\n        \"2021/01/10\",\r\n        \"2021/01/13\",\r\n        \"2021/01/25\",\r\n        \"2021/01/26\",\r\n        \"2021/01/27\",\r\n        \"2021/01/30\",\r\n        \"2021/02/02\",\r\n        \"2021/02/03\",\r\n        \"2021/02/06\",\r\n        \"2021/02/13\",\r\n        \"2021/02/14\",\r\n        \"2021/02/20\",\r\n        \"2021/02/21\",\r\n        \"2021/02/22\",\r\n        \"2021/02/27\",\r\n        \"2021/03/02\",\r\n        \"2021/03/03\",\r\n        \"2021/03/11\",\r\n        \"2021/03/15\",\r\n        \"2021/03/16\",\r\n        \"2021/03/21\",\r\n        \"2021/03/29\",\r\n        \"2021/03/30\",\r\n        \"2021/04/14\",\r\n        \"2021/04/18\",\r\n        \"2021/04/19\"\r\n    ],\r\n    \"IsSuccess\": true,\r\n    \"ErrorMessage\": null,\r\n    \"ErrorCode\": null,\r\n    \"RequestID\": \"fcca86a1-fa85-46fb-b918-0b54cf051921\"\r\n}"}],"_postman_id":"1e0f0582-78d2-4888-b66b-ae4b46dc7213"},{"name":"GetActualTheoDataByBuyer","id":"b07882c5-0f36-4bca-8df6-f2928e80de96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"AUTH_TOKEN","value":"{{accessToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"StartDateUTC\": \"\",\n    \"EndDateUTC\": \"\",\n    \"BuyerGuid\": \"{{buyerGuid}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/inventory/GetActualTheoDataByBuyer","description":"<p>Gets Actual Vs Theoretical data by buyer (new format)</p>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>StartDateUTC</td>\n<td>String</td>\n<td>Start date provided using GetValidCountDates method.  <br />Date format: YYYY/MM/DD</td>\n</tr>\n<tr>\n<td>EndDateUTC</td>\n<td>String</td>\n<td>End date provided using GetValidCountDates method  <br />Date format: YYYY/MM/DD</td>\n</tr>\n<tr>\n<td>BuyerGuid</td>\n<td>String</td>\n<td>Buyer’s Guid (more info)</td>\n</tr>\n<tr>\n<td>ApplyNewBlendedAvg</td>\n<td>Boolean</td>\n<td>By default, it is false, using the current logic to calculate CostByBlendedAverageByReportingUOM and CostByBlendedAverage. If set to true, these fields will be calculated using the new formula:  <br />Blended Average Cost = Total Value / Total Quantity, where:  <br />Total Value = Opening Inventory Value + Purchase Values + Transfer Values  <br />Total Quantity = Opening Inventory Quantity + Purchase Quantity + Transfer Quantity.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ActualTheoDataRows</td>\n<td>Array</td>\n<td>See below</td>\n</tr>\n<tr>\n<td>ActualTheoCategoriesTotalsRows</td>\n<td>Array</td>\n<td>See below</td>\n</tr>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><p>ActualTheoDataRows array</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CostByBlendedAverageByReportingUOM</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>TheoreticalUsageCostInReportingUOM</td>\n<td>Decimal</td>\n<td>The value of Theoretical qty used based on the blended average price</td>\n</tr>\n<tr>\n<td>VarianceValueInReportingUOM</td>\n<td>Decimal</td>\n<td>The difference between theoretical usage value and actual usage value</td>\n</tr>\n<tr>\n<td>VarianceValueExcludingWasteInReportingUOM</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>BuyerName</td>\n<td>String</td>\n<td>Buyer Name</td>\n</tr>\n<tr>\n<td>BuyerID</td>\n<td>Intager</td>\n<td>Bauyer ID</td>\n</tr>\n<tr>\n<td>Category</td>\n<td>String</td>\n<td>Inventory category in MarketMan</td>\n</tr>\n<tr>\n<td>CategoryID</td>\n<td>Intager</td>\n<td>Inventory category in MarketMan ID</td>\n</tr>\n<tr>\n<td>ItemName</td>\n<td>String</td>\n<td>Item Name</td>\n</tr>\n<tr>\n<td>ItemID</td>\n<td>Intager</td>\n<td>Item ID</td>\n</tr>\n<tr>\n<td>UOM</td>\n<td>String</td>\n<td>Unit Of Measurement</td>\n</tr>\n<tr>\n<td>ReportingUOM</td>\n<td>String</td>\n<td>Display Unit Of Measurement</td>\n</tr>\n<tr>\n<td>ActualUsage</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>ActualUsageInReportingUOM</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>COGS</td>\n<td>Decimal</td>\n<td>The value of the actual usage based on the COGS report</td>\n</tr>\n<tr>\n<td>SalesUsage</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>SalesUsageInReportingUOM</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>DeliveryNotesUsage</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>DeliveryNotesUsageInReportingUOM</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>Production</td>\n<td>Decimal</td>\n<td>Based on roduction Events</td>\n</tr>\n<tr>\n<td>ProductionInReportingUOM</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>TheoreticalUsage</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>TheoreticalUsageInReportingUOM</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>CostByBlendedAverage</td>\n<td>Decimal</td>\n<td>Calculation: (actual usage cost / actual usage)</td>\n</tr>\n<tr>\n<td>TheoreticalUsageCost</td>\n<td>Decimal</td>\n<td>The value of Theoretical qty used based on the blended average price</td>\n</tr>\n<tr>\n<td>VarianceQTY</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>VarianceQTYInReportingUOM</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>VarianceValue</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>VarianceValueExcludingWaste</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>VariancePercent</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>RecordedWaste</td>\n<td>Decimal</td>\n<td>QTY recorded as wasted during the selected time frame</td>\n</tr>\n<tr>\n<td>WasteValue</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>RecordedWasteInReportingUOM</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>WasteValueInReportingUOM</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>NoneRecordedVarianceQTY</td>\n<td>Decimal</td>\n<td>Variance QTY + recorded waste</td>\n</tr>\n<tr>\n<td>NoneRecordedVarianceQTYReportingUOM</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>COGSCategory</td>\n<td>String</td>\n<td>COGS Category</td>\n</tr>\n<tr>\n<td>COGSCategoryID</td>\n<td>Intager</td>\n<td>COGS Category ID</td>\n</tr>\n<tr>\n<td>IsHasTwoCounts</td>\n<td>Boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>OpeningInventory</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>OpeningInventoryInReportingUOM</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>ClosingInventory</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>ClosingInventoryInReportingUOM</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>PurchaseQty</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>PurchaseQtyInReportingUOM</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>TransferQty</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>TransferQtyInReportingUOM</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>OpeningValue</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>ClosingValue</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>PurchaseValue</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>TransferValue</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>OnHandUOMConversationRatio</td>\n<td>String</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div></li>\n<li><p>ActualTheoCategoriesTotalsRows array</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>COGSCategory</td>\n<td>String</td>\n<td>COGS Category</td>\n</tr>\n<tr>\n<td>COGSCategoryID</td>\n<td>Intager</td>\n<td>COGS Category ID</td>\n</tr>\n<tr>\n<td>CategorySales</td>\n<td>Decimal</td>\n<td>Total sales for all POS categories mapped to this COGS category</td>\n</tr>\n<tr>\n<td>ActualUsage</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>ActualUsagePercent</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>ActualGrossProfit</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>ActualGPPercent</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>TheoreticalUsage</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>TheoreticalUsagePercent</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>TheoreticalGrossProfit</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>TheoreticalGPPercent</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>CategoryVariance</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>GPPercentVariance</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>WasteValue</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>VarianceValueExcludingWaste</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>VariancePercentExcludingWaste</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}},"urlObject":{"path":["v3","buyers","inventory","GetActualTheoDataByBuyer"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b07882c5-0f36-4bca-8df6-f2928e80de96"},{"name":"GetActualVsTheoretical (Deprecated)","id":"ac28a428-e6ca-45a6-a3ad-a66ee5e6d919","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"StartDateUTC\": \"2020/01/05 04:00:00\",\n    \"EndDateUTC\": \"2020/02/28 03:59:59\",\n    \"BuyerGuid\": \"{{buyerGuid}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/inventory/GetActualVsTheoretical","description":"<p>Gets the output data for Actual VS Theoretical report (old format)</p>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BuyerGuid</td>\n<td>String</td>\n<td>Buyer’s Guid (more info)</td>\n</tr>\n<tr>\n<td>StartDateUTC</td>\n<td>DateTime</td>\n<td>Must contain counts for this date. Day start is 00:00:00, day end is 23:59:59 (more info)</td>\n</tr>\n<tr>\n<td>EndDateUTC</td>\n<td>DateTime</td>\n<td>Must contain counts for this date. Day start is 00:00:00, day end is 23:59:59 (more info)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n<tr>\n<td>Items</td>\n<td>Array</td>\n<td>See below</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li>Items Array<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ID</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>ItemID</td>\n<td>String</td>\n<td>ID of inventory item.</td>\n</tr>\n<tr>\n<td>ItemName</td>\n<td>String</td>\n<td>The inventory item name</td>\n</tr>\n<tr>\n<td>FirstCount</td>\n<td>Decimal</td>\n<td>Quantity of the inventory item taken at the beginning of the selected period</td>\n</tr>\n<tr>\n<td>SecondCount</td>\n<td>Decimal</td>\n<td>The inventory level entered at closing</td>\n</tr>\n<tr>\n<td>Purchases</td>\n<td>Decimal</td>\n<td>How many of the item were purchased during the time period</td>\n</tr>\n<tr>\n<td>Sales</td>\n<td>Decimal</td>\n<td>Sales calculated from POS during time period selected</td>\n</tr>\n<tr>\n<td>DeliveryNotes</td>\n<td>Decimal</td>\n<td>Based on fulfilled delivery notes</td>\n</tr>\n<tr>\n<td>Productions</td>\n<td>Decimal</td>\n<td>Items that were produced from inventory/preparations items or produced from them</td>\n</tr>\n<tr>\n<td>Transfers</td>\n<td>Decimal</td>\n<td>Quantities of inventory items transferred from one location to another.</td>\n</tr>\n<tr>\n<td>WasteEvents</td>\n<td>Decimal</td>\n<td>Amount of inventory logged as waste events</td>\n</tr>\n<tr>\n<td>UsageValue</td>\n<td>Decimal</td>\n<td>(Actual Usage x Price of Inventory Item)</td>\n</tr>\n<tr>\n<td>CategoryName</td>\n<td>String</td>\n<td>The category that the inventory item is in</td>\n</tr>\n<tr>\n<td>CategoryID</td>\n<td>String</td>\n<td>The category id that the inventory item is in</td>\n</tr>\n<tr>\n<td>Cost</td>\n<td>Decimal</td>\n<td>The cost of any product as defined in Item</td>\n</tr>\n<tr>\n<td>UsageValueTheoretical</td>\n<td>Decimal</td>\n<td>(Theoretical usage sales x Price)</td>\n</tr>\n<tr>\n<td>TotalUsage</td>\n<td>Decimal</td>\n<td>Opening inventory number plus purchases minus closing inventory number</td>\n</tr>\n<tr>\n<td>Expected</td>\n<td>Decimal</td>\n<td>The inventory level that MarketMan predicts based on sales data.</td>\n</tr>\n<tr>\n<td>Difference</td>\n<td>Decimal</td>\n<td>Actual closing inventory – Predicted closing inventory</td>\n</tr>\n<tr>\n<td>DifferenceValue</td>\n<td>Decimal</td>\n<td>Variance Quantity as a value</td>\n</tr>\n<tr>\n<td>DifferencePercentage</td>\n<td>Decimal</td>\n<td>Variance Quantity as a percentage of actual usage</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}},"urlObject":{"path":["v3","buyers","inventory","GetActualVsTheoretical"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ac28a428-e6ca-45a6-a3ad-a66ee5e6d919"},{"name":"GetMenuProfitability","id":"67ccfa52-6058-4f1c-9d19-d5dcbcc7fb75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"DateTimeFromUTC\": \"2020/01/05 04:00:00\",\n    \"DateTimeToUTC\": \"2020/01/06 03:59:59\",\n    \"BuyerGuid\": \"{{buyerGuid}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/inventory/GetMenuProfitability","description":"<p>Gets the output data for Menu Profitability report</p>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BuyerGuid</td>\n<td>String</td>\n<td>Buyer’s Guid (more info)</td>\n</tr>\n<tr>\n<td>DateTimeFromUTC</td>\n<td>DateTime</td>\n<td>Day start is 00:00:00, day end is 23:59:59 (more info)</td>\n</tr>\n<tr>\n<td>DateTimeToUTC</td>\n<td>DateTime</td>\n<td>Day start is 00:00:00, day end is 23:59:59 (more info)</td>\n</tr>\n<tr>\n<td>GetCommissaryPOSSales</td>\n<td>Boolean</td>\n<td>Optional. When commissary and set to true, will calc the report based on POS instead of ShipNotes</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n<tr>\n<td>Items</td>\n<td>Array</td>\n<td>See below</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><p>Items Array</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>SubRows</td>\n<td>Array</td>\n<td>See below</td>\n</tr>\n<tr>\n<td>ID</td>\n<td>String</td>\n<td>The ID of the item as shown in MarketMan</td>\n</tr>\n<tr>\n<td>PosCode</td>\n<td>String</td>\n<td>POS code taken from your point of sale system</td>\n</tr>\n<tr>\n<td>MenuItemName</td>\n<td>String</td>\n<td>This is the actual name of the menu item</td>\n</tr>\n<tr>\n<td>MenuItemCategory</td>\n<td>String</td>\n<td>menu item category assigned in MarketMan</td>\n</tr>\n<tr>\n<td>MenuItemPrice</td>\n<td>Decimal</td>\n<td>Price the menu item is listed for in your POS</td>\n</tr>\n<tr>\n<td>QuantitySold</td>\n<td>Decimal</td>\n<td>Quantity sold in the time period selected</td>\n</tr>\n<tr>\n<td>NetItemPrice</td>\n<td>Decimal</td>\n<td>Total sales divided by quantity sold. Takes into account discounts, samples, OTH's</td>\n</tr>\n<tr>\n<td>TotalSales</td>\n<td>Decimal</td>\n<td>Total sales for that menu item in the time period</td>\n</tr>\n<tr>\n<td>RecipeIngredientsCost</td>\n<td>Decimal</td>\n<td>How much the ingredients (inventory items and preparations) in the recipe cost</td>\n</tr>\n<tr>\n<td>RecipeIngredientsCostPercent</td>\n<td>Decimal</td>\n<td>Menu item price divided by ingredients cost</td>\n</tr>\n<tr>\n<td>NetIngredientsCost</td>\n<td>Decimal</td>\n<td>Actual item price divided by ingredients cost</td>\n</tr>\n<tr>\n<td>NetIngredientsCostPercent</td>\n<td>Decimal</td>\n<td>Actual item price divided by ingredients cost Percentage</td>\n</tr>\n<tr>\n<td>TotalIngredientsCost</td>\n<td>Decimal</td>\n<td>Total cost of recipe ingredients for quantity sold</td>\n</tr>\n<tr>\n<td>Profit</td>\n<td>Decimal</td>\n<td>Total sales times (1 - net ingredient cost %)</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n<li><p>SubRows Array</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ParentHierarchy</td>\n<td>Array</td>\n<td>See below</td>\n</tr>\n<tr>\n<td>ID</td>\n<td>String</td>\n<td>The ID of the item as shown in MarketMan</td>\n</tr>\n<tr>\n<td>PosCode</td>\n<td>String</td>\n<td>POS code taken from your point of sale system</td>\n</tr>\n<tr>\n<td>MenuItemName</td>\n<td>String</td>\n<td>This is the actual name of the menu item</td>\n</tr>\n<tr>\n<td>MenuItemCategory</td>\n<td>String</td>\n<td>menu item category assigned in MarketMan</td>\n</tr>\n<tr>\n<td>MenuItemPrice</td>\n<td>Decimal</td>\n<td>Price the menu item is listed for in your POS</td>\n</tr>\n<tr>\n<td>QuantitySold</td>\n<td>Decimal</td>\n<td>Quantity sold in the time period selected</td>\n</tr>\n<tr>\n<td>NetItemPrice</td>\n<td>Decimal</td>\n<td>Total sales divided by quantity sold. Takes into account discounts, samples, OTH's</td>\n</tr>\n<tr>\n<td>TotalSales</td>\n<td>Decimal</td>\n<td>Total sales for that menu item in the time period</td>\n</tr>\n<tr>\n<td>RecipeIngredientsCost</td>\n<td>Decimal</td>\n<td>How much the ingredients (inventory items and preparations) in the recipe cost</td>\n</tr>\n<tr>\n<td>RecipeIngredientsCostPercent</td>\n<td>Decimal</td>\n<td>Menu item price divided by ingredients cost</td>\n</tr>\n<tr>\n<td>NetIngredientsCost</td>\n<td>Decimal</td>\n<td>Actual item price divided by ingredients cost</td>\n</tr>\n<tr>\n<td>NetIngredientsCostPercent</td>\n<td>Decimal</td>\n<td>Actual item price divided by ingredients cost Percentage</td>\n</tr>\n<tr>\n<td>TotalIngredientsCost</td>\n<td>Decimal</td>\n<td>Total cost of recipe ingredients for quantity sold</td>\n</tr>\n<tr>\n<td>Profit</td>\n<td>Decimal</td>\n<td>Total sales times (1 - net ingredient cost %)</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n<li><p>Parent Hierarchy Array</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ID</td>\n<td>String</td>\n<td>The ID of the item as shown in MarketMan portal</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>String</td>\n<td>Item name</td>\n</tr>\n<tr>\n<td>PosCode</td>\n<td>String</td>\n<td>POS code taken from your point of sale system</td>\n</tr>\n<tr>\n<td>HierarchyLevel</td>\n<td>String</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}},"urlObject":{"path":["v3","buyers","inventory","GetMenuProfitability"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[{"id":"b4a5029d-3bf6-4b82-9fed-aa827fb19024","name":"GetMenuProfitability Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"DateTimeFromUTC\": \"2020/01/05 04:00:00\",\n    \"DateTimeToUTC\": \"2020/01/06 03:59:59\",\n    \"BuyerGuid\": \"{{buyerGuid}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/inventory/GetMenuProfitability"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:aa7de11f-c2f8-492b-9087-262956b65d27"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sun, 01 Mar 2020 12:44:13 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Items\": [\n        {\n            \"ID\": \"32513937\",\n            \"PosCode\": \"BB58\",\n            \"MenuItemName\": \"Gls - Gin Mare\",\n            \"MenuItemCategory\": \"\",\n            \"MenuItemPrice\": 160000,\n            \"QuantitySold\": 7,\n            \"NetItemPrice\": 160000,\n            \"TotalSales\": 1120000,\n            \"RecipeIngredientsCost\": 0,\n            \"RecipeIngredientsCostPercent\": 0,\n            \"NetIngredientsCost\": 0,\n            \"NetIngredientsCostPercent\": 0,\n            \"TotalIngredientsCost\": 0,\n            \"Profit\": 1120000\n        },\n        {\n            \"ID\": \"32513740\",\n            \"PosCode\": \"B&C3\",\n            \"MenuItemName\": \"DRAUGHT BEER\",\n            \"MenuItemCategory\": \"\",\n            \"MenuItemPrice\": 50000,\n            \"QuantitySold\": 25,\n            \"NetItemPrice\": 40000,\n            \"TotalSales\": 1000000,\n            \"RecipeIngredientsCost\": 0,\n            \"RecipeIngredientsCostPercent\": 0,\n            \"NetIngredientsCost\": 0,\n            \"NetIngredientsCostPercent\": 0,\n            \"TotalIngredientsCost\": 0,\n            \"Profit\": 1000000\n        },\n        {\n            \"ID\": \"32513382\",\n            \"PosCode\": \"L54\",\n            \"MenuItemName\": \"Brisket creation\",\n            \"MenuItemCategory\": \"\",\n            \"MenuItemPrice\": 175000,\n            \"QuantitySold\": 5,\n            \"NetItemPrice\": 175000,\n            \"TotalSales\": 875000,\n            \"RecipeIngredientsCost\": 0,\n            \"RecipeIngredientsCostPercent\": 0,\n            \"NetIngredientsCost\": 0,\n            \"NetIngredientsCostPercent\": 0,\n            \"TotalIngredientsCost\": 0,\n            \"Profit\": 875000\n        }\n    ],\n    \"IsSuccess\": true,\n    \"ErrorMessage\": null,\n    \"ErrorCode\": null\n}"}],"_postman_id":"67ccfa52-6058-4f1c-9d19-d5dcbcc7fb75"}],"id":"765bb4ce-4cab-42e3-a9e2-3c5bb4365d17","description":"<p>Reports</p>\n","event":[{"listen":"prerequest","script":{"id":"fd5d487b-2d46-49aa-9e4b-4fb98161b10a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d5ffdfb2-883e-4bc9-b810-b2f31deddf02","type":"text/javascript","exec":[""]}}],"_postman_id":"765bb4ce-4cab-42e3-a9e2-3c5bb4365d17","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}}},{"name":"Users","item":[{"name":"GetBuyerUsers","id":"2fc79e9d-85b9-4be9-8b21-344c46d0dde6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\n\t\"BuyerGuid\": \"{{buyerGuid}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/users/GetBuyerUsers","description":"<p>Get all the users of the given buyer</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}},"urlObject":{"path":["v3","buyers","users","GetBuyerUsers"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[{"id":"691ed53f-326b-4d0c-8a68-658fe2151292","name":"GetBuyerUsers","originalRequest":{"method":"POST","header":[{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\n\t\"BuyerGuid\": \"{{buyerGuid}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/users/GetBuyerUsers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?UDpcTWFya2V0TWFuXENvZGUtUm95LURldjRcYXBpLm1hcmtldG1hbi5iaXpcdjNcYnV5ZXJzXHVzZXJzXEdldEJ1eWVyVXNlcnM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 May 2020 09:39:13 GMT"},{"key":"Content-Length","value":"7533"}],"cookie":[],"responseTime":null,"body":"{\n    \"IsSuccess\": true,\n    \"ErrorMessage\": null,\n    \"ErrorCode\": null,\n    \"BuyerUsers\": [\n        {\n            \"ID\": 6971,\n            \"FirstName\": \"John\",\n            \"LastName\": \"Doe\",\n            \"Email\": \"JohnDoe@marketman.com\",\n            \"MobilePhone\": \"+123456\",\n            \"UserName\": \"John\",\n            \"Role\": \"Manager\",\n            \"BuyerUserGuid\": \"01b0595130132423402194b367ec9ce\"\n        }\n    ]\n}"}],"_postman_id":"2fc79e9d-85b9-4be9-8b21-344c46d0dde6"}],"id":"0e9a3e96-a157-45ae-a0ed-b0e88fe88a45","_postman_id":"0e9a3e96-a157-45ae-a0ed-b0e88fe88a45","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}}},{"name":"POS","item":[{"name":"Sales Container","item":[{"name":"GetSalesPeriodContainersByDate","id":"088c529b-c54a-4960-848d-3aae73fc65a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\r\n    \"DateTimeFromUTC\": \"2020/07/01 00:00:00\",\r\n    \"DateTimeToUTC\": \"2020/07/02 00:00:00\",\r\n    \"BuyerGuid\": \"{{buyerGuid}}\"\r\n}"},"url":"https://api.marketman.com/v3/buyers/pos/GetSalesPeriodContainersByDate","description":"<h1 id=\"gets-all-the-sales-containers-between-the-provided-dates\">Gets all the sales containers between the provided dates</h1>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n<th>Optional/Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BuyerGuid</td>\n<td>String</td>\n<td>It is used to identify a location in a multi-location environment</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>BuyerPosId</td>\n<td>Int</td>\n<td>Unique identifier for this specific POS</td>\n<td>Optional - only in cases where the location has more than one POS of type API Extended</td>\n</tr>\n<tr>\n<td>DateTimeFromUTC</td>\n<td>String</td>\n<td>From date UTC</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>DateTimeToUTC</td>\n<td>String</td>\n<td>To date UTC</td>\n<td>Mandatory</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error</td>\n</tr>\n<tr>\n<td>ErrorCode</td>\n<td>String</td>\n<td>See list</td>\n</tr>\n<tr>\n<td>SalesPeriodContainers</td>\n<td>Array</td>\n<td>See below</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><p>SalesPeriodContainer Object</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>SalesPeriodContainerID</td>\n<td>String</td>\n<td>Unique ID for this sale container from the POS side</td>\n</tr>\n<tr>\n<td>DateTimeFromUTC</td>\n<td>String</td>\n<td>From date UTC</td>\n</tr>\n<tr>\n<td>DateTimeToUTC</td>\n<td>String</td>\n<td>To date UTC</td>\n</tr>\n<tr>\n<td>TotalSalesWithVAT</td>\n<td>Decimal</td>\n<td>Total sales after tax and gratuity</td>\n</tr>\n<tr>\n<td>TotalSalesWithoutVAT</td>\n<td>Decimal</td>\n<td>Total sales without tax.</td>\n</tr>\n<tr>\n<td>IsCalculateTotalsAutomatically</td>\n<td>Boolean</td>\n<td>Indication of whether the totals are auto calculated in background task</td>\n</tr>\n<tr>\n<td>IsPendingTotalCalculations</td>\n<td>Boolean</td>\n<td>Indication that a totals calculation task is pending</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}},"urlObject":{"path":["v3","buyers","pos","GetSalesPeriodContainersByDate"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"088c529b-c54a-4960-848d-3aae73fc65a1"},{"name":"GetSalesPeriodContainersByID","id":"016f65ef-7bbd-4a86-8f06-cab9cbc6f6ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\r\n    \"SalesPeriodContainerID\": \"2020/07/01 00:00:00\",\r\n    \"BuyerGuid\": \"{{buyerGuid}}\"\r\n}"},"url":"https://api.marketman.com/v3/buyers/pos/GetSalesPeriodContainersByID","description":"<h1 id=\"gets-a-sales-container-by-its-salesperiodcontainerid-the-pos-unique-id\">Gets a sales container by its SalesPeriodContainerID (the POS unique ID)</h1>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n<th>Optional/Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BuyerGuid</td>\n<td>String</td>\n<td>It is used to identify a location in a multi-location environment</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>BuyerPosId</td>\n<td>Int</td>\n<td>Unique identifier for this specific POS</td>\n<td>Optional - only in cases where the location has more than one POS of type API Extended</td>\n</tr>\n<tr>\n<td>SalesPeriodContainerID</td>\n<td>String</td>\n<td>Unique ID for this sale container from the POS side</td>\n<td>Mandatory</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error</td>\n</tr>\n<tr>\n<td>ErrorCode</td>\n<td>String</td>\n<td>See list</td>\n</tr>\n<tr>\n<td>SalesPeriodContainer</td>\n<td>SalesPeriodContainer object</td>\n<td>See below</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><p>SalesPeriodContainer Object</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>SalesPeriodContainerID</td>\n<td>String</td>\n<td>Unique ID for this sale container from the POS side</td>\n</tr>\n<tr>\n<td>DateTimeFromUTC</td>\n<td>String</td>\n<td>From date UTC</td>\n</tr>\n<tr>\n<td>DateTimeToUTC</td>\n<td>String</td>\n<td>To date UTC</td>\n</tr>\n<tr>\n<td>TotalSalesWithVAT</td>\n<td>Decimal</td>\n<td>Total sales after tax and gratuity</td>\n</tr>\n<tr>\n<td>TotalSalesWithoutVAT</td>\n<td>Decimal</td>\n<td>Total sales without tax.</td>\n</tr>\n<tr>\n<td>IsCalculateTotalsAutomatically</td>\n<td>Boolean</td>\n<td>Indication of whether the totals are auto calculated in background task</td>\n</tr>\n<tr>\n<td>IsPendingTotalCalculations</td>\n<td>Boolean</td>\n<td>Indication that a totals calculation task is pending</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}},"urlObject":{"path":["v3","buyers","pos","GetSalesPeriodContainersByID"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"016f65ef-7bbd-4a86-8f06-cab9cbc6f6ff"},{"name":"CreateSalesPeriodContainer","id":"04110240-5cbc-4e9d-9407-482b2c2656f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"BuyerGuid\": \"{{buyerGuid}}\",\n    \"SalesPeriodContainer\": {\n        \"SalesPeriodContainerID\": \"2020/07/01 00:00:00\",\n        \"DateTimeFromUTC\": \"2020/07/01 00:00:00\",\n        \"DateTimeToUTC\": \"2020/07/02 00:00:00\",\n        \"TotalSalesWithVAT\": 100,\n        \"TotalSalesWithoutVAT\": 90\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/pos/CreateSalesPeriodContainer","description":"<h1 id=\"creates-a-sales-container-for-sales-for-a-time-period-like-z-report-in-some-pos-solutions\">Creates a sales container for sales for a time period like Z report in some POS solutions</h1>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n<th>Optional/Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BuyerGuid</td>\n<td>String</td>\n<td>It is used to identify a location in a multi-location environment</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>BuyerPosID</td>\n<td>Int</td>\n<td>Unique identifier for this specific POS</td>\n<td>Optional - only in cases where the location has more than one POS of type API Extended</td>\n</tr>\n<tr>\n<td>SalesPeriodContainer</td>\n<td>Object</td>\n<td>See below</td>\n<td>Mandatory</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><p>SalesPeriodContainer Object</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n<th>Optional/Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>SalesPeriodContainerID</td>\n<td>String</td>\n<td>Unique ID for this sale container from the POS side</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>DateTimeFromUTC</td>\n<td>String</td>\n<td>From date UTC</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>DateTimeToUTC</td>\n<td>String</td>\n<td>To date UTC</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>TotalSalesWithVAT</td>\n<td>Decimal</td>\n<td>Total sales after tax and gratuity</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>TotalSalesWithoutVAT</td>\n<td>Decimal</td>\n<td>Total sales without tax.</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>IsCalculateTotalsAutomatically</td>\n<td>Boolean</td>\n<td>Indication of whether the totals are auto calculated in background task</td>\n<td>Optional with default to false</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n<h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error</td>\n</tr>\n<tr>\n<td>ErrorCode</td>\n<td>String</td>\n<td>See list</td>\n</tr>\n<tr>\n<td>SalesPeriodContainer</td>\n<td>Object (Includes validation result)</td>\n<td>See below</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><p>SalesPeriodContainer Object</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>SalesPeriodContainerID</td>\n<td>String</td>\n<td>Unique ID for this sale container from the POS side</td>\n</tr>\n<tr>\n<td>DateTimeFromUTC</td>\n<td>String</td>\n<td>From date UTC</td>\n</tr>\n<tr>\n<td>DateTimeToUTC</td>\n<td>String</td>\n<td>To date UTC</td>\n</tr>\n<tr>\n<td>TotalSalesWithVAT</td>\n<td>Decimal</td>\n<td>Total sales after tax and gratuity</td>\n</tr>\n<tr>\n<td>TotalSalesWithoutVAT</td>\n<td>Decimal</td>\n<td>Total sales without tax.</td>\n</tr>\n<tr>\n<td>IsCalculateTotalsAutomatically</td>\n<td>Boolean</td>\n<td>Indication of whether the totals are auto calculated in background task</td>\n</tr>\n<tr>\n<td>IsPendingTotalCalculations</td>\n<td>Boolean</td>\n<td>Indication that a totals calculation task is pending</td>\n</tr>\n<tr>\n<td>ValidationResult</td>\n<td>Object</td>\n<td>See below</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}},"urlObject":{"path":["v3","buyers","pos","CreateSalesPeriodContainer"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"04110240-5cbc-4e9d-9407-482b2c2656f9"},{"name":"UpdateSalesPeriodContainer","id":"457cd202-863d-448c-be04-f09ab7dab6b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"BuyerGuid\": \"{{buyerGuid}}\",\n    \"SalesPeriodContainer\": {\n        \"SalesPeriodContainerID\": \"2020/07/01 00:00:00\",\n        \"DateTimeFromUTC\": \"2020/07/01 00:00:00\",\n        \"DateTimeToUTC\": \"2020/07/02 00:00:00\",\n        \"TotalSalesWithVAT\": 100,\n        \"TotalSalesWithoutVAT\": 95\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/pos/UpdateSalesPeriodContainer","description":"<h1 id=\"updates-a-sales-container-for-sales-for-a-time-period-based-on-the-salesperiodcontainerid\">Updates a sales container for sales for a time period based on the SalesPeriodContainerID</h1>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n<th>Optional/Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BuyerGuid</td>\n<td>String</td>\n<td>It is used to identify a location in a multi-location environment</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>BuyerPosID</td>\n<td>Int</td>\n<td>Unique identifier for this specific POS</td>\n<td>Optional - only in cases where the location has more than one POS of type API Extended</td>\n</tr>\n<tr>\n<td>SalesPeriodContainer</td>\n<td>Object</td>\n<td>See below</td>\n<td>Mandatory</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><p>SalesPeriodContainer Object</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n<th>Optional/Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>SalesPeriodContainerID</td>\n<td>String</td>\n<td>Unique ID for this sale container from the POS side</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>DateTimeFromUTC</td>\n<td>String</td>\n<td>From date UTC</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>DateTimeToUTC</td>\n<td>String</td>\n<td>To date UTC</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>TotalSalesWithVAT</td>\n<td>Decimal</td>\n<td>Total sales after tax and gratuity</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>TotalSalesWithoutVAT</td>\n<td>Decimal</td>\n<td>Total sales without tax.</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>IsCalculateTotalsAutomatically</td>\n<td>Boolean</td>\n<td>Indication of whether the totals are auto calculated in background task</td>\n<td>Optional with default to false</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n<h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error</td>\n</tr>\n<tr>\n<td>ErrorCode</td>\n<td>String</td>\n<td>See list</td>\n</tr>\n<tr>\n<td>SalesPeriodContainer</td>\n<td>Object (Includes validation result)</td>\n<td>See below</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><p>SalesPeriodContainer Object</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n<th>Optional/Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>SalesPeriodContainerID</td>\n<td>String</td>\n<td>Unique ID for this sa</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}},"urlObject":{"path":["v3","buyers","pos","UpdateSalesPeriodContainer"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"457cd202-863d-448c-be04-f09ab7dab6b3"},{"name":"DeleteSalesPeriodContainer","id":"28ecbeb4-367e-498f-a2d5-99831acf2400","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"BuyerGuid\": \"{{buyerGuid}}\",\n    \"SalesPeriodContainerID\": \"2020/07/01 00:00:00\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/pos/DeleteSalesPeriodContainer","description":"<h1 id=\"deletes-a-sales-container-for-sales-for-a-time-period-based-on-the-salesperiodcontainerid\">Deletes a sales container for sales for a time period based on the SalesPeriodContainerID</h1>\n<p>This also deletes all the checks within the sales container.</p>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th>Type</th>\n<th>Description</th>\n<th>Optional/Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BuyerGuid</td>\n<td>String</td>\n<td>It is used to identify a location in a multi-location environment</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>BuyerPosID</td>\n<td>Int</td>\n<td>Unique identifier for this specific POS</td>\n<td>Optional - only in cases where the location has more than one POS of type API Extended</td>\n</tr>\n<tr>\n<td>SalesPeriodContainerID</td>\n<td>String</td>\n<td>Unique ID for this sale container from the POS side</td>\n<td>Mandatory</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error</td>\n</tr>\n<tr>\n<td>ErrorCode</td>\n<td>String</td>\n<td>See list</td>\n</tr>\n<tr>\n<td>SalesPeriodContainerID</td>\n<td>String</td>\n<td>The deleted SalesPeriodContainerID</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}},"urlObject":{"path":["v3","buyers","pos","DeleteSalesPeriodContainer"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"28ecbeb4-367e-498f-a2d5-99831acf2400"}],"id":"bad2d2f2-7d32-4a11-8457-3f3b9251dc46","description":"<p>Sale containers mangement </p>\n","event":[{"listen":"prerequest","script":{"id":"19645853-f1af-4961-8550-02ada4a3cb0b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"58251e1d-dfc1-4ad0-953c-8bf5afbc31e0","type":"text/javascript","exec":[""]}}],"_postman_id":"bad2d2f2-7d32-4a11-8457-3f3b9251dc46","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}}},{"name":"Checks","item":[{"name":"GetChecks","id":"c8fc7cb6-4798-4d69-90f2-983fa3320dd2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"BuyerGuid\": \"{{buyerGuid}}\",\r\n\t\"SalesPeriodContainerID\" : \"2020/07/01 00:00:00\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/pos/GetChecks","description":"<h1 id=\"get-all-the-checks-of-a-sales-container\">Get all the checks of a sales container</h1>\n<p>Each check includes all the items sold within it.</p>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n<th>Optional/Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BuyerGuid</td>\n<td>String</td>\n<td>It is used to identify a location in a multi-location environment</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>BuyerPosId</td>\n<td>Int</td>\n<td>Unique identifier for this specific POS</td>\n<td>Optional - only in cases where the location has more than one POS of type API Extended</td>\n</tr>\n<tr>\n<td>SalesPeriodContainerID</td>\n<td>String</td>\n<td>Unique ID for this sale container from the POS side</td>\n<td>Mandatory</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n<tr>\n<td>ErrorCode</td>\n<td>String</td>\n<td>See list</td>\n</tr>\n<tr>\n<td>Checks</td>\n<td>Array of Check object</td>\n<td>See below</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><p><strong>Check Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CheckPOSID</td>\n<td>String</td>\n<td>Unique ID for this check from the POS side</td>\n</tr>\n<tr>\n<td>DateTimeOpenUTC</td>\n<td>String</td>\n<td>Open date UTC</td>\n</tr>\n<tr>\n<td>DateTimeCloseUTC</td>\n<td>String</td>\n<td>Close date UTC</td>\n</tr>\n<tr>\n<td>Items</td>\n<td>Array of CheckItem object</td>\n<td>See below</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n<li><p><strong>CheckItem Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ItemPOSID</td>\n<td>String</td>\n<td>ID of the item from the POS side</td>\n</tr>\n<tr>\n<td>CategoryPOSID</td>\n<td>String</td>\n<td>ID of the category</td>\n</tr>\n<tr>\n<td>SalePriceWithoutTax</td>\n<td>decimal</td>\n<td>Price without tax</td>\n</tr>\n<tr>\n<td>SalePriceWithTax</td>\n<td>decimal</td>\n<td>Price with tax</td>\n</tr>\n<tr>\n<td>Modifiers</td>\n<td>Array of CheckItem object</td>\n<td>List of all items sold as modifiers of this item</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}},"urlObject":{"path":["v3","buyers","pos","GetChecks"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c8fc7cb6-4798-4d69-90f2-983fa3320dd2"},{"name":"CreateChecks","id":"d363f459-692d-42ca-a607-db5bdf5e175f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"BuyerGuid\": \"{{buyerGuid}}\",\r\n\t\"SalesPeriodContainerID\": \"2020/07/01 00:00:00\",\r\n\t\"Checks\": [\r\n\t\t{\r\n\t\t\t\"CheckPOSID\": \"1\",\r\n\t\t\t\"DateTimeOpenUTC\": \"2020/07/01 00:00:00\",\r\n            \"DateTimeCloseUTC\": \"2020/07/01 00:00:00\",\r\n\t\t\t\"Items\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"ItemPOSID\": \"1\",\r\n\t\t\t\t\t\"CategoryPOSID\": \"1\",\r\n\t\t\t\t\t\"QuantitySold\": 1,\r\n\t\t\t\t\t\"SalePriceWithTax\": 1,\r\n\t\t\t\t\t\"SalePriceWithoutTax\": 1,\r\n\t\t\t\t\t\"Modifiers\": [\r\n\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\"ItemPOSID\": \"2\",\r\n\t\t\t\t\t\t\t\"CategoryPOSID\": \"2\",\r\n\t\t\t\t\t\t\t\"QuantitySold\": 2,\r\n\t\t\t\t\t\t\t\"SalePriceWithTax\": 2,\r\n\t\t\t\t\t\t\t\"SalePriceWithoutTax\": 2,\r\n\t\t\t\t\t\t\t\"Modifiers\": [\r\n\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\"ItemPOSID\": \"3\",\r\n\t\t\t\t\t\t\t\t\t\"CategoryPOSID\": \"3\",\r\n\t\t\t\t\t\t\t\t\t\"QuantitySold\": 1,\r\n\t\t\t\t\t\t\t\t\t\"SalePriceWithTax\": 3,\r\n\t\t\t\t\t\t\t\t\t\"SalePriceWithoutTax\": 3\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t]\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t}\r\n\t]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/pos/CreateChecks","description":"<h1 id=\"creates-multiple-checks-in-a-sales-container\">Creates Multiple Checks in a Sales Container</h1>\n<p>Each check includes all the items sold within it.</p>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n<th>Optional/Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BuyerGuid</td>\n<td>String</td>\n<td>It is used to identify a location in a multi-location environment</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>BuyerPosId</td>\n<td>Int</td>\n<td>Unique identifier for this specific POS</td>\n<td>Optional - only in cases where the location has more than one POS of type API Extended</td>\n</tr>\n<tr>\n<td>SalesPeriodContainerID</td>\n<td>String</td>\n<td>Unique ID of the sale container from the POS side</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>Checks</td>\n<td>Array of Check objects</td>\n<td>See the Check Object structure below</td>\n<td>Mandatory</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"check-object\">Check Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n<th>Optional/Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CheckPOSID</td>\n<td>String</td>\n<td>Unique ID for this check from the POS side</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>DateTimeOpenUTC</td>\n<td>String</td>\n<td>Open date in UTC</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>DateTimeCloseUTC</td>\n<td>String</td>\n<td>Close date in UTC</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>Items</td>\n<td>Array of CheckItem objects</td>\n<td>See the CheckItem Object structure below</td>\n<td>Mandatory</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"checkitem-object\">CheckItem Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n<th>Optional/Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ItemPOSID</td>\n<td>String</td>\n<td>ID of the item from the POS side (must be created in advance using SetPosMenuItem)</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>CategoryPOSID</td>\n<td>String</td>\n<td>ID of the category (must be created in advance using SetPosMenuItem)</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>QuantitySold</td>\n<td>Int</td>\n<td>Quantity of the item sold</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>SalePriceWithoutTax</td>\n<td>Decimal</td>\n<td>Price without tax</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>SalePriceWithTax</td>\n<td>Decimal</td>\n<td>Price with tax</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>Modifiers</td>\n<td>Array of CheckItem objects</td>\n<td>List of items sold as modifiers of this item</td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Indicates whether the action was completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description (in case of an error)</td>\n</tr>\n<tr>\n<td>ErrorCode</td>\n<td>String</td>\n<td>Error code (if applicable)</td>\n</tr>\n<tr>\n<td>Checks</td>\n<td>Array of Check objects</td>\n<td>Contains validation results (see below)</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"check-object-1\">Check Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CheckPOSID</td>\n<td>String</td>\n<td>Unique ID for this check from the POS side</td>\n</tr>\n<tr>\n<td>DateTimeOpenUTC</td>\n<td>String</td>\n<td>Open date in UTC</td>\n</tr>\n<tr>\n<td>DateTimeCloseUTC</td>\n<td>String</td>\n<td>Close date in UTC</td>\n</tr>\n<tr>\n<td>Items</td>\n<td>Array of CheckItem objects</td>\n<td>See the CheckItem Object structure below</td>\n</tr>\n<tr>\n<td>ValidationResult</td>\n<td>Object</td>\n<td>Validation result object (see ValidationResult Object below)</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"validationresult-object\">ValidationResult Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsValid</td>\n<td>Boolean</td>\n<td>Indicates the validation result for the object</td>\n</tr>\n<tr>\n<td>Errors</td>\n<td>Array of Strings</td>\n<td>List of all errors (if any)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}},"urlObject":{"path":["v3","buyers","pos","CreateChecks"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d363f459-692d-42ca-a607-db5bdf5e175f"},{"name":"CreateChecksAsync","id":"72371897-885f-4e17-bb8f-135f0b18d1c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"BuyerGuid\": \"{{buyerGuid}}\",\r\n\t\"SalesPeriodContainerID\": \"2020/07/01 00:00:00\",\r\n\t\"Checks\": [\r\n\t\t{\r\n\t\t\t\"CheckPOSID\": \"1\",\r\n\t\t\t\"DateTimeOpenUTC\": \"2020/07/01 00:00:00\",\r\n            \"DateTimeCloseUTC\": \"2020/07/01 00:00:00\",\r\n\t\t\t\"Items\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"ItemPOSID\": \"1\",\r\n\t\t\t\t\t\"CategoryPOSID\": \"1\",\r\n\t\t\t\t\t\"QuantitySold\": 1,\r\n\t\t\t\t\t\"SalePriceWithTax\": 1,\r\n\t\t\t\t\t\"SalePriceWithoutTax\": 1,\r\n\t\t\t\t\t\"Modifiers\": [\r\n\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\"ItemPOSID\": \"2\",\r\n\t\t\t\t\t\t\t\"CategoryPOSID\": \"2\",\r\n\t\t\t\t\t\t\t\"QuantitySold\": 2,\r\n\t\t\t\t\t\t\t\"SalePriceWithTax\": 2,\r\n\t\t\t\t\t\t\t\"SalePriceWithoutTax\": 2,\r\n\t\t\t\t\t\t\t\"Modifiers\": [\r\n\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\"ItemPOSID\": \"3\",\r\n\t\t\t\t\t\t\t\t\t\"CategoryPOSID\": \"3\",\r\n\t\t\t\t\t\t\t\t\t\"QuantitySold\": 1,\r\n\t\t\t\t\t\t\t\t\t\"SalePriceWithTax\": 3,\r\n\t\t\t\t\t\t\t\t\t\"SalePriceWithoutTax\": 3\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t]\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t}\r\n\t]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/pos/CreateChecksAsync","description":"<h1 id=\"creates-multiple-checks-in-a-sales-container\">Creates Multiple Checks in a Sales Container</h1>\n<p>Each check includes all the items sold within it.</p>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n<th>Optional/Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BuyerGuid</td>\n<td>String</td>\n<td>It is used to identify a location in a multi-location environment</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>BuyerPosId</td>\n<td>Int</td>\n<td>Unique identifier for this specific POS</td>\n<td>Optional - only in cases where the location has more than one POS of type API Extended</td>\n</tr>\n<tr>\n<td>SalesPeriodContainerID</td>\n<td>String</td>\n<td>Unique ID of the sale container from the POS side</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>Checks</td>\n<td>Array of Check objects</td>\n<td>See the Check Object structure below</td>\n<td>Mandatory</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"check-object\">Check Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n<th>Optional/Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CheckPOSID</td>\n<td>String</td>\n<td>Unique ID for this check from the POS side</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>DateTimeOpenUTC</td>\n<td>String</td>\n<td>Open date in UTC</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>DateTimeCloseUTC</td>\n<td>String</td>\n<td>Close date in UTC</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>Items</td>\n<td>Array of CheckItem objects</td>\n<td>See the CheckItem Object structure below</td>\n<td>Mandatory</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"checkitem-object\">CheckItem Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n<th>Optional/Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ItemPOSID</td>\n<td>String</td>\n<td>ID of the item from the POS side (must be created in advance using SetPosMenuItem)</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>CategoryPOSID</td>\n<td>String</td>\n<td>ID of the category (must be created in advance using SetPosMenuItem)</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>QuantitySold</td>\n<td>Int</td>\n<td>Quantity of the item sold</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>SalePriceWithoutTax</td>\n<td>Decimal</td>\n<td>Price without tax</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>SalePriceWithTax</td>\n<td>Decimal</td>\n<td>Price with tax</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>Modifiers</td>\n<td>Array of CheckItem objects</td>\n<td>List of items sold as modifiers of this item</td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Indicates whether the action was completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error</td>\n</tr>\n<tr>\n<td>ErrorCode</td>\n<td>String</td>\n<td>See Error Code list</td>\n</tr>\n<tr>\n<td>QueryToken</td>\n<td>String</td>\n<td>A token used to query the status of the background task (see GetAsyncTokenStatus)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}},"urlObject":{"path":["v3","buyers","pos","CreateChecksAsync"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"72371897-885f-4e17-bb8f-135f0b18d1c9"},{"name":"UpdateCheck","id":"87aac3c3-76df-4608-a3cc-3aa1ba1ff082","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"BuyerGuid\": \"{{buyerGuid}}\",\r\n\t\"SalesPeriodContainerID\" : \"2020/07/20 00:00:00\",\r\n\t\"Check\" : {\r\n\t\t\t\"CheckPOSID\": \"1\",\r\n\t\t\t\"DateTimeOpenUTC\": \"2020/07/01 00:00:00\",\r\n            \"DateTimeCloseUTC\": \"2020/07/01 00:00:00\",\r\n\t\t\t\"Items\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"ItemPOSID\": \"1\",\r\n\t\t\t\t\t\"CategoryPOSID\": \"1\",\r\n\t\t\t\t\t\"QuantitySold\": 1,\r\n\t\t\t\t\t\"SalePriceWithTax\": 1,\r\n\t\t\t\t\t\"SalePriceWithoutTax\": 1,\r\n\t\t\t\t\t\"Modifiers\": [\r\n\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\"ItemPOSID\": \"2\",\r\n\t\t\t\t\t\t\t\"CategoryPOSID\": \"2\",\r\n\t\t\t\t\t\t\t\"QuantitySold\": 2,\r\n\t\t\t\t\t\t\t\"SalePriceWithTax\": 2,\r\n\t\t\t\t\t\t\t\"SalePriceWithoutTax\": 2,\r\n\t\t\t\t\t\t\t\"Modifiers\": [\r\n\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\"ItemPOSID\": \"3\",\r\n\t\t\t\t\t\t\t\t\t\"CategoryPOSID\": \"3\",\r\n\t\t\t\t\t\t\t\t\t\"QuantitySold\": 1,\r\n\t\t\t\t\t\t\t\t\t\"SalePriceWithTax\": 3,\r\n\t\t\t\t\t\t\t\t\t\"SalePriceWithoutTax\": 3\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t]\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/pos/UpdateCheck","description":"<h1 id=\"update-a-check-in-a-sales-container\">Update a Check in a Sales Container</h1>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n<th>Optional/Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BuyerGuid</td>\n<td>String</td>\n<td>It is used to identify a location in a multi-location environment</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>BuyerPosId</td>\n<td>Int</td>\n<td>Unique identifier for this specific POS</td>\n<td>Optional - only in cases where the location has more than one POS of type API Extended</td>\n</tr>\n<tr>\n<td>SalesPeriodContainerID</td>\n<td>String</td>\n<td>Unique ID of the sale container from the POS side</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>Check</td>\n<td>Check object</td>\n<td>See the Check Object structure below</td>\n<td>Mandatory</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"check-object\">Check Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n<th>Optional/Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CheckPOSID</td>\n<td>String</td>\n<td>Unique ID for this check from the POS side</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>DateTimeOpenUTC</td>\n<td>String</td>\n<td>Open date in UTC</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>DateTimeCloseUTC</td>\n<td>String</td>\n<td>Close date in UTC</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>Items</td>\n<td>Array of CheckItem objects</td>\n<td>See the CheckItem Object structure below</td>\n<td>Mandatory</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"checkitem-object\">CheckItem Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n<th>Optional/Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ItemPOSID</td>\n<td>String</td>\n<td>ID of the item from the POS side which must be created in advance using SetPosMenuItem</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>CategoryPOSID</td>\n<td>String</td>\n<td>ID of the category which must be created in advance using SetPosMenuItem</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>QuantitySold</td>\n<td>Int</td>\n<td>Quantity of the item sold</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>SalePriceWithoutTax</td>\n<td>Decimal</td>\n<td>Price without tax</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>SalePriceWithTax</td>\n<td>Decimal</td>\n<td>Price with tax</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>Modifiers</td>\n<td>Array of CheckItem objects</td>\n<td>List of items sold as modifiers of this item</td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was the action completed successfully?</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error</td>\n</tr>\n<tr>\n<td>ErrorCode</td>\n<td>String</td>\n<td>See error code list</td>\n</tr>\n<tr>\n<td>Check</td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}},"urlObject":{"path":["v3","buyers","pos","UpdateCheck"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"87aac3c3-76df-4608-a3cc-3aa1ba1ff082"},{"name":"UpdateCheckAsync","id":"3d6b12ed-4b94-4554-86fe-b44964b402a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"BuyerGuid\": \"{{buyerGuid}}\",\r\n\t\"SalesPeriodContainerID\" : \"2020/07/20 00:00:00\",\r\n\t\"Check\" : {\r\n\t\t\t\"CheckPOSID\": \"1\",\r\n\t\t\t\"DateTimeOpenUTC\": \"2020/07/01 00:00:00\",\r\n            \"DateTimeCloseUTC\": \"2020/07/01 00:00:00\",\r\n\t\t\t\"Items\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"ItemPOSID\": \"1\",\r\n\t\t\t\t\t\"CategoryPOSID\": \"1\",\r\n\t\t\t\t\t\"QuantitySold\": 1,\r\n\t\t\t\t\t\"SalePriceWithTax\": 1,\r\n\t\t\t\t\t\"SalePriceWithoutTax\": 1,\r\n\t\t\t\t\t\"Modifiers\": [\r\n\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\"ItemPOSID\": \"2\",\r\n\t\t\t\t\t\t\t\"CategoryPOSID\": \"2\",\r\n\t\t\t\t\t\t\t\"QuantitySold\": 2,\r\n\t\t\t\t\t\t\t\"SalePriceWithTax\": 2,\r\n\t\t\t\t\t\t\t\"SalePriceWithoutTax\": 2,\r\n\t\t\t\t\t\t\t\"Modifiers\": [\r\n\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\"ItemPOSID\": \"3\",\r\n\t\t\t\t\t\t\t\t\t\"CategoryPOSID\": \"3\",\r\n\t\t\t\t\t\t\t\t\t\"QuantitySold\": 1,\r\n\t\t\t\t\t\t\t\t\t\"SalePriceWithTax\": 3,\r\n\t\t\t\t\t\t\t\t\t\"SalePriceWithoutTax\": 3\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t]\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/pos/UpdateCheckAsync","description":"<h1 id=\"update-a-check-in-a-sales-container\">Update a Check in a Sales Container</h1>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n<th>Optional/Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BuyerGuid</td>\n<td>String</td>\n<td>It is used to identify a location in a multi-location environment</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>BuyerPosId</td>\n<td>Int</td>\n<td>Unique identifier for this specific POS</td>\n<td>Optional - only in cases where the location has more than one POS of type API Extended</td>\n</tr>\n<tr>\n<td>SalesPeriodContainerID</td>\n<td>String</td>\n<td>Unique ID of the sale container from the POS side</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>Check</td>\n<td>Check object</td>\n<td>See the Check Object structure below</td>\n<td>Mandatory</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"check-object\">Check Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n<th>Optional/Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CheckPOSID</td>\n<td>String</td>\n<td>Unique ID for this check from the POS side</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>DateTimeOpenUTC</td>\n<td>String</td>\n<td>Open date in UTC</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>DateTimeCloseUTC</td>\n<td>String</td>\n<td>Close date in UTC</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>Items</td>\n<td>Array of CheckItem objects</td>\n<td>See the CheckItem Object structure below</td>\n<td>Mandatory</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"checkitem-object\">CheckItem Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n<th>Optional/Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ItemPOSID</td>\n<td>String</td>\n<td>ID of the item from the POS side which must be created in advance using SetPosMenuItem</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>CategoryPOSID</td>\n<td>String</td>\n<td>ID of the category which must be created in advance using SetPosMenuItem</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>QuantitySold</td>\n<td>Int</td>\n<td>Quantity of the item sold</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>SalePriceWithoutTax</td>\n<td>Decimal</td>\n<td>Price without tax</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>SalePriceWithTax</td>\n<td>Decimal</td>\n<td>Price with tax</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>Modifiers</td>\n<td>Array of CheckItem objects</td>\n<td>List of items sold as modifiers of this item</td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was the action completed successfully?</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error</td>\n</tr>\n<tr>\n<td>ErrorCode</td>\n<td>String</td>\n<td>See error code list</td>\n</tr>\n<tr>\n<td>QueryToken</td>\n<td>String</td>\n<td>A token used to query the status of the background task (see GetAsyncTokenStatus)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}},"urlObject":{"path":["v3","buyers","pos","UpdateCheckAsync"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"3d6b12ed-4b94-4554-86fe-b44964b402a6"},{"name":"DeleteCheck","id":"9f1295a0-302b-4d46-8a44-d800cdc15ae4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"AUTH_TOKEN","value":"{{accessToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"BuyerGuid\": \"{{buyerGuid}}\",\r\n\t\"CheckPOSID\" : \"1\",\r\n\t\"SalesPeriodContainerID\": \"2020/07/01 00:00:00\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/pos/DeleteCheck","description":"<h1 id=\"delete-a-check-in-a-sales-container\">Delete a Check in a Sales Container</h1>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n<th>Optional/Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BuyerGuid</td>\n<td>String</td>\n<td>Buyer GUID</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>BuyerPosId</td>\n<td>Int</td>\n<td>Unique identifier for this specific POS</td>\n<td>Optional - only in cases where the location has more than one POS of type API Extended</td>\n</tr>\n<tr>\n<td>CheckPOSID</td>\n<td>String</td>\n<td>Unique ID for this check from the POS side</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>SalesPeriodContainerID</td>\n<td>String</td>\n<td>Unique ID of the sale container from the POS side</td>\n<td>Mandatory</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error</td>\n</tr>\n<tr>\n<td>ErrorCode</td>\n<td>String</td>\n<td>See list</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}},"urlObject":{"path":["v3","buyers","pos","DeleteCheck"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9f1295a0-302b-4d46-8a44-d800cdc15ae4"}],"id":"b84e1fb7-3a10-46b6-9aa0-d08d025d6af2","_postman_id":"b84e1fb7-3a10-46b6-9aa0-d08d025d6af2","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}}},{"name":"Menu","item":[{"name":"GetPosMenuItems","id":"dc9aa611-4ed8-41f8-a5be-4390bea7b5a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"ItemPOSIDs\": null,\n    \"BuyerGuid\": \"{{buyerGuid}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/pos/GetPosMenuItems","description":"<h1 id=\"get-all-menu-items\">Get All Menu Items</h1>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n<th>Optional/Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BuyerGuid</td>\n<td>String</td>\n<td>It is used to identify a location in a multi-location environment</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>BuyerPosID</td>\n<td>Int</td>\n<td>Unique identifier for this specific POS</td>\n<td>Optional - only in cases where the location has more than one POS of type API Extended</td>\n</tr>\n<tr>\n<td>ItemPOSIDs</td>\n<td>Array</td>\n<td>Optional. Can be used to retrieve items by specific POSIDs; when null, it will get all the menu items</td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n<tr>\n<td>ErrorCode</td>\n<td>String</td>\n<td>See list</td>\n</tr>\n<tr>\n<td>MenuItems</td>\n<td>Array of MenuItem Object</td>\n<td>See below</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><p>MenuItem Object</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ItemPOSID</td>\n<td>String</td>\n<td>The unique identifier from the POS side</td>\n</tr>\n<tr>\n<td>ItemPOSCode</td>\n<td>String</td>\n<td>The item SKU/Code from the POS side</td>\n</tr>\n<tr>\n<td>POSLocationSyncID</td>\n<td>String</td>\n<td>This is used to sync items from different locations with different ItemPOSID and different ItemPOSCode to the same menu item at HQ; when null, we use the ItemPOSCode</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>String</td>\n<td>The item name</td>\n</tr>\n<tr>\n<td>CategoryPOSID</td>\n<td>String</td>\n<td>The category POSID</td>\n</tr>\n<tr>\n<td>SalePriceWithTax</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>SalePriceWithoutTax</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>TypeID</td>\n<td>int</td>\n<td>The type ID, see below</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>String</td>\n<td>Modifier(3)/MenuItem(1)/ModifierGroup(4)/MenuItemGroup(2)</td>\n</tr>\n<tr>\n<td>SubItems</td>\n<td>Array of MenuItem Object</td>\n<td>Sub items of this item</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n<h2 id=\"menu-item-types\">Menu Item Types</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>ID</th>\n<th>Name</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>Menu Item</td>\n</tr>\n<tr>\n<td>2</td>\n<td>Menu Item Group (for future use!)</td>\n</tr>\n<tr>\n<td>3</td>\n<td>Modifier</td>\n</tr>\n<tr>\n<td>4</td>\n<td>Modifier Group</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}},"urlObject":{"path":["v3","buyers","pos","GetPosMenuItems"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"dc9aa611-4ed8-41f8-a5be-4390bea7b5a1"},{"name":"SetPosMenuItems","id":"2ff9ea86-e28f-412c-b259-0074e8349a7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"BuyerGuid\": \"{{buyerGuid}}\",\r\n\t\"MenuItems\": [\r\n\t\t{\r\n\t\t\t\"ItemPOSID\": \"MenuItem-1\",\r\n\t\t\t\"ItemPOSCode\": \"1\",\r\n\t\t\t\"POSLocationSyncID\": \"1\",\r\n\t\t\t\"Name\": \"MenuItem-1\",\r\n\t\t\t\"CategoryPOSID\": \"1\",\r\n\t\t\t\"SalePriceWithTax\": 10,\r\n\t\t\t\"SalePriceWithoutTax\": 5.5,\r\n\t\t\t\"TypeID\": 1, // Menu Item\r\n\t\t\t\"SubItems\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"ItemPOSID\": \"ModiferGroup-2\",\r\n\t\t\t\t\t\"ItemPOSCode\": \"2\",\r\n\t\t\t\t\t\"POSLocationSyncID\": \"2\",\r\n\t\t\t\t\t\"Name\": \"ModiferGroup-Sides\",\r\n\t\t\t\t\t\"TypeID\": 4, // Modifier Group\r\n\t\t\t\t\t\"SubItems\": [\r\n\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\"ItemPOSID\": \"Modifier-3\",\r\n\t\t\t\t\t\t\t\"ItemPOSCode\": \"3\",\r\n\t\t\t\t\t\t\t\"POSLocationSyncID\": \"3\",\r\n\t\t\t\t\t\t\t\"Name\": \"Modifier-3\",\r\n\t\t\t\t\t\t\t\"CategoryPOSID\": \"1\",\r\n\t\t\t\t\t\t\t\"TypeID\": 3, // Modifier\r\n\t\t\t\t\t\t\t\"SalePriceWithTax\": 5,\r\n\t\t\t\t\t\t\t\"SalePriceWithoutTax\": 2.5\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t]\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t}\r\n\t]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/pos/SetPosMenuItems","description":"<h1 id=\"creates-menu-items\">Creates Menu Items</h1>\n<p>Top most can be a Menu Item or Modifier Group.<br />Within Menu Item, can only be Modifier Group (as a sub item).<br />Within Modifier Group, can only be Modifier (as a sub item).<br />Within Modifier, can only be Modifier Group (as a sub item).</p>\n<p>When a price is set to a modifier as a sub item within a menu item, it is used as the price of that modifier only when sold as a modifier to the topmost menu item!<br />To set a default price for a modifier, it must be set within a topmost Modifier Group (so the modifier is at 2nd level).</p>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n<th>Optional/Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BuyerGuid</td>\n<td>String</td>\n<td>In case different from HQ, only allocate menu item to this specific buyer</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>BuyerPosIDs</td>\n<td>Int[]</td>\n<td>An array of unique IDs for the specific POSs linked to the buyer</td>\n<td>Optional - Works only for buyers with a single POS of the type API Extended</td>\n</tr>\n<tr>\n<td>MenuItems</td>\n<td>Array of MenuItem Object</td>\n<td>See below</td>\n<td>Mandatory</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"menuitem-object\">MenuItem Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n<th>Optional/Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ItemPOSID</td>\n<td>String</td>\n<td>The unique identifier from the POS side</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>ItemPOSCode</td>\n<td>String</td>\n<td>The item SKU/Code from the POS side</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>POSLocationSyncID</td>\n<td>String</td>\n<td>This is used to sync items from different locations with different ItemPOSID and different ItemPOSCode to the same one menu item on the HQ, when null we use the ItemPOSCode</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>String</td>\n<td>The item name</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>CategoryPOSID</td>\n<td>String</td>\n<td>The category POSID</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>SalePriceWithTax</td>\n<td>Decimal</td>\n<td>The price including tax</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>SalePriceWithoutTax</td>\n<td>Decimal</td>\n<td>The price without tax</td>\n<td>Mandatory for menu items</td>\n</tr>\n<tr>\n<td>TypeID</td>\n<td>int</td>\n<td>The type id, see below</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>String</td>\n<td>Modifier (3) / Menu Item (1) / Modifier Group (4) / Menu Item Group (2)</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>SubItems</td>\n<td>Array of MenuItem Object</td>\n<td>Sub items of this item</td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error</td>\n</tr>\n<tr>\n<td>ErrorCode</td>\n<td>String</td>\n<td>See list</td>\n</tr>\n<tr>\n<td>MenuItemsResult</td>\n<td>Array of MenuItem Object (including validation results)</td>\n<td>See below</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"menuitem-object-1\">MenuItem Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ItemPOSID</td>\n<td>String</td>\n<td>The unique identifier from the POS side</td>\n</tr>\n<tr>\n<td>ItemPOSCode</td>\n<td>String</td>\n<td>The item SKU/Code from the POS side</td>\n</tr>\n<tr>\n<td>POSLocationSyncID</td>\n<td>String</td>\n<td>This is used to sync items from different locations with different ItemPOSID and different ItemPOSCode to the same one menu item on the HQ, when null we use the ItemPOSCode</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>String</td>\n<td>The item name</td>\n</tr>\n<tr>\n<td>CategoryPOSID</td>\n<td>String</td>\n<td>The category POSID</td>\n</tr>\n<tr>\n<td>SalePriceWithTax</td>\n<td>Decimal</td>\n<td>The price including tax</td>\n</tr>\n<tr>\n<td>SalePriceWithoutTax</td>\n<td>Decimal</td>\n<td>The price without tax</td>\n</tr>\n<tr>\n<td>TypeID</td>\n<td>int</td>\n<td>The type id, see below</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>String</td>\n<td>Modifier (3) / Menu Item (1) / Modifier Group (4) / Menu Item Group (2)</td>\n</tr>\n<tr>\n<td>SubItems</td>\n<td>Array of MenuItem Object</td>\n<td>Sub items of this item</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"menu-item-types\">Menu Item Types</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>ID</th>\n<th>Name</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>Menu Item</td>\n</tr>\n<tr>\n<td>2</td>\n<td>Menu Item group</td>\n</tr>\n<tr>\n<td>3</td>\n<td>Modifier</td>\n</tr>\n<tr>\n<td>4</td>\n<td>Modifier Group</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}},"urlObject":{"path":["v3","buyers","pos","SetPosMenuItems"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[{"id":"e2ecafeb-940f-4d25-b3c3-97666edfa1af","name":"SetPosMenuItems","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"BuyerGuid\": \"{{buyerGuid}}\",\r\n\t\"MenuItems\": [\r\n\t\t{\r\n\t\t\t\"ItemPOSID\": \"MenuItem-1\",\r\n\t\t\t\"ItemPOSCode\": \"1\",\r\n\t\t\t\"POSLocationSyncID\": \"1\",\r\n\t\t\t\"Name\": \"MenuItem-1\",\r\n\t\t\t\"CategoryPOSID\": \"1\",\r\n\t\t\t\"SalePriceWithTax\": 10,\r\n\t\t\t\"SalePriceWithoutTax\": 5.5,\r\n\t\t\t\"TypeID\": 1, // Menu Item\r\n\t\t\t\"SubItems\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"ItemPOSID\": \"ModiferGroup-2\",\r\n\t\t\t\t\t\"ItemPOSCode\": \"2\",\r\n\t\t\t\t\t\"POSLocationSyncID\": \"2\",\r\n\t\t\t\t\t\"Name\": \"ModiferGroup-Sides\",\r\n\t\t\t\t\t\"TypeID\": 4, // Modifier Group\r\n\t\t\t\t\t\"SubItems\": [\r\n\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\"ItemPOSID\": \"Modifier-3\",\r\n\t\t\t\t\t\t\t\"ItemPOSCode\": \"3\",\r\n\t\t\t\t\t\t\t\"POSLocationSyncID\": \"3\",\r\n\t\t\t\t\t\t\t\"Name\": \"Modifier-3\",\r\n\t\t\t\t\t\t\t\"CategoryPOSID\": \"1\",\r\n\t\t\t\t\t\t\t\"TypeID\": 3, // Modifier\r\n\t\t\t\t\t\t\t\"SalePriceWithTax\": 5,\r\n\t\t\t\t\t\t\t\"SalePriceWithoutTax\": 2.5\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t]\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t}\r\n\t]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/pos/SetPosMenuItems"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 Oct 2021 11:44:38 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6a4bac6d8cda76f6-LHR"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"MenuItemsResult\": null,\n    \"IsSuccess\": true,\n    \"ErrorMessage\": null,\n    \"ErrorCode\": null,\n    \"RequestID\": \"fb2417da-c4a3-4750-8b96-d33e499d37e4\"\n}"}],"_postman_id":"2ff9ea86-e28f-412c-b259-0074e8349a7b"},{"name":"SetPosMenuItemsAsync","id":"1888c06b-5c76-40cb-826b-a3748c19de14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"BuyerGuid\": \"{{buyerGuid}}\",\r\n\t\"MenuItems\": [\r\n\t\t{\r\n\t\t\t\"ItemPOSID\": \"MenuItem-1\",\r\n\t\t\t\"ItemPOSCode\": \"1\",\r\n\t\t\t\"POSLocationSyncID\": \"1\",\r\n\t\t\t\"Name\": \"MenuItem-1\",\r\n\t\t\t\"CategoryPOSID\": \"1\",\r\n\t\t\t\"SalePriceWithTax\": 10,\r\n\t\t\t\"SalePriceWithoutTax\": 5.5,\r\n\t\t\t\"TypeID\": 1, // Menu Item\r\n\t\t\t\"SubItems\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"ItemPOSID\": \"ModiferGroup-2\",\r\n\t\t\t\t\t\"ItemPOSCode\": \"2\",\r\n\t\t\t\t\t\"POSLocationSyncID\": \"2\",\r\n\t\t\t\t\t\"Name\": \"ModiferGroup-Sides\",\r\n\t\t\t\t\t\"TypeID\": 4, // Modifier Group\r\n\t\t\t\t\t\"SubItems\": [\r\n\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\"ItemPOSID\": \"Modifier-3\",\r\n\t\t\t\t\t\t\t\"ItemPOSCode\": \"3\",\r\n\t\t\t\t\t\t\t\"POSLocationSyncID\": \"3\",\r\n\t\t\t\t\t\t\t\"Name\": \"Modifier-3\",\r\n\t\t\t\t\t\t\t\"CategoryPOSID\": \"1\",\r\n\t\t\t\t\t\t\t\"TypeID\": 3, // Modifier\r\n\t\t\t\t\t\t\t\"SalePriceWithTax\": 5,\r\n\t\t\t\t\t\t\t\"SalePriceWithoutTax\": 2.5\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t]\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t}\r\n\t]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/pos/SetPosMenuItemsAsync","description":"<h1 id=\"creates-menu-items\">Creates Menu Items</h1>\n<p>Top most can be a Menu Item or Modifier Group.<br />Within Menu Item, can only be Modifier Group (as a sub item).<br />Within Modifier Group, can only be Modifier (as a sub item).<br />Within Modifier, can only be Modifier Group (as a sub item).</p>\n<p>When a price is set to a modifier as a sub item within a menu item, it is used as the price of that modifier only when sold as a modifier to the topmost menu item!<br />To set a default price for a modifier, it must be set within a topmost Modifier Group (so the modifier is at 2nd level).</p>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n<th>Optional/Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BuyerGuid</td>\n<td>String</td>\n<td>In case different from HQ, only allocate menu item to this specific buyer</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>BuyerPosIDs</td>\n<td>Int[]</td>\n<td>An array of unique IDs for the specific POSs linked to the buyer</td>\n<td>Optional - only in cases where the location has more than one POS of type API Extended</td>\n</tr>\n<tr>\n<td>MenuItems</td>\n<td>Array of MenuItem Object</td>\n<td>See below</td>\n<td>Mandatory</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"menuitem-object\">MenuItem Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n<th>Optional/Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ItemPOSID</td>\n<td>String</td>\n<td>The unique identifier from the POS side</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>ItemPOSCode</td>\n<td>String</td>\n<td>The item SKU/Code from the POS side</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>POSLocationSyncID</td>\n<td>String</td>\n<td>This is used to sync items from different locations with different ItemPOSID and different ItemPOSCode to the same menu item on the HQ; when null we use the ItemPOSCode</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>String</td>\n<td>The item name</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>CategoryPOSID</td>\n<td>String</td>\n<td>The category POSID</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>SalePriceWithTax</td>\n<td>Decimal</td>\n<td>The price including tax</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>SalePriceWithoutTax</td>\n<td>Decimal</td>\n<td>The price without tax</td>\n<td>Mandatory for menu items</td>\n</tr>\n<tr>\n<td>TypeID</td>\n<td>int</td>\n<td>The type id, see below</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>String</td>\n<td>Modifier (3) / Menu Item (1) / Modifier Group (4) / Menu Item Group (2)</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>SubItems</td>\n<td>Array of MenuItem Object</td>\n<td>Sub items of this item</td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error</td>\n</tr>\n<tr>\n<td>ErrorCode</td>\n<td>String</td>\n<td>See list</td>\n</tr>\n<tr>\n<td>MenuItemsResult</td>\n<td>Array of MenuItem Object (including validation results)</td>\n<td>See below</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"menuitem-object-1\">MenuItem Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ItemPOSID</td>\n<td>String</td>\n<td>The unique identifier from the POS side</td>\n</tr>\n<tr>\n<td>ItemPOSCode</td>\n<td>String</td>\n<td>The item SKU/Code from the POS side</td>\n</tr>\n<tr>\n<td>POSLocationSyncID</td>\n<td>String</td>\n<td>This is used to sync items from different locations with different ItemPOSID and different ItemPOSCode to the same menu item on the HQ; when null we use the ItemPOSCode</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>String</td>\n<td>The item name</td>\n</tr>\n<tr>\n<td>CategoryPOSID</td>\n<td>String</td>\n<td>The category POSID</td>\n</tr>\n<tr>\n<td>SalePriceWithTax</td>\n<td>Decimal</td>\n<td>The price including tax</td>\n</tr>\n<tr>\n<td>SalePriceWithoutTax</td>\n<td>Decimal</td>\n<td>The price without tax</td>\n</tr>\n<tr>\n<td>TypeID</td>\n<td>int</td>\n<td>The type id, see below</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>String</td>\n<td>Modifier (3) / Menu Item (1) / Modifier Group (4) / Menu Item Group (2)</td>\n</tr>\n<tr>\n<td>SubItems</td>\n<td>Array of MenuItem Object</td>\n<td>Sub items of this item</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"menu-item-types\">Menu Item Types</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>ID</th>\n<th>Name</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>Menu Item</td>\n</tr>\n<tr>\n<td>2</td>\n<td>Menu Item Group</td>\n</tr>\n<tr>\n<td>3</td>\n<td>Modifier</td>\n</tr>\n<tr>\n<td>4</td>\n<td>Modifier Group</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}},"urlObject":{"path":["v3","buyers","pos","SetPosMenuItemsAsync"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[{"id":"e3b0ffbe-1d4f-43fc-a040-b6c93d28ec91","name":"SetPosMenuItemsAsync","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"BuyerGuid\": \"{{buyerGuid}}\",\r\n\t\"MenuItems\": [\r\n\t\t{\r\n\t\t\t\"ItemPOSID\": \"MenuItem-1\",\r\n\t\t\t\"ItemPOSCode\": \"1\",\r\n\t\t\t\"POSLocationSyncID\": null,\r\n\t\t\t\"Name\": \"MenuItem-1\",\r\n\t\t\t\"CategoryPOSID\": \"1\",\r\n\t\t\t\"SalePriceWithTax\": 10,\r\n\t\t\t\"SalePriceWithoutTax\": 5.5,\r\n\t\t\t\"TypeID\": 1, // Menu Item\r\n\t\t\t\"SubItems\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"ItemPOSID\": \"ModiferGroup-2\",\r\n\t\t\t\t\t\"ItemPOSCode\": \"2\",\r\n\t\t\t\t\t\"POSLocationSyncID\": null,\r\n\t\t\t\t\t\"Name\": \"ModiferGroup-Sides\",\r\n\t\t\t\t\t\"TypeID\": 4, // Modifier Group\r\n\t\t\t\t\t\"SubItems\": [\r\n\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\"ItemPOSID\": \"Modifier-3\",\r\n\t\t\t\t\t\t\t\"ItemPOSCode\": \"3\",\r\n\t\t\t\t\t\t\t\"POSLocationSyncID\": null,\r\n\t\t\t\t\t\t\t\"Name\": \"Modifier-3\",\r\n\t\t\t\t\t\t\t\"CategoryPOSID\": \"1\",\r\n\t\t\t\t\t\t\t\"TypeID\": 3, // Modifier\r\n\t\t\t\t\t\t\t\"SalePriceWithTax\": 5,\r\n\t\t\t\t\t\t\t\"SalePriceWithoutTax\": 2.5\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t]\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t}\r\n\t]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/pos/SetPosMenuItemsAsync"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 Oct 2021 11:46:07 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6a4bae9bade576f6-LHR"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"QueryToken\": \"a6357f37-b210-4a99-8bb5-400b46788841\",\n    \"MenuItemsResult\": null,\n    \"IsSuccess\": true,\n    \"ErrorMessage\": null,\n    \"ErrorCode\": null,\n    \"RequestID\": \"51f223a5-9623-400d-acc3-4aca3471365c\"\n}"}],"_postman_id":"1888c06b-5c76-40cb-826b-a3748c19de14"},{"name":"DeletePosMenuItem","id":"0c390c43-dce6-4a39-9b69-907160af1d84","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"ItemPOSID\": \"1\",\n    \"BuyerGuid\": \"{{buyerGuid}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/pos/DeletePosMenuItem","description":"<h1 id=\"delete-a-menu-item\">Delete a Menu Item</h1>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n<th>Optional/Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BuyerGuid</td>\n<td>String</td>\n<td>It is used to identify a location in a multi-location environment</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>BuyerPosIDs</td>\n<td>Int[]</td>\n<td>An array of unique IDs for the specific POSs linked to the buyer</td>\n<td>Optional - only in cases where the location has more than one POS of type API Extended</td>\n</tr>\n<tr>\n<td>ItemPOSID</td>\n<td>String</td>\n<td>POS ID</td>\n<td>Mandatory</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n<tr>\n<td>ErrorCode</td>\n<td>String</td>\n<td>See list</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}},"urlObject":{"path":["v3","buyers","pos","DeletePosMenuItem"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"0c390c43-dce6-4a39-9b69-907160af1d84"},{"name":"DeletePosMenuItems","id":"dc436c98-b3dd-4d65-885f-f737f2aefda9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"ItemPOSID\": \"1\",\n    \"BuyerGuid\": \"{{buyerGuid}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/pos/DeletePosMenuItems","description":"<h1 id=\"delete-menu-items\">Delete Menu Items</h1>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n<th>Optional/Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BuyerGuid</td>\n<td>String</td>\n<td>It is used to identify a location in a multi-location environment</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>BuyerPosIDs</td>\n<td>Int[]</td>\n<td>An array of unique IDs for the specific POSs linked to the buyer</td>\n<td>Optional - only in cases where the location has more than one POS of type API Extended</td>\n</tr>\n<tr>\n<td>ItemsPOSID</td>\n<td>Array</td>\n<td>POS IDs</td>\n<td>Mandatory</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n<tr>\n<td>ErrorCode</td>\n<td>String</td>\n<td>See list</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}},"urlObject":{"path":["v3","buyers","pos","DeletePosMenuItems"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"dc436c98-b3dd-4d65-885f-f737f2aefda9"}],"id":"50298220-763f-4ae0-a2a8-102fc3234594","description":"<h1 id=\"menu-structure-and-definitions\">Menu Structure And definitions</h1>\n<hr />\n<ol>\n<li>Modifiers can appear only under a modifier group item </li>\n<li>Menu items can appear under:</li>\n</ol>\n<ul>\n<li>Modifer group - If they are a modifer (Like Add Code)</li>\n<li>Item group - If they are part of a menu item group with variance (Like Coffee)</li>\n<li>Not under anything - In that case they would be a menu item in the top menu</li>\n</ul>\n<ol>\n<li>To make the menu items array require less space</li>\n</ol>\n<ul>\n<li>Send the modifer group at the top level </li>\n<li>Send all modifiers at the top level </li>\n<li>Send only IDs of the modifer groups linked to items in the Items array of the menu item </li>\n<li>Send the IDs of the modifiers linked to the modifier groups in the Items array of their respective modifier groups</li>\n</ul>\n<ol>\n<li>Price changes to a modifer in the context of a menu item</li>\n</ol>\n<ul>\n<li>If the modifier price is different for the menu item, in addition to the ID sent for the modifier, sent the modifier prices as well</li>\n</ul>\n<p><strong>Example Menu:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n\"ID\": \"1001\",\n\"Name\": \"Coffee\",\n\"SKUs\": \"1001\",\n\"Type\": \"Item\",\n\"CategoryPOSID\": \"3d8be47b0459430db501563b9d44b306\",\n\"SalePriceWithTax\": 5,\n\"SalePriceWithoutTax\" : 4\n\"Items\" : [{\n    \"ID\": \"2001\",\n    \"Items\" : [{\n        \"ID\": \"3001\",               \n        },{\n        \"ID\": \"3002\",               \n    }] \n    },{\n    \"ID\": \"2002\",\n    \"Items\" : [{\n        \"ID\": \"3003\",               \n        },{\n        \"ID\": \"3004\",               \n    }] \n}] \n},{\n\"ID\": \"1002\",\n\"Name\": \"Tea\",\n\"SKUs\": \"1002\",\n\"Type\": \"Item\",\n\"CategoryPOSID\": \"3d8be47b0459430db501563b9d44b306\",\n\"SalePriceWithTax\": 10,\n\"SalePriceWithoutTax\" : 8\n    \"Items\" : [{\n    \"ID\": \"2001\",\n    \"Items\" : [{\n        \"ID\": \"3001\",\n        \"SalePriceWithTax\": 2,\n        \"SalePriceWithoutTax\" : 1.6             \n        },{\n        \"ID\": \"3002\",               \n        \"SalePriceWithTax\": 4,\n        \"SalePriceWithoutTax\" : 3.2\n    }] \n    },{\n    \"ID\": \"2002\",\n    \"Items\" : [{\n        \"ID\": \"3003\",               \n        },{\n        \"ID\": \"3004\",               \n    }] \n}] \n},{\n\"ID\": \"2001\",\n\"Name\": \"Size\",\n\"SKUs\": \"2001\",\n\"Type\": \"Modifier Group\",\n\"CategoryPOSID\": \"3d8be47a85nfsacb501563b9d44b307\",\n\"Items\" : [{\n    \"ID\": \"3001\",               \n    },{\n    \"ID\": \"3002\",               \n}] \n},{\n\"ID\": \"3001\",\n\"Name\": \"Small\",\n\"SKUs\": \"3001\",\n\"Type\": \"Modifier\",\n\"CategoryPOSID\": \"3d8bemfkref4n32sxaa3563b9d44b306\",\n\"SalePriceWithTax\": 1,\n\"SalePriceWithoutTax\" : 0.8,\n\"Items\" : [] \n},{\n\"ID\": \"3002\",\n\"Name\": \"Large\",\n\"SKUs\": \"3002\",\n\"Type\": \"Modifier\",\n\"CategoryPOSID\": \"3d8bemfkref4n32sxaa3563b9d44b306\",\n\"SalePriceWithTax\": 2,\n\"SalePriceWithoutTax\" : 1.6,\n\"Items\" : [] \n},{\n\"ID\": \"2002\",\n\"Name\": \"Milk\",\n\"SKUs\": \"2002\",\n\"Type\": \"Modifier Group\",\n\"CategoryPOSID\": \"3d8be47a85nfsacb501563b9d44b307\",\n\"Items\" : [{\n    \"ID\": \"3003\",               \n    },{\n    \"ID\": \"3004\",               \n}]  \n},{\n\"ID\": \"3003\",\n\"Name\": \"Whole\",\n\"SKUs\": \"3003\",\n\"Type\": \"Modifier\",\n\"CategoryPOSID\": \"a62be47015dejn6359430d1b9d44b306\",\n\"SalePriceWithTax\": 3,\n\"SalePriceWithoutTax\" : 2.4\n\"Items\" : [] \n},{\n\"ID\": \"3004\",\n\"Name\": \"Skimmed\",\n\"SKUs\": \"3004\",\n\"Type\": \"Modifier\",\n\"CategoryPOSID\": \"a62be47015dejn6359430d1b9d44b306\",\n\"SalePriceWithTax\": 5,\n\"SalePriceWithoutTax\" : 4\n\"Items\" : [] \n}\n</code></pre>","event":[{"listen":"prerequest","script":{"id":"e01e10e7-10eb-4120-967b-2126ad404e36","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"59e579b3-5211-4c49-82b1-4bd129e144d5","type":"text/javascript","exec":[""]}}],"_postman_id":"50298220-763f-4ae0-a2a8-102fc3234594","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}}},{"name":"Category","item":[{"name":"GetPOSCategories","id":"a15d7dd9-f14c-41e0-ad05-d6c58dc7b5d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"AUTH_TOKEN","value":"{{accessToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"BuyerGuid\": \"{{buyerGuid}}\"\n\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/pos/GetPOSCategories","description":"<h1 id=\"get-all-the-pos-categories\">Get all the POS categories</h1>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n<th>Optional/Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BuyerGuid</td>\n<td>String</td>\n<td>Buyer’s Guid</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>BuyerPosID</td>\n<td>Int</td>\n<td>Unique identifier for this specific POS</td>\n<td>Optional - only in cases where the location has more than one POS of type API Extended</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error</td>\n</tr>\n<tr>\n<td>POSCategories</td>\n<td>Array of POSCategory Object</td>\n<td>See Below</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><p>POSCategory Object</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CategoryPOSID</td>\n<td>String</td>\n<td>The identifier for the category from the POS side</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>String</td>\n<td>The category name</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}},"urlObject":{"path":["v3","buyers","pos","GetPOSCategories"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a15d7dd9-f14c-41e0-ad05-d6c58dc7b5d3"},{"name":"CreatePOSCategories","id":"cc0f3454-529a-4d07-90c4-ac2933da54a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"BuyerGuid\": \"{{buyerGuid}}\",\n    \"POSCategories\" : [{\n    \t\"CategoryPOSID\": \"1\",\n        \"Name\": \"Category1\"\n    \t\n    },{\n    \t\"CategoryPOSID\" : \"2\", \n    \t\"Name\": \"Category2\"\n    }]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/pos/CreatePOSCategories","description":"<h1 id=\"creates-pos-categories\">Creates POS categories</h1>\n<p>Note: Once created, categories cannot be changed or deleted via the API.</p>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n<th>Optional/Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BuyerGuid</td>\n<td>String</td>\n<td>Buyer’s Guid</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>BuyerPosIDs</td>\n<td>Int[]</td>\n<td>An array of unique IDs for the specific POSs linked to the buyer</td>\n<td>Optional - only when the location has more than one POS of type API Extended</td>\n</tr>\n<tr>\n<td>POSCategories</td>\n<td>Array of POSCategory Object</td>\n<td>See Below</td>\n<td>Mandatory</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><p>POSCategory Object</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n<th>Optional/Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CategoryPOSID</td>\n<td>String</td>\n<td>The identifier for the category from the POS side</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>String</td>\n<td>The category name</td>\n<td>Mandatory</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n<h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error</td>\n</tr>\n<tr>\n<td>POSCategories</td>\n<td>Array of POSCategory Object</td>\n<td>See Below</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><p>POSCategory Object</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CategoryPOSID</td>\n<td>String</td>\n<td>The identifier for the category from the POS side</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>String</td>\n<td>The category name</td>\n</tr>\n<tr>\n<td>ValidationResult</td>\n<td>Object</td>\n<td>See Below</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n<li><p>ValidationResult Object</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsValid</td>\n<td>Boolean</td>\n<td>An indication of the validation result for this object</td>\n</tr>\n<tr>\n<td>Errors</td>\n<td>String Array</td>\n<td>List of all errors, if any</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}},"urlObject":{"path":["v3","buyers","pos","CreatePOSCategories"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"cc0f3454-529a-4d07-90c4-ac2933da54a9"},{"name":"UpdatePOSCategory","id":"bbc81192-463c-4605-9388-d61cf61b0599","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"BuyerGuid\": \"{{buyerGuid}}\",\n    \"POSCategory\": {\n        \"CategoryPOSID\": \"CatYaniv3| cat4\",\n        \"Name\": \"YanivCat22\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/pos/UpdatePOSCategory","description":"<h1 id=\"update-an-existing-pos-category\">Update an existing POS Category</h1>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n<th>Optional/Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BuyerGuid</td>\n<td>String</td>\n<td>Buyer’s Guid</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>BuyerPosIDs</td>\n<td>Int[]</td>\n<td>An array of unique IDs for the specific POSs linked to the buyer</td>\n<td>Optional - only when the location has more than one POS of type API Extended</td>\n</tr>\n<tr>\n<td>POSCategory</td>\n<td>POSCategory Object</td>\n<td>See Below</td>\n<td>Mandatory</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><p>POSCategory Object</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n<th>Optional/Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CategoryPOSID</td>\n<td>String</td>\n<td>The identifier for the category from the POS side</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>String</td>\n<td>The category name</td>\n<td>Mandatory</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n<h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error</td>\n</tr>\n<tr>\n<td>POSCategory</td>\n<td>POSCategory Object with validation result</td>\n<td>See Below</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><p>POSCategory Object</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n<th>Optional/Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CategoryPOSID</td>\n<td>String</td>\n<td>The identifier for the category from the POS side</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>String</td>\n<td>The category name</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>ValidationResult</td>\n<td>Object</td>\n<td>See Below</td>\n<td>Only on result</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n<li><p>ValidationResult Object</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsValid</td>\n<td>Boolean</td>\n<td>An indication of the validation result for this object</td>\n</tr>\n<tr>\n<td>Errors</td>\n<td>String Array</td>\n<td>List of all errors, if any</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}},"urlObject":{"path":["v3","buyers","pos","UpdatePOSCategory"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[{"id":"b440c35b-3d7d-4d8c-b990-2965fa2491eb","name":"UpdateCategory Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"BuyerGuid\": \"{{buyerGuid}}\",\n    \"Categories\" : [{\n    \t\"ID\" : \"\",\n    \t\"CategoryPOSID\": \"cat12345\",\n    \t\"Name\": \"NewCat1\"\n    },{\n    \t\"ID\" : \"123456332\",\n    \t\"CategoryPOSID\" : \"cat54321\", \n    \t\"Name\": \"UpdatedCat1\"\n    }]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/pos/UpdateCategory"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"205"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:aa7de11f-c2f8-492b-9087-262956b65d27"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sun, 01 Mar 2020 13:12:07 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"IsSuccess\": true,\n    \"ErrorMessage\": null,\n    \"ErrorCode\": null,\n    \"CategoryIDs\" : [\n    \t\"5ad194ad0ed54cc09d16dacfd7f2cc77\",\n    \t\"123456332\"\n    \t]\n}"}],"_postman_id":"bbc81192-463c-4605-9388-d61cf61b0599"},{"name":"UpdatePOSCategories","id":"256cb39f-649d-4ba6-abb7-6af437e648bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"AUTH_TOKEN","value":"{{accessToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"BuyerGuid\": \"{{buyerGuid}}\",\n    \"POSCategories\": [{\n        \"Name\": \"Desserts - updated\",\n        \"CategoryPOSID\": \"OM6SWO3GBLJSOZ5BNDOAYJJ3\"\n        \n    },{\n        \"Name\": \"Food- updated\",\n        \"CategoryPOSID\": \"SWOJ7E2POWDBNN2MFDLQOGSU\"\n        \n    }]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/pos/UpdatePOSCategories","description":"<h1 id=\"update-an-existing-pos-categories\">Update an existing POS Categories</h1>\n<p> <strong>Note:</strong> If any of the <code>POSCategories</code> are not updated, the API response will return <code>true</code>; however, the corresponding <strong>Category Validation Results</strong> will indicate a failure. In such cases, it is required to review and validate the affected categories accordingly.</p>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n<th>Optional/Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BuyerGuid</td>\n<td>String</td>\n<td>Buyer’s Guid</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>BuyerPosIDs</td>\n<td>Int[]</td>\n<td>An array of unique IDs for the specific POSs linked to the buyer</td>\n<td>Optional - only when the location has more than one POS of type API Extended</td>\n</tr>\n<tr>\n<td>POSCategories</td>\n<td>POSCategories Array</td>\n<td>See Below</td>\n<td>Mandatory</td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Name</td>\n<td>String</td>\n<td>Name of the POS Category</td>\n</tr>\n<tr>\n<td>CategoryPOSID</td>\n<td>String</td>\n<td>Unique identifier of the category in POS</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error</td>\n</tr>\n<tr>\n<td>POSCategories</td>\n<td>POSCategories array with validation result</td>\n<td>See Below</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><p>POSCategories Object</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n<th>Optional/Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CategoryPOSID</td>\n<td>String</td>\n<td>The identifier for the category from the POS side</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>String</td>\n<td>The category name</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>ValidationResult</td>\n<td>Object</td>\n<td>See Below</td>\n<td>Only on result</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n<li><p>ValidationResult Object</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsValid</td>\n<td>Boolean</td>\n<td>An indication of the validation result for this object</td>\n</tr>\n<tr>\n<td>Errors</td>\n<td>String Array</td>\n<td>List of all errors, if any</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}},"urlObject":{"path":["v3","buyers","pos","UpdatePOSCategories"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[{"id":"8d797b29-5152-4f3d-8a0f-f855219bedad","name":"UpdatePOSCategories - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"AUTH_TOKEN","value":"{{accessToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"BuyerGuid\": \"{{buyerGuid}}\",\n    \"POSCategories\": [{\n        \"Name\": \"Desserts - updated\",\n        \"CategoryPOSID\": \"OM6SWO3GBLJSOZ5BNDOAYJJ3\"\n        \n    },{\n        \"Name\": \"Food- updated\",\n        \"CategoryPOSID\": \"SWOJ7E2POWDBNN2MFDLQOGSU\"\n        \n    }]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/pos/UpdatePOSCategories"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 08 Jun 2025 08:45:02 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"374"},{"key":"Connection","value":"keep-alive"},{"key":"Cf-Ray","value":"94c71c56394e37c6-FRA"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cf-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"POSCategories\": [\n        {\n            \"CategoryPOSID\": \"OM6SWO3GBLJSOZ5BNDOAYJJ3\",\n            \"Name\": \"Desserts - updated\",\n            \"ValidationResult\": {\n                \"IsValid\": true,\n                \"Errors\": []\n            }\n        },\n        {\n            \"CategoryPOSID\": \"SWOJ7E2POWDBNN2MFDLQOGSU\",\n            \"Name\": \"Food- updated\",\n            \"ValidationResult\": {\n                \"IsValid\": true,\n                \"Errors\": []\n            }\n        }\n    ],\n    \"APIPosOutput\": [],\n    \"IsSuccess\": true,\n    \"ErrorMessage\": null,\n    \"ErrorCode\": null,\n    \"RequestID\": \"442044ac-aa27-4897-b2b3-497779c0aa7f\"\n}"}],"_postman_id":"256cb39f-649d-4ba6-abb7-6af437e648bc"},{"name":"DeletePOSCategory","id":"224f51ff-30e0-4d1f-9609-9a578ff3551e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"BuyerGuid\": \"{{buyerGuid}}\",\n    \"CategoryPOSID\" : \"CatYaniv2\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/pos/DeletePOSCategory","description":"<h1 id=\"deletes-a-pos-category\">Deletes a POS Category</h1>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n<th>Optional/Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BuyerGuid</td>\n<td>String</td>\n<td>Buyer’s Guid</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>BuyerPosIDs</td>\n<td>Int[]</td>\n<td>An array of unique IDs for the specific POSs linked to the buyer</td>\n<td>Optional - only when the location has more than one POS of type API Extended</td>\n</tr>\n<tr>\n<td>CategoryPOSID</td>\n<td>String</td>\n<td>The identifier for the category from the POS side</td>\n<td>Mandatory</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}},"urlObject":{"path":["v3","buyers","pos","DeletePOSCategory"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[{"id":"d0a1add9-34de-4aa7-a8e0-61a6ab4cc750","name":"DeleteCategory Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"BuyerGuid\": \"{{buyerGuid}}\",\n    \"CategoryPOSID\" : \"CategoryExample\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/pos/DeleteCategory"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"205"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:aa7de11f-c2f8-492b-9087-262956b65d27"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sun, 01 Mar 2020 13:12:07 GMT"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"224f51ff-30e0-4d1f-9609-9a578ff3551e"}],"id":"77125869-7794-479a-b58c-d08c425b6d84","_postman_id":"77125869-7794-479a-b58c-d08c425b6d84","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}}},{"name":"Modifier Groups","item":[{"name":"GetModifierGroups","id":"ec869596-a9e4-42b0-9494-1818b0f85a1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"ItemPOSIDs\": null,\n    \"BuyerGuid\": \"{{buyerGuid}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/pos/GetPosModifierGroups","description":"<h1 id=\"get-all-modifier-groups-with-their-inner-modifiers-and-the-default-price-of-each-modifier\">Get all modifier groups with their inner modifiers and the default price of each modifier</h1>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n<th>Optional/Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BuyerGuid</td>\n<td>String</td>\n<td>It is used to identify a location in a multi-location environment</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>BuyerPosID</td>\n<td>Int</td>\n<td>Unique identifier for this specific POS</td>\n<td>Optional - only in cases where the location has more than one POS of type API Extended</td>\n</tr>\n<tr>\n<td>ItemPOSIDs</td>\n<td>Array</td>\n<td>Optional. Can be used to retrieve items by specific POSIDs; when null, it will get all menu items</td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n<tr>\n<td>ErrorCode</td>\n<td>String</td>\n<td>See list</td>\n</tr>\n<tr>\n<td>ModifierGroups</td>\n<td>Array of MenuItem Object</td>\n<td>See below</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><p>MenuItem Object</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ItemPOSID</td>\n<td>String</td>\n<td>The unique identifier from the POS side</td>\n</tr>\n<tr>\n<td>ItemPOSCode</td>\n<td>String</td>\n<td>The item SKU/Code from the POS side</td>\n</tr>\n<tr>\n<td>POSLocationSyncID</td>\n<td>String</td>\n<td>This is used to sync items from different locations with different ItemPOSID and different ItemPOSCode to the same one menu item on the HQ; when null, we use the ItemPOSCode</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>String</td>\n<td>The item name</td>\n</tr>\n<tr>\n<td>CategoryPOSID</td>\n<td>String</td>\n<td>The category POSID</td>\n</tr>\n<tr>\n<td>SalePriceWithTax</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>SalePriceWithoutTax</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>TypeID</td>\n<td>int</td>\n<td>The type ID, see below</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>String</td>\n<td>Modifier(3)/MenuItem(1)/ModifierGroup(4)/MenuItemGroup(2)</td>\n</tr>\n<tr>\n<td>SubItems</td>\n<td>Array of MenuItem Object</td>\n<td>Sub items of this item</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n<h2 id=\"menu-item-types\">Menu Item Types</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>ID</th>\n<th>Name</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>Menu Item</td>\n</tr>\n<tr>\n<td>2</td>\n<td>Menu Item group (for future use!)</td>\n</tr>\n<tr>\n<td>3</td>\n<td>Modifier</td>\n</tr>\n<tr>\n<td>4</td>\n<td>Modifier Group</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}},"urlObject":{"path":["v3","buyers","pos","GetPosModifierGroups"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[{"id":"8f5598f8-0039-440b-91b9-45a3c7dc396c","name":"GetModifierGroups Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"GetDeleted\": false,\n    \"itemIDs\": null,\n\t\"BuyerGuid\": \"c2a660f1ebc34305b20f1e4e73dcde22\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/pos/GetModifierGroups"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:aa7de11f-c2f8-492b-9087-262956b65d27"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sun, 01 Mar 2020 12:55:24 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"IsSuccess\": true,\n    \"ErrorMessage\": null,\n    \"ErrorCode\": null,\n    \"Items\":[{\n\t\t\"MarketmanID\": \"1001\",\n\t\t\"PosID\": \"1001\",\n\t\t\"Name\": \"Coffee\",\n\t\t\"SKUs\": \"1001\",\n\t\t\"Type\": \"Item\",\n\t\t\"CategoryID\": \"3d8be47b0459430db501563b9d44b306\",\n\t\t\"SalePriceWithTax\": 5,\n\t\t\"SalePriceWithoutTax\" : 4,\n\t\t\"Items\" : [{\n\t\t\t\"PosID\": \"2001\",\n\t\t\t\"Items\" : [{\n\t\t\t\t\"PosID\": \"3001\"\t\t\t\t\n\t\t\t\t},{\n\t\t\t\t\"PosID\": \"3002\"\t\t\t\t\n\t\t\t}] \n\t\t\t},{\n\t\t\t\"PosID\": \"2002\",\n\t\t\t\"Items\" : [{\n\t\t\t\t\"PosID\": \"3003\"\t\t\t\t\n\t\t\t\t},{\n\t\t\t\t\"PosID\": \"3004\"\t\t\t\t\n\t\t\t}] \n\t\t}] \n\t\t},{\n\t\t\t\n\t\t\"MarketmanID\": \"1002\",\n\t\t\"PosID\": \"1002\",\n\t\t\"Name\": \"Tea\",\n\t\t\"SKUs\": \"1002\",\n\t\t\"Type\": \"Item\",\n\t\t\"CategoryID\": \"3d8be47b0459430db501563b9d44b306\",\n\t\t\"SalePriceWithTax\": 10,\n\t\t\"SalePriceWithoutTax\" : 8,\n\t\t\t\"Items\" : [{\n\t\t\t\"PosID\": \"2001\",\n\t\t\t\"Items\" : [{\n\t\t\t\t\"PosID\": \"3001\",\n\t\t\t\t\"SalePriceWithTax\": 2,\n\t\t\t\t\"SalePriceWithoutTax\" : 1.6\t\t\t\t\n\t\t\t\t},{\n\t\t\t\t\"PosID\": \"3002\",\t\t\t\t\n\t\t\t\t\"SalePriceWithTax\": 4,\n\t\t\t\t\"SalePriceWithoutTax\" : 3.2\n\t\t\t}] \n\t\t\t},{\n\t\t\t\"PosID\": \"2002\",\n\t\t\t\"Items\" : [{\n\t\t\t\t\"PosID\": \"3003\"\t\t\t\t\n\t\t\t\t},{\n\t\t\t\t\"PosID\": \"3004\"\t\t\t\t\n\t\t\t}] \n\t\t}] \n\t\t},{\n\t\t\"MarketmanID\": \"2001\",\n\t\t\"PosID\": \"2001\",\n\t\t\"Name\": \"Size\",\n\t\t\"SKUs\": \"2001\",\n\t\t\"Type\": \"Modifier Group\",\n\t\t\"CategoryID\": \"3d8be47a85nfsacb501563b9d44b307\",\n\t\t\"Items\" : [{\n\t\t\t\"PosID\": \"3001\"\t\t\t\t\n\t\t\t},{\n\t\t\t\"PosID\": \"3002\"\t\t\t\t\n\t\t}] \n\t\t},{\n\t\t\"MarketmanID\": \"3001\",\n\t\t\"PosID\": \"3001\",\n\t\t\"Name\": \"Small\",\n\t\t\"SKUs\": \"3001\",\n\t\t\"Type\": \"Modifier\",\n\t\t\"CategoryID\": \"3d8bemfkref4n32sxaa3563b9d44b306\",\n\t\t\"SalePriceWithTax\": 1,\n\t\t\"SalePriceWithoutTax\" : 0.8,\n\t\t\"Items\" : [] \n\t\t},{\n\t\t\"MarketmanID\": \"3002\",\n\t\t\"PosID\": \"3002\",\n\t\t\"Name\": \"Large\",\n\t\t\"SKUs\": \"3002\",\n\t\t\"Type\": \"Modifier\",\n\t\t\"CategoryID\": \"3d8bemfkref4n32sxaa3563b9d44b306\",\n\t\t\"SalePriceWithTax\": 2,\n\t\t\"SalePriceWithoutTax\" : 1.6,\n\t\t\"Items\" : [] \n\t\t},{\n\t\t\"MarketmanID\": \"2002\",\n\t\t\"PosID\": \"2002\",\n\t\t\"Name\": \"Milk\",\n\t\t\"SKUs\": \"2002\",\n\t\t\"Type\": \"Modifier Group\",\n\t\t\"CategoryID\": \"3d8be47a85nfsacb501563b9d44b307\",\n\t\t\"Items\" : [{\n\t\t\t\"PosID\": \"3003\"\t\t\t\t\n\t\t\t},{\n\t\t\t\"PosID\": \"3004\"\t\t\t\t\n\t\t}]  \n\t\t},{\n\t\t\"MarketmanID\": \"3003\",\n\t\t\"PosID\": \"3003\",\n\t\t\"Name\": \"Whole\",\n\t\t\"SKUs\": \"3003\",\n\t\t\"Type\": \"Modifier\",\n\t\t\"CategoryID\": \"a62be47015dejn6359430d1b9d44b306\",\n\t\t\"SalePriceWithTax\": 3,\n\t\t\"SalePriceWithoutTax\" : 2.4,\n\t\t\"Items\" : [] \n\t\t},{\n\t\t\"MarketmanID\": \"3004\",\n\t\t\"PosID\": \"3004\",\n\t\t\"Name\": \"Skimmed\",\n\t\t\"SKUs\": \"3004\",\n\t\t\"Type\": \"Modifier\",\n\t\t\"CategoryID\": \"a62be47015dejn6359430d1b9d44b306\",\n\t\t\"SalePriceWithTax\": 5,\n\t\t\"SalePriceWithoutTax\" : 4,\n\t\t\"Items\" : [] \n\t}]\n}"}],"_postman_id":"ec869596-a9e4-42b0-9494-1818b0f85a1c"},{"name":"SetPosModifierGroups","id":"4679b1b5-bca7-46f0-8cea-78a7c501e33c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\r\n    \"BuyerGuid\": \"{{buyerGuid}}\",\r\n    \"ModifierGroups\": [\r\n        {\r\n            \"ItemPOSID\": \"ModiferGroup-2\",\r\n            \"ItemPOSCode\": \"2\",\r\n            \"POSLocationSyncID\": \"2\",\r\n            \"Name\": \"ModiferGroup-Sides\",\r\n            \"TypeID\": 4, // Modifier Group\r\n            \"SubItems\": [\r\n                {\r\n                    \"ItemPOSID\": \"Modifier-3\",\r\n                    \"ItemPOSCode\": \"3\",\r\n                    \"POSLocationSyncID\": \"3\",\r\n                    \"Name\": \"Modifier-3\",\r\n                    \"CategoryPOSID\": \"1\",\r\n                    \"TypeID\": 3, // Modifier\r\n                    \"SalePriceWithTax\": 5, // this will be the default price of this modifier\r\n                    \"SalePriceWithoutTax\": 2.5// this will be the default price of this modifier\r\n                    // sub items are not allowed here.\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/pos/SetPosModifierGroups","description":"<h1 id=\"creates-modifier-groups\">Creates Modifier groups</h1>\n<p>Creates Modifier groups with their inner modifiers.<br />Only one level of modifiers is allowed here (meaning the modifier cannot have other modifier groups inside them).<br />The prices on the modifiers are set to the default price of those modifiers (unlike when provided within a menu item, where the price is the price of that modifier only when sold under that menu item).<br />The topmost item must be a modifier group, and the inner sub-items must be modifiers.</p>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n<th>Optional/Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BuyerGuid</td>\n<td>String</td>\n<td>In case different from HQ, only allocate menu item to this specific buyer</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>BuyerPosIDs</td>\n<td>Int[]</td>\n<td>An array of unique IDs for the specific POSs linked to the buyer</td>\n<td>Optional - Works only for buyers with a single POS of the type API Extended</td>\n</tr>\n<tr>\n<td>ModifierGroups</td>\n<td>Array of MenuItem Object</td>\n<td>See below</td>\n<td>Mandatory</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><p>MenuItem Object</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n<th>Optional/Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ItemPOSID</td>\n<td>String</td>\n<td>The unique identifier from the POS side</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>ItemPOSCode</td>\n<td>String</td>\n<td>The item SKU/Code from the POS side</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>POSLocationSyncID</td>\n<td>String</td>\n<td>This is used to sync items from different locations with different ItemPOSID and different ItemPOSCode to the same one menu item on the HQ; when null, we use the ItemPOSCode</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>String</td>\n<td>The item name</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>CategoryPOSID</td>\n<td>String</td>\n<td>The category POSID</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>SalePriceWithTax</td>\n<td>Decimal</td>\n<td>Mandatory for menu items</td>\n<td></td>\n</tr>\n<tr>\n<td>SalePriceWithoutTax</td>\n<td>Decimal</td>\n<td>Mandatory for menu items</td>\n<td></td>\n</tr>\n<tr>\n<td>TypeID</td>\n<td>int</td>\n<td>The type ID, see below</td>\n<td></td>\n</tr>\n<tr>\n<td>Type</td>\n<td>String</td>\n<td>Modifier(3)/MenuItem(1)/ModifierGroup(4)/MenuItemGroup(2)</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>SubItems</td>\n<td>Array of MenuItem Object</td>\n<td>Sub-items of this item</td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n<h2 id=\"menu-item-types\">Menu Item Types</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>ID</th>\n<th>Name</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>Menu Item</td>\n</tr>\n<tr>\n<td>2</td>\n<td>Menu Item group</td>\n</tr>\n<tr>\n<td>3</td>\n<td>Modifier</td>\n</tr>\n<tr>\n<td>4</td>\n<td>Modifier Group</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n<tr>\n<td>ErrorCode</td>\n<td>String</td>\n<td>See list</td>\n</tr>\n<tr>\n<td>ModifierGroupsResult</td>\n<td>Array of MenuItem Object (including validation results)</td>\n<td>See below</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}},"urlObject":{"path":["v3","buyers","pos","SetPosModifierGroups"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[{"id":"7c572292-8895-4ae4-870e-1996d58658b3","name":"SetPosModifierGroups Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\r\n\"BuyerGuid\": \"c2a660f1ebc34305b20f1e4e73dcde22\",\r\n\t\"MenuItems\":[{\r\n\t\t\"MarketmanID\": \"\",\r\n\t\t\"PosID\": \"1001\",\r\n\t\t\"Name\": \"Coffee\",\r\n\t\t\"SKUs\": \"1001\",\r\n\t\t\"Type\": \"Item\",\r\n\t\t\"CategoryPOSID\": \"Drinks\",\r\n\t\t\"SalePriceWithTax\": 5,\r\n\t\t\"SalePriceWithoutTax\" : 4,\r\n\t\t\"Items\" : [{\r\n\t\t\t\"PosID\": \"2001\",\r\n\t\t\t\"Items\" : [{\r\n\t\t\t\t\"PosID\": \"3001\"\t\t\t\t\r\n\t\t\t\t},{\r\n\t\t\t\t\"PosID\": \"3002\"\t\t\t\t\r\n\t\t\t}] \r\n\t\t\t},{\r\n\t\t\t\"PosID\": \"2002\",\r\n\t\t\t\"Items\" : [{\r\n\t\t\t\t\"PosID\": \"3003\"\t\t\t\t\r\n\t\t\t\t},{\r\n\t\t\t\t\"PosID\": \"3004\"\t\t\t\t\r\n\t\t\t}] \r\n\t\t}] \r\n\t\t},{\r\n\t\t\"MarketmanID\": \"\",\r\n\t\t\"PosID\": \"1002\",\r\n\t\t\"Name\": \"Tea\",\r\n\t\t\"SKUs\": \"1002\",\r\n\t\t\"Type\": \"Item\",\r\n\t\t\"CategoryPOSID\": \"Drinks\",\r\n\t\t\"SalePriceWithTax\": 10,\r\n\t\t\"SalePriceWithoutTax\" : 8,\r\n\t\t\t\"Items\" : [{\r\n\t\t\t\"PosID\": \"2001\",\r\n\t\t\t\"Items\" : [{\r\n\t\t\t\t\"PosID\": \"3001\",\r\n\t\t\t\t\"SalePriceWithTax\": 2,\r\n\t\t\t\t\"SalePriceWithoutTax\" : 1.6\t\t\t\t\r\n\t\t\t\t},{\r\n\t\t\t\t\"PosID\": \"3002\",\t\t\t\t\r\n\t\t\t\t\"SalePriceWithTax\": 4,\r\n\t\t\t\t\"SalePriceWithoutTax\" : 3.2\r\n\t\t\t}] \r\n\t\t\t},{\r\n\t\t\t\"PosID\": \"2002\",\r\n\t\t\t\"Items\" : [{\r\n\t\t\t\t\"PosID\": \"3003\"\t\t\t\t\r\n\t\t\t\t},{\r\n\t\t\t\t\"PosID\": \"3004\"\t\t\t\t\r\n\t\t\t}] \r\n\t\t}] \r\n\t\t},{\r\n\t\t\"MarketmanID\": \"\",\r\n\t\t\"PosID\": \"2001\",\r\n\t\t\"Name\": \"Size\",\r\n\t\t\"SKUs\": \"2001\",\r\n\t\t\"Type\": \"Modifier Group\",\r\n\t\t\"CategoryPOSID\": \"Groups\",\r\n\t\t\"Items\" : [{\r\n\t\t\t\"PosID\": \"3001\"\t\t\t\t\r\n\t\t\t},{\r\n\t\t\t\"PosID\": \"3002\"\t\t\t\t\r\n\t\t}] \r\n\t\t},{\r\n\t\t\"MarketmanID\": \"\",\r\n\t\t\"PosID\": \"3001\",\r\n\t\t\"Name\": \"Small\",\r\n\t\t\"SKUs\": \"3001\",\r\n\t\t\"Type\": \"Modifier\",\r\n\t\t\"CategoryPOSID\": \"Drink Size\",\r\n\t\t\"SalePriceWithTax\": 1,\r\n\t\t\"SalePriceWithoutTax\" : 0.8,\r\n\t\t\"Items\" : [] \r\n\t\t},{\r\n\t\t\"MarketmanID\": \"\",\r\n\t\t\"PosID\": \"3002\",\r\n\t\t\"Name\": \"Large\",\r\n\t\t\"SKUs\": \"3002\",\r\n\t\t\"Type\": \"Modifier\",\r\n\t\t\"CategoryPOSID\": \"Drink Size\",\r\n\t\t\"SalePriceWithTax\": 2,\r\n\t\t\"SalePriceWithoutTax\" : 1.6,\r\n\t\t\"Items\" : [] \r\n\t\t},{\r\n\t\t\"MarketmanID\": \"\",\r\n\t\t\"PosID\": \"2002\",\r\n\t\t\"Name\": \"Milk\",\r\n\t\t\"SKUs\": \"2002\",\r\n\t\t\"Type\": \"Modifier Group\",\r\n\t\t\"CategoryPOSID\": \"Groups\",\r\n\t\t\"Items\" : [{\r\n\t\t\t\"PosID\": \"3003\"\t\t\t\t\r\n\t\t\t},{\r\n\t\t\t\"PosID\": \"3004\"\t\t\t\t\r\n\t\t}]  \r\n\t\t},{\r\n\t\t\"MarketmanID\": \"\",\r\n\t\t\"PosID\": \"3003\",\r\n\t\t\"Name\": \"Whole\",\r\n\t\t\"SKUs\": \"3003\",\r\n\t\t\"Type\": \"Modifier\",\r\n\t\t\"CategoryPOSID\": \"Milk Types\",\r\n\t\t\"SalePriceWithTax\": 3,\r\n\t\t\"SalePriceWithoutTax\" : 2.4,\r\n\t\t\"Items\" : [] \r\n\t\t},{\r\n\t\t\"MarketmanID\": \"\",\r\n\t\t\"PosID\": \"3004\",\r\n\t\t\"Name\": \"Skimmed\",\r\n\t\t\"SKUs\": \"3004\",\r\n\t\t\"Type\": \"Modifier\",\r\n\t\t\"CategoryPOSID\": \"Milk Types\",\r\n\t\t\"SalePriceWithTax\": 5,\r\n\t\t\"SalePriceWithoutTax\" : 4,\r\n\t\t\"Items\" : [] \r\n\t}]\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/pos/SetPosModifierGroups"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"IsSuccess\": true,\n    \"ErrorMessage\": null,\n    \"ErrorCode\": null,\n    \"MarketmanIDs\": [\n        \"CoffeeID1\",\n        \"TeaID1\",\n        \"SizeID1\",\n        \"SmallID1\",\n        \"LargeID1\",\n        \"MIlkID1\",\n        \"WholeID1\",\n        \"SkimmedID1\"\n    ]\n}"}],"_postman_id":"4679b1b5-bca7-46f0-8cea-78a7c501e33c"},{"name":"SetPosModifierGroupsAsync","id":"bb30f8ed-1f24-41e5-8d9c-1bfe2a7d105a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\r\n    \"BuyerGuid\": \"{{buyerGuid}}\",\r\n    \"ModifierGroups\": [\r\n        {\r\n            \"ItemPOSID\": \"ModiferGroup-2\",\r\n            \"ItemPOSCode\": \"2\",\r\n            \"POSLocationSyncID\": \"2\",\r\n            \"Name\": \"ModiferGroup-Sides\",\r\n            \"TypeID\": 4, // Modifier Group\r\n            \"SubItems\": [\r\n                {\r\n                    \"ItemPOSID\": \"Modifier-3\",\r\n                    \"ItemPOSCode\": \"3\",\r\n                    \"POSLocationSyncID\": \"3\",\r\n                    \"Name\": \"Modifier-3\",\r\n                    \"CategoryPOSID\": \"1\",\r\n                    \"TypeID\": 3, // Modifier\r\n                    \"SalePriceWithTax\": 5, // this will be the default price of this modifier\r\n                    \"SalePriceWithoutTax\": 2.5// this will be the default price of this modifier\r\n                    // sub items are not allowed here.\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/pos/SetPosModifierGroupsAsync","description":"<h1 id=\"creates-modifier-groups\">Creates Modifier groups</h1>\n<p>Creates Modifier groups with their inner modifiers.<br />Only one level of modifiers is allowed here (meaning the modifier cannot have other modifier groups inside them).<br />The prices on the modifiers are set to the default price of those modifiers (unlike when provided within a menu item, where the price is the price of that modifier only when sold under that menu item).<br />The topmost item must be a modifier group, and the inner sub-items must be modifiers.</p>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n<th>Optional/Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BuyerGuid</td>\n<td>String</td>\n<td>In case different from HQ, only allocate menu item to this specific buyer</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>BuyerPosIDs</td>\n<td>Int[]</td>\n<td>An array of unique IDs for the specific POSs linked to the buyer</td>\n<td>Optional - only in cases where the location has more than one POS of type API Extended</td>\n</tr>\n<tr>\n<td>ModifierGroups</td>\n<td>Array of MenuItem Object</td>\n<td>See below</td>\n<td>Mandatory</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><p>MenuItem Object</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n<th>Optional/Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ItemPOSID</td>\n<td>String</td>\n<td>The unique identifier from the POS side</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>ItemPOSCode</td>\n<td>String</td>\n<td>The item SKU/Code from the POS side</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>POSLocationSyncID</td>\n<td>String</td>\n<td>This is used to sync items from different locations with different ItemPOSID and different ItemPOSCode to the same one menu item on the HQ; when null, we use the ItemPOSCode</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>String</td>\n<td>The item name</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>CategoryPOSID</td>\n<td>String</td>\n<td>The category POSID</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>SalePriceWithTax</td>\n<td>Decimal</td>\n<td>Mandatory for menu items</td>\n<td></td>\n</tr>\n<tr>\n<td>SalePriceWithoutTax</td>\n<td>Decimal</td>\n<td>Mandatory for menu items</td>\n<td></td>\n</tr>\n<tr>\n<td>TypeID</td>\n<td>int</td>\n<td>The type ID, see below</td>\n<td></td>\n</tr>\n<tr>\n<td>Type</td>\n<td>String</td>\n<td>Modifier(3)/MenuItem(1)/ModifierGroup(4)/MenuItemGroup(2)</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>SubItems</td>\n<td>Array of MenuItem Object</td>\n<td>Sub-items of this item</td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n<h2 id=\"menu-item-types\">Menu Item Types</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>ID</th>\n<th>Name</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>Menu Item</td>\n</tr>\n<tr>\n<td>2</td>\n<td>Menu Item group</td>\n</tr>\n<tr>\n<td>3</td>\n<td>Modifier</td>\n</tr>\n<tr>\n<td>4</td>\n<td>Modifier Group</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n<tr>\n<td>ErrorCode</td>\n<td>String</td>\n<td>See list</td>\n</tr>\n<tr>\n<td>ModifierGroupsResult</td>\n<td>Array of MenuItem Object (including validation results)</td>\n<td>See below</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}},"urlObject":{"path":["v3","buyers","pos","SetPosModifierGroupsAsync"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[{"id":"7785e07a-0d60-4a0f-b673-0b4be6624a89","name":"SetPosModifierGroupsAsync Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\r\n    \"BuyerGuid\": \"{{buyerGuid}}\",\r\n    \"ModifierGroups\": [\r\n        {\r\n            \"ItemPOSID\": \"ModiferGroup-2\",\r\n            \"ItemPOSCode\": \"2\",\r\n            \"POSLocationSyncID\": null,\r\n            \"Name\": \"ModiferGroup-Sides\",\r\n            \"TypeID\": 4, // Modifier Group\r\n            \"SubItems\": [\r\n                {\r\n                    \"ItemPOSID\": \"Modifier-3\",\r\n                    \"ItemPOSCode\": \"3\",\r\n                    \"POSLocationSyncID\": null,\r\n                    \"Name\": \"Modifier-3\",\r\n                    \"CategoryPOSID\": \"1\",\r\n                    \"TypeID\": 3, // Modifier\r\n                    \"SalePriceWithTax\": 5, // this will be the default price of this modifier\r\n                    \"SalePriceWithoutTax\": 2.5// this will be the default price of this modifier\r\n                    // sub items are not allowed here.\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/pos/SetPosModifierGroupsAsync"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 Oct 2021 11:48:06 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6a4bb17e3da076f6-LHR"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"QueryToken\": \"21fe8b6a-4732-4138-aafb-93c5b125bc1c\",\n    \"ModifierGroupsResultResult\": null,\n    \"IsSuccess\": true,\n    \"ErrorMessage\": null,\n    \"ErrorCode\": null,\n    \"RequestID\": \"2b805a2b-19a1-4248-bd51-1b3e7b08b97c\"\n}"}],"_postman_id":"bb30f8ed-1f24-41e5-8d9c-1bfe2a7d105a"},{"name":"DeletePosModiferGroups","id":"94802511-3ecc-46b7-a73c-16086ead1dc6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"ItemPOSID\": \"13481627\",\n    \"BuyerGuid\": \"{{buyerGuid}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/pos/DeletePosModiferGroups","description":"<h1 id=\"delete-a-modifier-group\">Delete a Modifier Group</h1>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n<th>Optional/Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BuyerGuid</td>\n<td>String</td>\n<td>It is used to identify a location in a multi-location environment</td>\n<td>Mandatory</td>\n</tr>\n<tr>\n<td>BuyerPosIDs</td>\n<td>Int[]</td>\n<td>An array of unique IDs for the specific POSs linked to the buyer</td>\n<td>Optional - only in cases where the location has more than one POS of type API Extended</td>\n</tr>\n<tr>\n<td>ItemPOSID</td>\n<td>String</td>\n<td>POS ID</td>\n<td>Mandatory</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n<tr>\n<td>ErrorCode</td>\n<td>String</td>\n<td>See list</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}},"urlObject":{"path":["v3","buyers","pos","DeletePosModiferGroups"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[{"id":"d5cb502f-6108-41d4-b1df-92137972dbef","name":"DeletePosModiferGroups Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"ID\": \"2c76aac677b948a4a577ef17ef1e3e09\",\n    \"BuyerGuid\": \"c2a660f1ebc34305b20f1e4e73dcde22\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/pos/DeletePosModiferGroups"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"160"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:aa7de11f-c2f8-492b-9087-262956b65d27"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sun, 01 Mar 2020 13:28:31 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"IsSuccess\": true,\n    \"ErrorMessage\": null,\n    \"ErrorCode\": null\n}"}],"_postman_id":"94802511-3ecc-46b7-a73c-16086ead1dc6"}],"id":"796f6bd9-d33e-4809-af1a-524e36b30ab2","_postman_id":"796f6bd9-d33e-4809-af1a-524e36b30ab2","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}}}],"id":"55520673-df8c-4b12-a1ac-42f47c84827b","description":"<p>Buyer Point Of Sale managmenet</p>\n<p>Flow:</p>\n<h1 id=\"categories\">Categories</h1>\n<p>Create the POS categories using the CreatePOSCategories method.\nplease note, a category cannot be changed nor deleted via the API after it was created.</p>\n<h1 id=\"menu-items\">Menu Items</h1>\n<p>Create the menu using the SetMenuItems method (this create or update the menu items)\nany item (menu item or modifier) sold must first be created in the menu.\neach item can have a category which was created in advanced.</p>\n<h1 id=\"saleperiodcontainer\">SalePeriodContainer</h1>\n<p>first you need to create the sales container which holds all the sales within it (like z Z report from the POS)\neach container holds a list of checks within it.</p>\n<h1 id=\"checks\">Checks</h1>\n<p>after the container was created , you should create/update checks within it.\neach check holds a list of the items that were sold.</p>\n","event":[{"listen":"prerequest","script":{"id":"750cf1bf-a144-4f8c-9181-9eb123425ead","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d242ecfd-2f76-4197-af1c-41c51335f5f0","type":"text/javascript","exec":[""]}}],"_postman_id":"55520673-df8c-4b12-a1ac-42f47c84827b","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}}},{"name":"SuggestiveOrdering","item":[{"name":"GetSuggestiveOrdering","id":"3b98e89d-03ff-44ef-aa2e-29d7c73c95ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\r\n    \"BuyerGuid\": \"{{buyerGuid}}\"\r\n}"},"url":"https://api.marketman.com/v3/buyers/suggestiveOrdering/GetLatestSuggestiveOrderingResults","description":"<p>Get some base data used to calculate the par values of the latest Suggestive ordering result of the given buyer.</p>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BuyerGuid</td>\n<td>String</td>\n<td>Buyer’s Guid (more info)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n<tr>\n<td>RunId</td>\n<td>Integer</td>\n<td>Latest Run ID</td>\n</tr>\n<tr>\n<td>RunDate</td>\n<td>Date</td>\n<td></td>\n</tr>\n<tr>\n<td>BuyerID</td>\n<td>Integer</td>\n<td>See The called buyer ID</td>\n</tr>\n<tr>\n<td>BuyerName</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>Items</td>\n<td>Array</td>\n<td>see below</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"items-array\">Items Array</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ItemID</td>\n<td>Integer</td>\n<td>Item id</td>\n</tr>\n<tr>\n<td>ParentItemID</td>\n<td>Integer</td>\n<td>The id of the item in HQ that enables grouping results from all locations.</td>\n</tr>\n<tr>\n<td>ItemName</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>Consumption</td>\n<td>Array</td>\n<td>see below</td>\n</tr>\n<tr>\n<td>Pars</td>\n<td>Array</td>\n<td>see below</td>\n</tr>\n<tr>\n<td>Sales</td>\n<td>Array</td>\n<td>see below</td>\n</tr>\n<tr>\n<td>Counts</td>\n<td>Array</td>\n<td>see below</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"consumption-array\">Consumption Array</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Type</td>\n<td>String</td>\n<td>Display item calculation model name: 1. Sales And Counts 2. Sales Only 3. Counts Only</td>\n</tr>\n<tr>\n<td>TypeID</td>\n<td>Integer</td>\n<td>ID of the model type</td>\n</tr>\n<tr>\n<td>DateUTC</td>\n<td>Date</td>\n<td>Consumption date</td>\n</tr>\n<tr>\n<td>ConsumptionValue</td>\n<td>Decimal</td>\n<td>Show relevant consumption value according to the model and date.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"par-array\">Par Array</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>DateUTC</td>\n<td>Date</td>\n<td>PAR date</td>\n</tr>\n<tr>\n<td>ParValue</td>\n<td>Decimal</td>\n<td>Show relevant PAR value</td>\n</tr>\n<tr>\n<td>UOMName</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>UOMID</td>\n<td>Integer</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"sales-array\">Sales Array</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>PeriodNumber</td>\n<td>Integer</td>\n<td>Show which period it is - P1, P2, P3, P4, P5</td>\n</tr>\n<tr>\n<td>DateStartUTC</td>\n<td>Date</td>\n<td>Show the date when period start</td>\n</tr>\n<tr>\n<td>DateEndUTC</td>\n<td>Date</td>\n<td>Show the date when period ends  <br />exclude that date</td>\n</tr>\n<tr>\n<td>SalesValue</td>\n<td>Decimal</td>\n<td>Show relevant sales total value for period</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"counts-array\">Counts Array</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>PeriodNumber</td>\n<td>Integer</td>\n<td>Show which period it is - P1, P2, P3, P4, P5</td>\n</tr>\n<tr>\n<td>DateStartUTC</td>\n<td>Date</td>\n<td>Show the date of the closing count, if there is no valid count for this period, show NoValidCount value in response</td>\n</tr>\n<tr>\n<td>DateEndUTC</td>\n<td>Date</td>\n<td>Show the date of the closing count, if there is no valid count for this period, show NoValidCount value in response</td>\n</tr>\n<tr>\n<td>ConsumptionValue</td>\n<td>Decimal</td>\n<td>Show relevant consumption total value for period</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"request-headers\">Request Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>AUTH_TOKEN</strong></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>Content-Type</strong></td>\n<td>application/json</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}},"urlObject":{"path":["v3","buyers","suggestiveOrdering","GetLatestSuggestiveOrderingResults"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"3b98e89d-03ff-44ef-aa2e-29d7c73c95ae"},{"name":"SetForecasting","id":"0828e5ed-4f41-4a9a-b9a4-8384bce40a03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\r\n    \"BuyerGuid\": \"{{buyerGuid}}\",\r\n    \"PredictionPeriodTypeID\":0,\r\n    \"Predictions\":[\r\n            {\r\n            \"PredictionStartDateUTC\":\"2023-12-05T14:25:00Z\",\r\n            \"PredictedRevenue\":20\r\n            },\r\n            {\r\n            \"PredictionStartDateUTC\":\"2023-12-06T14:25:00Z\",\r\n            \"PredictedRevenue\":30\r\n            }\r\n        ]\r\n}"},"url":"https://api.marketman.com/v3/buyers/suggestiveOrdering/SetForecasting","description":"<p>Get some base data used to calculate the par values of the latest Suggestive ordering result of the given buyer.</p>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BuyerGuid</td>\n<td>String</td>\n<td>Buyer’s Guid (more info)</td>\n</tr>\n<tr>\n<td>PredictionPeriodTypeID</td>\n<td>0 - daily  <br />1 - weekly</td>\n<td>Daily - set each day with relevent predication value  <br />Weekly - set start date and total predication value for week predication</td>\n</tr>\n<tr>\n<td>Predictions</td>\n<td>Array</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}},"urlObject":{"path":["v3","buyers","suggestiveOrdering","SetForecasting"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"0828e5ed-4f41-4a9a-b9a4-8384bce40a03"}],"id":"17df7998-eb69-44a7-a011-f93b7501f424","description":"<p>Buyer Point Of Sale managmenet</p>\n<p>Flow:</p>\n<h1 id=\"categories\">Categories</h1>\n<p>Create the POS categories using the CreatePOSCategories method.\nplease note, a category cannot be changed nor deleted via the API after it was created.</p>\n<h1 id=\"menu-items\">Menu Items</h1>\n<p>Create the menu using the SetMenuItems method (this create or update the menu items)\nany item (menu item or modifier) sold must first be created in the menu.\neach item can have a category which was created in advanced.</p>\n<h1 id=\"saleperiodcontainer\">SalePeriodContainer</h1>\n<p>first you need to create the sales container which holds all the sales within it (like z Z report from the POS)\neach container holds a list of checks within it.</p>\n<h1 id=\"checks\">Checks</h1>\n<p>after the container was created , you should create/update checks within it.\neach check holds a list of the items that were sold.</p>\n","event":[{"listen":"prerequest","script":{"id":"750cf1bf-a144-4f8c-9181-9eb123425ead","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d242ecfd-2f76-4197-af1c-41c51335f5f0","type":"text/javascript","exec":[""]}}],"_postman_id":"17df7998-eb69-44a7-a011-f93b7501f424","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","name":"Buyers","type":"folder"}}}],"id":"62b5e2e7-ade7-4033-a623-c6869e825e2d","description":"<p>The buyers section is used to manage buyer data.</p>\n<h2 id=\"error-codes\">Error Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>ID</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>Blocked</td>\n</tr>\n<tr>\n<td>2</td>\n<td>Please provide input</td>\n</tr>\n<tr>\n<td>3</td>\n<td>Missing API key</td>\n</tr>\n<tr>\n<td>4</td>\n<td>Missing API password</td>\n</tr>\n<tr>\n<td>5</td>\n<td>Wrong credentials</td>\n</tr>\n<tr>\n<td>6</td>\n<td>Invalid DateTimeFromUTC</td>\n</tr>\n<tr>\n<td>7</td>\n<td>Invalid DateTimeToUTC</td>\n</tr>\n<tr>\n<td>8</td>\n<td>There's no buyer with that GUID</td>\n</tr>\n<tr>\n<td>11</td>\n<td>Please provide ContainerID</td>\n</tr>\n<tr>\n<td>12</td>\n<td>Only chain manager can provide BuyerGuid</td>\n</tr>\n<tr>\n<td>13</td>\n<td>The BuyerGuid muse be related to a restaurant in chain</td>\n</tr>\n<tr>\n<td>14</td>\n<td>No buyer is connected</td>\n</tr>\n<tr>\n<td>15</td>\n<td>Missing DateTimeFromUTC</td>\n</tr>\n<tr>\n<td>16</td>\n<td>Missing DateTimeToUTC</td>\n</tr>\n<tr>\n<td>18</td>\n<td>Missing TotalPriceWithVAT</td>\n</tr>\n<tr>\n<td>19</td>\n<td>Missing TotalPriceWithoutVAT</td>\n</tr>\n<tr>\n<td>20</td>\n<td>TotalPriceWithVAT is obsolete when IsCalculateTotalsAutomatically is on</td>\n</tr>\n<tr>\n<td>21</td>\n<td>TotalPriceWithoutVAT is obsolete when IsCalculateTotalsAutomatically is on</td>\n</tr>\n<tr>\n<td>22</td>\n<td>ContainerID already exists</td>\n</tr>\n<tr>\n<td>23</td>\n<td>ContainerID does not exist</td>\n</tr>\n<tr>\n<td>24</td>\n<td>Missing CheckID</td>\n</tr>\n<tr>\n<td>25</td>\n<td>CheckID already exists</td>\n</tr>\n<tr>\n<td>26</td>\n<td>Missing DateTimeOpenUTC</td>\n</tr>\n<tr>\n<td>27</td>\n<td>Invalid DateTimeOpenUTC</td>\n</tr>\n<tr>\n<td>28</td>\n<td>Missing DateTimeCloseUTC</td>\n</tr>\n<tr>\n<td>29</td>\n<td>Invalid DateTimeCloseUTC</td>\n</tr>\n<tr>\n<td>30</td>\n<td>Missing Items</td>\n</tr>\n<tr>\n<td>31</td>\n<td>At least one item is mandatory</td>\n</tr>\n<tr>\n<td>32</td>\n<td>In Items, at least one Item's ItemID is missing</td>\n</tr>\n<tr>\n<td>33</td>\n<td>In Items, at least one Item's Name is missing</td>\n</tr>\n<tr>\n<td>34</td>\n<td>In Items, at least one Item's SKU is missing</td>\n</tr>\n<tr>\n<td>35</td>\n<td>In Items, at least one Item's Category is missing</td>\n</tr>\n<tr>\n<td>39</td>\n<td>In Items, at least one Item's quantity is missing</td>\n</tr>\n<tr>\n<td>40</td>\n<td>In Items, at least one Item's PriceTotalWithoutVAT is missing</td>\n</tr>\n<tr>\n<td>41</td>\n<td>In Items, at least one Item's PriceTotalWithVAT is missing</td>\n</tr>\n<tr>\n<td>43</td>\n<td>Max recursion level is 11 (Items (1) -&gt; Modifiers(2) -&gt; Modifiers(3) -&gt; ... -Modifiers(11) )</td>\n</tr>\n<tr>\n<td>44</td>\n<td>In Items, can't have two menu items/modifiers with the same ID</td>\n</tr>\n<tr>\n<td>45</td>\n<td>CheckID does not exist</td>\n</tr>\n<tr>\n<td>46</td>\n<td>In Items, at least one of the items does not exist</td>\n</tr>\n<tr>\n<td>47</td>\n<td>Missing Checks</td>\n</tr>\n<tr>\n<td>48</td>\n<td>At least one check is mandatory</td>\n</tr>\n<tr>\n<td>49</td>\n<td>Missing name</td>\n</tr>\n<tr>\n<td>51</td>\n<td>CategoryID does not exist</td>\n</tr>\n<tr>\n<td>52</td>\n<td>Missing SKUs</td>\n</tr>\n<tr>\n<td>53</td>\n<td>Missing Type</td>\n</tr>\n<tr>\n<td>54</td>\n<td>Type must be \"Modifier\" or \"MenuItem\"</td>\n</tr>\n<tr>\n<td>55</td>\n<td>Missing MenuItems</td>\n</tr>\n<tr>\n<td>56</td>\n<td>Empty MenuItems</td>\n</tr>\n<tr>\n<td>57</td>\n<td>In Checks, at least one check is null</td>\n</tr>\n<tr>\n<td>58</td>\n<td>In MenuItems, at least one MenuItem is null</td>\n</tr>\n<tr>\n<td>59</td>\n<td>In Items, at least one Item is null</td>\n</tr>\n<tr>\n<td>60</td>\n<td>Missing ID</td>\n</tr>\n<tr>\n<td>61</td>\n<td>ID does not exist</td>\n</tr>\n<tr>\n<td>62</td>\n<td>In Items, at least one item's SKU does not exist</td>\n</tr>\n<tr>\n<td>63</td>\n<td>You don't have API credentials for POS</td>\n</tr>\n<tr>\n<td>64</td>\n<td>You cannot modify a buyer who is not in your chain</td>\n</tr>\n<tr>\n<td>65</td>\n<td>In positive numbers, price with VAT should be bigger than price without VAT</td>\n</tr>\n<tr>\n<td>66</td>\n<td>In negative numbers, price with VAT should be smaller than price without VAT</td>\n</tr>\n<tr>\n<td>67</td>\n<td>In your country, the maximum tax rate is {percent}%</td>\n</tr>\n<tr>\n<td>68</td>\n<td>EmptyProducts</td>\n</tr>\n<tr>\n<td>69</td>\n<td>MissingProducts</td>\n</tr>\n<tr>\n<td>70</td>\n<td>Locked</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"2fb161f1-db6e-4c96-a49c-4e46507c4e4c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5a1da7e6-c9bf-4fa5-a5fd-b30dd47235a4","type":"text/javascript","exec":[""]}}],"_postman_id":"62b5e2e7-ade7-4033-a623-c6869e825e2d"},{"name":"Vendor","item":[{"name":"Accounts","item":[{"name":"GetAuthorisedAccounts","id":"2c5d7030-2046-4269-bec4-445f04fa3480","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","value":"{{accessToken}}","type":"text"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/vendors/partneraccounts/GetAuthorisedAccounts","description":"<p>Get a list of all the accounts you have access to.</p>\n<h2 id=\"input\">Input</h2>\n<p>None</p>\n<h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n<tr>\n<td>Buyers</td>\n<td>Array</td>\n<td></td>\n</tr>\n<tr>\n<td>Vendors</td>\n<td>Array</td>\n<td></td>\n</tr>\n<tr>\n<td>Chains</td>\n<td>Array</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><p>Buyers Array</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BuyerName</td>\n<td>String</td>\n<td>Buyer name</td>\n</tr>\n<tr>\n<td>Guid</td>\n<td>String</td>\n<td>Buyer’s Guid</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n<li><p>Vendors Array</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>VendorName</td>\n<td>String</td>\n<td>Vendor name</td>\n</tr>\n<tr>\n<td>Guid</td>\n<td>String</td>\n<td>Vendor’s Guid</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n<li><p>Chains Array</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ChainName</td>\n<td>String</td>\n<td>Chain name</td>\n</tr>\n<tr>\n<td>Guid</td>\n<td>String</td>\n<td>Chain’s Guid</td>\n</tr>\n<tr>\n<td>Buyers</td>\n<td>Array</td>\n<td>See Buyers array above</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n","urlObject":{"path":["v3","vendors","partneraccounts","GetAuthorisedAccounts"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[{"id":"59d710ef-d3b1-4e7c-9b52-ffc83ed802a9","name":"GetAuthorisedAccounts No Auth Token","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","value":"{{accessToken}}","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/vendors/partneraccounts/GetAuthorisedAccounts"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"76"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:aa7de11f-c2f8-492b-9087-262956b65d27"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 27 Feb 2020 14:32:29 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"IsSuccess\": false,\n    \"ErrorMessage\": \"Cannot find AUTH_TOKEN\",\n    \"ErrorCode\": null\n}"},{"id":"6cc49016-570c-4f35-b9d7-2d93edd5a7a5","name":"GetAuthorisedAccounts Wrong content type","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json","disabled":true},{"key":"AUTH_TOKEN","value":"{{accessToken}}","type":"text"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/vendors/partneraccounts/GetAuthorisedAccounts"},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"164"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:aa7de11f-c2f8-492b-9087-262956b65d27"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 27 Feb 2020 14:33:34 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"The request contains an entity body but no Content-Type header. The inferred media type 'application/octet-stream' is not supported for this resource.\"\n}"},{"id":"6cd964e0-a0cd-4f9a-a2a8-9278fdbc84ec","name":"GetAuthorisedAccounts Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","value":"{{accessToken}}","type":"text","disabled":true}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/vendors/partneraccounts/GetAuthorisedAccounts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"452"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:aa7de11f-c2f8-492b-9087-262956b65d27"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 27 Feb 2020 14:30:46 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"IsSuccess\": true,\n    \"ErrorMessage\": null,\n    \"ErrorCode\": null,\n    \"Buyers\": [\n        {\n            \"BuyerName\": \"TestBuyer\",\n            \"Guid\": \"c2a660f1ebc3435b20f1e4e73dcde22\"\n        }\n\t],\n    \"Vendors\": [\n        {\n            \"VendorName\": \"TestVendor\",\n            \"Guid\": \"07bad91b8914606b0bcc72be219e59a\"\n        }\n    ],\n    \"Chains\": []\n}"}],"_postman_id":"2c5d7030-2046-4269-bec4-445f04fa3480"},{"name":"ConnectBuyerVendor","id":"3d8a226b-3d67-4a15-9ada-d57e08843470","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"VendorGuid\" : \"{{vendorGuid}}\",\n\t\"BuyerGuid\" : \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/vendors/buyers/ConnectBuyerVendor","description":"<p>used to connect buyer to a vendor.\nfor this to work you must have access to both the buyer and the vendor with your api partner</p>\n","urlObject":{"path":["v3","vendors","buyers","ConnectBuyerVendor"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"3d8a226b-3d67-4a15-9ada-d57e08843470"}],"id":"212ffc3a-7ff3-4e8a-99de-faaef34e198e","description":"<p>The API Patrner Accounts are the list of all the buyers and vendors you have access to with you API Partner credentials.</p>\n","event":[{"listen":"prerequest","script":{"id":"71e0da77-9c0e-4380-b3b4-c808e4546339","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7c9386c6-4630-4859-b788-4ef299019ab3","type":"text/javascript","exec":[""]}}],"_postman_id":"212ffc3a-7ff3-4e8a-99de-faaef34e198e"},{"name":"Webhooks","item":[{"name":"CreateWebhook","id":"c94756af-5dbe-450f-8b77-d0a88c92383a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"AUTH_TOKEN","value":"{{accessToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Type\": \"Order create\",\n    \"URL\": \"URL - DEMO.com\",\n    \"VendorGuid\": \"{{VendorGuid}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/vendors/webhooks/CreateWebhook","description":"<p>Create a new webhook</p>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Type</td>\n<td>String</td>\n<td><a href=\"https://api-doc.marketman.com/?version=latest#69b3a2c7-87be-4de9-9821-3ab4ca36dfdc\">See list</a></td>\n</tr>\n<tr>\n<td>URL</td>\n<td>String</td>\n<td>Webhook url to sent the event to</td>\n</tr>\n<tr>\n<td>VendorGuid</td>\n<td>String</td>\n<td>Vendor’s Guid (more info)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n<tr>\n<td>Webhook</td>\n<td>Object</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><p>Webhook Object</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Guid</td>\n<td>String</td>\n<td>Webhook ID</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>String</td>\n<td>The event type identifier as provided in the request context.</td>\n</tr>\n<tr>\n<td>URL</td>\n<td>String</td>\n<td>Webhook url to sent the event to</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n","urlObject":{"path":["v3","vendors","webhooks","CreateWebhook"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[{"id":"d8f7693b-bd73-4323-83a0-6a147b928766","name":"CreateWebhook - success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"AUTH_TOKEN","value":"{{accessToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Type\": \"Order create\",\n    \"URL\": \"URL - DEMO.com\",\n    \"VendorGuid\": \"{{VendorGuid}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/vendors/webhooks/CreateWebhook"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":":status","value":200},{"key":"date","value":"Sun, 05 Apr 2026 08:43:02 GMT"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"299"},{"key":"access-control-expose-headers","value":"Request-Context"},{"key":"cache-control","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"expires","value":"-1"},{"key":"pragma","value":"no-cache"},{"key":"vary","value":"Accept-Encoding"},{"key":"request-context","value":"appId=cid-v1:fd775bed-3177-4aea-81ef-9a36f28e9383"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"server","value":"cloudflare"},{"key":"cf-ray","value":"9e7743498d8d64ec-TLV"}],"cookie":[],"responseTime":null,"body":"{\n    \"Webhook\": {\n        \"Guid\": \"8999d8c354754de8b4b989ff1c8b08db\",\n        \"Type\": \"Order create\",\n        \"URL\": \"URL - DEMO.com\"\n    },\n    \"IsSuccess\": true,\n    \"ErrorMessage\": null,\n    \"ErrorCode\": null,\n    \"RequestID\": \"a2129e11-929d-4aa8-b29a-8d389b28cf7e\"\n}"}],"_postman_id":"c94756af-5dbe-450f-8b77-d0a88c92383a"},{"name":"GetWebhooks","id":"1cc4d72a-17df-4395-bb99-88f8d31a7e1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"AUTH_TOKEN","value":"{{accessToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"VendorGuid\": \"{{VendorGuid}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/vendors/webhooks/GetWebhooks","description":"<p>Gets a list of all webhooks</p>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>VendorGuid</td>\n<td>String</td>\n<td>Vendor’s Guid (more info)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n<tr>\n<td>Webhooks</td>\n<td>Array</td>\n<td>See below</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"object\">Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Guid</td>\n<td>String</td>\n<td>Webhook ID</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>String</td>\n<td>The event type identifier as provided in the request context.</td>\n</tr>\n<tr>\n<td>URL</td>\n<td>String</td>\n<td>Webhook url to sent the event to</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v3","vendors","webhooks","GetWebhooks"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[{"id":"5b572094-0345-48c5-b104-31eef5ffaf84","name":"GetWebhooks Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\n\t\"VendorGuid\": \"{{VendorGuid}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/buyers/webhooks/GetWebhooks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"174"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:aa7de11f-c2f8-492b-9087-262956b65d27"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sun, 01 Mar 2020 12:35:14 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Webhooks\": [],\n    \"IsSuccess\": true,\n    \"ErrorMessage\": null,\n    \"ErrorCode\": null\n}"},{"id":"faf178a8-1302-428e-aeec-1f09a25df269","name":"GetWebhooks - success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"AUTH_TOKEN","value":"{{accessToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"VendorGuid\": \"{{VendorGuid}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/vendors/webhooks/GetWebhooks"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":":status","value":200},{"key":"date","value":"Sun, 05 Apr 2026 08:43:27 GMT"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"303"},{"key":"access-control-expose-headers","value":"Request-Context"},{"key":"cache-control","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"expires","value":"-1"},{"key":"pragma","value":"no-cache"},{"key":"vary","value":"Accept-Encoding"},{"key":"request-context","value":"appId=cid-v1:fd775bed-3177-4aea-81ef-9a36f28e9383"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"server","value":"cloudflare"},{"key":"cf-ray","value":"9e7743e4bf4964ec-TLV"}],"cookie":[],"responseTime":null,"body":"{\n    \"Webhooks\": [\n        {\n            \"Guid\": \"8999d8c354754de8b4b989ff1c8b08db\",\n            \"Type\": \"Order create\",\n            \"URL\": \"URL - DEMO.com\"\n        }\n    ],\n    \"IsSuccess\": true,\n    \"ErrorMessage\": null,\n    \"ErrorCode\": null,\n    \"RequestID\": \"513a3d35-543f-4251-a124-383ffaf98ce0\"\n}"}],"_postman_id":"1cc4d72a-17df-4395-bb99-88f8d31a7e1c"},{"name":"GetWebhookEventByOrder","id":"99e7a7f4-751c-4a55-8242-9f0d4a245804","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"AUTH_TOKEN","value":"{{accessToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"VendorGuid\": \"{{VendorGuid}}\",\n    \"OrderId\": \"123456789\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/vendors/webhooks/GetWebhookEventByOrder","description":"<p>Get hook event by order id</p>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OrderID</td>\n<td>String</td>\n<td>Order ID</td>\n</tr>\n<tr>\n<td>Vendor Guid</td>\n<td>String</td>\n<td>Vendor’s Guid (more info)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n<tr>\n<td>Hook event</td>\n<td>Object</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><p>Hook event Object</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>HoodEventID</td>\n<td>String</td>\n<td>Hood event ID</td>\n</tr>\n<tr>\n<td>Data</td>\n<td>Object</td>\n<td>See below</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n<li><p>Data Object</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OrderNumber</td>\n<td>String</td>\n<td>Order number</td>\n</tr>\n<tr>\n<td>VendorName</td>\n<td>String</td>\n<td>Vendor associated with this order</td>\n</tr>\n<tr>\n<td>VendorGuid</td>\n<td>String</td>\n<td>Vendor guid</td>\n</tr>\n<tr>\n<td>PriceTotalWithVAT</td>\n<td>Decimal</td>\n<td>Order total with VAT</td>\n</tr>\n<tr>\n<td>PriceTotalWithoutVAT</td>\n<td>Decimal</td>\n<td>Order total without VAT</td>\n</tr>\n<tr>\n<td>DeliveryDateUTC</td>\n<td>String</td>\n<td>Delivery date (more info)</td>\n</tr>\n<tr>\n<td>SentDateUTC</td>\n<td>String</td>\n<td>Delivery date (more info)</td>\n</tr>\n<tr>\n<td>Comments</td>\n<td>String</td>\n<td>Comments placed in document</td>\n</tr>\n<tr>\n<td>OrderStatus</td>\n<td>String</td>\n<td>Order status (Confirmed by vendor, Vendor handling, Sent, Cancelled by vendor, Cancelled by buyer)</td>\n</tr>\n<tr>\n<td>BuyerName</td>\n<td>String</td>\n<td>Buyer name</td>\n</tr>\n<tr>\n<td>BuyerGuid</td>\n<td>String</td>\n<td>Buyer id</td>\n</tr>\n<tr>\n<td>CustomerNumber</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>Items</td>\n<td>Array</td>\n<td>See below</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n<li><p>Items Array</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ItemName</td>\n<td>String</td>\n<td>Item name</td>\n</tr>\n<tr>\n<td>ItemID</td>\n<td>String</td>\n<td>Item ID</td>\n</tr>\n<tr>\n<td>ItemCode</td>\n<td>String</td>\n<td>Item Code</td>\n</tr>\n<tr>\n<td>InventoryItemID</td>\n<td>String</td>\n<td>Inventory Item ID</td>\n</tr>\n<tr>\n<td>SKU</td>\n<td>String</td>\n<td>Item SKU</td>\n</tr>\n<tr>\n<td>Quantity</td>\n<td>Double</td>\n<td>Quantity on line</td>\n</tr>\n<tr>\n<td>Price</td>\n<td>Decimal</td>\n<td>Item price</td>\n</tr>\n<tr>\n<td>PriceTotal</td>\n<td>Decimal</td>\n<td>Total item price (quantity * price)</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n","urlObject":{"path":["v3","vendors","webhooks","GetWebhookEventByOrder"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"99e7a7f4-751c-4a55-8242-9f0d4a245804"},{"name":"DeleteWebhook","id":"3426ebf8-3319-4205-9d15-4df984686573","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"AUTH_TOKEN","value":"{{accessToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"VendorGuid\": \"{{VendorGuid}}\",\n    \"Guid\": \"8999d8c354754de8b4b989ff1c8b08db\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/vendors/webhooks/DeleteWebhook","description":"<p>Gets a list of all webhooks</p>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Guid</td>\n<td>String</td>\n<td>Webhook ID</td>\n</tr>\n<tr>\n<td>VendorGuid</td>\n<td>String</td>\n<td>Vendor’s Guid (more info)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v3","vendors","webhooks","DeleteWebhook"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[{"id":"ba071c22-9fde-451a-9be0-9fc668774304","name":"DeleteWebhook - success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"AUTH_TOKEN","value":"{{accessToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"VendorGuid\": \"{{VendorGuid}}\",\n    \"Guid\": \"8999d8c354754de8b4b989ff1c8b08db\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/vendors/webhooks/DeleteWebhook"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":":status","value":200},{"key":"date","value":"Sun, 05 Apr 2026 08:45:06 GMT"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"210"},{"key":"access-control-expose-headers","value":"Request-Context"},{"key":"cache-control","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"expires","value":"-1"},{"key":"pragma","value":"no-cache"},{"key":"vary","value":"Accept-Encoding"},{"key":"request-context","value":"appId=cid-v1:fd775bed-3177-4aea-81ef-9a36f28e9383"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"server","value":"cloudflare"},{"key":"cf-ray","value":"9e7746548afa64ec-TLV"}],"cookie":[],"responseTime":null,"body":"{\n    \"IsSuccess\": true,\n    \"ErrorMessage\": null,\n    \"ErrorCode\": null,\n    \"RequestID\": \"55cec043-c3ba-47f6-a364-7719efb02a0f\"\n}"}],"_postman_id":"3426ebf8-3319-4205-9d15-4df984686573"}],"id":"69b3a2c7-87be-4de9-9821-3ab4ca36dfdc","description":"<p>Webhooks Management<br />These webhook types apply to Vendor integrations<br />Buyer integrations use a separate webhook set and endpoints.</p>\n<ul>\n<li><p>Webhook Types</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Order create</td>\n<td>Happens when a new order is creates</td>\n</tr>\n<tr>\n<td>Order update</td>\n<td>Calls when an order is updated, most common changes are order status changes</td>\n</tr>\n<tr>\n<td>Doc create</td>\n<td>Happens when a new purchase document is creates</td>\n</tr>\n<tr>\n<td>Doc Update</td>\n<td>Calls when an purchase document is updated, most common changes are doc status changes</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"39979ab5-f2ec-46ba-ba08-531fc1eb8521","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"534693a8-47c3-4879-81f9-e29c8e471958","type":"text/javascript","exec":[""]}}],"_postman_id":"69b3a2c7-87be-4de9-9821-3ab4ca36dfdc"},{"name":"Docs","item":[{"name":"ValidateDoc","id":"3fe95e45-cbe2-46df-851a-23ddd5adfd89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"BuyerGuid\": \"{{buyerGuid}}\",\n    \"PriceTotalWithoutTax\": 3,\n    \"PriceTotalWithTax\": 3,\n    \"DocType\": \"Delivery note\",\n    \"Number\": \"111\",\n    \"OrderNumber\": \"\",\n    \"DateUTC\": \"2018/06/14 00:00:00\",\n    \"CustomerNumber\": \"\",\n    \"Items\": [\n        {\n            \"ItemPriceWithoutTax\": 1,\n            \"TotalPriceWithoutTax\": 2,\n            \"Quantity\": 2,\n            \"Barcode\": \"55555555\",\n            \"TaxLevelID\": 11\n        }\n    ],\n    \"VendorGuid\": \"{{vendorGuid}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/vendors/docs/ValidateDoc","description":"<p>Validate the invoice/delivery note before sending it with SetDocs.\nThis will result with a list of all the errors found if any.\nThe input is the same as for the SetDocs method.</p>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>PriceTotalWithoutTax</td>\n<td>Decimal</td>\n<td>Total price without tax. In local currency</td>\n</tr>\n<tr>\n<td>PriceTotalWithTax</td>\n<td>Decimal</td>\n<td>Total price including tax. In local currency</td>\n</tr>\n<tr>\n<td>DocType</td>\n<td>String</td>\n<td>Two options</td>\n</tr>\n<tr>\n<td>Invoice</td>\n<td>Delivery note</td>\n<td></td>\n</tr>\n<tr>\n<td>Number</td>\n<td>String</td>\n<td>Invoice number</td>\n</tr>\n<tr>\n<td>OrderNumber</td>\n<td>String</td>\n<td>Optional. Original order number from Marketman</td>\n</tr>\n<tr>\n<td>DateUTC</td>\n<td>String</td>\n<td>Invoice date (more info)</td>\n</tr>\n<tr>\n<td>BuyerGUID</td>\n<td>String</td>\n<td>Optional with CustomerNumber. Buyer GUID from the Marketman</td>\n</tr>\n<tr>\n<td>CustomerNumber</td>\n<td>String</td>\n<td>Optional with BuyerGUID. Customer number in Marketman for vendor</td>\n</tr>\n<tr>\n<td>Items</td>\n<td>Array</td>\n<td>See below</td>\n</tr>\n<tr>\n<td>VendorGuid</td>\n<td>String</td>\n<td>Vendor’s Guid (more info)</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li>Items Array<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ItemPriceWithoutTax</td>\n<td>Decimal</td>\n<td>Single item price without tax</td>\n</tr>\n<tr>\n<td>TotalPriceWithoutTax</td>\n<td>Decimal</td>\n<td>Total line price without tax</td>\n</tr>\n<tr>\n<td>Quantity</td>\n<td>Double</td>\n<td>Quantity</td>\n</tr>\n<tr>\n<td>Barcode</td>\n<td>String</td>\n<td>Optional with Name. Product barcode</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>String</td>\n<td>Optional with Barcode. Product name</td>\n</tr>\n<tr>\n<td>TaxLevelID</td>\n<td>Integer, optional</td>\n<td>ID of tax level</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n<h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error(on the request, not the doc).</td>\n</tr>\n<tr>\n<td>ErrorCode</td>\n<td>Int</td>\n<td>ErrorCode(of the request, not the doc)</td>\n</tr>\n<tr>\n<td>IsErrorsFound</td>\n<td>Boolean</td>\n<td>Indicate if any errors were found in the given doc</td>\n</tr>\n<tr>\n<td>IsWarningsFound</td>\n<td>Boolean</td>\n<td>Indicate if any warning was found in the given doc.</td>\n</tr>\n<tr>\n<td>Errors</td>\n<td>Array</td>\n<td>Array of all the doc validation errors if found,( see below)</td>\n</tr>\n<tr>\n<td>Warnings</td>\n<td>Array</td>\n<td>Array of warnings. Warning means the doc will go throw regardless if the warning was fixed or not (see below)</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><p>Errors Array</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ItemBarcode</td>\n<td>string</td>\n<td>Optional, only for item errors</td>\n</tr>\n<tr>\n<td>ItemName</td>\n<td>String</td>\n<td>Optional, only for item errors</td>\n</tr>\n<tr>\n<td>ErrorCode</td>\n<td>Int</td>\n<td>The error code, see below</td>\n</tr>\n<tr>\n<td>ErrorDescription</td>\n<td>string</td>\n<td>The error description</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n<li><p>Warnings Array</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ItemBarcode</td>\n<td>string</td>\n<td>Optional, only for item warnings</td>\n</tr>\n<tr>\n<td>ItemName</td>\n<td>String</td>\n<td>Optional, only for item warnings</td>\n</tr>\n<tr>\n<td>WarningCode</td>\n<td>Int</td>\n<td>The warning code, see below</td>\n</tr>\n<tr>\n<td>WarningDescription</td>\n<td>string</td>\n<td>The warningdescription</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n","urlObject":{"path":["v3","vendors","docs","ValidateDoc"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"3fe95e45-cbe2-46df-851a-23ddd5adfd89"},{"name":"SetDocs","id":"12820b47-42e6-4467-8b65-210fb0608176","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AUTH_TOKEN","value":"{{accessToken}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"BuyerGuid\": \"{{buyerGuid}}\",\n    \"PriceTotalWithoutTax\": 3,\n    \"PriceTotalWithTax\": 3,\n    \"DocType\": \"Delivery note\",\n    \"Number\": \"111\",\n    \"OrderNumber\": \"\",\n    \"DateUTC\": \"2018/06/14 00:00:00\",\n    \"CustomerNumber\": \"\",\n    \"Items\": [\n        {\n            \"ItemPriceWithoutTax\": 1,\n            \"TotalPriceWithoutTax\": 2,\n            \"Quantity\": 2,\n            \"Barcode\": \"55555555\",\n            \"ID\": 56456465,\n            \"TaxLevelID\": 11\n        }\n    ],\n    \"VendorGuid\": \"{{vendorGuid}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/vendors/docs/SetDocs","description":"<p>Create an invoice/delivery note for a specified restaurant</p>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>PriceTotalWithoutTax</td>\n<td>Decimal</td>\n<td>Total price without tax. In local currency</td>\n</tr>\n<tr>\n<td>PriceTotalWithTax</td>\n<td>Decimal</td>\n<td>Total price including tax. In local currency</td>\n</tr>\n<tr>\n<td>DocType</td>\n<td>String</td>\n<td>Two options: Invoice/Delivery note</td>\n</tr>\n<tr>\n<td>Number</td>\n<td>String</td>\n<td>Invoice number</td>\n</tr>\n<tr>\n<td>OrderNumber</td>\n<td>String</td>\n<td>Optional. Original order number from Marketman</td>\n</tr>\n<tr>\n<td>Comments</td>\n<td>String</td>\n<td>Optional. Ability to add comments to the created doc</td>\n</tr>\n<tr>\n<td>DateUTC</td>\n<td>String</td>\n<td>Invoice date (more info)</td>\n</tr>\n<tr>\n<td>BuyerGUID</td>\n<td>String</td>\n<td>Optional with CustomerNumber. Buyer GUID from the Marketman</td>\n</tr>\n<tr>\n<td>CustomerNumber</td>\n<td>String</td>\n<td>Optional with BuyerGUID. Customer number in Marketman for vendor</td>\n</tr>\n<tr>\n<td>Items</td>\n<td>Array</td>\n<td>See below</td>\n</tr>\n<tr>\n<td>VendorGuid</td>\n<td>String</td>\n<td>Vendor’s Guid (more info)</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><p>Items Array</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ItemPriceWithoutTax</td>\n<td>Decimal</td>\n<td>Single item price without tax</td>\n</tr>\n<tr>\n<td>TotalPriceWithoutTax</td>\n<td>Decimal</td>\n<td>Total line price without tax</td>\n</tr>\n<tr>\n<td>Quantity</td>\n<td>Double</td>\n<td>Quantity</td>\n</tr>\n<tr>\n<td>Barcode</td>\n<td>String</td>\n<td>Optional with Name. Product barcode</td>\n</tr>\n<tr>\n<td>ID</td>\n<td>Int</td>\n<td>Item ID from GetProducts</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>String</td>\n<td>Optional with Barcode. Product name</td>\n</tr>\n<tr>\n<td>TaxLevelID</td>\n<td>Integer, optional</td>\n<td>ID of tax level</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n<h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v3","vendors","docs","SetDocs"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"12820b47-42e6-4467-8b65-210fb0608176"},{"name":"GetDeliveryNotesByDate","id":"21cee61d-cf33-46db-b89e-79c621a62bda","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"DateTimeFromUTC\": \"2018/01/01 00:00:00\",\r\n  \"DateTimeToUTC\": \"2018/11/01 23:59:59\",\r\n  \"VendorGuid\": \"{{vendorGuid}}\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/vendors/docs/GetDeliveryNotesByDate","description":"<p>Gets confirmed Delivery Notes</p>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>DateTimeFromUTC</td>\n<td>String</td>\n<td>Minimum delivery date (more info)</td>\n</tr>\n<tr>\n<td>DateTimeToUTC</td>\n<td>String</td>\n<td>Maximum delivery date (more info)</td>\n</tr>\n<tr>\n<td>VendorGuid</td>\n<td>String</td>\n<td>Vendor’s Guid (more info)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n<tr>\n<td>DeliveryNotes</td>\n<td>Array</td>\n<td>See below</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><p>DeliveryNotes Array</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Number</td>\n<td>String</td>\n<td>Delivery Note number</td>\n</tr>\n<tr>\n<td>OrderNumber</td>\n<td>String</td>\n<td>Optional. Order number</td>\n</tr>\n<tr>\n<td>BuyerName</td>\n<td>String</td>\n<td>Buyer name</td>\n</tr>\n<tr>\n<td>BuyerGUID</td>\n<td>String</td>\n<td>Buyer GUID from Marketman</td>\n</tr>\n<tr>\n<td>CustomerNumber</td>\n<td>String</td>\n<td>Optional. Customer number</td>\n</tr>\n<tr>\n<td>DateUTC</td>\n<td>String</td>\n<td>Effective date</td>\n</tr>\n<tr>\n<td>Comments</td>\n<td>String</td>\n<td>Comments in delivery note</td>\n</tr>\n<tr>\n<td>PriceTotalWithVAT</td>\n<td>Decimal</td>\n<td>Delivery note price with tax</td>\n</tr>\n<tr>\n<td>PriceTotalWithoutVAT</td>\n<td>Decimal</td>\n<td>Delivery note price without tax</td>\n</tr>\n<tr>\n<td>Items</td>\n<td>Array</td>\n<td>See below</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n<li><p>Items Array</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Name</td>\n<td>String</td>\n<td>Item name</td>\n</tr>\n<tr>\n<td>SKU</td>\n<td>String</td>\n<td>Item SKU</td>\n</tr>\n<tr>\n<td>Quantity</td>\n<td>Double</td>\n<td>Item quantity</td>\n</tr>\n<tr>\n<td>PriceWithoutVAT</td>\n<td>Decimal</td>\n<td>Item price without tax</td>\n</tr>\n<tr>\n<td>PriceTotalWithoutVAT</td>\n<td>Decimal</td>\n<td>Line total price without tax</td>\n</tr>\n<tr>\n<td>TaxLevelID</td>\n<td>Integer</td>\n<td>ID of tax level</td>\n</tr>\n<tr>\n<td>TaxValue</td>\n<td>Decimal</td>\n<td>Tax value</td>\n</tr>\n<tr>\n<td>PriceTotalWithVat</td>\n<td>Decimal</td>\n<td>PriceTotalWithoutVAT + TaxValue</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n","urlObject":{"path":["v3","vendors","docs","GetDeliveryNotesByDate"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[{"id":"23718278-bf10-4d74-bfdb-75261030dc2f","name":"GetDeliveryNotesByDate Success","originalRequest":{"method":"POST","header":[{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"DateTimeFromUTC\": \"2018/01/01 00:00:00\",\r\n  \"DateTimeToUTC\": \"2018/11/01 23:59:59\",\r\n  \"VendorGuid\": \"c2a660f1ebc34302383745nfncc\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/vendors/docs/GetDeliveryNotesByDate"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"IsSuccess\": true,\r\n    \"ErrorMessage\": null,\r\n    \"DeliveryNotes\": [\r\n        {\r\n            \"Number\": \"100001\",\r\n            \"OrderNumber\": 676,\r\n            \"BuyerName\": \"Chillout\",\r\n            \"BuyerGUID\": \"c2a660f1ebc34305b20f1e4e73dc\",\r\n            \"CustomerNumber\": \"123666\",\r\n            \"DateUTC\": \"2018/03/21 04:00:00\",\r\n            \"Comments\": \"\",\r\n            \"PriceTotalWithVAT\": 0,\r\n            \"PriceTotalWithoutVAT\": 0,\r\n            \"Items\": [\r\n                {\r\n                    \"Name\": \"Amarena Ice cream (2.5 Qt) 2.5 Qt\",\r\n                    \"SKU\": \"102\",\r\n                    \"Quantity\": 2,\r\n                    \"PriceWithoutVAT\": 0,\r\n                    \"PriceTotalWithoutVAT\": 0,\r\n        \t\t\t\"TaxLevelID\": 11,\r\n        \t\t\t\"TaxValue\": 0,\r\n        \t\t\t\"PriceTotalWithVat\": 0\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"Number\": \"100002\",\r\n            \"OrderNumber\": null,\r\n            \"BuyerName\": \"Chillout\",\r\n            \"BuyerGUID\": \"c2a660f1ebc34305b20f1e4e73dc\",\r\n            \"CustomerNumber\": \"123666\",\r\n            \"DateUTC\": \"2018/07/11 04:00:00\",\r\n            \"Comments\": \"test comment\",\r\n            \"PriceTotalWithVAT\": 200,\r\n            \"PriceTotalWithoutVAT\": 200,\r\n            \"Items\": [\r\n                {\r\n                    \"Name\": \"Amarena Ice cream (6 Liter Decorated) 6 L\",\r\n                    \"SKU\": \"270\",\r\n                    \"Quantity\": 2,\r\n                    \"PriceWithoutVAT\": 100,\r\n                    \"PriceTotalWithoutVAT\": 200\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}\r\n"}],"_postman_id":"21cee61d-cf33-46db-b89e-79c621a62bda"}],"id":"f17f094d-e54f-45dc-9e33-c91959f7bbca","description":"<p>Docs ( Invlices and delivery notes) management </p>\n<h2 id=\"doc-validation-error-codes\">Doc Validation Error Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>ErrorCode</th>\n<th>ErrorDescription</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>0</td>\n<td>InvalidOrMissingInput</td>\n<td>Input is invalid or null</td>\n</tr>\n<tr>\n<td>1</td>\n<td>MissingPriceTotalWithoutTax</td>\n<td>The doc price total without tax is missing</td>\n</tr>\n<tr>\n<td>2</td>\n<td>MissingPriceTotalWithTax</td>\n<td>The doc price total with tax is missing</td>\n</tr>\n<tr>\n<td>3</td>\n<td>IllegalDocType</td>\n<td>Illegal Doc Type</td>\n</tr>\n<tr>\n<td>4</td>\n<td>MissingNumber</td>\n<td>Missing the Doc Number</td>\n</tr>\n<tr>\n<td>5</td>\n<td>DocNumberAlreadyExists</td>\n<td>This doc number already exists</td>\n</tr>\n<tr>\n<td>6</td>\n<td>OrderNotFound</td>\n<td>Order number exists in the doc buyt not found in MarketMan</td>\n</tr>\n<tr>\n<td>7</td>\n<td>InvalidOrderNumber</td>\n<td>ORder number exists n the foc but it is invalid</td>\n</tr>\n<tr>\n<td>8</td>\n<td>IllegalDateUTC</td>\n<td>Illegal or invalid date format</td>\n</tr>\n<tr>\n<td>9</td>\n<td>MissingItemArray</td>\n<td>The item array is missing</td>\n</tr>\n<tr>\n<td>10</td>\n<td>MissingItem</td>\n<td>Item cannot be found</td>\n</tr>\n<tr>\n<td>11</td>\n<td>MissingItemPriceWithoutTax</td>\n<td>Item missing price without tax</td>\n</tr>\n<tr>\n<td>12</td>\n<td>MultiplyItemsFound</td>\n<td>More than 1 catalog item found with that name/barcode</td>\n</tr>\n<tr>\n<td>13</td>\n<td>ItemMissingPriceWithoutTax</td>\n<td>Item missing price without tax</td>\n</tr>\n<tr>\n<td>14</td>\n<td>ItemMissingQuantity</td>\n<td>Item missing quantity</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"doc-validation-warning-codes\">Doc Validation Warning Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>ErrorCode</th>\n<th>ErrorDescription</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>0</td>\n<td>MissingAssortment</td>\n<td>Customer is missing assortment</td>\n</tr>\n<tr>\n<td>1</td>\n<td>MissingPriceLevel</td>\n<td>Customer is missing price level</td>\n</tr>\n<tr>\n<td>2</td>\n<td>MissingItemAssortment</td>\n<td>Item is missing in the customer assortment</td>\n</tr>\n<tr>\n<td>3</td>\n<td>MissingItemPriceLevel</td>\n<td>Item is missing in the customer price level</td>\n</tr>\n</tbody>\n</table>\n</div>","event":[{"listen":"prerequest","script":{"id":"6b18f414-a90a-4131-9906-daa840ae7d67","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7693a772-bb09-413e-a8c9-ab51b1704761","type":"text/javascript","exec":[""]}}],"_postman_id":"f17f094d-e54f-45dc-9e33-c91959f7bbca"},{"name":"Assortments","item":[{"name":"GetAssortments","id":"ca58c160-4e73-4c91-aae5-ae029b417f8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"\n{\n\t\"VendorGuid\": \"{{vendorGuid}}\"\n}\n","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/vendors/products/GetAssortments","description":"<p>Gets list of assortments</p>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>VendorGuid</td>\n<td>String</td>\n<td>Vendor’s Guid (more info)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n<tr>\n<td>Assortments</td>\n<td>Array</td>\n<td>See below</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li>Assortments Array<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CatalogItemID</td>\n<td>String</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n","urlObject":{"path":["v3","vendors","products","GetAssortments"],"host":["https://api.marketman.com"],"query":[{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"88ad5a27-2902-4f7e-aec4-ed504dde49c4","name":"GetAssortments Success","originalRequest":{"method":"POST","header":[{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"\n{\n\t\"VendorGuid\": \"{{vendorGuid}}\"\n}\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.marketman.com/v3/vendors/products/GetAssortments","host":["https://api.marketman.com"],"path":["v3","vendors","products","GetAssortments"],"query":[{"key":"","value":"","disabled":true}]}},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"IsSuccess\": true,\n    \"ErrorMessage\": null,\n    \"Assortments\": [\n        {\n            \"ID\": \"1116\",\n            \"Name\": \"assortment1\",\n            \"Comment\": \"comment in assortment\",\n            \"Lines\": [\n                {\n                    \"CatalogItemID\": \"572499\"\n                }\n            ]\n        },\n        {\n            \"ID\": \"1117\",\n            \"Name\": \"assortment666\",\n            \"Comment\": \"comment in assortment\",\n            \"Lines\": []\n        }\n    ]\n}"}],"_postman_id":"ca58c160-4e73-4c91-aae5-ae029b417f8b"},{"name":"SetAssortment","id":"6b177e2b-6027-434e-a4d7-12695a67eea0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ID\": \"3631\",\n    \"Name\": \"Test Assortment Roy\",\n    \"Comment\": \"\",\n    \"Lines\": [\n       \n    ],\n    \"VendorGuid\": \"{{vendorGuid}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/vendors/products/SetAssortment?=","description":"<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ID</td>\n<td>String</td>\n<td>If specified, that’s an update. If not specific that’s an insert</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>Comment</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>Lines</td>\n<td>Array</td>\n<td>See below</td>\n</tr>\n<tr>\n<td>VendorGuid</td>\n<td>String</td>\n<td>Vendor’s Guid</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li>Lines Array<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CatalogItemID</td>\n<td>String</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n<h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n<tr>\n<td>ID</td>\n<td>String</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v3","vendors","products","SetAssortment"],"host":["https://api.marketman.com"],"query":[{"key":"","value":""}],"variable":[]}},"response":[{"id":"525e1d4c-407a-4fd0-a62f-a0548367821c","name":"SetAssortment Success","originalRequest":{"method":"POST","header":[{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ID\": \"3631\",\n    \"Name\": \"Test Assortment Roy\",\n    \"Comment\": \"\",\n    \"Lines\": [\n       \n    ],\n    \"VendorGuid\": \"{{vendorGuid}}\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.marketman.com/v3/vendors/products/SetAssortment?","host":["https://api.marketman.com"],"path":["v3","vendors","products","SetAssortment"],"query":[{"key":"","value":null}]}},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"IsSuccess\": true,\r\n    \"ErrorMessage\": null,\r\n    \"ID\": \"1128\"\r\n}\r\n"}],"_postman_id":"6b177e2b-6027-434e-a4d7-12695a67eea0"},{"name":"DeleteAssortment","id":"e72fe2c2-16a9-42db-80cb-137f3e3ad25a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ID\": \"3631\",\n    \"VendorGuid\": \"{{vendorGuid}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/vendors/products/DeleteAssortment","description":"<p>Delete an assortment</p>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ID</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>VendorGuid</td>\n<td>String</td>\n<td>Vendor’s Guid</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v3","vendors","products","DeleteAssortment"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[{"id":"837d1b70-8a27-4107-aaf3-9d97a845bc25","name":"DeleteAssortment Success","originalRequest":{"method":"POST","header":[{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ID\": \"3631\",\n    \"VendorGuid\": \"{{vendorGuid}}\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.marketman.com/v3/vendors/products/SetAssortment?","host":["https://api.marketman.com"],"path":["v3","vendors","products","SetAssortment"],"query":[{"key":"","value":null}]}},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"IsSuccess\": true,\r\n    \"ErrorMessage\": null\r\n}\r\n"}],"_postman_id":"e72fe2c2-16a9-42db-80cb-137f3e3ad25a"},{"name":"AddItemsToAssortment","id":"26fd1ff2-19d7-43bd-b33f-af2b2018d29f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ID\": \"3631\",\n    \"Lines\": [\n        {\n            \"CatalogItemID\": 4886258\n        }\n    ],\n    \"VendorGuid\": \"{{vendorGuid}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/vendors/products/AddItemsToAssortment","description":"<p>Add an item to an existing assortment (if the item already in the assortment nothing will be done and the operation will end with success)</p>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ID</td>\n<td>String</td>\n<td>The Assortment ID</td>\n</tr>\n<tr>\n<td>Lines</td>\n<td>Array</td>\n<td>See below</td>\n</tr>\n<tr>\n<td>VendorGuid</td>\n<td>String</td>\n<td>Vendor’s Guid</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li>Lines Array<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CatalogItemID</td>\n<td>String</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n<h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n<tr>\n<td>ID</td>\n<td>String</td>\n<td>The Assortment ID from the request</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v3","vendors","products","AddItemsToAssortment"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[{"id":"a2c96af2-a877-41cd-8101-837438468a6d","name":"AddItemsToAssortment Success","originalRequest":{"method":"POST","header":[{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ID\": \"3631\",\n    \"Lines\": [\n        {\n            \"CatalogItemID\": 4886258\n        }\n    ],\n    \"VendorGuid\": \"{{vendorGuid}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/vendors/products/AddItemsToAssortment"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"IsSuccess\": true,\r\n    \"ErrorMessage\": null,\r\n    \"ErrorCode\": null,\r\n    \"ID\": 3631\r\n}\r\n"}],"_postman_id":"26fd1ff2-19d7-43bd-b33f-af2b2018d29f"}],"id":"d98df671-9049-483e-954b-e838531e2781","_postman_id":"d98df671-9049-483e-954b-e838531e2781","description":""},{"name":"Customers","item":[{"name":"GetCustomers","id":"fcc16929-6548-4887-ae6f-715a1b98ae87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AUTH_TOKEN","value":"{{accessToken}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"BuyerGUIDs\": null,\r\n\t\"VendorGuid\": \"{{vendorGuid}}\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/vendors/customers/GetCustomers","description":"<p>Gets the customers that are connected to the supplier</p>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BuyerGUIDs</td>\n<td>Array[String]</td>\n<td>Optional, list of customer Buyer Guids</td>\n</tr>\n<tr>\n<td>VendorGuid</td>\n<td>String</td>\n<td>Vendor’s Guid (more info)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n<tr>\n<td>Customers</td>\n<td>Array</td>\n<td>See below</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><p>Customers Array</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BuyerGUID</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>CustomerNumber</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>CustomerName</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>PriceLevelID</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>AssortmentID</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>MinimumOrder</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>State</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>City</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>Street</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>Zip</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>TaxID</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>Phone</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>TaxLevelID</td>\n<td>Integer</td>\n<td>ID of tax level</td>\n</tr>\n<tr>\n<td>BuyerReferenceNumber</td>\n<td>String</td>\n<td>Field to be used by the supplier for an internal ID in their system</td>\n</tr>\n<tr>\n<td>Country</td>\n<td>String</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n","urlObject":{"path":["v3","vendors","customers","GetCustomers"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[{"id":"b3d1de32-d86f-411c-b301-aecbc1573d30","name":"GetCustomers Success","originalRequest":{"method":"POST","header":[{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"BuyerGUIDs\": [\"83d1291822f748f5456\"],\r\n\t\"VendorGuid\": \"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/vendors/customers/GetCustomers"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"IsSuccess\": true,\r\n    \"ErrorMessage\": null,\r\n    \"Customers\": [\r\n        {\r\n            \"BuyerGUID\": \"83d1291822f748f5456\",\r\n            \"CustomerNumber\": \"\",\r\n            \"CustomerName\": \"test111\",\r\n            \"PriceLevelID\": \"123\",\r\n            \"AssortmentID\": \"\",\r\n            \"MinimumOrder\": 200,\r\n            \"State\": \"\",\r\n            \"City\": \"\",\r\n            \"Street\": \"\",\r\n            \"Zip\": \"\",\r\n            \"TaxID\": \"\",\r\n            \"Phone\": \"0999999\",\r\n\t\t\t\"TaxLevelID\": 11\r\n        }\r\n    ]\r\n}\r\n"}],"_postman_id":"fcc16929-6548-4887-ae6f-715a1b98ae87"},{"name":"SetCustomer","id":"040b2e11-b202-46a0-911f-f342b544c9a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"BuyerGUID\": \"{{buyerGuid}}\",\n    \"CustomerNumber\": \"\",\n    \"CustomerName\": \"Chillout\",\n    \"PriceLevelID\": \"3512\",\n    \"AssortmentID\": \"3153\",\n    \"MinimumOrder\": null,\n    \"State\": \"NEW YORK\",\n    \"City\": \"richmond hill\",\n    \"Street\": \"test\",\n    \"Zip\": \"11419\",\n    \"TaxID\": \"12345\",\n    \"Phone\": \"2017350429\",\n    \"TaxLevelID\": 1,\n    \"BuyerReferenceNumber\": null,\n    \"VendorReferenceNumber\": null,\n    \"VendorGuid\": \"{{vendorGuid}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/vendors/customers/SetCustomer","description":"<p>Create/update a Customer </p>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BuyerGUID</td>\n<td>String</td>\n<td>If specified, that’s an update. If not specific that’s an insert</td>\n</tr>\n<tr>\n<td>CustomerNumber</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>CustomerName</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>PriceLevelID</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>AssortmentID</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>MinimumOrder</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>State</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>City</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>Street</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>Zip</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>TaxID</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>Phone</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>TaxLevelID</td>\n<td>Integer</td>\n<td>ID of tax level</td>\n</tr>\n<tr>\n<td>VendorGuid</td>\n<td>String</td>\n<td>Vendor’s Guid (more info)</td>\n</tr>\n<tr>\n<td>BuyerReferenceNumber</td>\n<td>String</td>\n<td>Field to be used by the supplier for an internal ID in their system</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n<tr>\n<td>BuyerGUID</td>\n<td>String</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v3","vendors","customers","SetCustomer"],"host":["https://api.marketman.com"],"query":[{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"78bbac57-58f0-473c-bb70-a6a117021761","name":"SetCustomer Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"BuyerGUID\": \"\",\n    \"CustomerNumber\": \"\",\n    \"CustomerName\": \"Chillout\",\n    \"PriceLevelID\": \"3512\",\n    \"AssortmentID\": \"3153\",\n    \"MinimumOrder\": null,\n    \"State\": \"NEW YORK\",\n    \"City\": \"richmond hill\",\n    \"Street\": \"test\",\n    \"Zip\": \"11419\",\n    \"TaxID\": \"12345\",\n    \"Phone\": \"2017350429\",\n    \"TaxLevelID\": 1,\n    \"BuyerReferenceNumber\": null,\n    \"VendorReferenceNumber\": null,\n    \"VendorGuid\": \"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.marketman.com/v3/vendors/customers/SetCustomer","host":["https://api.marketman.com"],"path":["v3","vendors","customers","SetCustomer"],"query":[{"key":"","value":"","disabled":true}]}},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"IsSuccess\": true,\n    \"ErrorMessage\": null,\n    \"BuyerGUID\": \"fc3d839bf74d42718d544e1111111234\"\n}"}],"_postman_id":"040b2e11-b202-46a0-911f-f342b544c9a9"}],"id":"adbbcbb6-73b7-4d15-b318-951044278a22","_postman_id":"adbbcbb6-73b7-4d15-b318-951044278a22","description":""},{"name":"Products","item":[{"name":"GetProducts","id":"1c693100-7ba4-4523-913a-450d6c2b983f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AUTH_TOKEN","value":"{{accessToken}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"VendorGuid\": \"{{vendorGuid}}\"\n}\n","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/vendors/products/GetProducts","description":"<p>Gets list of products from the supplier</p>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IDs</td>\n<td>Array[String]</td>\n<td>Optional, list of IDs</td>\n</tr>\n<tr>\n<td>VendorGuid</td>\n<td>String</td>\n<td>Vendor’s Guid</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n<tr>\n<td>Products</td>\n<td>Array</td>\n<td>See below</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><p>Products Array</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ID</td>\n<td>String</td>\n<td>Catalog Item ID</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>Description</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>SKU</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>BarcodeManufacture</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>UOMTypeID</td>\n<td>String</td>\n<td>See GetUOMTypes</td>\n</tr>\n<tr>\n<td>PackQuantity</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>PacksPerCase</td>\n<td>Decimal</td>\n<td>Amount of packs in a case</td>\n</tr>\n<tr>\n<td>MinOrderIncrementQuantity</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>ListPrice</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>CategoryID</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>CategoryName</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>BinLocation</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>IsItStock</td>\n<td>Boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>PurchasingPolicy</td>\n<td>String</td>\n<td>Purchase and return / Purchase / Return</td>\n</tr>\n<tr>\n<td>ReceivingAndPricingOption</td>\n<td>String</td>\n<td>Buy units get units / Buy units get weight / Buy weight get weight</td>\n</tr>\n<tr>\n<td>ImageURL</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>TaxLevelID</td>\n<td>Integer</td>\n<td>ID of tax level</td>\n</tr>\n<tr>\n<td>TaxValue</td>\n<td>Decimal</td>\n<td>Tax value</td>\n</tr>\n<tr>\n<td>ListPriceWithVat</td>\n<td>decimal</td>\n<td>ListPrice + TaxValue</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n","urlObject":{"path":["v3","vendors","products","GetProducts"],"host":["https://api.marketman.com"],"query":[{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"c377d8de-1db8-49a1-89e8-7f36a11d821b","name":"GetProducts Success","originalRequest":{"method":"POST","header":[{"key":"AUTH_TOKEN","value":"{{accessToken}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"VendorGuid\": \"{{vendorGuid}}\"\n}\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.marketman.com/v3/vendors/products/GetProducts","host":["https://api.marketman.com"],"path":["v3","vendors","products","GetProducts"],"query":[{"key":"","value":"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"44301"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 07 Jul 2025 11:13:05 GMT"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"Products\": [\n        {\n            \"ID\": \"21278604\",\n            \"Name\": \"Agave Raw Amber Organic\",\n            \"Description\": \"Agave Raw Amber Organic \",\n            \"SKU\": \"WF324\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 46,\n            \"PacksPerCase\": 4,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036364\",\n            \"Name\": \"ALUM FOIL 12X10.75 SILVER SHEET CBI PREM\",\n            \"Description\": \"ALUM FOIL 12X10.75 SILVER SHEET CBI PREM \",\n            \"SKU\": \"10080268\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 12,\n            \"PacksPerCase\": 200,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036490\",\n            \"Name\": \"ALUM FOIL 12X500' STD 50 GAUGE\",\n            \"Description\": \"ALUM FOIL 12X500' STD 50 GAUGE \",\n            \"SKU\": \"10134940\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036400\",\n            \"Name\": \"ALUM FOIL 18X500' HVY 80 GAUGE\",\n            \"Description\": \"ALUM FOIL 18X500' HVY 80 GAUGE \",\n            \"SKU\": \"10126548\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036491\",\n            \"Name\": \"ALUM FOIL 24X500' HVY 90 GAUGE\",\n            \"Description\": \"ALUM FOIL 24X500' HVY 90 GAUGE \",\n            \"SKU\": \"10134886\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036363\",\n            \"Name\": \"ALUM FOIL 9X10.75 SILVER SHEET CBI PREM\",\n            \"Description\": \"ALUM FOIL 9X10.75 SILVER SHEET CBI PREM \",\n            \"SKU\": \"10080267\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 6,\n            \"PacksPerCase\": 500,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036473\",\n            \"Name\": \"ALUM LID FLAT FOR FULL SIZE PAN 30 GAUGE\",\n            \"Description\": \"ALUM LID FLAT FOR FULL SIZE PAN 30 GAUGE \",\n            \"SKU\": \"10125403\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 50,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036467\",\n            \"Name\": \"ALUM LID FLAT FOR HALF SIZE PAN 30 GAUGE\",\n            \"Description\": \"ALUM LID FLAT FOR HALF SIZE PAN 30 GAUGE \",\n            \"SKU\": \"10125401\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 100,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036439\",\n            \"Name\": \"ALUM LID FLAT FOR THIRD SIZE PAN 25 GA\",\n            \"Description\": \"ALUM LID FLAT FOR THIRD SIZE PAN 25 GA \",\n            \"SKU\": \"802184\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 200,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036472\",\n            \"Name\": \"ALUM PAN FULL SIZE STEAM DEEP 55 GAUGE\",\n            \"Description\": \"ALUM PAN FULL SIZE STEAM DEEP 55 GAUGE \",\n            \"SKU\": \"10125402\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 50,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036463\",\n            \"Name\": \"ALUM PAN HALF SIZE STEAM DEEP 34 GAUGE\",\n            \"Description\": \"ALUM PAN HALF SIZE STEAM DEEP 34 GAUGE \",\n            \"SKU\": \"10125370\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 100,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036440\",\n            \"Name\": \"ALUM PAN THIRD SIZE STEAM DEEP TRU-FIT\",\n            \"Description\": \"ALUM PAN THIRD SIZE STEAM DEEP TRU-FIT \",\n            \"SKU\": \"10022380\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 200,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971798\",\n            \"Name\": \"APPETIZER LG QUESADILLA C\",\n            \"Description\": \"APPETIZER LG QUESADILLA C \",\n            \"SKU\": \"030304\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 2,\n            \"PacksPerCase\": 104,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971875\",\n            \"Name\": \"APPETIZER ONION PETAL BRE\",\n            \"Description\": \"APPETIZER ONION PETAL BRE \",\n            \"SKU\": \"045216\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 12,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278588\",\n            \"Name\": \"Apple Fuji\",\n            \"Description\": \"Apple Fuji \",\n            \"SKU\": \"PW052\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 40,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972124\",\n            \"Name\": \"APRON PLASTIC 28X46\",\n            \"Description\": \"APRON PLASTIC 28X46 \",\n            \"SKU\": \"944311\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 100,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278461\",\n            \"Name\": \"Artichoke Heart Quarter\",\n            \"Description\": \"Artichoke Heart Quarter \",\n            \"SKU\": \"CK264\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 88,\n            \"PacksPerCase\": 6,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278532\",\n            \"Name\": \"Arugula Fresh\",\n            \"Description\": \"Arugula Fresh \",\n            \"SKU\": \"GC928\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 2,\n            \"PacksPerCase\": 2,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036373\",\n            \"Name\": \"ARUGULA ORGANIC WILD 2/2LB\",\n            \"Description\": \"ARUGULA ORGANIC WILD 2/2LB \",\n            \"SKU\": \"10030672\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 2,\n            \"PacksPerCase\": 2,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20546435\",\n            \"Name\": \"Aubergine\",\n            \"Description\": \"Aubergine \",\n            \"SKU\": \"35035\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"90\",\n            \"PackQuantity\": 5,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036527\",\n            \"Name\": \"AVOCADO 60CT STAGE 3 2\",\n            \"Description\": \"AVOCADO 60CT STAGE 3 2 \",\n            \"SKU\": \"425055\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 70,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036510\",\n            \"Name\": \"AVOCADO HASS GREEN 48 CT\",\n            \"Description\": \"AVOCADO HASS GREEN 48 CT \",\n            \"SKU\": \"425010\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 48,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036347\",\n            \"Name\": \"AVOCADO HASS RIPE 48 CT\",\n            \"Description\": \"AVOCADO HASS RIPE 48 CT \",\n            \"SKU\": \"425020\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 48,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972068\",\n            \"Name\": \"BACON APPLEWOOD LAY FLAT\",\n            \"Description\": \"BACON APPLEWOOD LAY FLAT \",\n            \"SKU\": \"055744\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 15,\n            \"PacksPerCase\": 2,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278593\",\n            \"Name\": \"Bacon Canadian Slcd 3\\\" Approx 64 Ct Fz\",\n            \"Description\": \"Bacon Canadian Slcd 3\\\" Approx 64 Ct Fz \",\n            \"SKU\": \"RG218\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 2.5,\n            \"PacksPerCase\": 4,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972097\",\n            \"Name\": \"BACON DICED CHIPS\",\n            \"Description\": \"BACON DICED CHIPS \",\n            \"SKU\": \"942837\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 5,\n            \"PacksPerCase\": 4,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972081\",\n            \"Name\": \"BACON DICED CHIPS\",\n            \"Description\": \"BACON DICED CHIPS \",\n            \"SKU\": \"056138\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 5,\n            \"PacksPerCase\": 4,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971844\",\n            \"Name\": \"BACON DICED CHIPS\",\n            \"Description\": \"BACON DICED CHIPS \",\n            \"SKU\": \"041849\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 5,\n            \"PacksPerCase\": 4,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278517\",\n            \"Name\": \"Bacon Topping Fc 1/2\\\" Tff Fz\",\n            \"Description\": \"Bacon Topping Fc 1/2\\\" Tff Fz \",\n            \"SKU\": \"FA308\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 5,\n            \"PacksPerCase\": 2,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278518\",\n            \"Name\": \"Bacon Topping Fc 3/8\\\" Tff Fz\",\n            \"Description\": \"Bacon Topping Fc 3/8\\\" Tff Fz \",\n            \"SKU\": \"FA310\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 5,\n            \"PacksPerCase\": 2,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972082\",\n            \"Name\": \"BAG BREAD KRAFT LH\",\n            \"Description\": \"BAG BREAD KRAFT LH \",\n            \"SKU\": \"056150\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1000,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971965\",\n            \"Name\": \"BAG BREAD NON LOGO LH\",\n            \"Description\": \"BAG BREAD NON LOGO LH \",\n            \"SKU\": \"053289\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1000,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971937\",\n            \"Name\": \"BAG LH CARNIVORES 15X10X1\",\n            \"Description\": \"BAG LH CARNIVORES 15X10X1 \",\n            \"SKU\": \"051893\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 200,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972179\",\n            \"Name\": \"BAG NO HOLES FRI/GRN\",\n            \"Description\": \"BAG NO HOLES FRI/GRN \",\n            \"SKU\": \"945716\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 5000,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972175\",\n            \"Name\": \"BAG NO HOLES MON/BLUE\",\n            \"Description\": \"BAG NO HOLES MON/BLUE \",\n            \"SKU\": \"945712\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 5000,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972181\",\n            \"Name\": \"BAG NO HOLES SAT/ORG\",\n            \"Description\": \"BAG NO HOLES SAT/ORG \",\n            \"SKU\": \"945718\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 5000,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972180\",\n            \"Name\": \"BAG NO HOLES SUN/BLK\",\n            \"Description\": \"BAG NO HOLES SUN/BLK \",\n            \"SKU\": \"945717\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 5000,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972178\",\n            \"Name\": \"BAG NO HOLES THUR/BRN\",\n            \"Description\": \"BAG NO HOLES THUR/BRN \",\n            \"SKU\": \"945715\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 5000,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972177\",\n            \"Name\": \"BAG NO HOLES TUE/YEL\",\n            \"Description\": \"BAG NO HOLES TUE/YEL \",\n            \"SKU\": \"945714\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 5000,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972176\",\n            \"Name\": \"BAG NO HOLES WED/RED\",\n            \"Description\": \"BAG NO HOLES WED/RED \",\n            \"SKU\": \"945713\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 5000,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036389\",\n            \"Name\": \"BAG PAPER 20 LB KRAFT BROWN\",\n            \"Description\": \"BAG PAPER 20 LB KRAFT BROWN \",\n            \"SKU\": \"808057\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 500,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036512\",\n            \"Name\": \"BAG PAPER 25 LB KRAFT BROWN\",\n            \"Description\": \"BAG PAPER 25 LB KRAFT BROWN \",\n            \"SKU\": \"808066\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 500,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036501\",\n            \"Name\": \"BAG PAPER 4 LB KRAFT BROWN\",\n            \"Description\": \"BAG PAPER 4 LB KRAFT BROWN \",\n            \"SKU\": \"808022\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 500,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036357\",\n            \"Name\": \"BAG PAPER 6 LB KRAFT BROWN\",\n            \"Description\": \"BAG PAPER 6 LB KRAFT BROWN \",\n            \"SKU\": \"10028483\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 500,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036361\",\n            \"Name\": \"BAG PAPER W/HANDLE KRAFT 10X6.75X12\",\n            \"Description\": \"BAG PAPER W/HANDLE KRAFT 10X6.75X12 \",\n            \"SKU\": \"10061523\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 250,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036543\",\n            \"Name\": \"BAG PAPER W/HANDLE KRAFT 10X6.75X13.5\",\n            \"Description\": \"BAG PAPER W/HANDLE KRAFT 10X6.75X13.5 \",\n            \"SKU\": \"10130940\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 250,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036368\",\n            \"Name\": \"BAG PAPER W/HANDLE KRAFT 13.75X9.5X15.75\",\n            \"Description\": \"BAG PAPER W/HANDLE KRAFT 13.75X9.5X15.75 \",\n            \"SKU\": \"10130938\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 200,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971939\",\n            \"Name\": \"BAG PLASTIC LEFTOVERS LH\",\n            \"Description\": \"BAG PLASTIC LEFTOVERS LH \",\n            \"SKU\": \"051938\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1000,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972120\",\n            \"Name\": \"BAG RSTRM SANITRY CLR 4 G\",\n            \"Description\": \"BAG RSTRM SANITRY CLR 4 G \",\n            \"SKU\": \"944068\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 50,\n            \"PacksPerCase\": 40,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971991\",\n            \"Name\": \"BAG RSTRM/SANITARY CLR TR\",\n            \"Description\": \"BAG RSTRM/SANITARY CLR TR \",\n            \"SKU\": \"054101\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 50,\n            \"PacksPerCase\": 40,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971822\",\n            \"Name\": \"BAG SANITARY BROWN PAPER\",\n            \"Description\": \"BAG SANITARY BROWN PAPER \",\n            \"SKU\": \"037930\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 500,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972085\",\n            \"Name\": \"BAG TRASH CLEAR 44 GALLON\",\n            \"Description\": \"BAG TRASH CLEAR 44 GALLON \",\n            \"SKU\": \"056198\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 25,\n            \"PacksPerCase\": 10,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972119\",\n            \"Name\": \"BAG TRASH CLEAR 44 GALLON\",\n            \"Description\": \"BAG TRASH CLEAR 44 GALLON \",\n            \"SKU\": \"944067\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 25,\n            \"PacksPerCase\": 10,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971995\",\n            \"Name\": \"BAG WINE SEALED TOGO\",\n            \"Description\": \"BAG WINE SEALED TOGO \",\n            \"SKU\": \"054249\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 200,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036418\",\n            \"Name\": \"BAG ZIP LOCK GALLON FOOD STORAGE\",\n            \"Description\": \"BAG ZIP LOCK GALLON FOOD STORAGE \",\n            \"SKU\": \"10052301\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 250,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972112\",\n            \"Name\": \"BAGS DEGREASER TITAN\",\n            \"Description\": \"BAGS DEGREASER TITAN \",\n            \"SKU\": \"943637\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"96\",\n            \"PackQuantity\": 2,\n            \"PacksPerCase\": 2,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036397\",\n            \"Name\": \"BAKING POWDER\",\n            \"Description\": \"BAKING POWDER \",\n            \"SKU\": \"10047519\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 6,\n            \"PacksPerCase\": 5,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036431\",\n            \"Name\": \"BAKING SODA\",\n            \"Description\": \"BAKING SODA \",\n            \"SKU\": \"2008\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 24,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971885\",\n            \"Name\": \"BASE CREAMY DIP\",\n            \"Description\": \"BASE CREAMY DIP \",\n            \"SKU\": \"047546\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 5,\n            \"PacksPerCase\": 8,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278471\",\n            \"Name\": \"Base Dressing 1000 Isle Tff\",\n            \"Description\": \"Base Dressing 1000 Isle Tff \",\n            \"SKU\": \"CV119\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"96\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278470\",\n            \"Name\": \"Base Dressing 1000 Isle Tff\",\n            \"Description\": \"Base Dressing 1000 Isle Tff \",\n            \"SKU\": \"CV118\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"96\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 4,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278459\",\n            \"Name\": \"Basil Fr\",\n            \"Description\": \"Basil Fr \",\n            \"SKU\": \"CK134\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278486\",\n            \"Name\": \"Basil Leaves\",\n            \"Description\": \"Basil Leaves \",\n            \"SKU\": \"DL439\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 1.75,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278485\",\n            \"Name\": \"Basil Leaves\",\n            \"Description\": \"Basil Leaves \",\n            \"SKU\": \"DL438\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 1.75,\n            \"PacksPerCase\": 3,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036464\",\n            \"Name\": \"BASKET 10 1/2 X 7 X 1 1/2 OVAL\",\n            \"Description\": \"BASKET 10 1/2 X 7 X 1 1/2 OVAL \",\n            \"SKU\": \"766015\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 36,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036515\",\n            \"Name\": \"BASKET RED PLASTIC OVAL\",\n            \"Description\": \"BASKET RED PLASTIC OVAL \",\n            \"SKU\": \"766005\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 36,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21087166\",\n            \"Name\": \"Bb - Lemon Medium(1x5ea) - Added from invoice\",\n            \"Description\": \"Bb - Lemon Medium(1x5ea) \",\n            \"SKU\": \"98770\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21087163\",\n            \"Name\": \"Bb - Limes Prepack      Brazil(1x12EA) - Added from invoice\",\n            \"Description\": \"Bb - Limes Prepack      Brazil(1x12EA) \",\n            \"SKU\": \"72433\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036408\",\n            \"Name\": \"BEANS BLACK DRY MICHIGAN\",\n            \"Description\": \"BEANS BLACK DRY MICHIGAN \",\n            \"SKU\": \"110091\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 50,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036454\",\n            \"Name\": \"BEANS PINTO DRY TRIPLE CLEANED\",\n            \"Description\": \"BEANS PINTO DRY TRIPLE CLEANED \",\n            \"SKU\": \"10065152\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 50,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036519\",\n            \"Name\": \"BEARD PROTECTORS WHITE POLYPRO - BP-400R\",\n            \"Description\": \"BEARD PROTECTORS WHITE POLYPRO - BP-400R \",\n            \"SKU\": \"868090\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 10,\n            \"PacksPerCase\": 100,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971846\",\n            \"Name\": \"BEEF 12 OZ RIBEYE BNLS\",\n            \"Description\": \"BEEF 12 OZ RIBEYE BNLS \",\n            \"SKU\": \"042256\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 12,\n            \"PacksPerCase\": 24,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971853\",\n            \"Name\": \"BEEF 12 OZ RIBEYE BNLS MA\",\n            \"Description\": \"BEEF 12 OZ RIBEYE BNLS MA \",\n            \"SKU\": \"043244\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 12,\n            \"PacksPerCase\": 24,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971815\",\n            \"Name\": \"BEEF 12 OZ STRIP\",\n            \"Description\": \"BEEF 12 OZ STRIP \",\n            \"SKU\": \"035321\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 12,\n            \"PacksPerCase\": 32,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971813\",\n            \"Name\": \"BEEF 12 OZ STRIP TAN\",\n            \"Description\": \"BEEF 12 OZ STRIP TAN \",\n            \"SKU\": \"035250\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 12,\n            \"PacksPerCase\": 32,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971847\",\n            \"Name\": \"BEEF 18 OZ TBONE\",\n            \"Description\": \"BEEF 18 OZ TBONE \",\n            \"SKU\": \"042372\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 18,\n            \"PacksPerCase\": 12,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971785\",\n            \"Name\": \"BEEF 18 OZ TBONE ORANGE\",\n            \"Description\": \"BEEF 18 OZ TBONE ORANGE \",\n            \"SKU\": \"007878\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 18,\n            \"PacksPerCase\": 12,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971907\",\n            \"Name\": \"BEEF 20 OZ BI RIBEYE BLUE\",\n            \"Description\": \"BEEF 20 OZ BI RIBEYE BLUE \",\n            \"SKU\": \"051085\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 20,\n            \"PacksPerCase\": 10,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972084\",\n            \"Name\": \"BEEF 20OZ BONE IN RIBEYE\",\n            \"Description\": \"BEEF 20OZ BONE IN RIBEYE \",\n            \"SKU\": \"056156\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 20,\n            \"PacksPerCase\": 16,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971848\",\n            \"Name\": \"BEEF 22 OZ PORTERHOUSE\",\n            \"Description\": \"BEEF 22 OZ PORTERHOUSE \",\n            \"SKU\": \"042373\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 22,\n            \"PacksPerCase\": 12,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971786\",\n            \"Name\": \"BEEF 22 OZ PORTERHOUSE TE\",\n            \"Description\": \"BEEF 22 OZ PORTERHOUSE TE \",\n            \"SKU\": \"007928\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 22,\n            \"PacksPerCase\": 12,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972206\",\n            \"Name\": \"BEEF 6 OZ CENTER CUT FILE\",\n            \"Description\": \"BEEF 6 OZ CENTER CUT FILE \",\n            \"SKU\": \"947300\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 6,\n            \"PacksPerCase\": 48,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972204\",\n            \"Name\": \"BEEF 6 OZ FILET CENTER CU\",\n            \"Description\": \"BEEF 6 OZ FILET CENTER CU \",\n            \"SKU\": \"947120\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 6,\n            \"PacksPerCase\": 48,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972203\",\n            \"Name\": \"BEEF 6 OZ TOP SIRLOIN\",\n            \"Description\": \"BEEF 6 OZ TOP SIRLOIN \",\n            \"SKU\": \"947080\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 6,\n            \"PacksPerCase\": 48,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972091\",\n            \"Name\": \"BEEF 6 OZ TOP SIRLOIN YEL\",\n            \"Description\": \"BEEF 6 OZ TOP SIRLOIN YEL \",\n            \"SKU\": \"940738\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 6,\n            \"PacksPerCase\": 48,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972202\",\n            \"Name\": \"BEEF 8 OZ TOP SIRLOIN\",\n            \"Description\": \"BEEF 8 OZ TOP SIRLOIN \",\n            \"SKU\": \"947078\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 8,\n            \"PacksPerCase\": 48,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971906\",\n            \"Name\": \"BEEF 9 OZ CC FILET GREEN\",\n            \"Description\": \"BEEF 9 OZ CC FILET GREEN \",\n            \"SKU\": \"051080\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 9,\n            \"PacksPerCase\": 36,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971908\",\n            \"Name\": \"BEEF 9 OZ CENTER CUT FILE\",\n            \"Description\": \"BEEF 9 OZ CENTER CUT FILE \",\n            \"SKU\": \"051089\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 9,\n            \"PacksPerCase\": 36,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971810\",\n            \"Name\": \"BEEF BRISKET CHOPPED\",\n            \"Description\": \"BEEF BRISKET CHOPPED \",\n            \"SKU\": \"034829\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 5,\n            \"PacksPerCase\": 4,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036430\",\n            \"Name\": \"BEEF CHUCK ROLL NEA PREMIUM 2PK\",\n            \"Description\": \"BEEF CHUCK ROLL NEA PREMIUM 2PK \",\n            \"SKU\": \"10025269\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 3,\n            \"PacksPerCase\": 22,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036542\",\n            \"Name\": \"BEEF CHUCKEYE ROLL 1X1 DIAMOND BMS 8 USA\",\n            \"Description\": \"BEEF CHUCKEYE ROLL 1X1 DIAMOND BMS 8 USA \",\n            \"SKU\": \"10161335\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 2,\n            \"PacksPerCase\": 25,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972037\",\n            \"Name\": \"BEEF COUNTRY FRIED STEAK\",\n            \"Description\": \"BEEF COUNTRY FRIED STEAK \",\n            \"SKU\": \"055179\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 2,\n            \"PacksPerCase\": 5,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get weight\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972008\",\n            \"Name\": \"BEEF GROUND FINE 75/25\",\n            \"Description\": \"BEEF GROUND FINE 75/25 \",\n            \"SKU\": \"054585\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 10,\n            \"PacksPerCase\": 6,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get weight\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972090\",\n            \"Name\": \"BEEF SIRLOIN 8 OZ PINK\",\n            \"Description\": \"BEEF SIRLOIN 8 OZ PINK \",\n            \"SKU\": \"940560\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 8,\n            \"PacksPerCase\": 48,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20546436\",\n            \"Name\": \"Beef Steaks Bavette\",\n            \"Description\": \"Beef Steaks Bavette \",\n            \"SKU\": \"107994\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 300,\n            \"PacksPerCase\": 10,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278522\",\n            \"Name\": \"Beef Topping Pepper Gold Fc Fz\",\n            \"Description\": \"Beef Topping Pepper Gold Fc Fz \",\n            \"SKU\": \"FC314\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 5,\n            \"PacksPerCase\": 6,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278545\",\n            \"Name\": \"Bf Topping 40-45 Per Oz Oblong Fc Fz\",\n            \"Description\": \"Bf Topping 40-45 Per Oz Oblong Fc Fz \",\n            \"SKU\": \"HB902\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 5,\n            \"PacksPerCase\": 2,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036426\",\n            \"Name\": \"BIO CLEAN DISHMACHINE DETERGENT\",\n            \"Description\": \"BIO CLEAN DISHMACHINE DETERGENT \",\n            \"SKU\": \"10063640\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 5,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036425\",\n            \"Name\": \"BIO RINSE MULTI TEMP DISHMACHINE DRYNG\",\n            \"Description\": \"BIO RINSE MULTI TEMP DISHMACHINE DRYNG \",\n            \"SKU\": \"10063749\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 5,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036345\",\n            \"Name\": \"BLEACH 6% ULTRA GALS\",\n            \"Description\": \"BLEACH 6% ULTRA GALS \",\n            \"SKU\": \"506040\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 6,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278438\",\n            \"Name\": \"Blueberry Fresh\",\n            \"Description\": \"Blueberry Fresh \",\n            \"SKU\": \"77258\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 0.5,\n            \"PacksPerCase\": 12,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036453\",\n            \"Name\": \"BOTTLE SPRAY 32 oz CARAFE STYLE PLASTIC\",\n            \"Description\": \"BOTTLE SPRAY 32 oz CARAFE STYLE PLASTIC \",\n            \"SKU\": \"10109474\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 84,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036449\",\n            \"Name\": \"BOWL PULP NATURAL 32 OZ ROUND\",\n            \"Description\": \"BOWL PULP NATURAL 32 OZ ROUND \",\n            \"SKU\": \"10130020\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 300,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278582\",\n            \"Name\": \"Box Pizza 12X12 B Fltd W/K\",\n            \"Description\": \"Box Pizza 12X12 B Fltd W/K \",\n            \"SKU\": \"PR532\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 50,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278583\",\n            \"Name\": \"Box Pizza 16X16 B Fltd W/K\",\n            \"Description\": \"Box Pizza 16X16 B Fltd W/K \",\n            \"SKU\": \"PR552\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 50,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278548\",\n            \"Name\": \"Box Pizza Slice 9\\\" Hinged\",\n            \"Description\": \"Box Pizza Slice 9\\\" Hinged \",\n            \"SKU\": \"HJ556\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 200,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971886\",\n            \"Name\": \"BREAD ARTISAN LOAF SL\",\n            \"Description\": \"BREAD ARTISAN LOAF SL \",\n            \"SKU\": \"047579\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 20,\n            \"PacksPerCase\": 6,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971925\",\n            \"Name\": \"BREAD CROSTINI 3/8 IN SLI\",\n            \"Description\": \"BREAD CROSTINI 3/8 IN SLI \",\n            \"SKU\": \"051520\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 18,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278480\",\n            \"Name\": \"Bread Crumb Ital Seas Med\",\n            \"Description\": \"Bread Crumb Ital Seas Med \",\n            \"SKU\": \"CV840\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 25,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972040\",\n            \"Name\": \"BREAD MULTIGRAIN LOAF V4\",\n            \"Description\": \"BREAD MULTIGRAIN LOAF V4 \",\n            \"SKU\": \"055263\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 60,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971981\",\n            \"Name\": \"BREAD NAAN\",\n            \"Description\": \"BREAD NAAN \",\n            \"SKU\": \"053679\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 6,\n            \"PacksPerCase\": 6,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972115\",\n            \"Name\": \"BREADER JBC/PANKO 6A017\",\n            \"Description\": \"BREADER JBC/PANKO 6A017 \",\n            \"SKU\": \"943962\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 2.5,\n            \"PacksPerCase\": 8,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972053\",\n            \"Name\": \"BREADER SUPER 50 LB\",\n            \"Description\": \"BREADER SUPER 50 LB \",\n            \"SKU\": \"055406\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 50,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971963\",\n            \"Name\": \"BREADER SUPER 50 LB\",\n            \"Description\": \"BREADER SUPER 50 LB \",\n            \"SKU\": \"053057\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 50,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278469\",\n            \"Name\": \"Breadstick Gar 8\\\" Parbkd Buk Pk In Plst Liner Fz\",\n            \"Description\": \"Breadstick Gar 8\\\" Parbkd Buk Pk In Plst Liner Fz \",\n            \"SKU\": \"CP874\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 126,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20546437\",\n            \"Name\": \"Broccoli\",\n            \"Description\": \"Broccoli \",\n            \"SKU\": \"32506\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"90\",\n            \"PackQuantity\": 6,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20546438\",\n            \"Name\": \"Broccoli Florets\",\n            \"Description\": \"Broccoli Florets \",\n            \"SKU\": \"108361\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"90\",\n            \"PackQuantity\": 1.25,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278597\",\n            \"Name\": \"Broccoli Florets Fresh\",\n            \"Description\": \"Broccoli Florets Fresh \",\n            \"SKU\": \"RK876\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 3,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036465\",\n            \"Name\": \"BROOM ANGLER MAXI HVY DUTY\",\n            \"Description\": \"BROOM ANGLER MAXI HVY DUTY \",\n            \"SKU\": \"712018\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 4,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278439\",\n            \"Name\": \"Brussels Sprouts #1 Fresh\",\n            \"Description\": \"Brussels Sprouts #1 Fresh \",\n            \"SKU\": \"78516\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 25,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971817\",\n            \"Name\": \"BUN POTATO 4 INCH\",\n            \"Description\": \"BUN POTATO 4 INCH \",\n            \"SKU\": \"036208\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 8,\n            \"PacksPerCase\": 12,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21087154\",\n            \"Name\": \"Burger Honest 3.75Inch 56G(1x96ea) - Added from invoice\",\n            \"Description\": \"Burger Honest 3.75Inch 56G(1x96ea) \",\n            \"SKU\": \"19413\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971800\",\n            \"Name\": \"BUTTER AA BLOCK\",\n            \"Description\": \"BUTTER AA BLOCK \",\n            \"SKU\": \"030668\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 36,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972018\",\n            \"Name\": \"BUTTER AA BLOCK\",\n            \"Description\": \"BUTTER AA BLOCK \",\n            \"SKU\": \"054781\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 36,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972087\",\n            \"Name\": \"BUTTER CHIPS\",\n            \"Description\": \"BUTTER CHIPS \",\n            \"SKU\": \"940046\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1003,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971795\",\n            \"Name\": \"BUTTER GARLIC ZT\",\n            \"Description\": \"BUTTER GARLIC ZT \",\n            \"SKU\": \"028400\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 4.5,\n            \"PacksPerCase\": 2,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972096\",\n            \"Name\": \"BUTTER GARLIC ZT\",\n            \"Description\": \"BUTTER GARLIC ZT \",\n            \"SKU\": \"942270\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 4.5,\n            \"PacksPerCase\": 2,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972095\",\n            \"Name\": \"BUTTER SMOKEY TOMATO ZTF\",\n            \"Description\": \"BUTTER SMOKEY TOMATO ZTF \",\n            \"SKU\": \"942257\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 4.5,\n            \"PacksPerCase\": 2,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278496\",\n            \"Name\": \"Butter Solid Unslt Grd A Tff Unsalted Ref\",\n            \"Description\": \"Butter Solid Unslt Grd A Tff Unsalted Ref \",\n            \"SKU\": \"DV252\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 36,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972017\",\n            \"Name\": \"BUTTER WHIPPED\",\n            \"Description\": \"BUTTER WHIPPED \",\n            \"SKU\": \"054780\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 5,\n            \"PacksPerCase\": 2,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971890\",\n            \"Name\": \"BUTTERMILK\",\n            \"Description\": \"BUTTERMILK \",\n            \"SKU\": \"048225\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 64,\n            \"PacksPerCase\": 9,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278527\",\n            \"Name\": \"Buttermilk 1% L/F Plst  Jug Ref\",\n            \"Description\": \"Buttermilk 1% L/F Plst  Jug Ref \",\n            \"SKU\": \"FK633\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 64,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278526\",\n            \"Name\": \"Buttermilk 1% L/F Plst  Jug Ref\",\n            \"Description\": \"Buttermilk 1% L/F Plst  Jug Ref \",\n            \"SKU\": \"FK632\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 64,\n            \"PacksPerCase\": 6,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20546439\",\n            \"Name\": \"Cabbage Red\",\n            \"Description\": \"Cabbage Red \",\n            \"SKU\": \"3356010\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"90\",\n            \"PackQuantity\": 10,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036415\",\n            \"Name\": \"CABBAGE RED ORGANIC\",\n            \"Description\": \"CABBAGE RED ORGANIC \",\n            \"SKU\": \"10043815\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 44,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20546440\",\n            \"Name\": \"Cabbage White\",\n            \"Description\": \"Cabbage White \",\n            \"SKU\": \"3355010\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"90\",\n            \"PackQuantity\": 10,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278513\",\n            \"Name\": \"Can Liner 33 Gal Xhvy Blk 90 Lb Cpcty 1.2 Mil 30 Mi\",\n            \"Description\": \"Can Liner 33 Gal Xhvy Blk 90 Lb Cpcty 1.2 Mil 30 Mi \",\n            \"SKU\": \"EW124\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 10,\n            \"PacksPerCase\": 10,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278512\",\n            \"Name\": \"Can Liner 45 Gal Xhvywt Blk 40X46 90 Lb Cpty 1.2\",\n            \"Description\": \"Can Liner 45 Gal Xhvywt Blk 40X46 90 Lb Cpty 1.2 \",\n            \"SKU\": \"EW122\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 10,\n            \"PacksPerCase\": 10,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036396\",\n            \"Name\": \"CAN LINER HD 38X60 VAL 16 MIC CLEAR RL\",\n            \"Description\": \"CAN LINER HD 38X60 VAL 16 MIC CLEAR RL \",\n            \"SKU\": \"10045590\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 8,\n            \"PacksPerCase\": 25,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036513\",\n            \"Name\": \"CAN LINER LD 36X58 1.75 MIL GREY FP\",\n            \"Description\": \"CAN LINER LD 36X58 1.75 MIL GREY FP \",\n            \"SKU\": \"805200\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 100,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036388\",\n            \"Name\": \"CAN LINER LD 37X50 1.3 MIL BLACK RL\",\n            \"Description\": \"CAN LINER LD 37X50 1.3 MIL BLACK RL \",\n            \"SKU\": \"805125\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 5,\n            \"PacksPerCase\": 20,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036416\",\n            \"Name\": \"CAN LINER LD 38X58 1.5 MIL BLACK RL\",\n            \"Description\": \"CAN LINER LD 38X58 1.5 MIL BLACK RL \",\n            \"SKU\": \"805206\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 100,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971856\",\n            \"Name\": \"CANDY MINT RED STARLIGHT\",\n            \"Description\": \"CANDY MINT RED STARLIGHT \",\n            \"SKU\": \"043981\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 3012,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971918\",\n            \"Name\": \"CAP EXTRA FOR BEVERAGE BA\",\n            \"Description\": \"CAP EXTRA FOR BEVERAGE BA \",\n            \"SKU\": \"051417\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 50,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278457\",\n            \"Name\": \"Carrot Baby Pld Fresh\",\n            \"Description\": \"Carrot Baby Pld Fresh \",\n            \"SKU\": \"CF481\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 5,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278456\",\n            \"Name\": \"Carrot Baby Pld Fresh\",\n            \"Description\": \"Carrot Baby Pld Fresh \",\n            \"SKU\": \"CF480\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 5,\n            \"PacksPerCase\": 4,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20546441\",\n            \"Name\": \"Carrot Peeled\",\n            \"Description\": \"Carrot Peeled \",\n            \"SKU\": \"618025\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"90\",\n            \"PackQuantity\": 2.5,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20546442\",\n            \"Name\": \"Cauliflower Floret\",\n            \"Description\": \"Cauliflower Floret \",\n            \"SKU\": \"608025\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"90\",\n            \"PackQuantity\": 2.5,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278598\",\n            \"Name\": \"Celery Stick 4\\\" Stack Pk Fresh\",\n            \"Description\": \"Celery Stick 4\\\" Stack Pk Fresh \",\n            \"SKU\": \"RK924\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 5,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278520\",\n            \"Name\": \"Celery Sticks Stack Pack\",\n            \"Description\": \"Celery Sticks Stack Pack \",\n            \"SKU\": \"FB980\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 5,\n            \"PacksPerCase\": 2,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036481\",\n            \"Name\": \"CHAFER STAND WIRE FRAME\",\n            \"Description\": \"CHAFER STAND WIRE FRAME \",\n            \"SKU\": \"10147788\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 22,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278451\",\n            \"Name\": \"Cheese Am Whte Loaf Ez Melt G/F Ref\",\n            \"Description\": \"Cheese Am Whte Loaf Ez Melt G/F Ref \",\n            \"SKU\": \"CF088\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 5,\n            \"PacksPerCase\": 6,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971887\",\n            \"Name\": \"CHEESE BLUE CRUMBLES\",\n            \"Description\": \"CHEESE BLUE CRUMBLES \",\n            \"SKU\": \"047599\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 5,\n            \"PacksPerCase\": 4,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278547\",\n            \"Name\": \"Cheese Blue Crumbles Ref\",\n            \"Description\": \"Cheese Blue Crumbles Ref \",\n            \"SKU\": \"HB984\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 5,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278574\",\n            \"Name\": \"Cheese Chd Mild Block Ref\",\n            \"Description\": \"Cheese Chd Mild Block Ref \",\n            \"SKU\": \"NT462\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 10,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278482\",\n            \"Name\": \"Cheese Chd Whi Sharp Fthr Shd Ref\",\n            \"Description\": \"Cheese Chd Whi Sharp Fthr Shd Ref \",\n            \"SKU\": \"DA426\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 5,\n            \"PacksPerCase\": 4,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971814\",\n            \"Name\": \"CHEESE CHEDDAR SHREDDED 3\",\n            \"Description\": \"CHEESE CHEDDAR SHREDDED 3 \",\n            \"SKU\": \"035300\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 5,\n            \"PacksPerCase\": 6,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278499\",\n            \"Name\": \"Cheese Cream Loaf Ref\",\n            \"Description\": \"Cheese Cream Loaf Ref \",\n            \"SKU\": \"DV520\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 3,\n            \"PacksPerCase\": 10,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972093\",\n            \"Name\": \"CHEESE CRUMBLED FETA\",\n            \"Description\": \"CHEESE CRUMBLED FETA \",\n            \"SKU\": \"940964\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 5,\n            \"PacksPerCase\": 2,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278564\",\n            \"Name\": \"Cheese Feta Crumble Rf\",\n            \"Description\": \"Cheese Feta Crumble Rf \",\n            \"SKU\": \"N9402\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 5,\n            \"PacksPerCase\": 2,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278460\",\n            \"Name\": \"Cheese Feta Grk Crmb Nat Auth Style Cow Mlk Rf\",\n            \"Description\": \"Cheese Feta Grk Crmb Nat Auth Style Cow Mlk Rf \",\n            \"SKU\": \"CK222\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 5,\n            \"PacksPerCase\": 2,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20546443\",\n            \"Name\": \"Cheese Feta YAMAS 900g\",\n            \"Description\": \"Cheese Feta YAMAS 900g \",\n            \"SKU\": \"3106641\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"91\",\n            \"PackQuantity\": 900,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20546444\",\n            \"Name\": \"Cheese Goat Log 900g-1kg\",\n            \"Description\": \"Cheese Goat Log 900g-1kg \",\n            \"SKU\": \"91081\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"90\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278575\",\n            \"Name\": \"Cheese Imit Mozz Sty Shd D/F Ref\",\n            \"Description\": \"Cheese Imit Mozz Sty Shd D/F Ref \",\n            \"SKU\": \"NW236\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 2.2,\n            \"PacksPerCase\": 6,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278436\",\n            \"Name\": \"Cheese Mozz Fr Cilgn 1/3 Oz Ball Whlmlk Tub Ref\",\n            \"Description\": \"Cheese Mozz Fr Cilgn 1/3 Oz Ball Whlmlk Tub Ref \",\n            \"SKU\": \"67588\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 3,\n            \"PacksPerCase\": 2,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278452\",\n            \"Name\": \"Cheese Mozz Fr Log Thin Slcd Cryovac Ref\",\n            \"Description\": \"Cheese Mozz Fr Log Thin Slcd Cryovac Ref \",\n            \"SKU\": \"CF096\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 2,\n            \"PacksPerCase\": 6,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278568\",\n            \"Name\": \"Cheese Mozz Lmwm P/Skim Dc Prem 50Bl Mwbfmlk Ref\",\n            \"Description\": \"Cheese Mozz Lmwm P/Skim Dc Prem 50Bl Mwbfmlk Ref \",\n            \"SKU\": \"NE868\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 5,\n            \"PacksPerCase\": 6,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278567\",\n            \"Name\": \"Cheese Mozz Lmwm P/Skim Shd Prem 50Bl Mwbfmlk Ref\",\n            \"Description\": \"Cheese Mozz Lmwm P/Skim Shd Prem 50Bl Mwbfmlk Ref \",\n            \"SKU\": \"NE862\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 5,\n            \"PacksPerCase\": 6,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278566\",\n            \"Name\": \"Cheese Mozz Lmwm Shd Prem Made W/ Buf Milk Ref\",\n            \"Description\": \"Cheese Mozz Lmwm Shd Prem Made W/ Buf Milk Ref \",\n            \"SKU\": \"NE860\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 5,\n            \"PacksPerCase\": 6,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278523\",\n            \"Name\": \"Cheese Mozz P/Skim Whlmlk Orig Shd Ref\",\n            \"Description\": \"Cheese Mozz P/Skim Whlmlk Orig Shd Ref \",\n            \"SKU\": \"FC580\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 15,\n            \"PacksPerCase\": 2,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972201\",\n            \"Name\": \"CHEESE NATURAL CHEDDAR SL\",\n            \"Description\": \"CHEESE NATURAL CHEDDAR SL \",\n            \"SKU\": \"947026\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 1.5,\n            \"PacksPerCase\": 8,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278569\",\n            \"Name\": \"Cheese Parm Fcy Shd Dom Ref\",\n            \"Description\": \"Cheese Parm Fcy Shd Dom Ref \",\n            \"SKU\": \"NH032\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 5,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278587\",\n            \"Name\": \"Cheese Parma Sty Grated\",\n            \"Description\": \"Cheese Parma Sty Grated \",\n            \"SKU\": \"PV170\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 6,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972092\",\n            \"Name\": \"CHEESE PARMESAN GRATED\",\n            \"Description\": \"CHEESE PARMESAN GRATED \",\n            \"SKU\": \"940903\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 5,\n            \"PacksPerCase\": 4,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278484\",\n            \"Name\": \"Cheese Parmesan Grated Ref\",\n            \"Description\": \"Cheese Parmesan Grated Ref \",\n            \"SKU\": \"DA635\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 5,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278483\",\n            \"Name\": \"Cheese Parmesan Grated Ref\",\n            \"Description\": \"Cheese Parmesan Grated Ref \",\n            \"SKU\": \"DA634\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 5,\n            \"PacksPerCase\": 6,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971867\",\n            \"Name\": \"CHEESE PROVOLONE SHREDDED\",\n            \"Description\": \"CHEESE PROVOLONE SHREDDED \",\n            \"SKU\": \"044794\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 5,\n            \"PacksPerCase\": 6,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972003\",\n            \"Name\": \"CHEESE RTU MUSHROOM STUFF\",\n            \"Description\": \"CHEESE RTU MUSHROOM STUFF \",\n            \"SKU\": \"054497\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 5,\n            \"PacksPerCase\": 2,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972123\",\n            \"Name\": \"CHERRIES WITH STEM 510 CT\",\n            \"Description\": \"CHERRIES WITH STEM 510 CT \",\n            \"SKU\": \"944269\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"96\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 4,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21363817\",\n            \"Name\": \"Cherry Mar W/ Stem\",\n            \"Description\": \"Cherry Mar W/ Stem \",\n            \"SKU\": \"TJ487\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"96\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972195\",\n            \"Name\": \"CHERRY WILD BLACK AMARENA\",\n            \"Description\": \"CHERRY WILD BLACK AMARENA \",\n            \"SKU\": \"946187\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 44,\n            \"PacksPerCase\": 6,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278570\",\n            \"Name\": \"Chick Brst Bnls Mari 15% Cvp Ref\",\n            \"Description\": \"Chick Brst Bnls Mari 15% Cvp Ref \",\n            \"SKU\": \"NH292\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 10,\n            \"PacksPerCase\": 4,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972044\",\n            \"Name\": \"CHICKEN 6OZ ALL NATURAL M\",\n            \"Description\": \"CHICKEN 6OZ ALL NATURAL M \",\n            \"SKU\": \"055302\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 10,\n            \"PacksPerCase\": 2,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971940\",\n            \"Name\": \"CHICKEN 6OZ ALL NATURAL M\",\n            \"Description\": \"CHICKEN 6OZ ALL NATURAL M \",\n            \"SKU\": \"051952\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 10,\n            \"PacksPerCase\": 2,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972043\",\n            \"Name\": \"CHICKEN TENDERLOINS CVP\",\n            \"Description\": \"CHICKEN TENDERLOINS CVP \",\n            \"SKU\": \"055301\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 10,\n            \"PacksPerCase\": 2,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971866\",\n            \"Name\": \"CHICKEN WINGS CUT\",\n            \"Description\": \"CHICKEN WINGS CUT \",\n            \"SKU\": \"044789\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 5,\n            \"PacksPerCase\": 4,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971977\",\n            \"Name\": \"CHICKEN WINGS CUT\",\n            \"Description\": \"CHICKEN WINGS CUT \",\n            \"SKU\": \"053588\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 5,\n            \"PacksPerCase\": 7,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20546445\",\n            \"Name\": \"ChickenThighs SL/BL Uncal\",\n            \"Description\": \"ChickenThighs SL/BL Uncal \",\n            \"SKU\": \"107993\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"90\",\n            \"PackQuantity\": 5,\n            \"PacksPerCase\": 2,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20546446\",\n            \"Name\": \"ChickThighHalal Frsh 140g\",\n            \"Description\": \"ChickThighHalal Frsh 140g \",\n            \"SKU\": \"310506\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"90\",\n            \"PackQuantity\": 5,\n            \"PacksPerCase\": 2,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20546447\",\n            \"Name\": \"Chillies Red\",\n            \"Description\": \"Chillies Red \",\n            \"SKU\": \"2351250\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"91\",\n            \"PackQuantity\": 250,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278577\",\n            \"Name\": \"Chip Potato Reg Ridgd\",\n            \"Description\": \"Chip Potato Reg Ridgd \",\n            \"SKU\": \"P5338\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 16,\n            \"PacksPerCase\": 8,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278590\",\n            \"Name\": \"Chip Tortilla Chile Nacho Borracho\",\n            \"Description\": \"Chip Tortilla Chile Nacho Borracho \",\n            \"SKU\": \"PW106\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 6,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278433\",\n            \"Name\": \"Chip Tortilla White Trngl P/Fry\",\n            \"Description\": \"Chip Tortilla White Trngl P/Fry \",\n            \"SKU\": \"33588\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 2,\n            \"PacksPerCase\": 6,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278589\",\n            \"Name\": \"Chip Tortilla Yel Thick  Slt\",\n            \"Description\": \"Chip Tortilla Yel Thick  Slt \",\n            \"SKU\": \"PW086\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 6,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971823\",\n            \"Name\": \"CHIX 6 OZ BREAST CVP\",\n            \"Description\": \"CHIX 6 OZ BREAST CVP \",\n            \"SKU\": \"038412\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 10,\n            \"PacksPerCase\": 2,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036433\",\n            \"Name\": \"CHIX THIGH MEAT BNLS/SKNLS NAE\",\n            \"Description\": \"CHIX THIGH MEAT BNLS/SKNLS NAE \",\n            \"SKU\": \"10147600\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 4,\n            \"PacksPerCase\": 10,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036544\",\n            \"Name\": \"CHIX WHOLE WOG 2.5-2.75 NAE\",\n            \"Description\": \"CHIX WHOLE WOG 2.5-2.75 NAE \",\n            \"SKU\": \"227070\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 37.5,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036409\",\n            \"Name\": \"CHIX WHOLE WOG 2.75 - 3.00 14 HEAD CVP\",\n            \"Description\": \"CHIX WHOLE WOG 2.75 - 3.00 14 HEAD CVP \",\n            \"SKU\": \"10001908\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 14,\n            \"PacksPerCase\": 2.875,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971852\",\n            \"Name\": \"CHSE ALPINE SWISS SLICED\",\n            \"Description\": \"CHSE ALPINE SWISS SLICED \",\n            \"SKU\": \"042961\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 1.5,\n            \"PacksPerCase\": 8,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971833\",\n            \"Name\": \"CHSE AMERICAN WHITE SLCD\",\n            \"Description\": \"CHSE AMERICAN WHITE SLCD \",\n            \"SKU\": \"040347\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 5,\n            \"PacksPerCase\": 4,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971834\",\n            \"Name\": \"CHSE AMERICAN YELLOW\",\n            \"Description\": \"CHSE AMERICAN YELLOW \",\n            \"SKU\": \"040541\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 5,\n            \"PacksPerCase\": 4,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971832\",\n            \"Name\": \"CHSE PARMESAN SHAVED\",\n            \"Description\": \"CHSE PARMESAN SHAVED \",\n            \"SKU\": \"040158\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 5,\n            \"PacksPerCase\": 4,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278576\",\n            \"Name\": \"Cider Apple 100% Pressed Pstrzd Plst Btl\",\n            \"Description\": \"Cider Apple 100% Pressed Pstrzd Plst Btl \",\n            \"SKU\": \"P1510\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"96\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 4,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036535\",\n            \"Name\": \"CILANTRO 30 CT ORGANIC\",\n            \"Description\": \"CILANTRO 30 CT ORGANIC \",\n            \"SKU\": \"468449\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 30,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278488\",\n            \"Name\": \"Cinnamon Ground\",\n            \"Description\": \"Cinnamon Ground \",\n            \"SKU\": \"DL633\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 18,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278487\",\n            \"Name\": \"Cinnamon Ground\",\n            \"Description\": \"Cinnamon Ground \",\n            \"SKU\": \"DL632\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 18,\n            \"PacksPerCase\": 6,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972062\",\n            \"Name\": \"CLEANER BAR KEEPER FRIEND\",\n            \"Description\": \"CLEANER BAR KEEPER FRIEND \",\n            \"SKU\": \"055597\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 26,\n            \"PacksPerCase\": 6,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971876\",\n            \"Name\": \"CLEANER BAR KEEPERS FRIEN\",\n            \"Description\": \"CLEANER BAR KEEPERS FRIEN \",\n            \"SKU\": \"045474\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 21,\n            \"PacksPerCase\": 12,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971960\",\n            \"Name\": \"CLEANER BAR SANITIZER OAS\",\n            \"Description\": \"CLEANER BAR SANITIZER OAS \",\n            \"SKU\": \"052936\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 64,\n            \"PacksPerCase\": 2,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278509\",\n            \"Name\": \"Cleaner Delimer Scale  Remover\",\n            \"Description\": \"Cleaner Delimer Scale  Remover \",\n            \"SKU\": \"EB586\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"96\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 4,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971996\",\n            \"Name\": \"CLEANER DIP IT XP DESTAIN\",\n            \"Description\": \"CLEANER DIP IT XP DESTAIN \",\n            \"SKU\": \"054292\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 2.33,\n            \"PacksPerCase\": 6,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972138\",\n            \"Name\": \"CLEANER ECO SAN CHLORINE\",\n            \"Description\": \"CLEANER ECO SAN CHLORINE \",\n            \"SKU\": \"944491\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"96\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 4,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972151\",\n            \"Name\": \"CLEANER FIRST IMPR SUM LI\",\n            \"Description\": \"CLEANER FIRST IMPR SUM LI \",\n            \"SKU\": \"944752\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 1.8,\n            \"PacksPerCase\": 12,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036424\",\n            \"Name\": \"CLEANER FLOOR ENZYMATIC NO RINSE\",\n            \"Description\": \"CLEANER FLOOR ENZYMATIC NO RINSE \",\n            \"SKU\": \"10061010\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 2.5,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036358\",\n            \"Name\": \"CLEANER FLOOR ONE STEP NO RINSE\",\n            \"Description\": \"CLEANER FLOOR ONE STEP NO RINSE \",\n            \"SKU\": \"10040687\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 4,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971809\",\n            \"Name\": \"CLEANER FRYER GREASE EXPR\",\n            \"Description\": \"CLEANER FRYER GREASE EXPR \",\n            \"SKU\": \"033389\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 8,\n            \"PacksPerCase\": 26,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036528\",\n            \"Name\": \"CLEANER FRYOLATOR FRYER CLEANER 6oz PKTS\",\n            \"Description\": \"CLEANER FRYOLATOR FRYER CLEANER 6oz PKTS \",\n            \"SKU\": \"10035658\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 24,\n            \"PacksPerCase\": 6,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971821\",\n            \"Name\": \"CLEANER GREASE EXPRESS HI\",\n            \"Description\": \"CLEANER GREASE EXPRESS HI \",\n            \"SKU\": \"037461\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 3.6,\n            \"PacksPerCase\": 60,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036411\",\n            \"Name\": \"CLEANER GRILL/GRIDDLE PACKETS CLEANER\",\n            \"Description\": \"CLEANER GRILL/GRIDDLE PACKETS CLEANER \",\n            \"SKU\": \"530087\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 40,\n            \"PacksPerCase\": 3.2,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971955\",\n            \"Name\": \"CLEANER HAND SOAP AB LIQU\",\n            \"Description\": \"CLEANER HAND SOAP AB LIQU \",\n            \"SKU\": \"052644\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"96\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 4,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971808\",\n            \"Name\": \"CLEANER HAND SOAP NEXA AN\",\n            \"Description\": \"CLEANER HAND SOAP NEXA AN \",\n            \"SKU\": \"032972\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"92\",\n            \"PackQuantity\": 2,\n            \"PacksPerCase\": 2,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972103\",\n            \"Name\": \"CLEANER KOOL KLENE 1 GAL\",\n            \"Description\": \"CLEANER KOOL KLENE 1 GAL \",\n            \"SKU\": \"943050\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"96\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 4,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971812\",\n            \"Name\": \"CLEANER LIME A WAY SOLID\",\n            \"Description\": \"CLEANER LIME A WAY SOLID \",\n            \"SKU\": \"035225\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 1.33,\n            \"PacksPerCase\": 6,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971959\",\n            \"Name\": \"CLEANER LIQUID BAR DETERG\",\n            \"Description\": \"CLEANER LIQUID BAR DETERG \",\n            \"SKU\": \"052935\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 64,\n            \"PacksPerCase\": 2,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036458\",\n            \"Name\": \"CLEANER LIQUID WITH BLEACH RTU W/TRIGGER\",\n            \"Description\": \"CLEANER LIQUID WITH BLEACH RTU W/TRIGGER \",\n            \"SKU\": \"10068046\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 12,\n            \"PacksPerCase\": 20,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972134\",\n            \"Name\": \"CLEANER MACHINE ULTRA KLE\",\n            \"Description\": \"CLEANER MACHINE ULTRA KLE \",\n            \"SKU\": \"944464\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"96\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 4,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972137\",\n            \"Name\": \"CLEANER MANUAL BAR DETERG\",\n            \"Description\": \"CLEANER MANUAL BAR DETERG \",\n            \"SKU\": \"944488\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 0.05,\n            \"PacksPerCase\": 100,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971884\",\n            \"Name\": \"CLEANER MAXX DUAL ACTION\",\n            \"Description\": \"CLEANER MAXX DUAL ACTION \",\n            \"SKU\": \"047422\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"96\",\n            \"PackQuantity\": 2.5,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036423\",\n            \"Name\": \"CLEANER MULTI PURPOSE LAVENDER\",\n            \"Description\": \"CLEANER MULTI PURPOSE LAVENDER \",\n            \"SKU\": \"10122150\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 4,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278603\",\n            \"Name\": \"Cleaner Multi Surface Clean Freeze\",\n            \"Description\": \"Cleaner Multi Surface Clean Freeze \",\n            \"SKU\": \"VC742\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"96\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 2,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972135\",\n            \"Name\": \"CLEANER OASIS 100 AP CITR\",\n            \"Description\": \"CLEANER OASIS 100 AP CITR \",\n            \"SKU\": \"944472\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"96\",\n            \"PackQuantity\": 2.5,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972116\",\n            \"Name\": \"CLEANER OASIS 146\",\n            \"Description\": \"CLEANER OASIS 146 \",\n            \"SKU\": \"943976\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"96\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 4,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036417\",\n            \"Name\": \"CLEANER OVEN CLINGING RTU W/TRIGGERS\",\n            \"Description\": \"CLEANER OVEN CLINGING RTU W/TRIGGERS \",\n            \"SKU\": \"10068049\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 6,\n            \"PacksPerCase\": 32,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971892\",\n            \"Name\": \"CLEANER PURELL SANITIZING\",\n            \"Description\": \"CLEANER PURELL SANITIZING \",\n            \"SKU\": \"048253\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"96\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 4,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972010\",\n            \"Name\": \"CLEANER RAPID MULTI SURAF\",\n            \"Description\": \"CLEANER RAPID MULTI SURAF \",\n            \"SKU\": \"054620\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"96\",\n            \"PackQuantity\": 2.5,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036422\",\n            \"Name\": \"CLEANER RAPID MULTI SURFACE DISINFECTANT\",\n            \"Description\": \"CLEANER RAPID MULTI SURFACE DISINFECTANT \",\n            \"SKU\": \"10138998\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 2,\n            \"PacksPerCase\": 2,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972186\",\n            \"Name\": \"CLEANER RED Z\",\n            \"Description\": \"CLEANER RED Z \",\n            \"SKU\": \"945911\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 2,\n            \"PacksPerCase\": 20,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972136\",\n            \"Name\": \"CLEANER RINSE AID LOW TEM\",\n            \"Description\": \"CLEANER RINSE AID LOW TEM \",\n            \"SKU\": \"944487\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"96\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 4,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971957\",\n            \"Name\": \"CLEANER RINSE SMART POWER\",\n            \"Description\": \"CLEANER RINSE SMART POWER \",\n            \"SKU\": \"052851\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 2.5,\n            \"PacksPerCase\": 2,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972004\",\n            \"Name\": \"CLEANER RO RINSE ADDITIVE\",\n            \"Description\": \"CLEANER RO RINSE ADDITIVE \",\n            \"SKU\": \"054500\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"96\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 4,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972133\",\n            \"Name\": \"CLEANER SANITIZER MACH LO\",\n            \"Description\": \"CLEANER SANITIZER MACH LO \",\n            \"SKU\": \"944454\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"96\",\n            \"PackQuantity\": 5,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972101\",\n            \"Name\": \"CLEANER SOLID SOILITE\",\n            \"Description\": \"CLEANER SOLID SOILITE \",\n            \"SKU\": \"943046\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 9,\n            \"PacksPerCase\": 6,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972102\",\n            \"Name\": \"CLEANER SOLITAIRE 5 LB\",\n            \"Description\": \"CLEANER SOLITAIRE 5 LB \",\n            \"SKU\": \"943049\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 5,\n            \"PacksPerCase\": 2,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036457\",\n            \"Name\": \"CLEANER TOILET BOWL FRESH SCENT CLOROX\",\n            \"Description\": \"CLEANER TOILET BOWL FRESH SCENT CLOROX \",\n            \"SKU\": \"10096101\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 12,\n            \"PacksPerCase\": 24,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278573\",\n            \"Name\": \"Cntr Combo Deli Plst  16Oz Clr P/P\",\n            \"Description\": \"Cntr Combo Deli Plst  16Oz Clr P/P \",\n            \"SKU\": \"NT076\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 240,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972052\",\n            \"Name\": \"COASTERS LH NATIONAL 4/24\",\n            \"Description\": \"COASTERS LH NATIONAL 4/24 \",\n            \"SKU\": \"055392\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 125,\n            \"PacksPerCase\": 40,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972025\",\n            \"Name\": \"COASTERS LH NATIONAL 6/23\",\n            \"Description\": \"COASTERS LH NATIONAL 6/23 \",\n            \"SKU\": \"054811\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 125,\n            \"PacksPerCase\": 40,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972051\",\n            \"Name\": \"COASTERS LH TX 4/24\",\n            \"Description\": \"COASTERS LH TX 4/24 \",\n            \"SKU\": \"055391\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 125,\n            \"PacksPerCase\": 40,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972026\",\n            \"Name\": \"COASTERS LH TX 6/23\",\n            \"Description\": \"COASTERS LH TX 6/23 \",\n            \"SKU\": \"054812\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 125,\n            \"PacksPerCase\": 40,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278429\",\n            \"Name\": \"Coconut Cream Of Cnd\",\n            \"Description\": \"Coconut Cream Of Cnd \",\n            \"SKU\": \"18776\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 15,\n            \"PacksPerCase\": 24,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972131\",\n            \"Name\": \"COFFEE 100% WHOLE BEAN\",\n            \"Description\": \"COFFEE 100% WHOLE BEAN \",\n            \"SKU\": \"944377\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 2,\n            \"PacksPerCase\": 12,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972132\",\n            \"Name\": \"COFFEE DECAF COLOMBIAN\",\n            \"Description\": \"COFFEE DECAF COLOMBIAN \",\n            \"SKU\": \"944378\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 2,\n            \"PacksPerCase\": 12,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972143\",\n            \"Name\": \"COFFEE FILTER REGULAR\",\n            \"Description\": \"COFFEE FILTER REGULAR \",\n            \"SKU\": \"944555\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 50,\n            \"PacksPerCase\": 20,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036524\",\n            \"Name\": \"CONT DELI PLAS CLEAR 16 OZ RD PK16S-C\",\n            \"Description\": \"CONT DELI PLAS CLEAR 16 OZ RD PK16S-C \",\n            \"SKU\": \"827221\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 500,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036523\",\n            \"Name\": \"CONT DELI PLAS CLEAR 8 OZ RD PK8S-C\",\n            \"Description\": \"CONT DELI PLAS CLEAR 8 OZ RD PK8S-C \",\n            \"SKU\": \"827211\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 500,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036447\",\n            \"Name\": \"CONT H/L BAGASSE NATURAL 6X6 SANDWICH LG\",\n            \"Description\": \"CONT H/L BAGASSE NATURAL 6X6 SANDWICH LG \",\n            \"SKU\": \"10099384\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 8,\n            \"PacksPerCase\": 50,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972075\",\n            \"Name\": \"CONTAINER 1 COMP SMALL BA\",\n            \"Description\": \"CONTAINER 1 COMP SMALL BA \",\n            \"SKU\": \"056076\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 63,\n            \"PacksPerCase\": 6,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972064\",\n            \"Name\": \"CONTAINER 2 COMP LH CUSTO\",\n            \"Description\": \"CONTAINER 2 COMP LH CUSTO \",\n            \"SKU\": \"055610\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 240,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278530\",\n            \"Name\": \"Container Alum 9\\\" Combo Rnd W/ Board Lid\",\n            \"Description\": \"Container Alum 9\\\" Combo Rnd W/ Board Lid \",\n            \"SKU\": \"FN788\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 200,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971985\",\n            \"Name\": \"CONTAINER ECO BLACK 8X6\",\n            \"Description\": \"CONTAINER ECO BLACK 8X6 \",\n            \"SKU\": \"053864\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 340,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278510\",\n            \"Name\": \"Cookie Cookielossus 8\\\"  Parbkd Fz\",\n            \"Description\": \"Cookie Cookielossus 8\\\"  Parbkd Fz \",\n            \"SKU\": \"EF688\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 11.5,\n            \"PacksPerCase\": 24,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971862\",\n            \"Name\": \"COOKIE TEDDY GRAHAM CINNA\",\n            \"Description\": \"COOKIE TEDDY GRAHAM CINNA \",\n            \"SKU\": \"044665\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 0.75,\n            \"PacksPerCase\": 150,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036382\",\n            \"Name\": \"CORN FRESH 42-48 COUNT\",\n            \"Description\": \"CORN FRESH 42-48 COUNT \",\n            \"SKU\": \"432360\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036471\",\n            \"Name\": \"CORN SWEET ORGANIC FROZEN\",\n            \"Description\": \"CORN SWEET ORGANIC FROZEN \",\n            \"SKU\": \"10148065\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 6,\n            \"PacksPerCase\": 5,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20546448\",\n            \"Name\": \"Courgette Green\",\n            \"Description\": \"Courgette Green \",\n            \"SKU\": \"34755\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"90\",\n            \"PackQuantity\": 5,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971869\",\n            \"Name\": \"COVER TOILET SEAT\",\n            \"Description\": \"COVER TOILET SEAT \",\n            \"SKU\": \"044841\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 250,\n            \"PacksPerCase\": 20,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971932\",\n            \"Name\": \"COVERS BEARD\",\n            \"Description\": \"COVERS BEARD \",\n            \"SKU\": \"051685\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 100,\n            \"PacksPerCase\": 10,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971850\",\n            \"Name\": \"CRAB LUMP\",\n            \"Description\": \"CRAB LUMP \",\n            \"SKU\": \"042916\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 12,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971938\",\n            \"Name\": \"CRAB MEAT LUMP\",\n            \"Description\": \"CRAB MEAT LUMP \",\n            \"SKU\": \"051937\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 12,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972142\",\n            \"Name\": \"CRACKERS OYSTER\",\n            \"Description\": \"CRACKERS OYSTER \",\n            \"SKU\": \"944543\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 0.5,\n            \"PacksPerCase\": 150,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971970\",\n            \"Name\": \"CRACKERS SALTINES\",\n            \"Description\": \"CRACKERS SALTINES \",\n            \"SKU\": \"053391\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 500,\n            \"PacksPerCase\": 2,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278535\",\n            \"Name\": \"Cranberries Dried Infused Tff\",\n            \"Description\": \"Cranberries Dried Infused Tff \",\n            \"SKU\": \"GK456\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 5,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972165\",\n            \"Name\": \"CRAYONS LH 2 CT BOX\",\n            \"Description\": \"CRAYONS LH 2 CT BOX \",\n            \"SKU\": \"945242\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 400,\n            \"PacksPerCase\": 4,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971964\",\n            \"Name\": \"CREAM 1/2 AND 1/2 QUARTS\",\n            \"Description\": \"CREAM 1/2 AND 1/2 QUARTS \",\n            \"SKU\": \"053090\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 32,\n            \"PacksPerCase\": 12,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971838\",\n            \"Name\": \"CREAM HEAVY WHIP 36% AERO\",\n            \"Description\": \"CREAM HEAVY WHIP 36% AERO \",\n            \"SKU\": \"041204\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 14,\n            \"PacksPerCase\": 12,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278454\",\n            \"Name\": \"Cream Hvy Whipping 40% Uht  Ref\",\n            \"Description\": \"Cream Hvy Whipping 40% Uht  Ref \",\n            \"SKU\": \"CF135\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 32,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278453\",\n            \"Name\": \"Cream Hvy Whipping 40% Uht  Ref\",\n            \"Description\": \"Cream Hvy Whipping 40% Uht  Ref \",\n            \"SKU\": \"CF134\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 32,\n            \"PacksPerCase\": 12,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036534\",\n            \"Name\": \"CREAM SOUR ORIGINAL\",\n            \"Description\": \"CREAM SOUR ORIGINAL \",\n            \"SKU\": \"107206\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 4,\n            \"PacksPerCase\": 5,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971789\",\n            \"Name\": \"CREAM WHIPPED AEROSOL 18%\",\n            \"Description\": \"CREAM WHIPPED AEROSOL 18% \",\n            \"SKU\": \"010126\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 15,\n            \"PacksPerCase\": 12,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278536\",\n            \"Name\": \"Crouton H/Sty Chse Garlic\",\n            \"Description\": \"Crouton H/Sty Chse Garlic \",\n            \"SKU\": \"GK580\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 2.5,\n            \"PacksPerCase\": 4,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972139\",\n            \"Name\": \"CROUTON HOMESTYLE SOFT\",\n            \"Description\": \"CROUTON HOMESTYLE SOFT \",\n            \"SKU\": \"944526\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 2.25,\n            \"PacksPerCase\": 8,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971923\",\n            \"Name\": \"CROUTON TOGO HOMESTYLE SO\",\n            \"Description\": \"CROUTON TOGO HOMESTYLE SO \",\n            \"SKU\": \"051485\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 375,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278533\",\n            \"Name\": \"Crust Piz Cauliflower 11.75\\\" G/F Seas Fz\",\n            \"Description\": \"Crust Piz Cauliflower 11.75\\\" G/F Seas Fz \",\n            \"SKU\": \"GE528\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 7.3,\n            \"PacksPerCase\": 24,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972174\",\n            \"Name\": \"CRYSTAL WRAP 18 X 3000\",\n            \"Description\": \"CRYSTAL WRAP 18 X 3000 \",\n            \"SKU\": \"945679\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20546449\",\n            \"Name\": \"Cucumber Cat II\",\n            \"Description\": \"Cucumber Cat II \",\n            \"SKU\": \"21575\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"90\",\n            \"PackQuantity\": 5,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972069\",\n            \"Name\": \"CUP 14 OZ PAPER LH LOGO\",\n            \"Description\": \"CUP 14 OZ PAPER LH LOGO \",\n            \"SKU\": \"055873\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1000,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971950\",\n            \"Name\": \"CUP 20 OZ UNPRINTED\",\n            \"Description\": \"CUP 20 OZ UNPRINTED \",\n            \"SKU\": \"052400\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 50,\n            \"PacksPerCase\": 20,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972054\",\n            \"Name\": \"CUP 3.25 CLEAR PORTION PP\",\n            \"Description\": \"CUP 3.25 CLEAR PORTION PP \",\n            \"SKU\": \"055453\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 50,\n            \"PacksPerCase\": 50,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036499\",\n            \"Name\": \"CUP DRINK CARRIER PULP 4 CUP\",\n            \"Description\": \"CUP DRINK CARRIER PULP 4 CUP \",\n            \"SKU\": \"10111894\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 4,\n            \"PacksPerCase\": 75,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971951\",\n            \"Name\": \"CUP KIDS 12OZ UNPRINTED\",\n            \"Description\": \"CUP KIDS 12OZ UNPRINTED \",\n            \"SKU\": \"052402\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 50,\n            \"PacksPerCase\": 20,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972049\",\n            \"Name\": \"CUP PAPER 12OZ HOT CUP UN\",\n            \"Description\": \"CUP PAPER 12OZ HOT CUP UN \",\n            \"SKU\": \"055387\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1000,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972046\",\n            \"Name\": \"CUP PAPER CONE\",\n            \"Description\": \"CUP PAPER CONE \",\n            \"SKU\": \"055313\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 200,\n            \"PacksPerCase\": 25,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971982\",\n            \"Name\": \"CUP PAPER CONE\",\n            \"Description\": \"CUP PAPER CONE \",\n            \"SKU\": \"053703\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 200,\n            \"PacksPerCase\": 25,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036367\",\n            \"Name\": \"CUP PLAS CLEAR 10 OZ PET\",\n            \"Description\": \"CUP PLAS CLEAR 10 OZ PET \",\n            \"SKU\": \"10121595\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 20,\n            \"PacksPerCase\": 50,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036443\",\n            \"Name\": \"CUP PLAS CLEAR 16/18 OZ SQUAT KC16S\",\n            \"Description\": \"CUP PLAS CLEAR 16/18 OZ SQUAT KC16S \",\n            \"SKU\": \"825522\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 20,\n            \"PacksPerCase\": 50,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036450\",\n            \"Name\": \"CUP PLAS GREENWARE 16/18 OZ CLEAR PLA\",\n            \"Description\": \"CUP PLAS GREENWARE 16/18 OZ CLEAR PLA \",\n            \"SKU\": \"825518\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 20,\n            \"PacksPerCase\": 50,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278489\",\n            \"Name\": \"Cup Portion 3.25 Oz Blk Lid Dr466\",\n            \"Description\": \"Cup Portion 3.25 Oz Blk Lid Dr466 \",\n            \"SKU\": \"DR460\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 125,\n            \"PacksPerCase\": 20,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972034\",\n            \"Name\": \"CUP PORTION CLEAR 2OZ PP\",\n            \"Description\": \"CUP PORTION CLEAR 2OZ PP \",\n            \"SKU\": \"055166\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 50,\n            \"PacksPerCase\": 50,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20546451\",\n            \"Name\": \"Curly Kale\",\n            \"Description\": \"Curly Kale \",\n            \"SKU\": \"33572\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"90\",\n            \"PackQuantity\": 2,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20546450\",\n            \"Name\": \"Curly Kale\",\n            \"Description\": \"Curly Kale \",\n            \"SKU\": \"33576\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"90\",\n            \"PackQuantity\": 6,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036500\",\n            \"Name\": \"CUTLERY KIT HVY BLACK K/F/S/N/S&P - PP\",\n            \"Description\": \"CUTLERY KIT HVY BLACK K/F/S/N/S&P - PP \",\n            \"SKU\": \"10129765\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 250,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971893\",\n            \"Name\": \"CUTLERY PP TOGO KIT NO S\",\n            \"Description\": \"CUTLERY PP TOGO KIT NO S \",\n            \"SKU\": \"048266\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 500,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036360\",\n            \"Name\": \"DELI PAPER 12X10.75 KRAFT GREEN WACKS\",\n            \"Description\": \"DELI PAPER 12X10.75 KRAFT GREEN WACKS \",\n            \"SKU\": \"10061016\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 4,\n            \"PacksPerCase\": 500,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036427\",\n            \"Name\": \"DELIMER 1 GAL\",\n            \"Description\": \"DELIMER 1 GAL \",\n            \"SKU\": \"10063603\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 4,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971858\",\n            \"Name\": \"DESSERT CHOCOLATE STAMPED\",\n            \"Description\": \"DESSERT CHOCOLATE STAMPED \",\n            \"SKU\": \"044116\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 6,\n            \"PacksPerCase\": 4,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972031\",\n            \"Name\": \"DESSERT LAVA CAKE V2\",\n            \"Description\": \"DESSERT LAVA CAKE V2 \",\n            \"SKU\": \"054892\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 12,\n            \"PacksPerCase\": 6,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971849\",\n            \"Name\": \"DESSERT STRAWBERRY SHORTC\",\n            \"Description\": \"DESSERT STRAWBERRY SHORTC \",\n            \"SKU\": \"042903\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 24,\n            \"PacksPerCase\": 2,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971983\",\n            \"Name\": \"DESSERTS CHEESECAKE\",\n            \"Description\": \"DESSERTS CHEESECAKE \",\n            \"SKU\": \"053722\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 10,\n            \"PacksPerCase\": 4,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278503\",\n            \"Name\": \"Detergent Dish Machine All Temp Conc\",\n            \"Description\": \"Detergent Dish Machine All Temp Conc \",\n            \"SKU\": \"DV986\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"96\",\n            \"PackQuantity\": 5,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278493\",\n            \"Name\": \"Detergent Low Temp Mch Economy Red In Color\",\n            \"Description\": \"Detergent Low Temp Mch Economy Red In Color \",\n            \"SKU\": \"DT464\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"96\",\n            \"PackQuantity\": 5,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036362\",\n            \"Name\": \"DETERGENT POT & PAN GREEN 1 GAL\",\n            \"Description\": \"DETERGENT POT & PAN GREEN 1 GAL \",\n            \"SKU\": \"10063604\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 4,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036428\",\n            \"Name\": \"DETERGENT POT AND PAN GREEN 5 GAL\",\n            \"Description\": \"DETERGENT POT AND PAN GREEN 5 GAL \",\n            \"SKU\": \"10063510\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 5,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278505\",\n            \"Name\": \"Detergent Presoak Fltwre Ez Snap\",\n            \"Description\": \"Detergent Presoak Fltwre Ez Snap \",\n            \"SKU\": \"EA930\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"96\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 2,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036459\",\n            \"Name\": \"DISINFECTANT CLEANER RAPID MULTI SURFACE\",\n            \"Description\": \"DISINFECTANT CLEANER RAPID MULTI SURFACE \",\n            \"SKU\": \"10144505\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 6,\n            \"PacksPerCase\": 32,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036522\",\n            \"Name\": \"DISP TORKMATIC ELEV BLACK H1\",\n            \"Description\": \"DISP TORKMATIC ELEV BLACK H1 \",\n            \"SKU\": \"851620\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036349\",\n            \"Name\": \"DRAIN ODOR CNTRL ENZYMATC GREASE EATER\",\n            \"Description\": \"DRAIN ODOR CNTRL ENZYMATC GREASE EATER \",\n            \"SKU\": \"10063783\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 12,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972163\",\n            \"Name\": \"DRESS BLUE CHSE MIX NO MS\",\n            \"Description\": \"DRESS BLUE CHSE MIX NO MS \",\n            \"SKU\": \"945165\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 6.2,\n            \"PacksPerCase\": 18,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972128\",\n            \"Name\": \"DRESS ITALIAN GOLDEN\",\n            \"Description\": \"DRESS ITALIAN GOLDEN \",\n            \"SKU\": \"944362\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"96\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 4,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972089\",\n            \"Name\": \"DRESS ONION DIP\",\n            \"Description\": \"DRESS ONION DIP \",\n            \"SKU\": \"940556\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"96\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 4,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972171\",\n            \"Name\": \"DRESS RASPBY VINAIGRETTE\",\n            \"Description\": \"DRESS RASPBY VINAIGRETTE \",\n            \"SKU\": \"945481\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 64,\n            \"PacksPerCase\": 10,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971793\",\n            \"Name\": \"DRESSING AVOCADO LIME NO\",\n            \"Description\": \"DRESSING AVOCADO LIME NO \",\n            \"SKU\": \"024097\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"96\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 2,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971843\",\n            \"Name\": \"DRESSING BALSAMIC VINAIGR\",\n            \"Description\": \"DRESSING BALSAMIC VINAIGR \",\n            \"SKU\": \"041740\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"96\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 4,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278428\",\n            \"Name\": \"Dressing Balsamic Vngrt No Msg\",\n            \"Description\": \"Dressing Balsamic Vngrt No Msg \",\n            \"SKU\": \"16431\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"96\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278427\",\n            \"Name\": \"Dressing Balsamic Vngrt No Msg\",\n            \"Description\": \"Dressing Balsamic Vngrt No Msg \",\n            \"SKU\": \"16430\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"96\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 4,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278556\",\n            \"Name\": \"Dressing Blue Cheese Ref\",\n            \"Description\": \"Dressing Blue Cheese Ref \",\n            \"SKU\": \"J9635\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"96\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278555\",\n            \"Name\": \"Dressing Blue Cheese Ref\",\n            \"Description\": \"Dressing Blue Cheese Ref \",\n            \"SKU\": \"J9634\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"96\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 4,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971818\",\n            \"Name\": \"DRESSING BUFFALO SAUCE\",\n            \"Description\": \"DRESSING BUFFALO SAUCE \",\n            \"SKU\": \"036504\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"96\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 4,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971888\",\n            \"Name\": \"DRESSING CAESAR\",\n            \"Description\": \"DRESSING CAESAR \",\n            \"SKU\": \"047900\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"96\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 4,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278501\",\n            \"Name\": \"Dressing Caesar Crmy Tff\",\n            \"Description\": \"Dressing Caesar Crmy Tff \",\n            \"SKU\": \"DV617\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"96\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971894\",\n            \"Name\": \"DRESSING FRENCH\",\n            \"Description\": \"DRESSING FRENCH \",\n            \"SKU\": \"048366\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"96\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 4,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972150\",\n            \"Name\": \"DRESSING FRENCH LH\",\n            \"Description\": \"DRESSING FRENCH LH \",\n            \"SKU\": \"944722\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"96\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 4,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278431\",\n            \"Name\": \"Dressing Honey Mustard Classic Essentials Ref\",\n            \"Description\": \"Dressing Honey Mustard Classic Essentials Ref \",\n            \"SKU\": \"21883\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"96\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278441\",\n            \"Name\": \"Dressing Ital Old Venice\",\n            \"Description\": \"Dressing Ital Old Venice \",\n            \"SKU\": \"91638\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"96\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 2,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278426\",\n            \"Name\": \"Dressing Mix Ranch Orig Yield 1 Gal\",\n            \"Description\": \"Dressing Mix Ranch Orig Yield 1 Gal \",\n            \"SKU\": \"12278\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 3.2,\n            \"PacksPerCase\": 18,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278473\",\n            \"Name\": \"Dressing Ranch Buttermilk Tff\",\n            \"Description\": \"Dressing Ranch Buttermilk Tff \",\n            \"SKU\": \"CV133\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"96\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278472\",\n            \"Name\": \"Dressing Ranch Buttermilk Tff\",\n            \"Description\": \"Dressing Ranch Buttermilk Tff \",\n            \"SKU\": \"CV132\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"96\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 4,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971792\",\n            \"Name\": \"DRESSING RANCH NO MSG\",\n            \"Description\": \"DRESSING RANCH NO MSG \",\n            \"SKU\": \"024019\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 9.9,\n            \"PacksPerCase\": 12,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278528\",\n            \"Name\": \"Egg Shl/On Whi Med Aa Loose C/F Ref\",\n            \"Description\": \"Egg Shl/On Whi Med Aa Loose C/F Ref \",\n            \"SKU\": \"FM850\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 180,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20546452\",\n            \"Name\": \"Eggs Free Range M\",\n            \"Description\": \"Eggs Free Range M \",\n            \"SKU\": \"300082\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 15,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971851\",\n            \"Name\": \"EGGS HARDCOOKED CF\",\n            \"Description\": \"EGGS HARDCOOKED CF \",\n            \"SKU\": \"042948\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 12,\n            \"PacksPerCase\": 12,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971883\",\n            \"Name\": \"EGGS LIQUID WHOLE CF\",\n            \"Description\": \"EGGS LIQUID WHOLE CF \",\n            \"SKU\": \"047217\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 2,\n            \"PacksPerCase\": 15,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036403\",\n            \"Name\": \"EGGS YOLKS PLAIN 94063\",\n            \"Description\": \"EGGS YOLKS PLAIN 94063 \",\n            \"SKU\": \"188071\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 15,\n            \"PacksPerCase\": 2,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278552\",\n            \"Name\": \"Filling Pie Apple\",\n            \"Description\": \"Filling Pie Apple \",\n            \"SKU\": \"J2995\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 10,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278551\",\n            \"Name\": \"Filling Pie Apple\",\n            \"Description\": \"Filling Pie Apple \",\n            \"SKU\": \"J2994\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 10,\n            \"PacksPerCase\": 6,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278511\",\n            \"Name\": \"Film Plst Pvc 18\\\"X2000' W/ Slide Cutter\",\n            \"Description\": \"Film Plst Pvc 18\\\"X2000' W/ Slide Cutter \",\n            \"SKU\": \"EW060\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 2000,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036498\",\n            \"Name\": \"FILM WRAP 12X2000' CBI PREMIER\",\n            \"Description\": \"FILM WRAP 12X2000' CBI PREMIER \",\n            \"SKU\": \"858025\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036350\",\n            \"Name\": \"FILM WRAP 18X2000' CBI PREMIER\",\n            \"Description\": \"FILM WRAP 18X2000' CBI PREMIER \",\n            \"SKU\": \"858050\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036395\",\n            \"Name\": \"FILM WRAP 24X2000' CBI PREMIER\",\n            \"Description\": \"FILM WRAP 24X2000' CBI PREMIER \",\n            \"SKU\": \"858065\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971801\",\n            \"Name\": \"FILTER 18.5X20.5 US2\",\n            \"Description\": \"FILTER 18.5X20.5 US2 \",\n            \"SKU\": \"030855\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 100,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971824\",\n            \"Name\": \"FILTER ENVELOPE 14X22\",\n            \"Description\": \"FILTER ENVELOPE 14X22 \",\n            \"SKU\": \"038891\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 100,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972185\",\n            \"Name\": \"FILTER FRYMASTER 34X22\",\n            \"Description\": \"FILTER FRYMASTER 34X22 \",\n            \"SKU\": \"945831\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 100,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036466\",\n            \"Name\": \"FLOOR SQUEEGEE 22 INCH FLEXIBLE BLUE\",\n            \"Description\": \"FLOOR SQUEEGEE 22 INCH FLEXIBLE BLUE \",\n            \"SKU\": \"10026572\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278448\",\n            \"Name\": \"Flour Baking 1 To 1 G/F\",\n            \"Description\": \"Flour Baking 1 To 1 G/F \",\n            \"SKU\": \"BJ964\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 25,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036437\",\n            \"Name\": \"FLOUR ENRICHED UNBLEACHED HARVEST KING\",\n            \"Description\": \"FLOUR ENRICHED UNBLEACHED HARVEST KING \",\n            \"SKU\": \"10074831\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 50,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278544\",\n            \"Name\": \"Flour High Gluten Bromated Bleached\",\n            \"Description\": \"Flour High Gluten Bromated Bleached \",\n            \"SKU\": \"HB900\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 50,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971933\",\n            \"Name\": \"FOIL 24X1000 HEAVY DUTY\",\n            \"Description\": \"FOIL 24X1000 HEAVY DUTY \",\n            \"SKU\": \"051686\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971942\",\n            \"Name\": \"FOIL SHEETS 9 X 10 3/4\",\n            \"Description\": \"FOIL SHEETS 9 X 10 3/4 \",\n            \"SKU\": \"052016\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 500,\n            \"PacksPerCase\": 6,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036351\",\n            \"Name\": \"FORK BLACK SMARTSTOCK O REFILL PS\",\n            \"Description\": \"FORK BLACK SMARTSTOCK O REFILL PS \",\n            \"SKU\": \"862970\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 24,\n            \"PacksPerCase\": 40,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036487\",\n            \"Name\": \"FORK BLACK SMARTSTOCK T REFILL PS\",\n            \"Description\": \"FORK BLACK SMARTSTOCK T REFILL PS \",\n            \"SKU\": \"10111214\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 24,\n            \"PacksPerCase\": 40,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21087162\",\n            \"Name\": \"Frank Redhot Cayen Pep Sce(1x3.78ltr) - Added from invoice\",\n            \"Description\": \"Frank Redhot Cayen Pep Sce(1x3.78ltr) \",\n            \"SKU\": \"60152S\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972098\",\n            \"Name\": \"FRENCH FRY 3/8 STRAIGHT C\",\n            \"Description\": \"FRENCH FRY 3/8 STRAIGHT C \",\n            \"SKU\": \"942876\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 5,\n            \"PacksPerCase\": 6,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20546453\",\n            \"Name\": \"Fresh Herbs Basil\",\n            \"Description\": \"Fresh Herbs Basil \",\n            \"SKU\": \"45001\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"90\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20546454\",\n            \"Name\": \"Fresh Herbs Coriander\",\n            \"Description\": \"Fresh Herbs Coriander \",\n            \"SKU\": \"45071\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"90\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20546455\",\n            \"Name\": \"Fresh Herbs Dill\",\n            \"Description\": \"Fresh Herbs Dill \",\n            \"SKU\": \"4509100\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"91\",\n            \"PackQuantity\": 100,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20546456\",\n            \"Name\": \"Fresh Herbs Flat Parsley\",\n            \"Description\": \"Fresh Herbs Flat Parsley \",\n            \"SKU\": \"45121\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"90\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20546457\",\n            \"Name\": \"Fresh Herbs Mint\",\n            \"Description\": \"Fresh Herbs Mint \",\n            \"SKU\": \"4510100\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 100,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972041\",\n            \"Name\": \"FRUIT FREEZE DRIED DRAGON\",\n            \"Description\": \"FRUIT FREEZE DRIED DRAGON \",\n            \"SKU\": \"055269\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 7.05,\n            \"PacksPerCase\": 12,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036476\",\n            \"Name\": \"FUEL CHAFING 6 HR STEM WICK\",\n            \"Description\": \"FUEL CHAFING 6 HR STEM WICK \",\n            \"SKU\": \"10001687\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 24,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036555\",\n            \"Name\": \"FUEL SURCHARGE - Added from invoice\",\n            \"Description\": \"FUEL SURCHARGE \",\n            \"SKU\": \"990008\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 0,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971990\",\n            \"Name\": \"GARLIC CHOPPED IN WATER\",\n            \"Description\": \"GARLIC CHOPPED IN WATER \",\n            \"SKU\": \"054087\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 4.5,\n            \"PacksPerCase\": 6,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278468\",\n            \"Name\": \"Garlic Chpd In Oil\",\n            \"Description\": \"Garlic Chpd In Oil \",\n            \"SKU\": \"CP487\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 32,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278467\",\n            \"Name\": \"Garlic Chpd In Oil\",\n            \"Description\": \"Garlic Chpd In Oil \",\n            \"SKU\": \"CP486\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 32,\n            \"PacksPerCase\": 6,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278475\",\n            \"Name\": \"Garlic Powder\",\n            \"Description\": \"Garlic Powder \",\n            \"SKU\": \"CV203\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 5,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278474\",\n            \"Name\": \"Garlic Powder\",\n            \"Description\": \"Garlic Powder \",\n            \"SKU\": \"CV202\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 5,\n            \"PacksPerCase\": 6,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20546458\",\n            \"Name\": \"Garlic Prepared\",\n            \"Description\": \"Garlic Prepared \",\n            \"SKU\": \"62301\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"90\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278584\",\n            \"Name\": \"Garlic Whl Pld Bgbx\",\n            \"Description\": \"Garlic Whl Pld Bgbx \",\n            \"SKU\": \"PR596\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 5,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036386\",\n            \"Name\": \"GARLIC WHOLE PEELED FRESH\",\n            \"Description\": \"GARLIC WHOLE PEELED FRESH \",\n            \"SKU\": \"470010\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 4,\n            \"PacksPerCase\": 5,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20546459\",\n            \"Name\": \"Ginger\",\n            \"Description\": \"Ginger \",\n            \"SKU\": \"425013\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"90\",\n            \"PackQuantity\": 13,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20546460\",\n            \"Name\": \"Ginger Prepared\",\n            \"Description\": \"Ginger Prepared \",\n            \"SKU\": \"62351\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"90\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036486\",\n            \"Name\": \"GLASS CLEANER RTU W/TRIGGER\",\n            \"Description\": \"GLASS CLEANER RTU W/TRIGGER \",\n            \"SKU\": \"10121923\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 6,\n            \"PacksPerCase\": 32,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278432\",\n            \"Name\": \"Glaze Balsamic\",\n            \"Description\": \"Glaze Balsamic \",\n            \"SKU\": \"26038\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 12.9,\n            \"PacksPerCase\": 6,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972024\",\n            \"Name\": \"GLOVE HYBRID POLY STRETCH\",\n            \"Description\": \"GLOVE HYBRID POLY STRETCH \",\n            \"SKU\": \"054809\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 100,\n            \"PacksPerCase\": 10,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972023\",\n            \"Name\": \"GLOVE HYBRID POLY STRETCH\",\n            \"Description\": \"GLOVE HYBRID POLY STRETCH \",\n            \"SKU\": \"054808\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 100,\n            \"PacksPerCase\": 10,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972022\",\n            \"Name\": \"GLOVE HYBRID POLY STRETCH\",\n            \"Description\": \"GLOVE HYBRID POLY STRETCH \",\n            \"SKU\": \"054806\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 100,\n            \"PacksPerCase\": 10,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972021\",\n            \"Name\": \"GLOVE HYBRID POLY STRETCH\",\n            \"Description\": \"GLOVE HYBRID POLY STRETCH \",\n            \"SKU\": \"054805\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 100,\n            \"PacksPerCase\": 10,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972020\",\n            \"Name\": \"GLOVE HYBRID POLY STRETCH\",\n            \"Description\": \"GLOVE HYBRID POLY STRETCH \",\n            \"SKU\": \"054797\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 100,\n            \"PacksPerCase\": 10,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278497\",\n            \"Name\": \"Glove Nitrile Lg P/Free Amethyst\",\n            \"Description\": \"Glove Nitrile Lg P/Free Amethyst \",\n            \"SKU\": \"DV342\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 100,\n            \"PacksPerCase\": 10,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278595\",\n            \"Name\": \"Glove Nitrile Lg Pwd Free Blk\",\n            \"Description\": \"Glove Nitrile Lg Pwd Free Blk \",\n            \"SKU\": \"RK428\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 100,\n            \"PacksPerCase\": 10,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278500\",\n            \"Name\": \"Glove Nitrile Med P/Free Amethyst\",\n            \"Description\": \"Glove Nitrile Med P/Free Amethyst \",\n            \"SKU\": \"DV572\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 100,\n            \"PacksPerCase\": 10,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278596\",\n            \"Name\": \"Glove Nitrile Med Pwd Free Blk\",\n            \"Description\": \"Glove Nitrile Med Pwd Free Blk \",\n            \"SKU\": \"RK430\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 100,\n            \"PacksPerCase\": 10,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278498\",\n            \"Name\": \"Glove Nitrile Xlg P/Free Amethyst\",\n            \"Description\": \"Glove Nitrile Xlg P/Free Amethyst \",\n            \"SKU\": \"DV344\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 100,\n            \"PacksPerCase\": 10,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278594\",\n            \"Name\": \"Glove Nitrile Xlg Pwd Free Blk\",\n            \"Description\": \"Glove Nitrile Xlg Pwd Free Blk \",\n            \"SKU\": \"RK426\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 100,\n            \"PacksPerCase\": 10,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971931\",\n            \"Name\": \"GLOVES HYBRID POLY STRETC\",\n            \"Description\": \"GLOVES HYBRID POLY STRETC \",\n            \"SKU\": \"051672\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 200,\n            \"PacksPerCase\": 5,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971930\",\n            \"Name\": \"GLOVES HYBRID POLY STRETC\",\n            \"Description\": \"GLOVES HYBRID POLY STRETC \",\n            \"SKU\": \"051671\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 200,\n            \"PacksPerCase\": 5,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971929\",\n            \"Name\": \"GLOVES HYBRID POLY STRETC\",\n            \"Description\": \"GLOVES HYBRID POLY STRETC \",\n            \"SKU\": \"051670\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 200,\n            \"PacksPerCase\": 5,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036370\",\n            \"Name\": \"GLOVES NITRILE BLACK LARGE PF\",\n            \"Description\": \"GLOVES NITRILE BLACK LARGE PF \",\n            \"SKU\": \"10132396\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 10,\n            \"PacksPerCase\": 100,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036371\",\n            \"Name\": \"GLOVES NITRILE BLACK MEDIUM PF\",\n            \"Description\": \"GLOVES NITRILE BLACK MEDIUM PF \",\n            \"SKU\": \"10132397\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 10,\n            \"PacksPerCase\": 100,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036514\",\n            \"Name\": \"GLOVES NITRILE BLACK SMALL PF\",\n            \"Description\": \"GLOVES NITRILE BLACK SMALL PF \",\n            \"SKU\": \"10132398\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 10,\n            \"PacksPerCase\": 100,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036369\",\n            \"Name\": \"GLOVES NITRILE BLACK XL PF\",\n            \"Description\": \"GLOVES NITRILE BLACK XL PF \",\n            \"SKU\": \"10132395\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 10,\n            \"PacksPerCase\": 100,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036532\",\n            \"Name\": \"GLOVES NITRILE BLUE LARGE PF\",\n            \"Description\": \"GLOVES NITRILE BLUE LARGE PF \",\n            \"SKU\": \"10109421\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 10,\n            \"PacksPerCase\": 100,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036531\",\n            \"Name\": \"GLOVES NITRILE BLUE MEDIUM PF\",\n            \"Description\": \"GLOVES NITRILE BLUE MEDIUM PF \",\n            \"SKU\": \"10109420\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 10,\n            \"PacksPerCase\": 100,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036533\",\n            \"Name\": \"GLOVES NITRILE BLUE XLARGE PF\",\n            \"Description\": \"GLOVES NITRILE BLUE XLARGE PF \",\n            \"SKU\": \"10109422\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 10,\n            \"PacksPerCase\": 100,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972013\",\n            \"Name\": \"GLOVES VINYL NON POWDER L\",\n            \"Description\": \"GLOVES VINYL NON POWDER L \",\n            \"SKU\": \"054722\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 200,\n            \"PacksPerCase\": 10,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972014\",\n            \"Name\": \"GLOVES VINYL NON POWDER M\",\n            \"Description\": \"GLOVES VINYL NON POWDER M \",\n            \"SKU\": \"054723\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 200,\n            \"PacksPerCase\": 10,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972012\",\n            \"Name\": \"GLOVES VINYL NON POWDER S\",\n            \"Description\": \"GLOVES VINYL NON POWDER S \",\n            \"SKU\": \"054721\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 200,\n            \"PacksPerCase\": 10,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972015\",\n            \"Name\": \"GLOVES VINYL NON POWDER X\",\n            \"Description\": \"GLOVES VINYL NON POWDER X \",\n            \"SKU\": \"054724\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 200,\n            \"PacksPerCase\": 10,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20546461\",\n            \"Name\": \"Grana Padano Shavings\",\n            \"Description\": \"Grana Padano Shavings \",\n            \"SKU\": \"108197\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"91\",\n            \"PackQuantity\": 500,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971806\",\n            \"Name\": \"GRAVY PEPPERED RTU\",\n            \"Description\": \"GRAVY PEPPERED RTU \",\n            \"SKU\": \"031483\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 5,\n            \"PacksPerCase\": 4,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036455\",\n            \"Name\": \"GRIDDLE CLEAN SCRUBBING PADS 4X5.25\",\n            \"Description\": \"GRIDDLE CLEAN SCRUBBING PADS 4X5.25 \",\n            \"SKU\": \"707970\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 3,\n            \"PacksPerCase\": 20,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036352\",\n            \"Name\": \"GRILL BRICKS LARGE\",\n            \"Description\": \"GRILL BRICKS LARGE \",\n            \"SKU\": \"870120\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 12,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036493\",\n            \"Name\": \"HAIRNETS DARK BROWN 26 NYLON\",\n            \"Description\": \"HAIRNETS DARK BROWN 26 NYLON \",\n            \"SKU\": \"10056003\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 10,\n            \"PacksPerCase\": 144,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972205\",\n            \"Name\": \"HALF AND HALF CREAMERS\",\n            \"Description\": \"HALF AND HALF CREAMERS \",\n            \"SKU\": \"947234\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 32,\n            \"PacksPerCase\": 12,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278599\",\n            \"Name\": \"Ham Prosciutto Sl Bnls Ref\",\n            \"Description\": \"Ham Prosciutto Sl Bnls Ref \",\n            \"SKU\": \"T0210\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 6,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036526\",\n            \"Name\": \"HANDLE 60 FIBERGLASS W/ACME THREAD TIP\",\n            \"Description\": \"HANDLE 60 FIBERGLASS W/ACME THREAD TIP \",\n            \"SKU\": \"10060102\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 12,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036508\",\n            \"Name\": \"HANDLE 60 IN WITH TAPERED END\",\n            \"Description\": \"HANDLE 60 IN WITH TAPERED END \",\n            \"SKU\": \"712470\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 12,\n            \"PacksPerCase\": 60,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036468\",\n            \"Name\": \"HANDLE THREADED METAL TIP 60\",\n            \"Description\": \"HANDLE THREADED METAL TIP 60 \",\n            \"SKU\": \"712475\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 12,\n            \"PacksPerCase\": 60,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21087155\",\n            \"Name\": \"Hb Chic Breast 120-140G  Red T(1x10pk) - Added from invoice\",\n            \"Description\": \"Hb Chic Breast 120-140G  Red T(1x10pk) \",\n            \"SKU\": \"37991S\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21087153\",\n            \"Name\": \"Hb Chick Inner Fillet Red Trac(1x2.5kg) - Added from invoice\",\n            \"Description\": \"Hb Chick Inner Fillet Red Trac(1x2.5kg) \",\n            \"SKU\": \"09057S\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21087159\",\n            \"Name\": \"Heinz Tomato Ketchup Glass(12x342g) - Added from invoice\",\n            \"Description\": \"Heinz Tomato Ketchup Glass(12x342g) \",\n            \"SKU\": \"47777\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 12,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036398\",\n            \"Name\": \"HERCULES HEAVY DUTY DEGREASER 1 GAL\",\n            \"Description\": \"HERCULES HEAVY DUTY DEGREASER 1 GAL \",\n            \"SKU\": \"10067927\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 4,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21087156\",\n            \"Name\": \"Hnz Mayo Td(Gb) 400Ml/395Gm(10x400ml) - Added from invoice\",\n            \"Description\": \"Hnz Mayo Td(Gb) 400Ml/395Gm(10x400ml) \",\n            \"SKU\": \"38290\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 10,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278578\",\n            \"Name\": \"Honey Hot Chili Infused\",\n            \"Description\": \"Honey Hot Chili Infused \",\n            \"SKU\": \"PG636\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 24,\n            \"PacksPerCase\": 6,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971978\",\n            \"Name\": \"HONEY PURE LIGHT AMBER\",\n            \"Description\": \"HONEY PURE LIGHT AMBER \",\n            \"SKU\": \"053634\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"96\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 4,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972019\",\n            \"Name\": \"HORSERADISH\",\n            \"Description\": \"HORSERADISH \",\n            \"SKU\": \"054788\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 32,\n            \"PacksPerCase\": 6,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20546462\",\n            \"Name\": \"Houmous Dip\",\n            \"Description\": \"Houmous Dip \",\n            \"SKU\": \"94511\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"90\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971865\",\n            \"Name\": \"ICE EMERGENCY\",\n            \"Description\": \"ICE EMERGENCY \",\n            \"SKU\": \"044774\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 20,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972168\",\n            \"Name\": \"ICE EMERGENCY\",\n            \"Description\": \"ICE EMERGENCY \",\n            \"SKU\": \"945332\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 7,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971864\",\n            \"Name\": \"ICE EMERGENCY 10 LB\",\n            \"Description\": \"ICE EMERGENCY 10 LB \",\n            \"SKU\": \"044772\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 10,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971914\",\n            \"Name\": \"INSECTICIDE FLYING INSECT\",\n            \"Description\": \"INSECTICIDE FLYING INSECT \",\n            \"SKU\": \"051329\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 15,\n            \"PacksPerCase\": 6,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972187\",\n            \"Name\": \"JUICE APPLE\",\n            \"Description\": \"JUICE APPLE \",\n            \"SKU\": \"945940\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 64,\n            \"PacksPerCase\": 8,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278565\",\n            \"Name\": \"Juice Apple Ever After 42% Paper Box\",\n            \"Description\": \"Juice Apple Ever After 42% Paper Box \",\n            \"SKU\": \"NE680\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 6,\n            \"PacksPerCase\": 50,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972109\",\n            \"Name\": \"JUICE CRANBERRY\",\n            \"Description\": \"JUICE CRANBERRY \",\n            \"SKU\": \"943159\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 60,\n            \"PacksPerCase\": 8,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972114\",\n            \"Name\": \"JUICE GRAPEFRUIT 32 OZ\",\n            \"Description\": \"JUICE GRAPEFRUIT 32 OZ \",\n            \"SKU\": \"943700\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 32,\n            \"PacksPerCase\": 12,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972111\",\n            \"Name\": \"JUICE LIME 1 LITER\",\n            \"Description\": \"JUICE LIME 1 LITER \",\n            \"SKU\": \"943355\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"92\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 12,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278447\",\n            \"Name\": \"Juice Lime 100% Pstrzd Ref\",\n            \"Description\": \"Juice Lime 100% Pstrzd Ref \",\n            \"SKU\": \"B2967\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"96\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278446\",\n            \"Name\": \"Juice Lime 100% Pstrzd Ref\",\n            \"Description\": \"Juice Lime 100% Pstrzd Ref \",\n            \"SKU\": \"B2966\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"96\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 4,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971943\",\n            \"Name\": \"JUICE ORANGE 5 PLUS 1\",\n            \"Description\": \"JUICE ORANGE 5 PLUS 1 \",\n            \"SKU\": \"052052\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 32,\n            \"PacksPerCase\": 12,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972099\",\n            \"Name\": \"JUICE PINEAPPLE\",\n            \"Description\": \"JUICE PINEAPPLE \",\n            \"SKU\": \"943038\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 6,\n            \"PacksPerCase\": 48,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278424\",\n            \"Name\": \"Juice Pineapple 100% Can\",\n            \"Description\": \"Juice Pineapple 100% Can \",\n            \"SKU\": \"11006\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 46,\n            \"PacksPerCase\": 12,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972028\",\n            \"Name\": \"JUICE TOMATO 7.2\",\n            \"Description\": \"JUICE TOMATO 7.2 \",\n            \"SKU\": \"054825\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 7.2,\n            \"PacksPerCase\": 24,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20546463\",\n            \"Name\": \"Kaffir Lime Frozen Leaves\",\n            \"Description\": \"Kaffir Lime Frozen Leaves \",\n            \"SKU\": \"1208511\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"91\",\n            \"PackQuantity\": 80,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21087165\",\n            \"Name\": \"Kerrymaid Burger Slices(1x1.4kg) - Added from invoice\",\n            \"Description\": \"Kerrymaid Burger Slices(1x1.4kg) \",\n            \"SKU\": \"75497S\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972039\",\n            \"Name\": \"KETCHUP 19 OZ SQUEEZE BTL\",\n            \"Description\": \"KETCHUP 19 OZ SQUEEZE BTL \",\n            \"SKU\": \"055257\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 19.5,\n            \"PacksPerCase\": 30,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972153\",\n            \"Name\": \"KETCHUP 20 OZ SQUEEZE BTL\",\n            \"Description\": \"KETCHUP 20 OZ SQUEEZE BTL \",\n            \"SKU\": \"944789\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 20,\n            \"PacksPerCase\": 30,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971900\",\n            \"Name\": \"KETCHUP DIP AND SQUEEZE P\",\n            \"Description\": \"KETCHUP DIP AND SQUEEZE P \",\n            \"SKU\": \"049725\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"91\",\n            \"PackQuantity\": 27,\n            \"PacksPerCase\": 500,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971966\",\n            \"Name\": \"KETCHUP HEINZ 16/14\",\n            \"Description\": \"KETCHUP HEINZ 16/14 \",\n            \"SKU\": \"053296\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 14,\n            \"PacksPerCase\": 16,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972105\",\n            \"Name\": \"KETCHUP POUCH PACK\",\n            \"Description\": \"KETCHUP POUCH PACK \",\n            \"SKU\": \"943076\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 100,\n            \"PacksPerCase\": 6,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971975\",\n            \"Name\": \"KETCHUP POUCH PACK 2\",\n            \"Description\": \"KETCHUP POUCH PACK 2 \",\n            \"SKU\": \"053564\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"96\",\n            \"PackQuantity\": 1.5,\n            \"PacksPerCase\": 2,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972055\",\n            \"Name\": \"KETCHUP POUCH PACK SIMPLY\",\n            \"Description\": \"KETCHUP POUCH PACK SIMPLY \",\n            \"SKU\": \"055479\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"96\",\n            \"PackQuantity\": 1.5,\n            \"PacksPerCase\": 2,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971941\",\n            \"Name\": \"KETCHUP POUCH VOL CA\",\n            \"Description\": \"KETCHUP POUCH VOL CA \",\n            \"SKU\": \"051992\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"96\",\n            \"PackQuantity\": 3,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972058\",\n            \"Name\": \"KETCHUP SIMPLY 19 OZ\",\n            \"Description\": \"KETCHUP SIMPLY 19 OZ \",\n            \"SKU\": \"055527\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 19,\n            \"PacksPerCase\": 12,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972106\",\n            \"Name\": \"KETCHUP SINGLE SERVE\",\n            \"Description\": \"KETCHUP SINGLE SERVE \",\n            \"SKU\": \"943077\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"91\",\n            \"PackQuantity\": 0.9,\n            \"PacksPerCase\": 500,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036452\",\n            \"Name\": \"KNIFE BLACK SMARTSTOCK O REFILL PS\",\n            \"Description\": \"KNIFE BLACK SMARTSTOCK O REFILL PS \",\n            \"SKU\": \"862973\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 24,\n            \"PacksPerCase\": 40,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036488\",\n            \"Name\": \"KNIFE BLACK SMARTSTOCK T REFILL PS\",\n            \"Description\": \"KNIFE BLACK SMARTSTOCK T REFILL PS \",\n            \"SKU\": \"10111218\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 24,\n            \"PacksPerCase\": 40,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036448\",\n            \"Name\": \"LABEL 2 USE FIRST ROUND REMOVABLE\",\n            \"Description\": \"LABEL 2 USE FIRST ROUND REMOVABLE \",\n            \"SKU\": \"863950\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 500,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278434\",\n            \"Name\": \"Label 2X3 Dsslvble Use By In Box\",\n            \"Description\": \"Label 2X3 Dsslvble Use By In Box \",\n            \"SKU\": \"59656\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 250,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278562\",\n            \"Name\": \"Label Use By 2X3\\\" Durapeel\",\n            \"Description\": \"Label Use By 2X3\\\" Durapeel \",\n            \"SKU\": \"MB350\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 500,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971868\",\n            \"Name\": \"LAMB AU FRENCH 20-22 0Z\",\n            \"Description\": \"LAMB AU FRENCH 20-22 0Z \",\n            \"SKU\": \"044828\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 1.3,\n            \"PacksPerCase\": 22,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get weight\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971841\",\n            \"Name\": \"LAMB AU FRENCH RACK 22-24\",\n            \"Description\": \"LAMB AU FRENCH RACK 22-24 \",\n            \"SKU\": \"041548\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 1.43,\n            \"PacksPerCase\": 16,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get weight\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971820\",\n            \"Name\": \"LAMB AU FRENCH RACK 22-24\",\n            \"Description\": \"LAMB AU FRENCH RACK 22-24 \",\n            \"SKU\": \"036782\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 1.44,\n            \"PacksPerCase\": 20,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get weight\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972047\",\n            \"Name\": \"LAMB FRENCH RACK 20-22 OZ\",\n            \"Description\": \"LAMB FRENCH RACK 20-22 OZ \",\n            \"SKU\": \"055323\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 20,\n            \"PacksPerCase\": 22,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971979\",\n            \"Name\": \"LAMB FRENCH RACK 20-22OZ\",\n            \"Description\": \"LAMB FRENCH RACK 20-22OZ \",\n            \"SKU\": \"053639\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 1.5,\n            \"PacksPerCase\": 14,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get weight\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972066\",\n            \"Name\": \"LAMB FRENCH RACK 22-24OZ\",\n            \"Description\": \"LAMB FRENCH RACK 22-24OZ \",\n            \"SKU\": \"055726\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 23,\n            \"PacksPerCase\": 12,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971980\",\n            \"Name\": \"LAMB FRENCH RACK 22-24OZ\",\n            \"Description\": \"LAMB FRENCH RACK 22-24OZ \",\n            \"SKU\": \"053641\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 1.5,\n            \"PacksPerCase\": 14,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get weight\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972067\",\n            \"Name\": \"LAMB FRENCH RACK 24-26OZ\",\n            \"Description\": \"LAMB FRENCH RACK 24-26OZ \",\n            \"SKU\": \"055728\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 25,\n            \"PacksPerCase\": 12,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971973\",\n            \"Name\": \"LAMB FRENCH RACK 24-36OZ\",\n            \"Description\": \"LAMB FRENCH RACK 24-36OZ \",\n            \"SKU\": \"053561\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 1.5,\n            \"PacksPerCase\": 14,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get weight\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20546464\",\n            \"Name\": \"Lemon Juice Fresh\",\n            \"Description\": \"Lemon Juice Fresh \",\n            \"SKU\": \"95691\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"92\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278591\",\n            \"Name\": \"Lettuce Baby Rmain Hydrp Approx 24 Ct\",\n            \"Description\": \"Lettuce Baby Rmain Hydrp Approx 24 Ct \",\n            \"SKU\": \"PW752\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 10,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20546465\",\n            \"Name\": \"Lettuce Cos\",\n            \"Description\": \"Lettuce Cos \",\n            \"SKU\": \"20171012\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 10,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21087164\",\n            \"Name\": \"Lettuce Cos Romaine Spain(10x1EA) - Added from invoice\",\n            \"Description\": \"Lettuce Cos Romaine Spain(10x1EA) \",\n            \"SKU\": \"75069\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 10,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278541\",\n            \"Name\": \"Lettuce Romaine Chpd Fr\",\n            \"Description\": \"Lettuce Romaine Chpd Fr \",\n            \"SKU\": \"HB276\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 2,\n            \"PacksPerCase\": 6,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278514\",\n            \"Name\": \"Lettuce Romaine Fr\",\n            \"Description\": \"Lettuce Romaine Fr \",\n            \"SKU\": \"FA214\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 12,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036374\",\n            \"Name\": \"LETTUCE ROMAINE ORGANIC\",\n            \"Description\": \"LETTUCE ROMAINE ORGANIC \",\n            \"SKU\": \"436410\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 24,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21636152\",\n            \"Name\": \"LETTUCE, ROMAINE 24 CT - Added from invoice\",\n            \"Description\": \"LETTUCE, ROMAINE 24 CT \",\n            \"SKU\": \"12190\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 24,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972080\",\n            \"Name\": \"LID 1 COMP CONT W/ DRESSI\",\n            \"Description\": \"LID 1 COMP CONT W/ DRESSI \",\n            \"SKU\": \"056137\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 63,\n            \"PacksPerCase\": 6,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971949\",\n            \"Name\": \"LID 12/16/20/24 OZ CUP\",\n            \"Description\": \"LID 12/16/20/24 OZ CUP \",\n            \"SKU\": \"052399\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 50,\n            \"PacksPerCase\": 20,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972057\",\n            \"Name\": \"LID 14OZ PAPER CUP PP\",\n            \"Description\": \"LID 14OZ PAPER CUP PP \",\n            \"SKU\": \"055490\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1000,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972063\",\n            \"Name\": \"LID 2 COMP LG LH CUSTOM\",\n            \"Description\": \"LID 2 COMP LG LH CUSTOM \",\n            \"SKU\": \"055609\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 240,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971954\",\n            \"Name\": \"LID 2 COMPARTMENT LH CUST\",\n            \"Description\": \"LID 2 COMPARTMENT LH CUST \",\n            \"SKU\": \"052578\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 240,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972033\",\n            \"Name\": \"LID CLEAR PORTION 1.5-2.5\",\n            \"Description\": \"LID CLEAR PORTION 1.5-2.5 \",\n            \"SKU\": \"055165\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 50,\n            \"PacksPerCase\": 50,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972035\",\n            \"Name\": \"LID CLEAR PORTION 3.25-5.\",\n            \"Description\": \"LID CLEAR PORTION 3.25-5. \",\n            \"SKU\": \"055168\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 50,\n            \"PacksPerCase\": 50,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036525\",\n            \"Name\": \"LID DELI PLAS CLEAR POLY PRO ROUND\",\n            \"Description\": \"LID DELI PLAS CLEAR POLY PRO ROUND \",\n            \"SKU\": \"827236\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 500,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971829\",\n            \"Name\": \"LID FULL CURL ALUM 1/2 PA\",\n            \"Description\": \"LID FULL CURL ALUM 1/2 PA \",\n            \"SKU\": \"039988\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 100,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971830\",\n            \"Name\": \"LID FULL CURL ALUM 1/3 PA\",\n            \"Description\": \"LID FULL CURL ALUM 1/3 PA \",\n            \"SKU\": \"039989\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 200,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972050\",\n            \"Name\": \"LID HOT CUP PP 12OZ WHITE\",\n            \"Description\": \"LID HOT CUP PP 12OZ WHITE \",\n            \"SKU\": \"055388\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1000,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036444\",\n            \"Name\": \"LID PLAS CLEAR SIP STRAWLESS SLKC12/24\",\n            \"Description\": \"LID PLAS CLEAR SIP STRAWLESS SLKC12/24 \",\n            \"SKU\": \"10092410\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 10,\n            \"PacksPerCase\": 100,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20546466\",\n            \"Name\": \"Lime Juice Fresh\",\n            \"Description\": \"Lime Juice Fresh \",\n            \"SKU\": \"95681\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"92\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20546467\",\n            \"Name\": \"Limes\",\n            \"Description\": \"Limes \",\n            \"SKU\": \"69941\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036414\",\n            \"Name\": \"LIMES PERSIAN 150-175 COUNT\",\n            \"Description\": \"LIMES PERSIAN 150-175 COUNT \",\n            \"SKU\": \"414010\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 40,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036381\",\n            \"Name\": \"LIMES PONY 48 COUNT PLACE PACK\",\n            \"Description\": \"LIMES PONY 48 COUNT PLACE PACK \",\n            \"SKU\": \"414020\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 10,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972059\",\n            \"Name\": \"LINER PAN 18X24\",\n            \"Description\": \"LINER PAN 18X24 \",\n            \"SKU\": \"055562\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 500,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278560\",\n            \"Name\": \"Liner Pan Bkry 16X24 Qln  16.38X24.38 #25 Grsepf\",\n            \"Description\": \"Liner Pan Bkry 16X24 Qln  16.38X24.38 #25 Grsepf \",\n            \"SKU\": \"LH602\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1000,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972159\",\n            \"Name\": \"LINER PAPER PATTY 5.5X5.5\",\n            \"Description\": \"LINER PAPER PATTY 5.5X5.5 \",\n            \"SKU\": \"944943\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1000,\n            \"PacksPerCase\": 24,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278437\",\n            \"Name\": \"Liner Piz 12X12 Silicone\",\n            \"Description\": \"Liner Piz 12X12 Silicone \",\n            \"SKU\": \"75032\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1000,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971896\",\n            \"Name\": \"LINER SILICONE PAN 12-1/8\",\n            \"Description\": \"LINER SILICONE PAN 12-1/8 \",\n            \"SKU\": \"048757\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1000,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972060\",\n            \"Name\": \"LINER STEAM PAN 12X15\",\n            \"Description\": \"LINER STEAM PAN 12X15 \",\n            \"SKU\": \"055563\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 500,\n            \"PacksPerCase\": 4,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972164\",\n            \"Name\": \"LINER WAX WHITE 12X10.5\",\n            \"Description\": \"LINER WAX WHITE 12X10.5 \",\n            \"SKU\": \"945170\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 500,\n            \"PacksPerCase\": 12,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972048\",\n            \"Name\": \"LOBSTER 4/5OZ TAILS\",\n            \"Description\": \"LOBSTER 4/5OZ TAILS \",\n            \"SKU\": \"055384\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 10,\n            \"PacksPerCase\": 4,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972070\",\n            \"Name\": \"LOBSTER MEAT CKL 80/20\",\n            \"Description\": \"LOBSTER MEAT CKL 80/20 \",\n            \"SKU\": \"055896\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 2,\n            \"PacksPerCase\": 12,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971859\",\n            \"Name\": \"LOBSTER N AMERICAN TAIL 4\",\n            \"Description\": \"LOBSTER N AMERICAN TAIL 4 \",\n            \"SKU\": \"044324\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 10,\n            \"PacksPerCase\": 4,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971791\",\n            \"Name\": \"LOBSTER N. AMERICAN TAIL\",\n            \"Description\": \"LOBSTER N. AMERICAN TAIL \",\n            \"SKU\": \"023434\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 40,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972107\",\n            \"Name\": \"MAYO .43 OZ\",\n            \"Description\": \"MAYO .43 OZ \",\n            \"SKU\": \"943082\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"91\",\n            \"PackQuantity\": 12,\n            \"PacksPerCase\": 200,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278495\",\n            \"Name\": \"Mayo Heavy Duty\",\n            \"Description\": \"Mayo Heavy Duty \",\n            \"SKU\": \"DV233\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"96\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278494\",\n            \"Name\": \"Mayo Heavy Duty\",\n            \"Description\": \"Mayo Heavy Duty \",\n            \"SKU\": \"DV232\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"96\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 4,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971972\",\n            \"Name\": \"MAYONNAISE 4/1 GAL\",\n            \"Description\": \"MAYONNAISE 4/1 GAL \",\n            \"SKU\": \"053547\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"96\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 4,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972077\",\n            \"Name\": \"MENU LH KIDS K2 1/2025\",\n            \"Description\": \"MENU LH KIDS K2 1/2025 \",\n            \"SKU\": \"056115\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1000,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972078\",\n            \"Name\": \"MENU LH KIDS K3 1/2025\",\n            \"Description\": \"MENU LH KIDS K3 1/2025 \",\n            \"SKU\": \"056117\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1000,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971796\",\n            \"Name\": \"MILK 1% HG\",\n            \"Description\": \"MILK 1% HG \",\n            \"SKU\": \"028834\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 64,\n            \"PacksPerCase\": 6,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971945\",\n            \"Name\": \"MILK 1% HG CHOCOLATE\",\n            \"Description\": \"MILK 1% HG CHOCOLATE \",\n            \"SKU\": \"052188\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 64,\n            \"PacksPerCase\": 6,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278455\",\n            \"Name\": \"Milk Whole Hvd Ref\",\n            \"Description\": \"Milk Whole Hvd Ref \",\n            \"SKU\": \"CF162\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"96\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 4,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278458\",\n            \"Name\": \"Mint Fresh\",\n            \"Description\": \"Mint Fresh \",\n            \"SKU\": \"CK114\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971924\",\n            \"Name\": \"MIX BLOODY MARY SPICY PET\",\n            \"Description\": \"MIX BLOODY MARY SPICY PET \",\n            \"SKU\": \"051490\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 32,\n            \"PacksPerCase\": 12,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971819\",\n            \"Name\": \"MIX MANGO PUREE 2\",\n            \"Description\": \"MIX MANGO PUREE 2 \",\n            \"SKU\": \"036508\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 16.9,\n            \"PacksPerCase\": 6,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971836\",\n            \"Name\": \"MIX MAUI PINA COLADA FRUI\",\n            \"Description\": \"MIX MAUI PINA COLADA FRUI \",\n            \"SKU\": \"040850\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 32,\n            \"PacksPerCase\": 12,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971891\",\n            \"Name\": \"MIX MM PINA COLADA NO HFC\",\n            \"Description\": \"MIX MM PINA COLADA NO HFC \",\n            \"SKU\": \"048245\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 32,\n            \"PacksPerCase\": 12,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971857\",\n            \"Name\": \"MIX MM STRAWBERRY NO HFCS\",\n            \"Description\": \"MIX MM STRAWBERRY NO HFCS \",\n            \"SKU\": \"044070\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 32,\n            \"PacksPerCase\": 12,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971987\",\n            \"Name\": \"MIX RED SANGRIA\",\n            \"Description\": \"MIX RED SANGRIA \",\n            \"SKU\": \"053974\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"92\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 12,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972207\",\n            \"Name\": \"MIX SWEET AND SOUR ALL NA\",\n            \"Description\": \"MIX SWEET AND SOUR ALL NA \",\n            \"SKU\": \"948724\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 64,\n            \"PacksPerCase\": 9,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971788\",\n            \"Name\": \"MIX SWEET AND SOUR PURE P\",\n            \"Description\": \"MIX SWEET AND SOUR PURE P \",\n            \"SKU\": \"008914\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 32,\n            \"PacksPerCase\": 12,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971988\",\n            \"Name\": \"MIX WHITE SANGRIA\",\n            \"Description\": \"MIX WHITE SANGRIA \",\n            \"SKU\": \"053975\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"92\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 12,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036346\",\n            \"Name\": \"MOPHEAD COTTON 24 CUT END NARROW BAND\",\n            \"Description\": \"MOPHEAD COTTON 24 CUT END NARROW BAND \",\n            \"SKU\": \"711412\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 2,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278579\",\n            \"Name\": \"Mushroom Crimini Slcd Tub\",\n            \"Description\": \"Mushroom Crimini Slcd Tub \",\n            \"SKU\": \"PN612\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 4,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20546468\",\n            \"Name\": \"Mushroom Paris Brwn Chest\",\n            \"Description\": \"Mushroom Paris Brwn Chest \",\n            \"SKU\": \"80481\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"90\",\n            \"PackQuantity\": 3,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278543\",\n            \"Name\": \"Mushroom Slcd 3/16\\\" Fr\",\n            \"Description\": \"Mushroom Slcd 3/16\\\" Fr \",\n            \"SKU\": \"HB868\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 10,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972129\",\n            \"Name\": \"MUSTARD DIJON 48 OZ\",\n            \"Description\": \"MUSTARD DIJON 48 OZ \",\n            \"SKU\": \"944369\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 48,\n            \"PacksPerCase\": 6,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972158\",\n            \"Name\": \"MUSTARD FRENCH\",\n            \"Description\": \"MUSTARD FRENCH \",\n            \"SKU\": \"944920\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 105,\n            \"PacksPerCase\": 4,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971944\",\n            \"Name\": \"MUSTARD PACK\",\n            \"Description\": \"MUSTARD PACK \",\n            \"SKU\": \"052098\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 14,\n            \"PacksPerCase\": 12,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972104\",\n            \"Name\": \"MUSTARD SINGLE SERVE\",\n            \"Description\": \"MUSTARD SINGLE SERVE \",\n            \"SKU\": \"943075\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 0.2,\n            \"PacksPerCase\": 200,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972056\",\n            \"Name\": \"MUSTARD SQUEEZE UPSD DOWN\",\n            \"Description\": \"MUSTARD SQUEEZE UPSD DOWN \",\n            \"SKU\": \"055482\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 9,\n            \"PacksPerCase\": 16,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972192\",\n            \"Name\": \"MUSTARD SQUEEZE UPSD DWN\",\n            \"Description\": \"MUSTARD SQUEEZE UPSD DWN \",\n            \"SKU\": \"946064\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 13,\n            \"PacksPerCase\": 16,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971974\",\n            \"Name\": \"MUSTARD YELLOW DSPKEXP2 1\",\n            \"Description\": \"MUSTARD YELLOW DSPKEXP2 1 \",\n            \"SKU\": \"053563\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"96\",\n            \"PackQuantity\": 1.5,\n            \"PacksPerCase\": 2,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971997\",\n            \"Name\": \"NAPKIN BEVERAGE WHITE\",\n            \"Description\": \"NAPKIN BEVERAGE WHITE \",\n            \"SKU\": \"054320\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 500,\n            \"PacksPerCase\": 8,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971999\",\n            \"Name\": \"NAPKIN DINNER 1/4 FOLD\",\n            \"Description\": \"NAPKIN DINNER 1/4 FOLD \",\n            \"SKU\": \"054386\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 200,\n            \"PacksPerCase\": 20,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972122\",\n            \"Name\": \"NAPKIN WHITE BANDS\",\n            \"Description\": \"NAPKIN WHITE BANDS \",\n            \"SKU\": \"944207\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 2500,\n            \"PacksPerCase\": 8,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036366\",\n            \"Name\": \"NAPKIN XPRESS FIT 1 PLY NATURAL N14\",\n            \"Description\": \"NAPKIN XPRESS FIT 1 PLY NATURAL N14 \",\n            \"SKU\": \"10107339\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 36,\n            \"PacksPerCase\": 240,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036451\",\n            \"Name\": \"NAPKIN XPRESSNAP 1 PLY NATURAL N4\",\n            \"Description\": \"NAPKIN XPRESSNAP 1 PLY NATURAL N4 \",\n            \"SKU\": \"841004\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 12,\n            \"PacksPerCase\": 500,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278559\",\n            \"Name\": \"Oil Blnd 90/10 Avita Canola\",\n            \"Description\": \"Oil Blnd 90/10 Avita Canola \",\n            \"SKU\": \"JR352\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"96\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 6,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972118\",\n            \"Name\": \"OIL CANOLA SALAD OIL\",\n            \"Description\": \"OIL CANOLA SALAD OIL \",\n            \"SKU\": \"944063\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"96\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 6,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278563\",\n            \"Name\": \"Oil Canola Xvrgn Olive 75/25\",\n            \"Description\": \"Oil Canola Xvrgn Olive 75/25 \",\n            \"SKU\": \"N4098\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"96\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 6,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971953\",\n            \"Name\": \"OIL FRYING CREAMY SOY\",\n            \"Description\": \"OIL FRYING CREAMY SOY \",\n            \"SKU\": \"052557\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 35,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971803\",\n            \"Name\": \"OIL FRYING OIL NT\",\n            \"Description\": \"OIL FRYING OIL NT \",\n            \"SKU\": \"030857\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 35,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972161\",\n            \"Name\": \"OIL OLIVE EXTRA VIRGIN ME\",\n            \"Description\": \"OIL OLIVE EXTRA VIRGIN ME \",\n            \"SKU\": \"944996\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"96\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 4,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971952\",\n            \"Name\": \"OIL OLIVE EXTRA VIRGIN ME\",\n            \"Description\": \"OIL OLIVE EXTRA VIRGIN ME \",\n            \"SKU\": \"052462\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"92\",\n            \"PackQuantity\": 3,\n            \"PacksPerCase\": 4,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036540\",\n            \"Name\": \"OIL OLIVE POMACE\",\n            \"Description\": \"OIL OLIVE POMACE \",\n            \"SKU\": \"10055883\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 6,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036520\",\n            \"Name\": \"OIL PALM ALL PURPOSE SHORTENING\",\n            \"Description\": \"OIL PALM ALL PURPOSE SHORTENING \",\n            \"SKU\": \"10143588\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 50,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278539\",\n            \"Name\": \"Oil Saute Blnd\",\n            \"Description\": \"Oil Saute Blnd \",\n            \"SKU\": \"GT028\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"92\",\n            \"PackQuantity\": 10,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278462\",\n            \"Name\": \"Olive Blk Ripe Slcd Imp\",\n            \"Description\": \"Olive Blk Ripe Slcd Imp \",\n            \"SKU\": \"CK274\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 10,\n            \"PacksPerCase\": 6,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971989\",\n            \"Name\": \"OLIVES GREEN PITTED NOT S\",\n            \"Description\": \"OLIVES GREEN PITTED NOT S \",\n            \"SKU\": \"054051\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"96\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 4,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971984\",\n            \"Name\": \"OLIVES GREEN STUFFED\",\n            \"Description\": \"OLIVES GREEN STUFFED \",\n            \"SKU\": \"053830\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 4,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278580\",\n            \"Name\": \"Onion Diced 1/2\\\"\",\n            \"Description\": \"Onion Diced 1/2\\\" \",\n            \"SKU\": \"PN772\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 5,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278466\",\n            \"Name\": \"Onion Pwd\",\n            \"Description\": \"Onion Pwd \",\n            \"SKU\": \"CN728\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 5,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278542\",\n            \"Name\": \"Onion Red Jumbo Fr\",\n            \"Description\": \"Onion Red Jumbo Fr \",\n            \"SKU\": \"HB398\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 25,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278445\",\n            \"Name\": \"Onion Red Sliced 1/4\\\" Fr\",\n            \"Description\": \"Onion Red Sliced 1/4\\\" Fr \",\n            \"SKU\": \"AW208\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 5,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20546469\",\n            \"Name\": \"Onion Red Sliced 6mm\",\n            \"Description\": \"Onion Red Sliced 6mm \",\n            \"SKU\": \"632425\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"90\",\n            \"PackQuantity\": 2.5,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972121\",\n            \"Name\": \"ONIONS COCKTAIL\",\n            \"Description\": \"ONIONS COCKTAIL \",\n            \"SKU\": \"944145\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 12,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036348\",\n            \"Name\": \"ONIONS RED JUMBO 25 LBS\",\n            \"Description\": \"ONIONS RED JUMBO 25 LBS \",\n            \"SKU\": \"445010\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 25,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036390\",\n            \"Name\": \"ONIONS RED ORGANIC 40LB\",\n            \"Description\": \"ONIONS RED ORGANIC 40LB \",\n            \"SKU\": \"446065\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 40,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20546470\",\n            \"Name\": \"Onions Spring\",\n            \"Description\": \"Onions Spring \",\n            \"SKU\": \"37101\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036412\",\n            \"Name\": \"ONIONS YELLOW JUMBO\",\n            \"Description\": \"ONIONS YELLOW JUMBO \",\n            \"SKU\": \"446030\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 50,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036383\",\n            \"Name\": \"ONIONS YELLOW JUMBO 5 LBS\",\n            \"Description\": \"ONIONS YELLOW JUMBO 5 LBS \",\n            \"SKU\": \"446035\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 5,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972125\",\n            \"Name\": \"ORANGE MANDARIN SEGMENTS\",\n            \"Description\": \"ORANGE MANDARIN SEGMENTS \",\n            \"SKU\": \"944317\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 105,\n            \"PacksPerCase\": 6,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278477\",\n            \"Name\": \"Oregano Leaves\",\n            \"Description\": \"Oregano Leaves \",\n            \"SKU\": \"CV205\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 24,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278476\",\n            \"Name\": \"Oregano Leaves\",\n            \"Description\": \"Oregano Leaves \",\n            \"SKU\": \"CV204\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 24,\n            \"PacksPerCase\": 6,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971802\",\n            \"Name\": \"PAD BRICK GRILL 3.5X5X8 U\",\n            \"Description\": \"PAD BRICK GRILL 3.5X5X8 U \",\n            \"SKU\": \"030856\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 12,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036399\",\n            \"Name\": \"PAD HVY DUTY STAINLESS STEEL SPONGE\",\n            \"Description\": \"PAD HVY DUTY STAINLESS STEEL SPONGE \",\n            \"SKU\": \"10097372\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 12,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036365\",\n            \"Name\": \"PAD HVY STAINLESS STEEL SPONGE 50 GRAM\",\n            \"Description\": \"PAD HVY STAINLESS STEEL SPONGE 50 GRAM \",\n            \"SKU\": \"10106438\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 6,\n            \"PacksPerCase\": 12,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036387\",\n            \"Name\": \"PAD SCOURING HVY DUTY GREEN 6X9\",\n            \"Description\": \"PAD SCOURING HVY DUTY GREEN 6X9 \",\n            \"SKU\": \"707601\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 20,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278504\",\n            \"Name\": \"Pad Scouring Med Duty 6X9\",\n            \"Description\": \"Pad Scouring Med Duty 6X9 \",\n            \"SKU\": \"DW020\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 20,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036446\",\n            \"Name\": \"PAD SCOURING MED DUTY GREEN 6X9\",\n            \"Description\": \"PAD SCOURING MED DUTY GREEN 6X9 \",\n            \"SKU\": \"707977\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 20,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971804\",\n            \"Name\": \"PADS BLUE NO SCRATCH SCOU\",\n            \"Description\": \"PADS BLUE NO SCRATCH SCOU \",\n            \"SKU\": \"031031\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 60,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036394\",\n            \"Name\": \"PADS POT & PAN SCOURING BLUE 3.5X5\",\n            \"Description\": \"PADS POT & PAN SCOURING BLUE 3.5X5 \",\n            \"SKU\": \"707651\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 20,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036456\",\n            \"Name\": \"PADS QUICK CLEAN HEAVY DUTY\",\n            \"Description\": \"PADS QUICK CLEAN HEAVY DUTY \",\n            \"SKU\": \"707971\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 15,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971842\",\n            \"Name\": \"PAN 7 IN ALUM ROUND\",\n            \"Description\": \"PAN 7 IN ALUM ROUND \",\n            \"SKU\": \"041614\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 500,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971831\",\n            \"Name\": \"PAN ALUM 1/2 SIZE LASAGNA\",\n            \"Description\": \"PAN ALUM 1/2 SIZE LASAGNA \",\n            \"SKU\": \"039991\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 100,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971828\",\n            \"Name\": \"PAN ALUM 1/3 TRUE FIT\",\n            \"Description\": \"PAN ALUM 1/3 TRUE FIT \",\n            \"SKU\": \"039987\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 200,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036496\",\n            \"Name\": \"PAN LINER QUILON FULL SHEET\",\n            \"Description\": \"PAN LINER QUILON FULL SHEET \",\n            \"SKU\": \"10125147\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 1000,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036506\",\n            \"Name\": \"PAN LINER QUILON HALF SHEET\",\n            \"Description\": \"PAN LINER QUILON HALF SHEET \",\n            \"SKU\": \"10125148\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 2000,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278602\",\n            \"Name\": \"Pancake Mix Buttermilk Cmp Add Water Only\",\n            \"Description\": \"Pancake Mix Buttermilk Cmp Add Water Only \",\n            \"SKU\": \"VB792\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 5,\n            \"PacksPerCase\": 6,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971874\",\n            \"Name\": \"PAPER 2-PLY WHITE AND CAN\",\n            \"Description\": \"PAPER 2-PLY WHITE AND CAN \",\n            \"SKU\": \"045103\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 50,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971805\",\n            \"Name\": \"PAPER JUMBO TISSUE\",\n            \"Description\": \"PAPER JUMBO TISSUE \",\n            \"SKU\": \"031133\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 12,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971870\",\n            \"Name\": \"PAPER LH ORDER PAD 4/15\",\n            \"Description\": \"PAPER LH ORDER PAD 4/15 \",\n            \"SKU\": \"044877\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 50,\n            \"PacksPerCase\": 200,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971826\",\n            \"Name\": \"PAPER PRINTER THERMAL\",\n            \"Description\": \"PAPER PRINTER THERMAL \",\n            \"SKU\": \"039001\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 50,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971825\",\n            \"Name\": \"PAPER REGISTER\",\n            \"Description\": \"PAPER REGISTER \",\n            \"SKU\": \"039000\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 50,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971962\",\n            \"Name\": \"PAPER STICKY TOGO 2.25IN\",\n            \"Description\": \"PAPER STICKY TOGO 2.25IN \",\n            \"SKU\": \"053046\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 18,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036393\",\n            \"Name\": \"PARSLEY ORGANIC 30 COUNT\",\n            \"Description\": \"PARSLEY ORGANIC 30 COUNT \",\n            \"SKU\": \"468439\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 30,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20546471\",\n            \"Name\": \"Passata Tomato &amp; Basil FK\",\n            \"Description\": \"Passata Tomato &amp; Basil FK \",\n            \"SKU\": \"310744\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"90\",\n            \"PackQuantity\": 2,\n            \"PacksPerCase\": 4,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972002\",\n            \"Name\": \"PASTA CAVATAPPI\",\n            \"Description\": \"PASTA CAVATAPPI \",\n            \"SKU\": \"054456\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 20,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972094\",\n            \"Name\": \"PASTA KID ELBOW MAC N CHS\",\n            \"Description\": \"PASTA KID ELBOW MAC N CHS \",\n            \"SKU\": \"941526\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 7,\n            \"PacksPerCase\": 36,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278572\",\n            \"Name\": \"Pasta Macaroni Elbow Hvy 100% Durum Semolina\",\n            \"Description\": \"Pasta Macaroni Elbow Hvy 100% Durum Semolina \",\n            \"SKU\": \"NH754\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 10,\n            \"PacksPerCase\": 3,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278571\",\n            \"Name\": \"Pasta Macaroni Elbow Hvy Wall\",\n            \"Description\": \"Pasta Macaroni Elbow Hvy Wall \",\n            \"SKU\": \"NH752\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 10,\n            \"PacksPerCase\": 2,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278481\",\n            \"Name\": \"Pasta Penne Gluten Free\",\n            \"Description\": \"Pasta Penne Gluten Free \",\n            \"SKU\": \"D7532\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 12,\n            \"PacksPerCase\": 8,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20546472\",\n            \"Name\": \"Pear Avocado (Jumble)\",\n            \"Description\": \"Pear Avocado (Jumble) \",\n            \"SKU\": \"8973610\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"90\",\n            \"PackQuantity\": 10,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20546473\",\n            \"Name\": \"Pear Avocado Ripe\",\n            \"Description\": \"Pear Avocado Ripe \",\n            \"SKU\": \"324426\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 26,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278537\",\n            \"Name\": \"Pear Diced In X Ltsyrp\",\n            \"Description\": \"Pear Diced In X Ltsyrp \",\n            \"SKU\": \"GK586\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 10,\n            \"PacksPerCase\": 6,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972160\",\n            \"Name\": \"PECANS CANDIED\",\n            \"Description\": \"PECANS CANDIED \",\n            \"SKU\": \"944974\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 2,\n            \"PacksPerCase\": 3,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971899\",\n            \"Name\": \"PEPPER AUTHENTICO LARGE G\",\n            \"Description\": \"PEPPER AUTHENTICO LARGE G \",\n            \"SKU\": \"049724\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 2.82,\n            \"PacksPerCase\": 36,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278538\",\n            \"Name\": \"Pepper Bell Grn Chopper Fresh\",\n            \"Description\": \"Pepper Bell Grn Chopper Fresh \",\n            \"SKU\": \"GP210\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 25,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278516\",\n            \"Name\": \"Pepper Blk Table Grind 18-28 Mesh\",\n            \"Description\": \"Pepper Blk Table Grind 18-28 Mesh \",\n            \"SKU\": \"FA295\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 5,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278515\",\n            \"Name\": \"Pepper Blk Table Grind 18-28 Mesh\",\n            \"Description\": \"Pepper Blk Table Grind 18-28 Mesh \",\n            \"SKU\": \"FA294\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 5,\n            \"PacksPerCase\": 6,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972193\",\n            \"Name\": \"PEPPER CHIPOTLE ADOBO SCE\",\n            \"Description\": \"PEPPER CHIPOTLE ADOBO SCE \",\n            \"SKU\": \"946103\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 7,\n            \"PacksPerCase\": 24,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278531\",\n            \"Name\": \"Pepper Jalapeno Green Fresh\",\n            \"Description\": \"Pepper Jalapeno Green Fresh \",\n            \"SKU\": \"FT520\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 10,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278581\",\n            \"Name\": \"Pepper Jalapeno Whl #2 Rndm Size Color Profile\",\n            \"Description\": \"Pepper Jalapeno Whl #2 Rndm Size Color Profile \",\n            \"SKU\": \"PP044\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 40,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971905\",\n            \"Name\": \"PEPPER NJOY PACKETS\",\n            \"Description\": \"PEPPER NJOY PACKETS \",\n            \"SKU\": \"051074\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1000,\n            \"PacksPerCase\": 3,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972073\",\n            \"Name\": \"PEPPER NJOY PACKETS 2\",\n            \"Description\": \"PEPPER NJOY PACKETS 2 \",\n            \"SKU\": \"055992\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1000,\n            \"PacksPerCase\": 3,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278464\",\n            \"Name\": \"Pepper Red Crushed\",\n            \"Description\": \"Pepper Red Crushed \",\n            \"SKU\": \"CN127\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 4,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278463\",\n            \"Name\": \"Pepper Red Crushed\",\n            \"Description\": \"Pepper Red Crushed \",\n            \"SKU\": \"CN126\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 4,\n            \"PacksPerCase\": 6,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972191\",\n            \"Name\": \"PEPPER SLICED CHERRY\",\n            \"Description\": \"PEPPER SLICED CHERRY \",\n            \"SKU\": \"946003\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 4,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972184\",\n            \"Name\": \"PEPPERONCINI SLICED\",\n            \"Description\": \"PEPPERONCINI SLICED \",\n            \"SKU\": \"945816\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 2.2,\n            \"PacksPerCase\": 10,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971948\",\n            \"Name\": \"PEPPERONCINI SLICED\",\n            \"Description\": \"PEPPERONCINI SLICED \",\n            \"SKU\": \"052398\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 5.5,\n            \"PacksPerCase\": 4,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278554\",\n            \"Name\": \"Pepperoni Bf Prk 3\\\" Slcd 71Mm Avg 6 Cnt/Oz Frfz\",\n            \"Description\": \"Pepperoni Bf Prk 3\\\" Slcd 71Mm Avg 6 Cnt/Oz Frfz \",\n            \"SKU\": \"J8870\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 5,\n            \"PacksPerCase\": 2,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036410\",\n            \"Name\": \"PEPPERS ANCHO DRIED 5\",\n            \"Description\": \"PEPPERS ANCHO DRIED 5 \",\n            \"SKU\": \"448500\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 5,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036413\",\n            \"Name\": \"PEPPERS DRIED MORITA\",\n            \"Description\": \"PEPPERS DRIED MORITA \",\n            \"SKU\": \"448605\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 5,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036541\",\n            \"Name\": \"PEPPERS HABANERO 1LBS\",\n            \"Description\": \"PEPPERS HABANERO 1LBS \",\n            \"SKU\": \"448425\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036405\",\n            \"Name\": \"PEPPERS HABANERO ORANGE\",\n            \"Description\": \"PEPPERS HABANERO ORANGE \",\n            \"SKU\": \"448420\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 8,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036406\",\n            \"Name\": \"PEPPERS JALAPENO\",\n            \"Description\": \"PEPPERS JALAPENO \",\n            \"SKU\": \"448430\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 10,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036511\",\n            \"Name\": \"PEPPERS ORGANIC JALAPENOS 10LB AVG\",\n            \"Description\": \"PEPPERS ORGANIC JALAPENOS 10LB AVG \",\n            \"SKU\": \"448960\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 10,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971971\",\n            \"Name\": \"PEPPERS PIMIENTO DICED\",\n            \"Description\": \"PEPPERS PIMIENTO DICED \",\n            \"SKU\": \"053546\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 27.5,\n            \"PacksPerCase\": 12,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972149\",\n            \"Name\": \"PEPPERS PIMIENTO DICED\",\n            \"Description\": \"PEPPERS PIMIENTO DICED \",\n            \"SKU\": \"944711\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 27.5,\n            \"PacksPerCase\": 12,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036407\",\n            \"Name\": \"PEPPERS SERRANO\",\n            \"Description\": \"PEPPERS SERRANO \",\n            \"SKU\": \"448445\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 10,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972145\",\n            \"Name\": \"PICK SANDWICH 4 INCH LOGO\",\n            \"Description\": \"PICK SANDWICH 4 INCH LOGO \",\n            \"SKU\": \"944581\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1000,\n            \"PacksPerCase\": 5,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20546474\",\n            \"Name\": \"Pickle Fennel FK\",\n            \"Description\": \"Pickle Fennel FK \",\n            \"SKU\": \"323211\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"90\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278550\",\n            \"Name\": \"Pickle Hb Dill Sl 1/8\\\" Kk\",\n            \"Description\": \"Pickle Hb Dill Sl 1/8\\\" Kk \",\n            \"SKU\": \"J2781\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"96\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278549\",\n            \"Name\": \"Pickle Hb Dill Sl 1/8\\\" Kk\",\n            \"Description\": \"Pickle Hb Dill Sl 1/8\\\" Kk \",\n            \"SKU\": \"J2780\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"96\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 4,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20546475\",\n            \"Name\": \"Pickled Red Onion\",\n            \"Description\": \"Pickled Red Onion \",\n            \"SKU\": \"104194\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"90\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 4,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972061\",\n            \"Name\": \"PICKLES CHIP CRINKLE 1/4I\",\n            \"Description\": \"PICKLES CHIP CRINKLE 1/4I \",\n            \"SKU\": \"055576\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"96\",\n            \"PackQuantity\": 5,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036404\",\n            \"Name\": \"PINEAPPLE GOLDEN RIPE 7-8CT\",\n            \"Description\": \"PINEAPPLE GOLDEN RIPE 7-8CT \",\n            \"SKU\": \"429010\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 8,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278553\",\n            \"Name\": \"Pineapple Tidbits Choice I/ Ltsyrp\",\n            \"Description\": \"Pineapple Tidbits Choice I/ Ltsyrp \",\n            \"SKU\": \"J3016\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 10,\n            \"PacksPerCase\": 6,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278521\",\n            \"Name\": \"Pineapple Tidbits In Juice\",\n            \"Description\": \"Pineapple Tidbits In Juice \",\n            \"SKU\": \"FC282\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 10,\n            \"PacksPerCase\": 6,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278592\",\n            \"Name\": \"Pizza Crust 16\\\" Parbkd G/F Fz\",\n            \"Description\": \"Pizza Crust 16\\\" Parbkd G/F Fz \",\n            \"SKU\": \"RA084\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 24,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972169\",\n            \"Name\": \"PLATE 10 INCH FIBER\",\n            \"Description\": \"PLATE 10 INCH FIBER \",\n            \"SKU\": \"945380\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 500,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036469\",\n            \"Name\": \"PLATE BAGASSE NATURAL 10 1 COMP RD\",\n            \"Description\": \"PLATE BAGASSE NATURAL 10 1 COMP RD \",\n            \"SKU\": \"10100513\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 4,\n            \"PacksPerCase\": 125,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036505\",\n            \"Name\": \"POPPO'S TAQUERIA PRTD BAG 10X5X13 PAPER\",\n            \"Description\": \"POPPO'S TAQUERIA PRTD BAG 10X5X13 PAPER \",\n            \"SKU\": \"10150495\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 250,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971910\",\n            \"Name\": \"PORK BACK RIB 2.5DN\",\n            \"Description\": \"PORK BACK RIB 2.5DN \",\n            \"SKU\": \"051168\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 2.5,\n            \"PacksPerCase\": 12,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get weight\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972036\",\n            \"Name\": \"PORK BACK RIB 2.75 DN\",\n            \"Description\": \"PORK BACK RIB 2.75 DN \",\n            \"SKU\": \"055177\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 2.63,\n            \"PacksPerCase\": 12,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get weight\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972045\",\n            \"Name\": \"PORK BACK RIB 2.75DN\",\n            \"Description\": \"PORK BACK RIB 2.75DN \",\n            \"SKU\": \"055305\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 2.63,\n            \"PacksPerCase\": 12,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get weight\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972009\",\n            \"Name\": \"PORK BACK RIBS 2.25 DN\",\n            \"Description\": \"PORK BACK RIBS 2.25 DN \",\n            \"SKU\": \"054598\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 2.13,\n            \"PacksPerCase\": 14,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get weight\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972083\",\n            \"Name\": \"PORK BACK RIBS 2.25 DN\",\n            \"Description\": \"PORK BACK RIBS 2.25 DN \",\n            \"SKU\": \"056153\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 2.25,\n            \"PacksPerCase\": 14,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get weight\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036391\",\n            \"Name\": \"PORK BUTT BNLS 8AVG\",\n            \"Description\": \"PORK BUTT BNLS 8AVG \",\n            \"SKU\": \"10056756\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 2,\n            \"PacksPerCase\": 2,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972065\",\n            \"Name\": \"PORK CHOP BNLS 5.5 OZ\",\n            \"Description\": \"PORK CHOP BNLS 5.5 OZ \",\n            \"SKU\": \"055685\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 5.5,\n            \"PacksPerCase\": 48,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972006\",\n            \"Name\": \"PORK CHOP BNLS 5.5OZ\",\n            \"Description\": \"PORK CHOP BNLS 5.5OZ \",\n            \"SKU\": \"054547\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 5.5,\n            \"PacksPerCase\": 48,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971855\",\n            \"Name\": \"PORK RIBS 2.5 DN\",\n            \"Description\": \"PORK RIBS 2.5 DN \",\n            \"SKU\": \"043925\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 2.5,\n            \"PacksPerCase\": 12,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get weight\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278586\",\n            \"Name\": \"Pork Shldr Brsd Kalua Fz\",\n            \"Description\": \"Pork Shldr Brsd Kalua Fz \",\n            \"SKU\": \"PT064\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 10,\n            \"PacksPerCase\": 2,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get weight\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20546476\",\n            \"Name\": \"Potato Salad BB\",\n            \"Description\": \"Potato Salad BB \",\n            \"SKU\": \"302110\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"90\",\n            \"PackQuantity\": 10,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20546477\",\n            \"Name\": \"Potato Sweet\",\n            \"Description\": \"Potato Sweet \",\n            \"SKU\": \"30126\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"90\",\n            \"PackQuantity\": 6,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971882\",\n            \"Name\": \"POTATO SWEET 12 TO 16 OZ\",\n            \"Description\": \"POTATO SWEET 12 TO 16 OZ \",\n            \"SKU\": \"046648\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 40,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971909\",\n            \"Name\": \"POTATOES MASHED CREAMY\",\n            \"Description\": \"POTATOES MASHED CREAMY \",\n            \"SKU\": \"051124\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 5,\n            \"PacksPerCase\": 8,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972007\",\n            \"Name\": \"POTATOES RUSSET 60 CT\",\n            \"Description\": \"POTATOES RUSSET 60 CT \",\n            \"SKU\": \"054566\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 50,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971998\",\n            \"Name\": \"POTATOES RUSSET 60 CT\",\n            \"Description\": \"POTATOES RUSSET 60 CT \",\n            \"SKU\": \"054383\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 50,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971917\",\n            \"Name\": \"POTATOES RUSSET 60 CT\",\n            \"Description\": \"POTATOES RUSSET 60 CT \",\n            \"SKU\": \"051374\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 50,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971916\",\n            \"Name\": \"POTATOES RUSSET 60 CT\",\n            \"Description\": \"POTATOES RUSSET 60 CT \",\n            \"SKU\": \"051369\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 50,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278529\",\n            \"Name\": \"Preserve Rasp Red Tff\",\n            \"Description\": \"Preserve Rasp Red Tff \",\n            \"SKU\": \"FN616\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 10,\n            \"PacksPerCase\": 6,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278525\",\n            \"Name\": \"Pretzel Bite W/ Salt Pack Fz\",\n            \"Description\": \"Pretzel Bite W/ Salt Pack Fz \",\n            \"SKU\": \"FH980\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 0.48,\n            \"PacksPerCase\": 500,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972042\",\n            \"Name\": \"PUREE REAL PINEAPPLE\",\n            \"Description\": \"PUREE REAL PINEAPPLE \",\n            \"SKU\": \"055275\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 16.9,\n            \"PacksPerCase\": 6,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971903\",\n            \"Name\": \"PURELL HAND SANITIZER FOA\",\n            \"Description\": \"PURELL HAND SANITIZER FOA \",\n            \"SKU\": \"050226\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"94\",\n            \"PackQuantity\": 1200,\n            \"PacksPerCase\": 2,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20546478\",\n            \"Name\": \"Radish\",\n            \"Description\": \"Radish \",\n            \"SKU\": \"107634\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"91\",\n            \"PackQuantity\": 250,\n            \"PacksPerCase\": 12,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036503\",\n            \"Name\": \"RICE BROWN LONG GRAIN EXTRA FANCY\",\n            \"Description\": \"RICE BROWN LONG GRAIN EXTRA FANCY \",\n            \"SKU\": \"112004\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 25,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036377\",\n            \"Name\": \"RICE BROWN WHOLE GRAIN PARBOILED\",\n            \"Description\": \"RICE BROWN WHOLE GRAIN PARBOILED \",\n            \"SKU\": \"112010\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 25,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036504\",\n            \"Name\": \"RICE BROWN WHOLE GRAIN PARBOILED\",\n            \"Description\": \"RICE BROWN WHOLE GRAIN PARBOILED \",\n            \"SKU\": \"10147130\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 25,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036435\",\n            \"Name\": \"RICE LONG GRAIN PARBOILED BOX\",\n            \"Description\": \"RICE LONG GRAIN PARBOILED BOX \",\n            \"SKU\": \"112161\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 25,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971967\",\n            \"Name\": \"RICE WHITE CONDITIONED\",\n            \"Description\": \"RICE WHITE CONDITIONED \",\n            \"SKU\": \"053300\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 50,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972157\",\n            \"Name\": \"RICE WHITE CONDITIONED\",\n            \"Description\": \"RICE WHITE CONDITIONED \",\n            \"SKU\": \"944900\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 50,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971994\",\n            \"Name\": \"RICE WHITE PARBOILED 50LB\",\n            \"Description\": \"RICE WHITE PARBOILED 50LB \",\n            \"SKU\": \"054212\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 50,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278508\",\n            \"Name\": \"Rinse Aid Low Temp Mch Blue In Color\",\n            \"Description\": \"Rinse Aid Low Temp Mch Blue In Color \",\n            \"SKU\": \"EB582\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"96\",\n            \"PackQuantity\": 5,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20546479\",\n            \"Name\": \"Rocket British RTE\",\n            \"Description\": \"Rocket British RTE \",\n            \"SKU\": \"108072\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"91\",\n            \"PackQuantity\": 250,\n            \"PacksPerCase\": 4,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20546480\",\n            \"Name\": \"Roquette Washed\",\n            \"Description\": \"Roquette Washed \",\n            \"SKU\": \"6926425\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"91\",\n            \"PackQuantity\": 250,\n            \"PacksPerCase\": 4,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20546481\",\n            \"Name\": \"Sal Sup S/L(80-100g ) DEF\",\n            \"Description\": \"Sal Sup S/L(80-100g ) DEF \",\n            \"SKU\": \"7010016\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972001\",\n            \"Name\": \"SALMON 2-4 D TRIM\",\n            \"Description\": \"SALMON 2-4 D TRIM \",\n            \"SKU\": \"054437\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 3,\n            \"PacksPerCase\": 3,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get weight\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972029\",\n            \"Name\": \"SALMON 2-4 TRIM\",\n            \"Description\": \"SALMON 2-4 TRIM \",\n            \"SKU\": \"054840\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 3,\n            \"PacksPerCase\": 11,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get weight\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972027\",\n            \"Name\": \"SALMON 2-4 TRIM FILET\",\n            \"Description\": \"SALMON 2-4 TRIM FILET \",\n            \"SKU\": \"054822\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 10,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get weight\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972074\",\n            \"Name\": \"SALMON 2-4 TRIM S/ON FILL\",\n            \"Description\": \"SALMON 2-4 TRIM S/ON FILL \",\n            \"SKU\": \"056026\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 3,\n            \"PacksPerCase\": 5,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get weight\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971898\",\n            \"Name\": \"SALT AUTHENTIC LARGE GRIN\",\n            \"Description\": \"SALT AUTHENTIC LARGE GRIN \",\n            \"SKU\": \"049723\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 5.8,\n            \"PacksPerCase\": 36,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971912\",\n            \"Name\": \"SALT FLAKED\",\n            \"Description\": \"SALT FLAKED \",\n            \"SKU\": \"051233\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 9,\n            \"PacksPerCase\": 4,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036494\",\n            \"Name\": \"SALT GRANULATED HIGH GRADE\",\n            \"Description\": \"SALT GRANULATED HIGH GRADE \",\n            \"SKU\": \"10021876\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 50,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036359\",\n            \"Name\": \"SALT GRANULATED PLAIN\",\n            \"Description\": \"SALT GRANULATED PLAIN \",\n            \"SKU\": \"10042594\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 25,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972086\",\n            \"Name\": \"SALT ICE MELT\",\n            \"Description\": \"SALT ICE MELT \",\n            \"SKU\": \"056216\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 50,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972188\",\n            \"Name\": \"SALT ICE MELT 25 BAG\",\n            \"Description\": \"SALT ICE MELT 25 BAG \",\n            \"SKU\": \"945953\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 25,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036517\",\n            \"Name\": \"SALT KOSHER MORTONS\",\n            \"Description\": \"SALT KOSHER MORTONS \",\n            \"SKU\": \"136026\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 12,\n            \"PacksPerCase\": 3,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971904\",\n            \"Name\": \"SALT NJOY PACKETS\",\n            \"Description\": \"SALT NJOY PACKETS \",\n            \"SKU\": \"051073\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1000,\n            \"PacksPerCase\": 3,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036492\",\n            \"Name\": \"SALT ROUNDS IODIZED\",\n            \"Description\": \"SALT ROUNDS IODIZED \",\n            \"SKU\": \"10042591\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 24,\n            \"PacksPerCase\": 26,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278435\",\n            \"Name\": \"Salt Sea Fine\",\n            \"Description\": \"Salt Sea Fine \",\n            \"SKU\": \"60484\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"90\",\n            \"PackQuantity\": 12.5,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036420\",\n            \"Name\": \"SANI QUAD FOODSERVICE QUAT SANITIZER GLS\",\n            \"Description\": \"SANI QUAD FOODSERVICE QUAT SANITIZER GLS \",\n            \"SKU\": \"10063784\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 4,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971872\",\n            \"Name\": \"SANITARY BEARD COVER\",\n            \"Description\": \"SANITARY BEARD COVER \",\n            \"SKU\": \"045016\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 100,\n            \"PacksPerCase\": 10,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971934\",\n            \"Name\": \"SANITARY HEAD CAP\",\n            \"Description\": \"SANITARY HEAD CAP \",\n            \"SKU\": \"051697\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 100,\n            \"PacksPerCase\": 10,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278492\",\n            \"Name\": \"Sanitizer Dish Machine Clrn Quintet Clr In Color\",\n            \"Description\": \"Sanitizer Dish Machine Clrn Quintet Clr In Color \",\n            \"SKU\": \"DT454\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"96\",\n            \"PackQuantity\": 5,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036421\",\n            \"Name\": \"SANITIZER LOW TEMP DISHMACHINE 5 GAL\",\n            \"Description\": \"SANITIZER LOW TEMP DISHMACHINE 5 GAL \",\n            \"SKU\": \"10064342\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 5,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971935\",\n            \"Name\": \"SAUCE 57\",\n            \"Description\": \"SAUCE 57 \",\n            \"SKU\": \"051795\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 10,\n            \"PacksPerCase\": 12,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972141\",\n            \"Name\": \"SAUCE 57\",\n            \"Description\": \"SAUCE 57 \",\n            \"SKU\": \"944539\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 15,\n            \"PacksPerCase\": 12,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971871\",\n            \"Name\": \"SAUCE A1 STEAK SAUCE SING\",\n            \"Description\": \"SAUCE A1 STEAK SAUCE SING \",\n            \"SKU\": \"045015\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 0.5,\n            \"PacksPerCase\": 200,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971797\",\n            \"Name\": \"SAUCE ASIAN GLAZE ENHANCE\",\n            \"Description\": \"SAUCE ASIAN GLAZE ENHANCE \",\n            \"SKU\": \"030102\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 5,\n            \"PacksPerCase\": 8,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971901\",\n            \"Name\": \"SAUCE BORDELAISE\",\n            \"Description\": \"SAUCE BORDELAISE \",\n            \"SKU\": \"049868\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 4,\n            \"PacksPerCase\": 8,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971956\",\n            \"Name\": \"SAUCE BURGER\",\n            \"Description\": \"SAUCE BURGER \",\n            \"SKU\": \"052850\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"96\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 4,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972011\",\n            \"Name\": \"SAUCE CHICKEN JUS 2\",\n            \"Description\": \"SAUCE CHICKEN JUS 2 \",\n            \"SKU\": \"054621\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 2,\n            \"PacksPerCase\": 10,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971794\",\n            \"Name\": \"SAUCE CHILI SWT GINGER GF\",\n            \"Description\": \"SAUCE CHILI SWT GINGER GF \",\n            \"SKU\": \"024366\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"96\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 2,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971816\",\n            \"Name\": \"SAUCE CHOCOLATE DIPPING C\",\n            \"Description\": \"SAUCE CHOCOLATE DIPPING C \",\n            \"SKU\": \"035934\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 32,\n            \"PacksPerCase\": 8,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971969\",\n            \"Name\": \"SAUCE CHOLULA\",\n            \"Description\": \"SAUCE CHOLULA \",\n            \"SKU\": \"053387\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 5,\n            \"PacksPerCase\": 24,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971968\",\n            \"Name\": \"SAUCE DULCE DE LECHE\",\n            \"Description\": \"SAUCE DULCE DE LECHE \",\n            \"SKU\": \"053386\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 2,\n            \"PacksPerCase\": 10,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971873\",\n            \"Name\": \"SAUCE FOUR CHEESE\",\n            \"Description\": \"SAUCE FOUR CHEESE \",\n            \"SKU\": \"045055\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 4,\n            \"PacksPerCase\": 8,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972005\",\n            \"Name\": \"SAUCE LEMON BASTING\",\n            \"Description\": \"SAUCE LEMON BASTING \",\n            \"SKU\": \"054508\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"96\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 6,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278425\",\n            \"Name\": \"Sauce Pasta Ultra Premium\",\n            \"Description\": \"Sauce Pasta Ultra Premium \",\n            \"SKU\": \"12176\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 10,\n            \"PacksPerCase\": 6,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278465\",\n            \"Name\": \"Sauce Pesto Basil No Nut G/F Fz\",\n            \"Description\": \"Sauce Pesto Basil No Nut G/F Fz \",\n            \"SKU\": \"CN722\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 32,\n            \"PacksPerCase\": 2,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278546\",\n            \"Name\": \"Sauce Pesto Basil W/ Out Pine Nut Fz\",\n            \"Description\": \"Sauce Pesto Basil W/ Out Pine Nut Fz \",\n            \"SKU\": \"HB908\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 30,\n            \"PacksPerCase\": 3,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278430\",\n            \"Name\": \"Sauce Pizza Fully Preprd\",\n            \"Description\": \"Sauce Pizza Fully Preprd \",\n            \"SKU\": \"20558\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 10,\n            \"PacksPerCase\": 6,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971845\",\n            \"Name\": \"SAUCE SMOKEY BBQ BASE\",\n            \"Description\": \"SAUCE SMOKEY BBQ BASE \",\n            \"SKU\": \"042138\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"96\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 4,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972147\",\n            \"Name\": \"SAUCE SOY\",\n            \"Description\": \"SAUCE SOY \",\n            \"SKU\": \"944597\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 4,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972130\",\n            \"Name\": \"SAUCE STEAK ORIG 15 OZ\",\n            \"Description\": \"SAUCE STEAK ORIG 15 OZ \",\n            \"SKU\": \"944375\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 15,\n            \"PacksPerCase\": 12,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278444\",\n            \"Name\": \"Sauce Sweet N Spicy\",\n            \"Description\": \"Sauce Sweet N Spicy \",\n            \"SKU\": \"A5113\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"96\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278443\",\n            \"Name\": \"Sauce Sweet N Spicy\",\n            \"Description\": \"Sauce Sweet N Spicy \",\n            \"SKU\": \"A5112\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"96\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 4,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972108\",\n            \"Name\": \"SAUCE TABASCO 5 OZ\",\n            \"Description\": \"SAUCE TABASCO 5 OZ \",\n            \"SKU\": \"943150\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 5,\n            \"PacksPerCase\": 12,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972146\",\n            \"Name\": \"SAUCE TABASCO HOT\",\n            \"Description\": \"SAUCE TABASCO HOT \",\n            \"SKU\": \"944587\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 12,\n            \"PacksPerCase\": 12,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972088\",\n            \"Name\": \"SAUCE TARTAR CUP\",\n            \"Description\": \"SAUCE TARTAR CUP \",\n            \"SKU\": \"940545\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 1.5,\n            \"PacksPerCase\": 100,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278479\",\n            \"Name\": \"Sauce Wing Buffalo\",\n            \"Description\": \"Sauce Wing Buffalo \",\n            \"SKU\": \"CV243\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"96\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278478\",\n            \"Name\": \"Sauce Wing Buffalo\",\n            \"Description\": \"Sauce Wing Buffalo \",\n            \"SKU\": \"CV242\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"96\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 4,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972140\",\n            \"Name\": \"SAUCE WORCESTERSHIRE 10 O\",\n            \"Description\": \"SAUCE WORCESTERSHIRE 10 O \",\n            \"SKU\": \"944535\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 10,\n            \"PacksPerCase\": 12,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972113\",\n            \"Name\": \"SAUCE WORCESTERSHIRE 5 OZ\",\n            \"Description\": \"SAUCE WORCESTERSHIRE 5 OZ \",\n            \"SKU\": \"943681\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 5,\n            \"PacksPerCase\": 24,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278519\",\n            \"Name\": \"Sausage Topping Ital Fc Crumble Spicy Fz\",\n            \"Description\": \"Sausage Topping Ital Fc Crumble Spicy Fz \",\n            \"SKU\": \"FA758\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 5,\n            \"PacksPerCase\": 2,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278558\",\n            \"Name\": \"Scrubber Ss 1.75 Oz\",\n            \"Description\": \"Scrubber Ss 1.75 Oz \",\n            \"SKU\": \"JP870\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 12,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972170\",\n            \"Name\": \"SEASONING 7 PEPPER BLEND\",\n            \"Description\": \"SEASONING 7 PEPPER BLEND \",\n            \"SKU\": \"945408\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 20,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971936\",\n            \"Name\": \"SEASONING BLACKENING\",\n            \"Description\": \"SEASONING BLACKENING \",\n            \"SKU\": \"051844\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 5,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972173\",\n            \"Name\": \"SEASONING CHARBROIL\",\n            \"Description\": \"SEASONING CHARBROIL \",\n            \"SKU\": \"945634\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 30,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971993\",\n            \"Name\": \"SEASONING CIRTUS & SPICE\",\n            \"Description\": \"SEASONING CIRTUS & SPICE \",\n            \"SKU\": \"054209\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 11.4,\n            \"PacksPerCase\": 28,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972166\",\n            \"Name\": \"SEASONING GRILL\",\n            \"Description\": \"SEASONING GRILL \",\n            \"SKU\": \"945326\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 30,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972167\",\n            \"Name\": \"SEASONING PRAIRIE DUST\",\n            \"Description\": \"SEASONING PRAIRIE DUST \",\n            \"SKU\": \"945327\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 20,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971837\",\n            \"Name\": \"SEASONING RIB\",\n            \"Description\": \"SEASONING RIB \",\n            \"SKU\": \"040884\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 20,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972182\",\n            \"Name\": \"SEASONING SEA SALT BLEND\",\n            \"Description\": \"SEASONING SEA SALT BLEND \",\n            \"SKU\": \"945772\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 12,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972038\",\n            \"Name\": \"SEASONING TAJIN BC\",\n            \"Description\": \"SEASONING TAJIN BC \",\n            \"SKU\": \"055183\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 5,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971913\",\n            \"Name\": \"SEASONING VEGETABLE CL V3\",\n            \"Description\": \"SEASONING VEGETABLE CL V3 \",\n            \"SKU\": \"051273\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 10,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036478\",\n            \"Name\": \"SERVING SPOON PLAS BLACK 9 PS\",\n            \"Description\": \"SERVING SPOON PLAS BLACK 9 PS \",\n            \"SKU\": \"10123249\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 144,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036461\",\n            \"Name\": \"SERVING TONGS PLAS BLACK 9 POLYSTYRENE\",\n            \"Description\": \"SERVING TONGS PLAS BLACK 9 POLYSTYRENE \",\n            \"SKU\": \"10137351\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 48,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20546482\",\n            \"Name\": \"Shallots Round\",\n            \"Description\": \"Shallots Round \",\n            \"SKU\": \"37071\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"90\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20546483\",\n            \"Name\": \"Shallots SlicedPickled FK\",\n            \"Description\": \"Shallots SlicedPickled FK \",\n            \"SKU\": \"108388\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"90\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971946\",\n            \"Name\": \"SHRIMP 21/25\",\n            \"Description\": \"SHRIMP 21/25 \",\n            \"SKU\": \"052279\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 10,\n            \"PacksPerCase\": 2,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972072\",\n            \"Name\": \"SHRIMP 21/25\",\n            \"Description\": \"SHRIMP 21/25 \",\n            \"SKU\": \"055989\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 5,\n            \"PacksPerCase\": 4,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971961\",\n            \"Name\": \"SHRIMP 21/25 PD TAIL ON\",\n            \"Description\": \"SHRIMP 21/25 PD TAIL ON \",\n            \"SKU\": \"053004\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 2,\n            \"PacksPerCase\": 5,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972076\",\n            \"Name\": \"SHRIMP 21/25 PDTO\",\n            \"Description\": \"SHRIMP 21/25 PDTO \",\n            \"SKU\": \"056085\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 2,\n            \"PacksPerCase\": 5,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972071\",\n            \"Name\": \"SHRIMP 71/90 PD\",\n            \"Description\": \"SHRIMP 71/90 PD \",\n            \"SKU\": \"055979\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 2,\n            \"PacksPerCase\": 5,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971863\",\n            \"Name\": \"SKEWER BAMBOO 10 B/C\",\n            \"Description\": \"SKEWER BAMBOO 10 B/C \",\n            \"SKU\": \"044696\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 100,\n            \"PacksPerCase\": 10,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971860\",\n            \"Name\": \"SKEWER BAMBOO 6\",\n            \"Description\": \"SKEWER BAMBOO 6 \",\n            \"SKU\": \"044559\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1600,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972030\",\n            \"Name\": \"SLEEVE COFFEE CUP\",\n            \"Description\": \"SLEEVE COFFEE CUP \",\n            \"SKU\": \"054847\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1000,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036419\",\n            \"Name\": \"SOAP HAND FOAM ANTIBACTERIAL\",\n            \"Description\": \"SOAP HAND FOAM ANTIBACTERIAL \",\n            \"SKU\": \"10100312\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 4,\n            \"PacksPerCase\": 1000,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278502\",\n            \"Name\": \"Soap Hand Pink Lq Bulk Econo\",\n            \"Description\": \"Soap Hand Pink Lq Bulk Econo \",\n            \"SKU\": \"DV982\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"96\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 4,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971881\",\n            \"Name\": \"SODA COKE CONTOUR CLASSIC\",\n            \"Description\": \"SODA COKE CONTOUR CLASSIC \",\n            \"SKU\": \"046321\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"92\",\n            \"PackQuantity\": 2,\n            \"PacksPerCase\": 8,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972162\",\n            \"Name\": \"SODA COKE ZERO SUGAR FTN\",\n            \"Description\": \"SODA COKE ZERO SUGAR FTN \",\n            \"SKU\": \"945157\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"96\",\n            \"PackQuantity\": 2.5,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036376\",\n            \"Name\": \"SODA JARRITOS FRUIT PUNCH\",\n            \"Description\": \"SODA JARRITOS FRUIT PUNCH \",\n            \"SKU\": \"102506\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 24,\n            \"PacksPerCase\": 12.5,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036477\",\n            \"Name\": \"SODA JARRITOS GUAVA\",\n            \"Description\": \"SODA JARRITOS GUAVA \",\n            \"SKU\": \"10026989\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 24,\n            \"PacksPerCase\": 12.5,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036375\",\n            \"Name\": \"SODA JARRITOS MANDARIN\",\n            \"Description\": \"SODA JARRITOS MANDARIN \",\n            \"SKU\": \"102504\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 24,\n            \"PacksPerCase\": 12.5,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036497\",\n            \"Name\": \"SODA JARRITOS MANGO\",\n            \"Description\": \"SODA JARRITOS MANGO \",\n            \"SKU\": \"10024812\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 24,\n            \"PacksPerCase\": 12.5,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036474\",\n            \"Name\": \"SODA JARRITOS PINEAPPLE\",\n            \"Description\": \"SODA JARRITOS PINEAPPLE \",\n            \"SKU\": \"102508\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 24,\n            \"PacksPerCase\": 12.5,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972079\",\n            \"Name\": \"SODA LEMONADE\",\n            \"Description\": \"SODA LEMONADE \",\n            \"SKU\": \"056124\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"96\",\n            \"PackQuantity\": 5,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278600\",\n            \"Name\": \"Soda Mandarin Rtd Glbtl\",\n            \"Description\": \"Soda Mandarin Rtd Glbtl \",\n            \"SKU\": \"V3992\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 12.5,\n            \"PacksPerCase\": 24,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972148\",\n            \"Name\": \"SODA PIBB XTRA\",\n            \"Description\": \"SODA PIBB XTRA \",\n            \"SKU\": \"944619\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"96\",\n            \"PackQuantity\": 5,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278561\",\n            \"Name\": \"Soda Root Beer Rtd 6X4 Gl Btl\",\n            \"Description\": \"Soda Root Beer Rtd 6X4 Gl Btl \",\n            \"SKU\": \"M7474\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 12,\n            \"PacksPerCase\": 24,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972190\",\n            \"Name\": \"SODA SEAGRAMS GINGER ALE\",\n            \"Description\": \"SODA SEAGRAMS GINGER ALE \",\n            \"SKU\": \"945985\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"96\",\n            \"PackQuantity\": 2.5,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972117\",\n            \"Name\": \"SODA SEAGRAMS TONIC WATER\",\n            \"Description\": \"SODA SEAGRAMS TONIC WATER \",\n            \"SKU\": \"944052\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"96\",\n            \"PackQuantity\": 2.5,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971880\",\n            \"Name\": \"SODA SPRITE CONTOUR 2 LT\",\n            \"Description\": \"SODA SPRITE CONTOUR 2 LT \",\n            \"SKU\": \"046283\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"92\",\n            \"PackQuantity\": 2,\n            \"PacksPerCase\": 8,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278601\",\n            \"Name\": \"Soda Strawberry Rtd Glbtl\",\n            \"Description\": \"Soda Strawberry Rtd Glbtl \",\n            \"SKU\": \"V7260\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 12.5,\n            \"PacksPerCase\": 24,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971911\",\n            \"Name\": \"SODA TOPO CHICO\",\n            \"Description\": \"SODA TOPO CHICO \",\n            \"SKU\": \"051180\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 12,\n            \"PacksPerCase\": 24,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036356\",\n            \"Name\": \"SOUFFLE CUP PLAS TRANS 2 OZ P200N\",\n            \"Description\": \"SOUFFLE CUP PLAS TRANS 2 OZ P200N \",\n            \"SKU\": \"10026612\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 10,\n            \"PacksPerCase\": 250,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036354\",\n            \"Name\": \"SOUFFLE CUP PLAS TRANS 4 OZ P400N\",\n            \"Description\": \"SOUFFLE CUP PLAS TRANS 4 OZ P400N \",\n            \"SKU\": \"10024949\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 10,\n            \"PacksPerCase\": 250,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036441\",\n            \"Name\": \"SOUFFLE LID PLAS CLR 1.5/2/2.5 OZ PL200N\",\n            \"Description\": \"SOUFFLE LID PLAS CLR 1.5/2/2.5 OZ PL200N \",\n            \"SKU\": \"10023073\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 25,\n            \"PacksPerCase\": 100,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036442\",\n            \"Name\": \"SOUFFLE LID PLAS CLR 3.25/4/5.5 OZ PL4N\",\n            \"Description\": \"SOUFFLE LID PLAS CLR 3.25/4/5.5 OZ PL4N \",\n            \"SKU\": \"830745\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 20,\n            \"PacksPerCase\": 125,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971928\",\n            \"Name\": \"SOUP FRENCH ONION\",\n            \"Description\": \"SOUP FRENCH ONION \",\n            \"SKU\": \"051657\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 1.6,\n            \"PacksPerCase\": 12,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971811\",\n            \"Name\": \"SOUP LOADED POTATO\",\n            \"Description\": \"SOUP LOADED POTATO \",\n            \"SKU\": \"035020\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 4,\n            \"PacksPerCase\": 8,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971854\",\n            \"Name\": \"SOUP SHRIMP AND LOBSTER C\",\n            \"Description\": \"SOUP SHRIMP AND LOBSTER C \",\n            \"SKU\": \"043437\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 4,\n            \"PacksPerCase\": 8,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971926\",\n            \"Name\": \"SOUP SOUTHWEST CHICKEN\",\n            \"Description\": \"SOUP SOUTHWEST CHICKEN \",\n            \"SKU\": \"051531\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 4,\n            \"PacksPerCase\": 8,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278507\",\n            \"Name\": \"Sour Cream Grade A Heavy Body Tff Cultured Ref\",\n            \"Description\": \"Sour Cream Grade A Heavy Body Tff Cultured Ref \",\n            \"SKU\": \"EB059\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 5,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278506\",\n            \"Name\": \"Sour Cream Grade A Heavy Body Tff Cultured Ref\",\n            \"Description\": \"Sour Cream Grade A Heavy Body Tff Cultured Ref \",\n            \"SKU\": \"EB058\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 5,\n            \"PacksPerCase\": 2,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971992\",\n            \"Name\": \"SOUR CREAM REGULAR\",\n            \"Description\": \"SOUR CREAM REGULAR \",\n            \"SKU\": \"054149\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 4.5,\n            \"PacksPerCase\": 9,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036445\",\n            \"Name\": \"SPICE CHILI PEPPER ANCHO GROUND\",\n            \"Description\": \"SPICE CHILI PEPPER ANCHO GROUND \",\n            \"SKU\": \"10031507\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 6,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036438\",\n            \"Name\": \"SPICE CHILI POWDER LIGHT\",\n            \"Description\": \"SPICE CHILI POWDER LIGHT \",\n            \"SKU\": \"140065\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 6,\n            \"PacksPerCase\": 18,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972197\",\n            \"Name\": \"SPICE CINNAMON GROUND\",\n            \"Description\": \"SPICE CINNAMON GROUND \",\n            \"SKU\": \"946257\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 16,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036378\",\n            \"Name\": \"SPICE CORIANDER GROUND\",\n            \"Description\": \"SPICE CORIANDER GROUND \",\n            \"SKU\": \"140095\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 6,\n            \"PacksPerCase\": 14,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036379\",\n            \"Name\": \"SPICE CUMIN SEED GROUND\",\n            \"Description\": \"SPICE CUMIN SEED GROUND \",\n            \"SKU\": \"140105\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 6,\n            \"PacksPerCase\": 14,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972196\",\n            \"Name\": \"SPICE GARLIC GRANULATED\",\n            \"Description\": \"SPICE GARLIC GRANULATED \",\n            \"SKU\": \"946244\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 24,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036380\",\n            \"Name\": \"SPICE OREGANO LEAVES WHOLE\",\n            \"Description\": \"SPICE OREGANO LEAVES WHOLE \",\n            \"SKU\": \"140180\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 3,\n            \"PacksPerCase\": 1.5,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036402\",\n            \"Name\": \"SPICE OREGANO LEAVES WHOLE\",\n            \"Description\": \"SPICE OREGANO LEAVES WHOLE \",\n            \"SKU\": \"140170\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 6,\n            \"PacksPerCase\": 5,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036485\",\n            \"Name\": \"SPICE PAPRIKA SMOKED\",\n            \"Description\": \"SPICE PAPRIKA SMOKED \",\n            \"SKU\": \"140194\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 6,\n            \"PacksPerCase\": 17,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972183\",\n            \"Name\": \"SPICE PEPPER BLACK SHAKER\",\n            \"Description\": \"SPICE PEPPER BLACK SHAKER \",\n            \"SKU\": \"945781\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 2,\n            \"PacksPerCase\": 8,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036401\",\n            \"Name\": \"SPICE PEPPER BLACK WHOLE\",\n            \"Description\": \"SPICE PEPPER BLACK WHOLE \",\n            \"SKU\": \"136175\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 6,\n            \"PacksPerCase\": 19.5,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036479\",\n            \"Name\": \"SPICE PEPPER CAYENNE\",\n            \"Description\": \"SPICE PEPPER CAYENNE \",\n            \"SKU\": \"136180\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 6,\n            \"PacksPerCase\": 14,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972198\",\n            \"Name\": \"SPICE PEPPER COARSE GROUN\",\n            \"Description\": \"SPICE PEPPER COARSE GROUN \",\n            \"SKU\": \"946311\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 16,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971840\",\n            \"Name\": \"SPICE SMOKY CALABRA CHILI\",\n            \"Description\": \"SPICE SMOKY CALABRA CHILI \",\n            \"SKU\": \"041272\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 20,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036495\",\n            \"Name\": \"SPICES DARK CHILI POWDER\",\n            \"Description\": \"SPICES DARK CHILI POWDER \",\n            \"SKU\": \"10148741\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 3,\n            \"PacksPerCase\": 5.5,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036480\",\n            \"Name\": \"SPICES OREGANO WHOLE LEAVES MEXICAN STYL\",\n            \"Description\": \"SPICES OREGANO WHOLE LEAVES MEXICAN STYL \",\n            \"SKU\": \"10147977\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 6,\n            \"PacksPerCase\": 5,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036470\",\n            \"Name\": \"SPICES PAPRIKA HUNGARIAN\",\n            \"Description\": \"SPICES PAPRIKA HUNGARIAN \",\n            \"SKU\": \"10147975\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 3,\n            \"PacksPerCase\": 5.25,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20546484\",\n            \"Name\": \"Spinach Baby\",\n            \"Description\": \"Spinach Baby \",\n            \"SKU\": \"20281\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"90\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21363814\",\n            \"Name\": \"Spinach Chpd Fz\",\n            \"Description\": \"Spinach Chpd Fz \",\n            \"SKU\": \"JD118\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 2,\n            \"PacksPerCase\": 12,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971947\",\n            \"Name\": \"SPINACH IQF\",\n            \"Description\": \"SPINACH IQF \",\n            \"SKU\": \"052340\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 2,\n            \"PacksPerCase\": 12,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036489\",\n            \"Name\": \"SPOON BLACK SMARTSTOCK T REFILL PS\",\n            \"Description\": \"SPOON BLACK SMARTSTOCK T REFILL PS \",\n            \"SKU\": \"10111215\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 24,\n            \"PacksPerCase\": 40,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036537\",\n            \"Name\": \"SPOON PLAS BLACK HVY/XHVY WRAPPED - PS\",\n            \"Description\": \"SPOON PLAS BLACK HVY/XHVY WRAPPED - PS \",\n            \"SKU\": \"10025961\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 1000,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278540\",\n            \"Name\": \"Spread Choc Hzlnt\",\n            \"Description\": \"Spread Choc Hzlnt \",\n            \"SKU\": \"H9044\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 6.6,\n            \"PacksPerCase\": 2,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20546485\",\n            \"Name\": \"Sprouts Brussel\",\n            \"Description\": \"Sprouts Brussel \",\n            \"SKU\": \"37809\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"90\",\n            \"PackQuantity\": 9,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036507\",\n            \"Name\": \"SQUEEGEE FLOOR 30\",\n            \"Description\": \"SQUEEGEE FLOOR 30 \",\n            \"SKU\": \"713045\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 30,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036429\",\n            \"Name\": \"STAINLESS STEEL CLEANER POLISH AEROSOL\",\n            \"Description\": \"STAINLESS STEEL CLEANER POLISH AEROSOL \",\n            \"SKU\": \"10063506\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 6,\n            \"PacksPerCase\": 17,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971897\",\n            \"Name\": \"STRAW 5.5 STIR/BLK\",\n            \"Description\": \"STRAW 5.5 STIR/BLK \",\n            \"SKU\": \"049060\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1000,\n            \"PacksPerCase\": 10,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971879\",\n            \"Name\": \"STRAW 5.75 INCH WHITE PAP\",\n            \"Description\": \"STRAW 5.75 INCH WHITE PAP \",\n            \"SKU\": \"046183\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 3200,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971895\",\n            \"Name\": \"STRAW 7.75 CLEAR W/ PAPER\",\n            \"Description\": \"STRAW 7.75 CLEAR W/ PAPER \",\n            \"SKU\": \"048756\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 500,\n            \"PacksPerCase\": 24,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971889\",\n            \"Name\": \"STRAW PAPER 7.75 IN WHITE\",\n            \"Description\": \"STRAW PAPER 7.75 IN WHITE \",\n            \"SKU\": \"048106\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 3200,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278534\",\n            \"Name\": \"Strawberry Packed In Clamshell Fresh\",\n            \"Description\": \"Strawberry Packed In Clamshell Fresh \",\n            \"SKU\": \"GF548\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 8,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972152\",\n            \"Name\": \"SUGAR DARK BROWN\",\n            \"Description\": \"SUGAR DARK BROWN \",\n            \"SKU\": \"944762\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 24,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971790\",\n            \"Name\": \"SUGAR GRANULATED 4 LB\",\n            \"Description\": \"SUGAR GRANULATED 4 LB \",\n            \"SKU\": \"022057\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 4,\n            \"PacksPerCase\": 10,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036434\",\n            \"Name\": \"SUGAR GRANULATED EXTRA FINE\",\n            \"Description\": \"SUGAR GRANULATED EXTRA FINE \",\n            \"SKU\": \"18015\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 50,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972127\",\n            \"Name\": \"SUGAR GRANULATED PACKETS\",\n            \"Description\": \"SUGAR GRANULATED PACKETS \",\n            \"SKU\": \"944350\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 2000,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972200\",\n            \"Name\": \"SUGAR PICK PACKETS LH\",\n            \"Description\": \"SUGAR PICK PACKETS LH \",\n            \"SKU\": \"946364\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 3000,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036372\",\n            \"Name\": \"SUGAR STICK RAW TURBINADO\",\n            \"Description\": \"SUGAR STICK RAW TURBINADO \",\n            \"SKU\": \"10137147\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 2000,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972199\",\n            \"Name\": \"SUGAR YELLOW PACKETS LH\",\n            \"Description\": \"SUGAR YELLOW PACKETS LH \",\n            \"SKU\": \"946363\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 2000,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20546486\",\n            \"Name\": \"Sweet Potato slicd&amp;halved\",\n            \"Description\": \"Sweet Potato slicd&amp;halved \",\n            \"SKU\": \"108332\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"90\",\n            \"PackQuantity\": 2.5,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036353\",\n            \"Name\": \"SWEETENER STEVIA ALL NATURAL\",\n            \"Description\": \"SWEETENER STEVIA ALL NATURAL \",\n            \"SKU\": \"10012898\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 1000,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972194\",\n            \"Name\": \"SYRUP BAR FINEST CALL\",\n            \"Description\": \"SYRUP BAR FINEST CALL \",\n            \"SKU\": \"946109\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"92\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 12,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971927\",\n            \"Name\": \"SYRUP BLACK CHERRY 2\",\n            \"Description\": \"SYRUP BLACK CHERRY 2 \",\n            \"SKU\": \"051590\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 8,\n            \"PacksPerCase\": 16,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972154\",\n            \"Name\": \"SYRUP COKE CLASSIC HYCS\",\n            \"Description\": \"SYRUP COKE CLASSIC HYCS \",\n            \"SKU\": \"944803\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"96\",\n            \"PackQuantity\": 5,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972155\",\n            \"Name\": \"SYRUP DIET COKE HYCS\",\n            \"Description\": \"SYRUP DIET COKE HYCS \",\n            \"SKU\": \"944804\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"96\",\n            \"PackQuantity\": 5,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972100\",\n            \"Name\": \"SYRUP DR PEPPER\",\n            \"Description\": \"SYRUP DR PEPPER \",\n            \"SKU\": \"943039\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"96\",\n            \"PackQuantity\": 5,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971919\",\n            \"Name\": \"SYRUP GINGER BEER\",\n            \"Description\": \"SYRUP GINGER BEER \",\n            \"SKU\": \"051427\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"92\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 4,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21363808\",\n            \"Name\": \"Syrup Grenadine\",\n            \"Description\": \"Syrup Grenadine \",\n            \"SKU\": \"12771\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"92\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972110\",\n            \"Name\": \"SYRUP GRENADINE ROSES 1 L\",\n            \"Description\": \"SYRUP GRENADINE ROSES 1 L \",\n            \"SKU\": \"943274\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"92\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 12,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972172\",\n            \"Name\": \"SYRUP RASPBERRY\",\n            \"Description\": \"SYRUP RASPBERRY \",\n            \"SKU\": \"945483\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"92\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 12,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972156\",\n            \"Name\": \"SYRUP SPRITE HYCS\",\n            \"Description\": \"SYRUP SPRITE HYCS \",\n            \"SKU\": \"944805\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"96\",\n            \"PackQuantity\": 5,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971877\",\n            \"Name\": \"SYRUP TROPICAL PEACH\",\n            \"Description\": \"SYRUP TROPICAL PEACH \",\n            \"SKU\": \"045750\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"92\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 12,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972032\",\n            \"Name\": \"TEA HOT BAGS BLACK\",\n            \"Description\": \"TEA HOT BAGS BLACK \",\n            \"SKU\": \"055070\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 100,\n            \"PacksPerCase\": 10,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971787\",\n            \"Name\": \"TEA ICED 4 OZ PACKETS\",\n            \"Description\": \"TEA ICED 4 OZ PACKETS \",\n            \"SKU\": \"008162\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 4,\n            \"PacksPerCase\": 64,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036482\",\n            \"Name\": \"TEA KOMBUCHA ARISE\",\n            \"Description\": \"TEA KOMBUCHA ARISE \",\n            \"SKU\": \"10149430\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 6,\n            \"PacksPerCase\": 12,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036484\",\n            \"Name\": \"TEA KOMBUCHA BLUE ROSED\",\n            \"Description\": \"TEA KOMBUCHA BLUE ROSED \",\n            \"SKU\": \"10149431\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 6,\n            \"PacksPerCase\": 12,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036483\",\n            \"Name\": \"TEA KOMBUCHA SERENE\",\n            \"Description\": \"TEA KOMBUCHA SERENE \",\n            \"SKU\": \"10149429\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 6,\n            \"PacksPerCase\": 12,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21087160\",\n            \"Name\": \"The Beyond Burger 113G(1x40pk) - Added from invoice\",\n            \"Description\": \"The Beyond Burger 113G(1x40pk) \",\n            \"SKU\": \"55420\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20546487\",\n            \"Name\": \"Tofu Naked Tofoo\",\n            \"Description\": \"Tofu Naked Tofoo \",\n            \"SKU\": \"108198\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"90\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971922\",\n            \"Name\": \"TOGO BEVERAGE CARRIER 4-C\",\n            \"Description\": \"TOGO BEVERAGE CARRIER 4-C \",\n            \"SKU\": \"051477\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 300,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971986\",\n            \"Name\": \"TOGO SERVING SPOON\",\n            \"Description\": \"TOGO SERVING SPOON \",\n            \"SKU\": \"053897\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 144,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20546488\",\n            \"Name\": \"Tomato Loose Cherry\",\n            \"Description\": \"Tomato Loose Cherry \",\n            \"SKU\": \"21204\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"90\",\n            \"PackQuantity\": 4,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278524\",\n            \"Name\": \"Tomato Roma Fr\",\n            \"Description\": \"Tomato Roma Fr \",\n            \"SKU\": \"FD258\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 25,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036385\",\n            \"Name\": \"TOMATOES ROMA ORGANIC\",\n            \"Description\": \"TOMATOES ROMA ORGANIC \",\n            \"SKU\": \"466178\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 25,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036384\",\n            \"Name\": \"TOMATOES TOMATILLO 10 LBS\",\n            \"Description\": \"TOMATOES TOMATILLO 10 LBS \",\n            \"SKU\": \"466010\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 10,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036392\",\n            \"Name\": \"TOMATOES TOMATILLO LARGE\",\n            \"Description\": \"TOMATOES TOMATILLO LARGE \",\n            \"SKU\": \"466015\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 40,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971799\",\n            \"Name\": \"TONG OPTIMIZED\",\n            \"Description\": \"TONG OPTIMIZED \",\n            \"SKU\": \"030533\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 36,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971861\",\n            \"Name\": \"TOOTHPICKS WRAPPED\",\n            \"Description\": \"TOOTHPICKS WRAPPED \",\n            \"SKU\": \"044628\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1000,\n            \"PacksPerCase\": 12,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971839\",\n            \"Name\": \"TOPPING CARAMEL PLATESCAP\",\n            \"Description\": \"TOPPING CARAMEL PLATESCAP \",\n            \"SKU\": \"041227\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 19.5,\n            \"PacksPerCase\": 12,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20546489\",\n            \"Name\": \"Tortilla Chips LwSlt Atis\",\n            \"Description\": \"Tortilla Chips LwSlt Atis \",\n            \"SKU\": \"108107\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 700,\n            \"PacksPerCase\": 12,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036538\",\n            \"Name\": \"TORTILLA FLOUR 6 PRESSED\",\n            \"Description\": \"TORTILLA FLOUR 6 PRESSED \",\n            \"SKU\": \"292053\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 12,\n            \"PacksPerCase\": 24,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971835\",\n            \"Name\": \"TORTILLA RAW 3 CUT\",\n            \"Description\": \"TORTILLA RAW 3 CUT \",\n            \"SKU\": \"040754\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 30,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036460\",\n            \"Name\": \"TORTILLA WHITE CORN ENCHILADA 6 INCH\",\n            \"Description\": \"TORTILLA WHITE CORN ENCHILADA 6 INCH \",\n            \"SKU\": \"10040394\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 6,\n            \"PacksPerCase\": 90,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036475\",\n            \"Name\": \"TORTILLA WHITE CORN TABLE 6\",\n            \"Description\": \"TORTILLA WHITE CORN TABLE 6 \",\n            \"SKU\": \"292102\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 6,\n            \"PacksPerCase\": 90,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278490\",\n            \"Name\": \"Towel Hnd Rol  Nat H21 Sys Universal\",\n            \"Description\": \"Towel Hnd Rol  Nat H21 Sys Universal \",\n            \"SKU\": \"DT306\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 800,\n            \"PacksPerCase\": 6,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278491\",\n            \"Name\": \"Towel Multifold 1 Ply Whi 9.5X9.125 H2 Sys\",\n            \"Description\": \"Towel Multifold 1 Ply Whi 9.5X9.125 H2 Sys \",\n            \"SKU\": \"DT322\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 250,\n            \"PacksPerCase\": 16,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971807\",\n            \"Name\": \"TOWEL PAPER ROLL 1000 FT\",\n            \"Description\": \"TOWEL PAPER ROLL 1000 FT \",\n            \"SKU\": \"032049\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 12,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971920\",\n            \"Name\": \"TOWEL RIB LH LOGO 8X7\",\n            \"Description\": \"TOWEL RIB LH LOGO 8X7 \",\n            \"SKU\": \"051429\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1200,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278557\",\n            \"Name\": \"Towel Roll Kitchen  8.63X1 Embossed Whi\",\n            \"Description\": \"Towel Roll Kitchen  8.63X1 Embossed Whi \",\n            \"SKU\": \"JD936\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 210,\n            \"PacksPerCase\": 12,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971921\",\n            \"Name\": \"TOWEL TAD MULTIFOLD\",\n            \"Description\": \"TOWEL TAD MULTIFOLD \",\n            \"SKU\": \"051431\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 4000,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972144\",\n            \"Name\": \"TRAY 12X16 SERVING WHITE\",\n            \"Description\": \"TRAY 12X16 SERVING WHITE \",\n            \"SKU\": \"944573\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 200,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972000\",\n            \"Name\": \"TRAY KANT LEEK KRAFT\",\n            \"Description\": \"TRAY KANT LEEK KRAFT \",\n            \"SKU\": \"054392\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 250,\n            \"PacksPerCase\": 4,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036536\",\n            \"Name\": \"TRIGGER SPRAYER FOR 32oz BOTTLE RED/WHTE\",\n            \"Description\": \"TRIGGER SPRAYER FOR 32oz BOTTLE RED/WHTE \",\n            \"SKU\": \"10039643\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 200,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278442\",\n            \"Name\": \"Veg Crn Sweet Rstd W/ Blk Bean Corn Onn Rd & Grn Fz\",\n            \"Description\": \"Veg Crn Sweet Rstd W/ Blk Bean Corn Onn Rd & Grn Fz \",\n            \"SKU\": \"A3464\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 2.5,\n            \"PacksPerCase\": 6,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036436\",\n            \"Name\": \"VINEGAR APPLE CIDER PURE\",\n            \"Description\": \"VINEGAR APPLE CIDER PURE \",\n            \"SKU\": \"10031242\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 4,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972126\",\n            \"Name\": \"VINEGAR BALSAMIC\",\n            \"Description\": \"VINEGAR BALSAMIC \",\n            \"SKU\": \"944347\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"92\",\n            \"PackQuantity\": 5,\n            \"PacksPerCase\": 2,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971976\",\n            \"Name\": \"VINEGAR WHITE BALSAMIC\",\n            \"Description\": \"VINEGAR WHITE BALSAMIC \",\n            \"SKU\": \"053581\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"92\",\n            \"PackQuantity\": 5,\n            \"PacksPerCase\": 2,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036502\",\n            \"Name\": \"VINEGAR WHITE DISTILLED 5% ACIDITY\",\n            \"Description\": \"VINEGAR WHITE DISTILLED 5% ACIDITY \",\n            \"SKU\": \"62017\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 4,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036432\",\n            \"Name\": \"WATER ACQUA PANNA 16.9 OZ PLASTIC\",\n            \"Description\": \"WATER ACQUA PANNA 16.9 OZ PLASTIC \",\n            \"SKU\": \"100009\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 24,\n            \"PacksPerCase\": 500,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036518\",\n            \"Name\": \"WATER ACQUA PANNA GLASS\",\n            \"Description\": \"WATER ACQUA PANNA GLASS \",\n            \"SKU\": \"100050\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 12,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036516\",\n            \"Name\": \"WATER DISTILLED\",\n            \"Description\": \"WATER DISTILLED \",\n            \"SKU\": \"10134366\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 3,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972016\",\n            \"Name\": \"WATER EMERGENCY 1 GALLON\",\n            \"Description\": \"WATER EMERGENCY 1 GALLON \",\n            \"SKU\": \"054725\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"96\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 6,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971827\",\n            \"Name\": \"WATER MF SPRING 300 ML GL\",\n            \"Description\": \"WATER MF SPRING 300 ML GL \",\n            \"SKU\": \"039677\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 10.14,\n            \"PacksPerCase\": 24,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971958\",\n            \"Name\": \"WATER PURE LIFE 16.9 OZ\",\n            \"Description\": \"WATER PURE LIFE 16.9 OZ \",\n            \"SKU\": \"052928\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 16.9,\n            \"PacksPerCase\": 24,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20972189\",\n            \"Name\": \"WATER SOFTENER PELLETS\",\n            \"Description\": \"WATER SOFTENER PELLETS \",\n            \"SKU\": \"945954\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 50,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036530\",\n            \"Name\": \"WATER SPARKLING LEMON\",\n            \"Description\": \"WATER SPARKLING LEMON \",\n            \"SKU\": \"10125942\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 24,\n            \"PacksPerCase\": 12,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036509\",\n            \"Name\": \"WATER SPARKLING MEYER LEMON CAN\",\n            \"Description\": \"WATER SPARKLING MEYER LEMON CAN \",\n            \"SKU\": \"10153596\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 12,\n            \"PacksPerCase\": 12,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971878\",\n            \"Name\": \"WATER SPARKLING MT VALLEY\",\n            \"Description\": \"WATER SPARKLING MT VALLEY \",\n            \"SKU\": \"045797\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 11.3,\n            \"PacksPerCase\": 24,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036529\",\n            \"Name\": \"WATER SPARKLING RASPBERRY LIME\",\n            \"Description\": \"WATER SPARKLING RASPBERRY LIME \",\n            \"SKU\": \"10121836\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 24,\n            \"PacksPerCase\": 12,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036521\",\n            \"Name\": \"WATER SPRING STILL GLASS 330 ML\",\n            \"Description\": \"WATER SPRING STILL GLASS 330 ML \",\n            \"SKU\": \"10142404\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 20,\n            \"PacksPerCase\": 330,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971915\",\n            \"Name\": \"WATER TOPO CHICO\",\n            \"Description\": \"WATER TOPO CHICO \",\n            \"SKU\": \"051367\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 12,\n            \"PacksPerCase\": 24,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278585\",\n            \"Name\": \"Watermelon Sdls\",\n            \"Description\": \"Watermelon Sdls \",\n            \"SKU\": \"PR958\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 34,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036462\",\n            \"Name\": \"WIPER ANTIMICROBIAL BLUE W/BLUE STRP W25\",\n            \"Description\": \"WIPER ANTIMICROBIAL BLUE W/BLUE STRP W25 \",\n            \"SKU\": \"852043\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 150,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21036539\",\n            \"Name\": \"WIPER ANTIMICROBIAL WHT W/RED STRIPE W25\",\n            \"Description\": \"WIPER ANTIMICROBIAL WHT W/RED STRIPE W25 \",\n            \"SKU\": \"10073608\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 150,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"20971902\",\n            \"Name\": \"WIPES TABLE SANITIZING\",\n            \"Description\": \"WIPES TABLE SANITIZING \",\n            \"SKU\": \"050211\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 6,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21087157\",\n            \"Name\": \"Wrte Rocket Leaf(1x250g) - Added from invoice\",\n            \"Description\": \"Wrte Rocket Leaf(1x250g) \",\n            \"SKU\": \"39071S\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"89\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278450\",\n            \"Name\": \"Yeast Dry Active Vacuum Bag\",\n            \"Description\": \"Yeast Dry Active Vacuum Bag \",\n            \"SKU\": \"C5903\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 2,\n            \"PacksPerCase\": 1,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278449\",\n            \"Name\": \"Yeast Dry Active Vacuum Bag\",\n            \"Description\": \"Yeast Dry Active Vacuum Bag \",\n            \"SKU\": \"C5902\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1236\",\n            \"PackQuantity\": 2,\n            \"PacksPerCase\": 12,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        },\n        {\n            \"ID\": \"21278440\",\n            \"Name\": \"Yogurt Plain Natural Ref\",\n            \"Description\": \"Yogurt Plain Natural Ref \",\n            \"SKU\": \"81578\",\n            \"BarcodeManufacture\": null,\n            \"UOMTypeID\": \"1235\",\n            \"PackQuantity\": 32,\n            \"PacksPerCase\": 6,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"CategoryName\": null,\n            \"BinLocation\": null,\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"Buy units get units\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 36,\n            \"TaxValue\": 0,\n            \"ListPriceWithVat\": 0\n        }\n    ],\n    \"IsSuccess\": true,\n    \"ErrorMessage\": null,\n    \"ErrorCode\": null,\n    \"RequestID\": \"2206f78a-2558-4ef5-b6a6-a9b514999345\"\n}"}],"_postman_id":"1c693100-7ba4-4523-913a-450d6c2b983f"},{"name":"SetProduct","id":"fdcae984-8ac1-4ff4-a278-fbafceabdca4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ID\": \"\",\n  \"Name\": \"Roy1\",\n  \"Description\": \"Apple Test\",\n  \"SKU\": \"123454321\",\n  \"BarcodeManufacture\": \"\",\n  \"UOMTypeID\": \"35\",\n  \"PackQuantity\": 1,\n  \"PacksPerCase\": 1,\n  \"MinOrderIncrementQuantity\": null,\n  \"ListPrice\": 1.0,\n  \"CategoryID\": \"\",\n  \"BinLocation\": \"\",\n  \"IsItStock\": true,\n  \"PurchasingPolicy\": \"\",\n  \"ReceivingAndPricingOption\": \"\",\n  \"ImageURL\": null,\n  \"VendorGuid\": \"{{vendorGuid}}\"\n}\n","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/vendors/products/SetProduct","description":"<p>Create/update a product </p>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ID</td>\n<td>String</td>\n<td>Catalog Item ID,  when specified it is an UPDATE and when it is null it is a CREATE</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>Description</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>SKU</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>BarcodeManufacture</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>UOMTypeID</td>\n<td>String</td>\n<td>See GetUOMTypes</td>\n</tr>\n<tr>\n<td>PackQuantity</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>PacksPerCase</td>\n<td>Decimal</td>\n<td>Amount of packs in a case</td>\n</tr>\n<tr>\n<td>MinOrderIncrementQuantity</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>ListPrice</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>CategoryID</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>BinLocation</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>IsItStock</td>\n<td>Boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>PurchasingPolicy</td>\n<td>String</td>\n<td>Purchase and return / Purchase / Return</td>\n</tr>\n<tr>\n<td>ReceivingAndPricingOption</td>\n<td>String</td>\n<td>Buy units get units / Buy units get weight / Buy weight get weight</td>\n</tr>\n<tr>\n<td>TaxLevelID</td>\n<td>Integer</td>\n<td>ID of tax level</td>\n</tr>\n<tr>\n<td>VendorGuid</td>\n<td>String</td>\n<td>Vendor’s Guid (more info)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n<tr>\n<td>ID</td>\n<td>String</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v3","vendors","products","SetProduct"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[{"id":"24a454c3-a494-4ee4-bf0e-f98fb37da9f0","name":"SetProduct Success","originalRequest":{"method":"POST","header":[{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ID\": \"\",\n  \"Name\": \"Roy1\",\n  \"Description\": \"Apple Test\",\n  \"SKU\": \"123454321\",\n  \"BarcodeManufacture\": \"\",\n  \"UOMTypeID\": \"35\",\n  \"PackQuantity\": 1,\n  \"PacksPerCase\": 1,\n  \"MinOrderIncrementQuantity\": null,\n  \"ListPrice\": 1.0,\n  \"CategoryID\": \"\",\n  \"BinLocation\": \"\",\n  \"IsItStock\": true,\n  \"PurchasingPolicy\": \"\",\n  \"ReceivingAndPricingOption\": \"\",\n  \"ImageURL\": null,\n  \"VendorGuid\": \"{{vendorGuid}}\"\n}\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.marketman.com/v3/vendors/products/SetProduct?","host":["https://api.marketman.com"],"path":["v3","vendors","products","SetProduct"],"query":[{"key":"","value":null}]}},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"IsSuccess\": true,\n    \"ErrorMessage\": null,\n    \"ID\": \"1735823\"\n}"}],"_postman_id":"fdcae984-8ac1-4ff4-a278-fbafceabdca4"},{"name":"DeleteProduct","id":"3ed905d1-5dd0-4af1-b8dc-e848b652f906","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ID\": \"123455\",\n  \"VendorGuid\": \"{{vendorGuid}}\"\n}\n","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/vendors/products/DeleteProduct","description":"<p>Delete a product </p>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ID</td>\n<td>String</td>\n<td>Catalog Item ID</td>\n</tr>\n<tr>\n<td>VendorGuid</td>\n<td>String</td>\n<td>Vendor’s Guid (more info)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v3","vendors","products","DeleteProduct"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[{"id":"4331810d-eeb5-4d5e-a553-27c0622c258a","name":"DeleteProduct Success","originalRequest":{"method":"POST","header":[{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ID\": \"12124556\",\n  \"VendorGuid\": \"{{vendorGuid}}\"\n}\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.marketman.com/v3/vendors/products/SetProduct?","host":["https://api.marketman.com"],"path":["v3","vendors","products","SetProduct"],"query":[{"key":"","value":null}]}},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"IsSuccess\": true,\n    \"ErrorMessage\": null\n}"}],"_postman_id":"3ed905d1-5dd0-4af1-b8dc-e848b652f906"},{"name":"SetProducts","id":"dd834815-d3cf-4983-90d3-98fef9413d82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ID\": \"\",\n  \"Name\": \"Roy1\",\n  \"Description\": \"Apple Test\",\n  \"SKU\": \"123454321\",\n  \"BarcodeManufacture\": \"\",\n  \"UOMTypeID\": \"35\",\n  \"PackQuantity\": 1,\n  \"PacksPerCase\": 1,\n  \"MinOrderIncrementQuantity\": null,\n  \"ListPrice\": 1.0,\n  \"CategoryID\": \"\",\n  \"BinLocation\": \"\",\n  \"IsItStock\": true,\n  \"PurchasingPolicy\": \"\",\n  \"ReceivingAndPricingOption\": \"\",\n  \"ImageURL\": null,\n  \"VendorGuid\": \"{{vendorGuid}}\"\n}\n","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/vendors/products/SetProducts","description":"<p>Create/update products</p>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>VendorGuid</td>\n<td>String</td>\n<td>Vendor’s Guid (more info)</td>\n</tr>\n<tr>\n<td>Products</td>\n<td>Array</td>\n<td>Array of Product</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li>Products Array<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ID</td>\n<td>String</td>\n<td>Catalog Item ID,  when specified it is an UPDATE and when it is null it is a CREATE</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>Description</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>SKU</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>BarcodeManufacture</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>UOMTypeID</td>\n<td>String</td>\n<td>See GetUOMTypes</td>\n</tr>\n<tr>\n<td>PackQuantity</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>PacksPerCase</td>\n<td>Decimal</td>\n<td>Amount of packs in a case</td>\n</tr>\n<tr>\n<td>MinOrderIncrementQuantity</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>ListPrice</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>CategoryID</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>BinLocation</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>IsItStock</td>\n<td>Boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>PurchasingPolicy</td>\n<td>String</td>\n<td>Purchase and return / Purchase / Return</td>\n</tr>\n<tr>\n<td>ReceivingAndPricingOption</td>\n<td>String</td>\n<td>Buy units get units / Buy units get weight / Buy weight get weight</td>\n</tr>\n<tr>\n<td>ImageURL</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>TaxLevelID</td>\n<td>Integer</td>\n<td>ID of tax level</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n<h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v3","vendors","products","SetProducts"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[{"id":"99fab229-33e3-4347-9984-32dc06708c95","name":"SetProducts Success","originalRequest":{"method":"POST","header":[{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"VendorGuid\": \"7650f3f8-d9db-4b43-a432-c3ee212312312\",\n    \"Products\": [\n        {\n            \"Name\": \"itemnew122236\",\n            \"Description\": \"test\",\n            \"SKU\": \"7776666\",\n            \"BarcodeManufacture\": \"\",\n            \"UOMTypeID\": \"19\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 0,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"BinLocation\": \"\",\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 11\n        },\n        {\n            \"Name\": \"itemnew122237\",\n            \"Description\": \"test\",\n            \"SKU\": \"7776666\",\n            \"BarcodeManufacture\": \"\",\n            \"UOMTypeID\": \"19\",\n            \"PackQuantity\": 1,\n            \"PacksPerCase\": 0,\n            \"MinOrderIncrementQuantity\": null,\n            \"ListPrice\": null,\n            \"CategoryID\": \"\",\n            \"BinLocation\": \"\",\n            \"IsItStock\": true,\n            \"PurchasingPolicy\": \"\",\n            \"ReceivingAndPricingOption\": \"\",\n            \"ImageURL\": null,\n            \"TaxLevelID\": 11\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.marketman.com/v3/vendors/products/SetProduct?","host":["https://api.marketman.com"],"path":["v3","vendors","products","SetProduct"],"query":[{"key":"","value":null}]}},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"IsSuccess\": true,\n    \"ErrorMessage\": null\n}"}],"_postman_id":"dd834815-d3cf-4983-90d3-98fef9413d82"},{"name":"GetUOMTypes","id":"1f1cb6ec-efa5-4c6f-a21e-de32d695e1a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"VendorGuid\" : \"{{vendorGuid}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/vendors/products/GetUOMTypes","description":"<p>Gets list of uom types</p>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>VendorGuid</td>\n<td>String</td>\n<td>Vendor’s Guid (more info)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n<tr>\n<td>UOMs</td>\n<td>Array</td>\n<td>See below</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li>UOMs Array<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ID</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>Name</td>\n<td>String</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n","urlObject":{"path":["v3","vendors","products","GetUOMTypes"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[{"id":"fd45767e-27cc-4c8a-af24-1a94ce36e4c1","name":"GetUOMTypes Success","originalRequest":{"method":"POST","header":[{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"VendorGuid\" : \"{{vendorGuid}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/vendors/products/GetUOMTypes"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"IsSuccess\": true,\r\n  \"ErrorMessage\": null,\r\n  \"UOMs\": [\r\n    {\r\n      \"ID\": \"1000\",\r\n      \"Name\": \"EA\"\r\n    },\r\n    {\r\n      \"ID\": \"2000\",\r\n      \"Name\": \"lb\"\r\n    }\r\n  ]\r\n}\r\n"}],"_postman_id":"1f1cb6ec-efa5-4c6f-a21e-de32d695e1a9"}],"id":"b3ba3221-fb1a-40cc-90f6-2ad986244182","_postman_id":"b3ba3221-fb1a-40cc-90f6-2ad986244182","description":""},{"name":"Price Levels","item":[{"name":"GetPriceLevels","id":"cb269cce-72b4-42b5-8f43-5d88d7509dd8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"VendorGuid\": \"{{vendorGuid}}\"\n}\n","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/vendors/products/GetPriceLevels","description":"<p>Gets list of price levels</p>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>VendorGuid</td>\n<td>String</td>\n<td>Vendor’s Guid (more info)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n<tr>\n<td>PriceLevels</td>\n<td>Array</td>\n<td>See below</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><p>PriceLevels Array</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ID</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>Name</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>Discount</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>RoundType</td>\n<td>String</td>\n<td>No round/Round top/Round bottom</td>\n</tr>\n<tr>\n<td>IsDefault</td>\n<td>Bool</td>\n<td></td>\n</tr>\n<tr>\n<td>Lines</td>\n<td>Array</td>\n<td>See below</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n<li><p>Lines Array</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CatalogItemID</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>Discount</td>\n<td>Decimal</td>\n<td>Optional with Price</td>\n</tr>\n<tr>\n<td>Price</td>\n<td>Decimal</td>\n<td>Optional with Discount</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n","urlObject":{"path":["v3","vendors","products","GetPriceLevels"],"host":["https://api.marketman.com"],"query":[{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"426480f6-f4b1-423f-a04f-f3b9da66b3d1","name":"GetPriceLevels Success","originalRequest":{"method":"POST","header":[{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"VendorGuid\": \"{{vendorGuid}}\"\n}\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.marketman.com/v3/vendors/products/GetPriceLevels","host":["https://api.marketman.com"],"path":["v3","vendors","products","GetPriceLevels"],"query":[{"key":"","value":"","disabled":true}]}},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"IsSuccess\": true,\r\n  \"ErrorMessage\": null,\r\n  \"PriceLevels\": [\r\n    {\r\n      \"ID\": \"257\",\r\n      \"Name\": \"test1\",\r\n      \"Discount\": 15,\r\n      \"RoundType\": \"No round\",\r\n      \"IsDefault\": false,\r\n      \"Lines\": [\r\n        {\r\n          \"CatalogItemID\": \"675543\",\r\n          \"Discount\": null,\r\n          \"Price\": 12\r\n        }\r\n      ]\r\n    },\r\n    {\r\n      \"ID\": \"258\",\r\n      \"Name\": \"test 2\",\r\n      \"Discount\": 0,\r\n      \"RoundType\": \"No round\",\r\n      \"IsDefault\": false,\r\n      \"Lines\": [\r\n        \r\n      ]\r\n    }\r\n  ]\r\n}\r\n"}],"_postman_id":"cb269cce-72b4-42b5-8f43-5d88d7509dd8"},{"name":"SetPriceLevel","id":"5ddbdb64-5f16-4e10-8ea2-696f998e02b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"ID\": \"\",\n\t\"Name\": \"Test Price Level Roy\",\n\t\"Discount\": 50,\n\t\"RoundType\": \"Round top\",\n\t\"Lines\": [],\n\t\"VendorGuid\": \"{{vendorGuid}}\"\n}\n","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/vendors/products/SetPriceLevel","description":"<p>Insert/update a price level</p>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ID</td>\n<td>String</td>\n<td>If specified, that’s an update. If not specific that’s an insert</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>Discount</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>RoundType</td>\n<td>String</td>\n<td>No round/Round top/Round bottom</td>\n</tr>\n<tr>\n<td>Lines</td>\n<td>Array</td>\n<td>See below</td>\n</tr>\n<tr>\n<td>VendorGuid</td>\n<td>String</td>\n<td>Vendor’s Guid (more info)</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li>Lines Array<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CatalogItemID</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>Discount</td>\n<td>Decimal</td>\n<td>Optional with Price</td>\n</tr>\n<tr>\n<td>Price</td>\n<td>Decimal</td>\n<td>Optional with Discount</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n<h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n<tr>\n<td>ID</td>\n<td>String</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v3","vendors","products","SetPriceLevel"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[{"id":"7de4863c-391d-4655-bd64-70e0194d122e","name":"SetPriceLevel Success","originalRequest":{"method":"POST","header":[{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"ID\": \"1369\",\r\n\t\"Name\": \"PriceLevelAPI2Updated\",\r\n\t\"Discount\": 10,\r\n\t\"RoundType\": \"Round top\",\r\n\t\"Lines\": [\r\n\t\t{\r\n\t\t\t\"CatalogItemID\": \"945639\",\r\n\t\t\t\"Discount\": 50\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"CatalogItemID\": \"1735808\",\r\n\t\t\t\"Price\": 88\r\n\t\t}\r\n\t\t],\r\n\t\"VendorGuid\": \"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.marketman.com/v3/vendors/products/SetPriceLevel?","host":["https://api.marketman.com"],"path":["v3","vendors","products","SetPriceLevel"],"query":[{"key":"","value":null}]}},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"IsSuccess\": true,\r\n    \"ErrorMessage\": null,\r\n\t\"ID\": \"1372\"\r\n}\r\n"}],"_postman_id":"5ddbdb64-5f16-4e10-8ea2-696f998e02b7"},{"name":"SetPriceLevelAsync","id":"1e4c8f5c-b5ea-4bc5-bea9-7650a4fdb381","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"ID\": \"\",\n\t\"Name\": \"Test Price Level Roy\",\n\t\"Discount\": 50,\n\t\"RoundType\": \"Round top\",\n\t\"Lines\": [],\n\t\"VendorGuid\": \"{{vendorGuid}}\"\n}\n","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/vendors/products/SetPriceLevelAsync","description":"<p>Insert/update a price level.\nTo get the price level ID copy the query token from the response and use it in the GetAsyncTokenStatus endpoint.</p>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ID</td>\n<td>String</td>\n<td>If specified, that’s an update. If not specific that’s an insert</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>Discount</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>RoundType</td>\n<td>String</td>\n<td>No round/Round top/Round bottom</td>\n</tr>\n<tr>\n<td>Lines</td>\n<td>Array</td>\n<td>See below</td>\n</tr>\n<tr>\n<td>VendorGuid</td>\n<td>String</td>\n<td>Vendor’s Guid (more info)</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><p>Lines Array</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CatalogItemID</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>Discount</td>\n<td>Decimal</td>\n<td>Optional with Price</td>\n</tr>\n<tr>\n<td>Price</td>\n<td>Decimal</td>\n<td>Optional with Discount</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n<h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n<tr>\n<td>ID</td>\n<td>String</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v3","vendors","products","SetPriceLevelAsync"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[{"id":"190f479d-2778-4844-b8eb-1b34376d5b54","name":"SetPriceLevelAsync Success","originalRequest":{"method":"POST","header":[{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"ID\": \"1369\",\r\n\t\"Name\": \"PriceLevelAPI2Updated\",\r\n\t\"Discount\": 10,\r\n\t\"RoundType\": \"Round top\",\r\n\t\"Lines\": [\r\n\t\t{\r\n\t\t\t\"CatalogItemID\": \"945639\",\r\n\t\t\t\"Discount\": 50\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"CatalogItemID\": \"1735808\",\r\n\t\t\t\"Price\": 88\r\n\t\t}\r\n\t\t],\r\n\t\"VendorGuid\": \"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.marketman.com/v3/vendors/products/SetPriceLevel?","host":["https://api.marketman.com"],"path":["v3","vendors","products","SetPriceLevel"],"query":[{"key":"","value":null}]}},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"QueryToken\": \"58012bdf-cd0f-4409-a579-c56a85a4e340\",\r\n    \"ID\": null,\r\n    \"IsSuccess\": true,\r\n    \"ErrorMessage\": null,\r\n    \"ErrorCode\": null,\r\n    \"RequestID\": \"00ee8ca5-8483-4c98-9908-8e471089217a\"\r\n}"}],"_postman_id":"1e4c8f5c-b5ea-4bc5-bea9-7650a4fdb381"},{"name":"DeletePriceLevel","id":"645c0a57-5e04-4627-914a-58b6c9b496ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"ID\": \"1234\",\n\t\"VendorGuid\": \"{{vendorGuid}}\"\n}\n","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/vendors/products/DeletePriceLevel","description":"<p>Delete a price level</p>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ID</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>VendorGuid</td>\n<td>String</td>\n<td>Vendor’s Guid (more info)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v3","vendors","products","DeletePriceLevel"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[{"id":"c844dd93-be63-41c3-8fb4-9595871bb6e2","name":"DeletePriceLevel Success","originalRequest":{"method":"POST","header":[{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"ID\": \"1369\",\r\n\t\"VendorGuid\": \"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.marketman.com/v3/vendors/products/SetPriceLevel?","host":["https://api.marketman.com"],"path":["v3","vendors","products","SetPriceLevel"],"query":[{"key":"","value":null}]}},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"IsSuccess\": true,\r\n    \"ErrorMessage\": null\r\n}\r\n"}],"_postman_id":"645c0a57-5e04-4627-914a-58b6c9b496ce"},{"name":"AddItemsToPriceLevel","id":"650632d8-78e7-46b7-8274-580e79f9b571","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ID\": \"4160\",\n    \"UpdateExisting\": true,\n    \"Lines\": [\n        {\n            \"CatalogItemID\": \"4886258\",\n            \"Price\": 222\n        }\n    ],\n    \"VendorGuid\": \"{{vendorGuid}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/vendors/products/AddItemsToPriceLevel","description":"<p>Add Or Updates an item to a Price level object</p>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ID</td>\n<td>String</td>\n<td>The Price Level ID</td>\n</tr>\n<tr>\n<td>UpdateExisting</td>\n<td>Bool</td>\n<td>Indicate if the item should be updated in case its already exists</td>\n</tr>\n<tr>\n<td>Discount</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>Lines</td>\n<td>Array</td>\n<td>See below</td>\n</tr>\n<tr>\n<td>VendorGuid</td>\n<td>String</td>\n<td>Vendor’s Guid (more info)</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li>Lines Array<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Optional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CatalogItemID</td>\n<td>String</td>\n<td>The Catalog Item to add</td>\n</tr>\n<tr>\n<td>Discount</td>\n<td>Decimal</td>\n<td>Optional with Price</td>\n</tr>\n<tr>\n<td>Price</td>\n<td>Decimal</td>\n<td>Optional with Discount</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n<h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n<tr>\n<td>ID</td>\n<td>String</td>\n<td>The Price Level ID from the request</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v3","vendors","products","AddItemsToPriceLevel"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[{"id":"855d809b-f0fe-4558-9afc-60518d43a359","name":"AddItemsToPriceLevel Success","originalRequest":{"method":"POST","header":[{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ID\": \"4160\",\n    \"UpdateExisting\": true,\n    \"Lines\": [\n        {\n            \"CatalogItemID\": \"4886258\",\n            \"Price\": 222\n        }\n    ],\n    \"VendorGuid\": \"{{vendorGuid}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/vendors/products/AddItemsToPriceLevel"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"IsSuccess\": true,\r\n    \"ErrorMessage\": null,\r\n    \"ErrorCode\": null,\r\n    \"ID\": 4160\r\n}\r\n"}],"_postman_id":"650632d8-78e7-46b7-8274-580e79f9b571"},{"name":"GetTransactions","id":"3c9112c7-d79e-4aad-a563-32b87b692a51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \n    \"SaleSummaryID\": 16222718,\n    \"Take\": 10,\n    \"Skip\" : 3,\n    \"BuyerGuid\": \"{{buyerGuid}}\"\n}"},"url":"https://api.marketman.com/v3/buyers/sales/GetTransactions","description":"<p>Set sales data for a location, can’t be used for setting sales of a HQ\nThe set sales will delete existing sales for the time frame between DateTimeFrom and DateTimeTo\nParallel invocation is not allowed and will result with a “Locked“ error.\n2nd call should only be made after 1st call is finished.\nSetSalesAsync is also available</p>\n","urlObject":{"path":["v3","buyers","sales","GetTransactions"],"host":["https://api.marketman.com"],"query":[{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[],"_postman_id":"3c9112c7-d79e-4aad-a563-32b87b692a51"}],"id":"d6645438-e280-42c6-9f04-8936c75119f5","description":"<p>Price level Mangement</p>\n","event":[{"listen":"prerequest","script":{"id":"809106bc-8058-4bc4-ae4b-7f8e198e41fa","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"6d8d53d3-1d99-4546-bf4c-cea767cb7141","type":"text/javascript","exec":[""]}}],"_postman_id":"d6645438-e280-42c6-9f04-8936c75119f5"},{"name":"TaxLevels","item":[{"name":"GetTaxLevels","id":"1b9be617-62fc-4463-bcb0-ad1741b75712","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"VendorGuid\": \"{{vendorGuid}}\"\n}\n","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/vendors/Taxes/GetTaxLevels","description":"<p>Gets the logged-in buyer’s tax levels</p>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>VendorGuid</td>\n<td>String</td>\n<td>Vendor’s Guid (more info)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n<tr>\n<td>TaxLevels</td>\n<td>Array</td>\n<td>List of TaxLevel</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><p>TaxLevels Array</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ID</td>\n<td>Integer</td>\n<td>ID</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>String</td>\n<td>Name</td>\n</tr>\n<tr>\n<td>Rate</td>\n<td>Real</td>\n<td>Rate in %</td>\n</tr>\n<tr>\n<td>IsZero</td>\n<td>Boolean</td>\n<td>If it’s zero rated</td>\n</tr>\n<tr>\n<td>IsDefault</td>\n<td>Boolean</td>\n<td>If it’s the locale’s default tax level</td>\n</tr>\n<tr>\n<td>IsExempt</td>\n<td>Boolean</td>\n<td>If it’s exempt</td>\n</tr>\n<tr>\n<td>Mappings</td>\n<td>Array</td>\n<td>List of Mapping</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n<li><p>Mappings Array</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>SoftwareID</td>\n<td>Int</td>\n<td>ID of external software</td>\n</tr>\n<tr>\n<td>SoftwareName</td>\n<td>String</td>\n<td>Name of external software</td>\n</tr>\n<tr>\n<td>MappingName</td>\n<td>String</td>\n<td>The name of the tax level as it appears in the external software</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n","urlObject":{"path":["v3","vendors","Taxes","GetTaxLevels"],"host":["https://api.marketman.com"],"query":[{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"d52a6b25-5f7d-4ef3-835b-1201f1f244e8","name":"GetTaxLevels Success","originalRequest":{"method":"POST","header":[{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"VendorGuid\": \"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.marketman.com/v3/vendors/Taxes/GetTaxLevels","host":["https://api.marketman.com"],"path":["v3","vendors","Taxes","GetTaxLevels"],"query":[{"key":"","value":"","disabled":true}]}},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"IsSuccess\": true,\n    \"ErrorMessage\": null,\n    \"TaxLevels\": [\n        {\n            \"ID\": 36,\n            \"Name\": \"20% VAT\",\n            \"Rate\": 20,\n            \"IsDefault\": true,\n            \"LocaleGroupID\": 10,\n            \"IsZero\": false,\n            \"IsExempt\": false,\n            \"Mappings\": [\n                {\n                    \"SoftwareID\": 12,\n                    \"SoftwareName\": \"QuickBooksDesktopIIF\",\n                    \"MappingName\": \"S\"\n                }\n            ]\n        },\n        {\n            \"ID\": 33,\n            \"Name\": \"5% VAT\",\n            \"Rate\": 5,\n            \"IsDefault\": false,\n            \"LocaleGroupID\": 10,\n            \"IsZero\": false,\n            \"IsExempt\": false,\n            \"Mappings\": [\n                {\n                    \"SoftwareID\": 12,\n                    \"SoftwareName\": \"QuickBooksDesktopIIF\",\n                    \"MappingName\": \"R\"\n                }\n            ]\n        },\n        {\n            \"ID\": 34,\n            \"Name\": \"Exempt\",\n            \"Rate\": 0,\n            \"IsDefault\": false,\n            \"LocaleGroupID\": 10,\n            \"IsZero\": false,\n            \"IsExempt\": true,\n            \"Mappings\": [\n                {\n                    \"SoftwareID\": 12,\n                    \"SoftwareName\": \"QuickBooksDesktopIIF\",\n                    \"MappingName\": \"E\"\n                }\n            ]\n        },\n        {\n            \"ID\": 35,\n            \"Name\": \"Zero Rated\",\n            \"Rate\": 0,\n            \"IsDefault\": false,\n            \"LocaleGroupID\": 10,\n            \"IsZero\": true,\n            \"IsExempt\": false,\n            \"Mappings\": [\n                {\n                    \"SoftwareID\": 12,\n                    \"SoftwareName\": \"QuickBooksDesktopIIF\",\n                    \"MappingName\": \"Z\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"1b9be617-62fc-4463-bcb0-ad1741b75712"},{"name":"GetTaxLevel","id":"e4d636e2-69e8-4473-bb11-8e8136f28c91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"TaxLevelID\": \"1\",\n\t\"VendorGuid\": \"{{vendorGuid}}\"\n}\n","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/vendors/Taxes/GetTaxLevel","description":"<p>Gets the logged-in buyer’s tax levels</p>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TaxLevelID</td>\n<td>int</td>\n<td>ID of tax level</td>\n</tr>\n<tr>\n<td>VendorGuid</td>\n<td>String</td>\n<td>Vendor’s Guid (more info)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n<tr>\n<td>TaxLevels</td>\n<td>Array</td>\n<td>List of TaxLevel</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><p>TaxLevels Array</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ID</td>\n<td>Integer</td>\n<td>ID</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>String</td>\n<td>Name</td>\n</tr>\n<tr>\n<td>Rate</td>\n<td>Real</td>\n<td>Rate in %</td>\n</tr>\n<tr>\n<td>IsZero</td>\n<td>Boolean</td>\n<td>If it’s zero rated</td>\n</tr>\n<tr>\n<td>IsDefault</td>\n<td>Boolean</td>\n<td>If it’s the locale’s default tax level</td>\n</tr>\n<tr>\n<td>IsExempt</td>\n<td>Boolean</td>\n<td>If it’s exempt</td>\n</tr>\n<tr>\n<td>Mappings</td>\n<td>Array</td>\n<td>List of Mapping</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n<li><p>Mappings Array</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>SoftwareID</td>\n<td>Int</td>\n<td>ID of external software</td>\n</tr>\n<tr>\n<td>SoftwareName</td>\n<td>String</td>\n<td>Name of external software</td>\n</tr>\n<tr>\n<td>MappingName</td>\n<td>String</td>\n<td>The name of the tax level as it appears in the external software</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n","urlObject":{"path":["v3","vendors","Taxes","GetTaxLevel"],"host":["https://api.marketman.com"],"query":[{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"24cea841-f567-42c6-bed4-00d630a7a416","name":"GetTaxLevel Success","originalRequest":{"method":"POST","header":[{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"TaxLevelID\": \"36\",\r\n\t\"VendorGuid\": \"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.marketman.com/v3/vendors/Taxes/GetTaxLevels","host":["https://api.marketman.com"],"path":["v3","vendors","Taxes","GetTaxLevels"],"query":[{"key":"","value":"","disabled":true}]}},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"IsSuccess\": true,\n    \"ErrorMessage\": null,\n    \"TaxLevels\": [\n        {\n            \"ID\": 36,\n            \"Name\": \"20% VAT\",\n            \"Rate\": 20,\n            \"IsDefault\": true,\n            \"LocaleGroupID\": 10,\n            \"IsZero\": false,\n            \"IsExempt\": false,\n            \"Mappings\": [\n                {\n                    \"SoftwareID\": 12,\n                    \"SoftwareName\": \"QuickBooksDesktopIIF\",\n                    \"MappingName\": \"S\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"e4d636e2-69e8-4473-bb11-8e8136f28c91"}],"id":"e44caf49-3de8-4575-875d-0a73a9379661","description":"<p>Tax levels Mangement</p>\n","event":[{"listen":"prerequest","script":{"id":"90166e04-eafb-450d-823c-69a528e2e874","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"fa1ab5c0-c0f0-4838-9f3f-8b92d29c40d7","type":"text/javascript","exec":[""]}}],"_postman_id":"e44caf49-3de8-4575-875d-0a73a9379661"},{"name":"Orders","item":[{"name":"GetOrdersByDeliveryDate","id":"ee4cc815-014d-4f59-b006-1cc8b8545669","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n \r\n \"DateTimeFromUTC\" : \"2020/01/01 00:00:00\",\r\n \"DateTimeToUTC\": \"2022/01/02 23:59:59\",\r\n \"VendorGuid\": \"{{VendorGuid}}\"\r\n}\r\n"},"url":"https://api.marketman.com/v3/vendors/orders/GetOrdersByDeliveryDate","description":"<p>Gets all orders according to delivery date range.</p>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>DateTimeFromUTC</td>\n<td>String</td>\n<td>Minimum delivery date (more info)</td>\n</tr>\n<tr>\n<td>DateTimeToUTC</td>\n<td>String</td>\n<td>Maximum delivery date (more info)</td>\n</tr>\n<tr>\n<td>OrderStatus</td>\n<td>String</td>\n<td>Approved, Sent, Pending</td>\n</tr>\n<tr>\n<td>VendorGuid</td>\n<td>String</td>\n<td>Vendor’s Guid (more info)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n<tr>\n<td>Orders</td>\n<td>Array</td>\n<td>See below</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><p>Orders array</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OrderNumber</td>\n<td>String</td>\n<td>Order number</td>\n</tr>\n<tr>\n<td>VendorName</td>\n<td>String</td>\n<td>Vendor associated with this order</td>\n</tr>\n<tr>\n<td>VendorGuid</td>\n<td>String</td>\n<td>Vendor guid</td>\n</tr>\n<tr>\n<td>PriceTotalWithVAT</td>\n<td>Decimal</td>\n<td>Order total with VAT</td>\n</tr>\n<tr>\n<td>PriceTotalWithoutVAT</td>\n<td>Decimal</td>\n<td>Order total without VAT</td>\n</tr>\n<tr>\n<td>DeliveryDateUTC</td>\n<td>String</td>\n<td>Delivery date (more info)</td>\n</tr>\n<tr>\n<td>SentDateUTC</td>\n<td>String</td>\n<td>Delivery date (more info)</td>\n</tr>\n<tr>\n<td>Comments</td>\n<td>String</td>\n<td>Comments placed in document</td>\n</tr>\n<tr>\n<td>OrderStatus</td>\n<td>String</td>\n<td>Order status (Confirmed by vendor, Vendor handling, Sent, Cancelled by vendor, Cancelled by buyer)</td>\n</tr>\n<tr>\n<td>BuyerName</td>\n<td>String</td>\n<td>Buyer name</td>\n</tr>\n<tr>\n<td>BuyerGuid</td>\n<td>String</td>\n<td>Buyer id</td>\n</tr>\n<tr>\n<td>Items</td>\n<td>Array</td>\n<td>See below</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n<li><p>Items array</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CatalogItemID</td>\n<td>Integer</td>\n<td>Catalog item ID</td>\n</tr>\n<tr>\n<td>CatalogItemCode</td>\n<td>Integer</td>\n<td>Catalog item code</td>\n</tr>\n<tr>\n<td>ItemName</td>\n<td>String</td>\n<td>Item name</td>\n</tr>\n<tr>\n<td>SKU</td>\n<td>String</td>\n<td>Item SKU</td>\n</tr>\n<tr>\n<td>Quantity</td>\n<td>Double</td>\n<td>Quantity on line</td>\n</tr>\n<tr>\n<td>Price</td>\n<td>Decimal</td>\n<td>Item price</td>\n</tr>\n<tr>\n<td>PriceTotal</td>\n<td>Decimal</td>\n<td>Total item price (quantity * price)</td>\n</tr>\n<tr>\n<td>TaxLevelID</td>\n<td>int</td>\n<td>ID of tax level</td>\n</tr>\n<tr>\n<td>TaxValue</td>\n<td>Decimal</td>\n<td>Tax value</td>\n</tr>\n<tr>\n<td>PriceTotalWithVat</td>\n<td>Decimal</td>\n<td>Price total + tax value</td>\n</tr>\n<tr>\n<td>ItemMeasureTypeID</td>\n<td>Int</td>\n<td>The item UOM ID</td>\n</tr>\n<tr>\n<td>ItemMeasureTyoeName</td>\n<td>String</td>\n<td>Item UOM name</td>\n</tr>\n<tr>\n<td>PackQuantity</td>\n<td>Decimal</td>\n<td>Item pack quantity</td>\n</tr>\n<tr>\n<td>PacksPerCase</td>\n<td>Decimal</td>\n<td>Amount os packs in a case</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n","urlObject":{"path":["v3","vendors","orders","GetOrdersByDeliveryDate"],"host":["https://api.marketman.com"],"query":[{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"37062509-9301-4a16-82b0-ec658e916dee","name":"GetOrdersByDeliveryDate Success","originalRequest":{"method":"POST","header":[{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n \r\n \"DateTimeFromUTC\" : \"2020/01/01 00:00:00\",\r\n \"DateTimeToUTC\": \"2020/01/02 23:59:59\",\r\n \"VendorGuid\": \"{{VendorGuid}}\"\r\n}\r\n"},"url":{"raw":"https://api.marketman.com/v3/buyers/orders/GetOrdersByDeliveryDate","host":["https://api.marketman.com"],"path":["v3","buyers","orders","GetOrdersByDeliveryDate"],"query":[{"key":"","value":"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"690"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:aa7de11f-c2f8-492b-9087-262956b65d27"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sun, 01 Mar 2020 10:21:45 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Orders\": [\n        {\n            \"OrderNumber\": \"7344668\",\n            \"BuyerName\": \"Chillout\",\n            \"BuyerGuid\": \"c2a660f1ebc34305b20f1e4e73dcde22\",\n            \"VendorName\": \"George Banana's\",\n            \"OrderStatus\": \"Sent\",\n            \"DeliveryDateUTC\": \"2020/01/01 05:00:00\",\n            \"SentDateUTC\": \"2019/12/31 16:00:07\",\n            \"PriceTotalWithVAT\": 300,\n            \"PriceTotalWithoutVAT\": 300,\n            \"Comments\": \"\",\n            \"VendorGuid\": \"3f916e64a820440eaaba4aeddd95f7b7\",\n            \"Items\": [\n                {\n                    \"ItemName\": \"African Banana (6 * 1 EA)\",\n                    \"SKU\": null,\n                    \"Quantity\": 10,\n                    \"Price\": 10,\n                    \"PriceTotal\": 100,\n                    \"BarcodeManufacture\": null,\n                    \"CatalogItemID\": 4315762,\n                    \"CatalogItemCode\": 4315762,\n                    \"TaxLevelID\": 1,\n                    \"TaxValue\": 0,\n                    \"PriceTotalWithVat\": 100,\n                },\n                {\n                    \"ItemName\": \"Israeli Banana's (12 * 1 EA)\",\n                    \"SKU\": null,\n                    \"Quantity\": 10,\n                    \"Price\": 12,\n                    \"PriceTotal\": 120,\n                    \"BarcodeManufacture\": null,\n                    \"CatalogItemID\": 4315764,\n                    \"CatalogItemCode\": 4315764,\n                    \"TaxLevelID\": 1,\n                    \"TaxValue\": 0,\n                    \"PriceTotalWithVat\": 120,\n                },\n                {\n                    \"ItemName\": \"Banana's - Original (6 * 1 EA)\",\n                    \"SKU\": null,\n                    \"Quantity\": 10,\n                    \"Price\": 8,\n                    \"PriceTotal\": 80,\n                    \"BarcodeManufacture\": null,\n                    \"CatalogItemID\": 4315777,\n                    \"CatalogItemCode\": 4315777,\n                    \"TaxLevelID\": 1,\n                    \"TaxValue\": 0,\n                    \"PriceTotalWithVat\": 80,\n                }\n            ]\n        }\n    ],\n    \"IsSuccess\": true,\n    \"ErrorMessage\": null,\n    \"ErrorCode\": null\n}"},{"id":"e11cb02c-ee21-4dbc-b553-e22de4122cff","name":"GetOrdersByDeliveryDate","originalRequest":{"method":"POST","header":[{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n \r\n \"DateTimeFromUTC\" : \"2020/01/01 00:00:00\",\r\n \"DateTimeToUTC\": \"2020/01/02 23:59:59\",\r\n \"BuyerGuid\": \"{{VendorGuid}}\"\r\n}\r\n"},"url":{"raw":"https://api.marketman.com/v3/vendors/orders/GetOrdersByDeliveryDate","host":["https://api.marketman.com"],"path":["v3","vendors","orders","GetOrdersByDeliveryDate"],"query":[{"key":"","value":"","disabled":true}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"ee4cc815-014d-4f59-b006-1cc8b8545669"},{"name":"GetOrdersBySentDate","id":"3ade36ea-af67-4dc0-842b-eca56311d1e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n \r\n \"DateTimeFromUTC\" : \"2020/01/01 00:00:00\",\r\n \"DateTimeToUTC\": \"2020/01/02 23:59:59\",\r\n \"VendorGuid\": \"{{VendorGuid}}\"\r\n}\r\n"},"url":"https://api.marketman.com/v3/vendors/orders/GetOrdersBySentDate","description":"<p>Gets all orders according to sent date range.</p>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>DateTimeFromUTC</td>\n<td>String</td>\n<td>Minimum delivery date (more info)</td>\n</tr>\n<tr>\n<td>DateTimeToUTC</td>\n<td>String</td>\n<td>Maximum delivery date (more info)</td>\n</tr>\n<tr>\n<td>OrderStatus</td>\n<td>String, optional</td>\n<td>Approved , Sent , Pending</td>\n</tr>\n<tr>\n<td>VendorGuid</td>\n<td>String</td>\n<td>Vendor’s Guid (more info)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n<tr>\n<td>Orders</td>\n<td>Array</td>\n<td>See below</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><p>Orders array</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OrderNumber</td>\n<td>String</td>\n<td>Order number</td>\n</tr>\n<tr>\n<td>VendorName</td>\n<td>String</td>\n<td>Vendor associated with this order</td>\n</tr>\n<tr>\n<td>VendorGuid</td>\n<td>String</td>\n<td>Vendor guid</td>\n</tr>\n<tr>\n<td>PriceTotalWithVAT</td>\n<td>Decimal</td>\n<td>Order total with VAT</td>\n</tr>\n<tr>\n<td>PriceTotalWithoutVAT</td>\n<td>Decimal</td>\n<td>Order total without VAT</td>\n</tr>\n<tr>\n<td>DeliveryDateUTC</td>\n<td>String</td>\n<td>Delivery date (more info)</td>\n</tr>\n<tr>\n<td>SentDateUTC</td>\n<td>String</td>\n<td>Delivery date (more info)</td>\n</tr>\n<tr>\n<td>Comments</td>\n<td>String</td>\n<td>Comments placed in document</td>\n</tr>\n<tr>\n<td>OrderStatus</td>\n<td>String</td>\n<td>Order status (Confirmed by vendor, Vendor handling, Sent, Cancelled by vendor, Cancelled by buyer)</td>\n</tr>\n<tr>\n<td>BuyerName</td>\n<td>String</td>\n<td>Buyer name</td>\n</tr>\n<tr>\n<td>BuyerGuid</td>\n<td>String</td>\n<td>Buyer id</td>\n</tr>\n<tr>\n<td>Items</td>\n<td>Array</td>\n<td>See below</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n<li><p>Items array</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CatalogItemID</td>\n<td>Integer</td>\n<td>Catalog item ID</td>\n</tr>\n<tr>\n<td>CatalogItemCode</td>\n<td>Integer</td>\n<td>Catalog item code</td>\n</tr>\n<tr>\n<td>ItemName</td>\n<td>String</td>\n<td>Item name</td>\n</tr>\n<tr>\n<td>SKU</td>\n<td>String</td>\n<td>Item SKU</td>\n</tr>\n<tr>\n<td>Quantity</td>\n<td>Double</td>\n<td>Quantity on line</td>\n</tr>\n<tr>\n<td>Price</td>\n<td>Decimal</td>\n<td>Item price</td>\n</tr>\n<tr>\n<td>PriceTotal</td>\n<td>Decimal</td>\n<td>Total item price (quantity * price)</td>\n</tr>\n<tr>\n<td>TaxLevelID</td>\n<td>int</td>\n<td>ID of tax level</td>\n</tr>\n<tr>\n<td>TaxValue</td>\n<td>Decimal</td>\n<td>Tax value</td>\n</tr>\n<tr>\n<td>PriceTotalWithVat</td>\n<td>Decimal</td>\n<td>Price total + tax value</td>\n</tr>\n<tr>\n<td>ItemMeasureTypeID</td>\n<td>Int</td>\n<td>The item UOM ID</td>\n</tr>\n<tr>\n<td>ItemMeasureTyoeName</td>\n<td>String</td>\n<td>Item UOM name</td>\n</tr>\n<tr>\n<td>PackQuantity</td>\n<td>Decimal</td>\n<td>Item pack quantity</td>\n</tr>\n<tr>\n<td>PacksPerCase</td>\n<td>Decimal</td>\n<td>Amount os packs in a case</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n","urlObject":{"path":["v3","vendors","orders","GetOrdersBySentDate"],"host":["https://api.marketman.com"],"query":[{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"4ef31c77-f4d0-4b17-8492-e65aaf266579","name":"GetOrdersBySentDate Success","originalRequest":{"method":"POST","header":[{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n \r\n \"DateTimeFromUTC\" : \"2020/01/01 00:00:00\",\r\n \"DateTimeToUTC\": \"2020/01/02 23:59:59\",\r\n \"VendorGuid\": \"{{vendorGuid}}\"\r\n}\r\n"},"url":{"raw":"https://api.marketman.com/v3/buyers/orders/GetOrdersBySentDate","host":["https://api.marketman.com"],"path":["v3","buyers","orders","GetOrdersBySentDate"],"query":[{"key":"","value":"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"570"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:aa7de11f-c2f8-492b-9087-262956b65d27"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sun, 01 Mar 2020 10:20:43 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Orders\": [\n        {\n            \"OrderNumber\": \"7351648\",\n            \"BuyerName\": \"Chillout\",\n            \"BuyerGuid\": \"c2a660f1ebc34305b20f1e4e73dcde22\",\n            \"VendorName\": \"Test1.7\",\n            \"OrderStatus\": \"Vendor handling\",\n            \"DeliveryDateUTC\": \"2020/01/03 15:00:00\",\n            \"SentDateUTC\": \"2020/01/01 15:52:13\",\n            \"PriceTotalWithVAT\": 60,\n            \"PriceTotalWithoutVAT\": 60,\n            \"Comments\": \"\",\n            \"VendorGuid\": \"07bad91b8f914606b0bcc72be219e59a\",\n            \"Items\": [\n                {\n                    \"ItemName\": \"2345235123 1 EA\",\n                    \"SKU\": \"\",\n                    \"Quantity\": 5,\n                    \"Price\": 12,\n                    \"PriceTotal\": 60,\n                    \"BarcodeManufacture\": null,\n                    \"CatalogItemID\": 3697793,\n                    \"CatalogItemCode\": 3697793,\n                    \"TaxLevelID\": 1,\n                    \"TaxValue\": 0,\n                    \"PriceTotalWithVat\": 60,\n                }\n            ]\n        }\n    ],\n    \"IsSuccess\": true,\n    \"ErrorMessage\": null,\n    \"ErrorCode\": null\n}"}],"_postman_id":"3ade36ea-af67-4dc0-842b-eca56311d1e0"},{"name":"SetOrderApproved","id":"9bf6289a-acb3-422d-bee6-ba8d04c9dada","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"OrderNumber\": \"1234568\",\r\n  \"VendorGuid\": \"{{vendorGuid}}\"\r\n}\r\n"},"url":"https://api.marketman.com/v3/vendors/orders/SetOrderApproved","description":"<p>Sets order as approved by vendor.</p>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OrderNumber</td>\n<td>String</td>\n<td>Order number</td>\n</tr>\n<tr>\n<td>VendorGuid</td>\n<td>String</td>\n<td>Vendor’s Guid</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v3","vendors","orders","SetOrderApproved"],"host":["https://api.marketman.com"],"query":[{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[],"_postman_id":"9bf6289a-acb3-422d-bee6-ba8d04c9dada"}],"id":"005ea376-1dbe-4282-b657-17f66eed3d24","description":"<p>Order managmenets </p>\n","event":[{"listen":"prerequest","script":{"id":"3d3dbbc6-0eb4-48ef-93d3-242fcd050328","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e72370e2-4bbb-43b1-af83-767791715680","type":"text/javascript","exec":[""]}}],"_postman_id":"005ea376-1dbe-4282-b657-17f66eed3d24"},{"name":"Weekly Orders","item":[{"name":"GetWeeklyOrdersByDate","id":"5749ecfe-e9b7-4c76-9dcb-fc9e50cbcb36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\n \n \"DateTimeFromUTC\" : \"2022/09/26 07:00:00\",\n \"DateTimeToUTC\": \"2022/10/03 23:59:59\",\n \"VendorGuid\": \"VendorGuid\",\n \"BuyerGuid\": \"BuyerGuid\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/vendors/weekly/GetWeeklyOrdersByDate","description":"<p>Endpoint to retrieve the weekly order schedule.</p>\n<p>The use case is mainly starting to plan production in the commissary, before the daily order is sent, based on the schedule.</p>\n<p><strong>Note</strong>: Buyers can edit the weekly schedule up to ~ 60 min before cutoff time.</p>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BuyerGuid</td>\n<td>String</td>\n<td>Buyer’s Guid</td>\n</tr>\n<tr>\n<td>DateTimeFromUTC</td>\n<td>String</td>\n<td>From delivery date - must be equal or further than current week’s start date. (can not pull past weeks)  <br />Format: yyyy/MM/dd HH:mm:ss  <br /></td>\n</tr>\n<tr>\n<td>DateTimeToUTC</td>\n<td>String</td>\n<td>To delivery date - can’t be further than 3rd week ahead end date.  <br />Format: yyyy/MM/dd HH:mm:ss  <br /></td>\n</tr>\n<tr>\n<td>VendorGuid</td>\n<td>String</td>\n<td>Vendor’s Guid</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>DateTimeFromUTC</td>\n<td>String</td>\n<td>(Schedule start date)  <br />Format: yyyy/MM/dd HH:mm:ss  <br /></td>\n</tr>\n<tr>\n<td>DateTimeToUTC</td>\n<td>String</td>\n<td>(Schedule end date)  <br />Format: yyyy/MM/dd HH:mm:ss  <br /></td>\n</tr>\n<tr>\n<td>DeliveryDateUTC</td>\n<td>Intager</td>\n<td>Delivery date  <br />Format: yyyy/MM/dd HH:mm:ss  <br /></td>\n</tr>\n<tr>\n<td>Items array</td>\n<td></td>\n<td>Reference to items array</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"items-array\">Items array</h4>\n<p>Returns only item with an order (items with qty &gt; 0)</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CatalogItemID</td>\n<td>Integer</td>\n<td>Catalog item ID</td>\n</tr>\n<tr>\n<td>CatalogItemCode</td>\n<td>Integer</td>\n<td>Catalog item code</td>\n</tr>\n<tr>\n<td>ItemName</td>\n<td>String</td>\n<td>Item name</td>\n</tr>\n<tr>\n<td>SKU</td>\n<td>String</td>\n<td>Item SKU</td>\n</tr>\n<tr>\n<td>Quantity</td>\n<td>Decimal</td>\n<td>Quantity on line</td>\n</tr>\n<tr>\n<td>ItemMeasureTypeID</td>\n<td>Integer</td>\n<td>The item UOM ID</td>\n</tr>\n<tr>\n<td>ItemMeasureTypeName</td>\n<td>String</td>\n<td>Item UOM name</td>\n</tr>\n<tr>\n<td>PackQuantity</td>\n<td>Decimal</td>\n<td>Item pack quantity</td>\n</tr>\n<tr>\n<td>PacksPerCase</td>\n<td>Decimal</td>\n<td>Packs per case</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v3","vendors","weekly","GetWeeklyOrdersByDate"],"host":["api","marketman","com"],"query":[],"variable":[]}},"response":[{"id":"69381ba6-6d9b-4a98-b04f-17ee6a35abf1","name":"GetWeeklyOrdersByDate","originalRequest":{"method":"POST","header":[{"key":"AUTH_TOKEN","value":"{{accessToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n \n \"DateTimeFromUTC\" : \"2022/09/26 07:00:00\",\n \"DateTimeToUTC\": \"2022/10/03 23:59:59\",\n \"VendorGuid\": \"VendorGuid\",\n \"BuyerGuid\": \"BuyerGuid\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/vendor/weekly/GetWeeklyOrdersByDate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?UDpcTWFya2V0TWFuXENvZGUtUm95LURldjRcYXBpLm1hcmtldG1hbi5iaXpcdjNcYnV5ZXJzXG9yZGVyc1xDcmVhdGVPcmRlcg==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 06 May 2020 08:40:06 GMT"},{"key":"Content-Length","value":"145"}],"cookie":[],"responseTime":null,"body":"{\n    \"Schedule\": {\n        \"DateTimeFromUTC\": \"2022-09-26T07:00:00Z\",\n        \"DateTimeToUTC\": \"2022-10-03T06:59:59.998Z\"\n    },\n    \"Orders\": [\n        {\n            \"DeliveryDate\": \"2022-09-26T00:00:00\",\n            \"Items\": [\n                {\n                    \"CatalogItemID\": 000000,\n                    \"CatalogItemCode\": 222222,\n                    \"ItemName\": \"Pizza rolls\",\n                    \"SKU\": \"555555\",\n                    \"Quantity\": 1.0,\n                    \"ItemMeasureTypeID\": 35,\n                    \"ItemMeasureTypeName\": \"EA\",\n                    \"PackQuantity\": 1.0,\n                    \"PacksPerCase\": null\n                },\n                {\n                    \"CatalogItemID\": 111111,\n                    \"CatalogItemCode\": 333333,\n                    \"ItemName\": \"Box of tomatoes / 100\",\n                    \"SKU\": \"444444\",\n                    \"Quantity\": 1.0,\n                    \"ItemMeasureTypeID\": 35,\n                    \"ItemMeasureTypeName\": \"EA\",\n                    \"PackQuantity\": 1.0,\n                    \"PacksPerCase\": null\n             \n               }\n            \n        ]\n        }\n    ]\n}"}],"_postman_id":"5749ecfe-e9b7-4c76-9dcb-fc9e50cbcb36"}],"id":"9ecbaa45-eb93-4cac-ae23-0d167aafbb1c","_postman_id":"9ecbaa45-eb93-4cac-ae23-0d167aafbb1c","description":""},{"name":"Categories ","item":[{"name":"GetCategories","id":"34a64c8b-b2d0-4504-8667-29171f79f6eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"BuyerGuid\": \"{{buyerGuid}}\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/vendors/products/GetCategories","description":"<p>Gets all categories</p>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BuyerGuid</td>\n<td>String</td>\n<td>Buyer’s Guid (more info)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n<tr>\n<td>Categories</td>\n<td>Array</td>\n<td>See below</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li>Categories array<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ID</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>Name</td>\n<td>String</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n","urlObject":{"path":["v3","vendors","products","GetCategories"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[{"id":"5bdb90f4-f2d4-4a73-b093-d1ceea5841fe","name":"GetCategories Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"BuyerGuid\": \"{{buyerGuid}}\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/vendors/products/GetCategories"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"1253"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:aa7de11f-c2f8-492b-9087-262956b65d27"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sun, 01 Mar 2020 11:23:41 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"IsSuccess\": true,\n    \"ErrorMessage\": null,\n    \"ErrorCode\": null,\n    \"Categories\": [\n               {\n            \"ID\": \"282261\",\n            \"Name\": \"Alcohol drinks\"\n        },\n        {\n            \"ID\": \"20912\",\n            \"Name\": \"Alcools\"\n        },\n        {\n            \"ID\": \"26307\",\n            \"Name\": \"Apps\"\n        }\n    ]\n}"}],"_postman_id":"34a64c8b-b2d0-4504-8667-29171f79f6eb"},{"name":"DeleteCategory","id":"c536c3cc-0d0f-4566-a100-9a685547d12a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"ID\" : 264905,\r\n\t\"VendorGuid\": \"{{vendorGuid}}\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/vendors/products/DeleteCategory","description":"<p>Delete a category</p>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ID</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>VendorGuid</td>\n<td>String</td>\n<td>Vendor’s Guid (more info)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v3","vendors","products","DeleteCategory"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[{"id":"8bf9883f-779f-48a9-8163-35b075084408","name":"DeleteCategory Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"ID\" : 264905,\r\n\t\"VendorGuid\": \"{{vendorGuid}}\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/vendors/products/DeleteCategory"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"160"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:aa7de11f-c2f8-492b-9087-262956b65d27"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sun, 01 Mar 2020 11:25:28 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"IsSuccess\": true,\n    \"ErrorMessage\": null,\n    \"ErrorCode\": null\n}"}],"_postman_id":"c536c3cc-0d0f-4566-a100-9a685547d12a"},{"name":"SetCategory","id":"40f83c47-0491-499f-bb26-76e52499df8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"Name\": \"New category\",\n    \"VendorGuid\": \"{{vendorGuid}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/vendors/products/SetCategory","description":"<p>Create/Update a category</p>\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ID</td>\n<td>String</td>\n<td>If specified, that’s an update. If not specific that’s an insert</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>VendorGuid</td>\n<td>String</td>\n<td>Vendor’s Guid (more info)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"output\">Output</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IsSuccess</td>\n<td>Boolean</td>\n<td>Was action completed successfully</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>String</td>\n<td>Error description, in case of an error.</td>\n</tr>\n<tr>\n<td>ID</td>\n<td>String</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v3","vendors","products","SetCategory"],"host":["https://api.marketman.com"],"query":[],"variable":[]}},"response":[{"id":"d8cd924b-7178-44e4-b01b-b9831fefe414","name":"SetCategory Success Update","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTH_TOKEN","type":"text","value":"{{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"ID\": \"262552\",\n    \"Name\": \"New category\",\n    \"VendorGuid\": \"{{vendorGuid}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.marketman.com/v3/vendors/products/SetCategory"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"160"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:aa7de11f-c2f8-492b-9087-262956b65d27"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sun, 01 Mar 2020 11:27:55 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"IsSuccess\": true,\n    \"ErrorMessage\": null,\n    \"ErrorCode\": null\n}"}],"_postman_id":"40f83c47-0491-499f-bb26-76e52499df8a"}],"id":"0b6cb4f7-6423-4764-928c-6425f90260ce","description":"<p>Vendor categories mangement</p>\n","event":[{"listen":"prerequest","script":{"id":"be3b3d54-4109-4fc3-8e13-8a5b12d50441","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f98c4847-578c-411e-927c-a141e333a65c","type":"text/javascript","exec":[""]}}],"_postman_id":"0b6cb4f7-6423-4764-928c-6425f90260ce"}],"id":"17402f34-01df-40ce-b3f7-c19ca3dfe89c","description":"<p>The Vendor API use to manage Vednors data</p>\n","event":[{"listen":"prerequest","script":{"id":"d302ad70-f547-45d1-a954-6676ef58be66","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"010e9faf-6406-4afc-8bd0-f5765ae08508","type":"text/javascript","exec":[""]}}],"_postman_id":"17402f34-01df-40ce-b3f7-c19ca3dfe89c"}],"event":[{"listen":"prerequest","script":{"id":"473ecbcc-f02c-418f-9df0-40246417e975","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1ec9a605-ee6c-408a-933e-017e54c0394e","type":"text/javascript","exec":[""]}}],"variable":[{"key":"baseUrl","value":"https://api.marketman.com"}]}