{"info":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","description":"<html><head></head><body><p><a href=\"https://support.zoey.com\">Back to Zoey Support</a><br>\n<a href=\"https://www.zoey.com/\">Back to Zoey Homepage</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"11897779","collectionId":"37d30247-b92f-422b-ab99-c21956302ad7","publishedId":"TVmTbuZu","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"4AAE9A"},"publishDate":"2020-12-09T19:07:48.000Z"},"item":[{"name":"Overview","item":[{"name":"Authentication","item":[],"id":"b354e77f-6dec-4441-90fe-88e295faaaa4","description":"<p>Zoey's REST API OAuth 2.0 protocol to authenticate the application to access the Zoey service.</p>\n","_postman_id":"b354e77f-6dec-4441-90fe-88e295faaaa4","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"b2ec02d8-4c02-47fe-a536-d4d98a10bbf3","id":"b2ec02d8-4c02-47fe-a536-d4d98a10bbf3","name":"Overview","type":"folder"}}},{"name":"Output Formats","item":[],"id":"9272105d-a260-43f0-bcbd-c3b8aa5f82c8","description":"<p>The REST API supports the response in two formats, which are <strong>XML</strong> and <strong>JSON</strong>.</p>\n","_postman_id":"9272105d-a260-43f0-bcbd-c3b8aa5f82c8","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"b2ec02d8-4c02-47fe-a536-d4d98a10bbf3","id":"b2ec02d8-4c02-47fe-a536-d4d98a10bbf3","name":"Overview","type":"folder"}}},{"name":"HTTP Verbs","item":[],"id":"bb9e8699-5406-4db3-aa1d-3d44daeec172","description":"<p>HTTP verbs are used to manage the state of resources. In Zoey's REST API, there are four verbs used to manage resources: GET, POST, PUT, and DELETE. You can get the contents of the data using HTTP GET, delete the data using HTTP DELETE, and create or update the data using POST/PUT.</p>\n","_postman_id":"bb9e8699-5406-4db3-aa1d-3d44daeec172","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"b2ec02d8-4c02-47fe-a536-d4d98a10bbf3","id":"b2ec02d8-4c02-47fe-a536-d4d98a10bbf3","name":"Overview","type":"folder"}}},{"name":"Request Structure","item":[],"id":"b407711b-3307-403f-9efc-6867e2e98b41","description":"<p>All URLs in REST API have the following base URL. </p>\n<p><em>https://[zoeysite]/api/rest/</em></p>\n<p><strong>Example</strong>\nSupposing, you want to retrieve the list of customers from Zoey. To do this, you need to use the GET HTTP method. The GET request to retrieve the list of customers will look as follows:</p>\n<p><em>https://[zoeysite]/api/rest/customers</em></p>\n<p>where</p>\n<ul>\n<li><em>https://[zoeysite]/api/rest/</em> - is the endpoint</li>\n<li><em>/customers</em> - is the action URL</li>\n</ul>\n<h1 id=\"rest-resources\">REST Resources</h1>\n<p>The Zoey REST API allows you to manage customers, customer addresses, sales orders, inventory, and products.</p>\n","_postman_id":"b407711b-3307-403f-9efc-6867e2e98b41","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"b2ec02d8-4c02-47fe-a536-d4d98a10bbf3","id":"b2ec02d8-4c02-47fe-a536-d4d98a10bbf3","name":"Overview","type":"folder"}}},{"name":"Additional Information","item":[],"id":"e46f301b-f04f-4603-9310-ecbd0342559a","description":"<p>You can define the limit of items returned in the response by passing the limit parameter. By default, 10 items are returned and the maximum number is 100 items. You can also define the page number by passing the page parameter. Example:</p>\n<p><a href=\"https://tsxxxx-container.zoeysite.com/api/rest/products?page=2&amp;limit=20\">https://tsxxxx-container.zoeysite.com/api/rest/products?page=2&amp;limit=20</a></p>\n<p>Authorization header will be required for Admin and Customer user types. The following parameters must be provided in the Authorization header for the call:</p>\n<ul>\n<li>oauth_consumer_key - the Consumer Key value provided after the registration of the application.</li>\n<li>oauth_nonce - a random value, uniquely generated by the application.</li>\n<li>oauth_signature_method - name of the signature method used to sign the request. Can have one of the following values: HMAC-SHA1, RSA-SHA1, and PLAINTEXT.</li>\n<li>oauth_signature - a generated value (signature).</li>\n<li>oauth_timestamp - a positive integer, expressed in the number of seconds since January 1, 1970 00:00:00 GMT.</li>\n<li>oauth_token - the oauth_token value (Request Token).</li>\n<li>oauth_version - OAuth version.</li>\n</ul>\n","_postman_id":"e46f301b-f04f-4603-9310-ecbd0342559a","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"b2ec02d8-4c02-47fe-a536-d4d98a10bbf3","id":"b2ec02d8-4c02-47fe-a536-d4d98a10bbf3","name":"Overview","type":"folder"}}},{"name":"Currency","item":[],"id":"c83f0ac7-e187-494e-b1c8-88c669523310","description":"<p>For sales entities like \"Quotes\", \"Cart\", and \"Orders\":</p>\n<p>Any value prefixed with <code>base_</code> is based off of the store default value and is where calculations are made from. Each <code>base_</code> key should also be coupled with a non <code>base_</code> key which is used for customer display. For currencies this means that any conversion is done on the <code>base_</code> key and stored to the non <code>base_</code> key.</p>\n<p>Example:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>base_subtotal</code></td>\n<td>This is the subtotal value in the default currency of the store.</td>\n</tr>\n<tr>\n<td><code>subtotal</code></td>\n<td>This is the subtotal in the currency of the entity converted from the <code>base_subtotal</code>.</td>\n</tr>\n</tbody>\n</table>\n</div>","event":[{"listen":"prerequest","script":{"id":"45d940d8-235c-4495-884c-661bc4a0d327","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"48ae9c0f-c495-465e-bdad-b178675e2bc3","type":"text/javascript","exec":[""]}}],"_postman_id":"c83f0ac7-e187-494e-b1c8-88c669523310","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"b2ec02d8-4c02-47fe-a536-d4d98a10bbf3","id":"b2ec02d8-4c02-47fe-a536-d4d98a10bbf3","name":"Overview","type":"folder"}}},{"name":"Errors","item":[],"id":"a54e5e72-e2ad-475a-b389-d1b39ce8da61","description":"<h2 id=\"error-format\">Error Format</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"messages\": {\n        \"error\": [\n            {\n                \"code\": 401,\n                \"message\": \"oauth_problem=token_rejected\"\n            }\n        ]\n    }\n}\n\n</code></pre>\n<h2 id=\"status-codes\">Status Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>200 - OK</td>\n<td>Everything worked as expected.</td>\n</tr>\n<tr>\n<td>201 - Created</td>\n<td>Creation was successful.</td>\n</tr>\n<tr>\n<td>400 - Bad Request</td>\n<td>The request was unacceptable, often due to missing a required parameter.</td>\n</tr>\n<tr>\n<td>401 - Unauthorized</td>\n<td>No valid API key provided.</td>\n</tr>\n<tr>\n<td>402 - Request Failed</td>\n<td>The parameters were valid but the request failed.</td>\n</tr>\n<tr>\n<td>403 - Forbidden</td>\n<td>The API key doesn't have permissions to perform the request.</td>\n</tr>\n<tr>\n<td>404 - Not Found</td>\n<td>The requested resource doesn't exist.</td>\n</tr>\n<tr>\n<td>405 - Method Not Allowed</td>\n<td>The request method used is not allowed.</td>\n</tr>\n<tr>\n<td>406 - Not Acceptable</td>\n<td>Data or Headers provided were not acceptable.</td>\n</tr>\n<tr>\n<td>429 - Too Many Requests</td>\n<td>Too many requests hit the API too quickly. We recommend an exponential backoff of your requests.</td>\n</tr>\n<tr>\n<td>500</td>\n<td>HTTP Internal error. (Default fallback error) <a href=\"https://api.cloudflare.com/#zone-settings-get-browser-check-setting\">This could also be caused by the use of a blocked User Agent.</a></td>\n</tr>\n<tr>\n<td>502, 503, 504 - Server Errors</td>\n<td>Something went wrong on Zoey's end. (These are rare.)</td>\n</tr>\n<tr>\n<td>1010</td>\n<td>The request has been banned because your browser's signature. (User-Agent)</td>\n</tr>\n<tr>\n<td>1XXX</td>\n<td><a href=\"https://support.cloudflare.com/hc/en-us/articles/360029779472-Troubleshooting-Cloudflare-1XXX-errors\">Additional 1XXX Errors</a></td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"a54e5e72-e2ad-475a-b389-d1b39ce8da61","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"b2ec02d8-4c02-47fe-a536-d4d98a10bbf3","id":"b2ec02d8-4c02-47fe-a536-d4d98a10bbf3","name":"Overview","type":"folder"}}},{"name":"Headers","item":[],"id":"e75b4fd7-acab-403f-9a35-77f47a771d1b","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Header</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Accept</td>\n<td>Yes</td>\n<td><code>*/*</code>, <code>application/json</code> , <code>text/plain</code>, <code>text/xml</code>, <code>application/xml</code>, <code>application/xhtml+xml</code></td>\n</tr>\n<tr>\n<td>Authorization</td>\n<td>Yes</td>\n<td><a href=\"#58a099f5-49a0-4478-81fa-7596075547c3\">See oAuth 2.0 section</a></td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"e75b4fd7-acab-403f-9a35-77f47a771d1b","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"b2ec02d8-4c02-47fe-a536-d4d98a10bbf3","id":"b2ec02d8-4c02-47fe-a536-d4d98a10bbf3","name":"Overview","type":"folder"}}}],"id":"b2ec02d8-4c02-47fe-a536-d4d98a10bbf3","description":"<p>What is REST API? To make it simple, REST API defines a set of functions to which the developers can perform requests and receive responses. The interaction is performed via the HTTP protocol. An advantage of such an approach is the wide usage of HTTP. That is why REST API can be used practically for any programming language.</p>\n<p>Common characteristics of the Zoey REST API resources are as follows: (<strong>[zoeysite]</strong> is your domain)</p>\n<ul>\n<li>You access the resource by sending an HTTP request to the Zoey API server. The server replies with a response that contains either the data you requested, or the status indicator, or even both.</li>\n<li>All resources are located at https://[url]/api/rest/.</li>\n<li>All resources may return different HTTP status codes (e.g., HTTP Status Code 200 for success response or HTTP Status Code 400 for the bad request).</li>\n<li>You request a particular resource by adding a particular path to the base URL that specifies the resource.</li>\n</ul>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"49b04986-7658-43a0-b79b-bda8e1c51bd8","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"737ac224-7380-4dad-a9f3-fa81ada358be","type":"text/javascript","exec":[""]}}],"_postman_id":"b2ec02d8-4c02-47fe-a536-d4d98a10bbf3"},{"name":"Setup","item":[{"name":"oAuth 2.0","item":[{"name":"Clients","item":[],"id":"c1d4be2d-3329-476d-89e5-101b353eac97","description":"<p>At the time a Client is created, it will be provided a <code>client_id</code> and a <code>client_secret</code> which can be used depending on the type of Grant Types allowed to this Client.</p>\n<img src=\"https://content.pstmn.io/1bc39514-783b-4a89-b6ad-2dabc29f219b/U2NyZWVuc2hvdCAyMDI1LTAyLTIxIGF0IDguNTIuMjDigK9BTS5wbmc=\" width=\"548\" height=\"501\" />\n\n<p>At anytime, a Client can be disabled. Once a Client is disabled it will no longer allow any authentication, or any access to previously granted access tokens.</p>\n<img src=\"https://content.pstmn.io/f33359c4-af1c-4199-8782-0cb72523951d/U2NyZWVuc2hvdCAyMDI1LTAyLTIxIGF0IDcuMTUuMznigK9BTS5wbmc=\" width=\"583\" height=\"151\" />\n\n<p>At the top of the Client View there will be a button to \"Revoke All Tokens\". This will delete any access and refresh tokens that have been generated to be used by this client. Any integration that is using these access tokens will be forced to re authenticate.</p>\n<img src=\"https://content.pstmn.io/fdc36620-dc87-4fa2-b817-a62c0fe4daea/U2NyZWVuc2hvdCAyMDI1LTAyLTIxIGF0IDcuMTYuMzTigK9BTS5wbmc=\" width=\"168\" height=\"73\" />\n\n<blockquote>\n<p>Note:<br />Because the API KEY Grant Type does not use Access Tokens the only way to prevent it from making requests would be to disable the client.</p>\n</blockquote>\n","_postman_id":"c1d4be2d-3329-476d-89e5-101b353eac97","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"58a099f5-49a0-4478-81fa-7596075547c3","id":"58a099f5-49a0-4478-81fa-7596075547c3","name":"oAuth 2.0","type":"folder"}}},{"name":"Grant Types","item":[{"name":"Authorization Code","item":[],"id":"4223eff2-828b-4e3c-8cf5-9fbbfa3ded65","description":"<p>Use this Grant Type when the API integration requires it to call data on behalf of a user. When using this Grant Type, the user will be required to authenticate before an authorization code can be provided. Once the authorization code is provided, it can be exchanged for an access token and used to fetch data.</p>\n<p>For extra security Zoey has built in support for PKCE. It is encouraged to use PKCE when using the Authroization Grant Type. If for some reason the platform you are using does not support it, you are able to disable.</p>\n<img src=\"https://content.pstmn.io/a598754c-d18e-45ec-a376-5277e1a7bedb/U2NyZWVuc2hvdCAyMDI1LTAyLTIxIGF0IDYuNTkuMTfigK9BTS5wbmc=\" width=\"573\" height=\"131\" />\n\n<blockquote>\n<p>Note:<br />As of right now Zoey only supports the <code>S256</code> challenge method and will reject the <code>plain</code><br />challenge method if attempted to be used. </p>\n</blockquote>\n<p>During the initial authorization a check will be made that the <code>redirect_uri</code> where the authorization code is being sent to is a valid URI. We do this by allowing you to set the Allowed Redirect URI's so that a more secure validation can take place.</p>\n<img src=\"https://content.pstmn.io/22eda771-7971-4662-adf6-7007ff5f840f/U2NyZWVuc2hvdCAyMDI1LTAyLTIxIGF0IDcuMDkuMTPigK9BTS5wbmc=\" width=\"598\" height=\"210\" />\n\n<p><strong>To Use</strong>:</p>\n<ol>\n<li><p>Create a Client that allows for the Authorization Code Grant Type. Make sure it is enabled. (Optionally it is encouraged that you enable the With PKCE setting for increased security).</p>\n</li>\n<li><p>You need to then obtain an Authorization Code for the User you want to authenticate. This is done by redirecting the user to your stores \"Authorization URL\". This can be a standard GET request in a browser to <code>https://{{ YOUR STORE CODE HERE}}/admin/oauth_authorize.</code> This URL must contain query parameters for:<br /> • <code>response_type=code</code><br /> • <code>client_id={{ YOUR CLIENT ID }}</code><br /> • <code>redirect_uri={{ URL WHERE YOU WANT THE CODE TO BE SENT }}</code> ( note this must be allowed in the client settings)</p>\n<p> Optionally for PKCE:<br /> • <code>code_challenge={{ a RANDOM base64 encoded hashed value }}</code> ( Save the un-hashed value as it will be needed as the <code>code_verifier</code> when obtaining the Access Token. )<br /> • <code>code_challenge_method=S256</code> ( note that right now Zoey only supports sha-256 hashing for the code challenge. Plain is not supported. )</p>\n</li>\n<li><p>The User then will then be given the opportunity to either \"Authorize\" or \"Reject\" this request.</p>\n</li>\n</ol>\n<img src=\"https://content.pstmn.io/617c5c15-7ef8-4b95-bf3c-65d54aaf34b6/U2NyZWVuc2hvdCAyMDI1LTAyLTIxIGF0IDguMTguMTnigK9BTS5wbmc=\" width=\"617\" height=\"311\" />\n\n<p>4. If the User \"Authorizes\". A GET request will be sent back to the <code>redirect_uri</code> specified with the code as a query parameter.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>https://{{ YOUR REQUEST URI HERE }}?code=6aa7726b3db5e6c6fe53fa3f280d205c\n\n</code></pre><p>5. Next you need to obtain a new Access Token using the recently obtained Authorization Code. To get this Access Token you need to make a request to your \"Token URL\".</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">curl -X POST \"https://{{ YOUR STORE CODE HERE }}/oauth/token\" \\\n     -H \"Content-Type: application/x-www-form-urlencoded\" \\\n     -d \"grant_type=authorization_code\" \\\n     -d \"code={{ YOUR_AUTHORIZATION_CODE }}\" \\\n     -d \"redirect_uri={{ REDIRECT URI USED DURING AUTHORIZATION }}\" \\\n     -d \"client_id={{ YOUR_CLIENT_ID }}\" \\\n     -d \"client_secret={{ YOUR_CLIENT_SECRET }}\"\n\n</code></pre>\n<blockquote>\n<p>Note:<br />The <code>client_id</code> and <code>client_secret</code> can either be sent in the request body OR in the Authorization Header. </p>\n</blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">curl -X POST \"https://{{ YOUR STORE CODE HERE }}/oauth/token\" \\\n     -H \"Content-Type: application/x-www-form-urlencoded\" \\\n     -H \"Authorization: Basic $(echo -n 'YOUR_CLIENT_ID:YOUR_CLIENT_SECRET' | base64)\" \\\n     -d \"grant_type=authorization_code\" \\     \n     -d \"code={{ YOUR_AUTHORIZATION_CODE }}\" \\\n     -d \"redirect_uri={{ REDIRECT URI USED DURING AUTHORIZATION }}\"\n\n</code></pre>\n<p>IF using <code>PKCE</code> and a <code>code_challenge</code> was used during authoriztion. A <code>code_verifier</code> will be required when obtaining the Access Token. The <code>code_verifier</code> is the \"un hashed\" value of the <code>code_challenge</code> that was used when obtaining the authorization code. This <code>code_verifier</code> is a 1 time value and should be random.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">curl -X POST \"https://{{ YOUR STORE CODE HERE }}/oauth/token\" \\\n     -H \"Content-Type: application/x-www-form-urlencoded\" \\\n     -H \"Authorization: Basic $(echo -n 'YOUR_CLIENT_ID:YOUR_CLIENT_SECRET' | base64)\" \\\n     -d \"grant_type=authorization_code\" \\     \n     -d \"code={{ YOUR_AUTHORIZATION_CODE }}\" \\\n     -d \"redirect_uri={{ REDIRECT URI USED DURING AUTHORIZATION }}\" \\\n     -d \"code_verifier={{ CODE VERIFIER }}\"\n\n</code></pre>\n<p>The response will contain information about your Access Token and optionally a Refresh Token ( Only if that Grant Type is allowed by this Client).</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\"token_type\":\"bearer\",\"expires_in\":3600,\"created_at\":1740141611,\"access_token\":\"cf99a935ca10523b251913b51c973f5f\",\"refresh_token\":\"92126beafee10ee56d2ae8980a3d9f04\"}\n\n</code></pre>\n<p>Once you have the Access Token you are able to make requests using it in the Authorization Header.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">curl https://{{ YOUR STORE CODE HERE }}/api/rest/products/ -H 'Authorization: Bearer cf99a935ca10523b251913b51c973f5f'\n\n</code></pre>\n","_postman_id":"4223eff2-828b-4e3c-8cf5-9fbbfa3ded65","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"58a099f5-49a0-4478-81fa-7596075547c3","id":"58a099f5-49a0-4478-81fa-7596075547c3","name":"oAuth 2.0","type":"folder"}}},{"name":"Refresh Token","item":[],"id":"fe7eb523-a78e-42d6-be65-5eff01edcf0a","description":"<p>Use this Grant Type in conjunction with the Authroization Code Grant Type to allow the API integration to easily obtain new access tokens as they expire.</p>\n<p><strong>To Use</strong>:</p>\n<ol>\n<li><p>Create a Client that allows for the Refresh Token Grant Type. Make sure it is enabled.</p>\n</li>\n<li><p>Next you need to obtain a new Access Token using the previously obtained Refresh Token. To get this Access Token you need to make a request to your \"Token URL\".</p>\n</li>\n</ol>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">curl -X POST \"https://{{ YOUR STORE CODE HERE }}/oauth/token\" \\\n     -H \"Content-Type: application/x-www-form-urlencoded\" \\\n     -d \"grant_type=refresh_token\" \\\n     -d \"refresh_token=YOUR_REFRESH_TOKEN\" \\\n     -d \"client_id=YOUR_CLIENT_ID\" \\\n     -d \"client_secret=YOUR_CLIENT_SECRET\"\n\n</code></pre>\n<blockquote>\n<p>Note:<br />The <code>client_id</code> and <code>client_secret</code> can either be sent in the request body OR in the Authorization Header. </p>\n</blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">curl -X POST \"https://{{ YOUR STORE CODE HERE }}/oauth/token\" \\\n     -H \"Content-Type: application/x-www-form-urlencoded\" \\\n     -H \"Authorization: Basic $(echo -n 'YOUR_CLIENT_ID:YOUR_CLIENT_SECRET' | base64)\" \\\n     -d \"grant_type=client_credentials\" \\     \n     -d \"refresh_token=YOUR_REFRESH_TOKEN\"\n\n</code></pre>\n<p>The response will contain information about your Access Token and your new Refresh Token.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\"token_type\":\"bearer\",\"expires_in\":3600,\"created_at\":1740141611,\"access_token\":\"cf99a935ca10523b251913b51c973f5f\",\"refresh_token\":\"92126beafee10ee56d2ae8980a3d9f04\"}\n\n</code></pre>\n<p>Once you have the Access Token you are able to make requests using it in the Authorization Header.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">curl https://{{ YOUR STORE CODE HERE }}/api/rest/products/ -H 'Authorization: Bearer cf99a935ca10523b251913b51c973f5f'\n\n</code></pre>\n","_postman_id":"fe7eb523-a78e-42d6-be65-5eff01edcf0a","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"58a099f5-49a0-4478-81fa-7596075547c3","id":"58a099f5-49a0-4478-81fa-7596075547c3","name":"oAuth 2.0","type":"folder"}}},{"name":"Client Credentials","item":[],"id":"d60d0bc6-a69e-40a2-bd91-9bb00d67d423","description":"<p>This Grant Type does NOT require any user authentication. It can obtain an access token at any time and use it as needed.</p>\n<p><strong>To Use</strong>:</p>\n<ol>\n<li><p>Create a Client that allows for the Client Credentials Grant Type. Make sure it is enabled.</p>\n</li>\n<li><p>Next you need to obtain an Access Token before you can start fetching data. To get this Access Token you need to make a request to your \"Token URL\".</p>\n</li>\n</ol>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">curl -X POST \"https://{{ YOUR STORE CODE HERE }}/oauth/token\" \\\n     -H \"Content-Type: application/x-www-form-urlencoded\" \\\n     -d \"grant_type=client_credentials\" \\\n     -d \"client_id=YOUR_CLIENT_ID\" \\\n     -d \"client_secret=YOUR_CLIENT_SECRET\"\n\n</code></pre>\n<blockquote>\n<p>Note:<br />The <code>client_id</code> and <code>client_secret</code> can either be sent in the request body OR in the Authorization Header. </p>\n</blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">curl -X POST \"https://{{ YOUR STORE CODE HERE }}/oauth/token\" \\\n     -H \"Content-Type: application/x-www-form-urlencoded\" \\\n     -H \"Authorization: Basic $(echo -n 'YOUR_CLIENT_ID:YOUR_CLIENT_SECRET' | base64)\" \\\n     -d \"grant_type=client_credentials\"\n\n</code></pre>\n<p>The response will contain information about your Access Token.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\"token_type\":\"bearer\",\"expires_in\":3600,\"created_at\":1740141611,\"access_token\":\"cf99a935ca10523b251913b51c973f5f\"}\n\n</code></pre>\n<p>Once you have the Access Token you are able to make requests using it in the Authorization Header.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">curl https://{{ YOUR STORE CODE HERE }}/api/rest/products/ -H 'Authorization: Bearer cf99a935ca10523b251913b51c973f5f'\n\n</code></pre>\n","_postman_id":"d60d0bc6-a69e-40a2-bd91-9bb00d67d423","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"58a099f5-49a0-4478-81fa-7596075547c3","id":"58a099f5-49a0-4478-81fa-7596075547c3","name":"oAuth 2.0","type":"folder"}}},{"name":"Api Key","item":[],"id":"b74a85ab-004a-4ee0-8643-db9aef96b8af","description":"<p>The API KEY Grant Type will bypass all authorization and can be used directly to fetch data. Unlike the other Grant Types this key will never expire and never needs to be refreshed. Because of that its very important that this value is kept safe.</p>\n<p><strong>To Use</strong>:</p>\n<ol>\n<li><p>Create a Client that allows for the Api Key Grant Type. Make sure it is enabled.</p>\n</li>\n<li><p>Start Using the API Key. The value of the <code>Api-Key</code> header will be the <code>client_secret</code> that was generated when the Client was created.</p>\n</li>\n</ol>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">curl https://{{ YOUR STORE CODE HERE }}/api/rest/products/ -H 'Api-Key: 95b1374d58c764e3aaae085b3dfce75a9c2104cbc2ab7977346f4ec121f94174'\n\n</code></pre>\n","_postman_id":"b74a85ab-004a-4ee0-8643-db9aef96b8af","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"58a099f5-49a0-4478-81fa-7596075547c3","id":"58a099f5-49a0-4478-81fa-7596075547c3","name":"oAuth 2.0","type":"folder"}}}],"id":"becf4dbf-1f56-44a7-8e0e-f09c9f7444e9","description":"<p>Zoey provides workflows for a few different Grant Types which can be used according to the needs of the API integration.</p>\n<img src=\"https://content.pstmn.io/a0293de9-ee63-419c-a947-cf6a66bb56f8/U2NyZWVuc2hvdCAyMDI1LTAyLTIxIGF0IDYuNTYuMzTigK9BTS5wbmc=\" width=\"601\" height=\"212\" />","_postman_id":"becf4dbf-1f56-44a7-8e0e-f09c9f7444e9","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"58a099f5-49a0-4478-81fa-7596075547c3","id":"58a099f5-49a0-4478-81fa-7596075547c3","name":"oAuth 2.0","type":"folder"}}}],"id":"58a099f5-49a0-4478-81fa-7596075547c3","description":"<p>Zoey now has support for oAuth 2.0 Authentication. To get started using oAuth 2.0 first navigate to Settings &gt; AP &gt; REST - oAuth 2.0 Clients to create your first oAuth 2.0 Client.</p>\n<blockquote>\n<p>Get Help Setting Up Postman by using our <a href=\"https://support.zoey.com/docs/connecting-to-the-zoey-api-with-postman\">Easy To Follow Postman Setup Guide</a> </p>\n</blockquote>\n<img src=\"https://content.pstmn.io/ac20234e-8f1a-44a7-8e88-5d1c026001c9/U2NyZWVuc2hvdCAyMDI1LTAyLTIxIGF0IDguNTAuNDXigK9BTS5wbmc=\" width=\"562\" height=\"151\" />\n\n<p>When adding a new client you will see a Client ID and a Client Secret. These values should be kept safe and not exposed at any time.</p>\n<p><strong>Zoey Follows the oAuth 2.0 Standard</strong><br /><a href=\"https://oauth.net/2/\">Learn More about oAuth 2.0 here<br /></a></p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"3a684948-014b-4b66-ad99-17e3feb75c3f","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"739e1d56-05bd-419d-bc2e-e94947805309","type":"text/javascript","packages":{},"exec":[""]}}],"_postman_id":"58a099f5-49a0-4478-81fa-7596075547c3"},{"name":"Health Check","id":"6251476e-44e8-48ea-bc9a-f808246915c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/healthcheck","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["healthcheck"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[{"id":"d0a25e34-2d43-4d8a-9c7e-8f44e8547152","name":"Health Check","originalRequest":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/healthcheck"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.21.6"},{"key":"Date","value":"Wed, 16 Nov 2022 22:00:55 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=31536000"}],"cookie":[],"responseTime":null,"body":"true"}],"_postman_id":"6251476e-44e8-48ea-bc9a-f808246915c2"}],"id":"3c038979-acee-436f-ba20-e55d3e6402fb","_postman_id":"3c038979-acee-436f-ba20-e55d3e6402fb","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}}},{"name":"Quotes","item":[{"name":"Comments","item":[{"name":"Get","id":"97f78c62-a730-4455-85e1-df1cf440a555","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/quotes2/quote_comment/?id=52","description":"<p>Get one quote comment by id.    </p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["quotes2","quote_comment",""],"host":["https://container-url.zoeysite.com/api/rest"],"query":[{"description":{"content":"<p>Quote comment id. (Required)</p>\n","type":"text/plain"},"key":"id","value":"52"}],"variable":[]}},"response":[],"_postman_id":"97f78c62-a730-4455-85e1-df1cf440a555"},{"name":"Add","id":"9b4fe87b-fa57-43c8-8cb0-328cc8ba9cf9","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"quoteId\": \"109\",\n    \"commentData\": {\n        \"comment\": \"A Comment\",\n        \"is_private_comment\": true,\n        \"send_email\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/quotes2/quote_comment/","description":"<p>Add a new comment to a quote.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["quotes2","quote_comment",""],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[],"_postman_id":"9b4fe87b-fa57-43c8-8cb0-328cc8ba9cf9"},{"name":"Update","id":"ea091b5a-d946-43fb-90ab-16a715cc3817","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"PUT","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"commentId\": \"60\",\n    \"commentData\": {\n        \"comment\": \"An updated Comment\",\n        \"is_private_comment\": false\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/quotes2/quote_comment/","description":"<p>Add a new comment to a quote.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["quotes2","quote_comment",""],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[],"_postman_id":"ea091b5a-d946-43fb-90ab-16a715cc3817"},{"name":"Get All","id":"9564220f-635e-4e41-831c-40ba02f8c028","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"orderIncrementId\": \"100000179\",\n    \"commentData\": {\n        \"customer_note\": \"Order history comment from postman\",\n        \"customer_note_notify\": \"1\",\n        \"zoey_order_comment\": \"Zoey Order comment from postman\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/quotes2/quote_comments/?id=113","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["quotes2","quote_comments",""],"host":["https://container-url.zoeysite.com/api/rest"],"query":[{"description":{"content":"<p>Quote ID. (Required)</p>\n","type":"text/plain"},"key":"id","value":"113"}],"variable":[]}},"response":[],"_postman_id":"9564220f-635e-4e41-831c-40ba02f8c028"}],"id":"25eadaf5-3c28-4180-b7bb-269745d1c9f8","_postman_id":"25eadaf5-3c28-4180-b7bb-269745d1c9f8","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}}},{"name":"Shipping","item":[{"name":"Set","id":"5ce97274-f0b1-4867-9631-023d9f25e4e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"quoteId\": \"113\",\n    \"method\": \"flatrate_flatrate\"\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/quotes2/quote_shipping","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["quotes2","quote_shipping"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[{"id":"cedb18f1-9242-47c3-88ba-b8ea8559e541","name":"Set","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"quoteId\": \"113\",\n    \"method\": \"flatrate_flatrate\"\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/quotes2/quote_shipping"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 25 Nov 2020 19:11:02 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=51np6c0pljp2cu4rvrpu6hm4t5; expires=Sat, 28-Nov-2020 19:11:02 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"Set-Cookie","value":"customer_group=0; expires=Sat, 28-Nov-2020 19:11:02 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"5ce97274-f0b1-4867-9631-023d9f25e4e4"},{"name":"Set Custom","id":"c531d1bc-75d5-4f8f-a263-d49bd5eae34a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"quoteId\": \"113\",\n    \"amount\": 21.50,\n    \"description\": \"This is a custom shipping description.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/quotes2/quote_shipping_custom","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["quotes2","quote_shipping_custom"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[{"id":"07520537-5f0e-4779-b88b-64cf4236d43a","name":"Set Custom","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"quoteId\": \"113\",\n    \"amount\": 21.50,\n    \"description\": \"This is a custom shipping description.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/quotes2/quote_shipping_custom"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 25 Nov 2020 20:03:45 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=51np6c0pljp2cu4rvrpu6hm4t5; expires=Sat, 28-Nov-2020 20:03:45 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"Set-Cookie","value":"customer_group=0; expires=Sat, 28-Nov-2020 20:03:45 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"c531d1bc-75d5-4f8f-a263-d49bd5eae34a"},{"name":"Get Offline","id":"950c45d7-ddc8-46f6-a134-26064bcf427d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/quotes2/quote_shipping_offline?quoteId=113","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["quotes2","quote_shipping_offline"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[{"description":{"content":"<p>ID of quote to fetch info for. ( Required )</p>\n","type":"text/plain"},"key":"quoteId","value":"113"}],"variable":[]}},"response":[{"id":"c3b2612b-ff22-466b-b988-8c10d11afec8","name":"Get Offline","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://container-url.zoeysite.com/api/rest/quotes2/quote_shipping_offline?quoteId=113","host":["https://container-url.zoeysite.com/api/rest"],"path":["quotes2","quote_shipping_offline"],"query":[{"key":"quoteId","value":"113","description":"ID of quote to fetch info for."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 25 Nov 2020 19:07:49 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"carrier\": \"flatrate\",\n        \"carrier_title\": \"Flat Rate 1\",\n        \"code\": \"flatrate_flatrate\",\n        \"method\": \"flatrate\",\n        \"method_description\": \"\",\n        \"price\": \"5.00\",\n        \"error_message\": \"This shipping method is currently unavailable. If you would like to ship using this shipping method, please contact us.\",\n        \"method_title\": \"Standard Shipping\",\n        \"carrier_type\": \"\",\n        \"custom_description\": \"\",\n        \"carrier_id\": \"\",\n        \"tooltip\": \"\",\n        \"customs_message\": \"\",\n        \"carrierName\": \"Standard Shipping\",\n        \"handling_fee\": \"\",\n        \"handling_type\": \"F\",\n        \"type\": \"O\"\n    },\n    {\n        \"code\": \"b2bquotes_custom_shipping\",\n        \"carrier_title\": \"\",\n        \"method_title\": \"Custom Shipping\",\n        \"custom_description\": null,\n        \"price\": null,\n        \"price_number\": null\n    }\n]"}],"_postman_id":"950c45d7-ddc8-46f6-a134-26064bcf427d"},{"name":"Get","id":"5a75685d-d8d7-4848-a99a-c8aed3b67376","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/quotes2/quote_shipping?quoteId=113","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["quotes2","quote_shipping"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[{"description":{"content":"<p>ID of quote to fetch info for. ( Required )</p>\n","type":"text/plain"},"key":"quoteId","value":"113"}],"variable":[]}},"response":[{"id":"34233f93-fb17-49e0-8f54-f9f1d0689d7c","name":"Get","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://container-url.zoeysite.com/api/rest/quotes2/quote_shipping?quoteId=113","host":["https://container-url.zoeysite.com/api/rest"],"path":["quotes2","quote_shipping"],"query":[{"key":"quoteId","value":"113","description":"ID of quote to fetch info for."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 25 Nov 2020 19:10:12 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=51np6c0pljp2cu4rvrpu6hm4t5; expires=Sat, 28-Nov-2020 19:10:11 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"Set-Cookie","value":"customer_group=0; expires=Sat, 28-Nov-2020 19:10:11 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"carrier\": \"shipper\",\n        \"carrier_title\": \"Shipping Rates\",\n        \"code\": \"shipper_error\",\n        \"method\": null,\n        \"method_description\": null,\n        \"price\": \"0.0000\",\n        \"error_message\": \"This shipping method is currently unavailable. If you would like to ship using this\\n                    shipping method, please contact us.\\n                \",\n        \"method_title\": null,\n        \"freight_rate\": \"0\",\n        \"pickup_location\": null,\n        \"time_slot\": null,\n        \"pickup_latitude\": null,\n        \"pickup_longitude\": null,\n        \"pickup_email\": null,\n        \"pickup_contact\": null,\n        \"pickup_email_option\": null,\n        \"carrier_type\": null,\n        \"dispatch_date\": null,\n        \"delivery_date\": null,\n        \"carrier_notice\": null,\n        \"custom_description\": null,\n        \"carrier_id\": null,\n        \"custom_duties\": null,\n        \"carriergroup_id\": null,\n        \"carriergroup\": null,\n        \"carriergroup_shipping_details\": null,\n        \"tooltip\": null,\n        \"customs_message\": null,\n        \"carrierName\": \"Shipping Rates\"\n    },\n    {\n        \"carrier\": \"freeshipping\",\n        \"carrier_title\": \"Free Shipping\",\n        \"code\": \"freeshipping_freeshipping\",\n        \"method\": \"freeshipping\",\n        \"method_description\": null,\n        \"price\": \"0.0000\",\n        \"error_message\": null,\n        \"method_title\": \"Free\",\n        \"freight_rate\": \"0\",\n        \"pickup_location\": null,\n        \"time_slot\": null,\n        \"pickup_latitude\": null,\n        \"pickup_longitude\": null,\n        \"pickup_email\": null,\n        \"pickup_contact\": null,\n        \"pickup_email_option\": null,\n        \"carrier_type\": null,\n        \"dispatch_date\": null,\n        \"delivery_date\": null,\n        \"carrier_notice\": null,\n        \"custom_description\": null,\n        \"carrier_id\": null,\n        \"custom_duties\": null,\n        \"carriergroup_id\": null,\n        \"carriergroup\": null,\n        \"carriergroup_shipping_details\": null,\n        \"tooltip\": null,\n        \"customs_message\": null,\n        \"carrierName\": \"Free Shipping\"\n    },\n    {\n        \"carrier\": \"flatrate\",\n        \"carrier_title\": \"Flat Rate 1\",\n        \"code\": \"flatrate_flatrate\",\n        \"method\": \"flatrate\",\n        \"method_description\": null,\n        \"price\": \"5.0000\",\n        \"error_message\": null,\n        \"method_title\": \"Standard Shipping\",\n        \"freight_rate\": \"0\",\n        \"pickup_location\": null,\n        \"time_slot\": null,\n        \"pickup_latitude\": null,\n        \"pickup_longitude\": null,\n        \"pickup_email\": null,\n        \"pickup_contact\": null,\n        \"pickup_email_option\": null,\n        \"carrier_type\": null,\n        \"dispatch_date\": null,\n        \"delivery_date\": null,\n        \"carrier_notice\": null,\n        \"custom_description\": null,\n        \"carrier_id\": null,\n        \"custom_duties\": null,\n        \"carriergroup_id\": null,\n        \"carriergroup\": null,\n        \"carriergroup_shipping_details\": null,\n        \"tooltip\": null,\n        \"customs_message\": null,\n        \"carrierName\": \"Flat Rate 1\"\n    }\n]"}],"_postman_id":"5a75685d-d8d7-4848-a99a-c8aed3b67376"}],"id":"85f0cb7f-378d-4634-9cd3-1b50dddd8a9e","_postman_id":"85f0cb7f-378d-4634-9cd3-1b50dddd8a9e","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}}},{"name":"Payment","item":[{"name":"Set","id":"a3de1ba1-eec4-435b-a2a9-b414515efeaa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"quoteId\": \"113\",\n    \"method\": {\n        \"method\": \"purchaseorder\",\n        \"po_number\": \"PO-8675309\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/quotes2/quote_payment","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>method</code></th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>method</code></td>\n<td>Payment method code. (<code>purchaseorder</code>, <code>checkmo</code>, etc.)</td>\n</tr>\n<tr>\n<td><code>po_number</code></td>\n<td>If payment method purchaseorder is being used, use this field to set the purchase order number.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["quotes2","quote_payment"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[{"id":"31fe7a9c-152c-4a06-8da1-a2eff99652a9","name":"Set Payment","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"quoteId\": \"113\",\n    \"method\": {\n        \"method\": \"purchaseorder\",\n        \"po_number\": \"PO-8675309\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/quotes2/quote_payment"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 25 Nov 2020 19:22:52 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=51np6c0pljp2cu4rvrpu6hm4t5; expires=Sat, 28-Nov-2020 19:22:51 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"Set-Cookie","value":"customer_group=0; expires=Sat, 28-Nov-2020 19:22:51 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"a3de1ba1-eec4-435b-a2a9-b414515efeaa"}],"id":"ea490878-2bfb-4d10-b5cd-774c35441483","_postman_id":"ea490878-2bfb-4d10-b5cd-774c35441483","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}}},{"name":"Products","item":[{"name":"Add","id":"317088a1-bd75-473f-a5bf-d26cb9917fca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"quoteId\": \"4\",\n    \"products\": [\n        {\n            \"product_id\": \"1\",\n            \"qty\": 1\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/quotes2/quote_product","description":"<p>Add new products to the quote.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["quotes2","quote_product"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[{"id":"b6c06d7a-ca21-44de-a38e-4273df5b6e9a","name":"Add Product","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"quoteId\": \"113\",\n    \"products\": [\n        {\n            \"product_id\": \"118\",\n            \"qty\": 2\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/quotes2/quote_product/add"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 25 Nov 2020 18:45:41 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=51np6c0pljp2cu4rvrpu6hm4t5; expires=Sat, 28-Nov-2020 18:45:41 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"Set-Cookie","value":"customer_group=0; expires=Sat, 28-Nov-2020 18:45:41 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"true"}],"_postman_id":"317088a1-bd75-473f-a5bf-d26cb9917fca"},{"name":"Get","id":"c62dda89-e28a-4f48-8efa-dd7a9760ed01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/quotes2/quote_product?id=4","description":"<p>Get all products from the quote.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["quotes2","quote_product"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[{"description":{"content":"<p>Quote ID.</p>\n","type":"text/plain"},"key":"id","value":"4"}],"variable":[]}},"response":[{"id":"ebc425d2-6325-4d81-bda1-282dfd41612c","name":"Add Product","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"quoteId\": \"113\",\n    \"products\": [\n        {\n            \"product_id\": \"118\",\n            \"qty\": 2\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/quotes2/quote_product/add"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 25 Nov 2020 18:45:41 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=51np6c0pljp2cu4rvrpu6hm4t5; expires=Sat, 28-Nov-2020 18:45:41 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"Set-Cookie","value":"customer_group=0; expires=Sat, 28-Nov-2020 18:45:41 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"true"}],"_postman_id":"c62dda89-e28a-4f48-8efa-dd7a9760ed01"},{"name":"Update","id":"c48848fe-2af7-4d10-8aad-c1750cb8a8ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"quoteId\": \"4\",\n    \"products\": [\n        {\n            \"product_id\": \"1\",\n            \"qty\": 2\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/quotes2/quote_product","description":"<p>Update the products on the quote.</p>\n<p>Item identifier is required. You can identify an item by either:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Description.</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>product_id</strong></td>\n<td><strong>ID of product in the quote.</strong></td>\n</tr>\n<tr>\n<td>item_id</td>\n<td>ID of quote item.</td>\n</tr>\n<tr>\n<td>sku</td>\n<td>SKU of product in quote.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["quotes2","quote_product"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[{"id":"529d64ec-ead1-4abe-a427-0be6b1aecd2d","name":"Add Product","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"quoteId\": \"113\",\n    \"products\": [\n        {\n            \"product_id\": \"118\",\n            \"qty\": 2\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/quotes2/quote_product/add"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 25 Nov 2020 18:45:41 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=51np6c0pljp2cu4rvrpu6hm4t5; expires=Sat, 28-Nov-2020 18:45:41 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"Set-Cookie","value":"customer_group=0; expires=Sat, 28-Nov-2020 18:45:41 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"true"}],"_postman_id":"c48848fe-2af7-4d10-8aad-c1750cb8a8ee"},{"name":"Delete","id":"84377e59-10c2-4901-b352-989037c8d8c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"quoteId\": \"4\",\n    \"products\": [\n        {\n            \"product_id\": \"1\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/quotes2/quote_product","description":"<p>Delete products from the quote.</p>\n<p>Item identifier is required. You can identify an item by either:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Description.</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>product_id</strong></td>\n<td><strong>ID of product in the quote.</strong></td>\n</tr>\n<tr>\n<td>item_id</td>\n<td>ID of quote item.</td>\n</tr>\n<tr>\n<td>sku</td>\n<td>SKU of product in quote.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["quotes2","quote_product"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[{"id":"014bd574-2de2-4549-b045-15866624e843","name":"Add Product","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"quoteId\": \"113\",\n    \"products\": [\n        {\n            \"product_id\": \"118\",\n            \"qty\": 2\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/quotes2/quote_product/add"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 25 Nov 2020 18:45:41 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=51np6c0pljp2cu4rvrpu6hm4t5; expires=Sat, 28-Nov-2020 18:45:41 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"Set-Cookie","value":"customer_group=0; expires=Sat, 28-Nov-2020 18:45:41 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"true"}],"_postman_id":"84377e59-10c2-4901-b352-989037c8d8c6"}],"id":"b0494307-f147-41d8-883d-1e8865cd4153","_postman_id":"b0494307-f147-41d8-883d-1e8865cd4153","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}}},{"name":"Customer","item":[{"name":"Set","id":"7877fe01-ef91-4b41-8748-4ddd01eaff35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"quoteId\": \"113\",\n    \"customerData\": {\n        \"firstname\": \"Guest\",\n        \"lastname\": \"Customer\",\n        \"email\": \"test@zoey.com\",\n        \"mode\": \"guest\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/quotes2/quote_customer","description":"<p>Each quote requires either a guest or existing customer.</p>\n<h3 id=\"existing-customer\">Existing Customer</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>customerData</code></th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>mode</code></td>\n<td>Use <code>customer</code> when setting an existing customer.</td>\n</tr>\n<tr>\n<td><code>customer_id</code></td>\n<td>ID of existing customer.</td>\n</tr>\n<tr>\n<td><code>group_id</code></td>\n<td>ID of Customer Group to set on the quote.</td>\n</tr>\n<tr>\n<td><code>company_location_id</code></td>\n<td>ID of of Account Location to be uesd for this customer. Set to <code>null</code> to remove Account.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"guest-customer\">Guest Customer</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>customerData</code></th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>mode</code></td>\n<td>Use <code>guest</code> when setting a guest customer.</td>\n</tr>\n<tr>\n<td><code>group_id</code></td>\n<td>ID of Customer Group to set on the quote.</td>\n</tr>\n<tr>\n<td><code>firstname</code></td>\n<td>First name of customer. (Required is configured on the customer attribute.)</td>\n</tr>\n<tr>\n<td><code>lastname</code></td>\n<td>Last name of customer. (Required is configured on the customer attribute.)</td>\n</tr>\n<tr>\n<td><code>taxvat</code></td>\n<td>Tax/VAT value. (Required is configured on the customer attribute.)</td>\n</tr>\n<tr>\n<td><code>email</code></td>\n<td>Email Address of customer. (Required)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["quotes2","quote_customer"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[{"id":"43049eac-0fcc-4558-a865-e217ce58f9da","name":"Set Guest Customer","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"quoteId\": \"113\",\n    \"customerData\": {\n        \"firstname\": \"Guest\",\n        \"lastname\": \"Customer\",\n        \"email\": \"test@zoey.com\",\n        \"mode\": \"guest\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/quotes2/quote_customer"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 25 Nov 2020 19:25:17 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=51np6c0pljp2cu4rvrpu6hm4t5; expires=Sat, 28-Nov-2020 19:25:17 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"Set-Cookie","value":"customer_group=0; expires=Sat, 28-Nov-2020 19:25:17 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":null},{"id":"a598b1bd-8903-4338-920a-691b7ac74458","name":"Set Existing Customer","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"quoteId\": \"113\",\n    \"customerData\": {\n        \"customer_id\": \"1\",\n        \"firstname\": \"Zoey\",\n        \"lastname\": \"Test Customer\",\n        \"email\": \"test@zoey.com\",\n        \"mode\": \"customer\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/quotes2/quote_customer"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 25 Nov 2020 18:52:32 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=51np6c0pljp2cu4rvrpu6hm4t5; expires=Sat, 28-Nov-2020 18:52:32 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"Set-Cookie","value":"customer_group=0; expires=Sat, 28-Nov-2020 18:52:32 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"7877fe01-ef91-4b41-8748-4ddd01eaff35"}],"id":"a61d45c0-4180-4e12-a907-0d08d6106a83","_postman_id":"a61d45c0-4180-4e12-a907-0d08d6106a83","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}}},{"name":"Address","item":[{"name":"Set","id":"5175e6b2-311d-4ead-87d5-5cf08ffbde94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"quoteId\": \"113\",\n    \"customerAddressData\": [\n        {\n            \"mode\": \"billing\",\n            \"address_id\": \"1\"\n        },\n        {\n            \"mode\": \"shipping\",\n            \"address_id\": \"1\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/quotes2/quote_addresses","description":"<h2 id=\"new-address\">New Address</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>addressData</code></th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>mode</code></td>\n<td><code>billing</code> or <code>shipping</code></td>\n</tr>\n<tr>\n<td><code>firstname</code></td>\n<td>First name on address.</td>\n</tr>\n<tr>\n<td><code>lastname</code></td>\n<td>Last name on address.</td>\n</tr>\n<tr>\n<td><code>company</code></td>\n<td>Company name for address. Unrelated to Zoey Company objects.</td>\n</tr>\n<tr>\n<td><code>street</code></td>\n<td>Street address. Use multiple lines for apartment, unit, floor number, etc...</td>\n</tr>\n<tr>\n<td><code>city</code></td>\n<td>City for address.</td>\n</tr>\n<tr>\n<td><code>region_id</code></td>\n<td>Region ID of state or province being used.</td>\n</tr>\n<tr>\n<td><code>region</code></td>\n<td>For countries that do not use Region dropdowns, provide text of address region. Not used when region_id is present.</td>\n</tr>\n<tr>\n<td><code>postcode</code></td>\n<td>Zip/Post code for address.</td>\n</tr>\n<tr>\n<td><code>country_id</code></td>\n<td>Text abbreviation for country in use (US, UK), etc...</td>\n</tr>\n<tr>\n<td><code>telephone</code></td>\n<td>Phone number for address.</td>\n</tr>\n<tr>\n<td><code>fax</code></td>\n<td>Fax number for address.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"existing-address\">Existing Address</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>addressData</code></th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>mode</code></td>\n<td><code>billing</code> or <code>shipping</code></td>\n</tr>\n<tr>\n<td><code>address_id</code></td>\n<td>ID of existing address.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["quotes2","quote_addresses"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[{"id":"c8038cab-c035-4f53-bd6d-8124d9b304df","name":"Set Address","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"quoteId\": \"113\",\n    \"customerAddressData\": [\n        {\n            \"mode\": \"billing\",\n            \"address_id\": \"1\"\n        },\n        {\n            \"mode\": \"shipping\",\n            \"address_id\": \"1\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/quotes2/quote_addresses"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 25 Nov 2020 18:58:25 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=51np6c0pljp2cu4rvrpu6hm4t5; expires=Sat, 28-Nov-2020 18:58:24 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"Set-Cookie","value":"customer_group=0; expires=Sat, 28-Nov-2020 18:58:24 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"5175e6b2-311d-4ead-87d5-5cf08ffbde94"}],"id":"39e064b4-0c3a-4548-af77-a2ca4e5f8716","_postman_id":"39e064b4-0c3a-4548-af77-a2ca4e5f8716","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}}},{"name":"Attributes","item":[{"name":"Set","id":"b4231854-05a5-41cb-a741-2afdd30c045e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"quoteId","value":"1105","type":"text"},{"key":"attributeData[custom_attribute_type_text]","value":"This is an example text value.","type":"text","description":"<p>Text type attributes value must be a string.</p>\n"},{"key":"attributeData[custom_attribute_type_textarea]","value":"This is an example textarea value.","type":"text","description":"<p>Textarea type attributes value must be a string.</p>\n"},{"key":"attributeData[custom_attribute_type_boolean]","value":"1","type":"text","description":"<p>Boolean type attributes value must be a string 1 or 0</p>\n"},{"key":"attributeData[custom_attribute_type_multiselect]","value":"100,101","type":"text","description":"<p>Multiselect type attributes value must be a comma separated string of option value ids. Ex: 100, 101, 102</p>\n"},{"key":"attributeData[custom_attribute_type_select]","value":"102","type":"text","description":"<p>Select type attributes value must be an option value id.</p>\n"},{"key":"attributeData[custom_attribute_type_date]","value":"2022-01-01","type":"text","description":"<p>Date type attributes value must be formatted like YYYY-MM-DD</p>\n"},{"key":"attributeData[custom_attribute_type_time]","value":"13:01","type":"text","description":"<p>Time type attributes value must be formatted like HH:MM (24 hr format)</p>\n"},{"key":"attributeData[custom_attribute_type_datetime]","value":"2022-01-01T13:01","type":"text","description":"<p>Datetime type attributes value must be formatted like YYYY-MM-DDTHH:MM (24 hr format for HH)</p>\n"},{"key":"attributeData[custom_attribute_type_file]","description":"<p>File type attribute value will post the file. Must use valid \"form-data\" Content-Type Header to post files.</p>\n","type":"file","src":"/Users/dondesroches/Pictures/msrp.jpg"}]},"url":"https://container-url.zoeysite.com/api/rest/quotes2/quote_attributes","description":"<p>Used to set values of custom quote attribute values.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["quotes2","quote_attributes"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[{"id":"75b7ad09-28a4-4c33-b993-bc92f2c9875e","name":"Set Attributes","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"quoteId\": \"113\",\n    \"attributeData\": {\n        \"product_availability\": \"43\",\n        \"date\": \"2022-01-01\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/quotes2/quote_attributes"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 25 Nov 2020 20:18:48 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=51np6c0pljp2cu4rvrpu6hm4t5; expires=Sat, 28-Nov-2020 20:18:48 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"b4231854-05a5-41cb-a741-2afdd30c045e"}],"id":"c5c30ed3-fa56-42c4-9b33-b3cbb5c33808","_postman_id":"c5c30ed3-fa56-42c4-9b33-b3cbb5c33808","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}}},{"name":"Totals","item":[{"name":"Get","id":"9aaabe65-1721-4387-a618-ab9edd916f67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/quotes2/quote_totals?id=113","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["quotes2","quote_totals"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[{"description":{"content":"<p>Quote ID. ( Required )</p>\n","type":"text/plain"},"key":"id","value":"113"}],"variable":[]}},"response":[{"id":"6d9d6b1b-6dee-4c53-9f7c-9e82e1965a45","name":"Get Totals","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://container-url.zoeysite.com/api/rest/quotes2/quote_totals?id=113","host":["https://container-url.zoeysite.com/api/rest"],"path":["quotes2","quote_totals"],"query":[{"key":"id","value":"113"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 25 Nov 2020 19:15:27 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=51np6c0pljp2cu4rvrpu6hm4t5; expires=Sat, 28-Nov-2020 19:15:27 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"Set-Cookie","value":"customer_group=0; expires=Sat, 28-Nov-2020 19:15:27 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"title\": \"Subtotal\",\n        \"amount\": 136.36\n    },\n    {\n        \"title\": \"Discount\",\n        \"amount\": 0\n    },\n    {\n        \"title\": \"Gift Card\",\n        \"amount\": 0\n    },\n    {\n        \"title\": \"Shipping & Handling (Flat Rate 1 - Standard Shipping)\",\n        \"amount\": \"5.0000\"\n    },\n    {\n        \"title\": \"Tax\",\n        \"amount\": \"13.6400\"\n    },\n    {\n        \"title\": \"Grand Total\",\n        \"amount\": 155\n    }\n]"}],"_postman_id":"9aaabe65-1721-4387-a618-ab9edd916f67"}],"id":"356ecf10-c00a-4ba2-89d1-79464ad900bf","_postman_id":"356ecf10-c00a-4ba2-89d1-79464ad900bf","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}}},{"name":"Signature","item":[{"name":"Create","id":"8fd8585f-d757-4ffb-b7e4-6157a2c6cf6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"quoteId","value":"28","description":"<p>ID of quote. ( Required )</p>\n","type":"text"},{"key":"file_content","description":"<p>File being uploaded as customer signature. (Required)</p>\n","type":"file","src":"customer_signature.png"},{"key":"file_mime_type","value":"image/png","description":"<p>File mime_type of image file. Must match file_content mime_type. (Required)</p>\n","type":"text"}]},"url":"https://container-url.zoeysite.com/api/rest/quotes2/customer_signature","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["quotes2","customer_signature"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[],"_postman_id":"8fd8585f-d757-4ffb-b7e4-6157a2c6cf6e"},{"name":"Get","id":"1ebec9ee-3d8d-4182-bb2e-004a8dd5da44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/quotes2/customer_signature?id=28","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["quotes2","customer_signature"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[{"description":{"content":"<p>ID of quote. ( Required )</p>\n","type":"text/plain"},"key":"id","value":"28"}],"variable":[]}},"response":[],"_postman_id":"1ebec9ee-3d8d-4182-bb2e-004a8dd5da44"}],"id":"9fbaae83-b9b5-4941-84d5-c3484b9b8404","_postman_id":"9fbaae83-b9b5-4941-84d5-c3484b9b8404","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}}},{"name":"Orders","item":[{"name":"Get","id":"0d342909-02d1-45d3-9df8-505cb1f4a256","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/quotes2/orders?quote_id=91","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["quotes2","orders"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[{"key":"quote_id","value":"91"}],"variable":[]}},"response":[{"id":"4ed9b8e7-8967-4d90-9ed9-821a8e635878","name":"Get","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://container-url.zoeysite.com/api/rest/quotes2/orders?quote_id=91","host":["https://container-url.zoeysite.com/api/rest"],"path":["quotes2","orders"],"query":[{"key":"quote_id","value":"91"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 16 Nov 2021 19:18:24 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=rctkjqstlqcr9ijtqn5ukgt4e4; expires=Fri, 19-Nov-2021 19:18:24 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"Set-Cookie","value":"customer_group=3; expires=Fri, 19-Nov-2021 19:18:24 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"entity_id\": \"36\",\n        \"increment_id\": \"100000037\",\n        \"created_at\": \"2019-08-29 13:27:43\",\n        \"created_by\": \"test@zoey.com\"\n    }\n]"}],"_postman_id":"0d342909-02d1-45d3-9df8-505cb1f4a256"}],"id":"6b32ec60-494d-4ff2-91e7-8e0e445c85a8","description":"<p>Return a collection of orders created from this quote.</p>\n","_postman_id":"6b32ec60-494d-4ff2-91e7-8e0e445c85a8","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}}},{"name":"Get","id":"99f74607-8754-4f55-bbea-4facb07f0572","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/quotes2/quotes?quote_id=113","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["quotes2","quotes"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[{"description":{"content":"<p>ID of quote to fetch info for. ( Required )</p>\n","type":"text/plain"},"key":"quote_id","value":"113"}],"variable":[]}},"response":[{"id":"47a0efaf-a32b-431e-9986-42094dec5c4e","name":"Get","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://container-url.zoeysite.com/api/rest/quotes2/quotes?quote_id=113","host":["https://container-url.zoeysite.com/api/rest"],"path":["quotes2","quotes"],"query":[{"key":"quote_id","value":"113"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 25 Nov 2020 19:14:05 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=51np6c0pljp2cu4rvrpu6hm4t5; expires=Sat, 28-Nov-2020 19:14:04 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"Set-Cookie","value":"customer_group=0; expires=Sat, 28-Nov-2020 19:14:04 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"is_active\": \"0\",\n        \"state\": null,\n        \"status\": null,\n        \"zoey_quote_status\": \"2\",\n        \"coupon_code\": null,\n        \"protect_code\": null,\n        \"shipping_description\": null,\n        \"is_virtual\": null,\n        \"items_count\": \"1\",\n        \"items_qty\": \"2.0000\",\n        \"store_id\": \"0\",\n        \"customer_id\": \"1\",\n        \"base_discount_amount\": \"0.0000\",\n        \"base_discount_canceled\": null,\n        \"base_discount_invoiced\": null,\n        \"base_discount_refunded\": null,\n        \"base_grand_total\": \"155.0000\",\n        \"base_shipping_amount\": \"5.0000\",\n        \"base_shipping_canceled\": null,\n        \"base_shipping_invoiced\": null,\n        \"base_shipping_refunded\": null,\n        \"base_shipping_tax_amount\": null,\n        \"base_shipping_tax_refunded\": null,\n        \"base_subtotal\": \"136.3600\",\n        \"base_subtotal_canceled\": null,\n        \"base_subtotal_invoiced\": null,\n        \"base_subtotal_refunded\": null,\n        \"base_tax_amount\": \"13.6400\",\n        \"base_tax_canceled\": null,\n        \"base_tax_invoiced\": null,\n        \"base_tax_refunded\": null,\n        \"base_to_global_rate\": \"1.0000\",\n        \"base_to_order_rate\": null,\n        \"base_total_canceled\": null,\n        \"base_total_invoiced\": null,\n        \"base_total_invoiced_cost\": null,\n        \"base_total_offline_refunded\": null,\n        \"base_total_online_refunded\": null,\n        \"base_total_paid\": null,\n        \"base_total_qty_ordered\": null,\n        \"base_total_refunded\": null,\n        \"discount_amount\": \"0.0000\",\n        \"discount_canceled\": null,\n        \"discount_invoiced\": null,\n        \"discount_refunded\": null,\n        \"grand_total\": \"155.0000\",\n        \"shipping_amount\": \"5.0000\",\n        \"shipping_canceled\": null,\n        \"shipping_invoiced\": null,\n        \"shipping_refunded\": null,\n        \"shipping_tax_amount\": null,\n        \"shipping_tax_refunded\": null,\n        \"store_to_base_rate\": \"1.0000\",\n        \"store_to_order_rate\": null,\n        \"subtotal\": \"136.3600\",\n        \"subtotal_canceled\": null,\n        \"subtotal_invoiced\": null,\n        \"subtotal_refunded\": null,\n        \"tax_amount\": \"13.6400\",\n        \"tax_canceled\": null,\n        \"tax_invoiced\": null,\n        \"tax_refunded\": null,\n        \"total_canceled\": null,\n        \"total_invoiced\": null,\n        \"total_offline_refunded\": null,\n        \"total_online_refunded\": null,\n        \"total_paid\": null,\n        \"total_qty_ordered\": null,\n        \"total_refunded\": null,\n        \"can_ship_partially\": null,\n        \"can_ship_partially_item\": null,\n        \"customer_is_guest\": null,\n        \"customer_note_notify\": null,\n        \"billing_address_id\": null,\n        \"customer_group_id\": \"1\",\n        \"edit_increment\": null,\n        \"email_sent\": null,\n        \"forced_shipment_with_invoice\": null,\n        \"payment_auth_expiration\": null,\n        \"quote_address_id\": null,\n        \"quote_id\": \"113\",\n        \"shipping_address_id\": null,\n        \"adjustment_negative\": null,\n        \"adjustment_positive\": null,\n        \"base_adjustment_negative\": null,\n        \"base_adjustment_positive\": null,\n        \"base_shipping_discount_amount\": null,\n        \"base_subtotal_incl_tax\": null,\n        \"base_total_due\": null,\n        \"payment_authorization_amount\": null,\n        \"shipping_discount_amount\": null,\n        \"subtotal_incl_tax\": null,\n        \"total_due\": null,\n        \"weight\": null,\n        \"customer_dob\": null,\n        \"increment_id\": \"000000115\",\n        \"applied_rule_ids\": null,\n        \"base_currency_code\": \"USD\",\n        \"customer_email\": \"test@zoey.com\",\n        \"customer_firstname\": \"Zoey's test\",\n        \"customer_lastname\": \"customer\",\n        \"customer_middlename\": null,\n        \"customer_prefix\": null,\n        \"customer_suffix\": null,\n        \"customer_taxvat\": \"123445\",\n        \"customer_company\": null,\n        \"customer_phone\": null,\n        \"discount_description\": null,\n        \"ext_customer_id\": null,\n        \"ext_order_id\": null,\n        \"global_currency_code\": \"USD\",\n        \"hold_before_state\": null,\n        \"hold_before_status\": null,\n        \"quote_currency_code\": \"USD\",\n        \"original_increment_id\": null,\n        \"relation_child_id\": null,\n        \"relation_child_real_id\": null,\n        \"relation_parent_id\": null,\n        \"relation_parent_real_id\": null,\n        \"remote_ip\": null,\n        \"shipping_method\": null,\n        \"store_currency_code\": \"USD\",\n        \"store_name\": null,\n        \"x_forwarded_for\": null,\n        \"customer_note\": null,\n        \"created_at\": \"2020-11-25 18:41:02\",\n        \"updated_at\": \"2020-11-25 19:12:43\",\n        \"total_item_count\": \"0\",\n        \"customer_gender\": null,\n        \"hidden_tax_amount\": null,\n        \"base_hidden_tax_amount\": null,\n        \"shipping_hidden_tax_amount\": null,\n        \"base_shipping_hidden_tax_amnt\": null,\n        \"hidden_tax_invoiced\": null,\n        \"base_hidden_tax_invoiced\": null,\n        \"hidden_tax_refunded\": null,\n        \"base_hidden_tax_refunded\": null,\n        \"shipping_incl_tax\": null,\n        \"base_shipping_incl_tax\": null,\n        \"quote_name\": \"API Quote\",\n        \"quote_comments\": null,\n        \"can_expire\": \"1\",\n        \"expiration_date\": \"2020-12-25 19:12:43\",\n        \"expired_at\": null,\n        \"is_expired\": \"0\",\n        \"can_reminder\": \"0\",\n        \"reminder_date\": null,\n        \"reminder_sent_date\": null,\n        \"quote_created_by\": \"don@zoey.com\",\n        \"base_giftcard_discount\": \"0.0000\",\n        \"giftcard_discount\": \"0.0000\",\n        \"giftcard_code\": null,\n        \"can_user_edit_items\": \"1\",\n        \"can_user_edit_address\": \"1\",\n        \"can_user_edit_shipping_method\": \"1\",\n        \"can_user_add_comments\": \"1\",\n        \"can_user_change_name\": \"1\",\n        \"can_user_convert_to_order_multiple_times\": \"0\",\n        \"send_email_on_storefront_change\": \"0\",\n        \"hide_price_from_customer\": \"0\",\n        \"hide_qty_from_customer\": \"0\",\n        \"can_view_discount\": \"1\",\n        \"can_view_discount_code\": \"1\",\n        \"quote_created_from\": \"API\",\n        \"submitted_at\": \"2020-11-25 19:12:43\",\n        \"customer_tax_class_id\": \"3\",\n        \"customer_tax_class_id_overwrite\": \"0\",\n        \"gift_message_id\": null,\n        \"is_editing\": \"0\",\n        \"zoey_bcc_emails\": null,\n        \"custom_increment_id\": null,\n        \"custom_discount_info\": null,\n        \"trigger_recollect\": \"0\",\n        \"reserved_order_id\": \"000000115\",\n        \"_sales_reps_loaded\": true,\n        \"sales_rep_user_id\": \"\",\n        \"shipping_address\": {\n            \"address_id\": null,\n            \"quote_id\": \"113\",\n            \"created_at\": \"2020-11-25 18:41:02\",\n            \"updated_at\": \"2020-11-25 19:12:43\",\n            \"customer_id\": \"1\",\n            \"save_in_address_book\": \"0\",\n            \"customer_address_id\": \"1\",\n            \"address_type\": \"shipping\",\n            \"email\": \"test@zoey.com\",\n            \"prefix\": null,\n            \"firstname\": \"Donald\",\n            \"middlename\": null,\n            \"lastname\": \"Desroches\",\n            \"suffix\": null,\n            \"company\": \"1986\",\n            \"street\": \"25-25 Astoria Blvd.\\n5E\",\n            \"city\": \"Astoria\",\n            \"region\": \"New York\",\n            \"region_id\": \"43\",\n            \"postcode\": \"11102\",\n            \"country_id\": \"US\",\n            \"telephone\": \"5154481564\",\n            \"fax\": null,\n            \"same_as_billing\": \"0\",\n            \"free_shipping\": \"0\",\n            \"collect_shipping_rates\": \"0\",\n            \"shipping_method\": \"flatrate_flatrate\",\n            \"shipping_description\": \"Flat Rate 1 - Standard Shipping\",\n            \"weight\": \"50.0000\",\n            \"subtotal\": \"136.3600\",\n            \"base_subtotal\": \"136.3600\",\n            \"subtotal_with_discount\": \"0.0000\",\n            \"base_subtotal_with_discount\": \"0.0000\",\n            \"tax_amount\": \"13.6400\",\n            \"base_tax_amount\": \"13.6400\",\n            \"shipping_amount\": \"5.0000\",\n            \"base_shipping_amount\": \"5.0000\",\n            \"shipping_tax_amount\": \"0.0000\",\n            \"base_shipping_tax_amount\": \"0.0000\",\n            \"discount_amount\": \"0.0000\",\n            \"base_discount_amount\": \"0.0000\",\n            \"grand_total\": \"155.0000\",\n            \"base_grand_total\": \"155.0000\",\n            \"customer_notes\": null,\n            \"applied_taxes\": \"a:1:{s:7:\\\"Default\\\";a:6:{s:5:\\\"rates\\\";a:1:{i:0;a:6:{s:4:\\\"code\\\";s:7:\\\"Default\\\";s:5:\\\"title\\\";s:7:\\\"Default\\\";s:7:\\\"percent\\\";d:10;s:8:\\\"position\\\";s:1:\\\"0\\\";s:8:\\\"priority\\\";s:1:\\\"0\\\";s:7:\\\"rule_id\\\";s:1:\\\"1\\\";}}s:7:\\\"percent\\\";d:10;s:2:\\\"id\\\";s:7:\\\"Default\\\";s:7:\\\"process\\\";i:0;s:6:\\\"amount\\\";d:13.640000000000001;s:11:\\\"base_amount\\\";d:13.640000000000001;}}\",\n            \"discount_description\": null,\n            \"shipping_discount_amount\": \"0.0000\",\n            \"base_shipping_discount_amount\": \"0.0000\",\n            \"subtotal_incl_tax\": \"150.0000\",\n            \"base_subtotal_incl_tax\": \"150.0000\",\n            \"base_subtotal_total_incl_tax\": null,\n            \"hidden_tax_amount\": \"0.0000\",\n            \"base_hidden_tax_amount\": \"0.0000\",\n            \"shipping_hidden_tax_amount\": \"0.0000\",\n            \"base_shipping_hidden_tax_amnt\": null,\n            \"shipping_incl_tax\": \"5.0000\",\n            \"base_shipping_incl_tax\": \"5.0000\",\n            \"vat_id\": null,\n            \"vat_is_valid\": null,\n            \"vat_request_id\": null,\n            \"vat_request_date\": null,\n            \"vat_request_success\": null,\n            \"gift_message_id\": null,\n            \"uses_custom_shipping\": \"0\",\n            \"custom_shipping_price\": null,\n            \"base_custom_shipping_price\": null,\n            \"custom_shipping_description\": null,\n            \"zoey_shipping_type\": null,\n            \"liftgate_required\": \"0\",\n            \"notify_required\": \"0\",\n            \"inside_delivery\": \"0\",\n            \"destination_type\": null,\n            \"freight_quote_id\": null,\n            \"customer_carrier\": null,\n            \"customer_carrier_ph\": null,\n            \"customer_carrier_account\": null,\n            \"limited_delivery\": null,\n            \"time_slot\": null,\n            \"pickup_location\": null,\n            \"pickup_latitude\": null,\n            \"pickup_longitude\": null,\n            \"pickup_preselected\": \"0\",\n            \"pickup_email\": null,\n            \"pickup_contact\": null,\n            \"pickup_email_option\": null,\n            \"pickup_location_id\": null,\n            \"orig_shipping_address\": null,\n            \"is_checkout\": \"0\",\n            \"dispatch_date\": null,\n            \"delivery_date\": null,\n            \"carrier_id\": null,\n            \"carrier_type\": null,\n            \"carriergroup\": null,\n            \"carriergroup_id\": null,\n            \"carriergroup_shipping_details\": null,\n            \"carriergroup_shipping_html\": null,\n            \"checkout_display_merged\": \"1\",\n            \"split_rates\": \"0\",\n            \"shq_delivery_comments\": null,\n            \"address_valid\": null\n        },\n        \"billing_address\": {\n            \"address_id\": null,\n            \"quote_id\": \"113\",\n            \"created_at\": \"2020-11-25 18:45:41\",\n            \"updated_at\": \"2020-11-25 19:12:43\",\n            \"customer_id\": \"1\",\n            \"save_in_address_book\": \"0\",\n            \"customer_address_id\": \"1\",\n            \"address_type\": \"billing\",\n            \"email\": \"test@zoey.com\",\n            \"prefix\": null,\n            \"firstname\": \"Donald\",\n            \"middlename\": null,\n            \"lastname\": \"Desroches\",\n            \"suffix\": null,\n            \"company\": \"1986\",\n            \"street\": \"25-25 Astoria Blvd.\\n5E\",\n            \"city\": \"Astoria\",\n            \"region\": \"New York\",\n            \"region_id\": \"43\",\n            \"postcode\": \"11102\",\n            \"country_id\": \"US\",\n            \"telephone\": \"5154481564\",\n            \"fax\": null,\n            \"same_as_billing\": \"0\",\n            \"free_shipping\": \"0\",\n            \"collect_shipping_rates\": \"0\",\n            \"shipping_method\": null,\n            \"shipping_description\": null,\n            \"weight\": \"0.0000\",\n            \"subtotal\": \"0.0000\",\n            \"base_subtotal\": \"0.0000\",\n            \"subtotal_with_discount\": \"0.0000\",\n            \"base_subtotal_with_discount\": \"0.0000\",\n            \"tax_amount\": \"0.0000\",\n            \"base_tax_amount\": \"0.0000\",\n            \"shipping_amount\": \"0.0000\",\n            \"base_shipping_amount\": \"0.0000\",\n            \"shipping_tax_amount\": \"0.0000\",\n            \"base_shipping_tax_amount\": \"0.0000\",\n            \"discount_amount\": \"0.0000\",\n            \"base_discount_amount\": \"0.0000\",\n            \"grand_total\": \"0.0000\",\n            \"base_grand_total\": \"0.0000\",\n            \"customer_notes\": null,\n            \"applied_taxes\": \"a:0:{}\",\n            \"discount_description\": null,\n            \"shipping_discount_amount\": null,\n            \"base_shipping_discount_amount\": null,\n            \"subtotal_incl_tax\": \"0.0000\",\n            \"base_subtotal_incl_tax\": \"0.0000\",\n            \"base_subtotal_total_incl_tax\": null,\n            \"hidden_tax_amount\": null,\n            \"base_hidden_tax_amount\": null,\n            \"shipping_hidden_tax_amount\": null,\n            \"base_shipping_hidden_tax_amnt\": null,\n            \"shipping_incl_tax\": \"0.0000\",\n            \"base_shipping_incl_tax\": \"0.0000\",\n            \"vat_id\": null,\n            \"vat_is_valid\": null,\n            \"vat_request_id\": null,\n            \"vat_request_date\": null,\n            \"vat_request_success\": null,\n            \"gift_message_id\": null,\n            \"uses_custom_shipping\": \"0\",\n            \"custom_shipping_price\": null,\n            \"base_custom_shipping_price\": null,\n            \"custom_shipping_description\": null,\n            \"zoey_shipping_type\": null,\n            \"liftgate_required\": \"0\",\n            \"notify_required\": \"0\",\n            \"inside_delivery\": \"0\",\n            \"destination_type\": null,\n            \"freight_quote_id\": null,\n            \"customer_carrier\": null,\n            \"customer_carrier_ph\": null,\n            \"customer_carrier_account\": null,\n            \"limited_delivery\": null,\n            \"time_slot\": null,\n            \"pickup_location\": null,\n            \"pickup_latitude\": null,\n            \"pickup_longitude\": null,\n            \"pickup_preselected\": \"0\",\n            \"pickup_email\": null,\n            \"pickup_contact\": null,\n            \"pickup_email_option\": null,\n            \"pickup_location_id\": null,\n            \"orig_shipping_address\": null,\n            \"is_checkout\": \"0\",\n            \"dispatch_date\": null,\n            \"delivery_date\": null,\n            \"carrier_id\": null,\n            \"carrier_type\": null,\n            \"carriergroup\": null,\n            \"carriergroup_id\": null,\n            \"carriergroup_shipping_details\": null,\n            \"carriergroup_shipping_html\": null,\n            \"checkout_display_merged\": \"1\",\n            \"split_rates\": \"0\",\n            \"shq_delivery_comments\": null,\n            \"address_valid\": null\n        },\n        \"items\": [\n            {\n                \"item_id\": \"197\",\n                \"quote_id\": \"113\",\n                \"created_at\": \"2020-11-25 18:45:41\",\n                \"updated_at\": \"2020-11-25 18:45:41\",\n                \"product_id\": \"118\",\n                \"store_id\": \"0\",\n                \"parent_item_id\": null,\n                \"is_virtual\": \"0\",\n                \"sku\": \"Simple-Sale\",\n                \"name\": \"Simple (Sale)\",\n                \"description\": null,\n                \"applied_rule_ids\": null,\n                \"additional_data\": null,\n                \"free_shipping\": \"0\",\n                \"is_qty_decimal\": \"0\",\n                \"no_discount\": \"0\",\n                \"weight\": \"25.0000\",\n                \"qty\": 2,\n                \"price\": \"68.1800\",\n                \"base_price\": \"68.1800\",\n                \"custom_price\": null,\n                \"discount_percent\": \"0.0000\",\n                \"discount_amount\": \"0.0000\",\n                \"base_discount_amount\": \"0.0000\",\n                \"tax_percent\": \"10.0000\",\n                \"tax_amount\": \"13.6400\",\n                \"base_tax_amount\": \"13.6400\",\n                \"row_total\": \"136.3600\",\n                \"base_row_total\": \"136.3600\",\n                \"row_total_with_discount\": \"0.0000\",\n                \"row_weight\": \"50.0000\",\n                \"product_type\": \"simple\",\n                \"base_tax_before_discount\": null,\n                \"tax_before_discount\": null,\n                \"original_custom_price\": null,\n                \"redirect_url\": null,\n                \"base_cost\": \"25.0000\",\n                \"price_incl_tax\": \"75.0000\",\n                \"base_price_incl_tax\": \"75.0000\",\n                \"row_total_incl_tax\": \"150.0000\",\n                \"base_row_total_incl_tax\": \"150.0000\",\n                \"hidden_tax_amount\": \"0.0000\",\n                \"base_hidden_tax_amount\": \"0.0000\",\n                \"gift_message_id\": null,\n                \"weee_tax_disposition\": \"0.0000\",\n                \"weee_tax_row_disposition\": \"0.0000\",\n                \"base_weee_tax_disposition\": \"0.0000\",\n                \"base_weee_tax_row_disposition\": \"0.0000\",\n                \"weee_tax_applied\": \"a:0:{}\",\n                \"weee_tax_applied_amount\": \"0.0000\",\n                \"weee_tax_applied_row_amount\": \"0.0000\",\n                \"base_weee_tax_applied_amount\": \"0.0000\",\n                \"base_weee_tax_applied_row_amnt\": null,\n                \"pickup_chosen\": null,\n                \"carriergroup\": null,\n                \"carriergroup_id\": null,\n                \"carriergroup_shipping\": null,\n                \"qty_options\": [],\n                \"tax_class_id\": \"2\",\n                \"is_recurring\": null,\n                \"has_error\": false\n            }\n        ],\n        \"payment\": {\n            \"payment_id\": null,\n            \"quote_id\": \"113\",\n            \"created_at\": \"2020-11-25 19:00:31\",\n            \"updated_at\": \"2020-11-25 19:00:31\",\n            \"method\": \"purchaseorder\",\n            \"cc_type\": null,\n            \"cc_number_enc\": null,\n            \"cc_last4\": null,\n            \"cc_cid_enc\": null,\n            \"cc_owner\": null,\n            \"cc_exp_month\": \"0\",\n            \"cc_exp_year\": \"0\",\n            \"cc_ss_owner\": null,\n            \"cc_ss_start_month\": \"0\",\n            \"cc_ss_start_year\": \"0\",\n            \"po_number\": \"PO-8675309\",\n            \"additional_data\": null,\n            \"cc_ss_issue\": null,\n            \"additional_information\": [],\n            \"paypal_payer_id\": null,\n            \"paypal_payer_status\": null,\n            \"paypal_correlation_id\": null,\n            \"pos_payment_info\": null,\n            \"sagepay_token_cc_id\": null,\n            \"repeat_code\": null,\n            \"cc_profile\": null,\n            \"save_card\": \"\",\n            \"fraud_action\": null,\n            \"fraud_codes\": null,\n            \"transaction_captured\": null,\n            \"beagle_score\": null,\n            \"beagle_verification\": null\n        },\n        \"zoey_quote_status_label\": \"Quote Pending\"\n    }\n]"}],"_postman_id":"99f74607-8754-4f55-bbea-4facb07f0572"},{"name":"Get All","id":"98e934e6-1906-4e2a-ac11-04463f2a3a68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/quotes2/quotes?is_active=1&zoey_quote_status[neq]=1&store_id=1&customer_id=1&customer_email=test@zoey.com&customer_group_id=0&increment_id=000000115&limit=10&page=2","description":"<p>You can filter this list by providing filter data in the request query.</p>\n<p>Filtering requires and attribute and a value. If the action is not present it will default to <code>=</code> or <code>eq</code>.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Action</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>eq</code></td>\n<td>string</td>\n<td>Is Equal To</td>\n</tr>\n<tr>\n<td><code>neq</code></td>\n<td>string</td>\n<td>Is NOT Equal To</td>\n</tr>\n<tr>\n<td><code>like</code></td>\n<td>string</td>\n<td>Is Like</td>\n</tr>\n<tr>\n<td><code>nlike</code></td>\n<td>string</td>\n<td>Is Not Like</td>\n</tr>\n<tr>\n<td><code>in</code></td>\n<td>array</td>\n<td>Is In</td>\n</tr>\n<tr>\n<td><code>nin</code></td>\n<td>array</td>\n<td>Is NOT In</td>\n</tr>\n<tr>\n<td><code>null</code></td>\n<td>boolean</td>\n<td>Is NULL</td>\n</tr>\n<tr>\n<td><code>notnull</code></td>\n<td>boolean</td>\n<td>Is NOT NULL</td>\n</tr>\n<tr>\n<td><code>gt</code></td>\n<td>string</td>\n<td>Is Greater Than</td>\n</tr>\n<tr>\n<td><code>gte</code></td>\n<td>string</td>\n<td>Is Greater Than OR Equal To</td>\n</tr>\n<tr>\n<td><code>lt</code></td>\n<td>string</td>\n<td>Is Less Than</td>\n</tr>\n<tr>\n<td><code>lte</code></td>\n<td>string</td>\n<td>Is Less Than OR Equal To</td>\n</tr>\n</tbody>\n</table>\n</div><p>How To Filter A Data Type in Query</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>DataType</th>\n<th>Query</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>string</td>\n<td>?increment_id=10000001&amp;email=<a href=\"mailto:test@zoey.com\">test@zoey.com</a></td>\n<td>Filter this collection where <code>increment_id</code> is equal to <code>10000001</code> and <code>email</code> is equal to <code>test@zoey.com</code> (Default)</td>\n</tr>\n<tr>\n<td>string</td>\n<td>?firstname[neq]=test</td>\n<td><code>firstname</code> does not equal test</td>\n</tr>\n<tr>\n<td>array</td>\n<td>?email[in][0]=<a href=\"mailto:test@example.com\">test@example.com</a>&amp;email[in][1]=<a href=\"mailto:test@zoey.com\">test@zoey.com</a></td>\n<td>Filter this collection where the email is either <code>test@example.com</code> or <code>test@zoey.com</code></td>\n</tr>\n<tr>\n<td>boolean</td>\n<td>?email[null]=true</td>\n<td>Filter this collection where the email is null.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["quotes2","quotes"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[{"description":{"content":"<p>1 or 0. Indicates whether a quote is currently in use by frontend customer. ( Optional )</p>\n","type":"text/plain"},"key":"is_active","value":"1"},{"description":{"content":"<p>The integer ID of the current status of the quote. See Quotes &gt; Quote Status Settings for a list of Quote Status IDs ( Optional )</p>\n","type":"text/plain"},"key":"zoey_quote_status[neq]","value":"1"},{"description":{"content":"<p>The integer ID of the store the quote is assigned to. ( Optional )</p>\n","type":"text/plain"},"key":"store_id","value":"1"},{"description":{"content":"<p>The integer ID of the customer set on the quote. ( Optional )</p>\n","type":"text/plain"},"key":"customer_id","value":"1"},{"description":{"content":"<p>The email address on the quote ( Optional )</p>\n","type":"text/plain"},"key":"customer_email","value":"test@zoey.com"},{"description":{"content":"<p>The integer ID of the customer group set on the quote. ( Optional )</p>\n","type":"text/plain"},"key":"customer_group_id","value":"0"},{"description":{"content":"<p>Customer facing quote number. Typically automatically generated but can be manually set by admin users. ( Optional )</p>\n","type":"text/plain"},"key":"increment_id","value":"000000115"},{"description":{"content":"<p>Limit the response.</p>\n","type":"text/plain"},"key":"limit","value":"10"},{"description":{"content":"<p>Paginate the response.</p>\n","type":"text/plain"},"key":"page","value":"2"}],"variable":[]}},"response":[{"id":"8ff289c2-e283-4041-a44c-614e9e6e4f10","name":"GetAll","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://container-url.zoeysite.com/api/rest/quotes2/quotes?is_active=1&store_id=1&zoey_quote_status=1","host":["https://container-url.zoeysite.com/api/rest"],"path":["quotes2","quotes"],"query":[{"key":"is_active","value":"1","type":"text"},{"key":"store_id","value":"1","type":"text"},{"key":"zoey_quote_status","value":"1","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 25 Nov 2020 18:48:14 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=51np6c0pljp2cu4rvrpu6hm4t5; expires=Sat, 28-Nov-2020 18:48:13 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"Set-Cookie","value":"customer_group=0; expires=Sat, 28-Nov-2020 18:48:13 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"is_active\": \"1\",\n        \"state\": null,\n        \"status\": null,\n        \"zoey_quote_status\": \"1\",\n        \"coupon_code\": null,\n        \"protect_code\": null,\n        \"shipping_description\": null,\n        \"is_virtual\": null,\n        \"items_count\": \"0\",\n        \"items_qty\": \"0.0000\",\n        \"store_id\": \"1\",\n        \"customer_id\": \"1\",\n        \"base_discount_amount\": \"0.0000\",\n        \"base_discount_canceled\": null,\n        \"base_discount_invoiced\": null,\n        \"base_discount_refunded\": null,\n        \"base_grand_total\": \"0.0000\",\n        \"base_shipping_amount\": \"0.0000\",\n        \"base_shipping_canceled\": null,\n        \"base_shipping_invoiced\": null,\n        \"base_shipping_refunded\": null,\n        \"base_shipping_tax_amount\": null,\n        \"base_shipping_tax_refunded\": null,\n        \"base_subtotal\": \"0.0000\",\n        \"base_subtotal_canceled\": null,\n        \"base_subtotal_invoiced\": null,\n        \"base_subtotal_refunded\": null,\n        \"base_tax_amount\": \"0.0000\",\n        \"base_tax_canceled\": null,\n        \"base_tax_invoiced\": null,\n        \"base_tax_refunded\": null,\n        \"base_to_global_rate\": \"1.0000\",\n        \"base_to_order_rate\": null,\n        \"base_total_canceled\": null,\n        \"base_total_invoiced\": null,\n        \"base_total_invoiced_cost\": null,\n        \"base_total_offline_refunded\": null,\n        \"base_total_online_refunded\": null,\n        \"base_total_paid\": null,\n        \"base_total_qty_ordered\": null,\n        \"base_total_refunded\": null,\n        \"discount_amount\": \"0.0000\",\n        \"discount_canceled\": null,\n        \"discount_invoiced\": null,\n        \"discount_refunded\": null,\n        \"grand_total\": \"0.0000\",\n        \"shipping_amount\": \"0.0000\",\n        \"shipping_canceled\": null,\n        \"shipping_invoiced\": null,\n        \"shipping_refunded\": null,\n        \"shipping_tax_amount\": null,\n        \"shipping_tax_refunded\": null,\n        \"store_to_base_rate\": \"1.0000\",\n        \"store_to_order_rate\": null,\n        \"subtotal\": \"0.0000\",\n        \"subtotal_canceled\": null,\n        \"subtotal_invoiced\": null,\n        \"subtotal_refunded\": null,\n        \"tax_amount\": \"0.0000\",\n        \"tax_canceled\": null,\n        \"tax_invoiced\": null,\n        \"tax_refunded\": null,\n        \"total_canceled\": null,\n        \"total_invoiced\": null,\n        \"total_offline_refunded\": null,\n        \"total_online_refunded\": null,\n        \"total_paid\": null,\n        \"total_qty_ordered\": null,\n        \"total_refunded\": null,\n        \"can_ship_partially\": null,\n        \"can_ship_partially_item\": null,\n        \"customer_is_guest\": null,\n        \"customer_note_notify\": null,\n        \"billing_address_id\": null,\n        \"customer_group_id\": \"1\",\n        \"edit_increment\": null,\n        \"email_sent\": null,\n        \"forced_shipment_with_invoice\": null,\n        \"payment_auth_expiration\": null,\n        \"quote_address_id\": null,\n        \"quote_id\": \"1\",\n        \"shipping_address_id\": null,\n        \"adjustment_negative\": null,\n        \"adjustment_positive\": null,\n        \"base_adjustment_negative\": null,\n        \"base_adjustment_positive\": null,\n        \"base_shipping_discount_amount\": null,\n        \"base_subtotal_incl_tax\": null,\n        \"base_total_due\": null,\n        \"payment_authorization_amount\": null,\n        \"shipping_discount_amount\": null,\n        \"subtotal_incl_tax\": null,\n        \"total_due\": null,\n        \"weight\": null,\n        \"customer_dob\": null,\n        \"increment_id\": \"000000001\",\n        \"applied_rule_ids\": null,\n        \"base_currency_code\": \"EUR\",\n        \"customer_email\": \"test@zoey.com\",\n        \"customer_firstname\": \"Zoey's test\",\n        \"customer_lastname\": \"customer\",\n        \"customer_middlename\": null,\n        \"customer_prefix\": null,\n        \"customer_suffix\": null,\n        \"customer_taxvat\": null,\n        \"customer_company\": null,\n        \"customer_phone\": null,\n        \"discount_description\": null,\n        \"ext_customer_id\": null,\n        \"ext_order_id\": null,\n        \"global_currency_code\": \"EUR\",\n        \"hold_before_state\": null,\n        \"hold_before_status\": null,\n        \"quote_currency_code\": \"USD\",\n        \"original_increment_id\": null,\n        \"relation_child_id\": null,\n        \"relation_child_real_id\": null,\n        \"relation_parent_id\": null,\n        \"relation_parent_real_id\": null,\n        \"remote_ip\": null,\n        \"shipping_method\": null,\n        \"store_currency_code\": \"EUR\",\n        \"store_name\": null,\n        \"x_forwarded_for\": null,\n        \"customer_note\": null,\n        \"created_at\": \"2019-02-21 15:16:06\",\n        \"updated_at\": \"2019-10-04 16:28:34\",\n        \"total_item_count\": \"0\",\n        \"customer_gender\": null,\n        \"hidden_tax_amount\": null,\n        \"base_hidden_tax_amount\": null,\n        \"shipping_hidden_tax_amount\": null,\n        \"base_shipping_hidden_tax_amnt\": null,\n        \"hidden_tax_invoiced\": null,\n        \"base_hidden_tax_invoiced\": null,\n        \"hidden_tax_refunded\": null,\n        \"base_hidden_tax_refunded\": null,\n        \"shipping_incl_tax\": null,\n        \"base_shipping_incl_tax\": null,\n        \"quote_name\": null,\n        \"quote_comments\": null,\n        \"can_expire\": \"0\",\n        \"expiration_date\": null,\n        \"expired_at\": null,\n        \"is_expired\": \"0\",\n        \"can_reminder\": \"0\",\n        \"reminder_date\": null,\n        \"reminder_sent_date\": null,\n        \"quote_created_by\": \"test@zoey.com\",\n        \"base_giftcard_discount\": \"0.0000\",\n        \"giftcard_discount\": \"0.0000\",\n        \"giftcard_code\": null,\n        \"can_user_edit_items\": \"1\",\n        \"can_user_edit_address\": \"1\",\n        \"can_user_edit_shipping_method\": \"1\",\n        \"can_user_add_comments\": \"1\",\n        \"can_user_change_name\": \"1\",\n        \"can_user_convert_to_order_multiple_times\": \"0\",\n        \"send_email_on_storefront_change\": \"1\",\n        \"hide_price_from_customer\": \"0\",\n        \"hide_qty_from_customer\": \"0\",\n        \"can_view_discount\": \"1\",\n        \"can_view_discount_code\": \"1\",\n        \"quote_created_from\": \"English (United States)\",\n        \"submitted_at\": null,\n        \"customer_tax_class_id\": \"3\",\n        \"customer_tax_class_id_overwrite\": \"0\",\n        \"gift_message_id\": null,\n        \"is_editing\": \"0\",\n        \"zoey_bcc_emails\": null,\n        \"custom_increment_id\": null,\n        \"custom_discount_info\": null,\n        \"trigger_recollect\": \"0\",\n        \"reserved_order_id\": \"000000001\",\n        \"_sales_reps_loaded\": true,\n        \"sales_rep_user_id\": \"\",\n        \"shipping_address\": {\n            \"address_id\": null,\n            \"quote_id\": \"1\",\n            \"created_at\": \"2019-02-21 15:16:06\",\n            \"updated_at\": \"2019-10-04 16:28:34\",\n            \"customer_id\": \"1\",\n            \"save_in_address_book\": \"0\",\n            \"customer_address_id\": null,\n            \"address_type\": \"shipping\",\n            \"email\": null,\n            \"prefix\": null,\n            \"firstname\": null,\n            \"middlename\": null,\n            \"lastname\": null,\n            \"suffix\": null,\n            \"company\": null,\n            \"street\": null,\n            \"city\": null,\n            \"region\": null,\n            \"region_id\": null,\n            \"postcode\": null,\n            \"country_id\": null,\n            \"telephone\": null,\n            \"fax\": null,\n            \"same_as_billing\": \"1\",\n            \"free_shipping\": \"0\",\n            \"collect_shipping_rates\": \"0\",\n            \"shipping_method\": null,\n            \"shipping_description\": null,\n            \"weight\": \"0.0000\",\n            \"subtotal\": \"0.0000\",\n            \"base_subtotal\": \"0.0000\",\n            \"subtotal_with_discount\": \"0.0000\",\n            \"base_subtotal_with_discount\": \"0.0000\",\n            \"tax_amount\": \"0.0000\",\n            \"base_tax_amount\": \"0.0000\",\n            \"shipping_amount\": \"0.0000\",\n            \"base_shipping_amount\": \"0.0000\",\n            \"shipping_tax_amount\": \"0.0000\",\n            \"base_shipping_tax_amount\": \"0.0000\",\n            \"discount_amount\": \"0.0000\",\n            \"base_discount_amount\": \"0.0000\",\n            \"grand_total\": \"0.0000\",\n            \"base_grand_total\": \"0.0000\",\n            \"customer_notes\": null,\n            \"applied_taxes\": \"a:0:{}\",\n            \"discount_description\": null,\n            \"shipping_discount_amount\": null,\n            \"base_shipping_discount_amount\": null,\n            \"subtotal_incl_tax\": \"0.0000\",\n            \"base_subtotal_incl_tax\": \"0.0000\",\n            \"base_subtotal_total_incl_tax\": null,\n            \"hidden_tax_amount\": null,\n            \"base_hidden_tax_amount\": null,\n            \"shipping_hidden_tax_amount\": null,\n            \"base_shipping_hidden_tax_amnt\": null,\n            \"shipping_incl_tax\": \"0.0000\",\n            \"base_shipping_incl_tax\": \"0.0000\",\n            \"vat_id\": null,\n            \"vat_is_valid\": null,\n            \"vat_request_id\": null,\n            \"vat_request_date\": null,\n            \"vat_request_success\": null,\n            \"gift_message_id\": null,\n            \"uses_custom_shipping\": \"0\",\n            \"custom_shipping_price\": null,\n            \"base_custom_shipping_price\": null,\n            \"custom_shipping_description\": null,\n            \"zoey_shipping_type\": null,\n            \"liftgate_required\": \"0\",\n            \"notify_required\": \"0\",\n            \"inside_delivery\": \"0\",\n            \"destination_type\": null,\n            \"freight_quote_id\": null,\n            \"customer_carrier\": null,\n            \"customer_carrier_ph\": null,\n            \"customer_carrier_account\": null,\n            \"limited_delivery\": null,\n            \"time_slot\": null,\n            \"pickup_location\": null,\n            \"pickup_latitude\": null,\n            \"pickup_longitude\": null,\n            \"pickup_preselected\": \"0\",\n            \"pickup_email\": null,\n            \"pickup_contact\": null,\n            \"pickup_email_option\": null,\n            \"pickup_location_id\": null,\n            \"orig_shipping_address\": null,\n            \"is_checkout\": \"0\",\n            \"dispatch_date\": null,\n            \"delivery_date\": null,\n            \"carrier_id\": null,\n            \"carrier_type\": null,\n            \"carriergroup\": null,\n            \"carriergroup_id\": null,\n            \"carriergroup_shipping_details\": null,\n            \"carriergroup_shipping_html\": null,\n            \"checkout_display_merged\": \"1\",\n            \"split_rates\": \"0\",\n            \"shq_delivery_comments\": null,\n            \"address_valid\": null\n        },\n        \"billing_address\": {\n            \"address_id\": null,\n            \"quote_id\": \"1\",\n            \"created_at\": \"2019-02-21 15:16:06\",\n            \"updated_at\": \"2019-10-04 16:28:34\",\n            \"customer_id\": \"1\",\n            \"save_in_address_book\": \"0\",\n            \"customer_address_id\": null,\n            \"address_type\": \"billing\",\n            \"email\": null,\n            \"prefix\": null,\n            \"firstname\": null,\n            \"middlename\": null,\n            \"lastname\": null,\n            \"suffix\": null,\n            \"company\": null,\n            \"street\": null,\n            \"city\": null,\n            \"region\": null,\n            \"region_id\": null,\n            \"postcode\": null,\n            \"country_id\": null,\n            \"telephone\": null,\n            \"fax\": null,\n            \"same_as_billing\": \"0\",\n            \"free_shipping\": \"0\",\n            \"collect_shipping_rates\": \"0\",\n            \"shipping_method\": null,\n            \"shipping_description\": null,\n            \"weight\": \"0.0000\",\n            \"subtotal\": \"0.0000\",\n            \"base_subtotal\": \"0.0000\",\n            \"subtotal_with_discount\": \"0.0000\",\n            \"base_subtotal_with_discount\": \"0.0000\",\n            \"tax_amount\": \"0.0000\",\n            \"base_tax_amount\": \"0.0000\",\n            \"shipping_amount\": \"0.0000\",\n            \"base_shipping_amount\": \"0.0000\",\n            \"shipping_tax_amount\": \"0.0000\",\n            \"base_shipping_tax_amount\": \"0.0000\",\n            \"discount_amount\": \"0.0000\",\n            \"base_discount_amount\": \"0.0000\",\n            \"grand_total\": \"0.0000\",\n            \"base_grand_total\": \"0.0000\",\n            \"customer_notes\": null,\n            \"applied_taxes\": \"a:0:{}\",\n            \"discount_description\": null,\n            \"shipping_discount_amount\": null,\n            \"base_shipping_discount_amount\": null,\n            \"subtotal_incl_tax\": \"0.0000\",\n            \"base_subtotal_incl_tax\": \"0.0000\",\n            \"base_subtotal_total_incl_tax\": null,\n            \"hidden_tax_amount\": null,\n            \"base_hidden_tax_amount\": null,\n            \"shipping_hidden_tax_amount\": null,\n            \"base_shipping_hidden_tax_amnt\": null,\n            \"shipping_incl_tax\": \"0.0000\",\n            \"base_shipping_incl_tax\": \"0.0000\",\n            \"vat_id\": null,\n            \"vat_is_valid\": null,\n            \"vat_request_id\": null,\n            \"vat_request_date\": null,\n            \"vat_request_success\": null,\n            \"gift_message_id\": null,\n            \"uses_custom_shipping\": \"0\",\n            \"custom_shipping_price\": null,\n            \"base_custom_shipping_price\": null,\n            \"custom_shipping_description\": null,\n            \"zoey_shipping_type\": null,\n            \"liftgate_required\": \"0\",\n            \"notify_required\": \"0\",\n            \"inside_delivery\": \"0\",\n            \"destination_type\": null,\n            \"freight_quote_id\": null,\n            \"customer_carrier\": null,\n            \"customer_carrier_ph\": null,\n            \"customer_carrier_account\": null,\n            \"limited_delivery\": null,\n            \"time_slot\": null,\n            \"pickup_location\": null,\n            \"pickup_latitude\": null,\n            \"pickup_longitude\": null,\n            \"pickup_preselected\": \"0\",\n            \"pickup_email\": null,\n            \"pickup_contact\": null,\n            \"pickup_email_option\": null,\n            \"pickup_location_id\": null,\n            \"orig_shipping_address\": null,\n            \"is_checkout\": \"0\",\n            \"dispatch_date\": null,\n            \"delivery_date\": null,\n            \"carrier_id\": null,\n            \"carrier_type\": null,\n            \"carriergroup\": null,\n            \"carriergroup_id\": null,\n            \"carriergroup_shipping_details\": null,\n            \"carriergroup_shipping_html\": null,\n            \"checkout_display_merged\": \"1\",\n            \"split_rates\": \"0\",\n            \"shq_delivery_comments\": null,\n            \"address_valid\": null\n        },\n        \"items\": [],\n        \"payment\": {\n            \"quote_id\": \"1\",\n            \"payment_id\": null\n        },\n        \"zoey_quote_status_label\": \"Created\"\n    },\n    {\n        \"is_active\": \"1\",\n        \"state\": null,\n        \"status\": null,\n        \"zoey_quote_status\": \"1\",\n        \"coupon_code\": null,\n        \"protect_code\": null,\n        \"shipping_description\": null,\n        \"is_virtual\": null,\n        \"items_count\": \"1\",\n        \"items_qty\": \"1.0000\",\n        \"store_id\": \"1\",\n        \"customer_id\": null,\n        \"base_discount_amount\": \"0.0000\",\n        \"base_discount_canceled\": null,\n        \"base_discount_invoiced\": null,\n        \"base_discount_refunded\": null,\n        \"base_grand_total\": \"16.5000\",\n        \"base_shipping_amount\": \"0.0000\",\n        \"base_shipping_canceled\": null,\n        \"base_shipping_invoiced\": null,\n        \"base_shipping_refunded\": null,\n        \"base_shipping_tax_amount\": null,\n        \"base_shipping_tax_refunded\": null,\n        \"base_subtotal\": \"15.0000\",\n        \"base_subtotal_canceled\": null,\n        \"base_subtotal_invoiced\": null,\n        \"base_subtotal_refunded\": null,\n        \"base_tax_amount\": \"1.5000\",\n        \"base_tax_canceled\": null,\n        \"base_tax_invoiced\": null,\n        \"base_tax_refunded\": null,\n        \"base_to_global_rate\": \"1.0000\",\n        \"base_to_order_rate\": null,\n        \"base_total_canceled\": null,\n        \"base_total_invoiced\": null,\n        \"base_total_invoiced_cost\": null,\n        \"base_total_offline_refunded\": null,\n        \"base_total_online_refunded\": null,\n        \"base_total_paid\": null,\n        \"base_total_qty_ordered\": null,\n        \"base_total_refunded\": null,\n        \"discount_amount\": \"0.0000\",\n        \"discount_canceled\": null,\n        \"discount_invoiced\": null,\n        \"discount_refunded\": null,\n        \"grand_total\": \"16.5000\",\n        \"shipping_amount\": \"0.0000\",\n        \"shipping_canceled\": null,\n        \"shipping_invoiced\": null,\n        \"shipping_refunded\": null,\n        \"shipping_tax_amount\": null,\n        \"shipping_tax_refunded\": null,\n        \"store_to_base_rate\": \"1.0000\",\n        \"store_to_order_rate\": null,\n        \"subtotal\": \"15.0000\",\n        \"subtotal_canceled\": null,\n        \"subtotal_invoiced\": null,\n        \"subtotal_refunded\": null,\n        \"tax_amount\": \"1.5000\",\n        \"tax_canceled\": null,\n        \"tax_invoiced\": null,\n        \"tax_refunded\": null,\n        \"total_canceled\": null,\n        \"total_invoiced\": null,\n        \"total_offline_refunded\": null,\n        \"total_online_refunded\": null,\n        \"total_paid\": null,\n        \"total_qty_ordered\": null,\n        \"total_refunded\": null,\n        \"can_ship_partially\": null,\n        \"can_ship_partially_item\": null,\n        \"customer_is_guest\": null,\n        \"customer_note_notify\": null,\n        \"billing_address_id\": null,\n        \"customer_group_id\": null,\n        \"edit_increment\": null,\n        \"email_sent\": null,\n        \"forced_shipment_with_invoice\": null,\n        \"payment_auth_expiration\": null,\n        \"quote_address_id\": null,\n        \"quote_id\": \"2\",\n        \"shipping_address_id\": null,\n        \"adjustment_negative\": null,\n        \"adjustment_positive\": null,\n        \"base_adjustment_negative\": null,\n        \"base_adjustment_positive\": null,\n        \"base_shipping_discount_amount\": null,\n        \"base_subtotal_incl_tax\": null,\n        \"base_total_due\": null,\n        \"payment_authorization_amount\": null,\n        \"shipping_discount_amount\": null,\n        \"subtotal_incl_tax\": null,\n        \"total_due\": null,\n        \"weight\": null,\n        \"customer_dob\": null,\n        \"increment_id\": \"000000002\",\n        \"applied_rule_ids\": null,\n        \"base_currency_code\": \"USD\",\n        \"customer_email\": null,\n        \"customer_firstname\": null,\n        \"customer_lastname\": null,\n        \"customer_middlename\": null,\n        \"customer_prefix\": null,\n        \"customer_suffix\": null,\n        \"customer_taxvat\": null,\n        \"customer_company\": null,\n        \"customer_phone\": null,\n        \"discount_description\": null,\n        \"ext_customer_id\": null,\n        \"ext_order_id\": null,\n        \"global_currency_code\": \"USD\",\n        \"hold_before_state\": null,\n        \"hold_before_status\": null,\n        \"quote_currency_code\": \"USD\",\n        \"original_increment_id\": null,\n        \"relation_child_id\": null,\n        \"relation_child_real_id\": null,\n        \"relation_parent_id\": null,\n        \"relation_parent_real_id\": null,\n        \"remote_ip\": null,\n        \"shipping_method\": null,\n        \"store_currency_code\": \"USD\",\n        \"store_name\": null,\n        \"x_forwarded_for\": null,\n        \"customer_note\": null,\n        \"created_at\": \"2019-02-22 19:40:32\",\n        \"updated_at\": \"2020-08-19 11:32:28\",\n        \"total_item_count\": \"0\",\n        \"customer_gender\": null,\n        \"hidden_tax_amount\": null,\n        \"base_hidden_tax_amount\": null,\n        \"shipping_hidden_tax_amount\": null,\n        \"base_shipping_hidden_tax_amnt\": null,\n        \"hidden_tax_invoiced\": null,\n        \"base_hidden_tax_invoiced\": null,\n        \"hidden_tax_refunded\": null,\n        \"base_hidden_tax_refunded\": null,\n        \"shipping_incl_tax\": null,\n        \"base_shipping_incl_tax\": null,\n        \"quote_name\": null,\n        \"quote_comments\": null,\n        \"can_expire\": \"0\",\n        \"expiration_date\": null,\n        \"expired_at\": null,\n        \"is_expired\": \"0\",\n        \"can_reminder\": \"0\",\n        \"reminder_date\": null,\n        \"reminder_sent_date\": null,\n        \"quote_created_by\": \"guest\",\n        \"base_giftcard_discount\": \"0.0000\",\n        \"giftcard_discount\": \"0.0000\",\n        \"giftcard_code\": null,\n        \"can_user_edit_items\": \"1\",\n        \"can_user_edit_address\": \"1\",\n        \"can_user_edit_shipping_method\": \"1\",\n        \"can_user_add_comments\": \"1\",\n        \"can_user_change_name\": \"1\",\n        \"can_user_convert_to_order_multiple_times\": \"0\",\n        \"send_email_on_storefront_change\": \"1\",\n        \"hide_price_from_customer\": \"0\",\n        \"hide_qty_from_customer\": \"0\",\n        \"can_view_discount\": \"1\",\n        \"can_view_discount_code\": \"1\",\n        \"quote_created_from\": \"English (United States)\",\n        \"submitted_at\": null,\n        \"customer_tax_class_id\": null,\n        \"customer_tax_class_id_overwrite\": \"0\",\n        \"gift_message_id\": null,\n        \"is_editing\": \"0\",\n        \"zoey_bcc_emails\": null,\n        \"custom_increment_id\": null,\n        \"custom_discount_info\": null,\n        \"trigger_recollect\": \"0\",\n        \"reserved_order_id\": \"000000002\",\n        \"_sales_reps_loaded\": true,\n        \"sales_rep_user_id\": \"\",\n        \"shipping_address\": {\n            \"address_id\": null,\n            \"quote_id\": \"2\",\n            \"created_at\": \"2019-02-22 19:40:32\",\n            \"updated_at\": \"2020-08-19 11:32:28\",\n            \"customer_id\": null,\n            \"save_in_address_book\": \"0\",\n            \"customer_address_id\": null,\n            \"address_type\": \"shipping\",\n            \"email\": null,\n            \"prefix\": null,\n            \"firstname\": null,\n            \"middlename\": null,\n            \"lastname\": null,\n            \"suffix\": null,\n            \"company\": null,\n            \"street\": null,\n            \"city\": null,\n            \"region\": null,\n            \"region_id\": null,\n            \"postcode\": null,\n            \"country_id\": null,\n            \"telephone\": null,\n            \"fax\": null,\n            \"same_as_billing\": \"1\",\n            \"free_shipping\": \"0\",\n            \"collect_shipping_rates\": \"0\",\n            \"shipping_method\": null,\n            \"shipping_description\": null,\n            \"weight\": \"5.0000\",\n            \"subtotal\": \"15.0000\",\n            \"base_subtotal\": \"15.0000\",\n            \"subtotal_with_discount\": \"0.0000\",\n            \"base_subtotal_with_discount\": \"0.0000\",\n            \"tax_amount\": \"1.5000\",\n            \"base_tax_amount\": \"1.5000\",\n            \"shipping_amount\": \"0.0000\",\n            \"base_shipping_amount\": \"0.0000\",\n            \"shipping_tax_amount\": \"0.0000\",\n            \"base_shipping_tax_amount\": \"0.0000\",\n            \"discount_amount\": \"0.0000\",\n            \"base_discount_amount\": \"0.0000\",\n            \"grand_total\": \"16.5000\",\n            \"base_grand_total\": \"16.5000\",\n            \"customer_notes\": null,\n            \"applied_taxes\": \"a:1:{s:7:\\\"Default\\\";a:6:{s:5:\\\"rates\\\";a:1:{i:0;a:6:{s:4:\\\"code\\\";s:7:\\\"Default\\\";s:5:\\\"title\\\";s:7:\\\"Default\\\";s:7:\\\"percent\\\";d:10;s:8:\\\"position\\\";s:1:\\\"0\\\";s:8:\\\"priority\\\";s:1:\\\"0\\\";s:7:\\\"rule_id\\\";s:1:\\\"1\\\";}}s:7:\\\"percent\\\";d:10;s:2:\\\"id\\\";s:7:\\\"Default\\\";s:7:\\\"process\\\";i:0;s:6:\\\"amount\\\";d:1.5;s:11:\\\"base_amount\\\";d:1.5;}}\",\n            \"discount_description\": null,\n            \"shipping_discount_amount\": \"0.0000\",\n            \"base_shipping_discount_amount\": \"0.0000\",\n            \"subtotal_incl_tax\": \"16.5000\",\n            \"base_subtotal_incl_tax\": \"16.5000\",\n            \"base_subtotal_total_incl_tax\": null,\n            \"hidden_tax_amount\": \"0.0000\",\n            \"base_hidden_tax_amount\": \"0.0000\",\n            \"shipping_hidden_tax_amount\": \"0.0000\",\n            \"base_shipping_hidden_tax_amnt\": null,\n            \"shipping_incl_tax\": \"0.0000\",\n            \"base_shipping_incl_tax\": \"0.0000\",\n            \"vat_id\": null,\n            \"vat_is_valid\": null,\n            \"vat_request_id\": null,\n            \"vat_request_date\": null,\n            \"vat_request_success\": null,\n            \"gift_message_id\": null,\n            \"uses_custom_shipping\": \"0\",\n            \"custom_shipping_price\": null,\n            \"base_custom_shipping_price\": null,\n            \"custom_shipping_description\": null,\n            \"zoey_shipping_type\": null,\n            \"liftgate_required\": \"0\",\n            \"notify_required\": \"0\",\n            \"inside_delivery\": \"0\",\n            \"destination_type\": null,\n            \"freight_quote_id\": null,\n            \"customer_carrier\": null,\n            \"customer_carrier_ph\": null,\n            \"customer_carrier_account\": null,\n            \"limited_delivery\": null,\n            \"time_slot\": null,\n            \"pickup_location\": null,\n            \"pickup_latitude\": null,\n            \"pickup_longitude\": null,\n            \"pickup_preselected\": \"0\",\n            \"pickup_email\": null,\n            \"pickup_contact\": null,\n            \"pickup_email_option\": null,\n            \"pickup_location_id\": null,\n            \"orig_shipping_address\": null,\n            \"is_checkout\": \"0\",\n            \"dispatch_date\": null,\n            \"delivery_date\": null,\n            \"carrier_id\": null,\n            \"carrier_type\": null,\n            \"carriergroup\": null,\n            \"carriergroup_id\": null,\n            \"carriergroup_shipping_details\": null,\n            \"carriergroup_shipping_html\": null,\n            \"checkout_display_merged\": \"1\",\n            \"split_rates\": \"0\",\n            \"shq_delivery_comments\": null,\n            \"address_valid\": null\n        },\n        \"billing_address\": {\n            \"address_id\": null,\n            \"quote_id\": \"2\",\n            \"created_at\": \"2019-02-22 19:40:32\",\n            \"updated_at\": \"2020-08-19 11:32:28\",\n            \"customer_id\": null,\n            \"save_in_address_book\": \"0\",\n            \"customer_address_id\": null,\n            \"address_type\": \"billing\",\n            \"email\": null,\n            \"prefix\": null,\n            \"firstname\": null,\n            \"middlename\": null,\n            \"lastname\": null,\n            \"suffix\": null,\n            \"company\": null,\n            \"street\": null,\n            \"city\": null,\n            \"region\": null,\n            \"region_id\": null,\n            \"postcode\": null,\n            \"country_id\": null,\n            \"telephone\": null,\n            \"fax\": null,\n            \"same_as_billing\": \"0\",\n            \"free_shipping\": \"0\",\n            \"collect_shipping_rates\": \"0\",\n            \"shipping_method\": null,\n            \"shipping_description\": null,\n            \"weight\": \"0.0000\",\n            \"subtotal\": \"0.0000\",\n            \"base_subtotal\": \"0.0000\",\n            \"subtotal_with_discount\": \"0.0000\",\n            \"base_subtotal_with_discount\": \"0.0000\",\n            \"tax_amount\": \"0.0000\",\n            \"base_tax_amount\": \"0.0000\",\n            \"shipping_amount\": \"0.0000\",\n            \"base_shipping_amount\": \"0.0000\",\n            \"shipping_tax_amount\": \"0.0000\",\n            \"base_shipping_tax_amount\": \"0.0000\",\n            \"discount_amount\": \"0.0000\",\n            \"base_discount_amount\": \"0.0000\",\n            \"grand_total\": \"0.0000\",\n            \"base_grand_total\": \"0.0000\",\n            \"customer_notes\": null,\n            \"applied_taxes\": \"a:0:{}\",\n            \"discount_description\": null,\n            \"shipping_discount_amount\": null,\n            \"base_shipping_discount_amount\": null,\n            \"subtotal_incl_tax\": \"0.0000\",\n            \"base_subtotal_incl_tax\": \"0.0000\",\n            \"base_subtotal_total_incl_tax\": null,\n            \"hidden_tax_amount\": null,\n            \"base_hidden_tax_amount\": null,\n            \"shipping_hidden_tax_amount\": null,\n            \"base_shipping_hidden_tax_amnt\": null,\n            \"shipping_incl_tax\": \"0.0000\",\n            \"base_shipping_incl_tax\": \"0.0000\",\n            \"vat_id\": null,\n            \"vat_is_valid\": null,\n            \"vat_request_id\": null,\n            \"vat_request_date\": null,\n            \"vat_request_success\": null,\n            \"gift_message_id\": null,\n            \"uses_custom_shipping\": \"0\",\n            \"custom_shipping_price\": null,\n            \"base_custom_shipping_price\": null,\n            \"custom_shipping_description\": null,\n            \"zoey_shipping_type\": null,\n            \"liftgate_required\": \"0\",\n            \"notify_required\": \"0\",\n            \"inside_delivery\": \"0\",\n            \"destination_type\": null,\n            \"freight_quote_id\": null,\n            \"customer_carrier\": null,\n            \"customer_carrier_ph\": null,\n            \"customer_carrier_account\": null,\n            \"limited_delivery\": null,\n            \"time_slot\": null,\n            \"pickup_location\": null,\n            \"pickup_latitude\": null,\n            \"pickup_longitude\": null,\n            \"pickup_preselected\": \"0\",\n            \"pickup_email\": null,\n            \"pickup_contact\": null,\n            \"pickup_email_option\": null,\n            \"pickup_location_id\": null,\n            \"orig_shipping_address\": null,\n            \"is_checkout\": \"0\",\n            \"dispatch_date\": null,\n            \"delivery_date\": null,\n            \"carrier_id\": null,\n            \"carrier_type\": null,\n            \"carriergroup\": null,\n            \"carriergroup_id\": null,\n            \"carriergroup_shipping_details\": null,\n            \"carriergroup_shipping_html\": null,\n            \"checkout_display_merged\": \"1\",\n            \"split_rates\": \"0\",\n            \"shq_delivery_comments\": null,\n            \"address_valid\": null\n        },\n        \"items\": [\n            {\n                \"item_id\": \"1\",\n                \"quote_id\": \"2\",\n                \"created_at\": \"2019-02-22 19:40:32\",\n                \"updated_at\": \"2020-08-19 11:18:03\",\n                \"product_id\": \"105\",\n                \"store_id\": \"1\",\n                \"parent_item_id\": null,\n                \"is_virtual\": \"0\",\n                \"sku\": \"3SUMR-14-25\",\n                \"name\": \"3-Strand Un-Manila Rope\",\n                \"description\": null,\n                \"applied_rule_ids\": null,\n                \"additional_data\": null,\n                \"free_shipping\": \"0\",\n                \"is_qty_decimal\": \"0\",\n                \"no_discount\": \"0\",\n                \"weight\": \"5.0000\",\n                \"qty\": 1,\n                \"price\": \"15.0000\",\n                \"base_price\": \"15.0000\",\n                \"custom_price\": null,\n                \"discount_percent\": \"0.0000\",\n                \"discount_amount\": \"0.0000\",\n                \"base_discount_amount\": \"0.0000\",\n                \"tax_percent\": \"10.0000\",\n                \"tax_amount\": \"1.5000\",\n                \"base_tax_amount\": \"1.5000\",\n                \"row_total\": \"15.0000\",\n                \"base_row_total\": \"15.0000\",\n                \"row_total_with_discount\": \"0.0000\",\n                \"row_weight\": \"5.0000\",\n                \"product_type\": \"configurable\",\n                \"base_tax_before_discount\": null,\n                \"tax_before_discount\": null,\n                \"original_custom_price\": null,\n                \"redirect_url\": null,\n                \"base_cost\": \"100.0000\",\n                \"price_incl_tax\": \"16.5000\",\n                \"base_price_incl_tax\": \"16.5000\",\n                \"row_total_incl_tax\": \"16.5000\",\n                \"base_row_total_incl_tax\": \"16.5000\",\n                \"hidden_tax_amount\": \"0.0000\",\n                \"base_hidden_tax_amount\": \"0.0000\",\n                \"gift_message_id\": null,\n                \"weee_tax_disposition\": \"0.0000\",\n                \"weee_tax_row_disposition\": \"0.0000\",\n                \"base_weee_tax_disposition\": \"0.0000\",\n                \"base_weee_tax_row_disposition\": \"0.0000\",\n                \"weee_tax_applied\": \"a:0:{}\",\n                \"weee_tax_applied_amount\": \"0.0000\",\n                \"weee_tax_applied_row_amount\": \"0.0000\",\n                \"base_weee_tax_applied_amount\": \"0.0000\",\n                \"base_weee_tax_applied_row_amnt\": null,\n                \"pickup_chosen\": null,\n                \"carriergroup\": null,\n                \"carriergroup_id\": null,\n                \"carriergroup_shipping\": null,\n                \"has_children\": true,\n                \"qty_options\": {\n                    \"106\": {}\n                },\n                \"tax_class_id\": \"2\",\n                \"is_recurring\": null,\n                \"has_error\": true\n            },\n            {\n                \"item_id\": \"2\",\n                \"quote_id\": \"2\",\n                \"created_at\": \"2019-02-22 19:40:32\",\n                \"updated_at\": \"2020-08-19 11:18:03\",\n                \"product_id\": \"106\",\n                \"store_id\": \"1\",\n                \"parent_item_id\": \"1\",\n                \"is_virtual\": \"0\",\n                \"sku\": \"3SUMR-14-25\",\n                \"name\": \"1/4\\\" - 25ft\",\n                \"description\": null,\n                \"applied_rule_ids\": null,\n                \"additional_data\": null,\n                \"free_shipping\": \"0\",\n                \"is_qty_decimal\": \"0\",\n                \"no_discount\": \"0\",\n                \"weight\": \"5.0000\",\n                \"qty\": 1,\n                \"price\": \"0.0000\",\n                \"base_price\": \"0.0000\",\n                \"custom_price\": null,\n                \"discount_percent\": \"0.0000\",\n                \"discount_amount\": \"0.0000\",\n                \"base_discount_amount\": \"0.0000\",\n                \"tax_percent\": \"0.0000\",\n                \"tax_amount\": \"0.0000\",\n                \"base_tax_amount\": \"0.0000\",\n                \"row_total\": \"0.0000\",\n                \"base_row_total\": \"0.0000\",\n                \"row_total_with_discount\": \"0.0000\",\n                \"row_weight\": \"0.0000\",\n                \"product_type\": \"simple\",\n                \"base_tax_before_discount\": null,\n                \"tax_before_discount\": null,\n                \"original_custom_price\": null,\n                \"redirect_url\": null,\n                \"base_cost\": \"0.0000\",\n                \"price_incl_tax\": null,\n                \"base_price_incl_tax\": null,\n                \"row_total_incl_tax\": null,\n                \"base_row_total_incl_tax\": null,\n                \"hidden_tax_amount\": null,\n                \"base_hidden_tax_amount\": null,\n                \"gift_message_id\": null,\n                \"weee_tax_disposition\": \"0.0000\",\n                \"weee_tax_row_disposition\": \"0.0000\",\n                \"base_weee_tax_disposition\": \"0.0000\",\n                \"base_weee_tax_row_disposition\": \"0.0000\",\n                \"weee_tax_applied\": \"a:0:{}\",\n                \"weee_tax_applied_amount\": \"0.0000\",\n                \"weee_tax_applied_row_amount\": \"0.0000\",\n                \"base_weee_tax_applied_amount\": \"0.0000\",\n                \"base_weee_tax_applied_row_amnt\": null,\n                \"pickup_chosen\": null,\n                \"carriergroup\": null,\n                \"carriergroup_id\": null,\n                \"carriergroup_shipping\": null,\n                \"qty_options\": [],\n                \"tax_class_id\": \"2\",\n                \"is_recurring\": null,\n                \"has_error\": false\n            }\n        ],\n        \"payment\": {\n            \"quote_id\": \"2\",\n            \"payment_id\": null\n        },\n        \"zoey_quote_status_label\": \"Created\"\n    },\n]"},{"id":"f8e8649a-be9f-4bcd-9efc-52f1766e5bca","name":"Get All","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://container-url.zoeysite.com/api/rest/quotes2/quotes?no_items=1&page=1&limit=1","host":["https://container-url.zoeysite.com/api/rest"],"path":["quotes2","quotes"],"query":[{"key":"updated_at[gte]","value":"0","disabled":true},{"key":"zoey_quote_status[neq]","value":"1","disabled":true},{"key":"no_items","value":"1"},{"key":"page","value":"1"},{"key":"limit","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 20 Jan 2023 22:52:38 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Set-Cookie","value":"PHPSESSID=90a612a0687e5dd108c57428b81e8be6; expires=Mon, 23-Jan-2023 22:52:37 GMT; Max-Age=259200; path=/; domain=ts530060-container.zoeysite.com; secure; HttpOnly"},{"key":"Set-Cookie","value":"currency=EUR; expires=Mon, 23-Jan-2023 22:52:38 GMT; Max-Age=259200; path=/; domain=ts530060-container.zoeysite.com; secure; HttpOnly"},{"key":"Set-Cookie","value":"customer_group=0; expires=Mon, 23-Jan-2023 22:52:38 GMT; Max-Age=259200; path=/; domain=ts530060-container.zoeysite.com; secure; HttpOnly"},{"key":"Set-Cookie","value":"currency=EUR; expires=Mon, 23-Jan-2023 22:52:38 GMT; Max-Age=259200; path=/; domain=ts530060-container.zoeysite.com; secure; HttpOnly"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"CloudFlare","value":"enabled"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"X-Forwarded-Proto","value":"https"},{"key":"X-Scheme","value":"https"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"78cb61b05bbcc326-EWR"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"is_active\": \"1\",\n        \"state\": null,\n        \"status\": null,\n        \"zoey_quote_status\": \"2\",\n        \"coupon_code\": null,\n        \"protect_code\": null,\n        \"shipping_description\": null,\n        \"is_virtual\": null,\n        \"items_count\": \"0\",\n        \"items_qty\": \"0.0000\",\n        \"store_id\": \"1\",\n        \"customer_id\": \"1164\",\n        \"base_discount_amount\": \"0.0000\",\n        \"base_discount_canceled\": null,\n        \"base_discount_invoiced\": null,\n        \"base_discount_refunded\": null,\n        \"base_grand_total\": \"0.0000\",\n        \"base_shipping_amount\": \"0.0000\",\n        \"base_shipping_canceled\": null,\n        \"base_shipping_invoiced\": null,\n        \"base_shipping_refunded\": null,\n        \"base_shipping_tax_amount\": null,\n        \"base_shipping_tax_refunded\": null,\n        \"base_subtotal\": \"0.0000\",\n        \"base_subtotal_canceled\": null,\n        \"base_subtotal_invoiced\": null,\n        \"base_subtotal_refunded\": null,\n        \"base_tax_amount\": \"0.0000\",\n        \"base_tax_canceled\": null,\n        \"base_tax_invoiced\": null,\n        \"base_tax_refunded\": null,\n        \"base_to_global_rate\": \"1.0000\",\n        \"base_to_order_rate\": null,\n        \"base_total_canceled\": null,\n        \"base_total_invoiced\": null,\n        \"base_total_invoiced_cost\": null,\n        \"base_total_offline_refunded\": null,\n        \"base_total_online_refunded\": null,\n        \"base_total_paid\": null,\n        \"base_total_qty_ordered\": null,\n        \"base_total_refunded\": null,\n        \"discount_amount\": \"0.0000\",\n        \"discount_canceled\": null,\n        \"discount_invoiced\": null,\n        \"discount_refunded\": null,\n        \"grand_total\": \"0.0000\",\n        \"shipping_amount\": \"0.0000\",\n        \"shipping_canceled\": null,\n        \"shipping_invoiced\": null,\n        \"shipping_refunded\": null,\n        \"shipping_tax_amount\": null,\n        \"shipping_tax_refunded\": null,\n        \"store_to_base_rate\": \"1.0000\",\n        \"store_to_order_rate\": null,\n        \"subtotal\": \"0.0000\",\n        \"subtotal_canceled\": null,\n        \"subtotal_invoiced\": null,\n        \"subtotal_refunded\": null,\n        \"tax_amount\": \"0.0000\",\n        \"tax_canceled\": null,\n        \"tax_invoiced\": null,\n        \"tax_refunded\": null,\n        \"total_canceled\": null,\n        \"total_invoiced\": null,\n        \"total_offline_refunded\": null,\n        \"total_online_refunded\": null,\n        \"total_paid\": null,\n        \"total_qty_ordered\": null,\n        \"total_refunded\": null,\n        \"can_ship_partially\": null,\n        \"can_ship_partially_item\": null,\n        \"customer_is_guest\": null,\n        \"customer_note_notify\": null,\n        \"billing_address_id\": null,\n        \"customer_group_id\": \"3\",\n        \"edit_increment\": null,\n        \"email_sent\": null,\n        \"forced_shipment_with_invoice\": null,\n        \"payment_auth_expiration\": null,\n        \"quote_address_id\": null,\n        \"quote_id\": \"23\",\n        \"shipping_address_id\": null,\n        \"adjustment_negative\": null,\n        \"adjustment_positive\": null,\n        \"base_adjustment_negative\": null,\n        \"base_adjustment_positive\": null,\n        \"base_shipping_discount_amount\": null,\n        \"base_subtotal_incl_tax\": null,\n        \"base_total_due\": null,\n        \"payment_authorization_amount\": null,\n        \"shipping_discount_amount\": null,\n        \"subtotal_incl_tax\": null,\n        \"total_due\": null,\n        \"weight\": null,\n        \"customer_dob\": null,\n        \"increment_id\": \"100000025\",\n        \"applied_rule_ids\": null,\n        \"base_currency_code\": \"USD\",\n        \"customer_email\": \"un.sixieme.sens@gmail.com\",\n        \"customer_firstname\": \"Véronique\",\n        \"customer_lastname\": null,\n        \"customer_middlename\": null,\n        \"customer_prefix\": null,\n        \"customer_suffix\": null,\n        \"customer_taxvat\": null,\n        \"customer_company\": null,\n        \"customer_phone\": null,\n        \"discount_description\": null,\n        \"ext_customer_id\": null,\n        \"ext_order_id\": null,\n        \"global_currency_code\": \"USD\",\n        \"hold_before_state\": null,\n        \"hold_before_status\": null,\n        \"quote_currency_code\": \"EUR\",\n        \"original_increment_id\": null,\n        \"relation_child_id\": null,\n        \"relation_child_real_id\": null,\n        \"relation_parent_id\": null,\n        \"relation_parent_real_id\": null,\n        \"remote_ip\": null,\n        \"shipping_method\": null,\n        \"store_currency_code\": \"USD\",\n        \"store_name\": null,\n        \"x_forwarded_for\": null,\n        \"customer_note\": null,\n        \"created_at\": \"2022-02-08 12:06:42\",\n        \"updated_at\": \"2022-02-08 12:06:42\",\n        \"total_item_count\": \"0\",\n        \"customer_gender\": null,\n        \"hidden_tax_amount\": null,\n        \"base_hidden_tax_amount\": null,\n        \"shipping_hidden_tax_amount\": null,\n        \"base_shipping_hidden_tax_amnt\": null,\n        \"hidden_tax_invoiced\": null,\n        \"base_hidden_tax_invoiced\": null,\n        \"hidden_tax_refunded\": null,\n        \"base_hidden_tax_refunded\": null,\n        \"shipping_incl_tax\": null,\n        \"base_shipping_incl_tax\": null,\n        \"quote_name\": null,\n        \"quote_comments\": null,\n        \"can_expire\": null,\n        \"expiration_date\": null,\n        \"expired_at\": null,\n        \"is_expired\": \"0\",\n        \"can_reminder\": null,\n        \"reminder_date\": null,\n        \"reminder_sent_date\": null,\n        \"quote_created_by\": \"amarillo.indigo@orange.fr\",\n        \"base_giftcard_discount\": \"0.0000\",\n        \"giftcard_discount\": \"0.0000\",\n        \"giftcard_code\": null,\n        \"can_user_edit_items\": \"1\",\n        \"can_user_edit_address\": \"1\",\n        \"can_user_edit_shipping_method\": \"1\",\n        \"can_user_add_comments\": \"1\",\n        \"can_user_change_name\": \"1\",\n        \"can_user_convert_to_order_multiple_times\": \"0\",\n        \"send_email_on_storefront_change\": \"0\",\n        \"hide_price_from_customer\": \"0\",\n        \"hide_qty_from_customer\": \"0\",\n        \"can_view_discount\": \"1\",\n        \"can_view_discount_code\": \"1\",\n        \"can_apply_discount_code\": \"1\",\n        \"quote_created_from\": \"Zoey Admin\",\n        \"submitted_at\": null,\n        \"customer_tax_class_id\": \"3\",\n        \"customer_tax_class_id_overwrite\": \"0\",\n        \"payment_surcharge_amount\": \"0.0000\",\n        \"base_payment_surcharge_amount\": \"0.0000\",\n        \"gift_message_id\": null,\n        \"is_editing\": \"0\",\n        \"zoey_bcc_emails\": null,\n        \"custom_increment_id\": null,\n        \"custom_discount_info\": null,\n        \"trigger_recollect\": \"0\",\n        \"reserved_order_id\": null,\n        \"customer_signature\": null,\n        \"geolocation\": null,\n        \"quote_created_user_agent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36\",\n        \"apply_store_credit\": \"0\",\n        \"custom_store_credit_amount\": null,\n        \"has_packaged_items\": \"0\",\n        \"prohibited_rule_ids\": null,\n        \"extra_info\": {},\n        \"company_id\": \"1207\",\n        \"company_name\": \"Un 6ème sens\",\n        \"company_location_id\": \"2422\",\n        \"company_location_name\": \"Un 6ème sens\",\n        \"company_approval\": \"0\",\n        \"company_approval_required\": \"0\",\n        \"company_external_id\": \"\",\n        \"_sales_reps_loaded\": true,\n        \"sales_rep_user_id\": \"16580642583941373473\",\n        \"sales_rep_user_ids\": [\n            \"16580642583941373473\"\n        ],\n        \"is_super_mode\": true,\n        \"shipping_address\": {\n            \"address_id\": null,\n            \"quote_id\": \"23\",\n            \"created_at\": \"2022-02-08 12:06:42\",\n            \"updated_at\": \"2022-05-19 02:27:29\",\n            \"customer_id\": \"1164\",\n            \"save_in_address_book\": \"0\",\n            \"customer_address_id\": null,\n            \"company_address_id\": \"2421\",\n            \"address_type\": \"shipping\",\n            \"email\": null,\n            \"prefix\": null,\n            \"firstname\": \"Véronique\",\n            \"middlename\": null,\n            \"lastname\": null,\n            \"suffix\": null,\n            \"company\": \"Un 6eme sens\",\n            \"street\": \"11 avenue Claude de la colombière\",\n            \"city\": \"Saint Symphorien d'ozon\",\n            \"region\": \"Rhône\",\n            \"region_id\": \"251\",\n            \"postcode\": \"69360\",\n            \"country_id\": \"FR\",\n            \"telephone\": \"0628735912\",\n            \"fax\": null,\n            \"same_as_billing\": \"1\",\n            \"free_shipping\": \"0\",\n            \"collect_shipping_rates\": \"0\",\n            \"shipping_method\": null,\n            \"shipping_description\": null,\n            \"weight\": \"0.0000\",\n            \"subtotal\": \"0.0000\",\n            \"base_subtotal\": \"0.0000\",\n            \"subtotal_with_discount\": \"0.0000\",\n            \"base_subtotal_with_discount\": \"0.0000\",\n            \"tax_amount\": \"0.0000\",\n            \"base_tax_amount\": \"0.0000\",\n            \"shipping_amount\": \"0.0000\",\n            \"base_shipping_amount\": \"0.0000\",\n            \"shipping_tax_amount\": \"0.0000\",\n            \"base_shipping_tax_amount\": \"0.0000\",\n            \"discount_amount\": \"0.0000\",\n            \"base_discount_amount\": \"0.0000\",\n            \"grand_total\": \"0.0000\",\n            \"base_grand_total\": \"0.0000\",\n            \"customer_notes\": null,\n            \"applied_taxes\": \"a:0:{}\",\n            \"discount_description\": null,\n            \"applied_discounts\": null,\n            \"shipping_discount_amount\": null,\n            \"base_shipping_discount_amount\": null,\n            \"subtotal_incl_tax\": \"0.0000\",\n            \"base_subtotal_incl_tax\": \"0.0000\",\n            \"base_subtotal_total_incl_tax\": null,\n            \"hidden_tax_amount\": null,\n            \"base_hidden_tax_amount\": null,\n            \"shipping_hidden_tax_amount\": null,\n            \"base_shipping_hidden_tax_amnt\": null,\n            \"shipping_incl_tax\": \"0.0000\",\n            \"base_shipping_incl_tax\": \"0.0000\",\n            \"vat_id\": \"FR05750675076\",\n            \"vat_is_valid\": null,\n            \"vat_request_id\": null,\n            \"vat_request_date\": null,\n            \"vat_request_success\": null,\n            \"gift_message_id\": null,\n            \"uses_custom_shipping\": \"0\",\n            \"custom_shipping_price\": null,\n            \"base_custom_shipping_price\": null,\n            \"custom_shipping_description\": null,\n            \"liftgate_required\": \"0\",\n            \"notify_required\": \"0\",\n            \"inside_delivery\": \"0\",\n            \"destination_type\": null,\n            \"freight_quote_id\": null,\n            \"customer_carrier\": null,\n            \"customer_carrier_ph\": null,\n            \"customer_carrier_account\": null,\n            \"limited_delivery\": null,\n            \"time_slot\": null,\n            \"pickup_location\": null,\n            \"pickup_latitude\": null,\n            \"pickup_longitude\": null,\n            \"pickup_preselected\": \"0\",\n            \"pickup_email\": null,\n            \"pickup_contact\": null,\n            \"pickup_email_option\": null,\n            \"pickup_location_id\": null,\n            \"orig_shipping_address\": null,\n            \"is_checkout\": \"0\",\n            \"dispatch_date\": null,\n            \"delivery_date\": null,\n            \"carrier_id\": null,\n            \"carrier_type\": null,\n            \"carriergroup\": null,\n            \"carriergroup_id\": null,\n            \"carriergroup_shipping_details\": null,\n            \"carriergroup_shipping_html\": null,\n            \"checkout_display_merged\": \"1\",\n            \"split_rates\": \"0\",\n            \"shq_delivery_comments\": null,\n            \"address_valid\": null,\n            \"store_credit_amount\": \"0.0000\",\n            \"base_store_credit_amount\": \"0.0000\"\n        },\n        \"billing_address\": {\n            \"address_id\": null,\n            \"quote_id\": \"23\",\n            \"created_at\": \"2022-02-08 12:06:42\",\n            \"updated_at\": \"2022-05-19 02:27:29\",\n            \"customer_id\": \"1164\",\n            \"save_in_address_book\": \"0\",\n            \"customer_address_id\": null,\n            \"company_address_id\": \"2421\",\n            \"address_type\": \"billing\",\n            \"email\": null,\n            \"prefix\": null,\n            \"firstname\": \"Véronique\",\n            \"middlename\": null,\n            \"lastname\": null,\n            \"suffix\": null,\n            \"company\": \"Un 6eme sens\",\n            \"street\": \"11 avenue Claude de la colombière\",\n            \"city\": \"Saint Symphorien d'ozon\",\n            \"region\": \"Rhône\",\n            \"region_id\": \"251\",\n            \"postcode\": \"69360\",\n            \"country_id\": \"FR\",\n            \"telephone\": \"0628735912\",\n            \"fax\": null,\n            \"same_as_billing\": \"0\",\n            \"free_shipping\": \"0\",\n            \"collect_shipping_rates\": \"0\",\n            \"shipping_method\": null,\n            \"shipping_description\": null,\n            \"weight\": \"0.0000\",\n            \"subtotal\": \"0.0000\",\n            \"base_subtotal\": \"0.0000\",\n            \"subtotal_with_discount\": \"0.0000\",\n            \"base_subtotal_with_discount\": \"0.0000\",\n            \"tax_amount\": \"0.0000\",\n            \"base_tax_amount\": \"0.0000\",\n            \"shipping_amount\": \"0.0000\",\n            \"base_shipping_amount\": \"0.0000\",\n            \"shipping_tax_amount\": \"0.0000\",\n            \"base_shipping_tax_amount\": \"0.0000\",\n            \"discount_amount\": \"0.0000\",\n            \"base_discount_amount\": \"0.0000\",\n            \"grand_total\": \"0.0000\",\n            \"base_grand_total\": \"0.0000\",\n            \"customer_notes\": null,\n            \"applied_taxes\": \"a:0:{}\",\n            \"discount_description\": null,\n            \"applied_discounts\": null,\n            \"shipping_discount_amount\": null,\n            \"base_shipping_discount_amount\": null,\n            \"subtotal_incl_tax\": \"0.0000\",\n            \"base_subtotal_incl_tax\": \"0.0000\",\n            \"base_subtotal_total_incl_tax\": null,\n            \"hidden_tax_amount\": null,\n            \"base_hidden_tax_amount\": null,\n            \"shipping_hidden_tax_amount\": null,\n            \"base_shipping_hidden_tax_amnt\": null,\n            \"shipping_incl_tax\": \"0.0000\",\n            \"base_shipping_incl_tax\": \"0.0000\",\n            \"vat_id\": \"FR05750675076\",\n            \"vat_is_valid\": null,\n            \"vat_request_id\": null,\n            \"vat_request_date\": null,\n            \"vat_request_success\": null,\n            \"gift_message_id\": null,\n            \"uses_custom_shipping\": \"0\",\n            \"custom_shipping_price\": null,\n            \"base_custom_shipping_price\": null,\n            \"custom_shipping_description\": null,\n            \"liftgate_required\": \"0\",\n            \"notify_required\": \"0\",\n            \"inside_delivery\": \"0\",\n            \"destination_type\": null,\n            \"freight_quote_id\": null,\n            \"customer_carrier\": null,\n            \"customer_carrier_ph\": null,\n            \"customer_carrier_account\": null,\n            \"limited_delivery\": null,\n            \"time_slot\": null,\n            \"pickup_location\": null,\n            \"pickup_latitude\": null,\n            \"pickup_longitude\": null,\n            \"pickup_preselected\": \"0\",\n            \"pickup_email\": null,\n            \"pickup_contact\": null,\n            \"pickup_email_option\": null,\n            \"pickup_location_id\": null,\n            \"orig_shipping_address\": null,\n            \"is_checkout\": \"0\",\n            \"dispatch_date\": null,\n            \"delivery_date\": null,\n            \"carrier_id\": null,\n            \"carrier_type\": null,\n            \"carriergroup\": null,\n            \"carriergroup_id\": null,\n            \"carriergroup_shipping_details\": null,\n            \"carriergroup_shipping_html\": null,\n            \"checkout_display_merged\": \"1\",\n            \"split_rates\": \"0\",\n            \"shq_delivery_comments\": null,\n            \"address_valid\": null,\n            \"store_credit_amount\": \"0.0000\",\n            \"base_store_credit_amount\": \"0.0000\"\n        },\n        \"items\": [],\n        \"payment\": {\n            \"payment_id\": null,\n            \"quote_id\": \"23\",\n            \"created_at\": \"2022-02-08 12:06:42\",\n            \"updated_at\": \"2022-02-08 12:06:42\",\n            \"method\": null,\n            \"cc_type\": null,\n            \"cc_number_enc\": null,\n            \"cc_last4\": null,\n            \"cc_cid_enc\": null,\n            \"cc_owner\": null,\n            \"cc_exp_month\": \"0\",\n            \"cc_exp_year\": \"0\",\n            \"cc_ss_owner\": null,\n            \"cc_ss_start_month\": \"0\",\n            \"cc_ss_start_year\": \"0\",\n            \"po_number\": null,\n            \"additional_data\": null,\n            \"cc_ss_issue\": null,\n            \"additional_information\": [],\n            \"paypal_payer_id\": null,\n            \"paypal_payer_status\": null,\n            \"paypal_correlation_id\": null,\n            \"pos_payment_info\": null,\n            \"sagepay_token_cc_id\": null,\n            \"repeat_code\": null,\n            \"cc_profile\": null,\n            \"save_card\": \"\",\n            \"fraud_action\": null,\n            \"fraud_codes\": null,\n            \"transaction_captured\": null,\n            \"beagle_score\": null,\n            \"beagle_verification\": null\n        },\n        \"quote_attributes\": {},\n        \"zoey_quote_status_label\": \"Quote Pending\"\n    }\n]"}],"_postman_id":"98e934e6-1906-4e2a-ac11-04463f2a3a68"},{"name":"Count","id":"b8efd214-142d-4d6b-8a36-9e33a071644a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/quotes2/count","description":"<p>See <a href=\"#98e934e6-1906-4e2a-ac11-04463f2a3a68\">Get All</a> for filtering</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["quotes2","count"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[],"_postman_id":"b8efd214-142d-4d6b-8a36-9e33a071644a"},{"name":"Update","event":[{"listen":"test","script":{"id":"fdbf1375-fbf0-4593-a96b-b162351886ef","exec":["var response = pm.response;","console.log(response);","pm.test(\"Test data type of the response\", () => {","  pm.expect(response).to.be.a('number');","});"],"type":"text/javascript"}}],"id":"22e31aa3-b857-416c-b61a-de186b033d09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"quote_id\": \"678\",\n    \"data\": {\n        \"sales_rep_user_ids\": [\"12232208114183625295\", \"10899377607998806001\", \"19353745417817517276\"]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/quotes2/quote","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["quotes2","quote"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[],"_postman_id":"22e31aa3-b857-416c-b61a-de186b033d09"},{"name":"Create","id":"6496c37d-45b5-4566-b83c-00cfc7d3441e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://container-url.zoeysite.com/api/rest/quotes2/quote","description":"<ul>\n<li><strong>Parameters</strong>: None</li>\n<li><strong>Returns</strong>: ID of created quote</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["quotes2","quote"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[{"id":"f0856602-04ed-48c5-b604-636431ff7157","name":"Create","originalRequest":{"method":"POST","header":[],"url":"https://container-url.zoeysite.com/api/rest/quotes2/quote"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 25 Nov 2020 18:41:02 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=51np6c0pljp2cu4rvrpu6hm4t5; expires=Sat, 28-Nov-2020 18:41:02 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"Set-Cookie","value":"customer_group=0; expires=Sat, 28-Nov-2020 18:41:02 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"113"}],"_postman_id":"6496c37d-45b5-4566-b83c-00cfc7d3441e"},{"name":"Submit","id":"72610f44-3c68-4b52-9d6b-36d9fc54484e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"quoteId\": \"113\",\n    \"quoteData\": {\n        \"quote_name\": \"API Quote\",\n        \"sales_reps_user_ids\": \"94236136666192051944,92838584930183242888,91407454229181797421\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/quotes2/quote_submit","description":"<p>This is used to submit a quote to the admin to be reviewed by the store. It does not create an order.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>quoteData</code></th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>quote_name</code></td>\n<td>The name of the quote. This may be required based on your stores setting to require quote name, which can be found in Quotes &gt; Settings in your store admin.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["quotes2","quote_submit"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[{"id":"1ed1f7cb-f006-4fcf-8a9d-e789f6785471","name":"Submit","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"quoteId\": \"113\",\n    \"quoteData\": {\n        \"quote_name\": \"API Quote\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/quotes2/quote_submit"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 25 Nov 2020 19:12:48 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=51np6c0pljp2cu4rvrpu6hm4t5; expires=Sat, 28-Nov-2020 19:12:43 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"Set-Cookie","value":"customer_group=0; expires=Sat, 28-Nov-2020 19:12:43 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"\"113\""}],"_postman_id":"72610f44-3c68-4b52-9d6b-36d9fc54484e"},{"name":"Convert (Deprecated)","id":"5b993373-2cc9-42fb-b357-e59dd4a9e01b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"quoteId\": \"28\",\n    \"store\": \"1\",\n    \"sales_rep_user_ids\": [\"10967417227736299533\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/quotes2/quote_order","description":"<h2 id=\"deprecated-endpoint\">DEPRECATED ENDPOINT</h2>\n<p>This endpoint has been deprecated and is no longer receiving active support. See endpoint Convert (V2) for the most recent endpoint for converting a quote to an order.</p>\n<p>Used to convert a quote into an order.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Param</th>\n<th>Type</th>\n<th>Notes</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>string</td>\n<td>int</td>\n<td>The Cart ID that will be converted into an order.</td>\n</tr>\n<tr>\n<td><code>store</code></td>\n<td>string</td>\n<td>int</td>\n<td>The Store ID to which the cart is associated.</td>\n</tr>\n<tr>\n<td><code>sales_rep_user_ids</code></td>\n<td>string[]</td>\n<td>Should be an array of sales rep user ids.</td>\n<td>No (default: [])</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>This endpoint does not support convering a quote into multiple orders. See Convert (V2)</strong></p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["quotes2","quote_order"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[{"id":"b7e558f6-5705-4f85-a88e-4ba2d71cecff","name":"Convert","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"quoteId\": \"113\"\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/quotes2/quote_order"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 25 Nov 2020 20:01:14 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=51np6c0pljp2cu4rvrpu6hm4t5; expires=Sat, 28-Nov-2020 20:01:14 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"}],"cookie":[],"responseTime":null,"body":"{\n    \"messages\": {\n        \"error\": [\n            {\n                \"code\": 500,\n                \"message\": \"Unable to convert quote to order\"\n            }\n        ]\n    }\n}"}],"_postman_id":"5b993373-2cc9-42fb-b357-e59dd4a9e01b"},{"name":"Convert (V2)","id":"e8adbd92-c10f-4c08-9791-457d7d6d86cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"quoteId\": \"2807\",\n    \"store\": \"1\",\n    \"sales_rep_user_ids\": [\"99999999999999999999\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/quotes2/quote_order_convert","description":"<p>Used to convert a quote into an order.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Param</th>\n<th>Type</th>\n<th>Notes</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>string</td>\n<td>int</td>\n<td>The Cart ID that will be converted into an order.</td>\n</tr>\n<tr>\n<td><code>store</code></td>\n<td>string</td>\n<td>int</td>\n<td>The Store ID to which the cart is associated.</td>\n</tr>\n<tr>\n<td><code>sales_rep_user_ids</code></td>\n<td>string[]</td>\n<td>Should be an array of sales rep user ids.</td>\n<td>No (default: [])</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["quotes2","quote_order_convert"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[{"id":"a7fc85c0-1247-4324-b53b-df77aa4a73ea","name":"Convert (Single Order)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"quoteId\": \"2807\",\n    \"store\": \"1\",\n    \"sales_rep_user_ids\": [\"99999999999999999999\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/quotes2/quote_order_convert"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"openresty"},{"key":"Date","value":"Tue, 05 Sep 2023 16:46:26 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Set-Cookie","value":"PHPSESSID=5c44ee33267cfbeb763ab35886fdaedb; expires=Fri, 08-Sep-2023 16:46:23 GMT; Max-Age=259200; path=/; domain=jasontest-lxc39-container.zoeysite.com; secure; HttpOnly"},{"key":"Set-Cookie","value":"customer_group=0; expires=Fri, 08-Sep-2023 16:46:23 GMT; Max-Age=259200; path=/; domain=jasontest-lxc39-container.zoeysite.com; secure; HttpOnly"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"status\": {\n            \"success\": 1,\n            \"details\": [\n                {\n                    \"type\": \"success\",\n                    \"code\": \"QUOTE_SUCCESS_CONVERTED_TO_ORDER\",\n                    \"message\": \"The quote has successfully been converted to an order.\",\n                    \"detail\": \"\"\n                }\n            ]\n        },\n        \"data\": {\n            \"order_count\": 1,\n            \"created_orders\": [\n                \"100000001\"\n            ]\n        }\n    }\n}"},{"id":"e4dad062-fbbf-4558-91f1-ca8ace81c3e9","name":"Convert (Split Orders)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"quoteId\": \"2806\",\n    \"store\": \"1\",\n    \"sales_rep_user_ids\": [\"99999999999999999999\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/quotes2/quote_order_convert"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"openresty"},{"key":"Date","value":"Tue, 05 Sep 2023 16:44:56 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Set-Cookie","value":"PHPSESSID=1ec2b74758e6080fde03dbde54ba6d87; expires=Fri, 08-Sep-2023 16:44:52 GMT; Max-Age=259200; path=/; domain=jasontest-lxc39-container.zoeysite.com; secure; HttpOnly"},{"key":"Set-Cookie","value":"customer_group=0; expires=Fri, 08-Sep-2023 16:44:52 GMT; Max-Age=259200; path=/; domain=jasontest-lxc39-container.zoeysite.com; secure; HttpOnly"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"status\": {\n            \"success\": 1,\n            \"details\": [\n                {\n                    \"type\": \"success\",\n                    \"code\": \"QUOTE_SUCCESS_CONVERTED_TO_ORDER\",\n                    \"message\": \"The quote has successfully been converted to an order.\",\n                    \"detail\": \"\"\n                }\n            ]\n        },\n        \"data\": {\n            \"order_count\": 2,\n            \"created_orders\": [\n                \"100000001-1\",\n                \"100000001-2\"\n            ]\n        }\n    }\n}"}],"_postman_id":"e8adbd92-c10f-4c08-9791-457d7d6d86cf"}],"id":"a7609dec-8e35-458a-b936-c6516b27d04c","_postman_id":"a7609dec-8e35-458a-b936-c6516b27d04c","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}}},{"name":"Orders","item":[{"name":"Order History","item":[{"name":"Add","id":"590a6ee5-69fb-4208-bef6-42a6d91833fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"orderIncrementId\": \"100000045\",\n    \"commentData\": {\n        \"customer_note\": \"Order history comment from postman\",\n        \"customer_note_notify\": \"1\",\n        \"is_visible_on_front\": \"1\",\n        \"zoey_order_comment\": \"Zoey Order comment from postman\",\n        \"order_status\": \"api_process\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/sales2/orders/comment","description":"<p>Add a zoey order comment or order history comment using the order increment id.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Param</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>customer_note</code></td>\n<td>Order HistoryComment</td>\n</tr>\n<tr>\n<td><code>customer_note_notify</code></td>\n<td>notify customer of change. Only works with <code>customer_note</code></td>\n</tr>\n<tr>\n<td><code>is_visible_on_front</code></td>\n<td>This comment is visible to the customer in email, pdf, and order view of my account.</td>\n</tr>\n<tr>\n<td><code>zoey_order_comment</code></td>\n<td>Used to set the Order Comment</td>\n</tr>\n<tr>\n<td><code>order_status</code></td>\n<td>Used to change the status of the order.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["sales2","orders","comment"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[],"_postman_id":"590a6ee5-69fb-4208-bef6-42a6d91833fc"},{"name":"Get All","id":"926391c7-31db-482f-8678-1fc6424cf616","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/orders/:orderId/comments","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["orders",":orderId","comments"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[{"description":{"content":"<p>Order ID. (Required)</p>\n","type":"text/plain"},"type":"string","value":"175","key":"orderId"}]}},"response":[{"id":"a8cb21e2-2617-41bc-804b-2476f2afde76","name":"Get All","originalRequest":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/orders/175/comments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 26 Nov 2020 02:17:23 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"created_at\": \"2020-11-16 21:32:10\",\n        \"comment\": null,\n        \"is_customer_notified\": \"0\",\n        \"is_visible_on_front\": \"0\",\n        \"status\": \"pending\"\n    },\n    {\n        \"created_at\": \"2020-11-16 21:32:30\",\n        \"comment\": null,\n        \"is_customer_notified\": \"0\",\n        \"is_visible_on_front\": \"0\",\n        \"status\": \"processing\"\n    },\n    {\n        \"created_at\": \"2020-11-16 21:32:31\",\n        \"comment\": \"Invoice #100000064 Has Been Created.\",\n        \"is_customer_notified\": null,\n        \"is_visible_on_front\": \"0\",\n        \"status\": \"processing\"\n    },\n    {\n        \"created_at\": \"2020-11-16 21:32:59\",\n        \"comment\": \"Inventory was returned to stock.\",\n        \"is_customer_notified\": null,\n        \"is_visible_on_front\": \"0\",\n        \"status\": \"processing\"\n    },\n    {\n        \"created_at\": \"2020-11-16 21:32:59\",\n        \"comment\": \"Refunded amount of $80.00 offline.\",\n        \"is_customer_notified\": \"2\",\n        \"is_visible_on_front\": \"0\",\n        \"status\": \"processing\"\n    },\n    {\n        \"created_at\": \"2020-11-16 21:32:59\",\n        \"comment\": null,\n        \"is_customer_notified\": \"0\",\n        \"is_visible_on_front\": \"0\",\n        \"status\": \"closed\"\n    },\n    {\n        \"created_at\": \"2020-11-20 22:22:22\",\n        \"comment\": \"This is another new zoey order comment from API.\",\n        \"is_customer_notified\": \"1\",\n        \"is_visible_on_front\": \"0\",\n        \"status\": \"closed\"\n    }\n]"}],"_postman_id":"926391c7-31db-482f-8678-1fc6424cf616"}],"id":"367e2f55-a9b7-4912-a8bd-dd1cb28e6b85","_postman_id":"367e2f55-a9b7-4912-a8bd-dd1cb28e6b85","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}}},{"name":"Customer","item":[{"name":"Update","id":"68068855-dfeb-491d-af65-3404cb13966b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"orderIncrementId\": \"100000002\",\n    \"newCustomerId\": \"2\"\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/sales2/orders/customer","description":"<p>Changing the Customer assigned to an order is not possible when the order was placed by a Customer belonging to an Account.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Param</th>\n<th>Type</th>\n<th>Notes</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>orderIncrementId</code></td>\n<td>string|int</td>\n<td>The Order ID.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><code>newCustomerId</code></td>\n<td>string|int</td>\n<td>The Customer ID.</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["sales2","orders","customer"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[{"id":"d92d8c9f-8c56-4b47-a4f3-48f3f2ee0dd7","name":"Success","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"orderIncrementId\": \"100000002\",\n    \"newCustomerId\": \"2\"\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/sales2/orders/customer"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 25 Mar 2021 20:53:40 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=aaiafn47dgai6k4etl53e715n7; expires=Sun, 28-Mar-2021 20:53:40 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":null},{"id":"9378d56a-9027-40b3-9756-df6eda343712","name":"Failure","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"orderIncrementId\": \"1500000065\",\n    \"newCustomerId\": \"2\"\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/sales2/orders/customer"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 25 Mar 2021 20:54:40 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=aaiafn47dgai6k4etl53e715n7; expires=Sun, 28-Mar-2021 20:54:39 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"}],"cookie":[],"responseTime":null,"body":"{\n    \"messages\": {\n        \"error\": [\n            {\n                \"code\": 500,\n                \"message\": \"Changing the Customer assigned to an order is not possible when the order was placed by a Customer belonging to an Account.\"\n            }\n        ]\n    }\n}"}],"_postman_id":"68068855-dfeb-491d-af65-3404cb13966b"}],"id":"5ffb05e4-516a-4ccf-b15c-cc8dab2ae0cb","_postman_id":"5ffb05e4-516a-4ccf-b15c-cc8dab2ae0cb","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}}},{"name":"Address","item":[{"name":"Get","id":"44afe55c-5264-46fa-9afc-fea3d93687e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/orders/:orderId/addresses","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["orders",":orderId","addresses"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[{"description":{"content":"<p>Order ID.</p>\n","type":"text/plain"},"type":"string","value":"175","key":"orderId"}]}},"response":[],"_postman_id":"44afe55c-5264-46fa-9afc-fea3d93687e8"},{"name":"Update","id":"d5807229-a364-482e-8633-95e43be1de7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"firstname\": \"John\",\n    \"lastname\": \"Smith\",\n    \"street\": [\"123 Main Street\", \"Apartment 5E\"],\n    \"city\": \"New York\",\n    \"region_id\": 43,\n    \"postcode\": \"10001\",\n    \"country_id\": \"US\",\n    \"telephone\": \"555-555-5555\",\n    \"vat_id\": \"90-82345\",\n    \"address_valid\": \"EXACT_MATCH\",\n    \"destination_type\": \"23452345\",\n    \"zoey_shipping_type\": \"1\",\n    \"zoey_company_address_at_account_address_text_nr\": \"2345234\",\n    \"zoey_company_address_at_sales_rep\": \"119\",\n    \"zoey_company_address_external_id\": \"asdf2345234asdf\"\n}\n","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/orders/:orderId/addresses/:addressType","description":"<h1 id=\"order-address-update-api\">Order Address Update API</h1>\n<p>Update a billing or shipping address on an existing order.</p>\n<h2 id=\"endpoint\">Endpoint</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>PUT /api/rest/orders/:order_id/addresses/:address_type\n</code></pre><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>order_id</code></td>\n<td>The numeric order ID</td>\n</tr>\n<tr>\n<td><code>address_type</code></td>\n<td><code>billing</code> or <code>shipping</code></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>Header</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>Content-Type</code></td>\n<td><code>application/json</code></td>\n</tr>\n<tr>\n<td><code>Accept</code></td>\n<td><code>application/json</code></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"request-body\">Request Body</h2>\n<p>All fields are optional — only include what you want to update.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>firstname</code></td>\n<td>string</td>\n<td>First name</td>\n</tr>\n<tr>\n<td><code>lastname</code></td>\n<td>string</td>\n<td>Last name</td>\n</tr>\n<tr>\n<td><code>middlename</code></td>\n<td>string</td>\n<td>Middle name</td>\n</tr>\n<tr>\n<td><code>prefix</code></td>\n<td>string</td>\n<td>Name prefix</td>\n</tr>\n<tr>\n<td><code>suffix</code></td>\n<td>string</td>\n<td>Name suffix</td>\n</tr>\n<tr>\n<td><code>company</code></td>\n<td>string</td>\n<td>Company name</td>\n</tr>\n<tr>\n<td><code>street</code></td>\n<td>string or array</td>\n<td>Street lines. Pass as an array for multi-line (<code>[\"123 Main St\", \"Apt 2E\"]</code>) or a single string</td>\n</tr>\n<tr>\n<td><code>city</code></td>\n<td>string</td>\n<td>City</td>\n</tr>\n<tr>\n<td><code>region</code></td>\n<td>string</td>\n<td>State/region name or code (e.g. <code>\"New York\"</code> or <code>\"NY\"</code>). Automatically resolves to the correct <code>region_id</code>.</td>\n</tr>\n<tr>\n<td><code>region_id</code></td>\n<td>integer</td>\n<td>Region ID. Use instead of <code>region</code> if you already have the ID.</td>\n</tr>\n<tr>\n<td><code>postcode</code></td>\n<td>string</td>\n<td>ZIP / postal code</td>\n</tr>\n<tr>\n<td><code>country_id</code></td>\n<td>string</td>\n<td>Two-letter country code (e.g. <code>\"US\"</code>)</td>\n</tr>\n<tr>\n<td><code>telephone</code></td>\n<td>string</td>\n<td>Phone number</td>\n</tr>\n<tr>\n<td><code>email</code></td>\n<td>string</td>\n<td>Email address</td>\n</tr>\n<tr>\n<td><code>vat_id</code></td>\n<td>string</td>\n<td>VAT number</td>\n</tr>\n<tr>\n<td><code>destination_type</code></td>\n<td>string</td>\n<td>Destination type</td>\n</tr>\n<tr>\n<td><code>zoey_shipping_type</code></td>\n<td>string</td>\n<td>Zoey shipping type</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"example-request\">Example Request</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"firstname\": \"John\",\n    \"lastname\": \"Smith\",\n    \"street\": [\"123 Main Street\", \"Apartment 2E\"],\n    \"city\": \"New York\",\n    \"region\": \"New York\",\n    \"postcode\": \"10001\",\n    \"country_id\": \"US\",\n    \"telephone\": \"555-555-5555\",\n    \"vat_id\": \"\",\n    \"destination_type\": \"\",\n    \"zoey_shipping_type\": \"1\",\n}\n</code></pre>\n<h2 id=\"responses\">Responses</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status</th>\n<th>Meaning</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>200 OK</code></td>\n<td>Address updated successfully</td>\n</tr>\n<tr>\n<td><code>400 Bad Request</code></td>\n<td>Invalid or missing data</td>\n</tr>\n<tr>\n<td><code>404 Not Found</code></td>\n<td>Order or address type not found</td>\n</tr>\n<tr>\n<td><code>500 Internal Server Error</code></td>\n<td>Unexpected error during save</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"notes\">Notes</h2>\n<ul>\n<li>Only admin API credentials can call this endpoint.</li>\n<li><code>region</code> accepts either the full state name or the two-letter code and will automatically resolve the correct <code>region_id</code>.</li>\n<li>If both <code>region</code> and <code>region_id</code> are omitted, the existing values are preserved.</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["orders",":orderId","addresses",":addressType"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[{"description":{"content":"<p>Order ID.</p>\n","type":"text/plain"},"type":"string","value":"4964","key":"orderId"},{"description":{"content":"<p>The Address type being edited.</p>\n","type":"text/plain"},"type":"any","value":"shipping","key":"addressType"}]}},"response":[],"_postman_id":"d5807229-a364-482e-8633-95e43be1de7d"},{"name":"Get Billing","id":"370da8bf-c332-4104-a240-05f867d928eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/orders/:orderId/addresses/billing","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["orders",":orderId","addresses","billing"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[{"description":{"content":"<p>Order ID. ( Required )</p>\n","type":"text/plain"},"type":"string","value":"175","key":"orderId"}]}},"response":[],"_postman_id":"370da8bf-c332-4104-a240-05f867d928eb"},{"name":"Get Shipping","id":"70d3528b-dc5f-43a8-822c-6e16bb1e4fcd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/orders/:orderId/addresses/shipping","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["orders",":orderId","addresses","shipping"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[{"description":{"content":"<p>Order ID. ( Required )</p>\n","type":"text/plain"},"type":"string","value":"175","key":"orderId"}]}},"response":[],"_postman_id":"70d3528b-dc5f-43a8-822c-6e16bb1e4fcd"}],"id":"ce79f003-2ea3-4c2c-bd08-bf0ff10a2cf8","_postman_id":"ce79f003-2ea3-4c2c-bd08-bf0ff10a2cf8","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}}},{"name":"Items","item":[{"name":"Get","id":"2b63b481-39de-4027-b3b9-b3727034b986","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/orders/:orderId/items?limit=10&page=1&order=item_id&dir=DESC&filter[0][attribute]=product_id&filter[0][eq]=1","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["orders",":orderId","items"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[{"description":{"content":"<p>Limit the amount of results returned. (Optional. Default 10)</p>\n","type":"text/plain"},"key":"limit","value":"10"},{"description":{"content":"<p>Paginate the limit. (Optional)</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Used to sort by property. (Optional)</p>\n","type":"text/plain"},"key":"order","value":"item_id"},{"description":{"content":"<p>Used to sort by direction. (Optional)</p>\n","type":"text/plain"},"key":"dir","value":"DESC"},{"description":{"content":"<p>Used to filter results by property. (Optional)</p>\n","type":"text/plain"},"key":"filter[0][attribute]","value":"product_id"},{"description":{"content":"<p>Used to filter results by action/value. (Optional)</p>\n","type":"text/plain"},"key":"filter[0][eq]","value":"1"}],"variable":[{"description":{"content":"<p>Order ID. ( Required )</p>\n","type":"text/plain"},"type":"string","value":"175","key":"orderId"}]}},"response":[{"id":"6b3610d8-4fd2-46b4-8bf4-4b010d36da8a","name":"Get","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://container-url.zoeysite.com/api/rest/orders/:orderId/items","host":["https://container-url.zoeysite.com/api/rest"],"path":["orders",":orderId","items"],"query":[{"key":"page","value":"1","description":"Paginate the limit. (Optional)","disabled":true},{"key":"order","value":"item_id","description":"Used to sort by property. (Optional)","disabled":true},{"key":"dir","value":"DESC","description":"Used to sort by direction. (Optional)","disabled":true},{"key":"filter[0][attribute]","value":"product_id","description":"Used to filter results by property. (Optional)","disabled":true},{"key":"filter[0][eq]","value":"1","description":"Used to filter results by action/value. (Optional)","disabled":true}],"variable":[{"key":"orderId","value":"489","type":"string","description":"Order ID. ( Required )"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.23.3"},{"key":"Date","value":"Wed, 21 Feb 2024 21:49:38 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=31536000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"item_id\": \"54026\",\n        \"parent_item_id\": null,\n        \"product_id\": \"68679\",\n        \"product_type\": \"simple\",\n        \"sku\": \"dummy-configurable-15\",\n        \"name\": \"dummy-configurable-15 Large-Red\",\n        \"qty_canceled\": \"0.0000\",\n        \"qty_invoiced\": \"0.0000\",\n        \"qty_ordered\": \"6.0000\",\n        \"qty_refunded\": \"0.0000\",\n        \"qty_shipped\": \"0.0000\",\n        \"price\": \"10.0000\",\n        \"base_price\": \"10.0000\",\n        \"original_price\": \"10.0000\",\n        \"base_original_price\": \"10.0000\",\n        \"tax_percent\": \"10.0000\",\n        \"tax_amount\": \"6.0000\",\n        \"base_tax_amount\": \"6.0000\",\n        \"discount_amount\": \"0.0000\",\n        \"base_discount_amount\": \"0.0000\",\n        \"row_total\": \"60.0000\",\n        \"base_row_total\": \"60.0000\",\n        \"price_incl_tax\": \"11.0000\",\n        \"base_price_incl_tax\": \"11.0000\",\n        \"row_total_incl_tax\": \"66.0000\",\n        \"base_row_total_incl_tax\": \"66.0000\",\n        \"qty_to_cancel\": 6,\n        \"qty_to_invoice\": 6,\n        \"qty_to_refund\": 0,\n        \"qty_to_ship\": 6,\n        \"qty_billed\": 6,\n        \"qty_to_bill\": 0\n    },\n    {\n        \"item_id\": \"54027\",\n        \"parent_item_id\": null,\n        \"product_id\": \"68678\",\n        \"product_type\": \"simple\",\n        \"sku\": \"dummy-configurable-14\",\n        \"name\": \"dummy-configurable-14 Large-Yellow\",\n        \"qty_canceled\": \"0.0000\",\n        \"qty_invoiced\": \"0.0000\",\n        \"qty_ordered\": \"6.0000\",\n        \"qty_refunded\": \"0.0000\",\n        \"qty_shipped\": \"0.0000\",\n        \"price\": \"10.0000\",\n        \"base_price\": \"10.0000\",\n        \"original_price\": \"10.0000\",\n        \"base_original_price\": \"10.0000\",\n        \"tax_percent\": \"10.0000\",\n        \"tax_amount\": \"6.0000\",\n        \"base_tax_amount\": \"6.0000\",\n        \"discount_amount\": \"0.0000\",\n        \"base_discount_amount\": \"0.0000\",\n        \"row_total\": \"60.0000\",\n        \"base_row_total\": \"60.0000\",\n        \"price_incl_tax\": \"11.0000\",\n        \"base_price_incl_tax\": \"11.0000\",\n        \"row_total_incl_tax\": \"66.0000\",\n        \"base_row_total_incl_tax\": \"66.0000\",\n        \"qty_to_cancel\": 6,\n        \"qty_to_invoice\": 6,\n        \"qty_to_refund\": 0,\n        \"qty_to_ship\": 6,\n        \"qty_billed\": 6,\n        \"qty_to_bill\": 0\n    },\n    {\n        \"item_id\": \"54028\",\n        \"parent_item_id\": null,\n        \"product_id\": \"68677\",\n        \"product_type\": \"simple\",\n        \"sku\": \"dummy-configurable-13\",\n        \"name\": \"dummy-configurable-13 Large-Green\",\n        \"qty_canceled\": \"0.0000\",\n        \"qty_invoiced\": \"0.0000\",\n        \"qty_ordered\": \"6.0000\",\n        \"qty_refunded\": \"0.0000\",\n        \"qty_shipped\": \"0.0000\",\n        \"price\": \"10.0000\",\n        \"base_price\": \"10.0000\",\n        \"original_price\": \"10.0000\",\n        \"base_original_price\": \"10.0000\",\n        \"tax_percent\": \"10.0000\",\n        \"tax_amount\": \"6.0000\",\n        \"base_tax_amount\": \"6.0000\",\n        \"discount_amount\": \"0.0000\",\n        \"base_discount_amount\": \"0.0000\",\n        \"row_total\": \"60.0000\",\n        \"base_row_total\": \"60.0000\",\n        \"price_incl_tax\": \"11.0000\",\n        \"base_price_incl_tax\": \"11.0000\",\n        \"row_total_incl_tax\": \"66.0000\",\n        \"base_row_total_incl_tax\": \"66.0000\",\n        \"qty_to_cancel\": 6,\n        \"qty_to_invoice\": 6,\n        \"qty_to_refund\": 0,\n        \"qty_to_ship\": 6,\n        \"qty_billed\": 6,\n        \"qty_to_bill\": 0\n    },\n    {\n        \"item_id\": \"54029\",\n        \"parent_item_id\": null,\n        \"product_id\": \"68676\",\n        \"product_type\": \"simple\",\n        \"sku\": \"dummy-configurable-12\",\n        \"name\": \"dummy-configurable-12 Large-Black\",\n        \"qty_canceled\": \"0.0000\",\n        \"qty_invoiced\": \"0.0000\",\n        \"qty_ordered\": \"6.0000\",\n        \"qty_refunded\": \"0.0000\",\n        \"qty_shipped\": \"0.0000\",\n        \"price\": \"10.0000\",\n        \"base_price\": \"10.0000\",\n        \"original_price\": \"10.0000\",\n        \"base_original_price\": \"10.0000\",\n        \"tax_percent\": \"10.0000\",\n        \"tax_amount\": \"6.0000\",\n        \"base_tax_amount\": \"6.0000\",\n        \"discount_amount\": \"0.0000\",\n        \"base_discount_amount\": \"0.0000\",\n        \"row_total\": \"60.0000\",\n        \"base_row_total\": \"60.0000\",\n        \"price_incl_tax\": \"11.0000\",\n        \"base_price_incl_tax\": \"11.0000\",\n        \"row_total_incl_tax\": \"66.0000\",\n        \"base_row_total_incl_tax\": \"66.0000\",\n        \"qty_to_cancel\": 6,\n        \"qty_to_invoice\": 6,\n        \"qty_to_refund\": 0,\n        \"qty_to_ship\": 6,\n        \"qty_billed\": 6,\n        \"qty_to_bill\": 0\n    },\n    {\n        \"item_id\": \"54030\",\n        \"parent_item_id\": null,\n        \"product_id\": \"68663\",\n        \"product_type\": \"simple\",\n        \"sku\": \"dummy-3000\",\n        \"name\": \"Dummy Product 3000\",\n        \"qty_canceled\": \"0.0000\",\n        \"qty_invoiced\": \"0.0000\",\n        \"qty_ordered\": \"1.0000\",\n        \"qty_refunded\": \"0.0000\",\n        \"qty_shipped\": \"0.0000\",\n        \"price\": \"1.0000\",\n        \"base_price\": \"1.0000\",\n        \"original_price\": \"1.0000\",\n        \"base_original_price\": \"1.0000\",\n        \"tax_percent\": \"10.0000\",\n        \"tax_amount\": \"0.1000\",\n        \"base_tax_amount\": \"0.1000\",\n        \"discount_amount\": \"0.0000\",\n        \"base_discount_amount\": \"0.0000\",\n        \"row_total\": \"1.0000\",\n        \"base_row_total\": \"1.0000\",\n        \"price_incl_tax\": \"1.1000\",\n        \"base_price_incl_tax\": \"1.1000\",\n        \"row_total_incl_tax\": \"1.1000\",\n        \"base_row_total_incl_tax\": \"1.1000\",\n        \"qty_to_cancel\": 1,\n        \"qty_to_invoice\": 1,\n        \"qty_to_refund\": 0,\n        \"qty_to_ship\": 1,\n        \"qty_billed\": 1,\n        \"qty_to_bill\": 0\n    }\n]"}],"_postman_id":"2b63b481-39de-4027-b3b9-b3727034b986"},{"name":"Cancel Items","id":"2a9bcb72-c627-4b9f-8404-5f56c8dc35fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[{\"order_id\":27471,\"reason\":\"Reason for Cancelling Items\",\"return_to_stock\":1,\"items\":[{\"item_id\":103949,\"qty_to_cancel\":2,\"uses_packages\":0}]}]","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/sales2/order/cancelItems","description":"<p>This endpoint allows for Canceling individual Item Quantities on an Order. Note that if canceling all items on an Order that the entire Order will be canceled.</p>\n<p>Upon successful completion, a comment will be added to the Order indicating items have been canceled. This comment will not be visible to the customer who placed the Order.</p>\n<p><strong>Item Quantities that have already been Invoiced/Shipped cannot be canceled.</strong></p>\n<p><strong>Items cannot be Canceled for Orders that are in the</strong> <strong><code>complete</code></strong>, <strong><code>closed</code></strong>, or <strong><code>canceled</code></strong> <strong>state.</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Param</th>\n<th>Type</th>\n<th>Notes</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order_id</td>\n<td>integer</td>\n<td>The internal ID of the Order object. Note that this is not the customer facing Order Number.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>reason</td>\n<td>string</td>\n<td>The reason why the items are being canceled. This will be included in the Order comment indicating items have been canceled.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>return_to_stock</td>\n<td>integer</td>\n<td>1/0 flag indicating if the canceled quantity should be returned to stock.</td>\n<td>No</td>\n</tr>\n<tr>\n<td>items</td>\n<td>Array of Item</td>\n<td></td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Item</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Param</th>\n<th><strong>Type</strong></th>\n<th><strong>Notes</strong></th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>item_id</td>\n<td>integer</td>\n<td>The unique ID for this Order Item. This value can be found in the item_id field when retrieving an Order with the API</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>qty_to_cancel</td>\n<td>float</td>\n<td>The quantity to cancel. Note that this cannot be greater than the quantity ordered for the item.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>uses_packages</td>\n<td>integer</td>\n<td>1/0 flag indicating if the item uses packaging.</td>\n<td>No</td>\n</tr>\n<tr>\n<td>package_info</td>\n<td>PackageInfo</td>\n<td>When uses_packages is 1, provide the package_info column to specify the multiplier.</td>\n<td>No</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>PackageInfo</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Param</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Notes</strong></th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>increment</td>\n<td>float</td>\n<td>The qty_to_cancel will be multiplied by this value when canceling an item that uses packaging</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["sales2","order","cancelItems"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[{"id":"67592efe-fc94-4ec1-9774-41c27b95db9e","name":"Cancel Items Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"order_id\":27471,\r\n        \"reason\":\"Reason for Cancelling Items\",\r\n        \"return_to_stock\":1,\r\n        \"items\":[\r\n            {\r\n                \"item_id\":103949,\r\n                \"qty_to_cancel\":2,\r\n                \"uses_packages\":0\r\n            }\r\n        ]\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/sales2/order/cancelItems"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"openresty"},{"key":"Date","value":"Wed, 24 Apr 2024 20:19:10 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Set-Cookie","value":"PHPSESSID=37f93f7c888a900121452dfb20dc7739; expires=Sat, 27 Apr 2024 20:19:09 GMT; Max-Age=259200; path=/; domain=jasontest-lxc39-container.zoeysite.com; secure; HttpOnly"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"status\": {\n            \"success\": 1,\n            \"details\": [\n                {\n                    \"type\": \"success\",\n                    \"code\": \"Items Canceled\",\n                    \"message\": \"\",\n                    \"detail\": \"\"\n                }\n            ]\n        },\n        \"data\": []\n    }\n}"},{"id":"4bf7bd4d-e478-4458-9ddf-e02f321d1faf","name":"Cancel Items Success - Packages","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"order_id\":27473,\r\n        \"reason\":\"Reason for Cancelling Items\",\r\n        \"return_to_stock\":1,\r\n        \"items\":[\r\n            {\r\n                \"item_id\":103951,\r\n                \"qty_to_cancel\":3,\r\n                \"uses_packages\":1,\r\n                \"package_info\":{\r\n                    \"increment\":5\r\n                }\r\n            }\r\n        ]\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/sales2/order/cancelItems"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"openresty"},{"key":"Date","value":"Wed, 24 Apr 2024 20:41:33 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Set-Cookie","value":"PHPSESSID=19f616594612f3575a23acc58cc823fa; expires=Sat, 27 Apr 2024 20:41:33 GMT; Max-Age=259200; path=/; domain=jasontest-lxc39-container.zoeysite.com; secure; HttpOnly"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"status\": {\n            \"success\": 1,\n            \"details\": [\n                {\n                    \"type\": \"success\",\n                    \"code\": \"Items Canceled\",\n                    \"message\": \"\",\n                    \"detail\": \"\"\n                }\n            ]\n        },\n        \"data\": []\n    }\n}"},{"id":"904895c0-1382-4ad9-a4ff-d138a29f3d2e","name":"Cancel Items Error - Invalid QTY","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"order_id\":27471,\r\n        \"reason\":\"Reason for Cancelling Items\",\r\n        \"return_to_stock\":1,\r\n        \"items\":[\r\n            {\r\n                \"item_id\":103949,\r\n                \"qty_to_cancel\":4,\r\n                \"uses_packages\":0\r\n            }\r\n        ]\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/sales2/order/cancelItems"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"openresty"},{"key":"Date","value":"Wed, 24 Apr 2024 20:17:57 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"PHPSESSID=4b2314122c41efebafa105ff701abe5f; expires=Sat, 27 Apr 2024 20:17:57 GMT; Max-Age=259200; path=/; domain=jasontest-lxc39-container.zoeysite.com; secure; HttpOnly"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"messages\": {\n        \"error\": [\n            {\n                \"code\": 500,\n                \"message\": \"SOCI-E-003-03: Invalid Cancel Quantities:\\nCannot cancel Quantity 4 for Simple-Alpha (103949). Maximum Cancel Quantity is 2\"\n            }\n        ]\n    }\n}"},{"id":"ec82c8dc-ee99-4789-8d04-d2692a7e22a2","name":"Cancel Items Error - Order Canceled","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"order_id\":27471,\r\n        \"reason\":\"Reason for Cancelling Items\",\r\n        \"return_to_stock\":1,\r\n        \"items\":[\r\n            {\r\n                \"item_id\":103949,\r\n                \"qty_to_cancel\":2,\r\n                \"uses_packages\":0\r\n            }\r\n        ]\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/sales2/order/cancelItems"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"openresty"},{"key":"Date","value":"Wed, 24 Apr 2024 20:31:44 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"PHPSESSID=87ff1082dc3dcbffa11af6c83edf6e6b; expires=Sat, 27 Apr 2024 20:31:44 GMT; Max-Age=259200; path=/; domain=jasontest-lxc39-container.zoeysite.com; secure; HttpOnly"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"messages\": {\n        \"error\": [\n            {\n                \"code\": 500,\n                \"message\": \"SOCI-E-001: Cannot cancel Items for Order 120023033 because the Order Status is Canceled (canceled)\"\n            }\n        ]\n    }\n}"}],"_postman_id":"2a9bcb72-c627-4b9f-8404-5f56c8dc35fc"},{"name":"Add Items","id":"13b3ce12-5f52-4fac-bad9-62cc5f7641b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"items\": [\n        {\n            \"product_id\": 123,\n            \"qty\": 2,\n            \"price\": 25.00,\n            \"variation_id\": 790,\n            \"customizations\": {\n                \"100\": \"Custom Text\",\n                \"101\": \"Blue\"\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/orders/:orderid/add-items","description":"<h3 id=\"request-fields\">Request Fields:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items</td>\n<td>array</td>\n<td>Yes</td>\n<td>Array of items to add</td>\n</tr>\n<tr>\n<td>items[].product_id</td>\n<td>integer</td>\n<td>Yes</td>\n<td>Product entity ID</td>\n</tr>\n<tr>\n<td>items[].qty</td>\n<td>number</td>\n<td>Yes</td>\n<td>Quantity to add</td>\n</tr>\n<tr>\n<td>items[].price</td>\n<td>number</td>\n<td>No</td>\n<td>Custom price per unit (uses catalog price if not provided)</td>\n</tr>\n<tr>\n<td>items[].variation_id</td>\n<td>integer</td>\n<td>No</td>\n<td>Variation product ID (for configurable products)</td>\n</tr>\n<tr>\n<td>items[].customizations</td>\n<td>object</td>\n<td>No</td>\n<td>Product customizations (option_id =&gt; value)</td>\n</tr>\n<tr>\n<td>items[].unique_in_quote</td>\n<td>integer</td>\n<td>No</td>\n<td>Controls merge behavior. <code>0</code> (default) = merge with existing matching item. Non-zero = force new line item.</td>\n</tr>\n<tr>\n<td>items[].use_discount</td>\n<td>integer</td>\n<td>No</td>\n<td>Whether discounts apply to this item (default: 1)</td>\n</tr>\n<tr>\n<td>items[].uses_markdown</td>\n<td>integer</td>\n<td>No</td>\n<td>Markdown pricing flag</td>\n</tr>\n<tr>\n<td>items[].comment</td>\n<td>string</td>\n<td>No</td>\n<td>Item-level comment</td>\n</tr>\n<tr>\n<td>items[].attachments</td>\n<td>mixed</td>\n<td>No</td>\n<td>Item attachments</td>\n</tr>\n<tr>\n<td>items[].option_inventory_location</td>\n<td>mixed</td>\n<td>No</td>\n<td>Inventory location data</td>\n</tr>\n<tr>\n<td>preview</td>\n<td>boolean</td>\n<td>No</td>\n<td>If <code>true</code>, returns what the order would look like without saving changes (dry-run)</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"error-responses\"><strong>Error Responses</strong>:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>400</td>\n<td>Bad Request - Validation error</td>\n<td>\"Items array is required.\"</td>\n</tr>\n<tr>\n<td>400</td>\n<td>Product not found</td>\n<td>\"Product with SKU 'X' does not exist.\"</td>\n</tr>\n<tr>\n<td>400</td>\n<td>Order in finished state</td>\n<td>\"Cannot add items to order in complete state.\"</td>\n</tr>\n<tr>\n<td>400</td>\n<td>Negative/zero price</td>\n<td>\"Price must be greater than 0 for item X.\" (code: <code>ORDEDIT-INPUT-ERROR-CODE-001</code>)</td>\n</tr>\n<tr>\n<td>400</td>\n<td>Negative quantity</td>\n<td>\"Quantity must be greater than 0 for item X.\" (code: <code>ORDEDIT-INPUT-ERROR-CODE-002</code>)</td>\n</tr>\n<tr>\n<td>400</td>\n<td>Extreme quantity</td>\n<td>\"Quantity cannot exceed 10,000 for item X.\" (code: <code>ORDEDIT-INPUT-ERROR-CODE-002</code>)</td>\n</tr>\n<tr>\n<td>400</td>\n<td>Configurable without variation</td>\n<td>\"Configurable product X requires a variation_id.\"</td>\n</tr>\n<tr>\n<td>401</td>\n<td>Unauthorized</td>\n<td>\"Invalid authentication credentials.\"</td>\n</tr>\n<tr>\n<td>404</td>\n<td>Order not found</td>\n<td>\"Order not found.\"</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["orders",":orderid","add-items"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[{"description":{"content":"<p>Order entity ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"orderid"}]}},"response":[{"id":"2e7e5f2e-f84c-448a-b75e-1c2e94d21124","name":"Add Items","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"items\": [\n        {\n            \"product_id\": 123,\n            \"qty\": 2,\n            \"price\": 25.00,\n            \"variation_id\": 790,\n            \"customizations\": {\n                \"100\": \"Custom Text\",\n                \"101\": \"Blue\"\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://container-url.zoeysite.com/api/rest/orders/:orderid/add-items","host":["https://container-url.zoeysite.com/api/rest"],"path":["orders",":orderid","add-items"],"variable":[{"key":"orderid","value":"","description":"Order entity ID"}]}},"code":200,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"success\": true,\n  \"order_id\": \"12345\",\n  \"increment_id\": \"200000123\",\n  \"subtotal\": \"140.0000\",\n  \"tax_amount\": \"10.0000\",\n  \"shipping_amount\": \"0.0000\",\n  \"discount_amount\": \"0.0000\",\n  \"grand_total\": \"150.0000\",\n  \"total_item_count\": \"5\",\n  \"history\": [\n    {\n      \"id\": 123,\n      \"status\": \"pending\",\n      \"comment\": \"API User ID: 1\\nThe following items were added to the Order: ...\",\n      \"created_at\": \"2026-01-30 14:30:00\",\n      \"is_customer_notified\": false,\n      \"is_visible_on_front\": false\n    }\n  ]\n}\n"}],"_postman_id":"13b3ce12-5f52-4fac-bad9-62cc5f7641b9"},{"name":"Edit Items","id":"59133d18-f54b-4500-9224-85797cbcb28f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"items\": [\n        {\n            \"item_id\": 3196,\n            \"qty\": 5,\n            \"price\": 22.50\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/orders/:orderid/edit-items","description":"<h3 id=\"request-fields\">Request Fields:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items</td>\n<td>array</td>\n<td>Yes</td>\n<td>Array of items to edit</td>\n</tr>\n<tr>\n<td>items[].item_id</td>\n<td>integer</td>\n<td>Preferred</td>\n<td>Order item ID (most explicit - use this if available)</td>\n</tr>\n<tr>\n<td>items[].sku</td>\n<td>string</td>\n<td>Alternative</td>\n<td>Product SKU (fallback - matches first item with this SKU)</td>\n</tr>\n<tr>\n<td>items[].product_id</td>\n<td>integer</td>\n<td>Legacy</td>\n<td>Product entity ID (legacy support - matches first item)</td>\n</tr>\n<tr>\n<td>items[].qty</td>\n<td>number</td>\n<td>No</td>\n<td>New quantity (for sparse update)</td>\n</tr>\n<tr>\n<td>items[].price</td>\n<td>number</td>\n<td>No</td>\n<td>New price per unit (for sparse update)</td>\n</tr>\n<tr>\n<td>preview</td>\n<td>boolean</td>\n<td>No</td>\n<td>If <code>true</code>, returns what the order would look like without saving changes (dry-run)</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p>When the same product exists multiple times on an order (e.g., with different prices or delivery dates), you <strong>must use</strong> <code>item_id</code> to specify which item to edit. The <code>sku</code> and <code>product_id</code> options will match the <strong>first item only</strong>. </p>\n</blockquote>\n<h3 id=\"error-responses\"><strong>Error Responses</strong>:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>400</td>\n<td>Order has bills</td>\n<td>\"Cannot edit items on Order 200000123 because it has Open and/or Paid bills.\"</td>\n</tr>\n<tr>\n<td>400</td>\n<td>Order has shipments</td>\n<td>\"Cannot edit items on Order because it has shipments.\"</td>\n</tr>\n<tr>\n<td>400</td>\n<td>Product not on order</td>\n<td>\"Product 'SKU-123' does not exist on order.\"</td>\n</tr>\n<tr>\n<td>400</td>\n<td>Multiple items, use item_id</td>\n<td>\"Multiple items with SKU 'ABC-123'. Use item_id instead.\"</td>\n</tr>\n<tr>\n<td>400</td>\n<td>No changes detected</td>\n<td>\"No changes detected. All items have the same quantity and price as the current order.\"</td>\n</tr>\n<tr>\n<td>400</td>\n<td>Negative/zero price</td>\n<td>\"Price must be greater than 0 for item X.\" (code: <code>ORDEDIT-INPUT-ERROR-CODE-001</code>)</td>\n</tr>\n<tr>\n<td>400</td>\n<td>Negative quantity</td>\n<td>\"Quantity must be greater than 0 for item X.\" (code: <code>ORDEDIT-INPUT-ERROR-CODE-002</code>)</td>\n</tr>\n<tr>\n<td>400</td>\n<td>Extreme quantity</td>\n<td>\"Quantity cannot exceed 10,000 for item X.\" (code: <code>ORDEDIT-INPUT-ERROR-CODE-002</code>)</td>\n</tr>\n<tr>\n<td>400</td>\n<td>Zero quantity</td>\n<td>\"Use remove-items endpoint to remove item from order.\" (code: <code>ORDEDIT-EDIT-ERROR-CODE-014</code>)</td>\n</tr>\n<tr>\n<td>401</td>\n<td>Unauthorized</td>\n<td>\"Invalid authentication credentials.\"</td>\n</tr>\n<tr>\n<td>404</td>\n<td>Order not found</td>\n<td>\"Order not found.\"</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["orders",":orderid","edit-items"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[{"description":{"content":"<p>Order entity ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"orderid"}]}},"response":[{"id":"d081abbc-5360-487f-b830-25d282dce479","name":"Edit Items","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"items\": [\n        {\n            \"item_id\": 3196,\n            \"qty\": 5,\n            \"price\": 22.50\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://container-url.zoeysite.com/api/rest/orders/:orderid/edit-items","host":["https://container-url.zoeysite.com/api/rest"],"path":["orders",":orderid","edit-items"],"variable":[{"key":"orderid","value":"","description":"Order entity ID"}]}},"code":200,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"success\": true,\n  \"order_id\": \"12345\",\n  \"increment_id\": \"200000123\",\n  \"subtotal\": \"140.0000\",\n  \"tax_amount\": \"10.0000\",\n  \"shipping_amount\": \"0.0000\",\n  \"discount_amount\": \"0.0000\",\n  \"grand_total\": \"150.0000\",\n  \"total_item_count\": \"5\",\n  \"history\": [\n    {\n      \"id\": 123,\n      \"status\": \"pending\",\n      \"comment\": \"API User ID: 1\\nThe following items were added to the Order: ...\",\n      \"created_at\": \"2026-01-30 14:30:00\",\n      \"is_customer_notified\": false,\n      \"is_visible_on_front\": false\n    }\n  ]\n}\n"}],"_postman_id":"59133d18-f54b-4500-9224-85797cbcb28f"},{"name":"Remove Items","id":"1b351125-6824-4d73-826d-2df159cfabd5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"items\": [\n        {\n            \"item_id\": 456,\n            \"qty\": 2\n        }\n    ],\n    \"preview\": false,\n    \"remove_additional_items\": false\n}\n","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/orders/:orderid/remove-items","description":"<h3 id=\"request-fields\">Request Fields:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items</td>\n<td>array</td>\n<td>Conditional</td>\n<td>Array of items to remove. Required unless <code>remove_additional_items</code> is true.</td>\n</tr>\n<tr>\n<td>items[].item_id</td>\n<td>integer</td>\n<td>Yes</td>\n<td>Order item ID (sales_flat_order_item.item_id)</td>\n</tr>\n<tr>\n<td>items[].qty</td>\n<td>number</td>\n<td>No</td>\n<td>Quantity to remove (if not provided, removes entire item)</td>\n</tr>\n<tr>\n<td>preview</td>\n<td>boolean</td>\n<td>No</td>\n<td>If <code>true</code>, returns what the order would look like without saving changes (dry-run)</td>\n</tr>\n<tr>\n<td>remove_additional_items</td>\n<td>boolean</td>\n<td>No</td>\n<td>If <code>true</code>, automatically removes all items added via AddItems API (marked with <code>is_additional_order_item</code> flag)</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"error-responses\"><strong>Error Responses</strong>:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>400</td>\n<td>Cannot remove last item</td>\n<td>\"Cannot remove all items from order. Use cancel order instead.\"</td>\n</tr>\n<tr>\n<td>400</td>\n<td>Item partially shipped</td>\n<td>\"Cannot remove item %s because %s units have been shipped.\"</td>\n</tr>\n<tr>\n<td>400</td>\n<td>Item partially invoiced</td>\n<td>\"Cannot remove item %s because %s units have been invoiced.\"</td>\n</tr>\n<tr>\n<td>400</td>\n<td>No additional items</td>\n<td>\"No additional order items found on this order.\"</td>\n</tr>\n<tr>\n<td>400</td>\n<td>Negative quantity</td>\n<td>\"Quantity must be greater than 0 for item X.\" (code: <code>ORDEDIT-INPUT-ERROR-CODE-002</code>)</td>\n</tr>\n<tr>\n<td>400</td>\n<td>Extreme quantity</td>\n<td>\"Quantity cannot exceed 10,000 for item X.\" (code: <code>ORDEDIT-INPUT-ERROR-CODE-002</code>)</td>\n</tr>\n<tr>\n<td>401</td>\n<td>Unauthorized</td>\n<td>\"Invalid authentication credentials.\"</td>\n</tr>\n<tr>\n<td>404</td>\n<td>Order not found</td>\n<td>\"Order not found.\"</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["orders",":orderid","remove-items"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[{"description":{"content":"<p>Order entity ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"orderid"}]}},"response":[{"id":"bea4e647-f9f0-4d9f-8847-446d794dcfb2","name":"Remove Items","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"items\": [\n        {\n            \"item_id\": 456,\n            \"qty\": 2\n        }\n    ],\n    \"preview\": false,\n    \"remove_additional_items\": false\n}\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://container-url.zoeysite.com/api/rest/orders/:orderid/edit-items","host":["https://container-url.zoeysite.com/api/rest"],"path":["orders",":orderid","edit-items"],"variable":[{"key":"orderid","value":"","description":"Order entity ID"}]}},"code":200,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"order_id\": \"12345\",\n    \"increment_id\": \"200000123\",\n    \"subtotal\": \"75.0000\",\n    \"tax_amount\": \"5.0000\",\n    \"shipping_amount\": \"0.0000\",\n    \"discount_amount\": \"0.0000\",\n    \"grand_total\": \"80.0000\",\n    \"total_item_count\": \"2\",\n    \"history\": [...]\n}"},{"id":"02943719-6173-4d2f-972d-fb48f553555f","name":"Remove Items Preview","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"items\": [\n        {\n            \"item_id\": 456,\n            \"qty\": 2\n        }\n    ],\n    \"preview\": false,\n    \"remove_additional_items\": false\n}\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://container-url.zoeysite.com/api/rest/orders/:orderid/edit-items","host":["https://container-url.zoeysite.com/api/rest"],"path":["orders",":orderid","edit-items"],"variable":[{"key":"orderid","value":"","description":"Order entity ID"}]}},"code":200,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"order_id\": \"12345\",\n    \"increment_id\": \"200000123\",\n    \"subtotal\": \"75.0000\",\n    \"tax_amount\": \"5.0000\",\n    \"shipping_amount\": \"0.0000\",\n    \"discount_amount\": \"0.0000\",\n    \"grand_total\": \"80.0000\",\n    \"total_item_count\": \"2\",\n    \"preview\": true,\n    \"preview_data\": {\n        \"original_grand_total\": \"130.00\",\n        \"new_grand_total\": \"80.00\",\n        \"items_affected\": 1\n    }\n}"}],"_postman_id":"1b351125-6824-4d73-826d-2df159cfabd5"},{"name":"Versions","id":"c03d0545-9b2b-4671-b399-4b6103b12ca3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/orders/:orderid/versions","description":"<h3 id=\"request-fields\">Request Fields:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items</td>\n<td>array</td>\n<td>Conditional</td>\n<td>Array of items to remove. Required unless <code>remove_additional_items</code> is true.</td>\n</tr>\n<tr>\n<td>items[].item_id</td>\n<td>integer</td>\n<td>Yes</td>\n<td>Order item ID (sales_flat_order_item.item_id)</td>\n</tr>\n<tr>\n<td>items[].qty</td>\n<td>number</td>\n<td>No</td>\n<td>Quantity to remove (if not provided, removes entire item)</td>\n</tr>\n<tr>\n<td>preview</td>\n<td>boolean</td>\n<td>No</td>\n<td>If <code>true</code>, returns what the order would look like without saving changes (dry-run)</td>\n</tr>\n<tr>\n<td>remove_additional_items</td>\n<td>boolean</td>\n<td>No</td>\n<td>If <code>true</code>, automatically removes all items added via AddItems API (marked with <code>is_additional_order_item</code> flag)</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"error-responses\"><strong>Error Responses</strong>:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>400</td>\n<td>Cannot remove last item</td>\n<td>\"Cannot remove all items from order. Use cancel order instead.\"</td>\n</tr>\n<tr>\n<td>400</td>\n<td>Item partially shipped</td>\n<td>\"Cannot remove item %s because %s units have been shipped.\"</td>\n</tr>\n<tr>\n<td>400</td>\n<td>Item partially invoiced</td>\n<td>\"Cannot remove item %s because %s units have been invoiced.\"</td>\n</tr>\n<tr>\n<td>400</td>\n<td>No additional items</td>\n<td>\"No additional order items found on this order.\"</td>\n</tr>\n<tr>\n<td>400</td>\n<td>Negative quantity</td>\n<td>\"Quantity must be greater than 0 for item X.\" (code: <code>ORDEDIT-INPUT-ERROR-CODE-002</code>)</td>\n</tr>\n<tr>\n<td>400</td>\n<td>Extreme quantity</td>\n<td>\"Quantity cannot exceed 10,000 for item X.\" (code: <code>ORDEDIT-INPUT-ERROR-CODE-002</code>)</td>\n</tr>\n<tr>\n<td>401</td>\n<td>Unauthorized</td>\n<td>\"Invalid authentication credentials.\"</td>\n</tr>\n<tr>\n<td>404</td>\n<td>Order not found</td>\n<td>\"Order not found.\"</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["orders",":orderid","versions"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[{"description":{"content":"<p>Order entity ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"orderid"}]}},"response":[{"id":"221c5d58-e80c-46f9-8a2c-8c8ce6d8beab","name":"Versions","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"items\": [\n        {\n            \"item_id\": 456,\n            \"qty\": 2\n        }\n    ],\n    \"preview\": false,\n    \"remove_additional_items\": false\n}\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://container-url.zoeysite.com/api/rest/orders/:orderid/edit-items","host":["https://container-url.zoeysite.com/api/rest"],"path":["orders",":orderid","edit-items"],"variable":[{"key":"orderid","value":"","description":"Order entity ID"}]}},"code":200,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"[\n    {\n        \"id\": 5,\n        \"order_id\": 12345,\n        \"version\": 3,\n        \"created_at\": \"2026-01-30 14:30:00\",\n        \"created_by\": 1,\n        \"source\": \"api\",\n        \"comment\": \"Items edited via API\",\n        \"order_snapshot\": {\n            \"grand_total\": \"150.00\",\n            \"items\": [...]\n        }\n    },\n    {\n        \"id\": 4,\n        \"order_id\": 12345,\n        \"version\": 2,\n        \"created_at\": \"2026-01-29 10:00:00\",\n        \"created_by\": 1,\n        \"source\": \"api\",\n        \"comment\": \"Items added via API\",\n        \"order_snapshot\": {\n            \"grand_total\": \"100.00\",\n            \"items\": [...]\n        }\n    }\n]\n"}],"_postman_id":"c03d0545-9b2b-4671-b399-4b6103b12ca3"},{"name":"Version","id":"ae137e33-66c1-4237-baf4-402bcabcee11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/orders/:orderid/versions/:version","description":"<h3 id=\"error-responses\"><strong>Error Responses</strong>:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>400</td>\n<td>Version required</td>\n<td>\"Version is required.\"</td>\n</tr>\n<tr>\n<td>404</td>\n<td>Version not found</td>\n<td>\"Version not found for this order.\"</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["orders",":orderid","versions",":version"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[{"description":{"content":"<p>Order entity ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"orderid"},{"description":{"content":"<p>Version number</p>\n","type":"text/plain"},"type":"any","value":"","key":"version"}]}},"response":[{"id":"a1be0487-7408-4b9d-8235-519b3216baba","name":"Version","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"items\": [\n        {\n            \"item_id\": 456,\n            \"qty\": 2\n        }\n    ],\n    \"preview\": false,\n    \"remove_additional_items\": false\n}\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://container-url.zoeysite.com/api/rest/orders/:orderid/edit-items","host":["https://container-url.zoeysite.com/api/rest"],"path":["orders",":orderid","edit-items"],"variable":[{"key":"orderid","value":"","description":"Order entity ID"}]}},"code":200,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"id\": 5,\n  \"order_id\": 12345,\n  \"version\": 3,\n  \"created_at\": \"2026-01-30 14:30:00\",\n  \"created_by\": 1,\n  \"source\": \"api\",\n  \"comment\": \"Items edited via API\",\n  \"order_snapshot\": {\n    \"grand_total\": \"150.00\",\n    \"subtotal\": \"140.00\",\n    \"tax_amount\": \"10.00\",\n    \"shipping_amount\": \"0.00\",\n    \"items\": [\n      {\n        \"item_id\": 456,\n        \"product_id\": 123,\n        \"sku\": \"ABC-123\",\n        \"name\": \"Product Name\",\n        \"qty\": 5,\n        \"price\": 28.00,\n        \"row_total\": 140.00\n      }\n    ]\n  }\n}\n"}],"_postman_id":"ae137e33-66c1-4237-baf4-402bcabcee11"},{"name":"Rollback Version","id":"0dd6b299-7851-43d3-9cc4-ef6a4c5a6710","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/orders/:orderid/versions/:version/rollback","description":"<h3 id=\"rollback-process\"><strong>Rollback Process:</strong></h3>\n<ol>\n<li><p>Creates a new snapshot of the current order state (for undo capability)</p>\n</li>\n<li><p>Compares current items with snapshot items</p>\n</li>\n<li><p>Removes items not in snapshot</p>\n</li>\n<li><p>Edits items with changed qty/price</p>\n</li>\n<li><p>Adds items that were in snapshot but not currently on order</p>\n</li>\n<li><p>Handles customization changes (removes and re-adds items with different customizations)</p>\n</li>\n</ol>\n<h3 id=\"error-responses\"><strong>Error Responses:</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>400</td>\n<td>Version required</td>\n<td>\"Version is required.\"</td>\n</tr>\n<tr>\n<td>404</td>\n<td>Version not found</td>\n<td>\"Version not found for this order.\"</td>\n</tr>\n<tr>\n<td>423</td>\n<td>Order locked</td>\n<td>\"Order is currently locked and cannot be edited.\"</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["orders",":orderid","versions",":version","rollback"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[{"description":{"content":"<p>Order entity ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"orderid"},{"description":{"content":"<p>Version number</p>\n","type":"text/plain"},"type":"any","value":"","key":"version"}]}},"response":[{"id":"461cf568-c833-4837-bb8a-d957525855f3","name":"Rollback Version","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"items\": [\n        {\n            \"item_id\": 456,\n            \"qty\": 2\n        }\n    ],\n    \"preview\": false,\n    \"remove_additional_items\": false\n}\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://container-url.zoeysite.com/api/rest/orders/:orderid/edit-items","host":["https://container-url.zoeysite.com/api/rest"],"path":["orders",":orderid","edit-items"],"variable":[{"key":"orderid","value":"","description":"Order entity ID"}]}},"code":200,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"success\": true,\n  \"order_id\": \"12345\",\n  \"increment_id\": \"200000123\",\n  \"subtotal\": \"90.0000\",\n  \"tax_amount\": \"0.0000\",\n  \"shipping_amount\": \"0.0000\",\n  \"discount_amount\": \"0.0000\",\n  \"grand_total\": \"100.0000\",\n  \"total_item_count\": \"2\",\n  \"history\": [...]\n}"}],"_postman_id":"0dd6b299-7851-43d3-9cc4-ef6a4c5a6710"}],"id":"483efd09-a9b3-40d3-a1cf-169486020278","_postman_id":"483efd09-a9b3-40d3-a1cf-169486020278","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}}},{"name":"Invoices (Internal Payments)","item":[{"name":"Comments","item":[{"name":"Add","id":"ba813b7d-7e81-465a-9e1c-ace22ea000db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"invoiceIncrementId\": \"100000030\",\n    \"comment\": \"This is my test comment.\",\n    \"email\": true,\n    \"includeInEmail\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/sales2/orders/invoice/comment","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Param</th>\n<th>Type</th>\n<th>Notes</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>invoiceIncrementId</code></td>\n<td>string</td>\n<td>The increment id of the Invoice.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><code>comment</code></td>\n<td>string</td>\n<td>The comment being added to the invoice.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><code>email</code></td>\n<td>boolean</td>\n<td>Notify the customer of the comment being added.</td>\n<td>No (default: false)</td>\n</tr>\n<tr>\n<td><code>includeInEmail</code></td>\n<td>boolean</td>\n<td>Include the comment in the notification email.</td>\n<td>No (default: false)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["sales2","orders","invoice","comment"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[],"_postman_id":"ba813b7d-7e81-465a-9e1c-ace22ea000db"}],"id":"d093e769-7fb2-4e78-8d88-d6c059c236a4","_postman_id":"d093e769-7fb2-4e78-8d88-d6c059c236a4","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}}},{"name":"Create","id":"50ac5624-a163-4d04-9154-479a52f0b8c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"orderIncrementId\": \"100001588\",\n    \"itemsQty\": {\n        \"57186\": 1,\n        \"57187\": 1\n    },\n    \"comment\": \"Created By API\",\n    \"email\": \"0\",\n    \"includeComment\": \"0\",\n    \"shipmentData\": {\n        \"send_email\": \"1\",\n        \"ship_items\": { \"311\": \"1\" },\n        \"tracking\": [\n            {\n                \"carrier_code\": \"usps\",\n                \"number\": \"987234987235\",\n                \"title\": \"United States Postal Service\"\n            }\n        ]\n    },\n    \"extraData\": {\n        \"totals_info\": [\n            { \"code\": \"shipping\",           \"base_raw_value\": \"0\" },\n            { \"code\": \"discount\",           \"base_raw_value\": \"20\" },\n            { \"code\": \"payment_surcharge\",  \"base_raw_value\": \"0\" },\n            { \"code\": \"tax\",                \"base_raw_value\": \"0\" }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/sales2/orders/invoice","description":"<p>This endpoint creates a <strong>Payment</strong>.<br />It can also create a Shipment for certain items.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Param</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>orderIncrementId</code></td>\n<td>The increment ID of the order to create the invoice for.</td>\n</tr>\n<tr>\n<td><code>itemsQty</code></td>\n<td>Object key is itemId and the value is qty. (ex. <code>{ \"311\": \"2\", \"312\": \"1\" }</code> Would invoice <code>2</code> of order item <code>311</code> and <code>1</code> of order item <code>312</code>). The Order Item ID that is used will always be the Parent ID in the event of a Configurable/Grouped/Bundled product. If an empty JSON object is posted then it will process ALL remaining items.</td>\n</tr>\n<tr>\n<td><code>comment</code></td>\n<td>Message to send to create on invoice for customer to see. (Optional)</td>\n</tr>\n<tr>\n<td><code>email</code></td>\n<td>Flag to send invoice email to customer on creation. Use value 1 to send</td>\n</tr>\n<tr>\n<td><code>includeComment</code></td>\n<td>Flag to include comment on the email, if sent. Use value 1 to include.</td>\n</tr>\n<tr>\n<td><code>shipmentData</code></td>\n<td>Used when shipping at the same time as invoicing. Array of <code>ShipmentData</code> OR <code>true</code>. When set to <code>true</code> it will ship all items/quantities that are being invoiced.</td>\n</tr>\n<tr>\n<td><code>extraData</code></td>\n<td>Used to set custom totals. Uses ExtraData</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>ShipmentData</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Param</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>ship_items</code></td>\n<td>Object key is itemId and the value is qty. (ex. <code>{ \"311\": \"2\", \"312\": \"1\" }</code> Would ship <code>2</code> of order item <code>311</code> and <code>1</code> of order item <code>312</code>) The Order Item ID that is used will always be the Parent ID in the event of a Configurable/Grouped/Bundled product. (Optional, will use all items/quantities that are being invoiced if not provided.)</td>\n</tr>\n<tr>\n<td><code>tracking</code></td>\n<td>Array of TrackingData</td>\n</tr>\n<tr>\n<td><code>send_email</code></td>\n<td>1</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>TrackingData</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Param</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>carrier_code</code></td>\n<td>Code for the shipment carrier used for tracking. A list is available using the <a href=\"https://apidocs.zoey.com/#247b9e54-7c63-474d-8fe7-cf63a8c69bc6\">Get Carriers</a> method.</td>\n</tr>\n<tr>\n<td><code>number</code></td>\n<td>Tracking Number</td>\n</tr>\n<tr>\n<td><code>title</code></td>\n<td>Tracking Carrier title</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>ExtraData</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Param</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>totals_info</code></td>\n<td>Object used to set custom totals for invoice. Array of <code>ExtraDataTotal</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>ExtraDataTotal</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Param</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>code</code></td>\n<td>Total being updated. (<code>shipping</code>, <code>discount</code>, <code>payment_surcharge</code>, <code>tax</code>)</td>\n</tr>\n<tr>\n<td><code>base_raw_value</code></td>\n<td>Value to set the total to. (number)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["sales2","orders","invoice"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[{"id":"71579278-086d-4520-a1fe-bc26ccc358cb","name":"Create","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"orderIncrementId\": \"100000180\",\n    \"itemsQty\": { \"311\": \"2\", \"312\": \"1\" },\n    \"comment\": \"Created By API\",\n    \"email\": \"1\",\n    \"includeComment\": \"1\",\n    \"shipmentData\": {\n        \"ship_items\": { \"311\": \"2\", \"312\": \"1\" },\n        \"tracking\": [\n            {\n                \"carrier_code\": \"usps\",\n                \"number\": \"0123456789\",\n                \"title\": \"United States Postal Service\"\n            }\n        ]\n    },\n    \"extraData\": {\n        \"totals_info\": [\n            { \"code\": \"shipping\",           \"base_raw_value\": \"100\" },\n            { \"code\": \"discount\",           \"base_raw_value\": \"50\" },\n            { \"code\": \"payment_surcharge\",  \"base_raw_value\": \"10\" },\n            { \"code\": \"tax\",                \"base_raw_value\": \"0\" }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/sales2/orders/invoice"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 26 Nov 2020 02:41:42 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=51np6c0pljp2cu4rvrpu6hm4t5; expires=Sun, 29-Nov-2020 02:41:41 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"Set-Cookie","value":"customer_group=0; expires=Sun, 29-Nov-2020 02:41:41 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"\"100000066\""}],"_postman_id":"50ac5624-a163-4d04-9154-479a52f0b8c0"},{"name":"Get","id":"2c2c7672-432e-4856-8b4b-2d5181fc318f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/sales2/orders/invoice/?id=100000455","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["sales2","orders","invoice",""],"host":["https://container-url.zoeysite.com/api/rest"],"query":[{"description":{"content":"<p>Increment ID of Invoice</p>\n","type":"text/plain"},"key":"id","value":"100000455"}],"variable":[]}},"response":[{"id":"3731b486-1cfc-4fbe-a02d-d680bc22a6f4","name":"Get","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://container-url.zoeysite.com/api/rest/sales2/orders/invoice/?id=100000455","host":["https://container-url.zoeysite.com/api/rest"],"path":["sales2","orders","invoice",""],"query":[{"key":"id","value":"100000455","description":"Increment ID of Invoice"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.23.3"},{"key":"Date","value":"Wed, 05 Jun 2024 18:35:00 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=31536000"}],"cookie":[],"responseTime":null,"body":"{\n    \"store_id\": \"1\",\n    \"base_grand_total\": \"117.7000\",\n    \"shipping_tax_amount\": \"0.0000\",\n    \"tax_amount\": \"5.7000\",\n    \"base_tax_amount\": \"5.7000\",\n    \"store_to_order_rate\": \"1.0000\",\n    \"base_shipping_tax_amount\": \"0.0000\",\n    \"base_discount_amount\": \"0.0000\",\n    \"base_to_order_rate\": \"1.0000\",\n    \"grand_total\": \"117.7000\",\n    \"shipping_amount\": \"45.0000\",\n    \"subtotal_incl_tax\": \"72.7000\",\n    \"base_subtotal_incl_tax\": \"72.7000\",\n    \"store_to_base_rate\": \"1.0000\",\n    \"base_shipping_amount\": \"45.0000\",\n    \"total_qty\": \"10.0000\",\n    \"base_to_global_rate\": \"1.0000\",\n    \"subtotal\": \"67.0000\",\n    \"base_subtotal\": \"67.0000\",\n    \"discount_amount\": \"0.0000\",\n    \"billing_address_id\": \"1587\",\n    \"is_used_for_refund\": null,\n    \"order_id\": \"796\",\n    \"email_sent\": \"1\",\n    \"can_void_flag\": null,\n    \"state\": \"3\",\n    \"shipping_address_id\": \"1588\",\n    \"store_currency_code\": \"USD\",\n    \"transaction_id\": null,\n    \"order_currency_code\": \"USD\",\n    \"base_currency_code\": \"USD\",\n    \"global_currency_code\": \"USD\",\n    \"increment_id\": \"100000455\",\n    \"replaced_increment_id\": null,\n    \"created_at\": \"2024-05-23 21:29:34\",\n    \"internal_created_at\": \"2024-05-23 21:29:34\",\n    \"updated_at\": \"2024-05-23 21:30:25\",\n    \"hidden_tax_amount\": \"0.0000\",\n    \"base_hidden_tax_amount\": \"0.0000\",\n    \"shipping_hidden_tax_amount\": \"0.0000\",\n    \"base_shipping_hidden_tax_amnt\": null,\n    \"shipping_incl_tax\": \"45.0000\",\n    \"base_shipping_incl_tax\": \"45.0000\",\n    \"base_total_refunded\": null,\n    \"discount_description\": null,\n    \"old_invoice_id\": null,\n    \"old_invoice_increment_id\": null,\n    \"base_giftcard_discount\": \"0.0000\",\n    \"giftcard_discount\": \"0.0000\",\n    \"payment_fee_amount\": null,\n    \"base_payment_fee_amount\": null,\n    \"payment_installment_fee_amount\": null,\n    \"base_payment_installment_fee_amount\": null,\n    \"zoey_custom_options_price\": null,\n    \"base_zoey_custom_options_price\": null,\n    \"is_archived\": \"0\",\n    \"apply_store_credit\": \"0\",\n    \"store_credit_amount\": \"0.0000\",\n    \"base_store_credit_amount\": \"0.0000\",\n    \"payment_surcharge_amount\": \"0.0000\",\n    \"base_payment_surcharge_amount\": \"0.0000\",\n    \"net_term_discount\": \"0.0000\",\n    \"base_net_term_discount\": \"0.0000\",\n    \"net_term_late_fee\": \"0.0000\",\n    \"base_net_term_late_fee\": \"0.0000\",\n    \"avatax_landed_cost_import_duties_amount\": null,\n    \"base_avatax_landed_cost_import_duties_amount\": null,\n    \"avatax_collected_taxes\": null,\n    \"avatax_fixed_tax_amount\": null,\n    \"base_avatax_fixed_tax_amount\": null,\n    \"invoice_id\": \"393\",\n    \"order_increment_id\": \"100000772\",\n    \"items\": [\n        {\n            \"parent_id\": \"393\",\n            \"base_price\": \"10.0000\",\n            \"tax_amount\": \"0.0000\",\n            \"base_row_total\": \"10.0000\",\n            \"discount_amount\": null,\n            \"row_total\": \"10.0000\",\n            \"base_discount_amount\": null,\n            \"price_incl_tax\": \"10.0000\",\n            \"base_tax_amount\": \"0.0000\",\n            \"base_price_incl_tax\": \"10.0000\",\n            \"qty\": \"1.0000\",\n            \"base_cost\": null,\n            \"price\": \"10.0000\",\n            \"base_row_total_incl_tax\": \"10.0000\",\n            \"row_total_incl_tax\": \"10.0000\",\n            \"product_id\": \"69132\",\n            \"order_item_id\": \"54708\",\n            \"additional_data\": null,\n            \"description\": null,\n            \"sku\": \"H7LgaZdDYrui9UdmfkrEIqMzgJj4MbLk3MdfPEk32I7NaPr4A0P7qgFfdG81zxTb\",\n            \"name\": \"Testing Product\",\n            \"hidden_tax_amount\": \"0.0000\",\n            \"base_hidden_tax_amount\": \"0.0000\",\n            \"base_weee_tax_applied_amount\": \"0.0000\",\n            \"base_weee_tax_applied_row_amnt\": \"0.0000\",\n            \"base_weee_tax_applied_row_amount\": \"0.0000\",\n            \"weee_tax_applied_amount\": \"0.0000\",\n            \"weee_tax_applied_row_amount\": \"0.0000\",\n            \"weee_tax_applied\": \"a:0:{}\",\n            \"weee_tax_disposition\": \"0.0000\",\n            \"weee_tax_row_disposition\": \"0.0000\",\n            \"base_weee_tax_disposition\": \"0.0000\",\n            \"base_weee_tax_row_disposition\": \"0.0000\",\n            \"zoey_custom_options_price\": null,\n            \"base_zoey_custom_options_price\": null,\n            \"avatax_landed_cost_import_duties_amount\": null,\n            \"base_avatax_landed_cost_import_duties_amount\": null,\n            \"avatax_collected_taxes\": null,\n            \"avatax_fixed_tax_amount\": null,\n            \"base_avatax_fixed_tax_amount\": null,\n            \"item_id\": \"18820\"\n        },\n        {\n            \"parent_id\": \"393\",\n            \"base_price\": \"45.0000\",\n            \"tax_amount\": \"5.0000\",\n            \"base_row_total\": \"45.0000\",\n            \"discount_amount\": null,\n            \"row_total\": \"45.0000\",\n            \"base_discount_amount\": null,\n            \"price_incl_tax\": \"55.0000\",\n            \"base_tax_amount\": \"5.0000\",\n            \"base_price_incl_tax\": \"55.0000\",\n            \"qty\": \"1.0000\",\n            \"base_cost\": \"20.0000\",\n            \"price\": \"45.0000\",\n            \"base_row_total_incl_tax\": \"55.0000\",\n            \"row_total_incl_tax\": \"55.0000\",\n            \"product_id\": \"17\",\n            \"order_item_id\": \"54709\",\n            \"additional_data\": null,\n            \"description\": null,\n            \"sku\": \"simple-product\",\n            \"name\": \"Simple Product\",\n            \"hidden_tax_amount\": \"0.0000\",\n            \"base_hidden_tax_amount\": \"0.0000\",\n            \"base_weee_tax_applied_amount\": \"0.0000\",\n            \"base_weee_tax_applied_row_amnt\": \"0.0000\",\n            \"base_weee_tax_applied_row_amount\": \"0.0000\",\n            \"weee_tax_applied_amount\": \"0.0000\",\n            \"weee_tax_applied_row_amount\": \"0.0000\",\n            \"weee_tax_applied\": \"a:0:{}\",\n            \"weee_tax_disposition\": \"0.0000\",\n            \"weee_tax_row_disposition\": \"0.0000\",\n            \"base_weee_tax_disposition\": \"0.0000\",\n            \"base_weee_tax_row_disposition\": \"0.0000\",\n            \"zoey_custom_options_price\": null,\n            \"base_zoey_custom_options_price\": null,\n            \"avatax_landed_cost_import_duties_amount\": null,\n            \"base_avatax_landed_cost_import_duties_amount\": null,\n            \"avatax_collected_taxes\": null,\n            \"avatax_fixed_tax_amount\": null,\n            \"base_avatax_fixed_tax_amount\": null,\n            \"item_id\": \"18821\"\n        },\n        {\n            \"parent_id\": \"393\",\n            \"base_price\": \"1.0000\",\n            \"tax_amount\": \"0.7000\",\n            \"base_row_total\": \"7.0000\",\n            \"discount_amount\": null,\n            \"row_total\": \"7.0000\",\n            \"base_discount_amount\": null,\n            \"price_incl_tax\": \"1.1000\",\n            \"base_tax_amount\": \"0.7000\",\n            \"base_price_incl_tax\": \"1.1000\",\n            \"qty\": \"7.0000\",\n            \"base_cost\": null,\n            \"price\": \"1.0000\",\n            \"base_row_total_incl_tax\": \"7.7000\",\n            \"row_total_incl_tax\": \"7.7000\",\n            \"product_id\": \"68663\",\n            \"order_item_id\": \"54710\",\n            \"additional_data\": null,\n            \"description\": null,\n            \"sku\": \"dummy-3000\",\n            \"name\": \"Dummy Product 3000\",\n            \"hidden_tax_amount\": \"0.0000\",\n            \"base_hidden_tax_amount\": \"0.0000\",\n            \"base_weee_tax_applied_amount\": \"0.0000\",\n            \"base_weee_tax_applied_row_amnt\": \"0.0000\",\n            \"base_weee_tax_applied_row_amount\": \"0.0000\",\n            \"weee_tax_applied_amount\": \"0.0000\",\n            \"weee_tax_applied_row_amount\": \"0.0000\",\n            \"weee_tax_applied\": \"a:0:{}\",\n            \"weee_tax_disposition\": \"0.0000\",\n            \"weee_tax_row_disposition\": \"0.0000\",\n            \"base_weee_tax_disposition\": \"0.0000\",\n            \"base_weee_tax_row_disposition\": \"0.0000\",\n            \"zoey_custom_options_price\": null,\n            \"base_zoey_custom_options_price\": null,\n            \"avatax_landed_cost_import_duties_amount\": null,\n            \"base_avatax_landed_cost_import_duties_amount\": null,\n            \"avatax_collected_taxes\": null,\n            \"avatax_fixed_tax_amount\": null,\n            \"base_avatax_fixed_tax_amount\": null,\n            \"item_id\": \"18822\"\n        },\n        {\n            \"parent_id\": \"393\",\n            \"base_price\": \"0.0000\",\n            \"tax_amount\": \"0.0000\",\n            \"base_row_total\": \"0.0000\",\n            \"discount_amount\": null,\n            \"row_total\": \"0.0000\",\n            \"base_discount_amount\": null,\n            \"price_incl_tax\": null,\n            \"base_tax_amount\": \"0.0000\",\n            \"base_price_incl_tax\": null,\n            \"qty\": \"1.0000\",\n            \"base_cost\": null,\n            \"price\": \"0.0000\",\n            \"base_row_total_incl_tax\": \"0.0000\",\n            \"row_total_incl_tax\": \"0.0000\",\n            \"product_id\": \"68663\",\n            \"order_item_id\": \"54711\",\n            \"additional_data\": null,\n            \"description\": null,\n            \"sku\": \"dummy-3000\",\n            \"name\": \"Dummy Product 3000\",\n            \"hidden_tax_amount\": \"0.0000\",\n            \"base_hidden_tax_amount\": \"0.0000\",\n            \"base_weee_tax_applied_amount\": null,\n            \"base_weee_tax_applied_row_amnt\": null,\n            \"base_weee_tax_applied_row_amount\": null,\n            \"weee_tax_applied_amount\": null,\n            \"weee_tax_applied_row_amount\": null,\n            \"weee_tax_applied\": null,\n            \"weee_tax_disposition\": null,\n            \"weee_tax_row_disposition\": null,\n            \"base_weee_tax_disposition\": null,\n            \"base_weee_tax_row_disposition\": null,\n            \"zoey_custom_options_price\": null,\n            \"base_zoey_custom_options_price\": null,\n            \"avatax_landed_cost_import_duties_amount\": null,\n            \"base_avatax_landed_cost_import_duties_amount\": null,\n            \"avatax_collected_taxes\": null,\n            \"avatax_fixed_tax_amount\": null,\n            \"base_avatax_fixed_tax_amount\": null,\n            \"item_id\": \"18823\"\n        }\n    ],\n    \"comments\": [],\n    \"bills\": [\n        {\n            \"id\": \"479\",\n            \"increment_id\": \"100000431\",\n            \"state\": \"paid\",\n            \"status\": \"paid\",\n            \"total\": \"117.7000\",\n            \"base_total\": \"117.7000\"\n        }\n    ]\n}"}],"_postman_id":"2c2c7672-432e-4856-8b4b-2d5181fc318f"},{"name":"Get All","id":"9be515d4-1f71-40ad-bf7c-f5ce616e13e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/sales2/orders/invoices?include_comments=1","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["sales2","orders","invoices"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[{"disabled":true,"description":{"content":"<p>Limit the amount of results returned. (Optional)</p>\n","type":"text/plain"},"key":"limit","value":"2"},{"disabled":true,"description":{"content":"<p>Paginate the limit. (Optional)</p>\n","type":"text/plain"},"key":"page","value":"1"},{"disabled":true,"description":{"content":"<p>Used to sort by property key / direction. (Optional)</p>\n","type":"text/plain"},"key":"order[created_at]","value":"ASC"},{"disabled":true,"description":{"content":"<p>Used to filter results by property. (Optional)</p>\n","type":"text/plain"},"key":"filters[increment_Id][gt]","value":"100000001"},{"disabled":true,"description":{"content":"<p>Qty Filtering Example</p>\n","type":"text/plain"},"key":"filters[total_qty][gt]","value":"1"},{"description":{"content":"<p>Include comments in the response. (Boolean Flag <code>1</code> or <code>0</code>. Optional)</p>\n","type":"text/plain"},"key":"include_comments","value":"1"},{"disabled":true,"description":{"content":"<p>Include order's increment_id in the response (Boolean Flag <code>1</code> or <code>0</code>. Optional)</p>\n","type":"text/plain"},"key":"include_order_increment_id","value":"1"}],"variable":[]}},"response":[],"_postman_id":"9be515d4-1f71-40ad-bf7c-f5ce616e13e1"},{"name":"Print","id":"362b252b-558a-47f0-8163-0fd548f03eac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/sales2/orders/invoice/print?id=100000015","description":"<h2 id=\"response\">Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>file</code></td>\n<td>string</td>\n<td>A base64 encoded PDF.</td>\n</tr>\n<tr>\n<td><code>filename</code></td>\n<td>string</td>\n<td>PDF file name.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["sales2","orders","invoice","print"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[{"description":{"content":"<p>Increment ID of invoice</p>\n","type":"text/plain"},"key":"id","value":"100000015"}],"variable":[]}},"response":[],"_postman_id":"362b252b-558a-47f0-8163-0fd548f03eac"},{"name":"Email","id":"d19d06b0-c204-45ab-9770-c1762d38f94e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/sales2/orders/invoice/email?id=100000015","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["sales2","orders","invoice","email"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[{"description":{"content":"<p>Increment ID of invoice.</p>\n","type":"text/plain"},"key":"id","value":"100000015"}],"variable":[]}},"response":[],"_postman_id":"d19d06b0-c204-45ab-9770-c1762d38f94e"}],"id":"d922fc77-cfbb-4188-86da-565e5529841f","description":"<p>The <strong>Invoice</strong> endpoint is available for Adding Comments to an Invoice, Creating a Payment for an Invoice, Getting Payment Data, or Printing / Emailing the Payment PDF.</p>\n","_postman_id":"d922fc77-cfbb-4188-86da-565e5529841f","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}}},{"name":"Shipments","item":[{"name":"Comments","item":[{"name":"Add","id":"3d2e93f5-7bc4-48bc-a1c4-39693287451e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"shipmentIncrementId\": \"100000013\",\n    \"comment\": \"This is my test comment.\",\n    \"email\": true,\n    \"includeInEmail\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/sales2/orders/shipment/comment","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Param</th>\n<th>Type</th>\n<th>Notes</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>shipmentIncrementId</code></td>\n<td>string</td>\n<td>The increment id of the Shipment.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><code>comment</code></td>\n<td>string</td>\n<td>The comment being added to the shipment.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><code>email</code></td>\n<td>boolean</td>\n<td>Notify the customer of the comment being added.</td>\n<td>No (default: false)</td>\n</tr>\n<tr>\n<td><code>includeInEmail</code></td>\n<td>boolean</td>\n<td>Include the comment in the notification email.</td>\n<td>No (default: false)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["sales2","orders","shipment","comment"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[],"_postman_id":"3d2e93f5-7bc4-48bc-a1c4-39693287451e"}],"id":"f085b685-4955-4357-9888-0da0446485bb","_postman_id":"f085b685-4955-4357-9888-0da0446485bb","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}}},{"name":"Tracking","item":[{"name":"Add","id":"569af302-4845-49ac-94b3-ec36746c354a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"shipmentIncrementId\": \"100000020\",\n    \"carrier\": \"ups\",\n    \"title\": \"UPS\",\n    \"trackNumber\": \"90210\"\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/sales2/orders/shipment_tracking","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["sales2","orders","shipment_tracking"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[{"id":"1c22458c-dd3e-49fa-b008-0158bcb7a895","name":"Add Tracking","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"shipmentIncrementId\": \"100000020\",\n    \"carrier\": \"ups\",\n    \"title\": \"UPS\",\n    \"trackNumber\": \"90210\"\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/sales2/orders/shipment_tracking"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 26 Nov 2020 02:38:32 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=51np6c0pljp2cu4rvrpu6hm4t5; expires=Sun, 29-Nov-2020 02:38:32 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"\"15\""}],"_postman_id":"569af302-4845-49ac-94b3-ec36746c354a"},{"name":"Get Carriers","id":"247b9e54-7c63-474d-8fe7-cf63a8c69bc6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/sales2/orders/shipment_tracking_carriers","description":"<p>Get configured tracking shipment carriers.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["sales2","orders","shipment_tracking_carriers"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[],"_postman_id":"247b9e54-7c63-474d-8fe7-cf63a8c69bc6"}],"id":"e7a9d816-8569-4e27-b5d1-d7e27cdc596e","_postman_id":"e7a9d816-8569-4e27-b5d1-d7e27cdc596e","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}}},{"name":"Create","id":"9386f29c-4d15-4582-b258-a593491493b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"orderIncrementId\": \"100002958\",\n    \"itemsQty\": { \"60012\": \"1\" },\n    \"comment\": \"Created By API\",\n    \"email\": \"1\",\n    \"includeComment\": \"1\",\n    \"tracking\": [],\n    \"extraData\": {\n        \"attachments\": [\n            {\n                \"file_name\": \"attachment_5.jpg\",\n                \"file_mime_type\": \"image/png\",\n                \"file_content\": \"iVBORw0KGgo...\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/sales2/orders/shipment","description":"<p>Creates a <strong>Shipment</strong> for the specified items.</p>\n<blockquote>\n<p>** NOTE: ** All arguments need to be posted as they appear in the example. The arguments and the order they are in matter.</p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Param</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>orderIncrementId</code></td>\n<td>The increment ID of the order to create the shipment for.</td>\n</tr>\n<tr>\n<td><code>itemsQty</code></td>\n<td>Object key is itemId and the value is qty. (ex. <code>{ \"311\": \"2\", \"312\": \"1\" }</code> Would ship <code>2</code> of order item <code>311</code> and <code>1</code> of order item <code>312</code>) The Order Item ID that is used will always be the Parent ID in the event of a Configurable/Grouped/Bundled product. If an empty JSON object is posted then it will process ALL remaining items.</td>\n</tr>\n<tr>\n<td><code>comment</code></td>\n<td>Message to send to create on shipment for customer to see. (Optional)</td>\n</tr>\n<tr>\n<td><code>email</code></td>\n<td>Flag to send shipment email to customer on creation. Use value 1 to send</td>\n</tr>\n<tr>\n<td><code>includeComment</code></td>\n<td>Flag to include comment on the email, if sent. Use value 1 to include.</td>\n</tr>\n<tr>\n<td><code>tracking</code></td>\n<td>Array of TrackingData</td>\n</tr>\n<tr>\n<td><code>shipmentData</code></td>\n<td>Extra shipment data as Object</td>\n</tr>\n<tr>\n<td><code>shipmentData.base_shipping_amount</code></td>\n<td>Shipping amount in base currency</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>TrackingData</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Param</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>carrier_code</code></td>\n<td>Code for the shipment carrier used for tracking. A list is available using the <a href=\"https://apidocs.zoey.com/#247b9e54-7c63-474d-8fe7-cf63a8c69bc6\">Get Carriers</a> method.</td>\n</tr>\n<tr>\n<td><code>number</code></td>\n<td>Tracking Number</td>\n</tr>\n<tr>\n<td><code>title</code></td>\n<td>Tracking Carrier title</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["sales2","orders","shipment"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[{"id":"29aa8bb5-2a9e-4501-9a48-c3aaef593130","name":"Create","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"orderIncrementId\": \"100000180\",\n    \"itemsQty\": { \"311\": \"2\" },\n    \"comment\": \"Created By API\",\n    \"email\": \"1\",\n    \"includeComment\": \"1\",\n    \"tracking\": [\n        {\n            \"carrier_code\": \"usps\",\n            \"number\": \"987234987235\",\n            \"title\": \"United States Postal Service\"\n        }\n    ],\n    \"shipmentData\": {\n        \"base_shipping_amount\": 2.99\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/sales2/orders/shipment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 26 Nov 2020 02:36:34 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=51np6c0pljp2cu4rvrpu6hm4t5; expires=Sun, 29-Nov-2020 02:36:33 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"Set-Cookie","value":"customer_group=0; expires=Sun, 29-Nov-2020 02:36:34 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"\"100000020\""}],"_postman_id":"9386f29c-4d15-4582-b258-a593491493b1"},{"name":"Void","id":"20c7f06a-0b44-476b-b084-39c2b4bf6174","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"shipmentIncrementId\": \"100004841\",\n    \"voidReason\": \"Testing void from the API.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/sales2/orders/shipment/void","description":"<p>Voids a shipment.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>shipmentIncrementId</code>: The increment ID of the shipment to void.</p>\n</li>\n<li><p><code>voidReason</code>: Reason for voiding the shipment.</p>\n</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["sales2","orders","shipment","void"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[{"id":"c50c3a3b-48d6-4dfb-8db2-455e826c91f6","name":"Create","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"orderIncrementId\": \"100000180\",\n    \"itemsQty\": { \"311\": \"2\" },\n    \"comment\": \"Created By API\",\n    \"email\": \"1\",\n    \"includeComment\": \"1\",\n    \"tracking\": [\n        {\n            \"carrier_code\": \"usps\",\n            \"number\": \"987234987235\",\n            \"title\": \"United States Postal Service\"\n        }\n    ],\n    \"shipmentData\": {\n        \"base_shipping_amount\": 2.99\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/sales2/orders/shipment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 26 Nov 2020 02:36:34 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=51np6c0pljp2cu4rvrpu6hm4t5; expires=Sun, 29-Nov-2020 02:36:33 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"Set-Cookie","value":"customer_group=0; expires=Sun, 29-Nov-2020 02:36:34 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"\"100000020\""}],"_postman_id":"20c7f06a-0b44-476b-b084-39c2b4bf6174"},{"name":"Get","id":"62e31f53-4c3c-4591-8697-b5bc0f415845","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/sales2/orders/shipment?id=100000249","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["sales2","orders","shipment"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[{"description":{"content":"<p>Increment ID of shipment</p>\n","type":"text/plain"},"key":"id","value":"100000249"}],"variable":[]}},"response":[],"_postman_id":"62e31f53-4c3c-4591-8697-b5bc0f415845"},{"name":"Get All","id":"520404d7-b12d-483e-a47e-96c8fad84fe7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/sales2/orders/shipments?include_comments=1&include_tracking=1","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["sales2","orders","shipments"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[{"disabled":true,"description":{"content":"<p>Limit the amount of results returned. (Optional)</p>\n","type":"text/plain"},"key":"limit","value":"2"},{"disabled":true,"description":{"content":"<p>Paginate the limit. (Optional)</p>\n","type":"text/plain"},"key":"page","value":"1"},{"disabled":true,"description":{"content":"<p>Used to sort by property key / direction. (Optional)</p>\n","type":"text/plain"},"key":"order[order_id]","value":"ASC"},{"disabled":true,"description":{"content":"<p>Used to filter results by property. (Optional)</p>\n","type":"text/plain"},"key":"filters[order_id]","value":"41"},{"disabled":true,"description":{"content":"<p>Qty Filtering Example</p>\n","type":"text/plain"},"key":"filters[total_qty][gt]","value":"1"},{"description":{"content":"<p>Include comments in the response. (Boolean Flag <code>1</code> or <code>0</code>. Optional)</p>\n","type":"text/plain"},"key":"include_comments","value":"1"},{"description":{"content":"<p>Include tracking in the response. (Boolean Flag <code>1</code> or <code>0</code>. Optional)</p>\n","type":"text/plain"},"key":"include_tracking","value":"1"}],"variable":[]}},"response":[],"_postman_id":"520404d7-b12d-483e-a47e-96c8fad84fe7"},{"name":"Print","id":"159b5459-dd57-42d8-ae82-62db611dcc83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/sales2/orders/shipment/print?id=100000003","description":"<h2 id=\"response\">Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>file</code></td>\n<td>string</td>\n<td>A base64 encoded PDF.</td>\n</tr>\n<tr>\n<td><code>filename</code></td>\n<td>string</td>\n<td>PDF file name.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["sales2","orders","shipment","print"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[{"description":{"content":"<p>Increment ID of shipment</p>\n","type":"text/plain"},"key":"id","value":"100000003"}],"variable":[]}},"response":[],"_postman_id":"159b5459-dd57-42d8-ae82-62db611dcc83"},{"name":"Email","id":"b45f1820-efff-402c-8763-d533a977200f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/sales2/orders/shipment/email?id=100000003","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["sales2","orders","shipment","email"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[{"description":{"content":"<p>Increment ID of shipment</p>\n","type":"text/plain"},"key":"id","value":"100000003"}],"variable":[]}},"response":[],"_postman_id":"b45f1820-efff-402c-8763-d533a977200f"},{"name":"Add Attachments","id":"2be8b74b-b88d-4d9a-b8b9-d40f46f64917","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"shipmentId\": 344,\n    \"attachments\": [\n        {\n            \"file_name\": \"attachment_5.jpg\",\n            \"file_mime_type\": \"image/png\",\n            \"file_content\": \"iVBORw0KGgo...\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/sales2/orders/shipment/attachments","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["sales2","orders","shipment","attachments"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[],"_postman_id":"2be8b74b-b88d-4d9a-b8b9-d40f46f64917"}],"id":"f42a18bf-66fe-4a3f-8473-025a5c843fe6","_postman_id":"f42a18bf-66fe-4a3f-8473-025a5c843fe6","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}}},{"name":"Credit Memos","item":[{"name":"Comments","item":[{"name":"Add","id":"0bf29a94-014d-4bf4-a3cf-8354b499a826","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"creditMemoIncrementId\": \"100000006\",\n    \"comment\": \"This is my test comment.\",\n    \"email\": true,\n    \"includeInEmail\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/sales2/orders/creditmemo/comment","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Param</th>\n<th>Type</th>\n<th>Notes</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>creditMemoIncrementId</code></td>\n<td>string</td>\n<td>The increment id of the Credit Memo.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><code>comment</code></td>\n<td>string</td>\n<td>The comment being added to the Credit Memo.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><code>email</code></td>\n<td>boolean</td>\n<td>Notify the customer of the comment being added.</td>\n<td>No (default: false)</td>\n</tr>\n<tr>\n<td><code>includeInEmail</code></td>\n<td>boolean</td>\n<td>Include the comment in the notification email.</td>\n<td>No (default: false)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["sales2","orders","creditmemo","comment"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[],"_postman_id":"0bf29a94-014d-4bf4-a3cf-8354b499a826"}],"id":"f63afa4c-bd0a-467b-823f-e536b698d4fd","_postman_id":"f63afa4c-bd0a-467b-823f-e536b698d4fd","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}}},{"name":"Create","id":"d85a9e1f-3406-43c2-9279-bbb9506cfd6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"orderIncrementId\": \"100000180\",\n    \"creditmemoData\": {\n        \"qtys\": { \"311\": \"2\" },\n        \"shipping_amount\": \"5.00\",\n        \"adjustment_positive\": \"0\",\n        \"adjustment_negative\": \"0\"\n    },\n    \"comment\": \"Created By API\",\n    \"notifyCustomer\": \"1\",\n    \"includeComment\": \"1\"\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/sales2/orders/creditmemo","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Param</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>orderIncrementId</code></td>\n<td>The increment ID of the order to create the credit memo for.</td>\n</tr>\n<tr>\n<td><code>itemsQty</code></td>\n<td>Object key is itemId and the value is qty. (ex. <code>[{ \"311\": \"2\", \"312\" : \"1\" }]</code> Would credit <code>2</code> of order item <code>311</code> and <code>1</code> of order item <code>312</code>) The Order Item ID that is used will always be the Parent ID in the event of a Configurable/Grouped/Bundled product. If an empty JSON object is posted then it will process ALL remaining items.</td>\n</tr>\n<tr>\n<td><code>comment</code></td>\n<td>Message to send to create on credit memo for customer to see. (Optional)</td>\n</tr>\n<tr>\n<td><code>email</code></td>\n<td>Flag to send credit memo email to customer on creation. Use value 1 to send</td>\n</tr>\n<tr>\n<td><code>includeComment</code></td>\n<td>Flag to include comment on the email, if sent. Use value 1 to include.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["sales2","orders","creditmemo"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[{"id":"5ec2cf7e-3f3d-4455-ab42-14bc662e3495","name":"Create","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"orderIncrementId\": \"100000180\",\n    \"creditmemoData\": {\n        \"qtys\": { \"311\": \"2\" },\n        \"shipping_amount\": \"5.00\",\n        \"adjustment_positive\": \"0\",\n        \"adjustment_negative\": \"0\"\n    },\n    \"comment\": \"Created By API\",\n    \"notifyCustomer\": \"1\",\n    \"includeComment\": \"1\"\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/sales2/orders/creditmemo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 26 Nov 2020 02:42:22 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=51np6c0pljp2cu4rvrpu6hm4t5; expires=Sun, 29-Nov-2020 02:42:21 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"Set-Cookie","value":"customer_group=0; expires=Sun, 29-Nov-2020 02:42:21 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"\"100000019\""}],"_postman_id":"d85a9e1f-3406-43c2-9279-bbb9506cfd6e"},{"name":"Get All","id":"fe7ad892-8a40-4709-9da4-d204a338b203","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/sales2/orders/creditmemos?include_comments=1","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["sales2","orders","creditmemos"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[{"disabled":true,"description":{"content":"<p>Limit the amount of results returned. (Optional)</p>\n","type":"text/plain"},"key":"limit","value":"2"},{"disabled":true,"description":{"content":"<p>Paginate the limit. (Optional)</p>\n","type":"text/plain"},"key":"page","value":"1"},{"disabled":true,"description":{"content":"<p>Used to sort by property key / direction. (Optional)</p>\n","type":"text/plain"},"key":"order[increment_id]","value":"DESC"},{"disabled":true,"description":{"content":"<p>Used to filter results by property. (Optional)</p>\n","type":"text/plain"},"key":"filters[increment_id][gt]","value":"100000003"},{"disabled":true,"description":{"content":"<p>Qty Filtering Example</p>\n","type":"text/plain"},"key":"filters[grand_total][gt]","value":"400"},{"description":{"content":"<p>Include comments in the response. (Boolean Flag <code>1</code> or <code>0</code>. Optional)</p>\n","type":"text/plain"},"key":"include_comments","value":"1"}],"variable":[]}},"response":[],"_postman_id":"fe7ad892-8a40-4709-9da4-d204a338b203"}],"id":"00457183-dac8-4995-911c-ccc810d3eb2e","_postman_id":"00457183-dac8-4995-911c-ccc810d3eb2e","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}}},{"name":"Bill (Invoices)","item":[{"name":"Create","id":"17a354f7-9e6b-4655-bb1e-dce8e1fae928","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"orderIncrementId\": \"100002958\",\n    \"itemsQty\": { \"60012\": \"1\" },\n    \"comment\": \"This is a comment that will show up in the order history\",\n    \"shipmentData\": {\n        \"send_email\": \"1\",\n        \"ship_immediately\": true,\n        \"tracking\": [\n            {\n                \"carrier_code\": \"usps\",\n                \"number\": \"987234987235\",\n                \"title\": \"United States Postal Service\"\n            }\n        ]\n    },\n    \"extraData\": {\n        \"send_email\": \"1\",\n        \"ignore_qty_multiplier\": true,\n        \"totals_info\": [\n            { \"code\": \"shipping\",           \"base_raw_value\": \"101\" },\n            { \"code\": \"discount\",           \"base_raw_value\": \"102\" },\n            { \"code\": \"payment_surcharge\",  \"base_raw_value\": \"103\" },\n            { \"code\": \"tax\",                \"base_raw_value\": \"104\" }\n        ],\n        \"due_date\": \"2024-01-20 10:20:30\",\n        \"netterm\": {\n            \"term\": \"net10\"\n        },\n        \"comment\": {\n            \"is_visible_on_front\": \"1\"\n        },\n        \"attachments\": [\n            {\n                \"file_name\": \"attachment_2.png\",\n                \"file_mime_type\": \"image/png\",\n                \"file_content\": \"iVBORw0KGgo...\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/sales2/orders/bill","description":"<p>This endpoint creates an <strong>Invoice</strong>.<br />It can also create a Shipment for the invoiced Items.</p>\n<p><strong>Required Top-Level Parameters</strong></p>\n<blockquote>\n<p>Each of the following five (5) Parameters must be included in the correct order to properly make this API call.<br />If you are not sending data for one of these five (5) parameters, it should be included in the call with null value. </p>\n</blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"orderIncrementId\": \"100000024\",\n    \"itemsQty\": { \"106537\": 15 },\n    \"comment\": null,\n    \"shipmentData\": null,\n    \"extraData\": { \"send_email\": 0, \"due_date\": \"2023-09-19\" }\n}\n\n</code></pre>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Param</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>orderIncrementId</code></td>\n<td>The increment ID of the order to create the invoice for.</td>\n</tr>\n<tr>\n<td><code>itemsQty</code></td>\n<td>Array of objects. Object key is itemId and the value is qty. (ex. <code>[{ \"311\": \"2\" }]</code> Would bill <code>2</code> of order item <code>311</code>) The Order Item ID that is used will always be the Parent ID in the event of a Configurable/Grouped/Bundled product.</td>\n</tr>\n<tr>\n<td>Packaged Items will use their packaged qty. So if 2 cases of 15 were ordered. The ordered_qty will be 30 but the qty entered would be 2. This can be ignored by using the <code>ignore_qty_multiplier</code> flag in <code>extraData</code>.</td>\n<td></td>\n</tr>\n<tr>\n<td><code>comment</code></td>\n<td>Message to send to create on invoice for customer to see. (Optional)</td>\n</tr>\n<tr>\n<td><code>shipmentData</code></td>\n<td>Used when shipping at the same time as invoicing. Array of <code>ShipmentData</code> OR <code>true</code>. When set to <code>true</code> it will ship all items/quantities that are being invoiced.</td>\n</tr>\n<tr>\n<td><code>extraData</code></td>\n<td>Used to set custom totals. Uses <code>ExtraData</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>ShipmentData</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Param</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>ship_items</code></td>\n<td>Object key is itemId and the value is qty. (ex. <code>{ \"311\": \"2\", \"312\": \"1\" }</code> Would ship <code>2</code> of order item <code>311</code> and <code>1</code> of order item <code>312</code>) The Order Item ID that is used will always be the Parent ID in the event of a Configurable/Grouped/Bundled product. (Optional, will use all items/quantities that are being invoiced if not provided.)</td>\n</tr>\n<tr>\n<td><code>ship_immediately</code></td>\n<td>(Boolean) If set to true then the shipment will be created at the time of the request. If set to false it will configure the shipment to be created when the bill is paid and the invoice is created. (Default: false)</td>\n</tr>\n<tr>\n<td><code>tracking</code></td>\n<td>Array of TrackingData</td>\n</tr>\n<tr>\n<td><code>send_email</code></td>\n<td>Accepts a value of <code>0</code> or <code>1</code>. Will send email for new shipment if set to <code>1</code>. Defaults to <code>1</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>TrackingData</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Param</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>carrier_code</code></td>\n<td>Code for the shipment carrier used for tracking. A list is available using the <a href=\"https://apidocs.zoey.com/#247b9e54-7c63-474d-8fe7-cf63a8c69bc6\">Get Carriers</a> method.</td>\n</tr>\n<tr>\n<td><code>number</code></td>\n<td>Tracking Number</td>\n</tr>\n<tr>\n<td><code>title</code></td>\n<td>Tracking Carrier title</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>ExtraData</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Param</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>totals_info</code></td>\n<td>Object used to set custom totals for invoice. Array of <code>ExtraDataTotal</code></td>\n</tr>\n<tr>\n<td><code>ignore_qty_multiplier</code></td>\n<td>This is used to allow the qty_ordered to be directly entered instead of the packaged qty for items that use packaging.</td>\n</tr>\n<tr>\n<td><code>due_date</code></td>\n<td>This is used to set the due date on the invoice. Do not set this value if setting net terms and the due date should be set automatically. Vaue should be in the format <code>yyyy-MM-dd HH:mm:ss</code>. Time is optional.</td>\n</tr>\n<tr>\n<td><code>netterm.term</code></td>\n<td>Invoice terms</td>\n</tr>\n<tr>\n<td><code>netterm.detail</code></td>\n<td>Invoice terms detail</td>\n</tr>\n<tr>\n<td><code>netterm.xy_days</code></td>\n<td>Invoice Net XY terms days</td>\n</tr>\n<tr>\n<td><code>netterm.xy_discount_days</code></td>\n<td>Invoice Net XY terms discount days</td>\n</tr>\n<tr>\n<td><code>netterm.xy_discount_amount</code></td>\n<td>Invoice Net XY terms discount amount in base currency without currency symbol</td>\n</tr>\n<tr>\n<td><code>netterm.xy_discount_calculation_total</code></td>\n<td>Invoice Net XY terms discount calculation total. Can be <code>default</code>, <code>subtotal</code>, <code>grand_total</code></td>\n</tr>\n<tr>\n<td><code>netterm.xy_late_fee</code></td>\n<td>Invoice Net XY terms late fee amount in base currency without currency symbol</td>\n</tr>\n<tr>\n<td><code>netterm.xy_late_fee_calculation_total</code></td>\n<td>Invoice Net XY terms late fee calculation total. Can be <code>default</code>, <code>subtotal</code>, <code>grand_total</code></td>\n</tr>\n<tr>\n<td><code>send_email</code></td>\n<td>Accepts a value of <code>0</code> or <code>1</code>. Will send email for new invoice if set to <code>1</code>. Defaults to <code>1</code>.</td>\n</tr>\n<tr>\n<td><code>comment</code></td>\n<td>Object used for comment config. Setting this value will prevent the comment from immediately adding to the Order Status History and instead will be added as a comment on the invoice itself. <code>CommentConfig</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>ExtraDataTotal</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Param</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>code</code></td>\n<td>Total being updated. (<code>shipping</code>, <code>discount</code>, <code>payment_surcharge</code>, <code>tax</code>)</td>\n</tr>\n<tr>\n<td><code>base_raw_value</code></td>\n<td>Value to set the total to. (number)</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>CommentConfig</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Param</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>is_visible_on_front</code></td>\n<td>Accepts a value of <code>0</code> of <code>1</code>. If set to <code>1</code> the comment will be visible to the customer in both the email and the My Account section.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["sales2","orders","bill"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[{"id":"27cce3ae-3656-47c6-86d0-44ccaab9c2b9","name":"Send","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"orderIncrementId\": \"1500000063\",\n    \"itemsQty\": { \"131\": \"1\" },\n    \"comment\": \"This is a comment that will show up in the order history\",\n    \"shipmentData\": {\n        \"ship_immediately\": true,\n        \"tracking\": [\n            {\n                \"carrier_code\": \"usps\",\n                \"number\": \"987234987235\",\n                \"title\": \"United States Postal Service\"\n            }\n        ]\n    },\n    \"extraData\": {\n        \"totals_info\": [\n            { \"code\": \"shipping\",           \"base_raw_value\": \"50\" },\n            { \"code\": \"discount\",           \"base_raw_value\": \"0\" },\n            { \"code\": \"payment_surcharge\",  \"base_raw_value\": \"5\" },\n            { \"code\": \"tax\",                \"base_raw_value\": \"0\" }\n        ],\n        \"due_date\": \"2024-01-20 10:20:30\",\n        \"netterm\": {\n            \"term\": \"net10\"\n        },\n        \"comment\": {\n            \"is_visible_on_front\": \"1\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/sales2/orders/bill"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 26 Nov 2020 02:41:42 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=51np6c0pljp2cu4rvrpu6hm4t5; expires=Sun, 29-Nov-2020 02:41:41 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"Set-Cookie","value":"customer_group=0; expires=Sun, 29-Nov-2020 02:41:41 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"\"7\""}],"_postman_id":"17a354f7-9e6b-4655-bb1e-dce8e1fae928"},{"name":"Pay","id":"300dbed4-6123-4f3d-974d-8dccd7127803","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"bill_id\": \"8377\",\n    \"data\": {\n        \"capture_case\": \"online\",\n        \"send_email\": \"1\",\n        \"shipmentData\": {\n            \"ship_items\": { \"311\": \"1\" },\n            \"tracking\": [\n                {\n                    \"carrier_code\": \"usps\",\n                    \"number\": \"987234987235\",\n                    \"title\": \"United States Postal Service\"\n                }\n            ]\n        },\n\n        \"comment_customer_notify\": \"1\",\n        \"comment_text\": \"This comment will be saved when paying the bill.\",\n        \"is_visible_on_front\": \"1\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/sales2/orders/bill/pay","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Param</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>bill_id</code></td>\n<td>The internal ID of the bill being paid.</td>\n</tr>\n<tr>\n<td><code>data</code></td>\n<td>The <code>BillConfigData</code> object.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>BillConfigData</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Param</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>send_email</code></td>\n<td>Flag used to trigger email send. Value can be 1 or 0.</td>\n</tr>\n<tr>\n<td><code>shipmentData</code></td>\n<td>(Boolean or <code>ShipmentData</code>) If set to true then the shipment will be created at the time of the request. If set to false it will configure the shipment to be created when the bill is paid and the invoice is created. (Default: false). Can use <code>ShipmentData</code> object to configure specifically.</td>\n</tr>\n<tr>\n<td><code>comment_customer_notify</code></td>\n<td>Should the comment text be added to the email. Value should be 1 or 0.</td>\n</tr>\n<tr>\n<td><code>comment_text</code></td>\n<td>The comment to be added to the invoice. Value should be a string.</td>\n</tr>\n<tr>\n<td><code>is_visible_on_front</code></td>\n<td>Can the comment be visible on the storefront by the customer. Value can be 1 or 0.</td>\n</tr>\n<tr>\n<td><code>capture_case</code></td>\n<td>\"online' to capture an authorization or \"offline\" to make an offline payment.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>ShipmentData</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Param</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>do_shipment</code></td>\n<td>Should ship at the time the invoice is created. Value can be 1 or 0.</td>\n</tr>\n<tr>\n<td><code>ship_items</code></td>\n<td>Object key is itemId and the value is qty. (ex. <code>{ \"311\": \"2\", \"312\": \"1\" }</code> Would ship <code>2</code> of order item <code>311</code> and <code>1</code> of order item <code>312</code>) The Order Item ID that is used will always be the Parent ID in the event of a Configurable/Grouped/Bundled product. (Optional, will use all items/quantities that are being invoiced if not provided.)</td>\n</tr>\n<tr>\n<td><code>tracking</code></td>\n<td>Array of TrackingData</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>TrackingData</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Param</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>carrier_code</code></td>\n<td>Code for the shipment carrier used for tracking. A list is available using the <a href=\"https://apidocs.zoey.com/#247b9e54-7c63-474d-8fe7-cf63a8c69bc6\">Get Carriers</a> method.</td>\n</tr>\n<tr>\n<td><code>number</code></td>\n<td>Tracking Number</td>\n</tr>\n<tr>\n<td><code>title</code></td>\n<td>Tracking Carrier title</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["sales2","orders","bill","pay"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[{"id":"47a36621-df7d-4ed4-ba77-2c5d80b620be","name":"Send","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"bill_id\": \"3\",\n    \"data\": {\n        \"send_email\": \"1\",\n        \"shipmentData\": {\n            \"ship_items\": { \"311\": \"1\" },\n            \"tracking\": [\n                {\n                    \"carrier_code\": \"usps\",\n                    \"number\": \"987234987235\",\n                    \"title\": \"United States Postal Service\"\n                }\n            ]\n        },\n\n        \"comment_customer_notify\": \"1\",\n        \"comment_text\": \"This comment will be saved when paying the bill.\",\n        \"is_visible_on_front\": \"1\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/sales2/orders/invoice"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 26 Nov 2020 02:41:42 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=51np6c0pljp2cu4rvrpu6hm4t5; expires=Sun, 29-Nov-2020 02:41:41 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"Set-Cookie","value":"customer_group=0; expires=Sun, 29-Nov-2020 02:41:41 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"\"100000259\""}],"_postman_id":"300dbed4-6123-4f3d-974d-8dccd7127803"},{"name":"Get","id":"9ba11373-09d1-4dd2-a289-b6e4377ec877","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/sales2/orders/bill?id=482","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["sales2","orders","bill"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[{"description":{"content":"<p>ID of bill. (Optional if order_id is used)</p>\n","type":"text/plain"},"key":"id","value":"482"},{"disabled":true,"description":{"content":"<p>If used will get latest unpaid bill by order_id. (Optional if id is used)</p>\n","type":"text/plain"},"key":"order_id","value":"796"}],"variable":[]}},"response":[{"id":"53db129c-a869-4579-8a79-98d0076edc9d","name":"Get","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://container-url.zoeysite.com/api/rest/sales2/orders/bill?id=482","host":["https://container-url.zoeysite.com/api/rest"],"path":["sales2","orders","bill"],"query":[{"key":"id","value":"482","description":"ID of bill. (Optional if order_id is used)"},{"key":"order_id","value":"796","description":"If used will get latest unpaid bill by order_id. (Optional if id is used)","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.23.3"},{"key":"Date","value":"Wed, 05 Jun 2024 18:33:10 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Set-Cookie","value":"PHPSESSID=377a2ea163dd0a8508a44a2647cf59f7; expires=Sat, 08 Jun 2024 18:33:10 GMT; Max-Age=259200; path=/; domain=web.zoeysite.local; secure; HttpOnly"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=31536000"}],"cookie":[],"responseTime":null,"body":"{\n    \"order_id\": \"678\",\n    \"store_id\": \"1\",\n    \"customer_id\": \"48\",\n    \"billing_address_id\": \"1351\",\n    \"shipping_address_id\": \"1352\",\n    \"global_currency_code\": \"USD\",\n    \"base_currency_code\": \"USD\",\n    \"store_currency_code\": \"USD\",\n    \"order_currency_code\": \"USD\",\n    \"store_to_base_rate\": \"1.0000\",\n    \"store_to_order_rate\": \"1.0000\",\n    \"base_to_global_rate\": \"1.0000\",\n    \"base_to_order_rate\": \"1.0000\",\n    \"discount_description\": null,\n    \"avatax_landed_cost_import_duties_amount\": null,\n    \"base_avatax_landed_cost_import_duties_amount\": null,\n    \"avatax_fixed_tax_amount\": null,\n    \"base_avatax_fixed_tax_amount\": null,\n    \"avatax_collected_taxes\": null,\n    \"total_qty\": 4,\n    \"bill\": {\n        \"id\": \"482\",\n        \"order_id\": \"678\",\n        \"invoice_id\": null,\n        \"increment_id\": \"100000434\",\n        \"replaced_increment_id\": null,\n        \"key\": \"665f7c62ab492211884440\",\n        \"state\": \"open\",\n        \"status\": \"open\",\n        \"can_edit\": \"0\",\n        \"is_paid\": \"0\",\n        \"payment_method\": null,\n        \"is_custom_payment_method\": \"0\",\n        \"allowed_payment_methods\": null,\n        \"is_void\": \"0\",\n        \"base_total\": \"220.0000\",\n        \"total\": \"220.0000\",\n        \"due_date\": \"2024-06-05 03:59:59\",\n        \"is_custom_due_date\": \"0\",\n        \"is_due_on_receipt\": \"1\",\n        \"config\": {\n            \"items\": {\n                \"54557\": \"1\",\n                \"54558\": \"1\",\n                \"54559\": \"1\",\n                \"54560\": \"1\"\n            },\n            \"create_invoice\": \"1\",\n            \"do_shipment\": \"0\",\n            \"send_email\": \"1\",\n            \"void_unpaid_bills\": \"0\",\n            \"comment_text\": \"\",\n            \"totals_info\": [\n                {\n                    \"code\": \"subtotal\",\n                    \"label\": \"Subtotal\",\n                    \"raw_value\": \"4.00\",\n                    \"base_raw_value\": \"4.00\",\n                    \"value\": \"$4.0000\",\n                    \"class\": \"total-md\",\n                    \"include\": \"true\",\n                    \"base_value\": \"\",\n                    \"orig_base_raw_value\": \"4.00\"\n                },\n                {\n                    \"code\": \"shipping\",\n                    \"label\": \"Shipping\",\n                    \"raw_value\": \"216.00\",\n                    \"base_raw_value\": \"216.00\",\n                    \"value\": \"$216.0000\",\n                    \"class\": \"total-md\",\n                    \"include\": \"true\",\n                    \"base_value\": \"\",\n                    \"orig_value\": \"\",\n                    \"base_orig_value\": \"\",\n                    \"orig_base_raw_value\": \"216.00\"\n                },\n                {\n                    \"code\": \"discount\",\n                    \"label\": \"Discount\",\n                    \"raw_value\": \"0.00\",\n                    \"base_raw_value\": \"0.00\",\n                    \"value\": \"$0.0000\",\n                    \"class\": \"total-md\",\n                    \"include\": \"true\",\n                    \"base_value\": \"\",\n                    \"orig_value\": \"\",\n                    \"base_orig_value\": \"\",\n                    \"orig_base_raw_value\": \"0.00\"\n                },\n                {\n                    \"code\": \"payment_surcharge\",\n                    \"label\": \"Payment Surcharge\",\n                    \"raw_value\": \"0.00\",\n                    \"base_raw_value\": \"0.00\",\n                    \"class\": \"total-md\",\n                    \"value\": \"0\",\n                    \"include\": \"true\",\n                    \"base_value\": \"0\",\n                    \"orig_base_raw_value\": \"0.00\",\n                    \"base_orig_value\": \"0\",\n                    \"orig_value\": \"0\",\n                    \"is_missing\": \"1\"\n                },\n                {\n                    \"code\": \"tax\",\n                    \"label\": \"Tax\",\n                    \"raw_value\": \"0.00\",\n                    \"base_raw_value\": \"0.00\",\n                    \"class\": \"total-md\",\n                    \"value\": \"0\",\n                    \"include\": \"true\",\n                    \"base_value\": \"0\",\n                    \"orig_base_raw_value\": \"0.00\",\n                    \"base_orig_value\": \"0\",\n                    \"orig_value\": \"0\",\n                    \"is_missing\": \"1\",\n                    \"orig_raw_value\": \"0\"\n                },\n                {\n                    \"code\": \"net_term_discount\",\n                    \"label\": \"Pay Early Discount\",\n                    \"raw_value\": 0,\n                    \"base_raw_value\": 0\n                },\n                {\n                    \"code\": \"net_term_late_fee\",\n                    \"label\": \"Late Fee\",\n                    \"raw_value\": 0,\n                    \"base_raw_value\": 0\n                },\n                {\n                    \"code\": \"store_credit\",\n                    \"label\": \"Store Credit\",\n                    \"raw_value\": 0,\n                    \"base_raw_value\": 0\n                },\n                {\n                    \"code\": \"grand_total\",\n                    \"label\": \"Payment Grand Total\",\n                    \"raw_value\": \"220.00\",\n                    \"base_raw_value\": \"220.00\",\n                    \"strong\": \"true\",\n                    \"value\": \"$220.0000\",\n                    \"area\": \"footer\",\n                    \"class\": \"total-lg\",\n                    \"include\": \"true\",\n                    \"base_value\": \"\",\n                    \"orig_base_raw_value\": \"220.00\"\n                }\n            ],\n            \"payment_method_info\": {\n                \"method\": \"\",\n                \"comment\": \"\"\n            },\n            \"capture_case\": \"not_capture\",\n            \"ship_immediately\": \"1\",\n            \"is_visible_on_front\": \"0\"\n        },\n        \"created_at\": \"2024-06-04 20:43:14\",\n        \"updated_at\": \"2024-06-04 20:43:14\",\n        \"internal_created_at\": \"2024-06-04 20:43:14\",\n        \"paid_at\": null,\n        \"void_at\": null,\n        \"additional_information\": null,\n        \"created_by\": \"admin (admin)\",\n        \"created_area\": \"adminhtml\",\n        \"order\": {},\n        \"base_total_applied_payments\": \"220.0000\",\n        \"total_applied_payments\": \"220.0000\",\n        \"transactions\": {\n            \"1380\": {\n                \"entity_id\": 1380,\n                \"entity_type_code\": \"zoey_transaction_payment\",\n                \"entity_type_label\": \"Payment\",\n                \"increment_id\": \"100001002\",\n                \"label\": \"100001002\",\n                \"total\": \"220.0000\",\n                \"total_formatted\": \"$220.0000\",\n                \"base_total\": \"220.0000\",\n                \"base_total_formatted\": \"$220.0000\",\n                \"state\": 2,\n                \"state_label\": \"Complete\",\n                \"created_at\": \"2024-12-01 12:45:00\",\n                \"updated_at\": \"2024-12-05 12:47:19\",\n                \"link_id\": 846,\n                \"link_total\": \"220.0000\",\n                \"link_total_formatted\": \"$220.0000\",\n                \"link_base_total\": \"220.0000\",\n                \"link_base_total_formatted\": \"$220.0000\",\n                \"link_created_at\": \"2024-12-05 12:45:40\",\n                \"link_updated_at\": \"2024-12-05 12:45:40\"\n            }\n        }\n    },\n    \"bill_id\": \"482\",\n    \"_is_bill_void\": 0,\n    \"subtotal\": 4,\n    \"base_subtotal\": 4,\n    \"subtotal_incl_tax\": 4,\n    \"base_subtotal_incl_tax\": 4,\n    \"grand_total\": 220,\n    \"base_grand_total\": 220,\n    \"discount_amount\": 0,\n    \"base_discount_amount\": 0,\n    \"is_discount_amount_percent\": false,\n    \"_force_display_discount\": true,\n    \"shipping_amount\": 216,\n    \"base_shipping_amount\": 216,\n    \"shipping_incl_tax\": 216,\n    \"base_shipping_incl_tax\": 216,\n    \"shipping_tax_amount\": \"0.0000\",\n    \"base_shipping_tax_amount\": \"0.0000\",\n    \"shipping_hidden_tax_amount\": \"0.0000\",\n    \"base_shipping_hidden_tax_amount\": \"0.0000\",\n    \"orig_tax_amount\": 0,\n    \"orig_base_tax_amount\": 0,\n    \"orig_hidden_tax_amount\": 0,\n    \"orig_base_hidden_tax_amount\": 0,\n    \"tax_amount\": 0,\n    \"base_tax_amount\": 0,\n    \"hidden_tax_amount\": 0,\n    \"base_hidden_tax_amount\": 0,\n    \"base_cost\": 0,\n    \"giftcard_discount\": 0,\n    \"base_giftcard_discount\": 0,\n    \"apply_store_credit\": 0,\n    \"store_credit_amount\": 0,\n    \"base_store_credit_amount\": 0,\n    \"payment_surcharge\": \"0.0000\",\n    \"base_payment_surcharge\": \"0.0000\",\n    \"is_payment_surcharge_amount_percent\": false,\n    \"orig_payment_surcharge_amount\": \"0.0000\",\n    \"base_orig_payment_surcharge_amount\": \"0.0000\",\n    \"payment_surcharge_amount\": \"0.0000\",\n    \"base_payment_surcharge_amount\": \"0.0000\",\n    \"net_term_discount\": 0,\n    \"base_net_term_discount\": 0,\n    \"net_term_discount_percent\": 0,\n    \"final_net_term_discount_date\": null,\n    \"net_term_late_fee\": 0,\n    \"base_net_term_late_fee\": 0,\n    \"base_net_term_late_fee_percent\": 0,\n    \"_is_invoicing\": true\n}"}],"_postman_id":"9ba11373-09d1-4dd2-a289-b6e4377ec877"},{"name":"Get All","id":"349db7c9-385d-40bc-8f6c-ead667e19be7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/sales2/orders/bills?order[order_id]=DESC&filters[created_at][from]=2024-01-01&filters[created_at][to]=2024-12-31","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["sales2","orders","bills"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[{"disabled":true,"description":{"content":"<p>If used will get latest unpaid bill by order_id. (Optional if id is used)</p>\n","type":"text/plain"},"key":"limit","value":"2"},{"disabled":true,"key":"page","value":"1"},{"key":"order[order_id]","value":"DESC"},{"disabled":true,"key":"filters[order_id]","value":"41"},{"disabled":true,"key":"filters[total_qty][gt]","value":"1"},{"key":"filters[created_at][from]","value":"2024-01-01"},{"key":"filters[created_at][to]","value":"2024-12-31"}],"variable":[]}},"response":[{"id":"992a372d-6050-4413-b691-fbf4fd3e807f","name":"Get","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://container-url.zoeysite.com/api/rest/sales2/orders/bill?id=482","host":["https://container-url.zoeysite.com/api/rest"],"path":["sales2","orders","bill"],"query":[{"key":"id","value":"482","description":"ID of bill. (Optional if order_id is used)"},{"key":"order_id","value":"796","description":"If used will get latest unpaid bill by order_id. (Optional if id is used)","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.23.3"},{"key":"Date","value":"Wed, 05 Jun 2024 18:33:10 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Set-Cookie","value":"PHPSESSID=377a2ea163dd0a8508a44a2647cf59f7; expires=Sat, 08 Jun 2024 18:33:10 GMT; Max-Age=259200; path=/; domain=web.zoeysite.local; secure; HttpOnly"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=31536000"}],"cookie":[],"responseTime":null,"body":"{\n    \"order_id\": \"678\",\n    \"store_id\": \"1\",\n    \"customer_id\": \"48\",\n    \"billing_address_id\": \"1351\",\n    \"shipping_address_id\": \"1352\",\n    \"global_currency_code\": \"USD\",\n    \"base_currency_code\": \"USD\",\n    \"store_currency_code\": \"USD\",\n    \"order_currency_code\": \"USD\",\n    \"store_to_base_rate\": \"1.0000\",\n    \"store_to_order_rate\": \"1.0000\",\n    \"base_to_global_rate\": \"1.0000\",\n    \"base_to_order_rate\": \"1.0000\",\n    \"discount_description\": null,\n    \"avatax_landed_cost_import_duties_amount\": null,\n    \"base_avatax_landed_cost_import_duties_amount\": null,\n    \"avatax_fixed_tax_amount\": null,\n    \"base_avatax_fixed_tax_amount\": null,\n    \"avatax_collected_taxes\": null,\n    \"total_qty\": 4,\n    \"bill\": {\n        \"id\": \"482\",\n        \"order_id\": \"678\",\n        \"invoice_id\": null,\n        \"increment_id\": \"100000434\",\n        \"replaced_increment_id\": null,\n        \"key\": \"665f7c62ab492211884440\",\n        \"state\": \"open\",\n        \"status\": \"open\",\n        \"can_edit\": \"0\",\n        \"is_paid\": \"0\",\n        \"payment_method\": null,\n        \"is_custom_payment_method\": \"0\",\n        \"allowed_payment_methods\": null,\n        \"is_void\": \"0\",\n        \"base_total\": \"220.0000\",\n        \"total\": \"220.0000\",\n        \"due_date\": \"2024-06-05 03:59:59\",\n        \"is_custom_due_date\": \"0\",\n        \"is_due_on_receipt\": \"1\",\n        \"config\": {\n            \"items\": {\n                \"54557\": \"1\",\n                \"54558\": \"1\",\n                \"54559\": \"1\",\n                \"54560\": \"1\"\n            },\n            \"create_invoice\": \"1\",\n            \"do_shipment\": \"0\",\n            \"send_email\": \"1\",\n            \"void_unpaid_bills\": \"0\",\n            \"comment_text\": \"\",\n            \"totals_info\": [\n                {\n                    \"code\": \"subtotal\",\n                    \"label\": \"Subtotal\",\n                    \"raw_value\": \"4.00\",\n                    \"base_raw_value\": \"4.00\",\n                    \"value\": \"$4.0000\",\n                    \"class\": \"total-md\",\n                    \"include\": \"true\",\n                    \"base_value\": \"\",\n                    \"orig_base_raw_value\": \"4.00\"\n                },\n                {\n                    \"code\": \"shipping\",\n                    \"label\": \"Shipping\",\n                    \"raw_value\": \"216.00\",\n                    \"base_raw_value\": \"216.00\",\n                    \"value\": \"$216.0000\",\n                    \"class\": \"total-md\",\n                    \"include\": \"true\",\n                    \"base_value\": \"\",\n                    \"orig_value\": \"\",\n                    \"base_orig_value\": \"\",\n                    \"orig_base_raw_value\": \"216.00\"\n                },\n                {\n                    \"code\": \"discount\",\n                    \"label\": \"Discount\",\n                    \"raw_value\": \"0.00\",\n                    \"base_raw_value\": \"0.00\",\n                    \"value\": \"$0.0000\",\n                    \"class\": \"total-md\",\n                    \"include\": \"true\",\n                    \"base_value\": \"\",\n                    \"orig_value\": \"\",\n                    \"base_orig_value\": \"\",\n                    \"orig_base_raw_value\": \"0.00\"\n                },\n                {\n                    \"code\": \"payment_surcharge\",\n                    \"label\": \"Payment Surcharge\",\n                    \"raw_value\": \"0.00\",\n                    \"base_raw_value\": \"0.00\",\n                    \"class\": \"total-md\",\n                    \"value\": \"0\",\n                    \"include\": \"true\",\n                    \"base_value\": \"0\",\n                    \"orig_base_raw_value\": \"0.00\",\n                    \"base_orig_value\": \"0\",\n                    \"orig_value\": \"0\",\n                    \"is_missing\": \"1\"\n                },\n                {\n                    \"code\": \"tax\",\n                    \"label\": \"Tax\",\n                    \"raw_value\": \"0.00\",\n                    \"base_raw_value\": \"0.00\",\n                    \"class\": \"total-md\",\n                    \"value\": \"0\",\n                    \"include\": \"true\",\n                    \"base_value\": \"0\",\n                    \"orig_base_raw_value\": \"0.00\",\n                    \"base_orig_value\": \"0\",\n                    \"orig_value\": \"0\",\n                    \"is_missing\": \"1\",\n                    \"orig_raw_value\": \"0\"\n                },\n                {\n                    \"code\": \"net_term_discount\",\n                    \"label\": \"Pay Early Discount\",\n                    \"raw_value\": 0,\n                    \"base_raw_value\": 0\n                },\n                {\n                    \"code\": \"net_term_late_fee\",\n                    \"label\": \"Late Fee\",\n                    \"raw_value\": 0,\n                    \"base_raw_value\": 0\n                },\n                {\n                    \"code\": \"store_credit\",\n                    \"label\": \"Store Credit\",\n                    \"raw_value\": 0,\n                    \"base_raw_value\": 0\n                },\n                {\n                    \"code\": \"grand_total\",\n                    \"label\": \"Payment Grand Total\",\n                    \"raw_value\": \"220.00\",\n                    \"base_raw_value\": \"220.00\",\n                    \"strong\": \"true\",\n                    \"value\": \"$220.0000\",\n                    \"area\": \"footer\",\n                    \"class\": \"total-lg\",\n                    \"include\": \"true\",\n                    \"base_value\": \"\",\n                    \"orig_base_raw_value\": \"220.00\"\n                }\n            ],\n            \"payment_method_info\": {\n                \"method\": \"\",\n                \"comment\": \"\"\n            },\n            \"capture_case\": \"not_capture\",\n            \"ship_immediately\": \"1\",\n            \"is_visible_on_front\": \"0\"\n        },\n        \"created_at\": \"2024-06-04 20:43:14\",\n        \"updated_at\": \"2024-06-04 20:43:14\",\n        \"internal_created_at\": \"2024-06-04 20:43:14\",\n        \"paid_at\": null,\n        \"void_at\": null,\n        \"additional_information\": null,\n        \"created_by\": \"admin (admin)\",\n        \"created_area\": \"adminhtml\",\n        \"order\": {}\n    },\n    \"bill_id\": \"482\",\n    \"_is_bill_void\": 0,\n    \"subtotal\": 4,\n    \"base_subtotal\": 4,\n    \"subtotal_incl_tax\": 4,\n    \"base_subtotal_incl_tax\": 4,\n    \"grand_total\": 220,\n    \"base_grand_total\": 220,\n    \"discount_amount\": 0,\n    \"base_discount_amount\": 0,\n    \"is_discount_amount_percent\": false,\n    \"_force_display_discount\": true,\n    \"shipping_amount\": 216,\n    \"base_shipping_amount\": 216,\n    \"shipping_incl_tax\": 216,\n    \"base_shipping_incl_tax\": 216,\n    \"shipping_tax_amount\": \"0.0000\",\n    \"base_shipping_tax_amount\": \"0.0000\",\n    \"shipping_hidden_tax_amount\": \"0.0000\",\n    \"base_shipping_hidden_tax_amount\": \"0.0000\",\n    \"orig_tax_amount\": 0,\n    \"orig_base_tax_amount\": 0,\n    \"orig_hidden_tax_amount\": 0,\n    \"orig_base_hidden_tax_amount\": 0,\n    \"tax_amount\": 0,\n    \"base_tax_amount\": 0,\n    \"hidden_tax_amount\": 0,\n    \"base_hidden_tax_amount\": 0,\n    \"base_cost\": 0,\n    \"giftcard_discount\": 0,\n    \"base_giftcard_discount\": 0,\n    \"apply_store_credit\": 0,\n    \"store_credit_amount\": 0,\n    \"base_store_credit_amount\": 0,\n    \"payment_surcharge\": \"0.0000\",\n    \"base_payment_surcharge\": \"0.0000\",\n    \"is_payment_surcharge_amount_percent\": false,\n    \"orig_payment_surcharge_amount\": \"0.0000\",\n    \"base_orig_payment_surcharge_amount\": \"0.0000\",\n    \"payment_surcharge_amount\": \"0.0000\",\n    \"base_payment_surcharge_amount\": \"0.0000\",\n    \"net_term_discount\": 0,\n    \"base_net_term_discount\": 0,\n    \"net_term_discount_percent\": 0,\n    \"final_net_term_discount_date\": null,\n    \"net_term_late_fee\": 0,\n    \"base_net_term_late_fee\": 0,\n    \"base_net_term_late_fee_percent\": 0,\n    \"_is_invoicing\": true\n}"}],"_postman_id":"349db7c9-385d-40bc-8f6c-ead667e19be7"},{"name":"Void","id":"942882c8-80db-4fbd-afb4-3846ba69f7d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/sales2/orders/bill?id=8&order_id=26","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["sales2","orders","bill"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[{"description":{"content":"<p>ID of bill. (Optional if order_id is used)</p>\n","type":"text/plain"},"key":"id","value":"8"},{"description":{"content":"<p>If used will get latest unpaid bill by order_id. (Optional if id is used)</p>\n","type":"text/plain"},"key":"order_id","value":"26"}],"variable":[]}},"response":[],"_postman_id":"942882c8-80db-4fbd-afb4-3846ba69f7d1"},{"name":"Email","id":"75ebc265-5b9e-46fa-bc4e-8a2367441b68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/sales2/orders/bill/email?id=8","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["sales2","orders","bill","email"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[{"description":{"content":"<p>Id of bill</p>\n","type":"text/plain"},"key":"id","value":"8"}],"variable":[]}},"response":[],"_postman_id":"75ebc265-5b9e-46fa-bc4e-8a2367441b68"},{"name":"Print","id":"6159c5d3-5012-4fa7-a322-1f83c55c7ce4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/sales2/orders/bill/print?id=8","description":"<h2 id=\"response\">Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>file</code></td>\n<td>string</td>\n<td>A base64 encoded PDF.</td>\n</tr>\n<tr>\n<td><code>filename</code></td>\n<td>string</td>\n<td>PDF file name.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["sales2","orders","bill","print"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[{"description":{"content":"<p>Id of Bill</p>\n","type":"text/plain"},"key":"id","value":"8"}],"variable":[]}},"response":[],"_postman_id":"6159c5d3-5012-4fa7-a322-1f83c55c7ce4"},{"name":"Update","id":"e8d32088-6fb8-445f-a464-a0462394772d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"bill_id\": \"5664\",\n    \"data\": {\n        \"items\": {\n            \"8952\": { \"qty\": \"2\", \"base_price\": \"25.99\" },\n            \"8953\": { \"qty\": \"3\", \"base_price\": \"19.99\" }\n        },\n        \"totals_info\": [\n            { \"code\": \"shipping\",           \"base_raw_value\": \"101\" },\n            { \"code\": \"discount\",           \"base_raw_value\": \"102\" },\n            { \"code\": \"payment_surcharge\",  \"base_raw_value\": \"103\" },\n            { \"code\": \"tax\",                \"base_raw_value\": \"104\" }\n        ],\n        \"due_date\": \"2024-01-20 10:20:30\",\n        \"netterm\": {\n            \"term\": \"net10\"\n        },\n        \"external_invoice_id\": \"EXT_INV_01\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/sales2/orders/bill/update","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Param</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>bill_id</code></td>\n<td>Invoice ID</td>\n</tr>\n<tr>\n<td><code>data.items</code></td>\n<td>This is used to overwrite the invoice items quantity and price. Uses <code>ItemsData</code>.</td>\n</tr>\n<tr>\n<td><code>data.totals_info</code></td>\n<td>This is used to set custom totals for invoice. Array of <code>TotalData</code>.</td>\n</tr>\n<tr>\n<td><code>data.due_date</code></td>\n<td>This is used to set the due date on the invoice. Set this value to null, if setting net terms and the due date should be set automatically. Vaue should be in the format <code>yyyy-MM-dd HH:mm:ss</code>. Time is optional.</td>\n</tr>\n<tr>\n<td><code>data.netterm</code></td>\n<td>This is used to set netterm data on the invoice. Uses <code>NetTermData</code></td>\n</tr>\n<tr>\n<td><code>data.external_invoice_id</code></td>\n<td>This is used to set the external invoice id on the invoice.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"itemsdata\">ItemsData</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Param</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>objectKey</td>\n<td>Object key is order_item_id from the invoice.</td>\n</tr>\n<tr>\n<td><code>qty</code></td>\n<td>The quantity of the invoice item to be set. This overrides the current qty of the invoice item.</td>\n</tr>\n<tr>\n<td><code>base_price</code></td>\n<td>The base price of the invoice item to be set in base currency without currency symbol. This overwrites the current base_price of the invoice item.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"totaldata\">TotalData</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Param</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>code</code></td>\n<td>Total being updated. (shipping, discount, payment_surcharge, tax).</td>\n</tr>\n<tr>\n<td><code>base_raw_value</code></td>\n<td>Value to set the total to. (number).</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"nettermdata\">NetTermData</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Param</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>term</code></td>\n<td>Invoice terms. Set to null to remove terms</td>\n</tr>\n<tr>\n<td><code>detail</code></td>\n<td>Invoice terms detail</td>\n</tr>\n<tr>\n<td><code>xy_days</code></td>\n<td>Invoice Net XY terms days</td>\n</tr>\n<tr>\n<td><code>xy_discount_days</code></td>\n<td>Invoice Net XY terms discount days</td>\n</tr>\n<tr>\n<td><code>xy_discount_amount</code></td>\n<td>Invoice Net XY terms discount amount in base currency without currency symbol</td>\n</tr>\n<tr>\n<td><code>xy_discount_calculation_total</code></td>\n<td>Invoice Net XY terms discount calculation total. Can be <code>default</code>, <code>subtotal</code>, <code>grand_total</code></td>\n</tr>\n<tr>\n<td><code>xy_late_fee</code></td>\n<td>Invoice Net XY terms late fee amount in base currency without currency symbol</td>\n</tr>\n<tr>\n<td><code>xy_late_fee_calculation_total</code></td>\n<td>Invoice Net XY terms late fee calculation total. Can be <code>default</code>, <code>subtotal</code>, <code>grand_total</code></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["sales2","orders","bill","update"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[],"_postman_id":"e8d32088-6fb8-445f-a464-a0462394772d"},{"name":"Add Attachments","id":"51d70d45-4f68-4340-a110-400d2df3b2e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"billId\": 2809,\n    \"attachments\": [\n        {\n            \"file_name\": \"attachment_1.jpg\",\n            \"file_mime_type\": \"image/png\",\n            \"file_content\": \"iVBORw0KGgo...\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/sales2/orders/bill/attachments","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["sales2","orders","bill","attachments"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[],"_postman_id":"51d70d45-4f68-4340-a110-400d2df3b2e4"}],"id":"794ab955-0c6a-460a-89b2-0f7a61474a98","description":"<p>The Bill endpoint is available to Create an Invoice, Pay an Invoice, Get Invoice Details, Void an Invoice, Email Invoice PDF, Print Invoice PDF, or to Update an Invoice.</p>\n","_postman_id":"794ab955-0c6a-460a-89b2-0f7a61474a98","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}}},{"name":"Attributes","item":[{"name":"Set","id":"c7ffc0c0-a222-4c4e-a09a-e2ebe715e1b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"orderIncrementId\": \"100000196\",\n    \"orderAttributes\": [\n        {\n            \"attribute_code\": \"aoc_wysiwyg\",\n            \"attribute_value\": \"<p>Updated Wysiwyg</p>\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/sales2/orders/attributes","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["sales2","orders","attributes"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[{"id":"8c608f81-e19f-416f-9efe-a1f1db815309","name":"Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"orderIncrementId\": \"100000196\",\n    \"orderAttributes\": [\n        {\n            \"attribute_code\": \"code_doesnt_exist\",\n            \"attribute_value\": \"This value won't set.\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/sales2/orders/attributes"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 01 Dec 2020 21:58:26 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"messages\": {\n        \"error\": [\n            {\n                \"code\": 500,\n                \"message\": \"The following attributes do not exist: code_doesnt_exist\"\n            }\n        ]\n    }\n}"},{"id":"c69e9005-6401-451d-9fdf-5a9703974e2e","name":"Set","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"orderIncrementId\": \"100000196\",\n    \"orderAttributes\": [\n        {\n            \"attribute_code\": \"aoc_wysiwyg\",\n            \"attribute_value\": \"<p>Updated Wysiwyg</p>\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/sales2/orders/attributes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 01 Dec 2020 21:50:21 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"1"}],"_postman_id":"c7ffc0c0-a222-4c4e-a09a-e2ebe715e1b1"}],"id":"e4b00f56-f967-463f-9825-473523c16077","_postman_id":"e4b00f56-f967-463f-9825-473523c16077","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}}},{"name":"Status","item":[{"name":"Get","id":"99fe103d-0b64-427f-95e5-25c31b69d63f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/sales/orders/status/:id","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["sales","orders","status",":id"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[{"id":"f8677a79-f016-4898-b09c-50a25a59f6d3","type":"any","value":"api_test","key":"id"}]}},"response":[],"_postman_id":"99fe103d-0b64-427f-95e5-25c31b69d63f"},{"name":"Get All","id":"08818042-7de4-4ab2-b1e5-0e7ec86a6d61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/sales/orders/status?filter[state]=new&limit=10&page=1&order[status]=ASC","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["sales","orders","status"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[{"description":{"content":"<p>Used to filter properties. (Optional)</p>\n","type":"text/plain"},"key":"filter[state]","value":"new"},{"description":{"content":"<p>Limit the amount of results returned.  (Optional)</p>\n","type":"text/plain"},"key":"limit","value":"10"},{"description":{"content":"<p>Paginate the limit.  (Optional)</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Used to sort by property key / direction. (Optional)</p>\n","type":"text/plain"},"key":"order[status]","value":"ASC"}],"variable":[]}},"response":[],"_postman_id":"08818042-7de4-4ab2-b1e5-0e7ec86a6d61"},{"name":"Update","id":"32c8403d-30c3-47cb-aa6a-664dbb691468","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"label\": \"API Test\",\n    \"store_labels\": {\n        \"1\": \"API Test Store 1\"\n    },\n    \"settings\": {}\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/sales/orders/status/api_test","description":"<p>Properties to Update.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Prop</th>\n<th>Type</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>label</td>\n<td>string</td>\n<td>Status label.</td>\n</tr>\n<tr>\n<td>store_labels</td>\n<td>array</td>\n<td>key is store id value is store label.</td>\n</tr>\n<tr>\n<td>settings</td>\n<td>array</td>\n<td>key is <code>color</code> or <code>background_color</code> value is <code>rgba</code> color.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["sales","orders","status","api_test"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[],"_postman_id":"32c8403d-30c3-47cb-aa6a-664dbb691468"},{"name":"Create","id":"7c7b45cd-dd89-4cdd-b64c-6ca7e33d787e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"status\": \"api_test\",\n    \"label\": \"API Test\",\n    \"is_user_defined\": true,\n    \"visible_in_admin\": true,\n    \"store_labels\": {\n        \"1\": \"API Test Store 1\"\n    },\n    \"state\": \"new\",\n    \"is_default\": false\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/sales/orders/status","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Prop</th>\n<th>Type</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>Status code. (required)</td>\n</tr>\n<tr>\n<td>label</td>\n<td>string</td>\n<td>Status label. (required)</td>\n</tr>\n<tr>\n<td>is_user_defined</td>\n<td>boolean</td>\n<td>Is status defined by user.</td>\n</tr>\n<tr>\n<td>visible_in_admin</td>\n<td>boolean</td>\n<td>Is status visibile in the admin.</td>\n</tr>\n<tr>\n<td>state</td>\n<td>string</td>\n<td>State this status is associated with.</td>\n</tr>\n<tr>\n<td>is_default</td>\n<td>boolean</td>\n<td>Is this the default status of the state.</td>\n</tr>\n<tr>\n<td>store_labels</td>\n<td>array</td>\n<td>key is store id value is store label.</td>\n</tr>\n<tr>\n<td>settings</td>\n<td>array</td>\n<td>key is <code>color</code> or <code>background_color</code> value is <code>rgba</code> color.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["sales","orders","status"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[],"_postman_id":"7c7b45cd-dd89-4cdd-b64c-6ca7e33d787e"}],"id":"b3a535e5-9dee-4a1a-bf57-c055ddc5368e","_postman_id":"b3a535e5-9dee-4a1a-bf57-c055ddc5368e","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}}},{"name":"Transaction","item":[{"name":"Get All","id":"85604025-c70e-4cb8-8721-0b5aec29374c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/transactions?page=1&limit=10&order=total&dir=desc&filter[0][attribute]=method_code&filter[0][nin][0]=purchaseorder&filter[0][nin][1]=cryozonic_stripe&filter[0][nin][2]=cryozonic_achpayments_ach","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["transactions"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[{"description":{"content":"<p>Page Number (Optional, Default: 1)</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Page Limit (Optional, Default: 10)</p>\n","type":"text/plain"},"key":"limit","value":"10"},{"description":{"content":"<p>Order Attribute (Optional, Default: 'id');</p>\n","type":"text/plain"},"key":"order","value":"total"},{"description":{"content":"<p>Order Direction (Optional, Default: 'asc')</p>\n","type":"text/plain"},"key":"dir","value":"desc"},{"description":{"content":"<p>Filter (Optional)</p>\n","type":"text/plain"},"key":"filter[0][attribute]","value":"method_code"},{"key":"filter[0][nin][0]","value":"purchaseorder"},{"key":"filter[0][nin][1]","value":"cryozonic_stripe"},{"key":"filter[0][nin][2]","value":"cryozonic_achpayments_ach"}],"variable":[]}},"response":[{"id":"7f4c672a-8e20-41eb-a90f-d017c13414f3","name":"Get All","originalRequest":{"method":"GET","header":[],"url":{"raw":"/transactions?page=1&limit=10&order=total&dir=desc&filter[0][attribute]=method_code&filter[0][nin][0]=purchaseorder&filter[0][nin][1]=cryozonic_stripe&filter[0][nin][2]=cryozonic_achpayments_ach","path":["transactions"],"query":[{"key":"page","value":"1","description":"Page Number (Optional, Default: 1)"},{"key":"limit","value":"10","description":"Page Limit (Optional, Default: 10)"},{"key":"order","value":"total","description":"Order Attribute (Optional, Default: 'id');"},{"key":"dir","value":"desc","description":"Order Direction (Optional, Default: 'asc')"},{"key":"filter[0][attribute]","value":"method_code","description":"Filter (Optional)"},{"key":"filter[0][nin][0]","value":"purchaseorder"},{"key":"filter[0][nin][1]","value":"cryozonic_stripe"},{"key":"filter[0][nin][2]","value":"cryozonic_achpayments_ach"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"status\": {\n            \"success\": 1,\n            \"details\": []\n        },\n        \"data\": {\n            \"totalRecords\": 438,\n            \"items\": [\n                {\n                    \"id\": \"340\",\n                    \"entity_type_id\": \"163\",\n                    \"state\": \"2\",\n                    \"sales_transaction_id\": null,\n                    \"increment_id\": \"100000531\",\n                    \"store_id\": \"1\",\n                    \"method_code\": \"checkmo\",\n                    \"method_code_comment\": null,\n                    \"total\": \"3888.9000\",\n                    \"base_total\": \"3888.9000\",\n                    \"surcharge_amount\": \"0.0000\",\n                    \"base_surcharge_amount\": \"0.0000\",\n                    \"currency_code\": \"USD\",\n                    \"base_currency_code\": \"USD\",\n                    \"currency_rate\": \"1.0000\",\n                    \"is_archived\": \"0\",\n                    \"created_at\": \"2024-08-07 18:27:03\",\n                    \"updated_at\": \"2024-08-07 18:44:30\",\n                    \"entity_type_code\": \"zoey_transaction_payment\"\n                },\n                {\n                    \"id\": \"511\",\n                    \"entity_type_id\": \"163\",\n                    \"state\": \"2\",\n                    \"sales_transaction_id\": null,\n                    \"increment_id\": \"100000705\",\n                    \"store_id\": \"1\",\n                    \"method_code\": \"banktransfer\",\n                    \"method_code_comment\": null,\n                    \"total\": \"3502.8700\",\n                    \"base_total\": \"3502.8700\",\n                    \"surcharge_amount\": \"0.0000\",\n                    \"base_surcharge_amount\": \"0.0000\",\n                    \"currency_code\": \"USD\",\n                    \"base_currency_code\": \"USD\",\n                    \"currency_rate\": \"1.0000\",\n                    \"is_archived\": \"0\",\n                    \"created_at\": \"2024-10-03 18:27:40\",\n                    \"updated_at\": \"2024-10-03 18:27:40\",\n                    \"entity_type_code\": \"zoey_transaction_payment\"\n                },\n                {\n                    \"id\": \"481\",\n                    \"entity_type_id\": \"163\",\n                    \"state\": \"2\",\n                    \"sales_transaction_id\": \"686\",\n                    \"increment_id\": \"100000672\",\n                    \"store_id\": \"1\",\n                    \"method_code\": \"amazon_payments\",\n                    \"method_code_comment\": null,\n                    \"total\": \"3496.0000\",\n                    \"base_total\": \"3496.0000\",\n                    \"surcharge_amount\": \"0.0000\",\n                    \"base_surcharge_amount\": \"0.0000\",\n                    \"currency_code\": \"USD\",\n                    \"base_currency_code\": \"USD\",\n                    \"currency_rate\": \"1.0000\",\n                    \"is_archived\": \"0\",\n                    \"created_at\": \"2024-09-13 12:32:46\",\n                    \"updated_at\": \"2024-09-13 12:32:46\",\n                    \"entity_type_code\": \"zoey_transaction_payment\"\n                },\n                {\n                    \"id\": \"510\",\n                    \"entity_type_id\": \"163\",\n                    \"state\": \"2\",\n                    \"sales_transaction_id\": null,\n                    \"increment_id\": \"100000704\",\n                    \"store_id\": \"1\",\n                    \"method_code\": \"banktransfer\",\n                    \"method_code_comment\": null,\n                    \"total\": \"3491.0000\",\n                    \"base_total\": \"3491.0000\",\n                    \"surcharge_amount\": \"0.0000\",\n                    \"base_surcharge_amount\": \"0.0000\",\n                    \"currency_code\": \"USD\",\n                    \"base_currency_code\": \"USD\",\n                    \"currency_rate\": \"1.0000\",\n                    \"is_archived\": \"0\",\n                    \"created_at\": \"2024-10-03 18:22:28\",\n                    \"updated_at\": \"2024-10-03 18:22:28\",\n                    \"entity_type_code\": \"zoey_transaction_payment\"\n                },\n                {\n                    \"id\": \"495\",\n                    \"entity_type_id\": \"163\",\n                    \"state\": \"2\",\n                    \"sales_transaction_id\": \"705\",\n                    \"increment_id\": \"100000686\",\n                    \"store_id\": \"1\",\n                    \"method_code\": \"paypal_express\",\n                    \"method_code_comment\": null,\n                    \"total\": \"3254.7000\",\n                    \"base_total\": \"3254.7000\",\n                    \"surcharge_amount\": \"0.0000\",\n                    \"base_surcharge_amount\": \"0.0000\",\n                    \"currency_code\": \"USD\",\n                    \"base_currency_code\": \"USD\",\n                    \"currency_rate\": \"1.0000\",\n                    \"is_archived\": \"0\",\n                    \"created_at\": \"2024-09-17 19:08:21\",\n                    \"updated_at\": \"2024-09-17 19:08:21\",\n                    \"entity_type_code\": \"zoey_transaction_payment\"\n                },\n                {\n                    \"id\": \"492\",\n                    \"entity_type_id\": \"163\",\n                    \"state\": \"3\",\n                    \"sales_transaction_id\": null,\n                    \"increment_id\": \"100000683\",\n                    \"store_id\": \"1\",\n                    \"method_code\": \"checkmo\",\n                    \"method_code_comment\": null,\n                    \"total\": \"3241.7300\",\n                    \"base_total\": \"3241.7300\",\n                    \"surcharge_amount\": \"0.0000\",\n                    \"base_surcharge_amount\": \"0.0000\",\n                    \"currency_code\": \"USD\",\n                    \"base_currency_code\": \"USD\",\n                    \"currency_rate\": \"1.0000\",\n                    \"is_archived\": \"0\",\n                    \"created_at\": \"2024-09-16 20:28:21\",\n                    \"updated_at\": \"2024-09-16 20:28:42\",\n                    \"entity_type_code\": \"zoey_transaction_payment\"\n                },\n                {\n                    \"id\": \"493\",\n                    \"entity_type_id\": \"163\",\n                    \"state\": \"3\",\n                    \"sales_transaction_id\": null,\n                    \"increment_id\": \"100000684\",\n                    \"store_id\": \"1\",\n                    \"method_code\": \"checkmo\",\n                    \"method_code_comment\": null,\n                    \"total\": \"3241.7300\",\n                    \"base_total\": \"3241.7300\",\n                    \"surcharge_amount\": \"0.0000\",\n                    \"base_surcharge_amount\": \"0.0000\",\n                    \"currency_code\": \"USD\",\n                    \"base_currency_code\": \"USD\",\n                    \"currency_rate\": \"1.0000\",\n                    \"is_archived\": \"0\",\n                    \"created_at\": \"2024-09-16 20:36:05\",\n                    \"updated_at\": \"2024-09-17 11:35:08\",\n                    \"entity_type_code\": \"zoey_transaction_payment\"\n                },\n                {\n                    \"id\": \"494\",\n                    \"entity_type_id\": \"163\",\n                    \"state\": \"3\",\n                    \"sales_transaction_id\": null,\n                    \"increment_id\": \"100000685\",\n                    \"store_id\": \"1\",\n                    \"method_code\": \"checkmo\",\n                    \"method_code_comment\": null,\n                    \"total\": \"3241.7300\",\n                    \"base_total\": \"3241.7300\",\n                    \"surcharge_amount\": \"0.0000\",\n                    \"base_surcharge_amount\": \"0.0000\",\n                    \"currency_code\": \"USD\",\n                    \"base_currency_code\": \"USD\",\n                    \"currency_rate\": \"1.0000\",\n                    \"is_archived\": \"0\",\n                    \"created_at\": \"2024-09-17 12:58:28\",\n                    \"updated_at\": \"2024-09-17 12:58:42\",\n                    \"entity_type_code\": \"zoey_transaction_payment\"\n                },\n                {\n                    \"id\": \"491\",\n                    \"entity_type_id\": \"163\",\n                    \"state\": \"2\",\n                    \"sales_transaction_id\": null,\n                    \"increment_id\": \"100000682\",\n                    \"store_id\": \"1\",\n                    \"method_code\": \"checkmo\",\n                    \"method_code_comment\": null,\n                    \"total\": \"3235.8000\",\n                    \"base_total\": \"3235.8000\",\n                    \"surcharge_amount\": \"0.0000\",\n                    \"base_surcharge_amount\": \"0.0000\",\n                    \"currency_code\": \"USD\",\n                    \"base_currency_code\": \"USD\",\n                    \"currency_rate\": \"1.0000\",\n                    \"is_archived\": \"0\",\n                    \"created_at\": \"2024-09-16 20:24:32\",\n                    \"updated_at\": \"2024-09-16 20:25:33\",\n                    \"entity_type_code\": \"zoey_transaction_payment\"\n                },\n                {\n                    \"id\": \"490\",\n                    \"entity_type_id\": \"163\",\n                    \"state\": \"2\",\n                    \"sales_transaction_id\": null,\n                    \"increment_id\": \"100000681\",\n                    \"store_id\": \"1\",\n                    \"method_code\": \"checkmo\",\n                    \"method_code_comment\": null,\n                    \"total\": \"3230.9600\",\n                    \"base_total\": \"3230.9600\",\n                    \"surcharge_amount\": \"0.0000\",\n                    \"base_surcharge_amount\": \"0.0000\",\n                    \"currency_code\": \"USD\",\n                    \"base_currency_code\": \"USD\",\n                    \"currency_rate\": \"1.0000\",\n                    \"is_archived\": \"0\",\n                    \"created_at\": \"2024-09-16 20:20:57\",\n                    \"updated_at\": \"2024-09-16 20:20:57\",\n                    \"entity_type_code\": \"zoey_transaction_payment\"\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"85604025-c70e-4cb8-8721-0b5aec29374c"},{"name":"Get","id":"83390577-e021-4a98-a15a-a2373c673958","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/transactions/:id","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["transactions",":id"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[{"type":"any","value":"1439","key":"id"}]}},"response":[{"id":"69a50424-0031-48e7-bc99-1fe18d9b9e24","name":"Get","originalRequest":{"method":"GET","header":[]},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"status\": {\n            \"success\": 1,\n            \"details\": []\n        },\n        \"data\": {\n            \"id\": \"1439\",\n            \"entity_type_id\": 163,\n            \"state\": \"2\",\n            \"sales_transaction_id\": null,\n            \"increment_id\": \"100001086\",\n            \"store_id\": \"1\",\n            \"method_code\": \"cashondelivery\",\n            \"method_code_comment\": null,\n            \"total\": \"525.9450\",\n            \"base_total\": \"525.9450\",\n            \"surcharge_amount\": \"0.0000\",\n            \"base_surcharge_amount\": \"0.0000\",\n            \"currency_code\": \"USD\",\n            \"base_currency_code\": \"USD\",\n            \"currency_rate\": \"1.0000\",\n            \"is_archived\": \"0\",\n            \"created_at\": \"2025-01-17 18:24:12\",\n            \"updated_at\": \"2025-01-17 18:24:12\",\n            \"entity_type\": {\n                \"entity_type_id\": \"163\",\n                \"entity_type_code\": \"zoey_transaction_payment\",\n                \"entity_type_label\": null\n            },\n            \"base_total_available\": \"\",\n            \"total_available\": \"\",\n            \"transactions\": null\n        }\n    }\n}"}],"_postman_id":"83390577-e021-4a98-a15a-a2373c673958"}],"id":"2cb4e7d8-91c2-4461-8caf-28b84ee70c17","_postman_id":"2cb4e7d8-91c2-4461-8caf-28b84ee70c17","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}}},{"name":"Comments","item":[{"name":"Create","id":"9e30c26d-723d-4f95-ab8f-e27f1464e0ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"comment\": \"This was added from the API\"\n}","options":{"raw":{"language":"json"}}},"url":"/v2/orders/:id/comments","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["v2","orders",":id","comments"],"query":[],"variable":[{"description":{"content":"<p>ID of the Order.</p>\n","type":"text/plain"},"type":"any","value":"4936","key":"id"}]}},"response":[],"_postman_id":"9e30c26d-723d-4f95-ab8f-e27f1464e0ab"},{"name":"GetAll","id":"0cfa6bb1-a297-466f-b83c-e90cfcd34cfe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/v2/orders/:id/comments","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["v2","orders",":id","comments"],"query":[],"variable":[{"description":{"content":"<p>ID of the order.</p>\n","type":"text/plain"},"type":"any","value":"4936","key":"id"}]}},"response":[],"_postman_id":"0cfa6bb1-a297-466f-b83c-e90cfcd34cfe"}],"id":"dd24e0da-1719-4fca-b574-3da2b18291c6","_postman_id":"dd24e0da-1719-4fca-b574-3da2b18291c6","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}}},{"name":"States","id":"17c9d9c9-5129-4578-ba58-82f21886e1de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/sales/orders/state","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["sales","orders","state"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[],"_postman_id":"17c9d9c9-5129-4578-ba58-82f21886e1de"},{"name":"Get","id":"0a5f8f72-5c3d-4717-84ea-b02e33d7ad34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/sales2/orders/info?id=100000703","description":"<p>Used to get data from a single order.</p>\n<blockquote>\n<p>Note:<br />Data returned from this endpoint is filtered through permissions. So the only properties that will be returned are those allowed.</p>\n</blockquote>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["sales2","orders","info"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[{"description":{"content":"<p>Order Increment ID. ( Required )</p>\n","type":"text/plain"},"key":"id","value":"100000703"}],"variable":[]}},"response":[{"id":"7ee06197-e4bf-4412-b63f-80d281167a60","name":"Get","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://container-url.zoeysite.com/api/rest/sales2/orders/info?id=100000003","host":["https://container-url.zoeysite.com/api/rest"],"path":["sales2","orders","info"],"query":[{"key":"id","value":"100000003"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 08 Dec 2020 22:16:47 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"splitorder_key\": null,\n    \"state\": \"new\",\n    \"status\": \"pending\",\n    \"coupon_code\": null,\n    \"protect_code\": \"8b5ac7\",\n    \"shipping_description\": \"Pickup In Store - Collect from Store\",\n    \"is_virtual\": \"0\",\n    \"store_id\": \"1\",\n    \"customer_id\": \"728\",\n    \"base_discount_amount\": \"0.0000\",\n    \"base_discount_canceled\": null,\n    \"base_discount_invoiced\": null,\n    \"base_discount_refunded\": null,\n    \"base_grand_total\": \"15.0000\",\n    \"base_shipping_amount\": \"0.0000\",\n    \"base_shipping_canceled\": null,\n    \"base_shipping_invoiced\": null,\n    \"base_shipping_refunded\": null,\n    \"base_shipping_tax_amount\": \"0.0000\",\n    \"base_shipping_tax_refunded\": null,\n    \"base_subtotal\": \"15.0000\",\n    \"base_subtotal_canceled\": null,\n    \"base_subtotal_invoiced\": null,\n    \"base_subtotal_refunded\": null,\n    \"base_tax_amount\": \"0.0000\",\n    \"base_tax_canceled\": null,\n    \"base_tax_invoiced\": null,\n    \"base_tax_refunded\": null,\n    \"base_to_global_rate\": \"1.0000\",\n    \"base_to_order_rate\": \"1.0000\",\n    \"base_total_canceled\": null,\n    \"base_total_invoiced\": null,\n    \"base_total_invoiced_cost\": null,\n    \"base_total_offline_refunded\": null,\n    \"base_total_online_refunded\": null,\n    \"base_total_paid\": null,\n    \"base_total_qty_ordered\": null,\n    \"base_total_refunded\": null,\n    \"discount_amount\": \"0.0000\",\n    \"discount_canceled\": null,\n    \"discount_invoiced\": null,\n    \"discount_refunded\": null,\n    \"grand_total\": \"15.0000\",\n    \"shipping_amount\": \"0.0000\",\n    \"shipping_canceled\": null,\n    \"shipping_invoiced\": null,\n    \"shipping_refunded\": null,\n    \"shipping_tax_amount\": \"0.0000\",\n    \"shipping_tax_refunded\": null,\n    \"store_to_base_rate\": \"1.0000\",\n    \"store_to_order_rate\": \"1.0000\",\n    \"subtotal\": \"15.0000\",\n    \"subtotal_canceled\": null,\n    \"subtotal_invoiced\": null,\n    \"subtotal_refunded\": null,\n    \"tax_amount\": \"0.0000\",\n    \"tax_canceled\": null,\n    \"tax_invoiced\": null,\n    \"tax_refunded\": null,\n    \"total_canceled\": null,\n    \"total_invoiced\": null,\n    \"total_offline_refunded\": null,\n    \"total_online_refunded\": null,\n    \"total_paid\": null,\n    \"total_qty_ordered\": \"1.0000\",\n    \"total_refunded\": null,\n    \"can_ship_partially\": null,\n    \"can_ship_partially_item\": null,\n    \"customer_is_guest\": \"0\",\n    \"customer_note_notify\": \"0\",\n    \"billing_address_id\": \"7470\",\n    \"customer_group_id\": \"1\",\n    \"edit_increment\": null,\n    \"email_sent\": null,\n    \"forced_shipment_with_invoice\": null,\n    \"payment_auth_expiration\": null,\n    \"quote_address_id\": null,\n    \"quote_id\": \"53406\",\n    \"shipping_address_id\": \"7471\",\n    \"adjustment_negative\": null,\n    \"adjustment_positive\": null,\n    \"base_adjustment_negative\": null,\n    \"base_adjustment_positive\": null,\n    \"base_shipping_discount_amount\": \"0.0000\",\n    \"base_subtotal_incl_tax\": \"15.0000\",\n    \"base_total_due\": 15,\n    \"payment_authorization_amount\": null,\n    \"shipping_discount_amount\": \"0.0000\",\n    \"subtotal_incl_tax\": \"15.0000\",\n    \"total_due\": 15,\n    \"weight\": \"0.0000\",\n    \"customer_dob\": null,\n    \"increment_id\": \"110004993\",\n    \"applied_rule_ids\": null,\n    \"base_currency_code\": \"USD\",\n    \"customer_email\": \"developer@example.com\",\n    \"customer_firstname\": \"John\",\n    \"customer_lastname\": \"Doe\",\n    \"customer_middlename\": null,\n    \"customer_prefix\": null,\n    \"customer_suffix\": null,\n    \"customer_taxvat\": \"VAT\",\n    \"discount_description\": null,\n    \"ext_customer_id\": null,\n    \"ext_order_id\": null,\n    \"global_currency_code\": \"USD\",\n    \"hold_before_state\": null,\n    \"hold_before_status\": null,\n    \"order_currency_code\": \"USD\",\n    \"original_increment_id\": null,\n    \"relation_child_id\": null,\n    \"relation_child_real_id\": null,\n    \"relation_parent_id\": null,\n    \"relation_parent_real_id\": null,\n    \"remote_ip\": null,\n    \"shipping_method\": \"pickup_collect\",\n    \"store_currency_code\": \"USD\",\n    \"store_name\": \"English (United States)\",\n    \"x_forwarded_for\": null,\n    \"customer_note\": null,\n    \"created_at\": \"2022-06-21 01:03:05\",\n    \"updated_at\": \"2022-06-21 01:03:06\",\n    \"total_item_count\": \"1\",\n    \"customer_gender\": null,\n    \"hidden_tax_amount\": \"0.0000\",\n    \"base_hidden_tax_amount\": \"0.0000\",\n    \"shipping_hidden_tax_amount\": \"0.0000\",\n    \"base_shipping_hidden_tax_amnt\": \"0.0000\",\n    \"hidden_tax_invoiced\": null,\n    \"base_hidden_tax_invoiced\": null,\n    \"hidden_tax_refunded\": null,\n    \"base_hidden_tax_refunded\": null,\n    \"shipping_incl_tax\": \"0.0000\",\n    \"base_shipping_incl_tax\": \"0.0000\",\n    \"coupon_rule_name\": null,\n    \"paypal_ipn_customer_notified\": \"0\",\n    \"gift_message_id\": null,\n    \"ebizmarts_abandonedcart_flag\": null,\n    \"ebizmarts_magemonkey_campaign_id\": null,\n    \"auctaneapi_discounts\": null,\n    \"base_surcharge_amount\": null,\n    \"surcharge_amount\": null,\n    \"old_order_id\": null,\n    \"old_order_increment_id\": null,\n    \"is_giftorder\": \"0\",\n    \"tracking\": \"0\",\n    \"eway_transaction_id\": null,\n    \"base_giftcard_discount\": \"0.0000\",\n    \"giftcard_discount\": \"0.0000\",\n    \"giftcard_code\": null,\n    \"carrier_type\": \"pickup\",\n    \"dispatch_date\": null,\n    \"delivery_date\": null,\n    \"pickup_location\": null,\n    \"time_slot\": null,\n    \"pickup_latitude\": null,\n    \"pickup_longitude\": null,\n    \"carriergroup\": null,\n    \"carriergroup_shipping_html\": null,\n    \"carriergroup_shipping_details\": null,\n    \"carrier_id\": null,\n    \"confirmation_number\": null,\n    \"destination_type\": null,\n    \"liftgate_required\": \"0\",\n    \"notify_required\": \"0\",\n    \"inside_delivery\": \"0\",\n    \"freight_quote_id\": null,\n    \"xpc_txnid\": \"\",\n    \"xp_card_data\": \"\",\n    \"adyen_event_code\": null,\n    \"adyen_boleto_pdf\": null,\n    \"payment_fee_amount\": null,\n    \"base_payment_fee_amount\": null,\n    \"payment_installment_fee_amount\": null,\n    \"base_payment_installment_fee_amount\": null,\n    \"shq_delivery_comments\": null,\n    \"zoey_order_comment\": null,\n    \"customer_carrier\": null,\n    \"customer_carrier_ph\": null,\n    \"customer_carrier_account\": null,\n    \"pickup_location_id\": null,\n    \"mailchimp_campaign_id\": null,\n    \"mailchimp_abandonedcart_flag\": \"0\",\n    \"mailchimp_landing_page\": \"\",\n    \"lightspeed_id\": null,\n    \"zoey_admin_order_is_admin\": \"1\",\n    \"limited_delivery\": \"0\",\n    \"zoey_custom_options_price\": \"0.0000\",\n    \"base_zoey_custom_options_price\": \"0.0000\",\n    \"is_anonymous\": null,\n    \"is_archived\": \"0\",\n    \"zoey_bcc_emails\": null,\n    \"zoey_sales_rep_orig_data\": \"a:1:{i:0;a:4:{s:17:\\\"sales_rep_user_id\\\";s:21:\\\"156637879080185441622\\\";s:15:\\\"sales_rep_email\\\";s:17:\\\"sales@example.com\\\";s:20:\\\"sales_rep_first_name\\\";s:5:\\\"Sales\\\";s:19:\\\"sales_rep_last_name\\\";s:3:\\\"Rep\\\";}}\",\n    \"is_recovered_abandoned_cart\": \"0\",\n    \"total_qty_backordered\": \"0.0000\",\n    \"split_order_email_recipients\": null,\n    \"splitorder_attribute_value\": null,\n    \"sso_history_id\": null,\n    \"tj_salestax_sync_date\": null,\n    \"customer_signature\": null,\n    \"mobile_source\": null,\n    \"apply_store_credit\": \"0\",\n    \"store_credit_amount\": \"0.0000\",\n    \"base_store_credit_amount\": \"0.0000\",\n    \"payment_surcharge_amount\": \"0.0000\",\n    \"base_payment_surcharge_amount\": \"0.0000\",\n    \"user_agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36\",\n    \"geolocation\": null,\n    \"payment_authorization_expiration\": null,\n    \"forced_do_shipment_with_invoice\": null,\n    \"base_shipping_hidden_tax_amount\": \"0.0000\",\n    \"company_id\": \"16\",\n    \"company_name\": \"biki\",\n    \"company_location_id\": \"34\",\n    \"company_location_name\": \"bikiloc\",\n    \"company_external_id\": null,\n    \"_sales_reps_loaded\": true,\n    \"sales_rep_user_id\": \"156637879080185441622\",\n    \"sales_rep_user_ids\": [\n        \"156637879080185441622\"\n    ],\n    \"order_id\": \"3787\",\n    \"admin_order_info\": {\n        \"Created by Team Member\": \"admin+user@example.com\",\n        \"Created\": \"Jun 20, 2022 9:03:05 PM\",\n        \"Created from IP\": \"127.0.0.1\"\n    },\n    \"shipping_address\": {\n        \"parent_id\": \"3787\",\n        \"customer_address_id\": null,\n        \"quote_address_id\": null,\n        \"region_id\": \"43\",\n        \"customer_id\": \"728\",\n        \"fax\": null,\n        \"region\": \"New York\",\n        \"postcode\": \"10019\",\n        \"lastname\": \"Test\",\n        \"street\": \"123 Main ST\",\n        \"city\": \"New York\",\n        \"email\": \"developer@example.com\",\n        \"telephone\": \"1231231234\",\n        \"country_id\": \"US\",\n        \"firstname\": \"Zoey\",\n        \"address_type\": \"shipping\",\n        \"prefix\": \"aa\",\n        \"middlename\": null,\n        \"suffix\": null,\n        \"company\": \"zoey\",\n        \"vat_id\": null,\n        \"vat_is_valid\": \"0\",\n        \"vat_request_id\": null,\n        \"vat_request_date\": null,\n        \"vat_request_success\": \"0\",\n        \"address_valid\": \"NEAR_MATCH_WITH_OPTIONS\",\n        \"zoey_shipping_type\": \"0\",\n        \"address_id\": \"7471\"\n    },\n    \"billing_address\": {\n        \"parent_id\": \"3787\",\n        \"customer_address_id\": null,\n        \"quote_address_id\": null,\n        \"region_id\": \"41\",\n        \"customer_id\": \"728\",\n        \"fax\": null,\n        \"region\": \"New York\",\n        \"postcode\": \"10019\",\n        \"lastname\": \"Test\",\n        \"street\": \"123 Main ST\",\n        \"city\": \"New York\",\n        \"email\": \"developer@example.com\",\n        \"telephone\": \"1231231234\",\n        \"country_id\": \"US\",\n        \"firstname\": \"Zoey\",\n        \"address_type\": \"billing\",\n        \"prefix\": \"aa\",\n        \"middlename\": null,\n        \"suffix\": null,\n        \"company\": \"zoey\",\n        \"vat_id\": null,\n        \"vat_is_valid\": \"0\",\n        \"vat_request_id\": null,\n        \"vat_request_date\": null,\n        \"vat_request_success\": \"0\",\n        \"address_valid\": null,\n        \"zoey_shipping_type\": \"0\",\n        \"address_id\": \"7470\"\n    },\n    \"items\": [\n        {\n            \"item_id\": \"5191\",\n            \"order_id\": \"3787\",\n            \"parent_item_id\": null,\n            \"quote_item_id\": \"819836\",\n            \"store_id\": \"1\",\n            \"created_at\": \"2022-06-21 01:03:05\",\n            \"updated_at\": \"2022-06-21 01:03:05\",\n            \"product_id\": \"3064\",\n            \"product_type\": \"simple\",\n            \"product_options\": \"a:1:{s:15:\\\"info_buyRequest\\\";a:11:{s:3:\\\"qty\\\";i:1;s:6:\\\"action\\\";s:0:\\\"\\\";s:10:\\\"configured\\\";s:1:\\\"1\\\";s:7:\\\"comment\\\";s:0:\\\"\\\";s:11:\\\"attachments\\\";s:0:\\\"\\\";s:7:\\\"item_id\\\";s:2:\\\"_1\\\";s:10:\\\"product_id\\\";s:4:\\\"3064\\\";s:14:\\\"qty_multiplier\\\";s:1:\\\"1\\\";s:2:\\\"id\\\";s:2:\\\"_1\\\";s:21:\\\"qty_increment_package\\\";a:4:{s:17:\\\"customer_group_id\\\";i:1;s:15:\\\"increment_label\\\";s:9:\\\"Bottle(s)\\\";s:10:\\\"unit_label\\\";s:9:\\\"Bottle(s)\\\";s:9:\\\"increment\\\";d:1;}s:7:\\\"options\\\";a:0:{}}}\",\n            \"weight\": \"0.0000\",\n            \"is_virtual\": \"0\",\n            \"sku\": \"Simple\",\n            \"name\": \"Simple\",\n            \"description\": null,\n            \"applied_rule_ids\": null,\n            \"additional_data\": null,\n            \"free_shipping\": \"0\",\n            \"is_qty_decimal\": \"0\",\n            \"no_discount\": \"0\",\n            \"qty_backordered\": null,\n            \"qty_canceled\": \"0.0000\",\n            \"qty_invoiced\": \"0.0000\",\n            \"qty_ordered\": \"1.0000\",\n            \"qty_refunded\": \"0.0000\",\n            \"qty_shipped\": \"0.0000\",\n            \"base_cost\": \"0.0000\",\n            \"price\": \"15.0000\",\n            \"base_price\": \"15.0000\",\n            \"original_price\": \"15.0000\",\n            \"base_original_price\": \"15.0000\",\n            \"tax_percent\": \"0.0000\",\n            \"tax_amount\": \"0.0000\",\n            \"base_tax_amount\": \"0.0000\",\n            \"tax_invoiced\": \"0.0000\",\n            \"base_tax_invoiced\": \"0.0000\",\n            \"discount_percent\": \"0.0000\",\n            \"discount_amount\": \"0.0000\",\n            \"base_discount_amount\": \"0.0000\",\n            \"discount_invoiced\": \"0.0000\",\n            \"base_discount_invoiced\": \"0.0000\",\n            \"amount_refunded\": \"0.0000\",\n            \"base_amount_refunded\": \"0.0000\",\n            \"row_total\": \"15.0000\",\n            \"base_row_total\": \"15.0000\",\n            \"row_invoiced\": \"0.0000\",\n            \"base_row_invoiced\": \"0.0000\",\n            \"row_weight\": \"0.0000\",\n            \"base_tax_before_discount\": null,\n            \"tax_before_discount\": null,\n            \"ext_order_item_id\": null,\n            \"locked_do_invoice\": null,\n            \"locked_do_ship\": null,\n            \"price_incl_tax\": \"15.0000\",\n            \"base_price_incl_tax\": \"15.0000\",\n            \"row_total_incl_tax\": \"15.0000\",\n            \"base_row_total_incl_tax\": \"15.0000\",\n            \"hidden_tax_amount\": \"0.0000\",\n            \"base_hidden_tax_amount\": \"0.0000\",\n            \"hidden_tax_invoiced\": null,\n            \"base_hidden_tax_invoiced\": null,\n            \"hidden_tax_refunded\": null,\n            \"base_hidden_tax_refunded\": null,\n            \"is_nominal\": \"0\",\n            \"tax_canceled\": null,\n            \"hidden_tax_canceled\": null,\n            \"tax_refunded\": null,\n            \"base_tax_refunded\": null,\n            \"discount_refunded\": null,\n            \"base_discount_refunded\": null,\n            \"gift_message_id\": null,\n            \"gift_message_available\": \"1\",\n            \"base_weee_tax_applied_amount\": \"0.0000\",\n            \"base_weee_tax_applied_row_amnt\": \"0.0000\",\n            \"base_weee_tax_applied_row_amount\": \"0.0000\",\n            \"weee_tax_applied_amount\": \"0.0000\",\n            \"weee_tax_applied_row_amount\": \"0.0000\",\n            \"weee_tax_applied\": \"a:0:{}\",\n            \"weee_tax_disposition\": \"0.0000\",\n            \"weee_tax_row_disposition\": \"0.0000\",\n            \"base_weee_tax_disposition\": \"0.0000\",\n            \"base_weee_tax_row_disposition\": \"0.0000\",\n            \"pos_discount_reason\": null,\n            \"base_surcharge_amount\": null,\n            \"surcharge_amount\": null,\n            \"old_order_item_id\": null,\n            \"pickup_chosen\": null,\n            \"carriergroup\": \"California Test\",\n            \"carriergroup_id\": \"32855\",\n            \"carriergroup_shipping\": null,\n            \"pos_applied_taxes\": null,\n            \"spro_item_fulfils_subscription\": null,\n            \"spro_subscription_id\": null,\n            \"spro_subscription_interval\": null,\n            \"spro_subscription_reorder_ordinal\": null,\n            \"spro_subscription_next_order_date\": null,\n            \"lightspeed_id\": null,\n            \"lightspeed_taxclass_id\": null,\n            \"zoey_custom_options_price\": null,\n            \"base_zoey_custom_options_price\": null,\n            \"is_invoiced_as_percent\": \"0\",\n            \"zoey_added_by_discount_rule_id\": null,\n            \"product_options_json\": \"{\\\"info_buyRequest\\\":{\\\"qty\\\":1,\\\"action\\\":\\\"\\\",\\\"configured\\\":\\\"1\\\",\\\"comment\\\":\\\"\\\",\\\"attachments\\\":\\\"\\\",\\\"item_id\\\":\\\"_1\\\",\\\"product_id\\\":\\\"3064\\\",\\\"qty_multiplier\\\":\\\"1\\\",\\\"id\\\":\\\"_1\\\",\\\"qty_increment_package\\\":{\\\"customer_group_id\\\":1,\\\"increment_label\\\":\\\"Bottle(s)\\\",\\\"unit_label\\\":\\\"Bottle(s)\\\",\\\"increment\\\":1},\\\"options\\\":[]}}\",\n            \"product_custom_attributes\": []\n        }\n    ],\n    \"sales_reps\": [\n        {\n            \"sales_rep_user_id\": \"156637879080185441622\",\n            \"sales_rep_email\": \"sales-rep@example.com\",\n            \"sales_rep_first_name\": \"Sales\",\n            \"sales_rep_last_name\": \"Rep\"\n        }\n    ],\n    \"payment\": {\n        \"parent_id\": \"3787\",\n        \"base_shipping_captured\": null,\n        \"shipping_captured\": null,\n        \"amount_refunded\": null,\n        \"base_amount_paid\": null,\n        \"amount_canceled\": null,\n        \"base_amount_authorized\": null,\n        \"base_amount_paid_online\": null,\n        \"base_amount_refunded_online\": null,\n        \"base_shipping_amount\": \"0.0000\",\n        \"shipping_amount\": \"0.0000\",\n        \"amount_paid\": null,\n        \"amount_authorized\": null,\n        \"base_amount_ordered\": \"15.0000\",\n        \"base_shipping_refunded\": null,\n        \"shipping_refunded\": null,\n        \"base_amount_refunded\": null,\n        \"amount_ordered\": \"15.0000\",\n        \"base_amount_canceled\": null,\n        \"quote_payment_id\": null,\n        \"additional_data\": null,\n        \"cc_exp_month\": \"0\",\n        \"cc_ss_start_year\": \"0\",\n        \"echeck_bank_name\": null,\n        \"method\": \"netterm\",\n        \"cc_debug_request_body\": null,\n        \"cc_secure_verify\": null,\n        \"protection_eligibility\": null,\n        \"cc_approval\": null,\n        \"cc_last4\": null,\n        \"cc_status_description\": null,\n        \"echeck_type\": null,\n        \"cc_debug_response_serialized\": null,\n        \"cc_ss_start_month\": \"0\",\n        \"echeck_account_type\": null,\n        \"last_trans_id\": null,\n        \"cc_cid_status\": null,\n        \"cc_owner\": null,\n        \"cc_type\": null,\n        \"po_number\": null,\n        \"cc_exp_year\": \"0\",\n        \"cc_status\": null,\n        \"echeck_routing_number\": null,\n        \"account_status\": null,\n        \"anet_trans_method\": null,\n        \"cc_debug_response_body\": null,\n        \"cc_ss_issue\": null,\n        \"echeck_account_name\": null,\n        \"cc_avs_status\": null,\n        \"cc_number_enc\": null,\n        \"cc_trans_id\": null,\n        \"paybox_request_number\": null,\n        \"address_status\": null,\n        \"additional_information\": {\n            \"net_term\": \"net10\",\n            \"net_term_credit\": \"20.0000\",\n            \"net_term_label\": \"Net 10\",\n            \"net_term_detail\": \"ABC Store has offered biki payment terms of Net 10. Payment is due within 10 days for this order, after which interest may be due. Invoices may be paid via Check, Wire Transfer, Cash or Credit Card by calling customer support at 123-4567.\"\n        },\n        \"pos_payment_info\": null,\n        \"repeat_code\": null,\n        \"techinflo_response_code\": null,\n        \"cybersource_request_token\": null,\n        \"adyen_psp_reference\": null,\n        \"adyen_event_code\": null,\n        \"adyen_payment_method\": null,\n        \"adyen_klarna_number\": null,\n        \"adyen_avs_result\": null,\n        \"adyen_cvc_result\": null,\n        \"adyen_boleto_paid_amount\": null,\n        \"adyen_total_fraud_score\": null,\n        \"adyen_refusal_reason_raw\": null,\n        \"adyen_acquirer_reference\": null,\n        \"adyen_auth_code\": null,\n        \"adyen_authorisation_amount\": null,\n        \"adyen_card_bin\": null,\n        \"save_card\": \"\",\n        \"fraud_action\": null,\n        \"fraud_codes\": null,\n        \"transaction_captured\": null,\n        \"beagle_score\": null,\n        \"beagle_verification\": null,\n        \"zipmoney_charge_id\": null,\n        \"afterpay_token\": null,\n        \"afterpay_order_id\": null,\n        \"afterpay_fetched_at\": null,\n        \"payment_id\": \"3748\"\n    },\n    \"status_history\": [\n        {\n            \"parent_id\": \"3787\",\n            \"is_customer_notified\": null,\n            \"is_visible_on_front\": \"0\",\n            \"comment\": \"New Order WebHook Triggered. Email Sent from Sales (sales@example.com) to developer@example.com with Subject: Order Webhook Information - #110004993\",\n            \"status\": \"pending\",\n            \"created_at\": \"2022-06-21 01:03:06\",\n            \"entity_name\": \"order\",\n            \"zoey_commenter_type_id\": \"0\",\n            \"zoey_commenter_id\": null,\n            \"zoey_commenter_email\": null,\n            \"store_id\": \"1\",\n            \"comment_updates\": []\n        },\n        {\n            \"parent_id\": \"3787\",\n            \"is_customer_notified\": \"0\",\n            \"is_visible_on_front\": \"0\",\n            \"comment\": null,\n            \"status\": \"pending\",\n            \"created_at\": \"2022-06-21 01:03:05\",\n            \"entity_name\": \"order\",\n            \"zoey_commenter_type_id\": \"1\",\n            \"zoey_commenter_id\": \"13058631632732613440\",\n            \"zoey_commenter_email\": null,\n            \"store_id\": \"1\",\n            \"comment_updates\": []\n        },\n        {\n            \"parent_id\": \"3787\",\n            \"is_customer_notified\": \"0\",\n            \"is_visible_on_front\": \"0\",\n            \"comment\": null,\n            \"status\": \"pending\",\n            \"created_at\": \"2022-06-21 01:03:05\",\n            \"entity_name\": \"order\",\n            \"zoey_commenter_type_id\": \"1\",\n            \"zoey_commenter_id\": \"13058631632732613440\",\n            \"zoey_commenter_email\": null,\n            \"store_id\": \"1\",\n            \"comment_updates\": []\n        }\n    ],\n    \"order_attributes\": \"a:1:{i:0;a:23:{s:14:\\\"attribute_code\\\";s:6:\\\"yessss\\\";s:12:\\\"attribute_id\\\";s:3:\\\"418\\\";s:17:\\\"checkout_location\\\";s:7:\\\"billing\\\";s:21:\\\"admin_render_location\\\";s:7:\\\"general\\\";s:19:\\\"pdf_render_location\\\";s:7:\\\"general\\\";s:14:\\\"attribute_type\\\";s:7:\\\"boolean\\\";s:14:\\\"show_in_emails\\\";s:1:\\\"1\\\";s:11:\\\"show_in_pdf\\\";s:1:\\\"1\\\";s:21:\\\"show_in_order_success\\\";s:1:\\\"1\\\";s:16:\\\"show_in_frontend\\\";s:1:\\\"1\\\";s:11:\\\"show_in_csv\\\";s:1:\\\"1\\\";s:10:\\\"sort_order\\\";s:1:\\\"0\\\";s:16:\\\"quote_sort_order\\\";s:1:\\\"0\\\";s:14:\\\"value_renderer\\\";N;s:21:\\\"form_element_renderer\\\";N;s:35:\\\"form_element_renderer_default_value\\\";s:1:\\\"0\\\";s:15:\\\"show_in_invoice\\\";i:1;s:16:\\\"show_in_shipment\\\";i:1;s:18:\\\"show_in_creditmemo\\\";i:1;s:5:\\\"value\\\";s:3:\\\"Yes\\\";s:5:\\\"label\\\";s:7:\\\"Yessss?\\\";s:13:\\\"order_tooltip\\\";N;s:13:\\\"quote_tooltip\\\";N;}}\",\n    \"order_attributes_json\": \"[{\\\"attribute_code\\\":\\\"yessss\\\",\\\"attribute_id\\\":\\\"418\\\",\\\"checkout_location\\\":\\\"billing\\\",\\\"admin_render_location\\\":\\\"general\\\",\\\"pdf_render_location\\\":\\\"general\\\",\\\"attribute_type\\\":\\\"boolean\\\",\\\"show_in_emails\\\":\\\"1\\\",\\\"show_in_pdf\\\":\\\"1\\\",\\\"show_in_order_success\\\":\\\"1\\\",\\\"show_in_frontend\\\":\\\"1\\\",\\\"show_in_csv\\\":\\\"1\\\",\\\"sort_order\\\":\\\"0\\\",\\\"quote_sort_order\\\":\\\"0\\\",\\\"value_renderer\\\":null,\\\"form_element_renderer\\\":null,\\\"form_element_renderer_default_value\\\":\\\"0\\\",\\\"show_in_invoice\\\":1,\\\"show_in_shipment\\\":1,\\\"show_in_creditmemo\\\":1,\\\"value\\\":\\\"Yes\\\",\\\"label\\\":\\\"Yessss?\\\",\\\"order_tooltip\\\":null,\\\"quote_tooltip\\\":null}]\",\n    \"custom_attributes\": [\n        {\n            \"name\": \"Yessss?\",\n            \"value\": \"Yes\"\n        }\n    ],\n    \"order_invoices\": [],\n    \"order_shipments\": [],\n    \"order_creditmemos\": [],\n    \"created_from_quote\": {}\n}"}],"_postman_id":"0a5f8f72-5c3d-4717-84ea-b02e33d7ad34"},{"name":"Get All","id":"3b3d4c72-8e4d-428e-9f0c-31a4ec8b07a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/sales2/orders/list?increment_id=100000002&customer_email[in][0]=don@zoey.com&customer_email[in][1]=test@zoey.com&limit=10&page=1&order[created_at]=DESC","description":"<p>Filtering this colleciton requires and attribute and a value.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Action</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>eq</code></td>\n<td>string</td>\n<td>Is Equal To</td>\n</tr>\n<tr>\n<td><code>neq</code></td>\n<td>string</td>\n<td>Is NOT Equal To</td>\n</tr>\n<tr>\n<td><code>like</code></td>\n<td>string</td>\n<td>Is Like</td>\n</tr>\n<tr>\n<td><code>nlike</code></td>\n<td>string</td>\n<td>Is Not Like</td>\n</tr>\n<tr>\n<td><code>in</code></td>\n<td>array</td>\n<td>Is In</td>\n</tr>\n<tr>\n<td><code>nin</code></td>\n<td>array</td>\n<td>Is NOT In</td>\n</tr>\n<tr>\n<td><code>null</code></td>\n<td>boolean</td>\n<td>Is NULL</td>\n</tr>\n<tr>\n<td><code>notnull</code></td>\n<td>boolean</td>\n<td>Is NOT NULL</td>\n</tr>\n<tr>\n<td><code>gt</code></td>\n<td>string</td>\n<td>Is Greater Than</td>\n</tr>\n<tr>\n<td><code>gte</code></td>\n<td>string</td>\n<td>Is Greater Than OR Equal To</td>\n</tr>\n<tr>\n<td><code>lt</code></td>\n<td>string</td>\n<td>Is Less Than</td>\n</tr>\n<tr>\n<td><code>lte</code></td>\n<td>string</td>\n<td>Is Less Than OR Equal To</td>\n</tr>\n</tbody>\n</table>\n</div><p>How To Filter A Data Type in Query</p>\n<blockquote>\n<p>Filtering on multiple values for the same data will require that you index the values as shown in the 'array' row of this table. </p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>DataType</th>\n<th>Query</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>string</td>\n<td>?increment_id=10000001&amp;email=<a href=\"mailto:test@zoey.com\">test@zoey.com</a></td>\n<td>Filter this collection where <code>increment_id</code> is equal to <code>10000001</code> and <code>email</code> is equal to <code>test@zoey.com</code> (Default)</td>\n</tr>\n<tr>\n<td>string</td>\n<td>?firstname[neq]=test</td>\n<td><code>firstname</code> does not equal test</td>\n</tr>\n<tr>\n<td>array</td>\n<td>?email[in][0]=<a href=\"mailto:test@example.com\">test@example.com</a>&amp;email[in][1]=<a href=\"mailto:test@zoey.com\">test@zoey.com</a></td>\n<td>Filter this collection where the email is either <code>test@example.com</code> or <code>test@zoey.com</code></td>\n</tr>\n<tr>\n<td>boolean</td>\n<td>?email[null]=true</td>\n<td>Filter this collection where the email is null.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>?created_at[gt]=2021-12-13</td>\n<td>Filter this collection for Orders created at greater than 2021-12-13 - can also use updated_at</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["sales2","orders","list"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[{"description":{"content":"<p>Filter by Increment ID. ( Optional )</p>\n","type":"text/plain"},"key":"increment_id","value":"100000002"},{"description":{"content":"<p>Filter by customer email. ( Optional )</p>\n","type":"text/plain"},"key":"customer_email[in][0]","value":"don@zoey.com"},{"key":"customer_email[in][1]","value":"test@zoey.com"},{"description":{"content":"<p>Limit the response.</p>\n","type":"text/plain"},"key":"limit","value":"10"},{"description":{"content":"<p>Paginate the response.</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Sort the response.</p>\n","type":"text/plain"},"key":"order[created_at]","value":"DESC"}],"variable":[]}},"response":[{"id":"a2b58c5b-cc96-429c-b6c1-12c1da8c1e23","name":"Updated At","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://container-url.zoeysite.com/api/rest/sales2/orders/list?updated_at[gt]=2021-01-01 17:16:05","host":["https://container-url.zoeysite.com/api/rest"],"path":["sales2","orders","list"],"query":[{"key":"updated_at[gt]","value":"2021-01-01 17:16:05"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 02 Jun 2021 12:33:25 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=hoqt8iubu29o728d8j9hnqfnv2; expires=Sat, 05-Jun-2021 12:33:24 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"order_id\": \"3102\",\n        \"increment_id\": \"110004262\",\n        \"customer_id\": \"728\",\n        \"customer_email\": \"developer@example.com\",\n        \"customer_firstname\": \"Zoey\",\n        \"customer_lastname\": \"Developer\",\n        \"created_at\": \"2021-06-02 11:16:05\",\n        \"updated_at\": \"2021-06-02 11:16:05\",\n        \"status\": \"processing\",\n        \"total_item_count\": \"3\",\n        \"total_qty_ordered\": \"3.0000\",\n        \"grand_total\": \"60.9700\",\n        \"company_id\": null,\n        \"company_name\": null,\n        \"company_location_id\": null,\n        \"company_location_name\": null,\n        \"admin_order_info\": {\n            \"Created by Team Member\": \"admin@example.com\",\n            \"Created\": \"Nov 5, 2019 4:57:39 PM\",\n            \"Created from IP\": \"127.0.0.1\"\n        },\n        \"order_attributes_json\": \"[]\",\n        \"custom_attributes\": [],\n        \"billing_company\": null,\n        \"shipping_company\": null,\n        \"store_id\": \"1\",\n        \"order_currency_code\": \"USD\"\n    },\n    {\n        \"order_id\": \"3103\",\n        \"increment_id\": \"110004263-1\",\n        \"customer_id\": \"728\",\n        \"customer_email\": \"developer@example.com\",\n        \"customer_firstname\": \"Zoey\",\n        \"customer_lastname\": \"Developer\",\n        \"created_at\": \"2021-06-02 11:16:05\",\n        \"updated_at\": \"2021-06-02 11:16:05\",\n        \"status\": \"processing\",\n        \"total_item_count\": \"1\",\n        \"total_qty_ordered\": \"1.0000\",\n        \"grand_total\": \"26.9900\",\n        \"company_id\": null,\n        \"company_name\": null,\n        \"company_location_id\": null,\n        \"company_location_name\": null,\n        \"admin_order_info\": {\n            \"Created by Team Member\": \"admin@example.com\",\n            \"Created\": \"Nov 5, 2019 4:59:01 PM\",\n            \"Created from IP\": \"127.0.0.1\"\n        },\n        \"order_attributes_json\": \"[]\",\n        \"custom_attributes\": [],\n        \"billing_company\": null,\n        \"shipping_company\": null,\n        \"store_id\": \"1\",\n        \"order_currency_code\": \"USD\"\n    }\n]"}],"_postman_id":"3b3d4c72-8e4d-428e-9f0c-31a4ec8b07a5"},{"name":"Count","id":"a7a7e645-4e98-4ab0-8f6c-a19848433c91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/sales2/orders/count?increment_id=100000002&customer_email[in][0]=don@zoey.com&customer_email[in][1]=test@zoey.com","description":"<p>See <a href=\"#3b3d4c72-8e4d-428e-9f0c-31a4ec8b07a5\">Get All</a> for filtering options.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["sales2","orders","count"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[{"description":{"content":"<p>Filter by Increment ID. ( Optional )</p>\n","type":"text/plain"},"key":"increment_id","value":"100000002"},{"key":"customer_email[in][0]","value":"don@zoey.com"},{"key":"customer_email[in][1]","value":"test@zoey.com"}],"variable":[]}},"response":[{"id":"b2025f3a-1c7a-44c4-9c01-d087d0f9b159","name":"Updated At","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://container-url.zoeysite.com/api/rest/sales2/orders/list?updated_at[gt]=2021-01-01","host":["https://container-url.zoeysite.com/api/rest"],"path":["sales2","orders","list"],"query":[{"key":"updated_at[gt]","value":"2021-01-01"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 02 Jun 2021 12:33:25 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=hoqt8iubu29o728d8j9hnqfnv2; expires=Sat, 05-Jun-2021 12:33:24 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"order_id\": \"112\",\n        \"increment_id\": \"1500000134\",\n        \"customer_email\": \"test@zoey.com\",\n        \"customer_firstname\": \"Zoey's test\",\n        \"customer_lastname\": \"customer\",\n        \"created_at\": \"2021-06-02 11:16:05\"\n    }\n]"}],"_postman_id":"a7a7e645-4e98-4ab0-8f6c-a19848433c91"},{"name":"Cancel","id":"53fa0237-eaef-43fc-ac86-69bd1e32be71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://container-url.zoeysite.com/api/rest/orders/:orderId/cancel","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["orders",":orderId","cancel"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[{"id":"c9d66641-4023-4eb2-9bf5-1903b40b94c1","type":"string","value":"198","key":"orderId"}]}},"response":[],"_postman_id":"53fa0237-eaef-43fc-ac86-69bd1e32be71"},{"name":"Update","id":"5c48acf1-0c28-4c55-a05a-51065aff4db4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"order_id\": \"15\",\n    \"data\": {\n        \"sales_rep_user_ids\": [\"1\", \"2\"],\n        \"status\": \"test_processing\",\n        \"is_archived\": \"1\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/sales2/orders","description":"<h3 id=\"request-fields\">Request Fields:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>sales_rep_user_ids</td>\n<td>array</td>\n<td>No</td>\n<td>Array of User IDs</td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>No</td>\n<td>Status must be the status code that is valid for the current state of the order</td>\n</tr>\n<tr>\n<td>is_archived</td>\n<td>integer</td>\n<td>No</td>\n<td>1 for Yes or 0 for No</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["sales2","orders"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[],"_postman_id":"5c48acf1-0c28-4c55-a05a-51065aff4db4"},{"name":"Print","id":"8fb8578e-f404-4da5-b21d-ede91115dc69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/sales2/orders/print?id=100000343","description":"<h2 id=\"response\">Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>file</code></td>\n<td>string</td>\n<td>A base64 encoded PDF.</td>\n</tr>\n<tr>\n<td><code>filename</code></td>\n<td>string</td>\n<td>PDF file name.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["sales2","orders","print"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[{"description":{"content":"<p>Order increment ID.</p>\n","type":"text/plain"},"key":"id","value":"100000343"}],"variable":[]}},"response":[],"_postman_id":"8fb8578e-f404-4da5-b21d-ede91115dc69"},{"name":"Delete","id":"16062e77-dc7e-492c-ac0c-6a3731cb3913","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://container-url.zoeysite.com/api/rest/sales2/orders?id=100000343&reason=This is the reason why I'm deleting the order.","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["sales2","orders"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[{"description":{"content":"<p>Order increment id.</p>\n","type":"text/plain"},"key":"id","value":"100000343"},{"description":{"content":"<p>Reason for deleting the order.</p>\n","type":"text/plain"},"key":"reason","value":"This is the reason why I'm deleting the order."}],"variable":[]}},"response":[],"_postman_id":"16062e77-dc7e-492c-ac0c-6a3731cb3913"},{"name":"Change Increment ID","id":"46b296b2-2c62-48c3-a053-df51270c4677","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\"data\":{\"entity_id\":123,\"entity_type\":\"invoice\",\"new_increment_id\":\"ABC-123\"}}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/sales2/changeIncrementId","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["sales2","changeIncrementId"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[],"_postman_id":"46b296b2-2c62-48c3-a053-df51270c4677"}],"id":"918ab790-7022-47a4-a211-a125fdde21e7","_postman_id":"918ab790-7022-47a4-a211-a125fdde21e7","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}}},{"name":"Cart (Create Order)","item":[{"name":"Products","item":[{"name":"Add","event":[{"listen":"prerequest","script":{"id":"79923056-a0d1-4254-b43a-1b4dec414164","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"c5c55aea-189c-4526-a6f1-ad71178b6ddc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"cartId\": \"51\",\n    \"products\": [\n        {\n            \"product_id\": \"1177\",\n            \"qty\": \"1\",\n            \"custom_price\": 10.0,\n            \"use_discount\": 1\n        },\n        {\n            \"product_id\": \"1161\",\n            \"qty\": \"1\",\n            \"custom_price\": 10.0,\n            \"use_discount\": 1,\n\n            \"super_attribute\": {\n                \"92\": \"23\"\n            }\n        },\n        {\n            \"product_id\": \"1161\",\n            \"qty\": \"1\",\n            \"custom_price\": 80.0,\n            \"use_discount\": 1,\n\n            \"super_attribute\": {\n                \"92\": \"28\"\n            }\n        }\n    ],\n    \"storeId\": null,\n    \"clearPreviousItems\": false\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/checkout2/cart_product","description":"<p>Adding a product to a cart will sometimes require more than just the Product ID. Depending on the specifications of the product you may need to set a specific <code>qty</code> or <code>options</code> or even <code>super_group</code> or <code>super_attribute</code> depending on which type of product you are adding.</p>\n<blockquote>\n<p>For more examples of how to add different product, use the example drop down to change the Example Request. </p>\n</blockquote>\n<h3 id=\"product-data\">Product Data</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>key</th>\n<th>type</th>\n<th>desrcription</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>product_id</code></td>\n<td>string</td>\n<td>int</td>\n</tr>\n<tr>\n<td><code>qty</code></td>\n<td>string</td>\n<td>int</td>\n</tr>\n<tr>\n<td><code>custom_price</code></td>\n<td>string</td>\n<td>float</td>\n</tr>\n<tr>\n<td><code>use_discount</code></td>\n<td>flag (1</td>\n<td>0)</td>\n</tr>\n<tr>\n<td><code>unique_in_quote</code></td>\n<td>flag (1</td>\n<td>0)</td>\n</tr>\n<tr>\n<td><code>super_attribute</code></td>\n<td><code>SuperAttributes</code></td>\n<td>Used to configure a Configurable product.</td>\n</tr>\n<tr>\n<td><code>super_group</code></td>\n<td><code>SuperGroup</code></td>\n<td>Used to configure a Grouped product.</td>\n</tr>\n<tr>\n<td><code>bundle_option</code></td>\n<td><code>BundleOptions</code></td>\n<td>Used to configure a Bundle's simple products</td>\n</tr>\n<tr>\n<td><code>bundle_option_qty</code></td>\n<td><code>BundleOptionQtys</code></td>\n<td>Used to configure a Bundle's simple product qty</td>\n</tr>\n<tr>\n<td><code>comment</code></td>\n<td>string</td>\n<td>Used to set a comment on the item</td>\n</tr>\n<tr>\n<td><code>options</code></td>\n<td>string</td>\n<td>int</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"superattributes\"><code>SuperAttributes</code></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>key</th>\n<th>type</th>\n<th>desrcription</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Custom Option Id</td>\n<td>string</td>\n<td>int</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"supergroup\"><code>SuperGroup</code></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>key</th>\n<th>type</th>\n<th>desrcription</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Grouped Product ID</td>\n<td>string</td>\n<td>int</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"bundleoptions\"><code>BundleOptions</code></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>key</th>\n<th>type</th>\n<th>desrcription</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Bundle Option ID</td>\n<td>string</td>\n<td>int</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"bundleoptionqtys\"><code>BundleOptionQtys</code></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>key</th>\n<th>type</th>\n<th>desrcription</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Bundle Option ID</td>\n<td>string</td>\n<td>int</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"dateoptionvalue\"><code>DateOptionValue</code></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>key</th>\n<th>type</th>\n<th>desrcription</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>month</code></td>\n<td>string</td>\n<td>int</td>\n</tr>\n<tr>\n<td><code>day</code></td>\n<td>string</td>\n<td>int</td>\n</tr>\n<tr>\n<td><code>year</code></td>\n<td>string</td>\n<td>int</td>\n</tr>\n<tr>\n<td><code>hour</code></td>\n<td>string</td>\n<td>int</td>\n</tr>\n<tr>\n<td><code>minute</code></td>\n<td>string</td>\n<td>int</td>\n</tr>\n<tr>\n<td><code>day_part</code></td>\n<td>string</td>\n<td><code>am</code> or <code>pm</code> if your store uses AM/PM. ( Required for DateTime / Time )</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["checkout2","cart_product"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[{"id":"0281eb39-5c67-41d1-a041-538ad2570c9a","name":"w/ Option - Checkbox / Multiselect","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"cartId\": \"287\",\n    \"products\": [\n        {\n            \"product_id\": \"118\",\n            \"qty\": \"2\",\n            /**\n             * Checkbox or Multiselect Input\n             * @type {Object.<string, string[]>} Key is option id and value is array of option value ids.\n             */\n            \"options\": {\n                \"39\": [\"104\"]\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/checkout2/cart_product/add"},"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":null},{"id":"8ac92093-4606-4f24-bbf4-9bfafb05b876","name":"w/ Option - Textarea / Text ","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"cartId\": \"287\",\n    \"products\": [\n        {\n            \"product_id\": \"118\",\n            \"qty\": \"2\",\n            /**\n             * Textarea or Text Input\n             * @type {Object.<string, string>} Key is option id and value is option value.\n             */\n            \"options\": {\n                \"38\": \"Option value.\"\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/checkout2/cart_product/add"},"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":null},{"id":"b4fa3ffc-ebb8-4d99-a742-324d336588d7","name":"w/ Option - Dropdown / Radio ","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"cartId\": \"287\",\n    \"products\": [\n        {\n            \"product_id\": \"118\",\n            \"qty\": \"2\",\n            /**\n             * Dropdown or Radio Input\n             * @type {Object.<string, string>} Key is option id and value is option value id.\n             */\n            \"options\": {\n                \"39\": \"104\"\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/checkout2/cart_product/add"},"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":null},{"id":"bac427ba-1548-47ba-b82b-eacfaddc1929","name":"w/ Option - Date / DateTime / Time","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"cartId\": \"287\",\n    \"products\": [\n        {\n            \"product_id\": \"118\",\n            \"qty\": \"2\",\n            /**\n             * @typedef DateOption\n             * @type {object}\n             * @property {string} month      1-12 value for provided month. ( Required for Date / DateTime )\n             * @property {string} day        1-31 value for provided day. ( Required for Date / DateTime )\n             * @property {string} year       YYYY value for provided year. ( Required for Date / DateTime )\n             * @property {string} hour       1-12 value for provided hour or 1-24 if your store does not use AM/PM. ( Required for DateTime / Time )\n             * @property {string} minute     0-59 value for provided minute. ( Required for DateTime / Time )\n             * @property {string} day_part   `am` or `pm` if your store uses AM/PM. ( Required for DateTime / Time )\n             */\n            /**\n             * Date, DateTime, or Time Input\n             * @type {Object.<string, DateOption>} Key is option id and value is an object.\n             */\n            \"options\": {\n                \"45\": {\n                    \"month\": \"01\",\n                    \"day\": \"01\",\n                    \"year\": \"2020\",\n                },\n                \"46\": {\n                    \"hour\": \"12\",\n                    \"minute\": \"30\",\n                    \"day_part\": \"am\"\n                },\n                \"47\": {\n                    \"month\": \"01\",\n                    \"day\": \"01\",\n                    \"year\": \"2020\",\n                    \"hour\": \"12\",\n                    \"minute\": \"30\",\n                    \"day_part\": \"am\"\n                }\n\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/checkout2/cart_product/add"},"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":null},{"id":"db440796-adf8-4a22-b1f5-3be87903d81b","name":"Product Types","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"cartId\": \"287\",\n    \"products\": [\n        /**\n         * Simple / Virtual / Downloadable Product\n         * @type {{ product_id: string, qty: string }}\n         * @property {string} product_id   ID of product.\n         * @property {string} qty          How many to add.\n         */\n        {\n            \"product_id\": \"118\",\n            \"qty\": \"2\"\n        },\n\n        /**\n         * Configurable Product\n         * @type {{ product_id: string, qty: string, super_attribute: {Object.<string, string>} }}\n         * @property {string} product_id                        ID of product.\n         * @property {string} qty                               How many to add.\n         * @property {Object.<string, string>} super_attribute  Key is a product attribute Id and value is the product attribute option value ID.\n         */\n        {\n            \"product_id\": \"118\",\n            \"qty\": \"2\",\n            \"super_attribute\": {\n                \"38\": \"95\",\n                \"37\": \"310\"\n            }\n        },\n\n        /**\n         * Grouped Product\n         * @type {{ product_id: string, qty: string, super_group: {Object.<string, string>} }}\n         * @property {string} product_id                     ID of product.\n         * @property {string} qty                            How many to add.\n         * @property {Object.<string, string>} super_group   Key is the group product ID and the value is QTY of that product.\n         */\n        {\n            \"product_id\": \"118\",\n            \"qty\": \"2\",\n            \"super_group\": {\n                \"215\": \"2\",\n                \"216\": \"1\"\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/checkout2/cart_product/add"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 26 Nov 2020 01:55:46 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=51np6c0pljp2cu4rvrpu6hm4t5; expires=Sun, 29-Nov-2020 01:55:45 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"Set-Cookie","value":"customer_group=0; expires=Sun, 29-Nov-2020 01:55:46 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"true"},{"id":"eb51edbe-5315-40c5-a6a5-b7984216fc6d","name":"Type - Configurable","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"cartId\": \"287\",\n    \"products\": [\n        {\n            \"product_id\": \"118\",\n            \"qty\": \"2\",\n\n            /**\n             * Textarea or Text Input\n             * @type {Object.<string, string>} Key is attribute id and value is attribute option value id.\n             */\n            \"super_attribute\": {\n                \"33\": \"99\"\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/checkout2/cart_product/add"},"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"c5c55aea-189c-4526-a6f1-ad71178b6ddc"},{"name":"Get","id":"f92b8a28-2c2e-4f4a-8788-aa23d72d4af3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/checkout2/cart_product?id=51","description":"<p>Adding a product to a cart will sometimes require more than just the Product ID. Depending on the specifications of the product you may need to set a specific <code>qty</code> or <code>options</code> or even <code>super_group</code> or <code>super_attribute</code> depending on which type of product you are adding.</p>\n<blockquote>\n<p>For more examples of how to add different product, use the example drop down to change the Example Request.</p>\n</blockquote>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["checkout2","cart_product"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[{"key":"id","value":"51"}],"variable":[]}},"response":[],"_postman_id":"f92b8a28-2c2e-4f4a-8788-aa23d72d4af3"},{"name":"Update","id":"014139a1-a230-47a9-9821-a843600a7172","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"cartId\": \"51\",\n    \"products\": [\n        {\n            \"item_id\": \"2355\",\n            \"qty\": \"2\",\n            \"use_discount\": 1\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/checkout2/cart_product","description":"<p>Item identifier is required. You can identify an item by either:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Description.</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>product_id</strong></td>\n<td><strong>ID of product in the cart.</strong></td>\n</tr>\n<tr>\n<td>item_id</td>\n<td>ID of cart item.</td>\n</tr>\n<tr>\n<td>sku</td>\n<td>SKU of product in cart.</td>\n</tr>\n<tr>\n<td>comment</td>\n<td>Used to set/edit a comment on the item.</td>\n</tr>\n</tbody>\n</table>\n</div><p>Adding a product to a cart will sometimes require more than just the Product ID. Depending on the specifications of the product you may need to set a specific <code>qty</code> or <code>options</code> or even <code>super_group</code> or <code>super_attribute</code> depending on which type of product you are adding.</p>\n<blockquote>\n<p>For more examples of how to add different product, use the example drop down to change the Example Request.</p>\n</blockquote>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["checkout2","cart_product"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[],"_postman_id":"014139a1-a230-47a9-9821-a843600a7172"},{"name":"Delete","id":"6741699e-8fc7-463f-9199-0552b75365a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"cartId\": \"51\",\n    \"products\": [\n        {\"product_id\": \"1\"}\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/checkout2/cart_product","description":"<p>Item identifier is required. You can identify an item by either:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Description.</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>product_id</strong></td>\n<td><strong>ID of product in the cart.</strong></td>\n</tr>\n<tr>\n<td>item_id</td>\n<td>ID of cart item.</td>\n</tr>\n<tr>\n<td>sku</td>\n<td>SKU of product in cart.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["checkout2","cart_product"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[],"_postman_id":"6741699e-8fc7-463f-9199-0552b75365a0"}],"id":"209082b0-35d2-44d0-a771-ef475f5f7871","_postman_id":"209082b0-35d2-44d0-a771-ef475f5f7871","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}}},{"name":"Customer","item":[{"name":"Set","id":"d1b5268d-ff3d-4e31-bf6f-3eee8e7ef990","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"cartId\": \"1105\",\n    \"customerData\": {\n        \"mode\": \"customer\",\n        \"customer_id\": \"2\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/checkout2/cart_customer","description":"<p>Each quote requires either a guest or existing customer.</p>\n<h3 id=\"existing-customer\">Existing Customer</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>customerData</code></th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>mode</code></td>\n<td>Use <code>customer</code> when setting an existing customer.</td>\n</tr>\n<tr>\n<td><code>customer_id</code></td>\n<td>ID of existing customer.</td>\n</tr>\n<tr>\n<td><code>group_id</code></td>\n<td>ID of Customer Group to set on the quote.</td>\n</tr>\n<tr>\n<td><code>company_location_id</code></td>\n<td>ID of of Account Location to be uesd for this customer. Set to <code>null</code> to remove Account.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"guest-customer\">Guest Customer</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>customerData</code></th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>mode</code></td>\n<td>Use <code>guest</code> when setting a guest customer.</td>\n</tr>\n<tr>\n<td><code>group_id</code></td>\n<td>ID of Customer Group to set on the quote.</td>\n</tr>\n<tr>\n<td><code>firstname</code></td>\n<td>First name of customer. (Required is configured on the customer attribute.)</td>\n</tr>\n<tr>\n<td><code>lastname</code></td>\n<td>Last name of customer. (Required is configured on the customer attribute.)</td>\n</tr>\n<tr>\n<td><code>taxvat</code></td>\n<td>Tax/VAT value. (Required is configured on the customer attribute.)</td>\n</tr>\n<tr>\n<td><code>email</code></td>\n<td>Email Address of customer. (Required)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["checkout2","cart_customer"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[{"id":"1164de28-8219-4dcb-89d7-19784b55e657","name":"Guest","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"cartId\": \"287\",\n    \"customerData\": {\n        \"firstname\": \"Guest\",\n        \"lastname\": \"Customer\",\n        \"email\": \"guest_customer@example.com\",\n        \"mode\": \"guest\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/checkout2/cart_customer"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 26 Nov 2020 01:59:01 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=51np6c0pljp2cu4rvrpu6hm4t5; expires=Sun, 29-Nov-2020 01:59:01 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"Set-Cookie","value":"customer_group=0; expires=Sun, 29-Nov-2020 01:59:01 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":null},{"id":"4a89394e-f1da-4f93-a618-f939d8292634","name":"Existing","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"cartId\": \"287\",\n    \"customerData\": {\n        \"customer_id\": \"12\",\n        \"firstname\": \"Existing\",\n        \"lastname\": \"Customer\",\n        \"email\": \"existing_customer@example.com\",\n        \"mode\": \"customer\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/checkout2/cart_customer"},"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"d1b5268d-ff3d-4e31-bf6f-3eee8e7ef990"}],"id":"7cf9af19-61bd-4eab-bff4-413648259abc","description":"<p>Add a guest or existing customer to the cart.</p>\n","event":[{"listen":"prerequest","script":{"id":"ce3edaec-2b26-4d1f-9176-744108bafa0a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7a1ccbd7-2746-4d12-8bec-21e21182943d","type":"text/javascript","exec":[""]}}],"_postman_id":"7cf9af19-61bd-4eab-bff4-413648259abc","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}}},{"name":"Address","item":[{"name":"Set","id":"11d65e29-820b-4948-bab0-0bc62616d392","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"cartId\": \"287\",\n    \"customerAddressData\": [\n        {\n            \"mode\": \"billing\",\n            \"address_id\": \"1\"\n        },\n        {\n            \"mode\": \"shipping\",\n            \"address_id\": \"1\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/checkout2/cart_addresses","description":"<p>Used to set the different address types to the cart.</p>\n<p><strong>Types</strong></p>\n<ul>\n<li><code>billing</code> - Required to be added on all carts.</li>\n<li><code>shipping</code> - Only required if the cart isn't virtual. Virtual carts are carts with only Downloadable or Virtual product types that do not require shipment.</li>\n</ul>\n<p>Use the example requests to configure the addresses as needed.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["checkout2","cart_addresses"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[{"id":"efaba95f-26c2-472d-b6e2-a6bf0f3099c3","name":"Existing / New","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"cartId\": \"287\",\n    \"customerAddressData\": [\n        /**\n         * Existing Address\n         * @type {{ mode: string, address_id: string }}\n         * @property {string} mode         Set the type of address. (`shipping` or `billing`)\n         * @property {string} address_id   Set the id of the existing address.\n         */\n        {\n            \"mode\": \"shipping\",\n            \"address_id\": \"1\"\n        },\n\n        /**\n         * Existing Account Address\n         * @type {{ mode: string, address_id: string }}\n         * @property {string} mode                  Set the type of address. (`shipping` or `billing`)\n         * @property {string} company_address_id    Set the id of the existing address.\n         */\n        {\n            \"mode\": \"shipping\",\n            \"company_address_id\": \"1\"\n        },\n\n        /**\n         * New Address\n         * Some of the properties below may be optional/required based on store preferences.\n         * @type {Object}\n         * @property {string} mode                 Set the type of address. (`shipping` or `billing`)\n         * @property {string} firstname            Set the first name for the address.\n         * @property {string} lastname             Set the last name for the address.\n         * @property {string} company              Set the company for the address\n         * @property {string} street               Set the street address. Use `\\n` character for additional street infomation.\n         * @property {string} city                 Set the city for the address.\n         * @property {string} region_id            Set the region_id for the address. Only used for some countries.\n         * @property {string} region               Set the region for the address. Used if the country doesn't support `region_id`.\n         * @property {string} postcode             Set the postal or zipcode for the address.\n         * @property {string} country_id           Set the country ID for the address.\n         * @property {string} telephone .          Set the telephone for the address.\n         * @property {string} fax                  Set the fax number for the address.\n         * @property {string} is_default_shipping  Is this the default shipping address for the customer.\n         * @property {string} is_default_billing   Is this the default billing address for the customer.\n         */\n        {\n            \"mode\": \"billing\",\n            \"firstname\": \"testFirstname\",\n            \"lastname\": \"testLastname\",\n            \"company\": \"testCompany\",\n            \"street\": \"testStreet\",\n            \"city\": \"testCity\",\n            \"region_id\": \"43\", // NY\n            //\"region\": \"New York\",\n            \"postcode\": \"10019\",\n            \"country_id\": \"US\",\n            \"telephone\": \"0123456789\",\n            \"fax\": \"0123456789\",\n            \"is_default_shipping\": \"0\",\n            \"is_default_billing\": \"0\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/checkout2/cart_addresses"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 25 Nov 2020 18:58:25 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=51np6c0pljp2cu4rvrpu6hm4t5; expires=Sat, 28-Nov-2020 18:58:24 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"Set-Cookie","value":"customer_group=0; expires=Sat, 28-Nov-2020 18:58:24 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"11d65e29-820b-4948-bab0-0bc62616d392"}],"id":"e627fb9d-f618-4bc1-95c0-2eaf25c27b2f","_postman_id":"e627fb9d-f618-4bc1-95c0-2eaf25c27b2f","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}}},{"name":"Shipping","item":[{"name":"Get","id":"2589d3cc-1da2-41be-9dc7-d2507bff5af2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/checkout2/cart_shipping?cartId=287","description":"<p>Get the shipping method for the current cart. <code>code</code> is the value used when setting a shipping method.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["checkout2","cart_shipping"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[{"description":{"content":"<p>ID of shopping cart to fetch info. ( Required )</p>\n","type":"text/plain"},"key":"cartId","value":"287"}],"variable":[]}},"response":[{"id":"e554cf38-7025-4cee-af81-42a9e2fc882b","name":"Get","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://container-url.zoeysite.com/api/rest/checkout2/cart_shipping?cartId=287","host":["https://container-url.zoeysite.com/api/rest"],"path":["checkout2","cart_shipping"],"query":[{"key":"cartId","value":"287"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 09 Dec 2020 14:04:54 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=hjkqcmre1uhuibefopuo1rstn3; expires=Sat, 12-Dec-2020 14:04:54 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"Set-Cookie","value":"customer_group=1; expires=Sat, 12-Dec-2020 14:04:54 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"carrier\": \"freeshipping\",\n        \"carrier_title\": \"Free Shipping\",\n        \"code\": \"freeshipping_freeshipping\",\n        \"method\": \"freeshipping\",\n        \"method_description\": null,\n        \"price\": \"0.0000\",\n        \"error_message\": null,\n        \"method_title\": \"Free\",\n        \"carrier_type\": null,\n        \"dispatch_date\": null,\n        \"delivery_date\": null,\n        \"carrier_notice\": null,\n        \"pickup_location\": null,\n        \"time_slot\": null,\n        \"pickup_latitude\": null,\n        \"pickup_longitude\": null,\n        \"carriergroup_id\": null,\n        \"carriergroup\": null,\n        \"carriergroup_shipping_details\": null,\n        \"custom_description\": null,\n        \"carrier_id\": null,\n        \"custom_duties\": null,\n        \"freight_rate\": \"0\",\n        \"pickup_email\": null,\n        \"pickup_contact\": null,\n        \"pickup_email_option\": null,\n        \"tooltip\": null,\n        \"customs_message\": null,\n        \"carrierName\": \"Free Shipping\"\n    },\n    {\n        \"carrier\": \"flatrate\",\n        \"carrier_title\": \"Flat Rate 1\",\n        \"code\": \"flatrate_flatrate\",\n        \"method\": \"flatrate\",\n        \"method_description\": null,\n        \"price\": \"5.0000\",\n        \"error_message\": null,\n        \"method_title\": \"Standard Shipping\",\n        \"carrier_type\": null,\n        \"dispatch_date\": null,\n        \"delivery_date\": null,\n        \"carrier_notice\": null,\n        \"pickup_location\": null,\n        \"time_slot\": null,\n        \"pickup_latitude\": null,\n        \"pickup_longitude\": null,\n        \"carriergroup_id\": null,\n        \"carriergroup\": null,\n        \"carriergroup_shipping_details\": null,\n        \"custom_description\": null,\n        \"carrier_id\": null,\n        \"custom_duties\": null,\n        \"freight_rate\": \"0\",\n        \"pickup_email\": null,\n        \"pickup_contact\": null,\n        \"pickup_email_option\": null,\n        \"tooltip\": null,\n        \"customs_message\": null,\n        \"carrierName\": \"Flat Rate 1\"\n    }\n]"}],"_postman_id":"2589d3cc-1da2-41be-9dc7-d2507bff5af2"},{"name":"Set","id":"3bc9af27-1bf8-4215-9659-61d8bda7b5f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"cartId\": \"287\",\n    \"method\": \"flatrate_flatrate\"\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/checkout2/cart_shipping","description":"<p>Add a shipping method to the cart. The <code>method</code> used is the <code>code</code> property from the <code>GET</code> response.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["checkout2","cart_shipping"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[{"id":"0293f5da-7385-4be8-9fb6-d312c9fc6ab7","name":"Set","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"cartId\": \"287\",\n    \"method\": \"flatrate_flatrate\"\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/quotes2/quote_shipping"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 25 Nov 2020 19:11:02 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=51np6c0pljp2cu4rvrpu6hm4t5; expires=Sat, 28-Nov-2020 19:11:02 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"Set-Cookie","value":"customer_group=0; expires=Sat, 28-Nov-2020 19:11:02 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"3bc9af27-1bf8-4215-9659-61d8bda7b5f6"}],"id":"59c310cd-2412-43bb-93ae-15e198aeff62","_postman_id":"59c310cd-2412-43bb-93ae-15e198aeff62","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}}},{"name":"Payment","item":[{"name":"Get","id":"eeb1fd08-a96a-4e45-a13a-c29f65dc272c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/checkout2/cart_payment?id=287","description":"<p>Get the available payment methods from the cart.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["checkout2","cart_payment"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[{"description":{"content":"<p>ID of shopping cart to fetch info. ( Required )</p>\n","type":"text/plain"},"key":"id","value":"287"}],"variable":[]}},"response":[{"id":"8f695050-d4ca-46f4-b36a-64a73afa319b","name":"Get","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://container-url.zoeysite.com/api/rest/checkout2/cart_payment?id=287","host":["https://container-url.zoeysite.com/api/rest"],"path":["checkout2","cart_payment"],"query":[{"key":"id","value":"287"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 09 Dec 2020 18:00:53 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=hjkqcmre1uhuibefopuo1rstn3; expires=Sat, 12-Dec-2020 18:00:52 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"Set-Cookie","value":"customer_group=1; expires=Sat, 12-Dec-2020 18:00:52 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"code\": \"purchaseorder\",\n        \"title\": \"Purchase Order\",\n        \"cc_types\": null,\n        \"min_max_info\": {\n            \"min_info\": {\n                \"default_minimum\": 0,\n                \"group_minimums\": []\n            },\n            \"max_info\": {\n                \"default_maximum\": \"\",\n                \"group_maximums\": []\n            }\n        },\n        \"auto_generate\": 0\n    },\n    {\n        \"code\": \"banktransfer\",\n        \"title\": \"Bank Transfer Payment\",\n        \"cc_types\": null\n    },\n    {\n        \"code\": \"cashondelivery\",\n        \"title\": \"Cash On Delivery\",\n        \"cc_types\": null\n    },\n    {\n        \"code\": \"paypal_direct\",\n        \"title\": \"PayPal Payments Pro\",\n        \"cc_types\": {\n            \"VI\": \"Visa\"\n        }\n    },\n    {\n        \"code\": \"affirm\",\n        \"title\": \"Affirm\",\n        \"cc_types\": null\n    },\n    {\n        \"code\": \"cryozonic_stripe\",\n        \"title\": \"Pay by Card (Stripe)\",\n        \"cc_types\": null\n    },\n    {\n        \"code\": \"authorizenet\",\n        \"title\": \"Credit Card (Authorize.net)\",\n        \"cc_types\": {\n            \"AE\": \"American Express\",\n            \"VI\": \"Visa\",\n            \"MC\": \"MasterCard\",\n            \"DI\": \"Discover\"\n        }\n    },\n    {\n        \"code\": \"checkmo\",\n        \"title\": \"Check / Money Order\",\n        \"cc_types\": null\n    }\n]"}],"_postman_id":"eeb1fd08-a96a-4e45-a13a-c29f65dc272c"},{"name":"Set","id":"d6fef615-a519-4abc-828f-7b632677f113","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"cartId\": \"287\",\n    \"method\": {\n        \"method\": \"purchaseorder\",\n        \"po_number\": \"PO-8675309\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/checkout2/cart_payment","description":"<p>Add a payment method to the cart.</p>\n<blockquote>\n<p><strong>Note</strong><br />Each payment method will require different options. The method <code>checkmo</code> (Check or Money Order) requires no additional options while <code>purchaseorder</code> (Purchase Order) requires a <code>po_number</code> property.</p>\n<p>At this time Zoey does not support the ability to use online payment methods such as Stripe/Authorize.net - this is an enhancement we plan on doing in the future.</p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>method</code></th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>method</code></td>\n<td>Payment method code. (<code>purchaseorder</code>, <code>checkmo, netterms</code>, etc.)</td>\n</tr>\n<tr>\n<td><code>po_number</code></td>\n<td>If payment method purchaseorder is being used, use this field to set the purchase order number.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["checkout2","cart_payment"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[{"id":"35ec6362-a68f-450b-ab86-d693a42e3620","name":"Set (Purchase Order)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"cartId\": \"113\",\n    \"method\": {\n        \"method\": \"purchaseorder\",\n        \"po_number\": \"PO-8675309\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/checkout2/cart_payment"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 25 Nov 2020 19:22:52 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=51np6c0pljp2cu4rvrpu6hm4t5; expires=Sat, 28-Nov-2020 19:22:51 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"Set-Cookie","value":"customer_group=0; expires=Sat, 28-Nov-2020 19:22:51 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":null},{"id":"97c1c66b-83aa-4ec9-b731-567eaa17757a","name":"Set (Credit Card)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"cartId\": \"287\",\n    \"method\": {\n        \"method\": \"<method_code>\",\n        \"cc_cid\": \"\",\n        \"cc_owner\": \"\",\n        \"cc_number\": \"\",\n        \"cc_type\": \"\",\n        \"cc_exp_year\": \"\",\n        \"cc_exp_month\": \"\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/checkout2/cart_payment"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"d6fef615-a519-4abc-828f-7b632677f113"}],"id":"ffc316ae-d3bb-4e47-b0dd-4727c2714992","_postman_id":"ffc316ae-d3bb-4e47-b0dd-4727c2714992","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}}},{"name":"Totals","item":[{"name":"Get","id":"045581e8-dd95-487e-acb9-109222544d18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/checkout2/cart_totals?id=287","description":"<p>Get the totals for the cart as currently configured.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["checkout2","cart_totals"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[{"description":{"content":"<p>ID of shopping cart to fetch info. ( Required )</p>\n","type":"text/plain"},"key":"id","value":"287"}],"variable":[]}},"response":[{"id":"109d1c3a-12d0-4742-8e28-09c1e1d3d6e6","name":"Get Totals","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://container-url.zoeysite.com/api/rest/quotes2/quote_totals?id=113","host":["https://container-url.zoeysite.com/api/rest"],"path":["quotes2","quote_totals"],"query":[{"key":"id","value":"113"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 25 Nov 2020 19:15:27 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=51np6c0pljp2cu4rvrpu6hm4t5; expires=Sat, 28-Nov-2020 19:15:27 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"Set-Cookie","value":"customer_group=0; expires=Sat, 28-Nov-2020 19:15:27 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"title\": \"Subtotal\",\n        \"amount\": 136.36\n    },\n    {\n        \"title\": \"Discount\",\n        \"amount\": 0\n    },\n    {\n        \"title\": \"Gift Card\",\n        \"amount\": 0\n    },\n    {\n        \"title\": \"Shipping & Handling (Flat Rate 1 - Standard Shipping)\",\n        \"amount\": \"5.0000\"\n    },\n    {\n        \"title\": \"Tax\",\n        \"amount\": \"13.6400\"\n    },\n    {\n        \"title\": \"Grand Total\",\n        \"amount\": 155\n    }\n]"}],"_postman_id":"045581e8-dd95-487e-acb9-109222544d18"}],"id":"5ab40c9e-dcf9-4e70-b188-480635e5ba2c","_postman_id":"5ab40c9e-dcf9-4e70-b188-480635e5ba2c","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}}},{"name":"Comments","item":[{"name":"Add","id":"1cd1a0a7-2863-4b85-81be-cf485b757029","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"cartId\": \"244\",\n    \"commentData\": {\n        \"is_admin_comment\": \"1\",\n        \"is_private_comment\": \"1\",\n        \"comment\": \"Adding Draft Comment\",\n        \"copy_to_order\": \"0\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/checkout2/cart_comment","description":"<p>Add comments to a cart.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>customer_note</code></td>\n<td>Order History Comment</td>\n</tr>\n<tr>\n<td><code>customer_note_notify</code></td>\n<td>Notify customer of order history comment</td>\n</tr>\n<tr>\n<td><code>zoey_order_comment</code></td>\n<td>Order Comment</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["checkout2","cart_comment"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[{"id":"5b074d49-797d-4999-8bde-34c4c52cd083","name":"Add","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"cartId\": \"282\",\n    \"commentData\": {\n        \"is_admin_comment\": \"1\",\n        \"is_private_comment\": \"1\",\n        \"comment\": \"Adding Draft Comment\",\n        \"copy_to_order\": \"0\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/checkout2/cart_comment/add"},"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"1cd1a0a7-2863-4b85-81be-cf485b757029"},{"name":"Get","id":"86232456-0bc7-4ac2-a758-84c1bfc6f1cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/checkout2/cart_comment?id=244","description":"<p>Add comments to a cart.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>customer_note</code></td>\n<td>Order History Comment</td>\n</tr>\n<tr>\n<td><code>customer_note_notify</code></td>\n<td>Notify customer of order history comment</td>\n</tr>\n<tr>\n<td><code>zoey_order_comment</code></td>\n<td>Order Comment</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["checkout2","cart_comment"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[{"key":"id","value":"244"}],"variable":[]}},"response":[{"id":"3113ac2c-b785-49d1-a689-afe0a444b70a","name":"Get","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://container-url.zoeysite.com/api/rest/checkout2/cart_comment?id=244","host":["https://container-url.zoeysite.com/api/rest"],"path":["checkout2","cart_comment"],"query":[{"key":"id","value":"244","description":"Cart/Quote/Draft ID"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"comment_id\": \"3\",\n        \"quote_id\": \"244\",\n        \"is_admin_comment\": \"1\",\n        \"is_private_comment\": \"1\",\n        \"comment\": \"Test Admin Private Comment\",\n        \"created_at\": \"2022-01-25 13:46:00\",\n        \"updated_at\": \"2022-01-25 13:46:07\",\n        \"is_deleted\": \"0\",\n        \"customer_id\": null,\n        \"user_id\": \"13941005728431420482\",\n        \"copy_to_order\": \"0\",\n        \"notified_by_email\": null\n    }\n]"}],"_postman_id":"86232456-0bc7-4ac2-a758-84c1bfc6f1cd"}],"id":"2a1bc257-d975-425a-a811-3f76c9afd152","_postman_id":"2a1bc257-d975-425a-a811-3f76c9afd152","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}}},{"name":"Attributes","item":[{"name":"Set","id":"a792fd78-afad-4492-b68f-13d39ddc5d16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"cartId","value":"1105","type":"text"},{"key":"attributeData[custom_attribute_type_text]","value":"This is an example text value.","type":"text","description":"<p>Text type attributes value must be a string.</p>\n"},{"key":"attributeData[custom_attribute_type_textarea]","value":"This is an example textarea value.","type":"text","description":"<p>Textarea type attributes value must be a string.</p>\n"},{"key":"attributeData[custom_attribute_type_boolean]","value":"1","type":"text","description":"<p>Boolean type attributes value must be a string 1 or 0</p>\n"},{"key":"attributeData[custom_attribute_type_multiselect]","value":"100,101","type":"text","description":"<p>Multiselect type attributes value must be a comma separated string of option value ids. Ex: 100, 101, 102</p>\n"},{"key":"attributeData[custom_attribute_type_select]","value":"102","type":"text","description":"<p>Select type attributes value must be an option value id.</p>\n"},{"key":"attributeData[custom_attribute_type_date]","value":"2022-01-01","type":"text","description":"<p>Date type attributes value must be formatted like YYYY-MM-DD</p>\n"},{"key":"attributeData[custom_attribute_type_time]","value":"13:01","type":"text","description":"<p>Time type attributes value must be formatted like HH:MM (24 hr format)</p>\n"},{"key":"attributeData[custom_attribute_type_datetime]","value":"2022-01-01T13:01","type":"text","description":"<p>Datetime type attributes value must be formatted like YYYY-MM-DDTHH:MM (24 hr format for HH)</p>\n"},{"key":"attributeData[custom_attribute_type_file]","description":"<p>File type attribute value will post the file. Must use valid \"form-data\" Content-Type Header to post files.</p>\n","type":"file","src":"/Users/dondesroches/Pictures/msrp.jpg"}]},"url":"https://container-url.zoeysite.com/api/rest/checkout2/cart_attributes","description":"<p>Returns: true if successful, otherwise error will be thrown</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["checkout2","cart_attributes"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[],"_postman_id":"a792fd78-afad-4492-b68f-13d39ddc5d16"}],"id":"acbb8ed9-4c4f-4bf6-9129-1ac88909e21c","_postman_id":"acbb8ed9-4c4f-4bf6-9129-1ac88909e21c","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}}},{"name":"Signature","item":[{"name":"Create","id":"f4dd73cc-3c8f-4c61-b603-9a6eccb23d83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"cart_id","value":"193","description":"<p>ID of shopping cart. ( Required )</p>\n","type":"text"},{"key":"file_content","description":"<p>File being uploaded as customer signature. (Required)</p>\n","type":"file","src":"customer_signature.png"},{"key":"file_mime_type","value":"image/png","description":"<p>File mime_type of image file. Must match file_content mime_type. (Required)</p>\n","type":"text"}]},"url":"https://container-url.zoeysite.com/api/rest/checkout2/cart_signature","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["checkout2","cart_signature"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[],"_postman_id":"f4dd73cc-3c8f-4c61-b603-9a6eccb23d83"},{"name":"Get","id":"aa6c28b9-ca89-477f-b2ad-d5d33dff5575","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/checkout2/cart_signature?cart_id=193","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["checkout2","cart_signature"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[{"description":{"content":"<p>ID of shopping cart. ( Required )</p>\n","type":"text/plain"},"key":"cart_id","value":"193"}],"variable":[]}},"response":[],"_postman_id":"aa6c28b9-ca89-477f-b2ad-d5d33dff5575"}],"id":"80481307-eb96-4ea5-bb71-4899aaa5d7a9","_postman_id":"80481307-eb96-4ea5-bb71-4899aaa5d7a9","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}}},{"name":"Draft Order","item":[{"name":"Get","event":[{"listen":"test","script":{"id":"965aaa19-a41c-434a-9a65-291350d60352","exec":["var response = pm.response;","console.log(response);","pm.test(\"Test data type of the response\", () => {","  pm.expect(response).to.be.a('number');","});"],"type":"text/javascript"}}],"id":"3d0377cc-4cab-4d1a-8eb9-70bcbee56005","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/checkout2/draft_orders","description":"<p>Sending a request to this endpoint will return ALL Draft Orders. Not all data will be included in response for GET ALL.</p>\n<p>Include the <code>id</code> param and the specific Draft ID to be returned all data associated with the draft.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["checkout2","draft_orders"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[],"_postman_id":"3d0377cc-4cab-4d1a-8eb9-70bcbee56005"},{"name":"Get Deleted","event":[{"listen":"test","script":{"id":"a222c215-4c95-43dd-bdc8-e17b532a8bdc","exec":[""],"type":"text/javascript"}}],"id":"f71049ab-c5b1-4584-be8b-4cc9b49f65bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/checkout2/draft_orders/deleted?filters[deleted_at][gt]=2021-09-12","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["checkout2","draft_orders","deleted"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[{"key":"filters[deleted_at][gt]","value":"2021-09-12"}],"variable":[]}},"response":[],"_postman_id":"f71049ab-c5b1-4584-be8b-4cc9b49f65bc"},{"name":"Email","event":[{"listen":"test","script":{"id":"8d8f4f32-03e2-4636-a126-68beea9bdcf6","exec":["var response = pm.response;","console.log(response);","pm.test(\"Test data type of the response\", () => {","  pm.expect(response).to.be.a('number');","});"],"type":"text/javascript"}}],"id":"5cbc853d-3f9d-4c9c-8e2a-91b5c89a41a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"cart_id\": \"74\",\n    \"data\": {\n        \"send_to\": \"don@zoey.com,test@zoey.com\"\n    }\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/checkout2/draft_orders/email","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["checkout2","draft_orders","email"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[],"_postman_id":"5cbc853d-3f9d-4c9c-8e2a-91b5c89a41a1"},{"name":"Create","event":[{"listen":"test","script":{"id":"138b1d05-7dfe-4afd-a361-9611e0ea841c","exec":["var response = pm.response;","console.log(response);","pm.test(\"Test data type of the response\", () => {","  pm.expect(response).to.be.a('number');","});"],"type":"text/javascript"}}],"id":"42f075e7-0058-4111-a913-e36ad59a81c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"cart_id\": \"84\",\n    \"data\": {\n        // Will set the draft to Private when created\n        \"is_private\": \"1\",\n        // Will set the draft reserved_order_id when created\n        \"reserve_order_id\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/checkout2/draft_orders","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["checkout2","draft_orders"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[],"_postman_id":"42f075e7-0058-4111-a913-e36ad59a81c9"},{"name":"Remove","event":[{"listen":"test","script":{"id":"0f165a97-66bb-4be4-81a0-53fb8855ded2","exec":["var response = pm.response;","console.log(response);","pm.test(\"Test data type of the response\", () => {","  pm.expect(response).to.be.a('number');","});"],"type":"text/javascript"}}],"id":"703112a7-07fc-461d-80b8-95676670052d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"cart_id\": \"231\",\n    \"data\": {\n        \"quote_name\": \"Made from Mobile\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/checkout2/draft_orders","description":"<p>This endpoint is used to unflag a Cart as a Draft so the data will still exist in the db without it showing to the user.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["checkout2","draft_orders"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[],"_postman_id":"703112a7-07fc-461d-80b8-95676670052d"}],"id":"eacdccaa-411f-44cf-96da-459454ae491c","_postman_id":"eacdccaa-411f-44cf-96da-459454ae491c","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}}},{"name":"Create","event":[{"listen":"test","script":{"id":"f1a409b8-eb95-4613-9df9-cb2dcf9f1dbb","exec":["var response = pm.response;","console.log(response);","pm.test(\"Test data type of the response\", () => {","  pm.expect(response).to.be.a('number');","});"],"type":"text/javascript","packages":{}}}],"id":"920c2191-7251-4600-9f5f-c5e8464a85e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"store_id\": \"1\",\n        \"quote_currency_code\": \"USD\",\n        \"quote_name\": \"test\",\n        \"edit_order\": 544\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/checkout2/cart","description":"<h3 id=\"data-key-properties\">Data Key Properties</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Param</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Notes</strong></th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>store_id</code></td>\n<td>String</td>\n<td>ID of store that should be assigned to the cart.</td>\n<td>No</td>\n</tr>\n<tr>\n<td><code>quote_currency_code</code></td>\n<td>String</td>\n<td>The currency code that should be assigned to the cart.</td>\n<td>No</td>\n</tr>\n<tr>\n<td><code>quote_name</code></td>\n<td>String</td>\n<td>Name used to identify the cart.</td>\n<td>No</td>\n</tr>\n<tr>\n<td><code>edit_order</code></td>\n<td>String</td>\n<td>Order ID that will be used to create a new cart. The order will be cancelled once the new cart is converted to an order.</td>\n<td>No</td>\n</tr>\n<tr>\n<td><code>reorder</code></td>\n<td>String</td>\n<td>Order ID that will be used to create a new cart.</td>\n<td>No</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"editing-an-order\">Editing An Order</h2>\n<h4 id=\"what-is-the-expected-result-of-calling-this-endpoint\">What is the expected result of calling this endpoint?</h4>\n<p>To have a Cart ready to be Converted - The cart endpoint returns a new cart ID</p>\n<h4 id=\"will-the-order-be-cancelled-and-a-new-one-created\">Will the order be cancelled and a new one created?</h4>\n<p>The order will be cancelled once the new cart is converted to an order.</p>\n<h4 id=\"will-the-response-contain-the-new-order\">Will the response contain the new order?</h4>\n<p>No, you will have a Cart and then you can call the Convert endpoint using the Cart to create the order</p>\n<h4 id=\"are-there-any-requirements-or-limitations\">Are there any requirements or limitations?</h4>\n<p>Shipped/Invoiced items will not be moved to the new order only items that have not been Shipped/Invoiced will be carried over.</p>\n<p>You can also check out <a href=\"https://support.zoey.com/docs/editing-an-order\">https://support.zoey.com/docs/editing-an-order</a> for some more information</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["checkout2","cart"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[{"id":"e93abc50-1ba4-4585-9f48-81cc812b001c","name":"Create","originalRequest":{"method":"POST","header":[],"url":"https://container-url.zoeysite.com/api/rest/checkout2/cart"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 26 Nov 2020 01:53:03 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=51np6c0pljp2cu4rvrpu6hm4t5; expires=Sun, 29-Nov-2020 01:53:03 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"Set-Cookie","value":"customer_group=0; expires=Sun, 29-Nov-2020 01:53:03 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"287"}],"_postman_id":"920c2191-7251-4600-9f5f-c5e8464a85e2"},{"name":"Cart Delete","event":[{"listen":"test","script":{"id":"73025dee-426e-4377-bdc9-ec2c26e87758","exec":["var response = pm.response;","console.log(response);","pm.test(\"Test data type of the response\", () => {","  pm.expect(response).to.be.a('number');","});"],"type":"text/javascript"}}],"id":"04747e18-c234-4e57-912c-38ed83ef5cae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://container-url.zoeysite.com/api/rest/checkout2/cart?id=1&reason=This is my reason for deleting the quote.","description":"<p>This endpoint is used to delete a cart.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["checkout2","cart"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[{"key":"id","value":"1"},{"description":{"content":"<p>Reason for deleting the cart (required). Must be more than 10 characters long.</p>\n","type":"text/plain"},"key":"reason","value":"This is my reason for deleting the quote."}],"variable":[]}},"response":[],"_postman_id":"04747e18-c234-4e57-912c-38ed83ef5cae"},{"name":"Cart Update","event":[{"listen":"test","script":{"id":"f3a8eccb-e3eb-459e-abeb-b99850d70ff0","exec":["var response = pm.response;","console.log(response);","pm.test(\"Test data type of the response\", () => {","  pm.expect(response).to.be.a('number');","});"],"type":"text/javascript","packages":{}}}],"id":"7c703d8a-0804-4b07-a0c7-f6418063cd8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"cart_id\": \"231\",\n    \"data\": {\n        \"quote_name\": \"Made from Mobile\",\n        \"quote_currency_code\": \"EUR\",\n        \"store_id\": 2,\n        \"coupon_code\": \"test_coupon_code\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/checkout2/cart?id=66","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["checkout2","cart"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[{"key":"id","value":"66"}],"variable":[]}},"response":[],"_postman_id":"7c703d8a-0804-4b07-a0c7-f6418063cd8b"},{"name":"Get","event":[{"listen":"test","script":{"id":"fc6e1eec-c0ce-436a-9b1b-a9b591b1580b","exec":["var jsonData = pm.response.json();","pm.test(\"Test data type of the response\", () => {","  pm.expect(jsonData).to.be.an(\"object\");","  pm.expect(jsonData.items).to.be.an(\"array\");","  pm.expect(jsonData.payment).to.be.an(\"object\");","  pm.expect(jsonData.shipping_address).to.be.an(\"object\");","  pm.expect(jsonData.billing_address).to.be.an(\"object\");","});"],"type":"text/javascript","packages":{}}}],"id":"a6851c35-b07d-48e7-8ab0-afa591377c95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/checkout2/cart?id=80069","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["checkout2","cart"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[{"key":"id","value":"80069"}],"variable":[]}},"response":[{"id":"06832b17-45f8-4a7c-ad77-c8c5dffd2948","name":"Get","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://container-url.zoeysite.com/api/rest/checkout2/cart?id=287","host":["https://container-url.zoeysite.com/api/rest"],"path":["checkout2","cart"],"query":[{"key":"id","value":"287","description":"ID of shopping cart to fetch info."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 26 Nov 2020 02:06:18 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=51np6c0pljp2cu4rvrpu6hm4t5; expires=Sun, 29-Nov-2020 02:06:18 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"Set-Cookie","value":"customer_group=0; expires=Sun, 29-Nov-2020 02:06:18 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"store_id\": \"1\",\n    \"created_at\": \"2020-11-26 01:53:03\",\n    \"updated_at\": \"2020-11-26 02:02:14\",\n    \"converted_at\": null,\n    \"is_active\": \"0\",\n    \"is_virtual\": \"0\",\n    \"is_multi_shipping\": \"0\",\n    \"items_count\": \"1\",\n    \"items_qty\": \"2.0000\",\n    \"orig_order_id\": \"0\",\n    \"store_to_base_rate\": \"1.0000\",\n    \"store_to_quote_rate\": \"1.0000\",\n    \"base_currency_code\": \"USD\",\n    \"store_currency_code\": \"USD\",\n    \"quote_currency_code\": \"USD\",\n    \"grand_total\": \"150.0000\",\n    \"base_grand_total\": \"150.0000\",\n    \"checkout_method\": \"guest\",\n    \"customer_id\": \"1\",\n    \"customer_tax_class_id\": \"3\",\n    \"customer_group_id\": \"1\",\n    \"customer_email\": \"guest_customer@example.com\",\n    \"customer_prefix\": null,\n    \"customer_firstname\": \"Guest\",\n    \"customer_middlename\": null,\n    \"customer_lastname\": \"Customer\",\n    \"customer_suffix\": null,\n    \"customer_dob\": null,\n    \"customer_note\": null,\n    \"customer_note_notify\": \"1\",\n    \"customer_is_guest\": \"0\",\n    \"remote_ip\": null,\n    \"applied_rule_ids\": null,\n    \"reserved_order_id\": null,\n    \"password_hash\": \"hBjxiZlm6AI=\",\n    \"coupon_code\": null,\n    \"global_currency_code\": \"USD\",\n    \"base_to_global_rate\": \"1.0000\",\n    \"base_to_quote_rate\": \"1.0000\",\n    \"customer_taxvat\": null,\n    \"customer_gender\": null,\n    \"subtotal\": \"136.3600\",\n    \"base_subtotal\": \"136.3600\",\n    \"subtotal_with_discount\": \"136.3600\",\n    \"base_subtotal_with_discount\": \"136.3600\",\n    \"is_changed\": \"1\",\n    \"trigger_recollect\": \"0\",\n    \"ext_shipping_info\": null,\n    \"gift_message_id\": null,\n    \"is_persistent\": \"0\",\n    \"ebizmarts_abandonedcart_counter\": \"0\",\n    \"ebizmarts_abandonedcart_flag\": \"0\",\n    \"ebizmarts_abandonedcart_token\": null,\n    \"auctaneapi_discounts\": null,\n    \"base_giftcard_discount\": \"0.0000\",\n    \"giftcard_discount\": \"0.0000\",\n    \"giftcard_code\": null,\n    \"xp_card_data\": null,\n    \"zoey_order_comment\": null,\n    \"zb2b_customer_data\": null,\n    \"email_status\": \"0\",\n    \"zoey_custom_options_price\": \"0.0000\",\n    \"base_zoey_custom_options_price\": \"0.0000\",\n    \"zoey_bcc_emails\": null,\n    \"zoey_customer_agreement\": null,\n    \"is_recovered_abandoned_cart\": \"0\",\n    \"flag_as_recovered_cart\": \"0\",\n    \"mailchimp_abandonedcart_flag\": \"0\",\n    \"mailchimp_landing_page\": \"\",\n    \"mailchimp_campaign_id\": \"\",\n    \"avatax_normalization_flag\": null,\n    \"customer_avatax_lc_seller_is_importer\": null,\n    \"prohibited_rule_ids\": null,\n    \"is_pending_order\": \"0\",\n    \"force_checkout_step\": null,\n    \"customer_signature\": null,\n    \"mobile_source\": null,\n    \"quote_id\": \"287\",\n    \"shipping_address\": {\n        \"address_id\": null,\n        \"quote_id\": \"287\",\n        \"created_at\": \"2020-11-26 01:53:03\",\n        \"updated_at\": \"2020-11-26 02:02:14\",\n        \"customer_id\": \"1\",\n        \"save_in_address_book\": \"0\",\n        \"customer_address_id\": \"1\",\n        \"address_type\": \"shipping\",\n        \"email\": \"test@zoey.com\",\n        \"prefix\": null,\n        \"firstname\": \"Donald\",\n        \"middlename\": null,\n        \"lastname\": \"Desroches\",\n        \"suffix\": null,\n        \"company\": \"1986\",\n        \"street\": \"25-25 Astoria Blvd.\\n5E\",\n        \"city\": \"Astoria\",\n        \"region\": \"New York\",\n        \"region_id\": \"43\",\n        \"postcode\": \"11102\",\n        \"country_id\": \"US\",\n        \"telephone\": \"5154481564\",\n        \"fax\": null,\n        \"same_as_billing\": \"0\",\n        \"free_shipping\": \"0\",\n        \"collect_shipping_rates\": \"0\",\n        \"shipping_method\": null,\n        \"shipping_description\": null,\n        \"weight\": \"50.0000\",\n        \"subtotal\": \"136.3600\",\n        \"base_subtotal\": \"136.3600\",\n        \"subtotal_with_discount\": \"0.0000\",\n        \"base_subtotal_with_discount\": \"0.0000\",\n        \"tax_amount\": \"13.6400\",\n        \"base_tax_amount\": \"13.6400\",\n        \"shipping_amount\": \"0.0000\",\n        \"base_shipping_amount\": \"0.0000\",\n        \"shipping_tax_amount\": \"0.0000\",\n        \"base_shipping_tax_amount\": \"0.0000\",\n        \"discount_amount\": \"0.0000\",\n        \"base_discount_amount\": \"0.0000\",\n        \"grand_total\": \"150.0000\",\n        \"base_grand_total\": \"150.0000\",\n        \"customer_notes\": null,\n        \"applied_taxes\": \"a:1:{s:7:\\\"Default\\\";a:6:{s:5:\\\"rates\\\";a:1:{i:0;a:6:{s:4:\\\"code\\\";s:7:\\\"Default\\\";s:5:\\\"title\\\";s:7:\\\"Default\\\";s:7:\\\"percent\\\";d:10;s:8:\\\"position\\\";s:1:\\\"0\\\";s:8:\\\"priority\\\";s:1:\\\"0\\\";s:7:\\\"rule_id\\\";s:1:\\\"1\\\";}}s:7:\\\"percent\\\";d:10;s:2:\\\"id\\\";s:7:\\\"Default\\\";s:7:\\\"process\\\";i:0;s:6:\\\"amount\\\";d:13.640000000000001;s:11:\\\"base_amount\\\";d:13.640000000000001;}}\",\n        \"discount_description\": null,\n        \"shipping_discount_amount\": \"0.0000\",\n        \"base_shipping_discount_amount\": \"0.0000\",\n        \"subtotal_incl_tax\": \"150.0000\",\n        \"base_subtotal_total_incl_tax\": null,\n        \"hidden_tax_amount\": \"0.0000\",\n        \"base_hidden_tax_amount\": \"0.0000\",\n        \"shipping_hidden_tax_amount\": \"0.0000\",\n        \"base_shipping_hidden_tax_amnt\": null,\n        \"shipping_incl_tax\": \"0.0000\",\n        \"base_shipping_incl_tax\": \"0.0000\",\n        \"vat_id\": null,\n        \"vat_is_valid\": null,\n        \"vat_request_id\": null,\n        \"vat_request_date\": null,\n        \"vat_request_success\": null,\n        \"gift_message_id\": null,\n        \"base_surcharge_amount\": null,\n        \"surcharge_amount\": null,\n        \"is_checkout\": \"0\",\n        \"carrier_type\": null,\n        \"dispatch_date\": null,\n        \"delivery_date\": null,\n        \"time_slot\": null,\n        \"pickup_location\": null,\n        \"pickup_latitude\": null,\n        \"pickup_longitude\": null,\n        \"pickup_preselected\": \"0\",\n        \"carriergroup\": null,\n        \"carriergroup_id\": null,\n        \"carriergroup_shipping_details\": null,\n        \"carriergroup_shipping_html\": null,\n        \"checkout_display_merged\": \"1\",\n        \"split_rates\": \"0\",\n        \"carrier_id\": null,\n        \"destination_type\": null,\n        \"liftgate_required\": null,\n        \"notify_required\": null,\n        \"inside_delivery\": null,\n        \"freight_quote_id\": null,\n        \"address_valid\": null,\n        \"payment_fee_amount\": null,\n        \"base_payment_fee_amount\": null,\n        \"payment_installment_fee_amount\": null,\n        \"base_payment_installment_fee_amount\": null,\n        \"shq_delivery_comments\": null,\n        \"pickup_email\": null,\n        \"pickup_contact\": null,\n        \"pickup_email_option\": null,\n        \"zb2b_address_data\": null,\n        \"customer_carrier\": null,\n        \"customer_carrier_ph\": null,\n        \"customer_carrier_account\": null,\n        \"limited_delivery\": null,\n        \"pickup_location_id\": null,\n        \"orig_shipping_address\": null,\n        \"zoey_shipping_type\": null,\n        \"avatax_landed_cost_import_duties_amount\": null,\n        \"base_avatax_landed_cost_import_duties_amount\": null,\n        \"avatax_collected_taxes\": null,\n        \"avatax_fixed_tax_amount\": null,\n        \"base_avatax_fixed_tax_amount\": null\n    },\n    \"billing_address\": {\n        \"address_id\": null,\n        \"quote_id\": \"287\",\n        \"created_at\": \"2020-11-26 01:53:03\",\n        \"updated_at\": \"2020-11-26 02:02:14\",\n        \"customer_id\": \"1\",\n        \"save_in_address_book\": \"0\",\n        \"customer_address_id\": \"1\",\n        \"address_type\": \"billing\",\n        \"email\": \"test@zoey.com\",\n        \"prefix\": null,\n        \"firstname\": \"Donald\",\n        \"middlename\": null,\n        \"lastname\": \"Desroches\",\n        \"suffix\": null,\n        \"company\": \"1986\",\n        \"street\": \"25-25 Astoria Blvd.\\n5E\",\n        \"city\": \"Astoria\",\n        \"region\": \"New York\",\n        \"region_id\": \"43\",\n        \"postcode\": \"11102\",\n        \"country_id\": \"US\",\n        \"telephone\": \"5154481564\",\n        \"fax\": null,\n        \"same_as_billing\": \"0\",\n        \"free_shipping\": \"0\",\n        \"collect_shipping_rates\": \"0\",\n        \"shipping_method\": null,\n        \"shipping_description\": null,\n        \"weight\": \"0.0000\",\n        \"subtotal\": \"0.0000\",\n        \"base_subtotal\": \"0.0000\",\n        \"subtotal_with_discount\": \"0.0000\",\n        \"base_subtotal_with_discount\": \"0.0000\",\n        \"tax_amount\": \"0.0000\",\n        \"base_tax_amount\": \"0.0000\",\n        \"shipping_amount\": \"0.0000\",\n        \"base_shipping_amount\": \"0.0000\",\n        \"shipping_tax_amount\": \"0.0000\",\n        \"base_shipping_tax_amount\": \"0.0000\",\n        \"discount_amount\": \"0.0000\",\n        \"base_discount_amount\": \"0.0000\",\n        \"grand_total\": \"0.0000\",\n        \"base_grand_total\": \"0.0000\",\n        \"customer_notes\": null,\n        \"applied_taxes\": \"a:0:{}\",\n        \"discount_description\": null,\n        \"shipping_discount_amount\": null,\n        \"base_shipping_discount_amount\": null,\n        \"subtotal_incl_tax\": \"0.0000\",\n        \"base_subtotal_total_incl_tax\": null,\n        \"hidden_tax_amount\": null,\n        \"base_hidden_tax_amount\": null,\n        \"shipping_hidden_tax_amount\": null,\n        \"base_shipping_hidden_tax_amnt\": null,\n        \"shipping_incl_tax\": \"0.0000\",\n        \"base_shipping_incl_tax\": \"0.0000\",\n        \"vat_id\": null,\n        \"vat_is_valid\": null,\n        \"vat_request_id\": null,\n        \"vat_request_date\": null,\n        \"vat_request_success\": null,\n        \"gift_message_id\": null,\n        \"base_surcharge_amount\": null,\n        \"surcharge_amount\": null,\n        \"is_checkout\": \"0\",\n        \"carrier_type\": null,\n        \"dispatch_date\": null,\n        \"delivery_date\": null,\n        \"time_slot\": null,\n        \"pickup_location\": null,\n        \"pickup_latitude\": null,\n        \"pickup_longitude\": null,\n        \"pickup_preselected\": \"0\",\n        \"carriergroup\": null,\n        \"carriergroup_id\": null,\n        \"carriergroup_shipping_details\": null,\n        \"carriergroup_shipping_html\": null,\n        \"checkout_display_merged\": \"1\",\n        \"split_rates\": \"0\",\n        \"carrier_id\": null,\n        \"destination_type\": null,\n        \"liftgate_required\": null,\n        \"notify_required\": null,\n        \"inside_delivery\": null,\n        \"freight_quote_id\": null,\n        \"address_valid\": null,\n        \"payment_fee_amount\": null,\n        \"base_payment_fee_amount\": null,\n        \"payment_installment_fee_amount\": null,\n        \"base_payment_installment_fee_amount\": null,\n        \"shq_delivery_comments\": null,\n        \"pickup_email\": null,\n        \"pickup_contact\": null,\n        \"pickup_email_option\": null,\n        \"zb2b_address_data\": null,\n        \"customer_carrier\": null,\n        \"customer_carrier_ph\": null,\n        \"customer_carrier_account\": null,\n        \"limited_delivery\": null,\n        \"pickup_location_id\": null,\n        \"orig_shipping_address\": null,\n        \"zoey_shipping_type\": null,\n        \"avatax_landed_cost_import_duties_amount\": null,\n        \"base_avatax_landed_cost_import_duties_amount\": null,\n        \"avatax_collected_taxes\": null,\n        \"avatax_fixed_tax_amount\": null,\n        \"base_avatax_fixed_tax_amount\": null\n    },\n    \"items\": [\n        {\n            \"item_id\": \"779\",\n            \"quote_id\": \"287\",\n            \"created_at\": \"2020-11-26 01:55:46\",\n            \"updated_at\": \"2020-11-26 01:55:46\",\n            \"product_id\": \"118\",\n            \"store_id\": \"1\",\n            \"parent_item_id\": null,\n            \"is_virtual\": \"0\",\n            \"sku\": \"Simple-Sale\",\n            \"name\": \"Simple (Sale)\",\n            \"description\": null,\n            \"applied_rule_ids\": null,\n            \"additional_data\": null,\n            \"free_shipping\": \"0\",\n            \"is_qty_decimal\": \"0\",\n            \"no_discount\": \"0\",\n            \"weight\": \"25.0000\",\n            \"qty\": 2,\n            \"price\": \"68.1800\",\n            \"base_price\": \"68.1800\",\n            \"custom_price\": null,\n            \"discount_percent\": \"0.0000\",\n            \"discount_amount\": \"0.0000\",\n            \"base_discount_amount\": \"0.0000\",\n            \"tax_percent\": \"10.0000\",\n            \"tax_amount\": \"13.6400\",\n            \"base_tax_amount\": \"13.6400\",\n            \"row_total\": \"136.3600\",\n            \"base_row_total\": \"136.3600\",\n            \"row_total_with_discount\": \"0.0000\",\n            \"row_weight\": \"50.0000\",\n            \"product_type\": \"simple\",\n            \"base_tax_before_discount\": null,\n            \"tax_before_discount\": null,\n            \"original_custom_price\": null,\n            \"redirect_url\": null,\n            \"base_cost\": \"25.0000\",\n            \"price_incl_tax\": \"75.0000\",\n            \"base_price_incl_tax\": \"75.0000\",\n            \"row_total_incl_tax\": \"150.0000\",\n            \"base_row_total_incl_tax\": \"150.0000\",\n            \"hidden_tax_amount\": \"0.0000\",\n            \"base_hidden_tax_amount\": \"0.0000\",\n            \"gift_message_id\": null,\n            \"weee_tax_disposition\": \"0.0000\",\n            \"weee_tax_row_disposition\": \"0.0000\",\n            \"base_weee_tax_disposition\": \"0.0000\",\n            \"base_weee_tax_row_disposition\": \"0.0000\",\n            \"weee_tax_applied\": \"a:0:{}\",\n            \"weee_tax_applied_amount\": \"0.0000\",\n            \"weee_tax_applied_row_amount\": \"0.0000\",\n            \"base_weee_tax_applied_amount\": \"0.0000\",\n            \"base_weee_tax_applied_row_amnt\": null,\n            \"pos_discount_reason\": null,\n            \"base_surcharge_amount\": null,\n            \"surcharge_amount\": null,\n            \"added_from_search\": null,\n            \"pickup_chosen\": null,\n            \"carriergroup\": null,\n            \"carriergroup_id\": null,\n            \"xp_recurring_initial_fee\": null,\n            \"initialfee_tax_amount\": null,\n            \"carriergroup_shipping\": null,\n            \"pos_item_guid\": null,\n            \"pos_applied_taxes\": null,\n            \"pos_product_line\": null,\n            \"zoey_custom_options_price\": null,\n            \"base_zoey_custom_options_price\": null,\n            \"avatax_landed_cost_import_duties_amount\": null,\n            \"base_avatax_landed_cost_import_duties_amount\": null,\n            \"avatax_collected_taxes\": null,\n            \"avatax_fixed_tax_amount\": null,\n            \"base_avatax_fixed_tax_amount\": null,\n            \"zoey_added_by_discount_rule_id\": null,\n            \"qty_options\": [],\n            \"tax_class_id\": \"2\",\n            \"is_recurring\": null,\n            \"has_error\": false\n        }\n    ],\n    \"payment\": {\n        \"quote_id\": \"287\",\n        \"payment_id\": null\n    }\n}"}],"_postman_id":"a6851c35-b07d-48e7-8ab0-afa591377c95"},{"name":"Reserve Order ID","id":"62db1dd6-6420-4a2f-92bf-5c41abdeb6c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"cart_id\": 1003\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/checkout2/cart_order/reserve_id/","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["checkout2","cart_order","reserve_id",""],"host":["https://container-url.zoeysite.com/api/rest"],"query":[{"disabled":true,"key":"","value":"1003"}],"variable":[]}},"response":[],"_postman_id":"62db1dd6-6420-4a2f-92bf-5c41abdeb6c4"},{"name":"Convert (Deprecated)","id":"accabbc0-5cc3-4996-87b7-ebc665c4695f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"53756\",\n    \"store\": \"1\",\n    \"agreements\": null,\n    \"notifyCustomer\": \"0\",\n    \"sales_rep_user_ids\": [\"10967417227736299533\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/checkout2/cart_order","description":"<h2 id=\"deprecated-endpoint\"><strong>DEPRECATED ENDPOINT</strong></h2>\n<p>This endpoint has been deprecated and is no longer receiving active support. See endpoint Convert (V2) for the most recent endpoint for converting a cart to an order.</p>\n<p>Convert the cart to an order.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Param</th>\n<th>Type</th>\n<th>Notes</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>string</td>\n<td>int</td>\n<td>The Cart ID that will be converted into an order.</td>\n</tr>\n<tr>\n<td><code>store</code></td>\n<td>string</td>\n<td>int</td>\n<td>The Store ID to which the cart is associated.</td>\n</tr>\n<tr>\n<td><code>agreements</code></td>\n<td>array</td>\n<td>The IDs of the Terms &amp; Conditions enabled for the store.</td>\n<td>No (default: null)</td>\n</tr>\n<tr>\n<td><code>notify</code></td>\n<td>boolean</td>\n<td>Should the creation notify the customer.</td>\n<td>No (default: true)</td>\n</tr>\n<tr>\n<td><code>sales_rep_user_ids</code></td>\n<td>string[]</td>\n<td>Should be an array of sales rep user ids.</td>\n<td>No (default: [])</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p><strong>Split Orders is not supported when converting a cart to and order using the API. See Convert (V2)</strong></p>\n</blockquote>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["checkout2","cart_order"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[{"id":"d53aa1f9-6af1-4717-83fd-ac7c14a6e538","name":"Convert","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"287\"\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/checkout2/cart_order"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 26 Nov 2020 02:09:52 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=51np6c0pljp2cu4rvrpu6hm4t5; expires=Sun, 29-Nov-2020 02:09:50 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"Set-Cookie","value":"customer_group=0; expires=Sun, 29-Nov-2020 02:09:50 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"\"100000180\""}],"_postman_id":"accabbc0-5cc3-4996-87b7-ebc665c4695f"},{"name":"Convert (V2)","id":"9b7dd322-7951-46a0-85b4-415abed62415","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"113\"\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/checkout2/cart_order_convert","description":"<p>Convert the cart to an order. If the cart is flagged to split into multiple orders then multiple orders will be created.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Param</th>\n<th>Type</th>\n<th>Notes</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>string</td>\n<td>int</td>\n<td>The Cart ID that will be converted into an order.</td>\n</tr>\n<tr>\n<td><code>store</code></td>\n<td>string</td>\n<td>int</td>\n<td>The Store ID to which the cart is associated.</td>\n</tr>\n<tr>\n<td><code>agreements</code></td>\n<td>array</td>\n<td>The IDs of the Terms &amp; Conditions enabled for the store.</td>\n<td>No (default: null)</td>\n</tr>\n<tr>\n<td><code>notify</code></td>\n<td>boolean</td>\n<td>Should the creation notify the customer.</td>\n<td>No (default: true)</td>\n</tr>\n<tr>\n<td><code>sales_rep_user_ids</code></td>\n<td>string[]</td>\n<td>Should be an array of sales rep user ids.</td>\n<td>No (default: [])</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["checkout2","cart_order_convert"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[{"id":"a189de74-4ef7-44a5-a10b-d2c900390330","name":"Convert (Single Order)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"8711\",\n    \"store\": \"1\",\n    \"agreements\": null,\n    \"notifyCustomer\": \"0\",\n    \"sales_rep_user_ids\": [\"99999999999999999999\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/checkout2/cart_order_convert"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"openresty"},{"key":"Date","value":"Tue, 05 Sep 2023 16:49:53 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Set-Cookie","value":"PHPSESSID=600c6e96736fc63bda885321c3519488; expires=Fri, 08-Sep-2023 16:49:53 GMT; Max-Age=259200; path=/; domain=jasontest-lxc39-container.zoeysite.com; secure; HttpOnly"},{"key":"Set-Cookie","value":"customer_group=0; expires=Fri, 08-Sep-2023 16:49:53 GMT; Max-Age=259200; path=/; domain=jasontest-lxc39-container.zoeysite.com; secure; HttpOnly"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"status\": {\n            \"success\": 1,\n            \"details\": [\n                {\n                    \"type\": \"success\",\n                    \"code\": \"CART_SUCCESS_CONVERTED_TO_ORDER\",\n                    \"message\": \"The cart has successfully been converted to an order.\",\n                    \"detail\": \"\"\n                }\n            ]\n        },\n        \"data\": {\n            \"order_count\": 1,\n            \"created_orders\": [\n                \"100000001\"\n            ]\n        }\n    }\n}"},{"id":"b3867f35-e9ce-47ca-bed8-7fb24aed2c9d","name":"Convert (Split Orders)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"8710\",\n    \"store\": \"1\",\n    \"agreements\": null,\n    \"notifyCustomer\": \"0\",\n    \"sales_rep_user_ids\": [\"99999999999999999999\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/checkout2/cart_order_convert"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"openresty"},{"key":"Date","value":"Tue, 05 Sep 2023 16:49:00 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Set-Cookie","value":"PHPSESSID=1594954cc0ef49082a7d65c0401c7160; expires=Fri, 08-Sep-2023 16:49:00 GMT; Max-Age=259200; path=/; domain=jasontest-lxc39-container.zoeysite.com; secure; HttpOnly"},{"key":"Set-Cookie","value":"customer_group=0; expires=Fri, 08-Sep-2023 16:49:00 GMT; Max-Age=259200; path=/; domain=jasontest-lxc39-container.zoeysite.com; secure; HttpOnly"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"status\": {\n            \"success\": 1,\n            \"details\": [\n                {\n                    \"type\": \"success\",\n                    \"code\": \"CART_SUCCESS_CONVERTED_TO_ORDER\",\n                    \"message\": \"The cart has successfully been converted to an order.\",\n                    \"detail\": \"\"\n                }\n            ]\n        },\n        \"data\": {\n            \"order_count\": 2,\n            \"created_orders\": [\n                \"100000001-1\",\n                \"100000001-2\"\n            ]\n        }\n    }\n}"}],"_postman_id":"9b7dd322-7951-46a0-85b4-415abed62415"}],"id":"6df96391-e348-426a-8411-50d771d2a85e","description":"<p>A cart is a an order before its created. There are a few things that are required before a cart can be converted to an order. Each cart is required to have:</p>\n<ul>\n<li>Products</li>\n<li>Customer</li>\n<li>Shipping/Billing Address</li>\n<li>Shipping Method</li>\n<li>Payment Method</li>\n</ul>\n<blockquote>\n<p>Beyond the above, each store can have different requirements with the use of custom customer, address, or order attributes.</p>\n</blockquote>\n<h3 id=\"getting-started\">Getting Started</h3>\n<p>Before adding products to a cart you must first have a cart id to use to make additional cart requests. This is done using the <code>Create</code> method below. Once you have the cart ID, you'll be able to add all the required data to the cart.</p>\n<blockquote>\n<p>Once you have a cart ID you'll be able to use the <code>Get</code> method below to get the data associated with the cart.</p>\n</blockquote>\n<h3 id=\"converting-to-order\">Converting to Order</h3>\n<p>Once all the required data is added to the cart, you will be able to use the <code>Convert</code> method below.</p>\n","event":[{"listen":"prerequest","script":{"id":"fe00d6e5-8d9b-407e-ad23-3a2bc6928324","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"dafd4c51-3089-4ae8-bf4c-586e03846e95","type":"text/javascript","exec":[""]}}],"_postman_id":"6df96391-e348-426a-8411-50d771d2a85e","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}}},{"name":"Customers","item":[{"name":"Addresses","item":[{"name":"Get","id":"d0460094-de3a-4872-9030-b9d9ff0946ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/customers2/customer_address?id=1","description":"<p>Allows you to retrieve an existing customer address.</p>\n<blockquote>\n<p>The list of attributes that will be returned for customer address is configured in the Admin Panel. The Customer user type has access only to his/her own addresses. Also, Admin can add additional non-system customer address attributes by selecting Customers &gt; Attributes &gt; Manage Customer Address Attributes (available only in Magento Enterprise Edition). If these attributes are set as visible on frontend, they will be returned in the response.</p>\n</blockquote>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["customers2","customer_address"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[{"description":{"content":"<p>Address ID.</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"b432bfaa-5481-4011-addb-1c8dfd2fc0db","name":"Get","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://container-url.zoeysite.com/api/rest/customers/addresses/:addressId","host":["https://container-url.zoeysite.com/api/rest"],"path":["customers","addresses",":addressId"],"variable":[{"key":"addressId","value":"6268","description":"ID of the address used for look up."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"openresty"},{"key":"Date","value":"Thu, 10 Dec 2020 12:10:39 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Set-Cookie","value":"PHPSESSID=ce8820d4352cca29c57976f7ec577bea; expires=Sun, 13-Dec-2020 12:10:39 GMT; Max-Age=259200; path=/; domain=staging111-container.zoeysite.com; secure; HttpOnly"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"entity_id\": \"6268\",\n    \"firstname\": \"Zoey\",\n    \"lastname\": \"Developer\",\n    \"company\": \"Zoey Inc.\",\n    \"city\": \"New York\",\n    \"country_id\": \"US\",\n    \"region\": \"New York\",\n    \"postcode\": \"10019\",\n    \"telephone\": \"(555) 555-5555\",\n    \"street\": [\n        \"123 Main St.\",\n        \"Floor 10\"\n    ],\n    \"is_default_billing\": 1,\n    \"is_default_shipping\": 1\n}"}],"_postman_id":"d0460094-de3a-4872-9030-b9d9ff0946ee"},{"name":"Get All","id":"7afd9d5f-cded-4cf7-84a3-1c8d85962bfb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/customers/:customerId/addresses","description":"<p>Allows you to retrieve the list of existing customer addresses.</p>\n<blockquote>\n<p>The list of attributes that will be returned for customer addresses is configured in the Zoey Admin Panel. The Customer user type has access only to his/her own addresses. Also, Admin can add additional non-system customer address attributes by selecting Customers &gt; Attributes &gt; Manage Customer Address Attributes. If these attributes are set as visible on frontend, they will be returned in the response.</p>\n</blockquote>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["customers",":customerId","addresses"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[{"type":"string","value":"2","key":"customerId"}]}},"response":[{"id":"f5bab8ac-2116-4379-adbf-f47cded4791d","name":"Get All","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://container-url.zoeysite.com/api/rest/customers/:customerId/addresses","host":["https://container-url.zoeysite.com/api/rest"],"path":["customers",":customerId","addresses"],"variable":[{"key":"customerId","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 09 Dec 2020 23:12:50 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=hjkqcmre1uhuibefopuo1rstn3; expires=Sat, 12-Dec-2020 23:12:50 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"entity_id\": \"2\",\n        \"firstname\": \"Zoey\",\n        \"lastname\": \"Dev\",\n        \"company\": \"Zoey Inc.\",\n        \"city\": \"New York\",\n        \"region\": \"New York\",\n        \"postcode\": \"10019\",\n        \"country_id\": \"US\",\n        \"telephone\": \"(555) 555-5555\",\n        \"street\": [\n            \"123 Main St.\"\n        ],\n        \"is_default_billing\": 1,\n        \"is_default_shipping\": 1\n    }\n]"}],"_postman_id":"7afd9d5f-cded-4cf7-84a3-1c8d85962bfb"},{"name":"Create","id":"29459ff6-21ea-45bb-920d-9d1f4afc6d40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"customer_id\": \"1\",\n    \"addressData\": {\n        \"company\": \"Zoey Inc.\",\n        \"firstname\": \"Zoey\",\n        \"lastname\": \"Developer\",\n        \"street\": [\n            \"123 Main St.\",\n            \"Floor 10\"\n        ],\n        \"city\": \"New York\",\n        \"region\": \"New York\",\n        \"country_id\": \"US\",\n        \"postcode\": \"10019\",\n        \"telephone\": \"(555) 555-5555\",\n        \"is_default_billing\": 1,\n        \"is_default_shipping\": 1\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/customers2/customer_address","description":"<p>Allows you to create a new address for the required customer.</p>\n<blockquote>\n<p>The Customer user type can create addresses only for themselves.</p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>address_type</code></td>\n<td>string</td>\n<td><code>billing</code>, <code>shipping</code>, or <code>billing,shipping</code></td>\n</tr>\n<tr>\n<td><code>email</code></td>\n<td>string</td>\n<td>email</td>\n</tr>\n<tr>\n<td><code>prefix</code></td>\n<td>string</td>\n<td>Name prefix. (Mrs., Mr.)</td>\n</tr>\n<tr>\n<td><code>firstname</code></td>\n<td>string</td>\n<td>First name.</td>\n</tr>\n<tr>\n<td><code>middlename</code></td>\n<td>string</td>\n<td>Middle name.</td>\n</tr>\n<tr>\n<td><code>lastname</code></td>\n<td>string</td>\n<td>Last name.</td>\n</tr>\n<tr>\n<td><code>suffix</code></td>\n<td>string</td>\n<td>Name suffix. (Sr., Jr.)</td>\n</tr>\n<tr>\n<td><code>company</code></td>\n<td>string</td>\n<td>Address company.</td>\n</tr>\n<tr>\n<td><code>street</code></td>\n<td>string</td>\n<td>Address street. Separate lines using <code>\\n</code>.</td>\n</tr>\n<tr>\n<td><code>city</code></td>\n<td>string</td>\n<td>Address city.</td>\n</tr>\n<tr>\n<td><code>region</code></td>\n<td>string</td>\n<td>Address region, state, or providence.</td>\n</tr>\n<tr>\n<td><code>postcode</code></td>\n<td>string</td>\n<td>Postal or zipcode.</td>\n</tr>\n<tr>\n<td><code>country_id</code></td>\n<td>string</td>\n<td>Country ID. (US, UK)</td>\n</tr>\n<tr>\n<td><code>vat_id</code></td>\n<td>string</td>\n<td>VAT ID.</td>\n</tr>\n<tr>\n<td><code>telephone</code></td>\n<td>string</td>\n<td>Telephone.</td>\n</tr>\n<tr>\n<td><code>fax</code></td>\n<td>string</td>\n<td>Fax number.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["customers2","customer_address"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[],"_postman_id":"29459ff6-21ea-45bb-920d-9d1f4afc6d40"},{"name":"Update","id":"9377f895-2420-4b71-9dde-0f700085cea7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"addressId\": \"10\",\n    \"addressData\": {\n        \"firstname\": \"API TEST\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/customers2/customer_address","description":"<p>Allows you to update an existing customer address.</p>\n<blockquote>\n<p>The list of attributes that will be updated for customer address is configured in the Admin Panel. The Customer user type has access only to his/her own addresses.</p>\n</blockquote>\n<p>Only need to append the changes to the request.</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><code>email</code></td>\n<td>string</td>\n<td>email</td>\n</tr>\n<tr>\n<td><code>prefix</code></td>\n<td>string</td>\n<td>Name prefix. (Mrs., Mr.)</td>\n</tr>\n<tr>\n<td><code>firstname</code></td>\n<td>string</td>\n<td>First name.</td>\n</tr>\n<tr>\n<td><code>middlename</code></td>\n<td>string</td>\n<td>Middle name.</td>\n</tr>\n<tr>\n<td><code>lastname</code></td>\n<td>string</td>\n<td>Last name.</td>\n</tr>\n<tr>\n<td><code>suffix</code></td>\n<td>string</td>\n<td>Name suffix. (Sr., Jr.)</td>\n</tr>\n<tr>\n<td><code>company</code></td>\n<td>string</td>\n<td>Address company.</td>\n</tr>\n<tr>\n<td><code>street</code></td>\n<td>string</td>\n<td>Address street. Separate lines using <code>\\n</code>.</td>\n</tr>\n<tr>\n<td><code>city</code></td>\n<td>string</td>\n<td>Address city.</td>\n</tr>\n<tr>\n<td><code>region</code></td>\n<td>string</td>\n<td>Address region, state, or providence.</td>\n</tr>\n<tr>\n<td><code>postcode</code></td>\n<td>string</td>\n<td>Postal or zipcode.</td>\n</tr>\n<tr>\n<td><code>country_id</code></td>\n<td>string</td>\n<td>Country ID. (US, UK)</td>\n</tr>\n<tr>\n<td><code>vat_id</code></td>\n<td>string</td>\n<td>VAT ID.</td>\n</tr>\n<tr>\n<td><code>telephone</code></td>\n<td>string</td>\n<td>Telephone.</td>\n</tr>\n<tr>\n<td><code>fax</code></td>\n<td>string</td>\n<td>Fax number.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["customers2","customer_address"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[{"id":"864a8243-dbab-4ac2-af99-f88a2babf1ad","name":"Update","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"firstname\": \"API\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://container-url.zoeysite.com/api/rest/customers/addresses/:addressId","host":["https://container-url.zoeysite.com/api/rest"],"path":["customers","addresses",":addressId"],"variable":[{"key":"addressId","value":"6268"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Server","value":"openresty"},{"key":"Date","value":"Thu, 10 Dec 2020 12:14:01 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Set-Cookie","value":"PHPSESSID=782a3c674255b55c279ccdca4a58bece; expires=Sun, 13-Dec-2020 12:14:01 GMT; Max-Age=259200; path=/; domain=staging111-container.zoeysite.com; secure; HttpOnly"},{"key":"Set-Cookie","value":"customer_group=0; expires=Sun, 13-Dec-2020 12:14:01 GMT; Max-Age=259200; path=/; domain=staging111-container.zoeysite.com; secure; HttpOnly"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"9377f895-2420-4b71-9dde-0f700085cea7"},{"name":"Delete","id":"2236f5f6-c76e-469c-935b-1a8715726ce6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://container-url.zoeysite.com/api/rest/customers/addresses/:addressId","description":"<p>Allows you to delete an existing customer address.</p>\n<blockquote>\n<p>The Customer user type can delete only his/her own addresses.</p>\n</blockquote>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["customers","addresses",":addressId"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[{"description":{"content":"<p>Address of the ID.</p>\n","type":"text/plain"},"type":"string","value":"6268","key":"addressId"}]}},"response":[{"id":"0ad75a1e-e4fc-461d-a592-7603006b49eb","name":"Delete","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://container-url.zoeysite.com/api/rest/customers/addresses/:addressId","host":["https://container-url.zoeysite.com/api/rest"],"path":["customers","addresses",":addressId"],"variable":[{"key":"addressId","value":"6268","description":"Address of the ID."}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Server","value":"openresty"},{"key":"Date","value":"Thu, 10 Dec 2020 12:18:51 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Set-Cookie","value":"PHPSESSID=e3dfa1e7cb6d92555e64bb06b8c5a28c; expires=Sun, 13-Dec-2020 12:18:51 GMT; Max-Age=259200; path=/; domain=staging111-container.zoeysite.com; secure; HttpOnly"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"2236f5f6-c76e-469c-935b-1a8715726ce6"},{"name":"Countries","id":"e00c47d5-e21e-4a5f-bb39-0568e0d43229","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"cartId\": \"287\",\n    \"customerAddressData\": [\n        {\n            \"mode\": \"billing\",\n            \"address_id\": \"1\"\n        },\n        {\n            \"mode\": \"shipping\",\n            \"address_id\": \"1\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/address/countries","description":"<p>Used to set the different address types to the cart.</p>\n<p><strong>Types</strong></p>\n<ul>\n<li><code>billing</code> - Required to be added on all carts.</li>\n<li><code>shipping</code> - Only required if the cart isn't virtual. Virtual carts are carts with only Downloadable or Virtual product types that do not require shipment.</li>\n</ul>\n<p>Use the example requests to configure the addresses as needed.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["address","countries"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[{"id":"c9d10536-f960-492d-b53b-669361a3a8f3","name":"Existing / New","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"cartId\": \"287\",\n    \"customerAddressData\": [\n        /**\n         * Existing Address\n         * @type {{ mode: string, address_id: string }}\n         * @property {string} mode         Set the type of address. (`shipping` or `billing`)\n         * @property {string} address_id   Set the id of the existing address.\n         */\n        {\n            \"mode\": \"shipping\",\n            \"address_id\": \"1\"\n        },\n\n        /**\n         * Existing Account Address\n         * @type {{ mode: string, address_id: string }}\n         * @property {string} mode                  Set the type of address. (`shipping` or `billing`)\n         * @property {string} company_address_id    Set the id of the existing address.\n         */\n        {\n            \"mode\": \"shipping\",\n            \"company_address_id\": \"1\"\n        },\n\n        /**\n         * New Address\n         * Some of the properties below may be optional/required based on store preferences.\n         * @type {Object}\n         * @property {string} mode                 Set the type of address. (`shipping` or `billing`)\n         * @property {string} firstname            Set the first name for the address.\n         * @property {string} lastname             Set the last name for the address.\n         * @property {string} company              Set the company for the address\n         * @property {string} street               Set the street address. Use `\\n` character for additional street infomation.\n         * @property {string} city                 Set the city for the address.\n         * @property {string} region_id            Set the region_id for the address. Only used for some countries.\n         * @property {string} region               Set the region for the address. Used if the country doesn't support `region_id`.\n         * @property {string} postcode             Set the postal or zipcode for the address.\n         * @property {string} country_id           Set the country ID for the address.\n         * @property {string} telephone .          Set the telephone for the address.\n         * @property {string} fax                  Set the fax number for the address.\n         * @property {string} is_default_shipping  Is this the default shipping address for the customer.\n         * @property {string} is_default_billing   Is this the default billing address for the customer.\n         */\n        {\n            \"mode\": \"billing\",\n            \"firstname\": \"testFirstname\",\n            \"lastname\": \"testLastname\",\n            \"company\": \"testCompany\",\n            \"street\": \"testStreet\",\n            \"city\": \"testCity\",\n            \"region_id\": \"43\", // NY\n            //\"region\": \"New York\",\n            \"postcode\": \"10019\",\n            \"country_id\": \"US\",\n            \"telephone\": \"0123456789\",\n            \"fax\": \"0123456789\",\n            \"is_default_shipping\": \"0\",\n            \"is_default_billing\": \"0\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/quotes2/quote_addresses"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 25 Nov 2020 18:58:25 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=51np6c0pljp2cu4rvrpu6hm4t5; expires=Sat, 28-Nov-2020 18:58:24 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"Set-Cookie","value":"customer_group=0; expires=Sat, 28-Nov-2020 18:58:24 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"e00c47d5-e21e-4a5f-bb39-0568e0d43229"},{"name":"Country By ID","id":"53acd364-2228-4c52-b078-97b3e4272127","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"cartId\": \"287\",\n    \"customerAddressData\": [\n        {\n            \"mode\": \"billing\",\n            \"address_id\": \"1\"\n        },\n        {\n            \"mode\": \"shipping\",\n            \"address_id\": \"1\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/address/countries/:country_id","description":"<p>Used to set the different address types to the cart.</p>\n<p><strong>Types</strong></p>\n<ul>\n<li><code>billing</code> - Required to be added on all carts.</li>\n<li><code>shipping</code> - Only required if the cart isn't virtual. Virtual carts are carts with only Downloadable or Virtual product types that do not require shipment.</li>\n</ul>\n<p>Use the example requests to configure the addresses as needed.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["address","countries",":country_id"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[{"type":"any","value":"US","key":"country_id"}]}},"response":[{"id":"18460a4b-046b-4a8f-a1dc-6fe2d9b0b1cd","name":"Existing / New","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"cartId\": \"287\",\n    \"customerAddressData\": [\n        /**\n         * Existing Address\n         * @type {{ mode: string, address_id: string }}\n         * @property {string} mode         Set the type of address. (`shipping` or `billing`)\n         * @property {string} address_id   Set the id of the existing address.\n         */\n        {\n            \"mode\": \"shipping\",\n            \"address_id\": \"1\"\n        },\n\n        /**\n         * Existing Account Address\n         * @type {{ mode: string, address_id: string }}\n         * @property {string} mode                  Set the type of address. (`shipping` or `billing`)\n         * @property {string} company_address_id    Set the id of the existing address.\n         */\n        {\n            \"mode\": \"shipping\",\n            \"company_address_id\": \"1\"\n        },\n\n        /**\n         * New Address\n         * Some of the properties below may be optional/required based on store preferences.\n         * @type {Object}\n         * @property {string} mode                 Set the type of address. (`shipping` or `billing`)\n         * @property {string} firstname            Set the first name for the address.\n         * @property {string} lastname             Set the last name for the address.\n         * @property {string} company              Set the company for the address\n         * @property {string} street               Set the street address. Use `\\n` character for additional street infomation.\n         * @property {string} city                 Set the city for the address.\n         * @property {string} region_id            Set the region_id for the address. Only used for some countries.\n         * @property {string} region               Set the region for the address. Used if the country doesn't support `region_id`.\n         * @property {string} postcode             Set the postal or zipcode for the address.\n         * @property {string} country_id           Set the country ID for the address.\n         * @property {string} telephone .          Set the telephone for the address.\n         * @property {string} fax                  Set the fax number for the address.\n         * @property {string} is_default_shipping  Is this the default shipping address for the customer.\n         * @property {string} is_default_billing   Is this the default billing address for the customer.\n         */\n        {\n            \"mode\": \"billing\",\n            \"firstname\": \"testFirstname\",\n            \"lastname\": \"testLastname\",\n            \"company\": \"testCompany\",\n            \"street\": \"testStreet\",\n            \"city\": \"testCity\",\n            \"region_id\": \"43\", // NY\n            //\"region\": \"New York\",\n            \"postcode\": \"10019\",\n            \"country_id\": \"US\",\n            \"telephone\": \"0123456789\",\n            \"fax\": \"0123456789\",\n            \"is_default_shipping\": \"0\",\n            \"is_default_billing\": \"0\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/quotes2/quote_addresses"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 25 Nov 2020 18:58:25 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=51np6c0pljp2cu4rvrpu6hm4t5; expires=Sat, 28-Nov-2020 18:58:24 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"Set-Cookie","value":"customer_group=0; expires=Sat, 28-Nov-2020 18:58:24 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"53acd364-2228-4c52-b078-97b3e4272127"}],"id":"d3634bd3-e9cf-45a9-a006-fcc3f73687ea","_postman_id":"d3634bd3-e9cf-45a9-a006-fcc3f73687ea","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}}},{"name":"NetTerms","item":[{"name":"Get","id":"a42ec063-4338-4380-ab13-cc2ced68cc11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/customers/:customerId/netterms","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["customers",":customerId","netterms"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[{"id":"aa2bb3e0-0d34-4aaa-9ccc-24a87744f487","type":"string","value":"1","key":"customerId"}]}},"response":[],"_postman_id":"a42ec063-4338-4380-ab13-cc2ced68cc11"},{"name":"Update","id":"d6d67c10-a4b5-41e8-9140-d18e03685f74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"enabled\": 1,\n    \"term\": \"net10\",\n    \"credit\": 1000,\n    \"detail\": \"[store_name] has offered you payment terms of [term_name]. Payment is due within [term_period] days for this order, after-which interest may be due. Invoices may be paid via Check, Wire Transfer, Cash or Credit Card by calling customer support at [store_phone].\"\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/customers/:customerId/netterms","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["customers",":customerId","netterms"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[{"id":"2a06ec07-3ed1-453f-8b4c-1a9abe104fc0","type":"string","value":"1","key":"customerId"}]}},"response":[],"_postman_id":"d6d67c10-a4b5-41e8-9140-d18e03685f74"}],"id":"74e7ef10-06d7-4add-bc25-7bc69728079b","_postman_id":"74e7ef10-06d7-4add-bc25-7bc69728079b","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}}},{"name":"Groups","item":[{"name":"Get All","id":"4a8785a3-0221-48b8-9bab-2fdc37f4036f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/customers/groups?limit=1&page=1&order=customer_group_id&dir=ASC&filter[0][attribute]=customer_group_id&filter[0][gt]=2","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["customers","groups"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[{"description":{"content":"<p>Limit the response.</p>\n","type":"text/plain"},"key":"limit","value":"1"},{"description":{"content":"<p>Paginate the response.</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Order the response by attribute.</p>\n","type":"text/plain"},"key":"order","value":"customer_group_id"},{"description":{"content":"<p>Order direction. (ASC, DESC)</p>\n","type":"text/plain"},"key":"dir","value":"ASC"},{"description":{"content":"<p>Filter the response.</p>\n","type":"text/plain"},"key":"filter[0][attribute]","value":"customer_group_id"},{"key":"filter[0][gt]","value":"2"}],"variable":[]}},"response":[],"_postman_id":"4a8785a3-0221-48b8-9bab-2fdc37f4036f"},{"name":"Get","id":"1d763c32-a517-4479-a06f-96a508ce509b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/customers/groups/:groupId","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["customers","groups",":groupId"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[{"description":{"content":"<p>Customer group ID.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"groupId"}]}},"response":[],"_postman_id":"1d763c32-a517-4479-a06f-96a508ce509b"},{"name":"Update","id":"37a1c634-a25f-4007-9c08-745177d7fbd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"customer_group_code\": \"API TEST\",\n    \"tax_class_id\": \"3\",\n    \"sales_rep_user_id\": [],\n    \"restricted_stores_currencies\": {\n        \"1\": [\"USD\"]\n    },\n    \"login_redirect_path\": \"shirts\",\n    \"b2b_quote_product_attribute_restriction\": \"92\",\n    \"mage_quote_product_attribute_restriction\": \"92\",\n    \"use_group_sales_increments_order\": \"1\",\n    \"use_group_sales_increments_invoice\": \"1\",\n    \"use_group_sales_increments_creditmemo\": \"1\",\n    \"use_group_sales_increments_shipment\": \"1\",\n    \"use_po_increments\": \"0\",\n    \"po_increment_data\": {\n        \"prefix\": \"api_group_\",\n        \"last_id\": \"\"\n    },\n    \"group_sales_increments\": {\n        \"order\": {\n            \"prefix\": \"api_group_\",\n            \"last_id\": \"10000000\"\n        },\n        \"invoice\": {\n            \"prefix\": \"api_group_\",\n            \"last_id\": \"20000000\"\n        },\n        \"creditmemo\": {\n            \"prefix\": \"api_group_\",\n            \"last_id\": \"30000000\"\n        },\n        \"shipment\": {\n            \"prefix\": \"api_group_\",\n            \"last_id\": \"40000000\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/customers/groups/:groupId","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Param</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>customer_group_code</code></td>\n<td>string</td>\n<td>Name of the Customer Group.</td>\n</tr>\n<tr>\n<td><code>tax_class_id</code></td>\n<td>int</td>\n<td>ID of the Tax Class used for the customer group.</td>\n</tr>\n<tr>\n<td><code>login_redirect_path</code></td>\n<td>string</td>\n<td>Include only the URL key after the base URL of your store.</td>\n</tr>\n<tr>\n<td><code>restricted_stores_currencies</code></td>\n<td>restrictedStoresCurrenciesType</td>\n<td>If Language &amp; Currency Restriction is enabled, only selected Languages and Currencies will be accessible by this group. At least 1 Language must be accessible and least 1 currency within a restricted Language must be accessible.</td>\n</tr>\n<tr>\n<td><code>use_po_increments</code></td>\n<td>int (0,1)</td>\n<td>Use Automatic PO #s</td>\n</tr>\n<tr>\n<td><code>use_group_sales_increments_order</code></td>\n<td>string (0,1)</td>\n<td>Use Order Custom Increment IDs.</td>\n</tr>\n<tr>\n<td><code>use_group_sales_increments_invoice</code></td>\n<td>string (0,1)</td>\n<td>Use Invoice Custom Increment IDs.</td>\n</tr>\n<tr>\n<td><code>use_group_sales_increments_shipment</code></td>\n<td>string (0,1)</td>\n<td>Use Shipment Custom Increment IDs.</td>\n</tr>\n<tr>\n<td><code>use_group_sales_increments_creditmemo</code></td>\n<td>string (0,1)</td>\n<td>Use Credit Memo Custom Increment IDs.</td>\n</tr>\n<tr>\n<td><code>b2b_quote_product_attribute_restriction</code></td>\n<td>int</td>\n<td>Limit Quote By Specific Product Attribute.</td>\n</tr>\n<tr>\n<td><code>mage_quote_product_attribute_restriction</code></td>\n<td>int</td>\n<td>Limit Order By Specific Product Attribute.</td>\n</tr>\n<tr>\n<td><code>group_sales_increments</code></td>\n<td>groupSalesIncrementsType</td>\n<td>Config for sales increments.</td>\n</tr>\n<tr>\n<td><code>po_increment_data</code></td>\n<td>customIncrementDataType</td>\n<td>Config for PO increments</td>\n</tr>\n</tbody>\n</table>\n</div><p>TYPES\n<strong>restrictedStoresCurrenciesType</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Param</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>{{storeId}}</code></td>\n<td>string[]</td>\n<td>Array of currency codes.</td>\n</tr>\n</tbody>\n</table>\n</div><pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>// Example when Store ID is equal to 1\n{\n    \"1\": [\"USD\"]\n},\n</code></pre><p><strong>groupSalesIncrementsType</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Param</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>creditmemo</code></td>\n<td>customIncrementDataType</td>\n<td>Credit Memo Custom Increment Config.</td>\n</tr>\n<tr>\n<td><code>invoice</code></td>\n<td>customIncrementDataType</td>\n<td>Credit Memo Custom Increment Config.</td>\n</tr>\n<tr>\n<td><code>order</code></td>\n<td>customIncrementDataType</td>\n<td>Order Custom Increment Config.</td>\n</tr>\n<tr>\n<td><code>shipment</code></td>\n<td>customIncrementDataType</td>\n<td>Shipment Custom Increment Config.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>customIncrementDataType</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Param</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>last_id</code></td>\n<td>string</td>\n<td>Last Increment ID must be an 8 digit number and cannot start with 9 or be set to a number less than its current value.</td>\n</tr>\n<tr>\n<td><code>prefix</code></td>\n<td>string</td>\n<td>Only letters, numbers, dashes, underscores, pound sign, and periods allowed. Must start with letter or number. Max 20 characters.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["customers","groups",":groupId"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[{"description":{"content":"<p>Customer group ID.</p>\n","type":"text/plain"},"type":"any","value":"4","key":"groupId"}]}},"response":[],"_postman_id":"37a1c634-a25f-4007-9c08-745177d7fbd9"},{"name":"Create","id":"7f051f73-f1da-4053-9f70-7c52579fbaf7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"customer_group_code\": \"API TEST\",\n    \"tax_class_id\": 3,\n    \"sales_rep_user_id\": [],\n    \"restricted_stores_currencies\": {\n        \"1\": [\"USD\"]\n    },\n    \"login_redirect_path\": \"shirts\",\n    \"b2b_quote_product_attribute_restriction\": 92,\n    \"mage_quote_product_attribute_restriction\": 92,\n    \"use_group_sales_increments_order\": 1,\n    \"use_group_sales_increments_invoice\": 1,\n    \"use_group_sales_increments_creditmemo\": 1,\n    \"use_group_sales_increments_shipment\": 1,\n    \"use_po_increments\": 0,\n    \"group_sales_increments\": {\n        \"order\": {\n            \"prefix\": \"api_group_\",\n            \"last_id\": \"10000000\"\n        },\n        \"invoice\": {\n            \"prefix\": \"api_group_\",\n            \"last_id\": \"20000000\"\n        },\n        \"creditmemo\": {\n            \"prefix\": \"api_group_\",\n            \"last_id\": \"30000000\"\n        },\n        \"shipment\": {\n            \"prefix\": \"api_group_\",\n            \"last_id\": \"40000000\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/customers/groups","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Param</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>customer_group_code</code></td>\n<td>string</td>\n<td>Name of the Customer Group.</td>\n</tr>\n<tr>\n<td><code>tax_class_id</code></td>\n<td>int</td>\n<td>ID of the Tax Class used for the customer group.</td>\n</tr>\n<tr>\n<td><code>login_redirect_path</code></td>\n<td>string</td>\n<td>Include only the URL key after the base URL of your store.</td>\n</tr>\n<tr>\n<td><code>restricted_stores_currencies</code></td>\n<td>restrictedStoresCurrenciesType</td>\n<td>If Language &amp; Currency Restriction is enabled, only selected Languages and Currencies will be accessible by this group. At least 1 Language must be accessible and least 1 currency within a restricted Language must be accessible.</td>\n</tr>\n<tr>\n<td><code>use_po_increments</code></td>\n<td>int (0,1)</td>\n<td>Use Automatic PO #s</td>\n</tr>\n<tr>\n<td><code>use_group_sales_increments_order</code></td>\n<td>string (0,1)</td>\n<td>Use Order Custom Increment IDs.</td>\n</tr>\n<tr>\n<td><code>use_group_sales_increments_invoice</code></td>\n<td>string (0,1)</td>\n<td>Use Invoice Custom Increment IDs.</td>\n</tr>\n<tr>\n<td><code>use_group_sales_increments_shipment</code></td>\n<td>string (0,1)</td>\n<td>Use Shipment Custom Increment IDs.</td>\n</tr>\n<tr>\n<td><code>use_group_sales_increments_creditmemo</code></td>\n<td>string (0,1)</td>\n<td>Use Credit Memo Custom Increment IDs.</td>\n</tr>\n<tr>\n<td><code>b2b_quote_product_attribute_restriction</code></td>\n<td>int</td>\n<td>Limit Quote By Specific Product Attribute.</td>\n</tr>\n<tr>\n<td><code>mage_quote_product_attribute_restriction</code></td>\n<td>int</td>\n<td>Limit Order By Specific Product Attribute.</td>\n</tr>\n<tr>\n<td><code>group_sales_increments</code></td>\n<td>groupSalesIncrementsType</td>\n<td>Config for sales increments.</td>\n</tr>\n<tr>\n<td><code>po_increment_data</code></td>\n<td>customIncrementDataType</td>\n<td>Config for PO increments</td>\n</tr>\n</tbody>\n</table>\n</div><p>TYPES\n<strong>restrictedStoresCurrenciesType</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Param</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>{{storeId}}</code></td>\n<td>string[]</td>\n<td>Array of currency codes.</td>\n</tr>\n</tbody>\n</table>\n</div><pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>// Example when Store ID is equal to 1\n{\n    \"1\": [\"USD\"]\n},\n</code></pre><p><strong>groupSalesIncrementsType</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Param</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>creditmemo</code></td>\n<td>customIncrementDataType</td>\n<td>Credit Memo Custom Increment Config.</td>\n</tr>\n<tr>\n<td><code>invoice</code></td>\n<td>customIncrementDataType</td>\n<td>Credit Memo Custom Increment Config.</td>\n</tr>\n<tr>\n<td><code>order</code></td>\n<td>customIncrementDataType</td>\n<td>Order Custom Increment Config.</td>\n</tr>\n<tr>\n<td><code>shipment</code></td>\n<td>customIncrementDataType</td>\n<td>Shipment Custom Increment Config.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>customIncrementDataType</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Param</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>last_id</code></td>\n<td>string</td>\n<td>Last Increment ID must be an 8 digit number and cannot start with 9 or be set to a number less than its current value.</td>\n</tr>\n<tr>\n<td><code>prefix</code></td>\n<td>string</td>\n<td>Only letters, numbers, dashes, underscores, pound sign, and periods allowed. Must start with letter or number. Max 20 characters.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["customers","groups"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[],"_postman_id":"7f051f73-f1da-4053-9f70-7c52579fbaf7"},{"name":"Delete","id":"4f2678d8-12ea-4576-a3e5-6bb2c53a176d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n        \"customer_group_code\": \"API TEST\"\n    }","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/customers/groups/:groupId","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["customers","groups",":groupId"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[{"description":{"content":"<p>Customer group ID.</p>\n","type":"text/plain"},"type":"any","value":"1","key":"groupId"}]}},"response":[],"_postman_id":"4f2678d8-12ea-4576-a3e5-6bb2c53a176d"}],"id":"623468f1-3416-4524-8269-c64d54c5017e","_postman_id":"623468f1-3416-4524-8269-c64d54c5017e","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}}},{"name":"Invite Email","item":[{"name":"Sender","item":[{"name":"Get All","id":"8ee90822-7660-4504-96e2-e091460d83ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://container-url.zoeysite.com/api/rest/customers/:customerId/invite_email/sender","description":"<p>Get the invite email sender options for the customer.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["customers",":customerId","invite_email","sender"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[{"type":"any","value":null,"key":"customerId"}]}},"response":[{"id":"7b9b44f4-61e2-4625-9a0c-9db92199bc3d","name":"Get All","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://container-url.zoeysite.com/api/rest/customers/:customerId/invite_email/sender","host":["https://container-url.zoeysite.com/api/rest"],"path":["customers",":customerId","invite_email","sender"],"variable":[{"key":"customerId","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 03 Sep 2021 22:09:51 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"label\": \"Customer Support (support@example.com)\",\n        \"value\": \"support\"\n    },\n    {\n        \"label\": \"Sales Rep (sales@example.com)\",\n        \"value\": \"sales@example.com\"\n    }\n]"}],"_postman_id":"8ee90822-7660-4504-96e2-e091460d83ca"}],"id":"bc0f7d52-f791-470d-8f1c-ffcec9bb8ac9","_postman_id":"bc0f7d52-f791-470d-8f1c-ffcec9bb8ac9","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}}},{"name":"Send Email","id":"cc49e35d-6cc5-4d8d-ad77-e5631ad3d227","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/customers/:customerId/invite_email?sender=sender@example.com","description":"<p>Send the invite email to the customer.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["customers",":customerId","invite_email"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[{"description":{"content":"<p>Custom email to use as the sender for the invite email.</p>\n","type":"text/plain"},"key":"sender","value":"sender@example.com"}],"variable":[{"type":"any","value":null,"key":"customerId"}]}},"response":[{"id":"72b2a98b-f0b1-4a42-9fd5-ce7998f647f6","name":"Send Email","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://container-url.zoeysite.com/api/rest/customers/:customerId/invite_email?sender=sender@example.com","host":["https://container-url.zoeysite.com/api/rest"],"path":["customers",":customerId","invite_email"],"query":[{"key":"sender","value":"sender@example.com","description":"Custom email to use as the sender for the invite email. (Optional)"}],"variable":[{"key":"customerId","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 03 Sep 2021 21:41:55 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"\"1\""}],"_postman_id":"cc49e35d-6cc5-4d8d-ad77-e5631ad3d227"}],"id":"3ee89878-77c5-4d9b-b09e-685c18dab9d4","_postman_id":"3ee89878-77c5-4d9b-b09e-685c18dab9d4","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}}},{"name":"Get","id":"ddc1e573-d16a-480d-be32-04a2cdc9ce7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/customers2/customer?id=1","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["customers2","customer"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[{"description":{"content":"<p>ID of customer to fetch info. ( Required )</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"d0507527-793c-46cf-bca2-e5946096c03d","name":"Get","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://container-url.zoeysite.com/api/rest/customers2/customer?id=1","host":["https://container-url.zoeysite.com/api/rest"],"path":["customers2","customer"],"query":[{"key":"id","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 27 Jan 2021 18:01:14 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=opc95ethm62s9040i7n1012ei7; expires=Sat, 30-Jan-2021 18:01:14 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"customer_id\": \"1\",\n    \"created_at\": \"2016-08-24T09:26:52-04:00\",\n    \"updated_at\": \"2020-12-10 13:40:18\",\n    \"increment_id\": null,\n    \"store_id\": \"1\",\n    \"website_id\": \"1\",\n    \"is_active\": \"1\",\n    \"sales_rep_user_id\": \"13058631632732613440,10932762742589794610,3\",\n    \"is_login_disabled\": \"0\",\n    \"quickbooks_customer_id\": null,\n    \"adyen_customer_ref\": null,\n    \"affirm_customer_mfp\": null,\n    \"avatax_customer_code\": null,\n    \"block_fraud_customer\": null,\n    \"braintree_customer_id\": null,\n    \"can_create_addresses\": \"0\",\n    \"can_delete_addresses\": \"0\",\n    \"can_edit_addresses\": \"0\",\n    \"company_customer_created_by\": null,\n    \"confirmation\": null,\n    \"created_in\": null,\n    \"customer_tokenpan\": null,\n    \"cybersource_subscription_id\": null,\n    \"cybersource_verif_address\": null,\n    \"default_billing\": \"9\",\n    \"default_shipping\": \"9\",\n    \"deprecated_tokens\": null,\n    \"disable_auto_group_change\": \"0\",\n    \"dob\": null,\n    \"ebizmarts_reviews_cntr_total\": null,\n    \"ebizmarts_reviews_coupon_total\": null,\n    \"email\": \"test@zoey.com\",\n    \"facorder_id\": \"no\",\n    \"firstname\": \"Zoey's test\",\n    \"gender\": null,\n    \"group_id\": \"1\",\n    \"is_tokenized\": \"no\",\n    \"lastname\": \"customer\",\n    \"lightspeed_id\": null,\n    \"mark_fraud\": null,\n    \"middlename\": null,\n    \"net_term\": null,\n    \"net_term_credit\": \"1000.0000\",\n    \"net_term_detail\": \"[store_name] has offered you payment terms of [term_name]. Payment is due within [term_period] days for this order, after-which interest may be due. Invoices may be paid via Check, Wire Transfer, Cash or Credit Card by calling customer support at [store_phone].\",\n    \"net_term_disable_past_due\": null,\n    \"net_term_disable_past_due_day\": null,\n    \"net_term_enabled\": \"1\",\n    \"old_customer_id\": null,\n    \"order_notification_emails\": \"test@gmail.com,additionaltest@gmail.com,anotherTest@gmail.com\",\n    \"password_created_at\": \"1596489576\",\n    \"password_hash\": \"e0f96453d5766026595724af90cf7838:8WtCmikvOr7YOs6tw0b1X7AazkPRoR6c\",\n    \"prefix\": null,\n    \"reference_number\": null,\n    \"rp_customer_id\": null,\n    \"rp_token\": null,\n    \"rp_token_created_at\": null,\n    \"suffix\": null,\n    \"taxvat\": \"123445\",\n    \"xp_buffer\": null,\n    \"zoey_agreement\": null,\n    \"custom_attributes\": [\n        {\n            \"attribute_id\": \"234\",\n            \"attribute_code\": \"affirm_customer_mfp\",\n            \"value\": null,\n            \"value_string\": \"\"\n        },\n        {\n            \"attribute_id\": \"279\",\n            \"attribute_code\": \"avatax_customer_code\",\n            \"value\": null,\n            \"value_string\": \"\"\n        },\n        {\n            \"attribute_id\": \"248\",\n            \"attribute_code\": \"braintree_customer_id\",\n            \"value\": null,\n            \"value_string\": \"\"\n        },\n        {\n            \"attribute_id\": \"139\",\n            \"attribute_code\": \"ebizmarts_reviews_cntr_total\",\n            \"value\": null,\n            \"value_string\": \"\"\n        },\n        {\n            \"attribute_id\": \"140\",\n            \"attribute_code\": \"ebizmarts_reviews_coupon_total\",\n            \"value\": null,\n            \"value_string\": \"\"\n        },\n        {\n            \"attribute_id\": \"200\",\n            \"attribute_code\": \"xp_buffer\",\n            \"value\": null,\n            \"value_string\": \"\"\n        }\n    ],\n    \"addresses\": [\n        {\n            \"customer_address_id\": \"8\",\n            \"created_at\": \"2020-12-10 11:45:45\",\n            \"updated_at\": \"2020-12-10 13:40:18\",\n            \"city\": \"New York\",\n            \"company\": \"Zoey Inc.\",\n            \"country_id\": \"US\",\n            \"firstname\": \"Zoey\",\n            \"lastname\": \"Developer\",\n            \"postcode\": \"10019\",\n            \"region\": \"New York\",\n            \"region_id\": \"43\",\n            \"street\": \"123 Main St.\\nFloor 10\",\n            \"telephone\": \"(555) 555-5555\",\n            \"is_default_billing\": false,\n            \"is_default_shipping\": false\n        },\n        {\n            \"customer_address_id\": \"9\",\n            \"created_at\": \"2020-12-10 11:46:09\",\n            \"updated_at\": \"2020-12-10 13:40:18\",\n            \"city\": \"New York\",\n            \"company\": \"Zoey Inc.\",\n            \"country_id\": \"US\",\n            \"firstname\": \"Zoey\",\n            \"lastname\": \"Developer\",\n            \"postcode\": \"10019\",\n            \"region\": \"New York\",\n            \"region_id\": \"43\",\n            \"street\": \"123 Main St.\\nFloor 10\",\n            \"telephone\": \"(555) 555-5555\",\n            \"is_default_billing\": true,\n            \"is_default_shipping\": true\n        }\n    ],\n    \"stripe_id\": \"cus_FaM7Vy26nby6Wd\"\n}"}],"_postman_id":"ddc1e573-d16a-480d-be32-04a2cdc9ce7d"},{"name":"Get All","id":"c78070eb-9369-4375-920d-150f3944a1ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/customers2/full?limit=1&page=2&filters[email]=test@zoey.com&filters[zb2b_pending_status]=1","description":"<p>Filtering this collection requires an attribute and a value.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Action</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>eq</code></td>\n<td>string</td>\n<td>Is Equal To</td>\n</tr>\n<tr>\n<td><code>neq</code></td>\n<td>string</td>\n<td>Is NOT Equal To</td>\n</tr>\n<tr>\n<td><code>like</code></td>\n<td>string</td>\n<td>Is Like</td>\n</tr>\n<tr>\n<td><code>nlike</code></td>\n<td>string</td>\n<td>Is Not Like</td>\n</tr>\n<tr>\n<td><code>in</code></td>\n<td>array</td>\n<td>Is In</td>\n</tr>\n<tr>\n<td><code>nin</code></td>\n<td>array</td>\n<td>Is NOT In</td>\n</tr>\n<tr>\n<td><code>null</code></td>\n<td>boolean</td>\n<td>Is NULL</td>\n</tr>\n<tr>\n<td><code>notnull</code></td>\n<td>boolean</td>\n<td>Is NOT NULL</td>\n</tr>\n<tr>\n<td><code>gt</code></td>\n<td>string</td>\n<td>Is Greater Than</td>\n</tr>\n<tr>\n<td><code>gte</code></td>\n<td>string</td>\n<td>Is Greater Than OR Equal To</td>\n</tr>\n<tr>\n<td><code>lt</code></td>\n<td>string</td>\n<td>Is Less Than</td>\n</tr>\n<tr>\n<td><code>lte</code></td>\n<td>string</td>\n<td>Is Less Than OR Equal To</td>\n</tr>\n</tbody>\n</table>\n</div><p>How To Filter A Data Type in Query</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>DataType</th>\n<th>Query</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>string</td>\n<td>?filters[email]=<a href=\"mailto:test@zoey.com\">test@zoey.com</a></td>\n<td>Filter this collection where <code>email</code> is equal to <code>test@zoey.com</code> (Default)</td>\n</tr>\n<tr>\n<td>string</td>\n<td>?filters[firstname][neq]=test</td>\n<td><code>firstname</code> does not equal test</td>\n</tr>\n<tr>\n<td>array</td>\n<td>?filters[email][in][0]=<a href=\"mailto:test@example.com\">test@example.com</a>&amp;email[in][1]=<a href=\"mailto:test@zoey.com\">test@zoey.com</a></td>\n<td>Filter this collection where the email is either <code>test@example.com</code> or <code>test@zoey.com</code></td>\n</tr>\n<tr>\n<td>array</td>\n<td>?filters[email][][eq]=<a href=\"mailto:test@example.com\">test@example.com</a>&amp;email[][eq]=<a href=\"mailto:test@zoey.com\">test@zoey.com</a></td>\n<td>Is another way of <code>OR</code> filtering. The result is the same as the above.</td>\n</tr>\n<tr>\n<td>boolean</td>\n<td>?filters[email][null]=1</td>\n<td>Filter this collection where the email is null.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["customers2","full"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[{"description":{"content":"<p>Limit the response.</p>\n","type":"text/plain"},"key":"limit","value":"1"},{"description":{"content":"<p>Paginate the response.</p>\n","type":"text/plain"},"key":"page","value":"2"},{"key":"filters[email]","value":"test@zoey.com"},{"description":{"content":"<p>zb2b_pending_status is the filter used for Pending. A value of 1 means approved.</p>\n","type":"text/plain"},"key":"filters[zb2b_pending_status]","value":"1"}],"variable":[]}},"response":[{"id":"3cc2b7b0-1414-47f3-b1b6-a98d97d50227","name":"Filters: Non-Pending","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://container-url.zoeysite.com/api/rest/customers2/full?filters[zb2b_pending_status][][null]=1&filters[zb2b_pending_status][][eq]=1","host":["https://container-url.zoeysite.com/api/rest"],"path":["customers2","full"],"query":[{"key":"filters[zb2b_pending_status][][null]","value":"1","description":"Pending status isn't set."},{"key":"filters[zb2b_pending_status][][eq]","value":"0","description":"Customer is Pending.","disabled":true},{"key":"filters[zb2b_pending_status][][eq]","value":"1","description":"Customer was Pending and is now Approved."},{"key":"filters[zb2b_pending_status][][eq]","value":"2","description":"Customer was Pending and is now Denied.","disabled":true}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"7f3f492f-2b33-484a-8e9a-538c1368b519","name":"Pagination","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://container-url.zoeysite.com/api/rest/customers2/full?limit=1&page=2","host":["https://container-url.zoeysite.com/api/rest"],"path":["customers2","full"],"query":[{"key":"limit","value":"1","description":"Limit the response."},{"key":"page","value":"2","description":"Paginate the response."}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"47c2d331-5845-4c75-8163-d39c5fbb608a","name":"Updated At","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://container-url.zoeysite.com/api/rest/customers2/full?filters[updated_at][gt]=2021-06-01","host":["https://container-url.zoeysite.com/api/rest"],"path":["customers2","full"],"query":[{"key":"filters[updated_at][gt]","value":"2021-06-01"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 02 Jun 2021 12:27:53 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=hoqt8iubu29o728d8j9hnqfnv2; expires=Sat, 05-Jun-2021 12:27:52 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"customer_id\": \"1\",\n        \"created_at\": \"2016-08-24 13:26:52\",\n        \"updated_at\": \"2021-06-02 11:16:05\",\n        \"store_id\": \"1\",\n        \"website_id\": \"1\",\n        \"is_active\": \"1\",\n        \"is_login_disabled\": \"0\",\n        \"can_create_addresses\": \"0\",\n        \"can_delete_addresses\": \"0\",\n        \"can_edit_addresses\": \"0\",\n        \"default_billing\": \"1\",\n        \"disable_auto_group_change\": \"0\",\n        \"email\": \"test@zoey.com\",\n        \"facorder_id\": \"no\",\n        \"firstname\": \"Zoey's test\",\n        \"group_id\": \"1\",\n        \"is_tokenized\": \"no\",\n        \"lastname\": \"customer\",\n        \"net_term\": \"net10\",\n        \"net_term_credit\": \"10000.0000\",\n        \"net_term_detail\": \"[store_name] has offered you payment terms of [term_name]. Payment is due within [term_period] days for this order, after-which interest may be due. Invoices may be paid via Check, Wire Transfer, Cash or Credit Card by calling customer support at [store_phone].\",\n        \"net_term_disable_past_due\": \"0\",\n        \"net_term_enabled\": \"1\",\n        \"order_notification_emails\": \"\",\n        \"password_created_at\": \"1550872437\",\n        \"password_hash\": \"e0f96453d5766026595724af90cf7838:8WtCmikvOr7YOs6tw0b1X7AazkPRoR6c\",\n        \"wysiwyg\": \"\",\n        \"yes_no\": \"0\",\n        \"zoey_has_placed_order\": \"1\",\n        \"custom_attributes\": [\n            {\n                \"attribute_id\": \"234\",\n                \"attribute_code\": \"affirm_customer_mfp\",\n                \"value\": null,\n                \"value_string\": \"\"\n            },\n            {\n                \"attribute_id\": \"279\",\n                \"attribute_code\": \"avatax_customer_code\",\n                \"value\": null,\n                \"value_string\": \"\"\n            },\n            {\n                \"attribute_id\": \"248\",\n                \"attribute_code\": \"braintree_customer_id\",\n                \"value\": null,\n                \"value_string\": \"\"\n            },\n            {\n                \"attribute_id\": \"347\",\n                \"attribute_code\": \"date\",\n                \"value\": null,\n                \"value_string\": \"\"\n            },\n            {\n                \"attribute_id\": \"346\",\n                \"attribute_code\": \"drop_down\",\n                \"value\": null,\n                \"value_string\": false\n            },\n            {\n                \"attribute_id\": \"139\",\n                \"attribute_code\": \"ebizmarts_reviews_cntr_total\",\n                \"value\": null,\n                \"value_string\": \"\"\n            },\n            {\n                \"attribute_id\": \"140\",\n                \"attribute_code\": \"ebizmarts_reviews_coupon_total\",\n                \"value\": null,\n                \"value_string\": \"\"\n            },\n            {\n                \"attribute_id\": \"348\",\n                \"attribute_code\": \"file\",\n                \"value\": null,\n                \"value_string\": \"\"\n            },\n            {\n                \"attribute_id\": \"345\",\n                \"attribute_code\": \"multiselect\",\n                \"value\": null,\n                \"value_string\": \"\"\n            },\n            {\n                \"attribute_id\": \"342\",\n                \"attribute_code\": \"text\",\n                \"value\": null,\n                \"value_string\": \"\"\n            },\n            {\n                \"attribute_id\": \"324\",\n                \"attribute_code\": \"translatable\",\n                \"value\": null,\n                \"value_string\": false\n            },\n            {\n                \"attribute_id\": \"343\",\n                \"attribute_code\": \"wysiwyg\",\n                \"value\": \"\",\n                \"value_string\": \"\"\n            },\n            {\n                \"attribute_id\": \"200\",\n                \"attribute_code\": \"xp_buffer\",\n                \"value\": null,\n                \"value_string\": \"\"\n            },\n            {\n                \"attribute_id\": \"344\",\n                \"attribute_code\": \"yes_no\",\n                \"value\": \"0\",\n                \"value_string\": \"No\"\n            }\n        ],\n        \"addresses\": [\n            {\n                \"customer_address_id\": \"1\",\n                \"created_at\": \"2019-08-07 14:54:26\",\n                \"updated_at\": \"2021-06-02 11:16:05\",\n                \"city\": \"Astoria\",\n                \"company\": \"1986\",\n                \"country_id\": \"US\",\n                \"firstname\": \"Zoey\",\n                \"lastname\": \"Developer\",\n                \"postcode\": \"10019\",\n                \"region\": \"New York\",\n                \"region_id\": \"43\",\n                \"street\": \"123 Main St.\",\n                \"telephone\": \"111-111-1111\",\n                \"test_customer_address_attr\": \"attribute_default_value\",\n                \"is_default_billing\": true,\n                \"is_default_shipping\": false\n            }\n        ],\n        \"sales_rep_user_ids\": [\n            \"94576446641513860561\"\n        ]\n    }\n]"}],"_postman_id":"c78070eb-9369-4375-920d-150f3944a1ed"},{"name":"Count","id":"d9ce26b4-9603-48f3-a6c1-df3bb930519f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/customers2/count","description":"<p>Used to count the customers.</p>\n<p>See <a href=\"#c78070eb-9369-4375-920d-150f3944a1ed\">Get All</a> for filtering options.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["customers2","count"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[],"_postman_id":"d9ce26b4-9603-48f3-a6c1-df3bb930519f"},{"name":"Create","id":"d3e1a105-c63b-4057-9907-692555cef893","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"customerData\": {\n        \"firstname\": \"Earl\",\n        \"lastname\": \"Hickey\",\n        \"password\": \"12345678\",\n        \"email\": \"earl@example.com\",\n        \"group_id\": 1,\n        \"zoey_customer_confirmation\": 2\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/customers2/customer","description":"<h2 id=\"required\">Required</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>customerData</code></td>\n<td>The data for the customer being created.</td>\n<td><code>customerDataType</code></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"required-customerdatatype\">Required <code>customerDataType</code></h2>\n<p>This data is required when creating a new customer. All other customer data is either optional/required based on the attribute values.  </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>email</code></td>\n<td>The customers email address.</td>\n<td>string</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"common-customerdatatype-attributes\">Common <code>customerDataType</code> Attributes</h2>\n<p>These are common attributes that are typically assigned to customers. This list may change depending on the attributes settings in Customers &gt; Attributes &gt; Manage Customer Attributes page in Admin Panel. For example, a required status of the middlename attribute (Middle Name/Initial) may be changed to 'YES\".</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute Code</th>\n<th>Description</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>firstname</code></td>\n<td>The customers first name.</td>\n<td>string</td>\n</tr>\n<tr>\n<td><code>lastname</code></td>\n<td>The customers last name.</td>\n<td>string</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>The customers password. The password must contain minimum 8 characters.</td>\n<td>string</td>\n</tr>\n<tr>\n<td><code>group_id</code></td>\n<td>Customer Group ID.</td>\n<td>int</td>\n</tr>\n<tr>\n<td><code>prefix</code></td>\n<td>Customer prefix.</td>\n<td>string</td>\n</tr>\n<tr>\n<td><code>middlename</code></td>\n<td>Customer middlename.</td>\n<td>string</td>\n</tr>\n<tr>\n<td><code>suffix</code></td>\n<td>Customer suffix.</td>\n<td>string</td>\n</tr>\n<tr>\n<td><code>taxvat</code></td>\n<td>Customer Tax or VAT number.</td>\n<td>string</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-customerdatatype-data\">Other <code>customerDataType</code> Data</h2>\n<p>This is non-attribute data or actions that are associated with creating the customer.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>disable_auto_group_change</code></td>\n<td>Defines whether the automatic group change for the customer will be disabled.</td>\n<td>int</td>\n</tr>\n<tr>\n<td><code>zoey_customer_confirmation</code></td>\n<td>Confirmation Login --- <code>1</code> = Bypass Confirmation, <code>2</code> = Send Confirmation Email ( Confirmation or Welcome email will be sent depending on store settings )</td>\n<td>string</td>\n</tr>\n<tr>\n<td><code>storecredit</code></td>\n<td>Will add a store credit balance to the customer.</td>\n<td><code>storeCreditConfig</code> (defined below)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"storecreditconfig\"><code>storeCreditConfig</code></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute Code</th>\n<th>Description</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>balance</code></td>\n<td>The amount of credit given to the customer.</td>\n<td>number</td>\n</tr>\n<tr>\n<td><code>comment</code></td>\n<td>A comment added to the store credit balance history.</td>\n<td>string</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["customers2","customer"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[{"id":"a5e59b17-ee85-4235-abe3-da9132877332","name":"Create","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"customerData\": {\n        \"firstname\": \"Earl\",\n        \"lastname\": \"Hickey\",\n        \"password\": \"123123q\",\n        \"email\": \"earl@example.com\",\n        \"group_id\": 1,\n        \"zoey_customer_confirmation\": 2\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/customers2/customer"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"\"5\""}],"_postman_id":"d3e1a105-c63b-4057-9907-692555cef893"},{"name":"Update","id":"f06905c6-cde9-4a7a-a515-2c9f28d8ff6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"customerId\": 6,\n    \"customerData\": {\n        \"firstname\": \"Earl\",\n        \"lastname\": \"Hickey\",\n        \"password\": \"123123q\",\n        \"email\": \"earl@example.com\",\n        \"group_id\": 2\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/customers2/customer","description":"<h2 id=\"required\">Required</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>customerId</code></td>\n<td>The ID of the customer being updated.</td>\n<td>string</td>\n</tr>\n<tr>\n<td><code>customerData</code></td>\n<td>The customer data being updated.</td>\n<td><code>customerDataType</code></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"common-customerdatatype-attributes\">Common <code>customerDataType</code> Attributes</h2>\n<p>These are common attributes that are typically assigned to customers. This list may change depending on the attributes settings in Customers &gt; Attributes &gt; Manage Customer Attributes page in Admin Panel. For example, a required status of the middlename attribute (Middle Name/Initial) may be changed to 'YES\".  </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute Code</th>\n<th>Description</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>firstname</code></td>\n<td>The customers first name.</td>\n<td>string</td>\n</tr>\n<tr>\n<td><code>lastname</code></td>\n<td>The customers last name.</td>\n<td>string</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>The customers password. The password must contain minimum 7 characters.</td>\n<td>string</td>\n</tr>\n<tr>\n<td><code>group_id</code></td>\n<td>Customer Group ID.</td>\n<td>int</td>\n</tr>\n<tr>\n<td><code>prefix</code></td>\n<td>Customer prefix.</td>\n<td>string</td>\n</tr>\n<tr>\n<td><code>middlename</code></td>\n<td>Customer middlename.</td>\n<td>string</td>\n</tr>\n<tr>\n<td><code>suffix</code></td>\n<td>Customer suffix.</td>\n<td>string</td>\n</tr>\n<tr>\n<td><code>taxvat</code></td>\n<td>Customer Tax or VAT number.</td>\n<td>string</td>\n</tr>\n<tr>\n<td><code>tax_class_id</code></td>\n<td>Customer Tax Class ID. Use <code>null</code> to set the same as the Customer Group.</td>\n<td>int</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-customerdatatype-data\">Other <code>customerDataType</code> Data</h2>\n<p>This is non-attribute data or actions that are associated with creating the customer.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>storecredit</code></td>\n<td>Will add a store credit balance to the customer.</td>\n<td><code>storeCreditConfig</code> (defined below)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"storecreditconfig\"><code>storeCreditConfig</code></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute Code</th>\n<th>Description</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>balance</code></td>\n<td>The amount of credit given to the customer.</td>\n<td>number</td>\n</tr>\n<tr>\n<td><code>comment</code></td>\n<td>A comment added to the store credit balance history.</td>\n<td>string</td>\n</tr>\n<tr>\n<td><code>send_email</code></td>\n<td>A flag to send an email to the customer letting them know the balance has been updated.</td>\n<td>string (1,0)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["customers2","customer"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[{"id":"87afaa32-b56e-4f14-b719-96e7b3da70f4","name":"Update","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"customerId\": 6,\n    \"customerData\": {\n        \"firstname\": \"Earl\",\n        \"lastname\": \"Hickey\",\n        \"password\": \"123123q\",\n        \"email\": \"earl@example.com\",\n        \"group_id\": 2\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/customers2/customer"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 31 Aug 2022 17:30:06 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=2db8okoollk88mos1ld6lh8ta2; expires=Sat, 03-Sep-2022 17:30:04 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"Set-Cookie","value":"customer_group=0; expires=Sat, 03-Sep-2022 17:30:04 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"f06905c6-cde9-4a7a-a515-2c9f28d8ff6a"},{"name":"Orderd Items","id":"dc14ce54-5ade-44f0-acc9-6ba3cb5230fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/customers/:id/ordered-items?limit=10&page=1&order=item_id&dir=ASC","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["customers",":id","ordered-items"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[{"description":{"content":"<p>Limit the response.</p>\n","type":"text/plain"},"key":"limit","value":"10"},{"description":{"content":"<p>Paginate the response.</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Order the response by attribute.</p>\n","type":"text/plain"},"key":"order","value":"item_id"},{"description":{"content":"<p>Order direction. (ASC, DESC)</p>\n","type":"text/plain"},"key":"dir","value":"ASC"}],"variable":[{"type":"any","value":"1","key":"id"}]}},"response":[{"id":"fd9108db-77d6-41d1-bb71-f9945aa8fa26","name":"Orderd Items","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://container-url.zoeysite.com/api/rest/customers/:id/ordered-items?limit=10&page=1&order=item_id&dir=ASC","host":["https://container-url.zoeysite.com/api/rest"],"path":["customers",":id","ordered-items"],"query":[{"key":"limit","value":"10","description":"Limit the response."},{"key":"page","value":"1","description":"Paginate the response."},{"key":"order","value":"item_id","description":"Order the response by attribute."},{"key":"dir","value":"ASC","description":"Order direction. (ASC, DESC)"}],"variable":[{"key":"id","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 23 Nov 2021 20:18:41 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=20jglmh2q6gik23fef2a9ojak6; expires=Fri, 26-Nov-2021 20:18:40 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"item_id\": \"1\",\n        \"order_id\": \"1\",\n        \"created_at\": \"2019-08-07 14:55:15\",\n        \"product_id\": \"115\",\n        \"product_options\": {\n            \"info_buyRequest\": {\n                \"qty\": 1,\n                \"product_id\": 115,\n                \"id\": \"13\",\n                \"reset_count\": true\n            }\n        },\n        \"sku\": \"Simple\",\n        \"name\": \"Simple\",\n        \"qty_ordered\": \"1.0000\"\n    }\n]"}],"_postman_id":"dc14ce54-5ade-44f0-acc9-6ba3cb5230fe"}],"id":"9e9bfae0-132e-47eb-a758-7b77e41eb982","_postman_id":"9e9bfae0-132e-47eb-a758-7b77e41eb982","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}}},{"name":"Accounts","item":[{"name":"Roles","item":[{"name":"Get All","id":"953926e1-9152-4692-9101-a509668bb603","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/companyAccounts/roles","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["companyAccounts","roles"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[{"id":"df027309-ad08-4cf9-9307-b118ba1eb3a6","name":"Get All","originalRequest":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/companyAccounts/roles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 09 Dec 2020 20:09:01 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"1\",\n        \"label\": \"Account Admin\",\n        \"description\": \"\",\n        \"scope\": \"0\",\n        \"is_system\": \"1\"\n    },\n    {\n        \"id\": \"2\",\n        \"label\": \"Restricted Buyer\",\n        \"description\": \"\",\n        \"scope\": \"0\",\n        \"is_system\": \"0\"\n    }\n]"}],"_postman_id":"953926e1-9152-4692-9101-a509668bb603"}],"id":"a2f9cb13-4403-4176-b57d-82127ab23b55","_postman_id":"a2f9cb13-4403-4176-b57d-82127ab23b55","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}}},{"name":"Addresses","item":[{"name":"Get All","id":"f23bd137-db5d-430c-b566-8673ce78750a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/companyAccounts/locationAddresses?location_id=1","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["companyAccounts","locationAddresses"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[{"description":{"content":"<p>ID of location to fetch info. ( Required )</p>\n","type":"text/plain"},"key":"location_id","value":"1"}],"variable":[]}},"response":[{"id":"ab3ea434-803c-4ad6-9ccc-e68df81709f5","name":"Get All","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://container-url.zoeysite.com/api/rest/companyAccounts/locationAddresses?id=1","host":["https://container-url.zoeysite.com/api/rest"],"path":["companyAccounts","locationAddresses"],"query":[{"key":"id","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 09 Dec 2020 20:02:53 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"address_id\": \"1\",\n        \"city\": \"NEW YORK\",\n        \"company\": null,\n        \"country_id\": \"US\",\n        \"customer_address_id\": null,\n        \"email\": null,\n        \"fax\": null,\n        \"firstname\": \"Zoey\",\n        \"is_default_billing\": \"1\",\n        \"is_default_shipping\": \"0\",\n        \"lastname\": \"Dev\",\n        \"middlename\": null,\n        \"postcode\": \"10019\",\n        \"prefix\": null,\n        \"region\": \"New York\",\n        \"region_id\": \"43\",\n        \"street\": [\n            \"123 Main St.\"\n        ],\n        \"suffix\": null,\n        \"telephone\": \"(555) 555-5555\",\n        \"vat_id\": null,\n        \"zoey_shipping_type\": \"0\"\n    },\n    {\n        \"address_id\": \"2\",\n        \"city\": \"NEW YORK\",\n        \"company\": null,\n        \"country_id\": \"US\",\n        \"customer_address_id\": null,\n        \"email\": null,\n        \"fax\": null,\n        \"firstname\": \"Zoey\",\n        \"is_default_billing\": \"0\",\n        \"is_default_shipping\": \"1\",\n        \"lastname\": \"Dev\",\n        \"middlename\": null,\n        \"postcode\": \"10019\",\n        \"prefix\": null,\n        \"region\": \"New York\",\n        \"region_id\": \"43\",\n        \"street\": [\n            \"123 Main St.\"\n        ],\n        \"suffix\": null,\n        \"telephone\": \"(555) 555-5555\",\n        \"vat_id\": null,\n        \"zoey_shipping_type\": \"0\"\n    },\n    {\n        \"address_id\": \"3\",\n        \"city\": \"NEW YORK\",\n        \"company\": null,\n        \"country_id\": \"US\",\n        \"customer_address_id\": null,\n        \"email\": null,\n        \"fax\": null,\n        \"firstname\": \"Zoey\",\n        \"is_default_billing\": \"0\",\n        \"is_default_shipping\": \"0\",\n        \"lastname\": \"Dev\",\n        \"middlename\": null,\n        \"postcode\": \"10019\",\n        \"prefix\": null,\n        \"region\": \"New York\",\n        \"region_id\": \"43\",\n        \"street\": [\n            \"123 Main St.\"\n        ],\n        \"suffix\": null,\n        \"telephone\": \"(555) 555-5555\",\n        \"vat_id\": null,\n        \"zoey_shipping_type\": \"0\"\n    }\n]"}],"_postman_id":"f23bd137-db5d-430c-b566-8673ce78750a"}],"id":"18a19703-6851-4120-9dd2-cfd49aefa13a","_postman_id":"18a19703-6851-4120-9dd2-cfd49aefa13a","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}}},{"name":"Customer","item":[{"name":"Get All","id":"412add68-e032-4a0d-87c7-9496df2397b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/companyAccounts/customerCompanies?customer_id=3","description":"<p>Retrieve companies that user can select in checkout.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["companyAccounts","customerCompanies"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[{"description":{"content":"<p>ID of customer to fetch info. ( Required )</p>\n","type":"text/plain"},"key":"customer_id","value":"3"}],"variable":[]}},"response":[{"id":"b419e88a-8ad7-4ae1-8b2b-8f41333d3a06","name":"Get All","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://container-url.zoeysite.com/api/rest/companyAccounts/customerCompanies?customer_id=5","host":["https://container-url.zoeysite.com/api/rest"],"path":["companyAccounts","customerCompanies"],"query":[{"key":"customer_id","value":"5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 09 Dec 2020 20:08:29 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"totalRecords\": 1,\n    \"items\": [\n        {\n            \"id\": \"1\",\n            \"name\": \"test\",\n            \"status\": \"1\",\n            \"new_customer_group_id\": \"1\",\n            \"company_location_id\": \"1\",\n            \"location_id\": \"1\",\n            \"location_name\": \"Global\",\n            \"locations\": {}\n        }\n    ]\n}"}],"_postman_id":"412add68-e032-4a0d-87c7-9496df2397b2"}],"id":"160a9bcc-a8f4-4786-92f0-7a5f89799484","_postman_id":"160a9bcc-a8f4-4786-92f0-7a5f89799484","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}}},{"name":"Prices","item":[{"name":"Get","id":"df116264-5f76-4287-a9b9-93f2ee973b39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/companyAccounts/account/:account_id/specificPrices/:product_id","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["companyAccounts","account",":account_id","specificPrices",":product_id"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[{"description":{"content":"<p>ID of Account</p>\n","type":"text/plain"},"type":"any","value":"53","key":"account_id"},{"description":{"content":"<p>ID of Product</p>\n","type":"text/plain"},"type":"any","value":"69441","key":"product_id"}]}},"response":[{"id":"eac5661d-e5a4-4343-a1a2-f4eeff12ce00","name":"Get","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://container-url.zoeysite.com/api/rest/companyAccounts/account/:account_id/specificPrices/:product_id","host":["https://container-url.zoeysite.com/api/rest"],"path":["companyAccounts","account",":account_id","specificPrices",":product_id"],"variable":[{"key":"account_id","value":"53","description":"ID of Account"},{"key":"product_id","value":"69441","description":"ID of Product"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":":status","value":200},{"key":"server","value":"nginx/1.23.3"},{"key":"date","value":"Tue, 28 Apr 2026 10:39:03 GMT"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"vary","value":"Accept-Encoding"},{"key":"expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"cache-control","value":"no-store, no-cache, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"set-cookie","value":"PHPSESSID=0629ca4d2d2eccef018af8968a8a5818; expires=Fri, 01 May 2026 10:39:03 GMT; Max-Age=259200; path=/; domain=web.zoeysite.local; secure; HttpOnly"},{"key":"x-content-type-options","value":"nosniff"},{"key":"content-encoding","value":"gzip"},{"key":"strict-transport-security","value":"max-age=31536000"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"6\",\n    \"company_id\": \"53\",\n    \"product_id\": \"69441\",\n    \"price\": \"20.0000\"\n}"}],"_postman_id":"df116264-5f76-4287-a9b9-93f2ee973b39"},{"name":"Get All","id":"09e92c35-6c82-49f7-adf0-394f373c25c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/companyAccounts/account/:account_id/specificPrices","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["companyAccounts","account",":account_id","specificPrices"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[{"description":{"content":"<p>ID of Account</p>\n","type":"text/plain"},"type":"any","value":"53","key":"account_id"}]}},"response":[{"id":"97671cb9-e980-4d02-bc0a-7a6fbe0d1304","name":"Get All","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://container-url.zoeysite.com/api/rest/companyAccounts/account/:account_id/specificPrices","host":["https://container-url.zoeysite.com/api/rest"],"path":["companyAccounts","account",":account_id","specificPrices"],"variable":[{"key":"account_id","value":"53","description":"ID of Account"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":":status","value":200},{"key":"server","value":"nginx/1.23.3"},{"key":"date","value":"Tue, 28 Apr 2026 10:38:34 GMT"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"vary","value":"Accept-Encoding"},{"key":"expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"cache-control","value":"no-store, no-cache, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"set-cookie","value":"PHPSESSID=0629ca4d2d2eccef018af8968a8a5818; expires=Fri, 01 May 2026 10:38:34 GMT; Max-Age=259200; path=/; domain=web.zoeysite.local; secure; HttpOnly"},{"key":"x-content-type-options","value":"nosniff"},{"key":"content-encoding","value":"gzip"},{"key":"strict-transport-security","value":"max-age=31536000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"6\",\n        \"company_id\": \"53\",\n        \"product_id\": \"69441\",\n        \"price\": \"20.0000\"\n    }\n]"}],"_postman_id":"09e92c35-6c82-49f7-adf0-394f373c25c9"},{"name":"Create","id":"7e6f2324-7b84-4767-8456-2e5760a563aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"product_id\": 69441,\n    \"price\": 10.00\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/companyAccounts/account/:account_id/specificPrices","description":"<h3 id=\"request-fields\">Request Fields:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>product_id</td>\n<td>integer</td>\n<td>Yes</td>\n<td>ID of Product</td>\n</tr>\n<tr>\n<td>price</td>\n<td>number</td>\n<td>Yes</td>\n<td>Price of Product</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["companyAccounts","account",":account_id","specificPrices"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[{"description":{"content":"<p>ID of Account</p>\n","type":"text/plain"},"type":"any","value":"53","key":"account_id"}]}},"response":[{"id":"d809f680-67f6-408e-848c-706351fb3c0a","name":"Create","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"product_id\": 69441,\n    \"price\": 10.00\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://container-url.zoeysite.com/api/rest/companyAccounts/account/:account_id/specificPrices","host":["https://container-url.zoeysite.com/api/rest"],"path":["companyAccounts","account",":account_id","specificPrices"],"variable":[{"key":"account_id","value":"53","description":"ID of Account"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":":status","value":200},{"key":"server","value":"nginx/1.23.3"},{"key":"date","value":"Tue, 28 Apr 2026 10:37:40 GMT"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"vary","value":"Accept-Encoding"},{"key":"expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"cache-control","value":"no-store, no-cache, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"set-cookie","value":"PHPSESSID=0629ca4d2d2eccef018af8968a8a5818; expires=Fri, 01 May 2026 10:37:39 GMT; Max-Age=259200; path=/; domain=web.zoeysite.local; secure; HttpOnly"},{"key":"x-content-type-options","value":"nosniff"},{"key":"content-encoding","value":"gzip"},{"key":"strict-transport-security","value":"max-age=31536000"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"7e6f2324-7b84-4767-8456-2e5760a563aa"},{"name":"Update","id":"cd0718f8-7436-45c7-b501-d4cd5f15be9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"price\": 20.00\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/companyAccounts/account/:account_id/specificPrices/:product_id","description":"<h3 id=\"request-fields\">Request Fields:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>price</td>\n<td>number</td>\n<td>Yes</td>\n<td>Price of Product</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["companyAccounts","account",":account_id","specificPrices",":product_id"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[{"description":{"content":"<p>ID of Account</p>\n","type":"text/plain"},"type":"any","value":"53","key":"account_id"},{"description":{"content":"<p>ID of Product</p>\n","type":"text/plain"},"type":"any","value":"69441","key":"product_id"}]}},"response":[{"id":"3566c57c-3e38-4997-b9a0-d2d4d65a84d9","name":"Update","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"price\": 20.00\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://container-url.zoeysite.com/api/rest/companyAccounts/account/:account_id/specificPrices/:product_id","host":["https://container-url.zoeysite.com/api/rest"],"path":["companyAccounts","account",":account_id","specificPrices",":product_id"],"variable":[{"key":"account_id","value":"53","description":"ID of Account"},{"key":"product_id","value":"69441","description":"ID of Product"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":":status","value":200},{"key":"server","value":"nginx/1.23.3"},{"key":"date","value":"Tue, 28 Apr 2026 10:38:16 GMT"},{"key":"content-type","value":"text/html; charset=UTF-8"},{"key":"vary","value":"Accept-Encoding"},{"key":"expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"cache-control","value":"no-store, no-cache, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"set-cookie","value":"PHPSESSID=0629ca4d2d2eccef018af8968a8a5818; expires=Fri, 01 May 2026 10:38:15 GMT; Max-Age=259200; path=/; domain=web.zoeysite.local; secure; HttpOnly"},{"key":"x-content-type-options","value":"nosniff"},{"key":"content-encoding","value":"gzip"},{"key":"strict-transport-security","value":"max-age=31536000"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"cd0718f8-7436-45c7-b501-d4cd5f15be9f"},{"name":"Delete","id":"e25434e0-a4ca-4886-8721-da4f65a7b7a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://container-url.zoeysite.com/api/rest/companyAccounts/account/:account_id/specificPrices/:product_id","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["companyAccounts","account",":account_id","specificPrices",":product_id"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[{"description":{"content":"<p>ID of Account</p>\n","type":"text/plain"},"type":"any","value":"53","key":"account_id"},{"description":{"content":"<p>ID of Product</p>\n","type":"text/plain"},"type":"any","value":"69441","key":"product_id"}]}},"response":[{"id":"43a156f9-0ff6-4923-8d3d-38f2f5830092","name":"Delete","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://container-url.zoeysite.com/api/rest/companyAccounts/account/:account_id/specificPrices/:product_id","host":["https://container-url.zoeysite.com/api/rest"],"path":["companyAccounts","account",":account_id","specificPrices",":product_id"],"variable":[{"key":"account_id","value":"53","description":"ID of Account"},{"key":"product_id","value":"69441","description":"ID of Product"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":":status","value":200},{"key":"server","value":"nginx/1.23.3"},{"key":"date","value":"Tue, 28 Apr 2026 10:39:39 GMT"},{"key":"content-type","value":"text/html; charset=UTF-8"},{"key":"vary","value":"Accept-Encoding"},{"key":"expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"cache-control","value":"no-store, no-cache, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"set-cookie","value":"PHPSESSID=0629ca4d2d2eccef018af8968a8a5818; expires=Fri, 01 May 2026 10:39:38 GMT; Max-Age=259200; path=/; domain=web.zoeysite.local; secure; HttpOnly"},{"key":"x-content-type-options","value":"nosniff"},{"key":"content-encoding","value":"gzip"},{"key":"strict-transport-security","value":"max-age=31536000"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"e25434e0-a4ca-4886-8721-da4f65a7b7a9"}],"id":"05405f3e-f54d-40aa-a9aa-3dd9631fce44","_postman_id":"05405f3e-f54d-40aa-a9aa-3dd9631fce44","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}}},{"name":"Get All","id":"a8eba79f-6856-4cae-b760-2cf04922e68d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/companyAccounts/list","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["companyAccounts","list"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[{"disabled":true,"description":{"content":"<p>Limit the response.</p>\n","type":"text/plain"},"key":"limit","value":"1"},{"disabled":true,"description":{"content":"<p>Paginate the response.</p>\n","type":"text/plain"},"key":"page","value":"2"},{"disabled":true,"description":{"content":"<p>Updated At Filter</p>\n","type":"text/plain"},"key":"filters[updated_at][gt]","value":"2021-07-30"},{"disabled":true,"description":{"content":"<p>Is Active Filter.</p>\n","type":"text/plain"},"key":"filters[status][eq]","value":"0"},{"disabled":true,"description":{"content":"<p>Filters as json</p>\n","type":"text/plain"},"key":"filters","value":"{\"updated_at\":{\"gt\":\"2021-07-30\"}}"}],"variable":[]}},"response":[],"_postman_id":"a8eba79f-6856-4cae-b760-2cf04922e68d"},{"name":"Count","event":[{"listen":"test","script":{"id":"a84c2d56-a924-44e3-b1be-30f062f3416d","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"090a0020-b15e-4c29-ac4c-f87f719ca9ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/companyAccounts/count?filters[updated_at][gt]=2022-01-31&filters[status][eq]=0","description":"<p>Count all accounts.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["companyAccounts","count"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[{"description":{"content":"<p>Updated At filter.</p>\n","type":"text/plain"},"key":"filters[updated_at][gt]","value":"2022-01-31"},{"description":{"content":"<p>Is Active filter.</p>\n","type":"text/plain"},"key":"filters[status][eq]","value":"0"}],"variable":[]}},"response":[],"_postman_id":"090a0020-b15e-4c29-ac4c-f87f719ca9ff"},{"name":"Get","id":"720ca02f-641e-485c-a4d1-54b11bdb26b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/companyAccounts/account/?id=1","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["companyAccounts","account",""],"host":["https://container-url.zoeysite.com/api/rest"],"query":[{"description":{"content":"<p>ID of account to fetch info. ( Required )</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[],"_postman_id":"720ca02f-641e-485c-a4d1-54b11bdb26b2"},{"name":"Ordered Items","id":"83f404fd-017a-433a-9b1a-fc1a5a1e34df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/companyAccounts/account/:account_id/ordered-items?limit=1&page=2&filter[0][attribute]=created_at&filter[0][lt]=2022-01-31","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["companyAccounts","account",":account_id","ordered-items"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[{"description":{"content":"<p>Limit the response.</p>\n","type":"text/plain"},"key":"limit","value":"1"},{"description":{"content":"<p>Paginate the response.</p>\n","type":"text/plain"},"key":"page","value":"2"},{"description":{"content":"<p>Filter the response.</p>\n","type":"text/plain"},"key":"filter[0][attribute]","value":"created_at"},{"key":"filter[0][lt]","value":"2022-01-31"}],"variable":[{"type":"any","value":"1","key":"account_id"}]}},"response":[],"_postman_id":"83f404fd-017a-433a-9b1a-fc1a5a1e34df"},{"name":"Create","id":"9d6eb8b2-9431-4cb3-b956-57c93ab35109","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"companyData\": {\n        \"name\": \"New Account Name\",\n        \"external_id\": \"TEST 123\",\n        \"enable_all_shipping_methods\": 1,\n        \"enable_all_payment_methods\": 1,\n        \"enable_all_invoice_payment_methods\": 1,\n        \"status\": 1,\n        \"addresses\": [\n            {\n                \"address_type\": \"billing,shipping\",\n                \"firstname\": \"John\",\n                \"lastname\": \"Doe\",\n                \"street\": [ \"1234 Park Ave\" ],\n                \"city\": \"New York\",\n                \"region\": \"New York\",\n                \"region_id\": \"43\",\n                \"postcode\": \"12345\",\n                \"country_id\": \"US\",\n                \"telephone\": \"1234567890\",\n                \"location_ids\": [\"_tempLocationId1\"]\n            }\n        ],\n        \"customers\": [\n            {\n                \"customer_id\": \"4\",\n                \"is_main_contact\": 1,\n                \"role_id\": \"6\"\n            }\n        ],\n        \"locations\": [\n            {\n                \"id\": \"_tempLocationId1\",\n                \"name\": \"New Account Location Name\",\n                \"status\": 1,\n                \"enable_all_shipping_methods\": 1,\n                \"enable_all_payment_methods\": 1,\n                \"enable_all_invoice_payment_methods\": 1,\n                \"payment_methods\": [],\n                \"netterm\": [],\n                \"storecredit\": [],\n                \"customers\": [\n                    {\n                        \"customer_id\": \"4\",\n                        \"is_main_contact\": 1,\n                        \"role_id\": \"6\"\n                    }\n                ]\n            }\n        ],\n        \"netterm\": {\n            \"enabled\": \"1\",\n            \"term\": \"net30\",\n            \"credit\": \"1500\",\n            \"detail\": \"[store_name] has offered [customer_name] payment terms of [term_name]. Payment is due within [term_period] days for this order\"\n        },\n        \"customer_email_receive_as_cc_setting\": 0,\n        \"customer_email_receive_own_setting\": 1,\n        \"customer_email_setting\": 1,\n        \"customer_manage_address_setting\": 1,\n        \"customer_manage_customer_setting\": 1,\n        \"customer_manage_location_setting\": 1\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/companyAccounts/account/","description":"<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">    /** JavaScript Post Data Example **/\n    const accountName = \"Test Account6\"; // needs to be different every time you post.\n    const locationId = \"_tempLocationId1\";\n    const locationName = \"Test Account\";\n    const customerId = \"586\"; // Customer ID\n    const customerRoleId = \"466\"; // Role ID\n    const address = {\n        \"address_type\": \"billing,shipping\",\n        \"firstname\": \"John\",\n        \"lastname\": \"Doe\",\n        \"street\": [ \"1234 Park Ave\" ],\n        \"city\": \"New York\",\n        \"region\": \"New York\",\n        \"region_id\": \"43\",\n        \"postcode\": \"12345\",\n        \"country_id\": \"US\",\n        \"telephone\": \"1234567890\",\n        \"location_ids\": [ locationId ]\n    }\n    const customer = {\n        \"customer_id\": customerId,\n        \"is_main_contact\": 1,\n        \"role_id\": customerRoleId,\n        // customer_data is optional\n        \"customer_data\": {\n            \"firstname\": \"first\",\n            \"lastname\": \"last\"\n        }\n    }\n    const location = {\n        \"id\": locationId,\n        \"name\": locationName,\n        \"status\": 1,\n        \"enable_all_shipping_methods\": 1,\n        \"enable_all_payment_methods\": 1,\n        \"enable_all_invoice_payment_methods\": 1,\n        \"payment_methods\": [],\n        \"customers\": [ customer ]\n    };\n    const netterms = {\n        \"enabled\": \"1\",\n        \"term\": \"net30\",\n        \"credit\": \"1500\",\n        \"detail\": \"[store_name] has offered [customer_name] payment terms of [term_name]. Payment is due within [term_period] days for this order\"\n    }\n    const postData = {\n        \"companyData\": {\n            \"name\": accountName,\n            \"external_id\": \"TEST 123\",\n            \"enable_all_shipping_methods\": 1,\n            \"enable_all_payment_methods\": 1,\n            \"enable_all_invoice_payment_methods\": 1,\n            \"status\": 1,\n            \"addresses\": [ address ],\n            \"customers\": [ customer ],\n            \"locations\": [ location ],\n            \"netterm\": netterm,\n            \"customer_email_receive_as_cc_setting\": 0,\n            \"customer_email_receive_own_setting\": 1,\n            \"customer_email_setting\": 1,\n            \"customer_manage_address_setting\": 1,\n            \"customer_manage_customer_setting\": 1,\n            \"customer_manage_location_setting\": 1,\n        }\n    }\n    console.log(JSON.stringify(postData));\n\n</code></pre>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["companyAccounts","account",""],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[{"id":"f63dfc60-b6c3-4bec-b315-43fdfe5008d3","name":"Create","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"companyData\" : {\n        \"name\": \"New Company Name\",\n        \"status\": \"\",\n        \"new_customer_group_id\": \"\",\n        \"sales_rep_user_ids\": \"\",\n        \"customer_email_setting\": \"\",\n        \"customer_manage_customer_setting\": \"\",\n        \"customer_manage_location_setting\": \"\",\n        \"customer_manage_address_setting\": \"\",\n        \"addresses\": [],\n        \"customers\": [\n            {\n                \"customer_id\": \"1\"\n            }\n        ],\n        \"locations\": [],\n        \"payment_methods\": [],\n        \"shipping_methods\": [],\n        \"netterm\": \"\",\n        \"enable_all_shipping_methods\": \"1\",\n        \"enable_all_payment_methods\": \"1\",\n        \"enable_all_invoice_payment_methods\": \"1\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/companyAccounts/account/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 09 Dec 2020 18:35:44 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=hjkqcmre1uhuibefopuo1rstn3; expires=Sat, 12-Dec-2020 18:35:44 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"company_id\": \"2\"\n}"},{"id":"842824f0-3305-42d9-8dfb-b973443a02c6","name":"Location Address","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"companyData\" : {\n        \"name\": \"API Zoey Inc.\",\n        \"locations\": [\n            {\n                // When adding location set an ID to a non-numeric value\n                \"id\": \"_tempId1\",\n                \"name\": \"Account\",\n                \"status\": \"1\"\n            }\n        ],\n        \"addresses\": [\n            {\n                // Use that location non-numeric value to associate the address with the newly created location\n                \"location_ids\": [\"_tempId1\"],\n                \"address_type\": \"billing,shipping\",\n                \"firstname\": \"Zoey\",\n                \"lastname\": \"Developer\",\n                \"company\": \"Zoey Inc.\",\n                \"street\": \"123 Main St.\",\n                \"city\": \"New York\",\n                \"region\": \"New York\",\n                \"region_id\": \"43\",\n                \"postcode\": \"10019\",\n                \"country_id\": \"US\",\n                \"telephone\": \"5555555555\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/companyAccounts/account/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 24 Feb 2022 11:29:06 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=3a9e7mkjiq51dnma0p30fqoum3; expires=Sun, 27-Feb-2022 11:29:06 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"company_id\": \"21\"\n}"},{"id":"364d4f47-99db-4a35-ade1-f03fc0b14bd3","name":"JavaScript Template","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/javascript","type":"text"}],"body":{"mode":"raw","raw":"\n\n    const accountName = \"Test Account6\"; // needs to be different every time you post.\n    const locationId = \"_tempLocationId1\";\n    const locationName = \"Test Account\";\n    const customerId = \"586\"; // Customer ID\n    const customerRoleId = \"466\"; // Role ID\n\n    const address = {\n        \"address_type\": \"billing,shipping\",\n        \"firstname\": \"John\",\n        \"lastname\": \"Doe\",\n        \"street\": [ \"1234 Park Ave\" ],\n        \"city\": \"New York\",\n        \"region\": \"New York\",\n        \"region_id\": \"43\",\n        \"postcode\": \"12345\",\n        \"country_id\": \"US\",\n        \"telephone\": \"1234567890\",\n        \"location_ids\": [ locationId ]\n    }\n\n    const customer = {\n        \"customer_id\": customerId,\n        \"is_main_contact\": 1,\n        \"role_id\": customerRoleId,\n        // customer_data is optional\n        \"customer_data\": {\n            \"firstname\": \"first\",\n            \"lastname\": \"last\"\n        }\n    }\n\n    const location = {\n        \"id\": locationId,\n        \"name\": locationName,\n        \"status\": 1,\n        \"enable_all_shipping_methods\": 1,\n        \"enable_all_payment_methods\": 1,\n        \"enable_all_invoice_payment_methods\": 1,\n        \"payment_methods\": [],\n        \"customers\": [ customer ]\n    };\n\n    const netterm = {\n        \"enabled\": \"1\",\n        \"term\": \"net30\",\n        \"credit\": \"1500\",\n        \"detail\": \"[store_name] has offered [customer_name] payment terms of [term_name]. Payment is due within [term_period] days for this order\"\n    }\n\n    const postData = {\n        \"companyData\": {\n            \"name\": accountName,\n            \"external_id\": \"TEST 123\",\n            \"enable_all_shipping_methods\": 1,\n            \"enable_all_payment_methods\": 1,\n            \"enable_all_invoice_payment_methods\": 1,\n            \"status\": 1,\n            \"addresses\": [ address ],\n            \"customers\": [ customer ],\n            \"locations\": [ location ],\n            \"netterm\": netterm,\n            \"customer_email_receive_as_cc_setting\": 0,\n            \"customer_email_receive_own_setting\": 1,\n            \"customer_email_setting\": 1,\n            \"customer_manage_address_setting\": 1,\n            \"customer_manage_customer_setting\": 1,\n            \"customer_manage_location_setting\": 1,\n        }\n    }\n\n    console.log(JSON.stringify(postData));","options":{"raw":{"language":"javascript"}}},"url":"https://container-url.zoeysite.com/api/rest/companyAccounts/account/"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"9d6eb8b2-9431-4cb3-b956-57c93ab35109"},{"name":"Update","id":"e12d63f9-001e-478e-b2f4-20ae031531d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"companyId\": \"4\",\n    \"companyData\" : {\n        \"name\": \"New Company Name\",\n        \"status\": \"1\",\n        \"type\": \"0\", // (0 - Account, 1 - Opportunity, 2 - Lead)\n        \"new_customer_group_id\": \"1\",\n        \"sales_rep_user_ids\": [\"13058631632732613440\", \"10932762742589794610\"],\n        \"customer_manage_customer_setting\": \"1\",\n        \"customer_manage_location_setting\": \"1\",\n        \"customer_manage_address_setting\": \"1\",\n        \"shipping_methods\": [ \"flatrate_flatrate\" ],\n        \"payment_methods\": [ \"checkmo\", \"purchaseorder\" ],\n        \"invoice_payment_methods\": [ \"authorizenet\" ],\n        \"netterm\": {\n            \"enabled\": \"1\",\n            \"term\": \"net10\",\n            \"credit\": 10000,\n            \"detail\": \"[store_name] has offered [customer_name] payment terms of [term_name]. Payment is due within [term_period] days for this order, after-which interest may be due. Invoices may be paid via Check, Wire Transfer, Cache or Credit Card by call customer support at [store_phone].\"\n        },\n        \"enable_all_shipping_methods\": \"1\",\n        \"enable_all_payment_methods\": \"1\",\n        \"enable_all_invoice_payment_methods\": \"1\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/companyAccounts/account/","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Param</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>companyId</code></td>\n<td>string</td>\n<td>ID for the company being updated. ( You can provide a non-numeric id for reference when creating a new layout. )</td>\n</tr>\n<tr>\n<td><code>companyData</code></td>\n<td><strong><code>CompanyData</code></strong></td>\n<td>Data being updated.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"companydata\">CompanyData</h3>\n<p>Data to update set on an account.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Param</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>name</code></td>\n<td>string</td>\n<td>Name of the company.</td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td>int</td>\n<td><code>0</code> for inactive, or <code>1</code> for active.</td>\n</tr>\n<tr>\n<td><code>new_customer_group_id</code></td>\n<td>string</td>\n<td>Customer Group ID. This customer group will be assigned to new customers added to this account by the Account Owner.</td>\n</tr>\n<tr>\n<td><code>sales_rep_user_ids</code></td>\n<td>array</td>\n<td>List of Sales Rep User IDs.</td>\n</tr>\n<tr>\n<td><code>customer_manage_customer_setting</code></td>\n<td>int</td>\n<td>Allow Owner to Add Customers. <code>0</code> or <code>1</code></td>\n</tr>\n<tr>\n<td><code>customer_manage_location_setting</code></td>\n<td>int</td>\n<td>Allow Owner to Manage Locations. <code>0</code> or <code>1</code></td>\n</tr>\n<tr>\n<td><code>customer_manage_address_setting</code></td>\n<td>int</td>\n<td>Allow Owner to Manage Addresses. <code>0</code> or <code>1</code></td>\n</tr>\n<tr>\n<td><code>addresses</code></td>\n<td>array</td>\n<td>List of <code>address</code> objects described below. This will replace all address data.</td>\n</tr>\n<tr>\n<td><code>address_updates</code></td>\n<td>array</td>\n<td>List of <code>address</code> objects described below. This will update provided address data.</td>\n</tr>\n<tr>\n<td><code>locations</code></td>\n<td>array</td>\n<td>List of <code>location</code> objects described below. This will replace all location data.</td>\n</tr>\n<tr>\n<td><code>location_updates</code></td>\n<td>array</td>\n<td>List of <code>location</code> objects described below. This will update provided location data.</td>\n</tr>\n<tr>\n<td><code>payment_methods</code></td>\n<td>array</td>\n<td>List of payment methods allowed by this account. This will replace all payment method data.</td>\n</tr>\n<tr>\n<td><code>shipping_methods</code></td>\n<td>array</td>\n<td>List of shipping methods allowed by this account. This will replace all shipping method data.</td>\n</tr>\n<tr>\n<td><code>netterm</code></td>\n<td>object</td>\n<td>Used to configure netterm for the account. <code>netterm</code> object described below.</td>\n</tr>\n<tr>\n<td><code>enable_all_shipping_methods</code></td>\n<td>int</td>\n<td>Should allow all shipping methods. <code>0</code> or <code>1</code></td>\n</tr>\n<tr>\n<td><code>enable_all_payment_methods</code></td>\n<td>int</td>\n<td>Should allow all payment methods. <code>0</code> or <code>1</code></td>\n</tr>\n<tr>\n<td><code>enable_all_invoice_payment_methods</code></td>\n<td>int</td>\n<td>Should allow all payment methods for invoicing. <code>0</code> or <code>1</code></td>\n</tr>\n<tr>\n<td><code>storecredit</code></td>\n<td>StoreCreditData</td>\n<td>Store Credit config defined below</td>\n</tr>\n<tr>\n<td><code>tax_class_id</code></td>\n<td>int</td>\n<td>null</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"location\">Location</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>location</code></th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>location.id</code></td>\n<td>string</td>\n<td>ID of the location being updated.</td>\n</tr>\n<tr>\n<td><code>location.name</code></td>\n<td>string</td>\n<td>Name of the location.</td>\n</tr>\n<tr>\n<td><code>location.status</code></td>\n<td>string</td>\n<td>Enable/Disable the location. <code>0</code> or <code>1</code></td>\n</tr>\n<tr>\n<td><code>location.customers</code></td>\n<td>string</td>\n<td>This will replace all customers.</td>\n</tr>\n<tr>\n<td><code>location.customer_updates</code></td>\n<td>array</td>\n<td>List of <code>customer_update</code> objects used to remove customer.</td>\n</tr>\n<tr>\n<td><code>location.payment_methods</code></td>\n<td>array</td>\n<td>List of payment methods allowed by this location. This will replace all payment method data.</td>\n</tr>\n<tr>\n<td><code>location.payment_method_updates</code></td>\n<td>array</td>\n<td>List of <code>payment_method_update</code> objects used to remove payment method.</td>\n</tr>\n<tr>\n<td><code>location.shipping_methods</code></td>\n<td>array</td>\n<td>List of shipping methods allowed by this location. This will replace all shipping method data.</td>\n</tr>\n<tr>\n<td><code>location.shipping_method_updates</code></td>\n<td>array</td>\n<td>List of <code>shipping_method_update</code> objects used to remove shipping method.</td>\n</tr>\n<tr>\n<td><code>location.is_default_location</code></td>\n<td>number</td>\n<td>1 or 0. Set to 1 if you want to make this the default location.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"customer-update\">Customer Update</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>customer_update</code></th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>customer_update.customer_id</code></td>\n<td>string</td>\n<td>Used to look up the customer to edit. Isn't required if using <code>customer_email</code></td>\n</tr>\n<tr>\n<td><code>customer_update.customer_email</code></td>\n<td>string</td>\n<td>Used to look up the customer to edit. Isn't required if using <code>customer_id</code></td>\n</tr>\n<tr>\n<td><code>customer_update.is_deleted</code></td>\n<td>number</td>\n<td>Remove customer. <code>1</code> or <code>0</code></td>\n</tr>\n<tr>\n<td><code>customer_update.role_id</code></td>\n<td>string</td>\n<td>ID of the role. Isn't required if using <code>role_label</code></td>\n</tr>\n<tr>\n<td><code>customer_update.role_label</code></td>\n<td>string</td>\n<td>Label of the role. Isn't requied if using <code>role_id</code></td>\n</tr>\n<tr>\n<td><code>customer_update.is_main</code></td>\n<td>number</td>\n<td>Set customer as a Main Contact. <code>1</code> or <code>0</code></td>\n</tr>\n<tr>\n<td><code>customer_update.is_default_main</code></td>\n<td>number</td>\n<td>Set customer as a default Main Contact. <code>1</code> or <code>0</code></td>\n</tr>\n<tr>\n<td><code>customer_update.customer_data</code></td>\n<td>object</td>\n<td>Optional. Set customer attribute data such as firstname.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"shipping-method-update\">Shipping Method Update</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>shipping_method_update</code></th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>shipping_method_update.method</code></td>\n<td>string</td>\n<td>Used to look up the method to delete.</td>\n</tr>\n<tr>\n<td><code>shipping_method_update.is_deleted</code></td>\n<td>string</td>\n<td>Delete the shipping method. <code>1</code> or <code>0</code></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"payment-method-update\">Payment Method Update</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>payment_method_update</code></th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>payment_method_update.method</code></td>\n<td>string</td>\n<td>Used to look up the method to delete.</td>\n</tr>\n<tr>\n<td><code>payment_method_update.is_deleted</code></td>\n<td>string</td>\n<td>Delete the payment method. <code>1</code> or <code>0</code></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"invoice-payment-method-update\">Invoice Payment Method Update</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>invoice_payment_method_update</code></th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>invoice_payment_method_update.method</code></td>\n<td>string</td>\n<td>Used to look up the method to delete.</td>\n</tr>\n<tr>\n<td><code>invoice_payment_method_update.is_deleted</code></td>\n<td>string</td>\n<td>Delete the payment method. <code>1</code> or <code>0</code></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"address\">Address</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>address</code></th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>address.id</code></td>\n<td>string</td>\n<td>Used to look up the address.</td>\n</tr>\n<tr>\n<td><code>address.location_ids</code></td>\n<td>string[]</td>\n<td>Used to connect address to a location. Not required for billing address.</td>\n</tr>\n<tr>\n<td><code>address.address_type</code></td>\n<td>string</td>\n<td><code>billing</code>, <code>shipping</code>, or <code>billing,shipping</code></td>\n</tr>\n<tr>\n<td><code>address.email</code></td>\n<td>string</td>\n<td>email</td>\n</tr>\n<tr>\n<td><code>address.prefix</code></td>\n<td>string</td>\n<td>Name prefix. (Mrs., Mr.)</td>\n</tr>\n<tr>\n<td><code>address.firstname</code></td>\n<td>string</td>\n<td>First name.</td>\n</tr>\n<tr>\n<td><code>address.middlename</code></td>\n<td>string</td>\n<td>Middle name.</td>\n</tr>\n<tr>\n<td><code>address.lastname</code></td>\n<td>string</td>\n<td>Last name.</td>\n</tr>\n<tr>\n<td><code>address.suffix</code></td>\n<td>string</td>\n<td>Name suffix. (Sr., Jr.)</td>\n</tr>\n<tr>\n<td><code>address.company</code></td>\n<td>string</td>\n<td>Address company.</td>\n</tr>\n<tr>\n<td><code>address.street</code></td>\n<td>string</td>\n<td>Address street. Separate lines using <code>\\n</code>.</td>\n</tr>\n<tr>\n<td><code>address.city</code></td>\n<td>string</td>\n<td>Address city.</td>\n</tr>\n<tr>\n<td><code>address.region</code></td>\n<td>string</td>\n<td>Address region. Only used if country doesn't support <code>region_id</code>.</td>\n</tr>\n<tr>\n<td><code>address.region_id</code></td>\n<td>string</td>\n<td>Address region. Only used if supported by the country.</td>\n</tr>\n<tr>\n<td><code>address.postcode</code></td>\n<td>string</td>\n<td>Postal or zipcode.</td>\n</tr>\n<tr>\n<td><code>address.country_id</code></td>\n<td>string</td>\n<td>Country ID. (US, UK)</td>\n</tr>\n<tr>\n<td><code>address.vat_id</code></td>\n<td>string</td>\n<td>VAT ID.</td>\n</tr>\n<tr>\n<td><code>address.telephone</code></td>\n<td>string</td>\n<td>Telephone.</td>\n</tr>\n<tr>\n<td><code>address.fax</code></td>\n<td>string</td>\n<td>Fax number.</td>\n</tr>\n<tr>\n<td><code>address.zoey_shipping_type</code></td>\n<td>number</td>\n<td>Set to 1 for \"Residential\", set to 0 for \"Commercial\"</td>\n</tr>\n<tr>\n<td><code>address.is_default_shipping_address</code></td>\n<td>number</td>\n<td>1 or 0. Set to 1 if you want to make this the default shipping address. Must match the address_type.</td>\n</tr>\n<tr>\n<td><code>address.is_default_billing_address</code></td>\n<td>number</td>\n<td>1 or 0. Set to 1 if you want to make this the default billing address. Must match the address_type.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"address-update\">Address Update</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>address_update</code></th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>address_update.address_id</code></td>\n<td>string</td>\n<td>Used to look up the address to delete.</td>\n</tr>\n<tr>\n<td><code>address_update.is_deleted</code></td>\n<td>string</td>\n<td>Delete the shipping method. <code>1</code> or <code>0</code></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"net-term\">Net Term</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>netterm</code></th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>netterm.enabled</code></td>\n<td>string</td>\n<td>Enable/Disable netterms for this account <code>0</code> or <code>1</code></td>\n</tr>\n<tr>\n<td><code>netterm.term</code></td>\n<td>string</td>\n<td>One of the following. <code>net10</code>, <code>net15</code>, <code>net20</code>, <code>net30</code>, <code>net45</code>, <code>net60</code>, <code>net90</code>, <code>net120</code>, <code>net_xy</code></td>\n</tr>\n<tr>\n<td><code>netterm.credit</code></td>\n<td>number</td>\n<td>The amount of credit being applied to the account term.</td>\n</tr>\n<tr>\n<td><code>netterm.detail</code></td>\n<td>number</td>\n<td>Descriptive paragraph about the term details.</td>\n</tr>\n<tr>\n<td><code>netterm.xy_days</code></td>\n<td>number</td>\n<td>Term days when <code>term</code> is set to <code>net_xy</code>.</td>\n</tr>\n<tr>\n<td><code>netterm.xy_discount_days</code></td>\n<td>number</td>\n<td>Discount Within (days) when <code>term</code> is set to <code>net_xy</code>.</td>\n</tr>\n<tr>\n<td><code>netterm.xy_discount_amount</code></td>\n<td>number</td>\n<td>Discount Amount (%) when <code>term</code> is set to <code>net_xy</code>.</td>\n</tr>\n<tr>\n<td><code>netterm.xy_late_fee</code></td>\n<td>number</td>\n<td>Late Fee (%) when <code>term</code> is set to <code>net_xy</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"storecreditdata\">StoreCreditData</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>storecredit</code></th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>storecredit.is_enabled</code></td>\n<td>string</td>\n<td>Enable/Disable storecredit for this account <code>0</code> or <code>1</code></td>\n</tr>\n<tr>\n<td><code>storecredit.send_email</code></td>\n<td>string</td>\n<td>Send email after updating balanace. <code>0</code> or <code>1</code></td>\n</tr>\n<tr>\n<td><code>storecredit.balance</code></td>\n<td>number</td>\n<td>The new credit set to the account.</td>\n</tr>\n<tr>\n<td><code>storecredit.comment</code></td>\n<td>string</td>\n<td>A comment added to the store credit balance history.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["companyAccounts","account",""],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[{"id":"0ee3c716-0594-4495-96e1-76007e847444","name":"Update Sales Reps","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"companyId\": \"4\",\n    \"companyData\" : {\n        // Edit Sales Reps\n        \"sales_rep_user_ids\": [\"91407454229181797421\", \"94236136666192051944\"],\n\n        // Remove Sales Reps\n        \"sales_rep_user_ids\": []\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/companyAccounts/account/"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 26 Jan 2022 20:30:54 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=g4kj4ighjqb8foml0g1tc5g1c7; expires=Sat, 29-Jan-2022 20:30:54 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":null},{"id":"034ef66e-137e-4a71-ae2b-bc7617d10cf4","name":"Adding Location/Addresses","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"companyId\": \"4\",\n    \"companyData\" : {\n        \"locations\": [\n            {\n                \"id\": \"_tempId1\",\n                \"name\": \"Account\",\n                \"status\": \"1\"\n            },\n            {\n                \"id\": \"_tempId2\",\n                \"name\": \"Account 2\",\n                \"status\": \"1\"\n            }\n        ],\n        \"addresses\": [\n            {\n                \"location_ids\": [\"_tempId1\"],\n                \"address_type\": \"shipping\",\n                \"firstname\": \"Zoey 2\",\n                \"lastname\": \"Developer 2\"\n            },\n            {\n                \"location_ids\": [\"_tempId2\"],\n                \"address_type\": \"billing\",\n                \"firstname\": \"Zoey 2\",\n                \"lastname\": \"Developer 2\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/companyAccounts/account/"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"1f6b3f0a-1d03-4f57-a3e6-985db091476d","name":"Update Store Credit","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"companyId\": \"4\",\n    \"companyData\" : {\n            \"storecredit\": {\n                \"is_enabled\": \"1\",\n                \"balance\": \"500.0000\",\n                \"send_email\": \"0\"\n            }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/companyAccounts/account/"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"e12d63f9-001e-478e-b2f4-20ae031531d9"}],"id":"164f1c02-1094-4c4f-808f-f1d7e0b19431","_postman_id":"164f1c02-1094-4c4f-808f-f1d7e0b19431","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}}},{"name":"Catalog","item":[{"name":"Inventory","item":[{"name":"Locations","item":[{"name":"Get","id":"142914be-dd4a-496b-8e8f-985cc41e827c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/inventory/location?id=1","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["inventory","location"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[{"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"e8114acc-2b50-4b59-b6a5-5c7d69d367ce","name":"Get Inventory Location","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://container-url.zoeysite.com/api/rest/inventory/location?id=1","host":["https://container-url.zoeysite.com/api/rest"],"path":["inventory","location"],"query":[{"key":"id","value":"1"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"addresses\": [\r\n        {\r\n            \"address_id\": \"1\",\r\n            \"location_id\": \"1\",\r\n            \"firstname\": \"Zoey\",\r\n            \"lastname\": \"Developer\",\r\n            \"email\": null,\r\n            \"street\": \"123 Main St.\\r\\nFloor 10\",\r\n            \"city\": \"New York\",\r\n            \"postcode\": \"10019\",\r\n            \"region_id\": \"43\",\r\n            \"region\": \"New York\",\r\n            \"country_id\": \"US\",\r\n            \"telephone\": \"555-555-5555\",\r\n            \"fax\": null,\r\n            \"created_at\": \"2022-09-29 00:00:00\",\r\n            \"updated_at\": \"2022-09-29 00:00:00\",\r\n            \"full_address\": \"Zoey Developer, 123 Main St. Floor 10, New York, New York 10019, United States\"\r\n        }\r\n    ],\r\n    \"created_at\": \"2022-09-20 22:27:26\",\r\n    \"customer_groups\": [\r\n        \"1\",\r\n        \"2\",\r\n        \"3\"\r\n    ],\r\n    \"is_enabled\": 1,\r\n    \"location_id\": 1,\r\n    \"location_name\": \"Zoey Inventory Location\",\r\n    \"products\": {\r\n        \"41286\": {\r\n            \"qty\": 11\r\n        },\r\n        \"41287\": {\r\n            \"qty\": 812\r\n        }\r\n    },\r\n    \"show_qty\": 1,\r\n    \"updated_at\": \"2022-10-20 23:38:48\"\r\n}"}],"_postman_id":"142914be-dd4a-496b-8e8f-985cc41e827c"},{"name":"Get All","id":"34f4338b-af62-41d1-8fcc-324a3758c281","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/inventory/locations","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["inventory","locations"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[{"id":"7c2adb61-d3b9-4b16-be75-65f7e1fa2af6","name":"List Inventory Locations","originalRequest":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/inventory/locations"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"addresses\": [\r\n            {\r\n                \"address_id\": \"1\",\r\n                \"location_id\": \"1\",\r\n                \"firstname\": \"Zoey\",\r\n                \"lastname\": \"Developer\",\r\n                \"email\": null,\r\n                \"street\": \"123 Main St.\\r\\nFloor 10\",\r\n                \"city\": \"New York\",\r\n                \"postcode\": \"10019\",\r\n                \"region_id\": \"43\",\r\n                \"region\": \"New York\",\r\n                \"country_id\": \"US\",\r\n                \"telephone\": \"555-555-5555\",\r\n                \"fax\": null,\r\n                \"created_at\": \"2022-09-29 00:00:00\",\r\n                \"updated_at\": \"2022-09-29 00:00:00\",\r\n                \"full_address\": \"Zoey Developer, 123 Main St. Floor 10, New York, New York 10019, United States\"\r\n            }\r\n        ],\r\n        \"created_at\": \"2022-09-20 22:27:26\",\r\n        \"customer_groups\": [\r\n            \"1\",\r\n            \"2\",\r\n            \"3\"\r\n        ],\r\n        \"is_enabled\": 1,\r\n        \"location_id\": 1,\r\n        \"location_name\": \"Zoey Inventory Location\",\r\n        \"products\": {\r\n            \"41286\": {\r\n                \"qty\": 11\r\n            },\r\n            \"41287\": {\r\n                \"qty\": 812\r\n            }\r\n        },\r\n        \"show_qty\": 1,\r\n        \"updated_at\": \"2022-10-20 23:38:48\"\r\n    },\r\n    {\r\n        \"addresses\": [\r\n            {\r\n                \"address_id\": \"4\",\r\n                \"location_id\": \"2\",\r\n                \"firstname\": \"Zoey\",\r\n                \"lastname\": \"Developer\",\r\n                \"email\": null,\r\n                \"street\": \"111 Main St\",\r\n                \"city\": \"New York\",\r\n                \"postcode\": \"10019\",\r\n                \"region_id\": \"43\",\r\n                \"region\": \"New York\",\r\n                \"country_id\": \"US\",\r\n                \"telephone\": \"555-555-5555\",\r\n                \"fax\": null,\r\n                \"created_at\": \"2022-09-29 00:00:00\",\r\n                \"updated_at\": \"2022-09-29 00:00:00\",\r\n                \"full_address\": \"Zoey Developer, 111 Main St, New York, New York 10019, United States\"\r\n            }\r\n        ],\r\n        \"created_at\": \"2022-10-20 23:41:14\",\r\n        \"customer_groups\": [\r\n            \"0\"\r\n        ],\r\n        \"is_enabled\": 1,\r\n        \"location_id\": 2,\r\n        \"location_name\": \"Zoey Secondary Location\",\r\n        \"products\": {\r\n            \"41277\": {\r\n                \"qty\": 1\r\n            }\r\n        },\r\n        \"show_qty\": 1,\r\n        \"updated_at\": \"2022-10-20 23:41:14\"\r\n    }\r\n]"}],"_postman_id":"34f4338b-af62-41d1-8fcc-324a3758c281"},{"name":"Create","id":"f03b9d51-3ef6-48e9-900a-7436487aa2ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[{\r\n    \"location_name\":\"Inventory Location Name\",\r\n    \"is_enabled\":1,\r\n    \"show_qty\":1,\r\n    \"customer_groups\":[\r\n        1,\r\n        2\r\n    ],\r\n    \"products\":{\r\n        \"1\":{\r\n            \"qty\":1\r\n        },\r\n        \"2\":{\r\n            \"qty\":20\r\n        },\r\n        \"3\":{\r\n            \"qty\":300\r\n        }\r\n    }\r\n}]","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/inventory/location","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["inventory","location"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[{"id":"7ddc64fb-a6d5-44b8-8fcd-61dd6bad3f8e","name":"Create Inventory Location","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"[{\r\n    \"location_name\":\"Inventory Location Name\",\r\n    \"is_enabled\":1,\r\n    \"show_qty\":1,\r\n    \"customer_groups\":[\r\n        1,\r\n        2\r\n    ],\r\n    \"products\":{\r\n        \"1\":{\r\n            \"qty\":1\r\n        },\r\n        \"2\":{\r\n            \"qty\":20\r\n        },\r\n        \"3\":{\r\n            \"qty\":300\r\n        }\r\n    }\r\n}]","options":{"raw":{"language":"json"}}}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"addresses\": [],\r\n    \"created_at\": \"2022-10-20 23:53:33\",\r\n    \"customer_groups\": [\r\n        \"1\",\r\n        \"2\"\r\n    ],\r\n    \"is_enabled\": 1,\r\n    \"location_id\": 1,\r\n    \"location_name\": \"Inventory Location Name\",\r\n    \"products\": {\r\n        \"1\": {\r\n            \"qty\": 1\r\n        },\r\n        \"2\": {\r\n            \"qty\": 20\r\n        },\r\n        \"3\": {\r\n            \"qty\": 300\r\n        }\r\n    },\r\n    \"show_qty\": 1,\r\n    \"updated_at\": \"2022-10-20 23:53:33\"\r\n}"}],"_postman_id":"f03b9d51-3ef6-48e9-900a-7436487aa2ed"},{"name":"Update","id":"259c58cd-2f88-47ae-91e0-2075df2112f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": 1,\r\n    \"data\": {\r\n        \"location_name\": \"Inventory Location Name\",\r\n        \"is_enabled\": 1,\r\n        \"show_qty\": 0,\r\n        \"customer_groups\": [\r\n            1,\r\n            2,\r\n            3\r\n        ],\r\n        \"products\": {\r\n            \"1\": {\r\n                \"qty\": 1\r\n            },\r\n            \"2\": {\r\n                \"qty\": 2\r\n            },\r\n            \"3\": {\r\n                \"qty\": 321\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/inventory/location","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["inventory","location"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[{"id":"570bcfa5-f329-407b-90fa-34160f309f10","name":"Update Inventory Location","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": 1,\r\n    \"data\": {\r\n        \"location_name\": \"Inventory Location Name\",\r\n        \"is_enabled\": 1,\r\n        \"show_qty\": 0,\r\n        \"customer_groups\": [\r\n            1,\r\n            2,\r\n            3\r\n        ],\r\n        \"products\": {\r\n            \"1\": {\r\n                \"qty\": 1\r\n            },\r\n            \"2\": {\r\n                \"qty\": 2\r\n            },\r\n            \"3\": {\r\n                \"qty\": 321\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/inventory/location"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"3bd1394e-7a94-4218-8e86-414c9cd17fe5","name":"Update Inventory Location (Remove Products)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": 1,\r\n    \"data\": {\r\n        \"location_name\": \"Inventory Location Name\",\r\n        \"is_enabled\": 1,\r\n        \"show_qty\": 0,\r\n        \"customer_groups\": [\r\n            1,\r\n            2,\r\n            3\r\n        ],\r\n        \"products\": {\r\n            \"1\": {\r\n                \"delete\": 1\r\n            },\r\n            \"2\": {\r\n                \"delete\": 1\r\n            },\r\n            \"3\": {\r\n                \"delete\": 1\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/inventory/location"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"259c58cd-2f88-47ae-91e0-2075df2112f3"}],"id":"ba405b0d-4f1c-4248-aa97-9be7ae86512b","_postman_id":"ba405b0d-4f1c-4248-aa97-9be7ae86512b","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}}},{"name":"Get All","id":"027ed854-d297-4a8f-94bc-322ab99ec9ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/stockitems?page=1&limit=10","description":"<p>Allows you to retrieve the list of existing stock items.</p>\n<blockquote>\n<p>The attributes that will be returned for stock items is configured in the Zoey Admin</p>\n</blockquote>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["stockitems"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[{"description":{"content":"<p>Used to set page for pagination. (optional)</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Used to set limit for pagination. (optional)</p>\n","type":"text/plain"},"key":"limit","value":"10"}],"variable":[]}},"response":[{"id":"c78dc191-f3ab-4156-9470-25d80b3d5144","name":"GetAll","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/stockitems"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 09 Dec 2020 21:40:31 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"item_id\": \"249\",\n        \"product_id\": \"105\",\n        \"qty\": \"0.0000\"\n    },\n    {\n        \"item_id\": \"250\",\n        \"product_id\": \"106\",\n        \"qty\": \"998.0000\"\n    },\n    {\n        \"item_id\": \"251\",\n        \"product_id\": \"107\",\n        \"qty\": \"100.0000\"\n    },\n    {\n        \"item_id\": \"252\",\n        \"product_id\": \"108\",\n        \"qty\": \"99.0000\"\n    },\n    {\n        \"item_id\": \"255\",\n        \"product_id\": \"111\",\n        \"qty\": \"4.0000\"\n    },\n    {\n        \"item_id\": \"256\",\n        \"product_id\": \"112\",\n        \"qty\": \"97.0000\"\n    },\n    {\n        \"item_id\": \"257\",\n        \"product_id\": \"113\",\n        \"qty\": \"96.0000\"\n    },\n    {\n        \"item_id\": \"258\",\n        \"product_id\": \"114\",\n        \"qty\": \"70.0000\"\n    },\n    {\n        \"item_id\": \"259\",\n        \"product_id\": \"115\",\n        \"qty\": \"982.0000\"\n    },\n    {\n        \"item_id\": \"260\",\n        \"product_id\": \"116\",\n        \"qty\": \"0.0000\"\n    }\n]"}],"_postman_id":"027ed854-d297-4a8f-94bc-322ab99ec9ef"},{"name":"Update All","id":"b3f5f5f9-2233-4d31-a347-7ef25b350e25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"item_id\": \"252\",\n        \"qty\": \"98\"\n    },\n    {\n        \"item_id\": \"472\",\n        \"qty\": \"98\"\n    }\n]","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/stockitems","description":"<p>Allows you to update multiple existing stock items at once.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["stockitems"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[{"id":"347c6755-0168-44c4-ad57-a772764bb700","name":"Update All","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"item_id\": \"252\",\n        \"qty\": \"98\"\n    },\n    {\n        \"item_id\": \"472\",\n        \"qty\": \"98\"\n    }\n]","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/stockitems"},"status":"Multi-Status (WebDAV) (RFC 4918)","code":207,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 15 Feb 2021 19:17:03 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=rbtg82cll0qra9870ukecubdh5; expires=Thu, 18-Feb-2021 19:17:02 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": [\n        {\n            \"item_id\": \"252\",\n            \"message\": \"Resource updated successful.\",\n            \"code\": 200\n        }\n    ],\n    \"error\": [\n        {\n            \"item_id\": \"472\",\n            \"message\": \"There is no Inventory on a Configurable Product, you need to update its variations.\",\n            \"code\": 400\n        }\n    ]\n}"}],"_postman_id":"b3f5f5f9-2233-4d31-a347-7ef25b350e25"},{"name":"Get","id":"c4a6a565-3f9e-43dd-9876-d3500d592dd0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/stockitems/:stockItem","description":"<p>Allows you to retrieve the stock item information.</p>\n<blockquote>\n<p>The list of attributes that will be returned for stock items is configured in the Zoey Admin Panel.</p>\n</blockquote>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["stockitems",":stockItem"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[{"description":{"content":"<p>ID of stock item to fetch info. ( Required )</p>\n","type":"text/plain"},"type":"string","value":"252","key":"stockItem"}]}},"response":[{"id":"434a4f00-3516-4454-a69f-8e255e74de30","name":"Get","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"orderIncrementId\": \"100000196\",\n    \"orderAttributes\": [\n        {\n            \"attribute_code\": \"aoc_wysiwyg\",\n            \"attribute_value\": \"<p>Updated Wysiwyg</p>\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/stockitems/252"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 02 Dec 2020 13:38:38 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n  \"backorders\": \"0\",\n  \"enable_qty_increments\": \"0\",\n  \"is_decimal_divided\": \"1\",\n  \"is_in_stock\": \"1\",\n  \"is_qty_decimal\": \"1\",\n  \"item_id\": \"252\",\n  \"low_stock_date\": null,\n  \"manage_stock\": \"0\",\n  \"max_sale_qty\": \"0.0000\",\n  \"min_qty\": \"0.0000\",\n  \"min_sale_qty\": \"1.0000\",\n  \"notify_stock_qty\": \"10.0000\",\n  \"product_id\": \"1\",\n  \"qty\": \"200.0000\",\n  \"qty_increments\": \"0.0000\",\n  \"stock_id\": \"1\",\n  \"stock_status_changed_auto\": \"0\",\n  \"use_config_backorders\": \"1\",\n  \"use_config_enable_qty_inc\": \"1\",\n  \"use_config_manage_stock\": \"1\",\n  \"use_config_max_sale_qty\": \"1\",\n  \"use_config_min_qty\": \"1\",\n  \"use_config_min_sale_qty\": \"1\",\n  \"use_config_notify_stock_qty\": \"0\",\n  \"use_config_qty_increments\": \"1\"\n}"}],"_postman_id":"c4a6a565-3f9e-43dd-9876-d3500d592dd0"},{"name":"Update","id":"7e249174-7ec5-40f1-8182-5c38add2a3df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{ \"qty\": 6, \"is_in_stock\": 1 }","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/stockitems/:stockItem","description":"<p>Allows you to update existing stock item data.</p>\n<p><strong>Parameters</strong> - Enter only those parameters which you want to update.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>item_id</td>\n<td>Item ID</td>\n<td>int</td>\n<td>1</td>\n</tr>\n<tr>\n<td>product_id</td>\n<td>Product ID</td>\n<td>int</td>\n<td>1</td>\n</tr>\n<tr>\n<td>stock_id</td>\n<td>Stock ID</td>\n<td>int</td>\n<td>1</td>\n</tr>\n<tr>\n<td>qty</td>\n<td>Quantity of stock items for the current product</td>\n<td>int</td>\n<td>float</td>\n</tr>\n<tr>\n<td>min_qty</td>\n<td>Quantity for stock items to become out of stock</td>\n<td>int</td>\n<td>float</td>\n</tr>\n<tr>\n<td>use_config_min_qty</td>\n<td>Choose whether the Config settings will be applied for the Qty for Item's Status to Become Out of Stock option</td>\n<td>int</td>\n<td>1</td>\n</tr>\n<tr>\n<td>is_qty_decimal</td>\n<td>Choose whether the product can be sold using decimals (e.g., you can buy 2.5 product)</td>\n<td>int</td>\n<td>0</td>\n</tr>\n<tr>\n<td>backorders</td>\n<td>The customer can place the order for products that are out of stock at the moment (0 - No Backorders, 1 - Allow Qty Below 0, and 2 - Allow Qty Below 0 and Notify Customer)</td>\n<td>int</td>\n<td>0</td>\n</tr>\n<tr>\n<td>use_config_backorders</td>\n<td>Choose whether the Config settings will be applied for the Backorders option</td>\n<td>int</td>\n<td>1</td>\n</tr>\n<tr>\n<td>min_sale_qty</td>\n<td>Minimum number of items in the shopping cart to be sold</td>\n<td>int</td>\n<td>float</td>\n</tr>\n<tr>\n<td>use_config_min_sale_qty</td>\n<td>Choose whether the Config settings will be applied for the Minimum Qty Allowed in Shopping Cart option</td>\n<td>int</td>\n<td>0</td>\n</tr>\n<tr>\n<td>max_sale_qty</td>\n<td>Maximum number of items in the shopping cart to be sold</td>\n<td>int</td>\n<td>float</td>\n</tr>\n<tr>\n<td>use_config_max_sale_qty</td>\n<td>Choose whether the Config settings will be applied for the Maximum Qty Allowed in Shopping Cart option</td>\n<td>int</td>\n<td>0</td>\n</tr>\n<tr>\n<td>is_in_stock</td>\n<td>Defines whether the product is available for selling (0 - Out of Stock, 1 - In Stock)</td>\n<td>int</td>\n<td>1</td>\n</tr>\n<tr>\n<td>low_stock_date</td>\n<td>Date when the number of stock items became lower than the number defined in the Notify for Quantity Below option</td>\n<td>string</td>\n<td>2020-02-14 12:37:51</td>\n</tr>\n<tr>\n<td>notify_stock_qty</td>\n<td>The number of inventory items below which the customer will be notified via the RSS feed</td>\n<td>int</td>\n<td>float</td>\n</tr>\n<tr>\n<td>use_config_notify_stock_qty</td>\n<td>Choose whether the Config settings will be applied for the Notify for Quantity Below option</td>\n<td>int</td>\n<td>0</td>\n</tr>\n<tr>\n<td>manage_stock</td>\n<td>Choose whether to view and specify the product quantity and availability and whether the product is in stock management( 0 - No, 1 - Yes)</td>\n<td>int</td>\n<td>0</td>\n</tr>\n<tr>\n<td>use_config_manage_stock</td>\n<td>Choose whether the Config settings will be applied for the Manage Stock option</td>\n<td>int</td>\n<td>1</td>\n</tr>\n<tr>\n<td>stock_status_changed_auto</td>\n<td>Defines whether products can be automatically returned to stock when the refund for an order is created</td>\n<td>int</td>\n<td>0</td>\n</tr>\n<tr>\n<td>use_config_qty_increments</td>\n<td>Choose whether the Config settings will be applied for the Enable Qty Increments option</td>\n<td>int</td>\n<td>1</td>\n</tr>\n<tr>\n<td>qty_increments</td>\n<td>The product quantity increment value</td>\n<td>int</td>\n<td>float</td>\n</tr>\n<tr>\n<td>use_config_enable_qty_inc</td>\n<td>Choose whether the Config settings will be applied for the Qty Increments option</td>\n<td>int</td>\n<td>1</td>\n</tr>\n<tr>\n<td>enable_qty_increments</td>\n<td>Defines whether the customer can add products only in increments to the shopping cart</td>\n<td>int</td>\n<td>0</td>\n</tr>\n<tr>\n<td>is_decimal_divided</td>\n<td>Defines whether the stock items can be divided into multiple boxes for shipping</td>\n<td>int</td>\n<td>0</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["stockitems",":stockItem"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[{"type":"string","value":"1861","key":"stockItem"}]}},"response":[],"_postman_id":"7e249174-7ec5-40f1-8182-5c38add2a3df"},{"name":"Delete","id":"5bcfdebe-a7fc-4893-95d5-b18e98209731","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"N/A","description":"<p><strong>NOT ALLOWED</strong></p>\n<blockquote>\n<p>The DELETE method is not allowed because you cannot delete a stock item. The required stock item is deleted together with the product which it is associated to.</p>\n</blockquote>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["A"],"host":["N"],"query":[],"variable":[]}},"response":[{"id":"2ba8f0bc-112b-44b1-afd9-4066fb57f41c","name":"Get","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"orderIncrementId\": \"100000196\",\n    \"orderAttributes\": [\n        {\n            \"attribute_code\": \"aoc_wysiwyg\",\n            \"attribute_value\": \"<p>Updated Wysiwyg</p>\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/stockitems/252"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 02 Dec 2020 13:38:38 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n  \"backorders\": \"0\",\n  \"enable_qty_increments\": \"0\",\n  \"is_decimal_divided\": \"1\",\n  \"is_in_stock\": \"1\",\n  \"is_qty_decimal\": \"1\",\n  \"item_id\": \"252\",\n  \"low_stock_date\": null,\n  \"manage_stock\": \"0\",\n  \"max_sale_qty\": \"0.0000\",\n  \"min_qty\": \"0.0000\",\n  \"min_sale_qty\": \"1.0000\",\n  \"notify_stock_qty\": \"10.0000\",\n  \"product_id\": \"1\",\n  \"qty\": \"200.0000\",\n  \"qty_increments\": \"0.0000\",\n  \"stock_id\": \"1\",\n  \"stock_status_changed_auto\": \"0\",\n  \"use_config_backorders\": \"1\",\n  \"use_config_enable_qty_inc\": \"1\",\n  \"use_config_manage_stock\": \"1\",\n  \"use_config_max_sale_qty\": \"1\",\n  \"use_config_min_qty\": \"1\",\n  \"use_config_min_sale_qty\": \"1\",\n  \"use_config_notify_stock_qty\": \"0\",\n  \"use_config_qty_increments\": \"1\"\n}"}],"_postman_id":"5bcfdebe-a7fc-4893-95d5-b18e98209731"}],"id":"e103a7fd-2d8d-4011-8c15-e3e4c88b225a","description":"<p>Allows you to manage existing stock items. Inventory management is available only for Admin.</p>\n","event":[{"listen":"prerequest","script":{"id":"223da413-7598-4276-8a7f-9ad44b0d96d8","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"3b140f47-b1eb-4e15-a4a0-e77dc072dbf1","type":"text/javascript","exec":[""]}}],"_postman_id":"e103a7fd-2d8d-4011-8c15-e3e4c88b225a","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}}},{"name":"Products","item":[{"name":"Categories","item":[{"name":"Get","id":"5e8998de-e315-4151-928a-9e5f7d0974eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/products/:productId/categories","description":"<p>Get the categories that are associated with the product.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["products",":productId","categories"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[{"type":"string","value":"118","key":"productId"}]}},"response":[{"id":"e5e54291-680a-491e-a19c-03304219174e","name":"Get","originalRequest":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/products/118/categories"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 09 Dec 2020 21:59:46 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=hjkqcmre1uhuibefopuo1rstn3; expires=Sat, 12-Dec-2020 21:59:46 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"category_id\": \"4\"\n    },\n    {\n        \"category_id\": \"5\"\n    }\n]"}],"_postman_id":"5e8998de-e315-4151-928a-9e5f7d0974eb"},{"name":"Set","id":"a09639fa-d551-4f2c-9962-d3920093f3fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"category_id\": \"5\"\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/products/:productId/categories","description":"<p>Set categories to a product.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["products",":productId","categories"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[{"type":"string","value":"118","key":"productId"}]}},"response":[{"id":"67b60d7c-76b2-471b-94c9-60253d70842f","name":"Set","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"category_id\": \"5\"\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/products/118/categories"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 09 Dec 2020 22:04:50 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a09639fa-d551-4f2c-9962-d3920093f3fc"},{"name":"Delete","id":"b69a45fb-b895-4001-abdf-c23adcbca9ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://container-url.zoeysite.com/api/rest/products/:productId/categories/:categoryId","description":"<p>Remove a product from a category.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["products",":productId","categories",":categoryId"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[{"type":"string","value":"118","key":"productId"},{"type":"string","value":"5","key":"categoryId"}]}},"response":[{"id":"626a0ddc-88d5-44bf-92b0-b9e94be50d68","name":"Delete","originalRequest":{"method":"DELETE","header":[],"url":"https://container-url.zoeysite.com/api/rest/products/118/categories/5"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 09 Dec 2020 22:04:06 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=hjkqcmre1uhuibefopuo1rstn3; expires=Sat, 12-Dec-2020 22:04:06 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"b69a45fb-b895-4001-abdf-c23adcbca9ff"}],"id":"879733a7-996e-485e-89f4-5246d8a7518a","description":"<p>Used to manage which products are assigned to which categories.</p>\n","event":[{"listen":"prerequest","script":{"id":"6aba9191-ee74-424e-99fe-d196e0227a8b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"dfe0f8ca-fee5-49c6-b3da-e10630105c4f","type":"text/javascript","exec":[""]}}],"_postman_id":"879733a7-996e-485e-89f4-5246d8a7518a","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}}},{"name":"Images","item":[{"name":"Store","item":[{"name":"Get All","id":"1e1541d3-d6f9-4bc3-bd3e-be8171373392","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/products/:productId/images/store/:storeId","description":"<p>Allows you to retrieve information about product images for a specified store view.</p>\n<blockquote>\n<p>Images can have different labels for different stores. For example, image label \"flower\" in the English store view can be set as \"fleur\" in the French store view. If there are custom attributes with the Catalog Input Type for Store Owner option set to Media Image, these attributes will be also returned in the response as an image type.</p>\n</blockquote>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["products",":productId","images","store",":storeId"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[{"type":"string","value":"32557","key":"productId"},{"type":"string","value":"1","key":"storeId"}]}},"response":[{"id":"0b99a810-c503-487b-9caa-30458e483539","name":"Get All","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://container-url.zoeysite.com/api/rest/products/:productId/images/store/:storeId","host":["https://container-url.zoeysite.com/api/rest"],"path":["products",":productId","images","store",":storeId"],"variable":[{"key":"productId","value":"189"},{"key":"storeId","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"openresty"},{"key":"Date","value":"Wed, 09 Dec 2020 22:50:56 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Set-Cookie","value":"PHPSESSID=051ec0082be040c9f75110a1c506e1e2; expires=Sat, 12-Dec-2020 22:50:56 GMT; Max-Age=259200; path=/; domain=jasontest-lxc39.zoeysite.com; secure; HttpOnly"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"450\",\n        \"label\": \"\",\n        \"position\": \"1\",\n        \"exclude\": \"0\",\n        \"url\": \"https://s3.amazonaws.com/image-url.jpg\",\n        \"types\": [\n            \"image\",\n            \"small_image\",\n            \"thumbnail\"\n        ]\n    }\n]"}],"_postman_id":"1e1541d3-d6f9-4bc3-bd3e-be8171373392"},{"name":"Get","id":"0b8fb2e1-66d3-45d4-af12-f1a9b3431e57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/products/:productId/images/:imageId/store/:storeId","description":"<p>Allows you to retrieve information about the specified product image from a specified store.</p>\n<blockquote>\n<p>If there are custom attributes with the Catalog Input Type for Store Owner option set to Media Image, these attributes will be also returned in the response as an image type.</p>\n</blockquote>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["products",":productId","images",":imageId","store",":storeId"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[{"type":"string","value":"189","key":"productId"},{"type":"string","value":"450","key":"imageId"},{"type":"string","value":"1","key":"storeId"}]}},"response":[{"id":"f46d9b52-0fa1-4e0d-81da-b0f0887ee115","name":"Get","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://container-url.zoeysite.com/api/rest/products/:productId/images/:imageId/store/:storeId","host":["https://container-url.zoeysite.com/api/rest"],"path":["products",":productId","images",":imageId","store",":storeId"],"variable":[{"key":"productId","value":"189"},{"key":"imageId","value":"450"},{"key":"storeId","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"openresty"},{"key":"Date","value":"Wed, 09 Dec 2020 22:50:56 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Set-Cookie","value":"PHPSESSID=051ec0082be040c9f75110a1c506e1e2; expires=Sat, 12-Dec-2020 22:50:56 GMT; Max-Age=259200; path=/; domain=jasontest-lxc39.zoeysite.com; secure; HttpOnly"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"450\",\n    \"label\": \"\",\n    \"position\": \"1\",\n    \"exclude\": \"0\",\n    \"url\": \"https://s3.amazonaws.com/image-url.jpg\",\n    \"types\": [\n        \"image\",\n        \"small_image\",\n        \"thumbnail\"\n    ]\n}"}],"_postman_id":"0b8fb2e1-66d3-45d4-af12-f1a9b3431e57"},{"name":"Set","id":"683ee818-f104-4cd8-8218-9193ca4fe815","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"file_mime_type\": \"image/jpeg\",\n    \"file_content\": \"iVBORw0KGgo...\",\n    \"file_name\": \"new api image\"\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/products/:productId/images/store/:storeId","description":"<p>Used to set an image on the store.</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><code>file_mime_type</code></td>\n<td>string</td>\n<td>(required) Used to set the mime type of the image. (images/jpeg, image/png)</td>\n</tr>\n<tr>\n<td><code>file_content</code></td>\n<td>string</td>\n<td>(required) Image file content base64 encoded.</td>\n</tr>\n<tr>\n<td><code>file_name</code></td>\n<td>string</td>\n<td>(optional) Image file name. If omitted image name will be \"Image\".</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["products",":productId","images","store",":storeId"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[{"type":"string","value":"189","key":"productId"},{"type":"string","value":"1","key":"storeId"}]}},"response":[],"_postman_id":"683ee818-f104-4cd8-8218-9193ca4fe815"},{"name":"Update","id":"bd9b3e4e-b746-42f1-8309-8ab638e43d5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://container-url.zoeysite.com/api/rest/products/:productId/images/:imageId/store/:storeId","description":"<p>Allows you to update the specified product image information for s specified store.</p>\n<blockquote>\n<p>When updating information, you need to pass only those parameters that you want to be updated. Parameters that were not passed in the request will preserve the previous values.</p>\n</blockquote>\n<p>All Params are optional.</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><code>exclude</code></td>\n<td>int</td>\n<td>Defines whether the image will associate only to one of the three image types.</td>\n</tr>\n<tr>\n<td><code>file_content</code></td>\n<td>string</td>\n<td>Image file content base 64 encoded.</td>\n</tr>\n<tr>\n<td><code>file_mime_type</code></td>\n<td>string</td>\n<td>File mime type. (image/jpeg, image/png)</td>\n</tr>\n<tr>\n<td><code>file_name</code></td>\n<td>string</td>\n<td>Image file name.</td>\n</tr>\n<tr>\n<td><code>label</code></td>\n<td>string</td>\n<td>A label that will be displayed on the frontend when pointing to the image.</td>\n</tr>\n<tr>\n<td><code>position</code></td>\n<td>int</td>\n<td>The sort order option. The order in which the images are displayed in the \"More Views\" section.</td>\n</tr>\n<tr>\n<td><code>types</code></td>\n<td>array</td>\n<td>List of image types (<code>image</code>, <code>small_image</code>, <code>thumbnail</code>)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["products",":productId","images",":imageId","store",":storeId"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[{"type":"string","value":"189","key":"productId"},{"type":"string","value":"450","key":"imageId"},{"type":"string","value":"1","key":"storeId"}]}},"response":[],"_postman_id":"bd9b3e4e-b746-42f1-8309-8ab638e43d5b"},{"name":"Delete","id":"83c3d35e-1400-4e2e-927f-ccb5973239d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://container-url.zoeysite.com/api/rest/products/:productId/images/:imageId/store/:storeId","description":"<p>Allows you to remove an image from the required product in the specified store.</p>\n<blockquote>\n<p>The image will not be deleted physically, the image parameters will be set to No Image for the current store.</p>\n</blockquote>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["products",":productId","images",":imageId","store",":storeId"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[{"type":"string","value":"189","key":"productId"},{"type":"string","value":"450","key":"imageId"},{"type":"string","value":"1","key":"storeId"}]}},"response":[],"_postman_id":"83c3d35e-1400-4e2e-927f-ccb5973239d5"}],"id":"fa916e62-3bb3-435e-a9fd-1d0b4b34503b","_postman_id":"fa916e62-3bb3-435e-a9fd-1d0b4b34503b","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}}},{"name":"Get","id":"83358097-1710-47b3-9fb5-fc662100c8b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/products/:productId/images/:imageId","description":"<p>Allows you to retrieve information about a specified product image.</p>\n<blockquote>\n<p>If there are custom attributes with the Catalog Input Type for Store Owner option set to Media Image, these attributes will be also returned in the response as an image type.</p>\n</blockquote>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["products",":productId","images",":imageId"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[{"type":"string","value":"32557","key":"productId"},{"type":"string","value":"450","key":"imageId"}]}},"response":[{"id":"bac762e9-161d-4c4c-b10f-70d08e16cfff","name":"Get","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://container-url.zoeysite.com/api/rest/products/:productId/images/:imageId","host":["https://container-url.zoeysite.com/api/rest"],"path":["products",":productId","images",":imageId"],"variable":[{"key":"productId","value":"189"},{"key":"imageId","value":"450"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"openresty"},{"key":"Date","value":"Wed, 09 Dec 2020 22:54:28 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Set-Cookie","value":"PHPSESSID=a0136715c11a7767a9b4ede4304edf2b; expires=Sat, 12-Dec-2020 22:54:28 GMT; Max-Age=259200; path=/; domain=jasontest-lxc39.zoeysite.com; secure; HttpOnly"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"450\",\n    \"label\": \"\",\n    \"position\": \"1\",\n    \"exclude\": \"0\",\n    \"url\": \"https://s3.amazonaws.com/image-url.jpg\",\n    \"types\": [\n        \"image\",\n        \"small_image\",\n        \"thumbnail\"\n    ]\n}"}],"_postman_id":"83358097-1710-47b3-9fb5-fc662100c8b7"},{"name":"Set","id":"2102905c-bd1d-46a7-85cd-654ffc80843f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"file_mime_type\": \"image/jpeg\",\n    \"file_content\": \"iVBORw0KGgo...\",\n    \"file_name\": \"new api image\",\n    \"types\": [\"image\", \"small_image\", \"thumbnail\"],\n    \"label\": \"Test API Image\",\n    \"position\": \"0\",\n    \"exclude\": \"0\"\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/products/:productId/images","description":"<p>Used to set an image on the store.</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><code>file_content</code></td>\n<td>string</td>\n<td>Image file content base 64 encoded.</td>\n</tr>\n<tr>\n<td><code>file_mime_type</code></td>\n<td>string</td>\n<td>File mime type. (image/jpeg, image/png)</td>\n</tr>\n<tr>\n<td><code>file_name</code></td>\n<td>string</td>\n<td>Image file name.</td>\n</tr>\n<tr>\n<td><code>label</code></td>\n<td>string</td>\n<td>A label that will be displayed on the frontend when pointing to the image.</td>\n</tr>\n<tr>\n<td><code>position</code></td>\n<td>int</td>\n<td>The sort order option. The order in which the images are displayed in the \"More Views\" section.</td>\n</tr>\n<tr>\n<td><code>types</code></td>\n<td>array</td>\n<td>List of image types (<code>image</code>, <code>thumbnail</code>). <code>image</code> is used universally. <code>thumbnail</code> is used in places like media gallery on product page.</td>\n</tr>\n<tr>\n<td><code>exclude</code></td>\n<td>int</td>\n<td><code>0</code> - Image will be enabled (default)  <br /><code>1</code> - Image will be disabled</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["products",":productId","images"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[{"type":"string","value":"3047","key":"productId"}]}},"response":[],"_postman_id":"2102905c-bd1d-46a7-85cd-654ffc80843f"},{"name":"Update","id":"bd9cd700-46fb-4c13-8df8-f6d4ce830011","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"label\": \"Test API Image\",\n    \"position\": \"0\",\n    \"disabled\": \"0\"\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/products/:productId/images/:imageId","description":"<p>Allows you to update information for the specified product image.</p>\n<blockquote>\n<p>When updating information, you need to pass only those parameters that you want to be updated. Parameters that were not passed in the request, will preserve the previous values. </p>\n</blockquote>\n<p>All Params are optional.</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><code>label</code></td>\n<td>string</td>\n<td>A label that will be displayed on the frontend when pointing to the image.</td>\n</tr>\n<tr>\n<td><code>position</code></td>\n<td>int</td>\n<td>The sort order option. The order in which the images are displayed in the \"More Views\" section.</td>\n</tr>\n<tr>\n<td><code>disabled</code></td>\n<td>int</td>\n<td><code>0</code> - Image will be enabled (default)  <br /><code>1</code> - Image will be disabled</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["products",":productId","images",":imageId"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[{"type":"string","value":"69438","key":"productId"},{"type":"string","value":"319","key":"imageId"}]}},"response":[],"_postman_id":"bd9cd700-46fb-4c13-8df8-f6d4ce830011"},{"name":"Delete","id":"0fe0219e-2c6b-47a9-b6a0-4a0ed55c848f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://container-url.zoeysite.com/api/rest/products/:productId/images/:imageId","description":"<p>Allows you to remove the specified image from a product.</p>\n<blockquote>\n<p>The image will not be deleted physically, the image parameters will be set to No Image.</p>\n</blockquote>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["products",":productId","images",":imageId"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[{"type":"string","value":"189","key":"productId"},{"type":"string","value":"450","key":"imageId"}]}},"response":[],"_postman_id":"0fe0219e-2c6b-47a9-b6a0-4a0ed55c848f"},{"name":"Get All","id":"ed2b3f14-acc2-43a5-909d-4549e24988e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/products/:productId/images","description":"<p>Get all images associated with a product.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["products",":productId","images"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[{"type":"string","value":"3047","key":"productId"}]}},"response":[{"id":"dab57ec0-8b0c-4c41-8d3b-91e97897df83","name":"Get","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://container-url.zoeysite.com/api/rest/products/:productId/images","host":["https://container-url.zoeysite.com/api/rest"],"path":["products",":productId","images"],"variable":[{"key":"productId","value":"189"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"openresty"},{"key":"Date","value":"Wed, 09 Dec 2020 22:26:06 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Set-Cookie","value":"PHPSESSID=69297949e6eb022aacde89be80c4e1cc; expires=Sat, 12-Dec-2020 22:26:06 GMT; Max-Age=259200; path=/; domain=jasontest-lxc39.zoeysite.com; secure; HttpOnly"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"445\",\n        \"label\": \"\",\n        \"position\": \"0\",\n        \"exclude\": \"0\",\n        \"url\": \"https://s3.amazonaws.com/imageurl.jpg\",\n        \"types\": [\n            \"image\",\n            \"small_image\",\n            \"thumbnail\"\n        ]\n    },\n    {\n        \"id\": \"446\",\n        \"label\": \"\",\n        \"position\": \"1\",\n        \"exclude\": \"0\",\n        \"url\": \"https://s3.amazonaws.com/imageurl.jpg\",\n        \"types\": []\n    }\n]"}],"_postman_id":"ed2b3f14-acc2-43a5-909d-4549e24988e7"}],"id":"e199dd6d-dbb6-47c2-9e73-029c97e899f9","description":"<p>Allows you to manage images that are associated with products.</p>\n","_postman_id":"e199dd6d-dbb6-47c2-9e73-029c97e899f9","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}}},{"name":"Attributes","item":[{"name":"Get Attribute Sets","id":"c6df0e5d-0fb2-400f-aa08-ef8ffff2dd61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/product/attribute/sets","description":"<p>The Zoey Admin only uses the Default Attribute set for all its products.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["product","attribute","sets"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[],"_postman_id":"c6df0e5d-0fb2-400f-aa08-ef8ffff2dd61"}],"id":"c0e2b85e-098a-4db4-942c-4e1d289a8261","_postman_id":"c0e2b85e-098a-4db4-942c-4e1d289a8261","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}}},{"name":"Link","item":[{"name":"Create","id":"deae4dc9-1eab-4ae4-a8f8-ce38a5fcb265","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"type\": \"related\",\n    \"product_id\": \"116\",\n    \"linked_product\": \"106\",\n    \"data\": {\n        \"position\": 1\n    },\n    \"identifier_type\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/product/link","description":"<p>Endpoint used to link products together for Cross Sell, Up Sell, Related.</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><code>type</code></td>\n<td>string</td>\n<td>'related', 'up_sell', 'cross_sell', 'grouped'. Required</td>\n</tr>\n<tr>\n<td><code>produt_id</code></td>\n<td>string</td>\n<td>ID of Product to be linked to. (parent). Required</td>\n</tr>\n<tr>\n<td><code>linked_product</code></td>\n<td>string</td>\n<td>ID of Product being linked. (child). Required</td>\n</tr>\n<tr>\n<td><code>data</code></td>\n<td>array</td>\n<td>array of link data. Optional</td>\n</tr>\n<tr>\n<td><code>data.position</code></td>\n<td>int</td>\n<td>The sort order of the linked product. Optional</td>\n</tr>\n<tr>\n<td><code>identifier_type</code></td>\n<td>string</td>\n<td>If set to 'sku', then set sku to <code>product_id</code> instead of id. Optional</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["product","link"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[],"_postman_id":"deae4dc9-1eab-4ae4-a8f8-ce38a5fcb265"}],"id":"8ffaea5e-579d-41e2-b9d5-51188687ac37","_postman_id":"8ffaea5e-579d-41e2-b9d5-51188687ac37","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}}},{"name":"GroupPrice","item":[{"name":"Get","id":"eda4dfd5-e78e-4d17-b534-d73881b1bd98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/products/:id/group_price/:customer_group_id","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["products",":id","group_price",":customer_group_id"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[{"type":"any","value":"69184","key":"id"},{"type":"any","value":"1","key":"customer_group_id"}]}},"response":[],"_postman_id":"eda4dfd5-e78e-4d17-b534-d73881b1bd98"},{"name":"Update","id":"aacb6009-3d71-4116-adea-9ab24f69403f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"price\": 100\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/products/:id/group_price/:customer_group_id","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["products",":id","group_price",":customer_group_id"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[{"type":"any","value":"69184","key":"id"},{"type":"any","value":"1","key":"customer_group_id"}]}},"response":[],"_postman_id":"aacb6009-3d71-4116-adea-9ab24f69403f"},{"name":"Create","id":"3dc2a2f9-073b-4b55-9b27-a74fb2582efb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"price\": 100\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/products/:id/group_price/:customer_group_id","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["products",":id","group_price",":customer_group_id"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[{"type":"any","value":"69184","key":"id"},{"type":"any","value":"1","key":"customer_group_id"}]}},"response":[],"_postman_id":"3dc2a2f9-073b-4b55-9b27-a74fb2582efb"},{"name":"Delete","id":"aacc2bc5-fe71-4662-b4a5-d122b9afb8bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://container-url.zoeysite.com/api/rest/products/:id/group_price/:customer_group_id","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["products",":id","group_price",":customer_group_id"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[{"type":"any","value":"69184","key":"id"},{"type":"any","value":"1","key":"customer_group_id"}]}},"response":[],"_postman_id":"aacc2bc5-fe71-4662-b4a5-d122b9afb8bf"}],"id":"3504c193-23a5-4fbd-83f1-493d72a2e302","_postman_id":"3504c193-23a5-4fbd-83f1-493d72a2e302","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}}},{"name":"Attachments","item":[{"name":"Get All","id":"58aa01d0-838d-444c-85ff-f70e678cbe0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/products/:productId/attachments","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["products",":productId","attachments"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[{"type":"any","value":"69448","key":"productId"}]}},"response":[{"id":"e1eda522-d9f2-4b89-95da-acfa9f6c68a1","name":"Get All","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://container-url.zoeysite.com/api/rest/products/:productId/attachments","host":["https://container-url.zoeysite.com/api/rest"],"path":["products",":productId","attachments"],"variable":[{"key":"productId","value":"69448"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":":status","value":200},{"key":"server","value":"nginx/1.23.3"},{"key":"date","value":"Wed, 25 Mar 2026 11:49:29 GMT"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"vary","value":"Accept-Encoding"},{"key":"expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"cache-control","value":"no-store, no-cache, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"set-cookie","value":"PHPSESSID=66f7464f8090d368c3afded187b3c988; expires=Sat, 28 Mar 2026 11:49:29 GMT; Max-Age=259200; path=/; domain=web.zoeysite.local; secure; HttpOnly"},{"key":"x-content-type-options","value":"nosniff"},{"key":"content-encoding","value":"gzip"},{"key":"strict-transport-security","value":"max-age=31536000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"attachment_id\": \"13\",\n        \"file_id\": \"107\",\n        \"product_id\": \"69448\",\n        \"render_mode\": \"1\",\n        \"store_id\": \"0\",\n        \"customer_group_id\": null,\n        \"is_logged_in\": \"0\",\n        \"label\": null,\n        \"sort_order\": null,\n        \"disabled\": \"0\",\n        \"full_url\": \"https://web.zoeysite.local/media/mediamanager/product_attachment.txt\"\n    },\n    {\n        \"attachment_id\": \"8\",\n        \"file_id\": \"105\",\n        \"product_id\": \"69448\",\n        \"render_mode\": \"1\",\n        \"store_id\": \"0\",\n        \"customer_group_id\": null,\n        \"is_logged_in\": \"0\",\n        \"label\": null,\n        \"sort_order\": \"0\",\n        \"disabled\": \"0\",\n        \"full_url\": \"https://web.zoeysite.local/media/mediamanager/api_image_4.jpg\"\n    },\n    {\n        \"attachment_id\": \"9\",\n        \"file_id\": \"104\",\n        \"product_id\": \"69448\",\n        \"render_mode\": \"1\",\n        \"store_id\": \"0\",\n        \"customer_group_id\": null,\n        \"is_logged_in\": \"0\",\n        \"label\": null,\n        \"sort_order\": \"0\",\n        \"disabled\": \"0\",\n        \"full_url\": \"https://web.zoeysite.local/media/mediamanager/api_image_3.jpg\"\n    },\n    {\n        \"attachment_id\": \"10\",\n        \"file_id\": \"103\",\n        \"product_id\": \"69448\",\n        \"render_mode\": \"1\",\n        \"store_id\": \"0\",\n        \"customer_group_id\": null,\n        \"is_logged_in\": \"0\",\n        \"label\": null,\n        \"sort_order\": \"0\",\n        \"disabled\": \"0\",\n        \"full_url\": \"https://web.zoeysite.local/media/mediamanager/api_image_2.jpg\"\n    },\n    {\n        \"attachment_id\": \"11\",\n        \"file_id\": \"102\",\n        \"product_id\": \"69448\",\n        \"render_mode\": \"1\",\n        \"store_id\": \"0\",\n        \"customer_group_id\": null,\n        \"is_logged_in\": \"0\",\n        \"label\": null,\n        \"sort_order\": \"0\",\n        \"disabled\": \"0\",\n        \"full_url\": \"https://web.zoeysite.local/media/mediamanager/api_image_1.jpg\"\n    },\n    {\n        \"attachment_id\": \"12\",\n        \"file_id\": \"101\",\n        \"product_id\": \"69448\",\n        \"render_mode\": \"1\",\n        \"store_id\": \"0\",\n        \"customer_group_id\": null,\n        \"is_logged_in\": \"0\",\n        \"label\": null,\n        \"sort_order\": \"0\",\n        \"disabled\": \"0\",\n        \"full_url\": \"https://web.zoeysite.local/media/mediamanager/api_image.jpg\"\n    }\n]"}],"_postman_id":"58aa01d0-838d-444c-85ff-f70e678cbe0e"},{"name":"Get","id":"4025c8d7-55f5-414e-a6b6-09f2160bee83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/products/:productId/attachments/:attachmentId","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["products",":productId","attachments",":attachmentId"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[{"type":"any","value":"69448","key":"productId"},{"type":"any","value":"7","key":"attachmentId"}]}},"response":[{"id":"8f145f1e-d2fb-4637-88f1-76d030dda83b","name":"Get","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://container-url.zoeysite.com/api/rest/products/:productId/attachments/:attachmentId","host":["https://container-url.zoeysite.com/api/rest"],"path":["products",":productId","attachments",":attachmentId"],"variable":[{"key":"productId","value":"69448"},{"key":"attachmentId","value":"7"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":":status","value":200},{"key":"server","value":"nginx/1.23.3"},{"key":"date","value":"Wed, 25 Mar 2026 11:26:09 GMT"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"vary","value":"Accept-Encoding"},{"key":"expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"cache-control","value":"no-store, no-cache, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"set-cookie","value":"PHPSESSID=66f7464f8090d368c3afded187b3c988; expires=Sat, 28 Mar 2026 11:26:09 GMT; Max-Age=259200; path=/; domain=web.zoeysite.local; secure; HttpOnly"},{"key":"x-content-type-options","value":"nosniff"},{"key":"content-encoding","value":"gzip"},{"key":"strict-transport-security","value":"max-age=31536000"}],"cookie":[],"responseTime":null,"body":"{\n    \"attachment_id\": \"7\",\n    \"file_id\": \"106\",\n    \"product_id\": \"69448\",\n    \"render_mode\": \"1\",\n    \"store_id\": \"0\",\n    \"customer_group_id\": null,\n    \"is_logged_in\": \"0\",\n    \"label\": null,\n    \"sort_order\": \"0\",\n    \"disabled\": \"0\",\n    \"full_url\": \"https://web.zoeysite.local/media/mediamanager/api_image_5.jpg\"\n}"}],"_postman_id":"4025c8d7-55f5-414e-a6b6-09f2160bee83"},{"name":"Delete","id":"7472c3fe-82f4-42ef-abfb-1d682d921f5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://container-url.zoeysite.com/api/rest/products/:productId/attachments/:attachmentId","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["products",":productId","attachments",":attachmentId"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[{"type":"any","value":"69448","key":"productId"},{"type":"any","value":"7","key":"attachmentId"}]}},"response":[],"_postman_id":"7472c3fe-82f4-42ef-abfb-1d682d921f5d"},{"name":"Create","id":"06f3b5df-6658-417b-a703-677d76d27f38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"file_mime_type\": \"text/plain\",\n    \"file_content\": \"VGhpcyBpcyBhIHByb2R1Y3QgYXR0YWNobWVudA==\",\n    \"file_name\": \"product_attachment.txt\",\n    \"render_mode\": \"1\",\n    \"store_id\": \"0\",\n    \"customer_group_id\": null,\n    \"is_logged_in\": \"0\",\n    \"label\": null,\n    \"sort_order\": \"0\",\n    \"disabled\": \"0\"\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/products/:productId/attachments","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>file_mime_type</code></td>\n<td>string</td>\n<td>Yes</td>\n<td>The MIME type of the file (e.g. <code>text/plain</code>)</td>\n</tr>\n<tr>\n<td><code>file_content</code></td>\n<td>string</td>\n<td>Yes</td>\n<td>Base64-encoded file content</td>\n</tr>\n<tr>\n<td><code>file_name</code></td>\n<td>string</td>\n<td>Yes</td>\n<td>The name of the file including extension</td>\n</tr>\n<tr>\n<td><code>render_mode</code></td>\n<td>integer</td>\n<td>No</td>\n<td>Controls how the file is rendered. (<code>1</code> = Download, <code>2</code> = Browser, <code>3</code> = Browser (New Tab)) (Default 1)</td>\n</tr>\n<tr>\n<td><code>store_id</code></td>\n<td>integer</td>\n<td>No</td>\n<td>ID of the store to associate the attachment with. (Deafult 0)</td>\n</tr>\n<tr>\n<td><code>customer_group_id</code></td>\n<td>integer</td>\n<td>null</td>\n<td>No</td>\n</tr>\n<tr>\n<td><code>is_logged_in</code></td>\n<td>integer</td>\n<td>No</td>\n<td>To only allow Logged In Customers.(<code>0</code> = no, <code>1</code> = yes) (default 0)</td>\n</tr>\n<tr>\n<td><code>label</code></td>\n<td>string</td>\n<td>No</td>\n<td>Display label for the attachment</td>\n</tr>\n<tr>\n<td><code>sort_order</code></td>\n<td>integer</td>\n<td>No</td>\n<td>Order in which the attachment is sorted</td>\n</tr>\n<tr>\n<td><code>disabled</code></td>\n<td>integer</td>\n<td>No</td>\n<td>Whether the attachment is disabled (<code>0</code> = enabled, <code>1</code> = disabled)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["products",":productId","attachments"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[{"type":"any","value":"69448","key":"productId"}]}},"response":[],"_postman_id":"06f3b5df-6658-417b-a703-677d76d27f38"},{"name":"Update","id":"1ae099f6-4580-4622-a9dc-fa2a6aa0945c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"render_mode\": \"2\",\n    \"store_id\": \"0\",\n    \"customer_group_id\": 1,\n    \"is_logged_in\": \"1\",\n    \"label\": \"testing a label update\",\n    \"sort_order\": \"10\",\n    \"disabled\": \"1\"\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/products/:productId/attachments/:attachmentId","description":"<blockquote>\n<p>Files can not bed edited when making changes to attachments. Only the specific attachment settings can be changed. To change a file you must create a new attachment. </p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>render_mode</code></td>\n<td>integer</td>\n<td>No</td>\n<td>Controls how the file is rendered. (<code>1</code> = Download, <code>2</code> = Browser, <code>3</code> = Browser (New Tab)) (Default 1)</td>\n</tr>\n<tr>\n<td><code>store_id</code></td>\n<td>integer</td>\n<td>No</td>\n<td>ID of the store to associate the attachment with. (Deafult 0)</td>\n</tr>\n<tr>\n<td><code>customer_group_id</code></td>\n<td>integer</td>\n<td>null</td>\n<td>No</td>\n</tr>\n<tr>\n<td><code>is_logged_in</code></td>\n<td>integer</td>\n<td>No</td>\n<td>To only allow Logged In Customers.(<code>0</code> = no, <code>1</code> = yes) (default 0)</td>\n</tr>\n<tr>\n<td><code>label</code></td>\n<td>string</td>\n<td>No</td>\n<td>Display label for the attachment</td>\n</tr>\n<tr>\n<td><code>sort_order</code></td>\n<td>integer</td>\n<td>No</td>\n<td>Order in which the attachment is sorted</td>\n</tr>\n<tr>\n<td><code>disabled</code></td>\n<td>integer</td>\n<td>No</td>\n<td>Whether the attachment is disabled (<code>0</code> = enabled, <code>1</code> = disabled)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["products",":productId","attachments",":attachmentId"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[{"type":"any","value":"69448","key":"productId"},{"type":"any","value":"13","key":"attachmentId"}]}},"response":[],"_postman_id":"1ae099f6-4580-4622-a9dc-fa2a6aa0945c"}],"id":"706c091e-46b1-4ccc-a43c-49c730bfbf5a","_postman_id":"706c091e-46b1-4ccc-a43c-49c730bfbf5a","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}}},{"name":"Get All","id":"582ac574-cda4-4e2f-8aac-3933d9754168","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/products?limit=1&page=1&order=sku&dir=DESC&filter[0][in][0]=simple&filter[0][in][1]=virtual&filter[0][attribute]=type_id&stock_data=1","description":"<p>Allows you to retrieve the list of all products with detailed information.</p>\n<ul>\n<li>Description: Allows you to retrieve the list of all products with detailed information.</li>\n<li>Notes: The list of attributes that will be returned in the response is configured in the Magento Admin Panel. The list of attributes differs for each type of user.</li>\n<li>Authentication: Admin</li>\n<li>Default Format: XML</li>\n<li>Parameters: No Parameters</li>\n</ul>\n<p>Query Strings allow for\n<code>page</code>  - Pagination (ex: ?page=1)\n<code>limit</code> - Items per page (ex: ?limit=10)\n<code>order</code> - Attribute to sort by (ex: ?order=sku)\n<code>dir</code>   - Sort Direction (ex: ?order=sku&amp;dir=DESC)\n<code>filter</code>- Filter collection</p>\n<p>Filtering this colleciton requires and attribute and a value.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Action</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>eq</code></td>\n<td>string</td>\n<td>Is Equal To</td>\n</tr>\n<tr>\n<td><code>neq</code></td>\n<td>string</td>\n<td>Is NOT Equal To</td>\n</tr>\n<tr>\n<td><code>like</code></td>\n<td>string</td>\n<td>Is Like</td>\n</tr>\n<tr>\n<td><code>nlike</code></td>\n<td>string</td>\n<td>Is Not Like</td>\n</tr>\n<tr>\n<td><code>in</code></td>\n<td>array</td>\n<td>Is In</td>\n</tr>\n<tr>\n<td><code>nin</code></td>\n<td>array</td>\n<td>Is NOT In</td>\n</tr>\n<tr>\n<td><code>null</code></td>\n<td>boolean</td>\n<td>Is NULL</td>\n</tr>\n<tr>\n<td><code>notnull</code></td>\n<td>boolean</td>\n<td>Is NOT NULL</td>\n</tr>\n<tr>\n<td><code>gt</code></td>\n<td>string</td>\n<td>Is Greater Than</td>\n</tr>\n<tr>\n<td><code>gte</code></td>\n<td>string</td>\n<td>Is Greater Than OR Equal To</td>\n</tr>\n<tr>\n<td><code>lt</code></td>\n<td>string</td>\n<td>Is Less Than</td>\n</tr>\n<tr>\n<td><code>lte</code></td>\n<td>string</td>\n<td>Is Less Than OR Equal To</td>\n</tr>\n</tbody>\n</table>\n</div><p>How To Filter A Data Type in Query</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>DataType</th>\n<th>Query</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>string</td>\n<td>?filter[0][attribute]=firstname&amp;filter[0][neq]=test</td>\n<td><code>firstname</code> does not equal test</td>\n</tr>\n<tr>\n<td>array</td>\n<td>?filter[0][attribute]=email&amp;filter[0][in][0]=<a href=\"mailto:test@example.com\">test@example.com</a>&amp;filter[0][in][1]=<a href=\"mailto:test@zoey.com\">test@zoey.com</a></td>\n<td>Filter this collection where the email is either <code>test@example.com</code> or <code>test@zoey.com</code></td>\n</tr>\n<tr>\n<td>boolean</td>\n<td>?filter[0][attribute]=email&amp;filter[0][null]=true</td>\n<td>Filter this collection where the email is null.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["products"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[{"disabled":true,"description":{"content":"<p>Allows you to retrieve the list of products of a specified category. These products will be returned in the product position ascending order. ( Optional )</p>\n","type":"text/plain"},"key":"category_id","value":"4"},{"description":{"content":"<p>Items per page (ex: ?limit=10) ( Optional )</p>\n","type":"text/plain"},"key":"limit","value":"1"},{"description":{"content":"<p>Pagination (ex: ?page=1) ( Optional )</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Attribute to sort by (ex: ?order=sku) ( Optional )</p>\n","type":"text/plain"},"key":"order","value":"sku"},{"description":{"content":"<p>Sort Direction (ex: ?order=sku&amp;dir=DESC) Requires <code>order</code>. ( Optional )</p>\n","type":"text/plain"},"key":"dir","value":"DESC"},{"description":{"content":"<p>Filter collection. More details in description. ( Optional )</p>\n","type":"text/plain"},"key":"filter[0][in][0]","value":"simple"},{"key":"filter[0][in][1]","value":"virtual"},{"key":"filter[0][attribute]","value":"type_id"},{"description":{"content":"<p>Flag to indicate if stock_data should be returned.</p>\n","type":"text/plain"},"key":"stock_data","value":"1"}],"variable":[]}},"response":[{"id":"e7e208b0-e950-4829-8c6a-8f8a9ea49e9d","name":"Filters","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://container-url.zoeysite.com/api/rest/products?filter[0][in][0]=simple&filter[0][in][1]=virtual&filter[0][attribute]=type_id","host":["https://container-url.zoeysite.com/api/rest"],"path":["products"],"query":[{"key":"filter[0][in][0]","value":"simple","description":"Filter collection. More details in description. ( Optional )"},{"key":"filter[0][in][1]","value":"virtual"},{"key":"filter[0][attribute]","value":"type_id"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"674b8c9e-e4ee-4299-86b3-44b8993baaf4","name":"Pagination","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://container-url.zoeysite.com/api/rest/products?page=1&limit=10","host":["https://container-url.zoeysite.com/api/rest"],"path":["products"],"query":[{"key":"page","value":"1","description":"Pagination (ex: ?page=1) ( Optional )"},{"key":"limit","value":"10","type":"text"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"39049d1a-0864-4587-aabc-240f9817bed6","name":"Sorting","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://container-url.zoeysite.com/api/rest/products?order=sku&dir=DESC","host":["https://container-url.zoeysite.com/api/rest"],"path":["products"],"query":[{"key":"order","value":"sku","description":"Attribute to sort by (ex: ?order=sku) ( Optional )"},{"key":"dir","value":"DESC","description":"Sort Direction (ex: ?order=sku&dir=DESC) Requires `order`. ( Optional )"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"891454ab-1e86-4b6e-aa97-3e89c709bc7f","name":"Updated At","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://container-url.zoeysite.com/api/rest/products?filter[0][attribute]=updated_at&filter[0][gt]=2021-01-01","host":["https://container-url.zoeysite.com/api/rest"],"path":["products"],"query":[{"key":"category_id","value":"4","description":"Allows you to retrieve the list of products of a specified category. These products will be returned in the product position ascending order. ( Optional )","disabled":true},{"key":"limit","value":"1","description":"Items per page (ex: ?limit=10) ( Optional )","disabled":true},{"key":"filter[0][in][0]","value":"simple","description":"Filter collection. More details in description. ( Optional )","disabled":true},{"key":"filter[0][in][1]","value":"virtual","disabled":true},{"key":"filter[0][attribute]","value":"updated_at"},{"key":"filter[0][gt]","value":"2021-01-01"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 02 Jun 2021 12:44:26 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=hoqt8iubu29o728d8j9hnqfnv2; expires=Sat, 05-Jun-2021 12:44:26 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"237\": {\n        \"entity_id\": \"237\",\n        \"attribute_set_id\": \"4\",\n        \"type_id\": \"simple\",\n        \"sku\": \"Restricted-Product\",\n        \"created_at\": \"2021-06-01 10:22:20\",\n        \"updated_at\": \"2021-06-01 10:27:08\",\n        \"lightspeed_id\": null,\n        \"lightspeed_hash\": null,\n        \"lightspeed_image_hash\": null,\n        \"name\": \"Restricted Product\",\n        \"url_key\": \"restricted-product\",\n        \"msrp_enabled\": \"2\",\n        \"msrp_display_actual_price_type\": \"4\",\n        \"meta_title\": \"Restricted Product\",\n        \"options_container\": \"container1\",\n        \"special_from_date\": null,\n        \"special_to_date\": null,\n        \"status\": \"1\",\n        \"visibility\": \"4\",\n        \"tax_class_id\": \"2\",\n        \"enable_qty_packaging\": \"0\",\n        \"rw_google_base_skip_submi\": \"0\",\n        \"special_price\": null,\n        \"price\": \"100.0000\",\n        \"cost\": \"0.0000\",\n        \"msrp\": null,\n        \"weight\": \"0.0000\",\n        \"description\": \"Restricted Product\",\n        \"short_description\": \" \",\n        \"zoey_design_template\": null\n    }\n}"}],"_postman_id":"582ac574-cda4-4e2f-8aac-3933d9754168"},{"name":"Prices","id":"21fd67bd-01c4-4061-a546-1e51c6c20169","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/products-prices?limit=20&page=1&order=entity_id&dir=DESC&customer_group_id=2","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["products-prices"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[{"description":{"content":"<p>Items per page (ex: ?limit=10) ( Optional )</p>\n","type":"text/plain"},"key":"limit","value":"20"},{"description":{"content":"<p>Pagination (ex: ?page=1) ( Optional )</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Attribute to sort by (ex: ?order=sku) ( Optional )</p>\n","type":"text/plain"},"key":"order","value":"entity_id"},{"description":{"content":"<p>Sort Direction (ex: ?order=sku&amp;dir=DESC) Requires <code>order</code>. ( Optional )</p>\n","type":"text/plain"},"key":"dir","value":"DESC"},{"description":{"content":"<p>Will only return results that have group_price info for the customer group id. ( Optional )</p>\n","type":"text/plain"},"key":"customer_group_id","value":"2"}],"variable":[]}},"response":[{"id":"8c2698aa-dc5c-4247-8904-1fb0a947b6a9","name":"Get","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://container-url.zoeysite.com/api/rest/products-prices?limit=20&page=1&order=entity_id&dir=DESC&customer_group_id=2","host":["https://container-url.zoeysite.com/api/rest"],"path":["products-prices"],"query":[{"key":"limit","value":"20","description":"Items per page (ex: ?limit=10) ( Optional )"},{"key":"page","value":"1","description":"Pagination (ex: ?page=1) ( Optional )"},{"key":"order","value":"entity_id","description":"Attribute to sort by (ex: ?order=sku) ( Optional )"},{"key":"dir","value":"DESC","description":"Sort Direction (ex: ?order=sku&dir=DESC) Requires `order`. ( Optional )"},{"key":"customer_group_id","value":"2","description":"Will only return results that have group_price info for the customer group id. ( Optional )"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.23.3"},{"key":"Date","value":"Fri, 30 Aug 2024 19:41:52 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=31536000"}],"cookie":[],"responseTime":null,"body":"{\n    \"17\": {\n        \"entity_id\": 17,\n        \"price\": 100,\n        \"special_price\": 85,\n        \"special_from_date\": null,\n        \"special_to_date\": null,\n        \"group_price\": {\n            \"2\": {\n                \"website_id\": 0,\n                \"cust_group\": 2,\n                \"price\": 45,\n                \"special_from_date\": null,\n                \"special_to_date\": null,\n                \"special_price\": 40\n            }\n        }\n    },\n    \"67663\": {\n        \"entity_id\": 67663,\n        \"price\": 10,\n        \"special_price\": 9.75,\n        \"special_from_date\": \"2024-08-01 00:00:00\",\n        \"special_to_date\": \"2024-10-01 00:00:00\",\n        \"group_price\": {\n            \"2\": {\n                \"website_id\": 0,\n                \"cust_group\": 2,\n                \"price\": 9,\n                \"special_from_date\": \"2024-08-01 00:00:00\",\n                \"special_to_date\": \"2024-10-01 00:00:00\",\n                \"special_price\": 8.5\n            }\n        }\n    }\n}"}],"_postman_id":"21fd67bd-01c4-4061-a546-1e51c6c20169"},{"name":"Count","id":"6476b336-e1b2-45bb-ab52-6b8dd2c31f62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/count/products","description":"<p>Retrieve a total count of all products.</p>\n<p>See <a href=\"#582ac574-cda4-4e2f-8aac-3933d9754168\">Get All</a> for applying filters.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["count","products"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[],"_postman_id":"6476b336-e1b2-45bb-ab52-6b8dd2c31f62"},{"name":"Get ( by ID )","id":"d03125a9-a5fd-4dd0-bd0a-aa5db14eda11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/products/:productId","description":"<p>Allows you to retrieve information on a required simple product.</p>\n<blockquote>\n<p>The list of attributes that will be returned in the response is configured in the Magento Admin Panel. The list of attributes differs for each type of user.</p>\n</blockquote>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["products",":productId"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[{"type":"string","value":"189","key":"productId"}]}},"response":[{"id":"de9f0cb3-6be9-4468-b3eb-86ceb6dc7997","name":"Configurable Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://container-url.zoeysite.com/api/rest/products/:productId","host":["https://container-url.zoeysite.com/api/rest"],"path":["products",":productId"],"query":[{"key":"category_id","value":"4","description":"Allows you to retrieve the list of products of a specified category. These products will be returned in the product position ascending order. ( Optional )","disabled":true}],"variable":[{"key":"productId","value":"257","type":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"openresty"},{"key":"Date","value":"Fri, 25 Jun 2021 13:07:30 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Set-Cookie","value":"PHPSESSID=f1a2f6a1487b3cca7797efa226910528; expires=Mon, 28-Jun-2021 13:07:30 GMT; Max-Age=259200; path=/; domain=ts957007-container.zoeysite.com; secure; HttpOnly"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"entity_id\": \"257\",\n    \"attribute_set_id\": \"4\",\n    \"type_id\": \"configurable\",\n    \"sku\": \"Out-Of-Stock-Configurable\",\n    \"created_at\": \"2021-06-23T08:45:30-04:00\",\n    \"updated_at\": \"2021-06-24 12:14:29\",\n    \"lightspeed_id\": null,\n    \"lightspeed_hash\": null,\n    \"lightspeed_image_hash\": null,\n    \"name\": \"Out Of Stock Configurable\",\n    \"meta_title\": \"Out Of Stock Configurable\",\n    \"url_key\": \"out-of-stock-configurable\",\n    \"options_container\": \"container1\",\n    \"msrp_enabled\": \"2\",\n    \"msrp_display_actual_price_type\": \"4\",\n    \"zoey_table_order_enable\": \"0\",\n    \"price\": \"100.0000\",\n    \"special_price\": null,\n    \"cost\": \"0.0000\",\n    \"weight\": \"0.0000\",\n    \"msrp\": null,\n    \"status\": \"1\",\n    \"visibility\": \"4\",\n    \"tax_class_id\": \"2\",\n    \"size\": null,\n    \"rw_google_base_skip_submi\": \"0\",\n    \"apply_tier_price_to_variations\": \"0\",\n    \"zoey_product_skip_shipping\": \"0\",\n    \"length\": null,\n    \"enable_qty_packaging\": \"0\",\n    \"zoey_ignore_from_min_order_qty\": \"0\",\n    \"zoey_ignore_from_min_order_amt\": \"0\",\n    \"description\": \"Out Of Stock Configurable\",\n    \"short_description\": \" \",\n    \"zoey_design_template\": null,\n    \"special_from_date\": null,\n    \"special_to_date\": null,\n    \"use_child_price\": \"0\",\n    \"use_child_weight\": \"0\",\n    \"use_child_manage_stock\": \"0\",\n    \"group_price\": [\n        {\n            \"website_id\": \"0\",\n            \"cust_group\": \"1\",\n            \"price\": \"11.0000\",\n            \"special_from_date\": null,\n            \"special_to_date\": null,\n            \"special_price\": null\n        },\n        {\n            \"website_id\": \"0\",\n            \"cust_group\": \"2\",\n            \"price\": \"10.0000\",\n            \"special_from_date\": null,\n            \"special_to_date\": null,\n            \"special_price\": null\n        }\n    ],\n    \"tier_price\": [],\n    \"stock_data\": {\n        \"item_id\": \"355\",\n        \"qty\": \"0.0000\",\n        \"min_qty\": \"0.0000\",\n        \"use_config_min_qty\": \"1\",\n        \"is_qty_decimal\": \"0\",\n        \"backorders\": \"0\",\n        \"use_config_backorders\": \"1\",\n        \"min_sale_qty\": \"0.0000\",\n        \"use_config_min_sale_qty\": \"1\",\n        \"max_sale_qty\": \"0.0000\",\n        \"use_config_max_sale_qty\": \"1\",\n        \"is_in_stock\": \"1\",\n        \"notify_stock_qty\": null,\n        \"use_config_notify_stock_qty\": \"1\",\n        \"manage_stock\": \"1\",\n        \"use_config_manage_stock\": \"0\",\n        \"use_config_qty_increments\": \"1\",\n        \"qty_increments\": \"0.0000\",\n        \"use_config_enable_qty_inc\": \"1\",\n        \"enable_qty_increments\": \"0\",\n        \"is_decimal_divided\": \"0\",\n        \"updated_at\": \"0000-00-00 00:00:00\",\n        \"use_config_qty_left_threshold\": \"1\",\n        \"qty_left_threshold\": \"0\",\n        \"use_config_is_qty_decimal\": null\n    },\n    \"child_product_ids\": [\n        \"258\",\n        \"259\",\n        \"260\",\n        \"261\"\n    ],\n    \"zb2b_product_restricted\": \"0\",\n    \"zb2b_restricted_prod_groups\": [\n        \"1\",\n        \"2\"\n    ],\n    \"customer_permissions\": [\n        \"1\"\n    ],\n    \"account_permissions\": [\n        \"1\"\n    ],\n    \"account_location_permissions\": [\n        \"4\"\n    ]\n}"}],"_postman_id":"d03125a9-a5fd-4dd0-bd0a-aa5db14eda11"},{"name":"Get ( by SKU )","id":"d53994cf-e9c2-4dac-8efc-9cc0d2dd1f89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/products/sku/:productSku","description":"<p>Allows you to retrieve information on a required simple product.</p>\n<blockquote>\n<p>The list of attributes that will be returned in the response is configured in the Magento Admin Panel. The list of attributes differs for each type of user.</p>\n</blockquote>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["products","sku",":productSku"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[{"type":"any","value":"abc123","key":"productSku"}]}},"response":[{"id":"821dc3b8-613c-4739-b153-bca863aeef8e","name":"Configurable Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://container-url.zoeysite.com/api/rest/products/sku/:productSku","host":["https://container-url.zoeysite.com/api/rest"],"path":["products","sku",":productSku"],"query":[{"key":"category_id","value":"4","description":"Allows you to retrieve the list of products of a specified category. These products will be returned in the product position ascending order. ( Optional )","disabled":true}],"variable":[{"key":"productSku","value":"Out-Of-Stock-Configurable"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"openresty"},{"key":"Date","value":"Fri, 25 Jun 2021 13:07:30 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Set-Cookie","value":"PHPSESSID=f1a2f6a1487b3cca7797efa226910528; expires=Mon, 28-Jun-2021 13:07:30 GMT; Max-Age=259200; path=/; domain=ts957007-container.zoeysite.com; secure; HttpOnly"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"entity_id\": \"257\",\n    \"attribute_set_id\": \"4\",\n    \"type_id\": \"configurable\",\n    \"sku\": \"Out-Of-Stock-Configurable\",\n    \"created_at\": \"2021-06-23T08:45:30-04:00\",\n    \"updated_at\": \"2021-06-24 12:14:29\",\n    \"lightspeed_id\": null,\n    \"lightspeed_hash\": null,\n    \"lightspeed_image_hash\": null,\n    \"name\": \"Out Of Stock Configurable\",\n    \"meta_title\": \"Out Of Stock Configurable\",\n    \"url_key\": \"out-of-stock-configurable\",\n    \"options_container\": \"container1\",\n    \"msrp_enabled\": \"2\",\n    \"msrp_display_actual_price_type\": \"4\",\n    \"zoey_table_order_enable\": \"0\",\n    \"price\": \"100.0000\",\n    \"special_price\": null,\n    \"cost\": \"0.0000\",\n    \"weight\": \"0.0000\",\n    \"msrp\": null,\n    \"status\": \"1\",\n    \"visibility\": \"4\",\n    \"tax_class_id\": \"2\",\n    \"size\": null,\n    \"rw_google_base_skip_submi\": \"0\",\n    \"apply_tier_price_to_variations\": \"0\",\n    \"zoey_product_skip_shipping\": \"0\",\n    \"length\": null,\n    \"enable_qty_packaging\": \"0\",\n    \"zoey_ignore_from_min_order_qty\": \"0\",\n    \"zoey_ignore_from_min_order_amt\": \"0\",\n    \"description\": \"Out Of Stock Configurable\",\n    \"short_description\": \" \",\n    \"zoey_design_template\": null,\n    \"special_from_date\": null,\n    \"special_to_date\": null,\n    \"use_child_price\": \"0\",\n    \"use_child_weight\": \"0\",\n    \"use_child_manage_stock\": \"0\",\n    \"group_price\": [\n        {\n            \"website_id\": \"0\",\n            \"cust_group\": \"1\",\n            \"price\": \"11.0000\",\n            \"special_from_date\": null,\n            \"special_to_date\": null,\n            \"special_price\": null\n        },\n        {\n            \"website_id\": \"0\",\n            \"cust_group\": \"2\",\n            \"price\": \"10.0000\",\n            \"special_from_date\": null,\n            \"special_to_date\": null,\n            \"special_price\": null\n        }\n    ],\n    \"tier_price\": [],\n    \"stock_data\": {\n        \"item_id\": \"355\",\n        \"qty\": \"0.0000\",\n        \"min_qty\": \"0.0000\",\n        \"use_config_min_qty\": \"1\",\n        \"is_qty_decimal\": \"0\",\n        \"backorders\": \"0\",\n        \"use_config_backorders\": \"1\",\n        \"min_sale_qty\": \"0.0000\",\n        \"use_config_min_sale_qty\": \"1\",\n        \"max_sale_qty\": \"0.0000\",\n        \"use_config_max_sale_qty\": \"1\",\n        \"is_in_stock\": \"1\",\n        \"notify_stock_qty\": null,\n        \"use_config_notify_stock_qty\": \"1\",\n        \"manage_stock\": \"1\",\n        \"use_config_manage_stock\": \"0\",\n        \"use_config_qty_increments\": \"1\",\n        \"qty_increments\": \"0.0000\",\n        \"use_config_enable_qty_inc\": \"1\",\n        \"enable_qty_increments\": \"0\",\n        \"is_decimal_divided\": \"0\",\n        \"updated_at\": \"0000-00-00 00:00:00\",\n        \"use_config_qty_left_threshold\": \"1\",\n        \"qty_left_threshold\": \"0\",\n        \"use_config_is_qty_decimal\": null\n    },\n    \"child_product_ids\": [\n        \"258\",\n        \"259\",\n        \"260\",\n        \"261\"\n    ],\n    \"zb2b_product_restricted\": \"0\",\n    \"zb2b_restricted_prod_groups\": [\n        \"1\",\n        \"2\"\n    ],\n    \"customer_permissions\": [\n        \"1\"\n    ],\n    \"account_permissions\": [\n        \"1\"\n    ],\n    \"account_location_permissions\": [\n        \"4\"\n    ]\n}"}],"_postman_id":"d53994cf-e9c2-4dac-8efc-9cc0d2dd1f89"},{"name":"Create","id":"83be10af-878f-4a96-8739-e79491573f19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"custom_design\" : \"default/blank\",\n  \"custom_design_from\" : \"02/16/2012\",\n  \"custom_design_to\" : \"05/01/2012\",\n  \"description\" : \"Test description\",\n  \"gift_message_available\" : 1,\n  \"meta_description\" : \"Test meta\",\n  \"meta_keyword\" : \"Test keyword\",\n  \"meta_title\" : \"Test title\",\n  \"msrp\" : 11.015000000000001,\n  \"msrp_display_actual_price_type\" : 1,\n  \"msrp_enabled\" : 1,\n  \"name\" : \"Test\",\n  \"news_from_date\" : \"02/16/2012\",\n  \"news_to_date\" : \"16.02.2012\",\n  \"options_container\" : \"container1\",\n  \"page_layout\" : \"one_column\",\n  \"price\" : 25.5,\n  \"attribute_set_id\" : \"4\",\n  \"short_description\" : \"Test short description\",\n  \"sku\" : \"simple4f5490f31959f\",\n  \"special_from_date\" : \"02/16/2012\",\n  \"special_price\" : 11.199999999999999,\n  \"special_to_date\" : \"03/17/2012\",\n  \"status\" : 1,\n  \"stock_data\" : {\n      \"backorders\" : 1,\n      \"enable_qty_increments\" : 0,\n      \"is_in_stock\" : 1,\n      \"is_qty_decimal\" : 0,\n      \"manage_stock\" : 1,\n      \"max_sale_qty\" : 1,\n      \"min_qty\" : 1.5600000000000001,\n      \"min_sale_qty\" : 1,\n      \"notify_stock_qty\" : -50.990000000000002,\n      \"qty\" : 1,\n      \"use_config_manage_stock\" : 1,\n      \"use_config_min_qty\" : 1,\n      \"use_config_min_sale_qty\": 1,\n      \"use_config_max_sale_qty\" : 1,\n      \"use_config_backorders\": 1,\n      \"use_config_enable_qty_inc\":1,\n      \"use_config_notify_stock_qty\":1\n  },\n  \"tax_class_id\" : \"2\",\n  \"type_id\" : \"simple\",\n  \"use_config_gift_message_available\" : 0,\n  \"visibility\" : \"4\",\n  \"weight\" : 125,\n  \"zb2b_product_restricted\": \"1\",\n  \"customer_permissions\": [\"1\"],\n  \"account_permissions\": [\"1\"],\n  \"account_location_permissions\": [\"4\"],\n  \"zb2b_restricted_prod_groups\": [\"1\", \"2\"],\n  \"color\": \"blue\",\n  \"brand\": \"blue\",\n  \"shoe_type\": \"blue\",\n  \"category_type\": \"1\",\n  \"exclude_from_discount\": \"1\"\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/products","description":"<p><strong>Description</strong>: Allows you to create a new simple product.</p>\n<p><strong>Authentication</strong>: Admin</p>\n<p><strong>Default Format</strong>: JSON</p>\n<p><strong>Parameters</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Required</th>\n<th>Type</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>type_id</td>\n<td>Product type. Can have the \"simple\", \"grouped\", \"configurable\", \"bundle\", \"downloadable\", \"virtual\" value.</td>\n<td>required</td>\n<td>string</td>\n<td>simple</td>\n</tr>\n<tr>\n<td>sku</td>\n<td>Product SKU</td>\n<td>required</td>\n<td>string</td>\n<td>new_product</td>\n</tr>\n<tr>\n<td>name</td>\n<td>Product name</td>\n<td>required</td>\n<td>string</td>\n<td>New Product</td>\n</tr>\n<tr>\n<td>meta_title</td>\n<td>Product meta title</td>\n<td>optional</td>\n<td>string</td>\n<td>New Product</td>\n</tr>\n<tr>\n<td>meta_description</td>\n<td>Product meta description</td>\n<td>optional</td>\n<td>string</td>\n<td>This is a new product</td>\n</tr>\n<tr>\n<td>url_key</td>\n<td>A friendly URL path for the product</td>\n<td>optional</td>\n<td>string</td>\n<td>new-product</td>\n</tr>\n<tr>\n<td>msrp_enabled</td>\n<td>The Apply MAP option. Defines whether the price in the catalog in the frontend is substituted with a Click for price link</td>\n<td>optional</td>\n<td>int</td>\n<td>1</td>\n</tr>\n<tr>\n<td>msrp_display_actual_price_type</td>\n<td>Defines how the price will be displayed in the frontend. Can have the following values: In Cart, Before Order Confirmation, and On Gesture</td>\n<td>optional</td>\n<td>int</td>\n<td>2</td>\n</tr>\n<tr>\n<td>gift_message_available</td>\n<td>Defines whether the gift message is available for the product</td>\n<td>optional</td>\n<td>int</td>\n<td>1</td>\n</tr>\n<tr>\n<td>price</td>\n<td>Product Price</td>\n<td>required</td>\n<td>string</td>\n<td>2000</td>\n</tr>\n<tr>\n<td>special_price</td>\n<td>Product Sale/Special Price</td>\n<td>optional</td>\n<td>string</td>\n<td>1999.99</td>\n</tr>\n<tr>\n<td>cost</td>\n<td>Cost of item</td>\n<td>optional</td>\n<td>string</td>\n<td>0.10</td>\n</tr>\n<tr>\n<td>weight</td>\n<td>Product Weight</td>\n<td>required</td>\n<td>string</td>\n<td>0.4</td>\n</tr>\n<tr>\n<td>msrp</td>\n<td>The Manufacturer's Suggested Retail Price option. The price that a manufacturer suggests to sell the product at.</td>\n<td>optional</td>\n<td>string</td>\n<td>150</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Product status. Can have the following values: 1- Enabled, 2 - Disabled.</td>\n<td>required</td>\n<td>int</td>\n<td>1</td>\n</tr>\n<tr>\n<td>visibility</td>\n<td>Product visibility. Can have the following values: 1 - Not Visible Individually, 2 - Catalog, 3 - Search, 4 - Catalog, Search.</td>\n<td>required</td>\n<td>int</td>\n<td>4</td>\n</tr>\n<tr>\n<td>tax_class_id</td>\n<td>Product tax class. Can have the following values: 0 - None, 2 - taxable Goods, 4 - Shipping, etc., depending on created tax classes.</td>\n<td>required</td>\n<td>int</td>\n<td></td>\n</tr>\n<tr>\n<td>description</td>\n<td>Product description.</td>\n<td>required</td>\n<td>string</td>\n<td>This is a new product.</td>\n</tr>\n<tr>\n<td>short_description</td>\n<td>Product short description.</td>\n<td>required</td>\n<td>string</td>\n<td>A new product.</td>\n</tr>\n<tr>\n<td>special_from_date</td>\n<td>Date starting from which the special price will be applied to the product</td>\n<td>optional</td>\n<td>string</td>\n<td>2020-02-14 00:00:00</td>\n</tr>\n<tr>\n<td>special_to_date</td>\n<td>Date till which the special price will be applied to the product optional</td>\n<td>optional</td>\n<td>string</td>\n<td>2020-02-14 00:00:00</td>\n</tr>\n<tr>\n<td>news_from_date</td>\n<td>Date starting from which the product is promoted as a new product</td>\n<td>optional</td>\n<td>string</td>\n<td>2020-02-14 00:00:00</td>\n</tr>\n<tr>\n<td>news_to_date</td>\n<td>Date till which the product is promoted as a new product</td>\n<td>optional</td>\n<td>string</td>\n<td>2020-02-14 00:00:00</td>\n</tr>\n<tr>\n<td>group_price</td>\n<td>Product group price</td>\n<td>optional</td>\n<td>array</td>\n<td>array of group price</td>\n</tr>\n<tr>\n<td>tier_price</td>\n<td>Product tier price</td>\n<td>optional</td>\n<td>array</td>\n<td>array of tier price</td>\n</tr>\n<tr>\n<td>stock_data</td>\n<td>Product inventory data</td>\n<td>optional</td>\n<td>array</td>\n<td>array of stock data</td>\n</tr>\n<tr>\n<td>zb2b_product_restricted</td>\n<td>Is Product Restricted</td>\n<td>optional</td>\n<td>booleanFlag</td>\n<td>1</td>\n</tr>\n<tr>\n<td>zb2b_restricted_prod_groups</td>\n<td>Customer Groups allowed to view the product if restricted. (Array of IDs)</td>\n<td>optional</td>\n<td>array</td>\n<td>[\"1\", \"4\"]</td>\n</tr>\n<tr>\n<td>customer_permissions</td>\n<td>Customers allowed to view the product if restricted. (Array of IDs)</td>\n<td>optional</td>\n<td>array</td>\n<td>[\"1\", \"4\"]</td>\n</tr>\n<tr>\n<td>account_permissions</td>\n<td>Accounts allowed to view the product if restricted. (Array of IDs)</td>\n<td>optional</td>\n<td>array</td>\n<td>[\"1\", \"4\"]</td>\n</tr>\n<tr>\n<td>account_location_permissions</td>\n<td>Account Locations allowed to view the product if restricted. (Array of IDs)</td>\n<td>optional</td>\n<td>array</td>\n<td>[\"1\", \"4\"]</td>\n</tr>\n<tr>\n<td><code>custom_options</code></td>\n<td>Product Customizations. Key is either numeric for existing options or non-numeric for new options.</td>\n<td>optional</td>\n<td>CustomOptionConfig</td>\n<td>{ \"_1\": CustomOption }</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"array-of-group-price-attributes-is-as-follows\">Array of Group Price attributes is as follows:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Required</th>\n<th>Type</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>cust_group</td>\n<td>Customer group</td>\n<td>optional</td>\n<td>int</td>\n<td>1</td>\n</tr>\n<tr>\n<td>price</td>\n<td>Group price</td>\n<td>required</td>\n<td>string</td>\n<td>150</td>\n</tr>\n<tr>\n<td>special_price</td>\n<td>Group Sale Price</td>\n<td>optional</td>\n<td>string</td>\n<td>145.99</td>\n</tr>\n<tr>\n<td>special_from_date</td>\n<td>Group Sale Start Date</td>\n<td>optional</td>\n<td>string</td>\n<td>2021-01-15T00:00:00</td>\n</tr>\n<tr>\n<td>special_to_date</td>\n<td>Group Sale End Date</td>\n<td>optional</td>\n<td>string</td>\n<td>2021-01-25T00:00:00</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p>All data in the <code>group_price</code> array will overwrite all existing group price data. </p>\n</blockquote>\n<h3 id=\"array-of-tier-price-attributes-is-as-follows\">Array of Tier Price attributes is as follows:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Required</th>\n<th>Type</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>website_id</td>\n<td>Website ID</td>\n<td>optional</td>\n<td>int</td>\n<td>0</td>\n</tr>\n<tr>\n<td>cust_group</td>\n<td>Customer group ID</td>\n<td>optional</td>\n<td>int</td>\n<td>1</td>\n</tr>\n<tr>\n<td>price</td>\n<td>Tier price</td>\n<td>optional</td>\n<td>string</td>\n<td>150</td>\n</tr>\n<tr>\n<td>price_qty</td>\n<td>Price quantity</td>\n<td>optional</td>\n<td>string</td>\n<td>10</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"array-of-stock-data-attributes-is-as-follows\">Array of Stock Data attributes is as follows:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Required</th>\n<th>Type</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>qty</td>\n<td>Quantity of stock items for the current product</td>\n<td>optional</td>\n<td>string</td>\n<td>99</td>\n</tr>\n<tr>\n<td>min_qty</td>\n<td>Quantity for stock items to become out of stock</td>\n<td>optional</td>\n<td>string</td>\n<td>5</td>\n</tr>\n<tr>\n<td>use_config_min_qty</td>\n<td>Choose whether the Config settings will be applied for the Qty for Item's Status to Become Out of Stock option</td>\n<td>optional</td>\n<td>int</td>\n<td>1</td>\n</tr>\n<tr>\n<td>is_qty_decimal</td>\n<td>Choose whether the product can be sold using decimals (e.g., you can buy 2.5 product)</td>\n<td>optional</td>\n<td>int</td>\n<td>1</td>\n</tr>\n<tr>\n<td>backorders</td>\n<td>Defines whether the customer can place the order for products that are out of stock at the moment.</td>\n<td>optional</td>\n<td>int</td>\n<td>0</td>\n</tr>\n<tr>\n<td>use_config_backorders</td>\n<td>Choose whether the Config settings will be applied for the Backorders</td>\n<td>optional</td>\n<td>int</td>\n<td>1</td>\n</tr>\n<tr>\n<td>min_sale_qty</td>\n<td>Minimum number of items in the shopping cart to be sold</td>\n<td>optional</td>\n<td>string</td>\n<td>10</td>\n</tr>\n<tr>\n<td>use_config_min_sale_qty</td>\n<td>Choose whether the Config settings will be applied for the Minimum Qty Allowed in Shopping Cart</td>\n<td>optional</td>\n<td>int</td>\n<td>1</td>\n</tr>\n<tr>\n<td>max_sale_qty</td>\n<td>Maximum number of items in the shopping cart to be sold</td>\n<td>optional</td>\n<td>string</td>\n<td>50</td>\n</tr>\n<tr>\n<td>use_config_max_sale_qty</td>\n<td>Choose whether the Config settings will be applied for the Maximum Qty Allowed in Shopping Cart</td>\n<td>optional</td>\n<td>int</td>\n<td>1</td>\n</tr>\n<tr>\n<td>is_in_stock</td>\n<td>Defines whether the product is available for selling.</td>\n<td>optional</td>\n<td>int</td>\n<td>1</td>\n</tr>\n<tr>\n<td>notify_stock_qty</td>\n<td>The number of inventory items below which the customer will be notified</td>\n<td>optional</td>\n<td>string</td>\n<td>5</td>\n</tr>\n<tr>\n<td>use_config_notify_stock_qty</td>\n<td>Choose whether the Config settings will be applied for the Notify for Quantity Below option</td>\n<td>optional</td>\n<td>int</td>\n<td>1</td>\n</tr>\n<tr>\n<td>manage_stock</td>\n<td>Choose whether to view and specify the product quantity and availability and whether the product is in stock management.</td>\n<td>optional</td>\n<td>int</td>\n<td>1</td>\n</tr>\n<tr>\n<td>use_config_manage_stock</td>\n<td>Choose whether the Config settings will be applied for the Manage Stock option</td>\n<td>optional</td>\n<td>int</td>\n<td>1</td>\n</tr>\n<tr>\n<td>use_config_qty_increments</td>\n<td>Choose whether the Config settings will be applied for the Qty Increments option</td>\n<td>optional</td>\n<td>int</td>\n<td>1</td>\n</tr>\n<tr>\n<td>qty_increments</td>\n<td>The product quantity increment value optional</td>\n<td>optional</td>\n<td>string</td>\n<td>3</td>\n</tr>\n<tr>\n<td>use_config_enable_qty_inc</td>\n<td>Choose whether the Config settings will be applied for the Enable Qty Increments option</td>\n<td>optional</td>\n<td>int</td>\n<td>1</td>\n</tr>\n<tr>\n<td>enable_qty_increments</td>\n<td>Defines whether the customer can add products only in increments to the shopping cart</td>\n<td>optional</td>\n<td>int</td>\n<td>0</td>\n</tr>\n<tr>\n<td>is_decimal_divided</td>\n<td>Defines whether the stock items can be divided into multiple boxes for shipping</td>\n<td>optional</td>\n<td>int</td>\n<td>0</td>\n</tr>\n<tr>\n<td>group_qty_increments</td>\n<td>Will update the products qty increments (packages).</td>\n<td>optional</td>\n<td>GroupQtyIncrementData[]</td>\n<td>[]</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"groupqtyincrementdata\">GroupQtyIncrementData:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Required</th>\n<th>Type</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Customer Group ID</td>\n<td>required</td>\n<td>int</td>\n<td>null</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Increment Value</td>\n<td>optional</td>\n<td>int</td>\n<td>10</td>\n</tr>\n<tr>\n<td>increment_label</td>\n<td>Increment Label</td>\n<td>optional</td>\n<td>string</td>\n<td>Package(s)</td>\n</tr>\n<tr>\n<td>is_default</td>\n<td>Is the default increment</td>\n<td>optional</td>\n<td>boolean</td>\n<td>false</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"customoption\">CustomOption:</h3>\n<p>The following are the generic options needed for all custom options. There will be additional options defined below for each option type.  </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Required</th>\n<th>Type</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>option_id</td>\n<td>Unique identifier for the option</td>\n<td>Required</td>\n<td>String</td>\n<td>\"11\"</td>\n</tr>\n<tr>\n<td>title</td>\n<td>The title of the option</td>\n<td>Required</td>\n<td>String</td>\n<td>\"Test 1\"</td>\n</tr>\n<tr>\n<td>type</td>\n<td>The type of the option (field, area, file, etc.)</td>\n<td>Required</td>\n<td>String (field, area, file, drop_down, radio, checkbox, multiple, date, date_time, time)</td>\n<td>\"field\"</td>\n</tr>\n<tr>\n<td>is_require</td>\n<td>Whether the option is required (0 = No, 1 = Yes)</td>\n<td>Required</td>\n<td>Integer (0, 1)</td>\n<td>0</td>\n</tr>\n<tr>\n<td>is_deleted</td>\n<td>Whether the option is deleted (0 = No, 1 = Yes)</td>\n<td>Required</td>\n<td>Integer (0, 1)</td>\n<td>0</td>\n</tr>\n<tr>\n<td>sort_order</td>\n<td>The sort order of the option</td>\n<td>Required</td>\n<td>Integer</td>\n<td>0</td>\n</tr>\n<tr>\n<td>render_layout</td>\n<td>Layout style for the option</td>\n<td>Optional</td>\n<td>String (null, '2-column', '3-column')</td>\n<td>null</td>\n</tr>\n<tr>\n<td>fixed_price_qty</td>\n<td>How the price is applied (1 = One Time, 0 = Per Item)</td>\n<td>Optional</td>\n<td>Integer (1, 0)</td>\n<td>0</td>\n</tr>\n<tr>\n<td>customer_group_id</td>\n<td>Customer group ID for specific targeting</td>\n<td>Optional</td>\n<td>Integer (null - All groups, 0 - NOT LOGGED IN, ...)</td>\n<td>null</td>\n</tr>\n<tr>\n<td>tooltip</td>\n<td>Tooltip text that provides more information</td>\n<td>Optional</td>\n<td>String (null, string)</td>\n<td>null</td>\n</tr>\n<tr>\n<td>tooltip_icon</td>\n<td>Icon for the tooltip</td>\n<td>Optional</td>\n<td>String (null, string)</td>\n<td>null</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"customoptionfield\">CustomOptionField:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Required</th>\n<th>Type</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>max_characters</td>\n<td>Max Characters</td>\n<td>Required</td>\n<td>String</td>\n<td>null</td>\n</tr>\n<tr>\n<td>sku</td>\n<td>SKU Adjustment</td>\n<td>Required</td>\n<td>String</td>\n<td>null</td>\n</tr>\n<tr>\n<td>price</td>\n<td>Price Adjustment</td>\n<td>Required</td>\n<td>String (field, area, file, drop_down, radio, checkbox, multiple, date, date_time, time)</td>\n<td>\"field\"</td>\n</tr>\n<tr>\n<td>price_type</td>\n<td>Price Adjustment Type</td>\n<td>Required</td>\n<td>String (fixed, percent)</td>\n<td>\"fixed\"</td>\n</tr>\n<tr>\n<td>zoey_weight</td>\n<td>Weight</td>\n<td>Required</td>\n<td>Integer</td>\n<td>0</td>\n</tr>\n<tr>\n<td>customer_group_prices</td>\n<td>Customer Group Price</td>\n<td>Required</td>\n<td>CustomOptionCustomerGroupPrice</td>\n<td>Defined in the CustomOptionCustomerGroupPrice section.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"customoptionarea\">CustomOptionArea:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Required</th>\n<th>Type</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>max_characters</td>\n<td>Max Characters</td>\n<td>Required</td>\n<td>String</td>\n<td>null</td>\n</tr>\n<tr>\n<td>sku</td>\n<td>SKU Adjustment</td>\n<td>Required</td>\n<td>String</td>\n<td>null</td>\n</tr>\n<tr>\n<td>price</td>\n<td>Price Adjustment</td>\n<td>Required</td>\n<td>String (field, area, file, drop_down, radio, checkbox, multiple, date, date_time, time)</td>\n<td>\"field\"</td>\n</tr>\n<tr>\n<td>price_type</td>\n<td>Price Adjustment Type</td>\n<td>Required</td>\n<td>String (fixed, percent)</td>\n<td>\"fixed\"</td>\n</tr>\n<tr>\n<td>zoey_weight</td>\n<td>Weight</td>\n<td>Required</td>\n<td>Integer</td>\n<td>0</td>\n</tr>\n<tr>\n<td>customer_group_prices</td>\n<td>Customer Group Price</td>\n<td>Required</td>\n<td>CustomOptionCustomerGroupPrice</td>\n<td>Defined in the CustomOptionCustomerGroupPrice section.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"customoptionfile\">CustomOptionFile:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Required</th>\n<th>Type</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>file_extension</td>\n<td>Allowed File Extensions</td>\n<td>Required</td>\n<td>String</td>\n<td>null</td>\n</tr>\n<tr>\n<td>sku</td>\n<td>SKU Adjustment</td>\n<td>Required</td>\n<td>String</td>\n<td>null</td>\n</tr>\n<tr>\n<td>price</td>\n<td>Price Adjustment</td>\n<td>Required</td>\n<td>String (field, area, file, drop_down, radio, checkbox, multiple, date, date_time, time)</td>\n<td>\"field\"</td>\n</tr>\n<tr>\n<td>price_type</td>\n<td>Price Adjustment Type</td>\n<td>Required</td>\n<td>String (fixed, percent)</td>\n<td>\"fixed\"</td>\n</tr>\n<tr>\n<td>customer_group_prices</td>\n<td>Customer Group Price</td>\n<td>Required</td>\n<td>CustomOptionCustomerGroupPrice</td>\n<td>Defined in the CustomOptionCustomerGroupPrice section.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"customoptiondate\">CustomOptionDate:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Required</th>\n<th>Type</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>sku</td>\n<td>SKU Adjustment</td>\n<td>Required</td>\n<td>String</td>\n<td>null</td>\n</tr>\n<tr>\n<td>price</td>\n<td>Price Adjustment</td>\n<td>Required</td>\n<td>String (field, area, file, drop_down, radio, checkbox, multiple, date, date_time, time)</td>\n<td>\"field\"</td>\n</tr>\n<tr>\n<td>price_type</td>\n<td>Price Adjustment Type</td>\n<td>Required</td>\n<td>String (fixed, percent)</td>\n<td>\"fixed\"</td>\n</tr>\n<tr>\n<td>customer_group_id</td>\n<td>Customer group ID for specific targeting</td>\n<td>Optional</td>\n<td>Integer (null - All groups, 0 - NOT LOGGED IN, ...)</td>\n<td>null</td>\n</tr>\n<tr>\n<td>customer_group_prices</td>\n<td>Customer Group Price</td>\n<td>Required</td>\n<td>CustomOptionCustomerGroupPrice</td>\n<td>Defined in the CustomOptionCustomerGroupPrice section.</td>\n</tr>\n<tr>\n<td>date_offset_max</td>\n<td>Max Day Buffer</td>\n<td>Required</td>\n<td>null</td>\n<td>Integer ( 0 - 29 )</td>\n</tr>\n<tr>\n<td>date_offset_max</td>\n<td>Min Day Buffer</td>\n<td>Required</td>\n<td>null</td>\n<td>Integer ( 0 - 29 )</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"customoptiondatetime\">CustomOptionDateTime:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Required</th>\n<th>Type</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>sku</td>\n<td>SKU Adjustment</td>\n<td>Required</td>\n<td>String</td>\n<td>null</td>\n</tr>\n<tr>\n<td>price</td>\n<td>Price Adjustment</td>\n<td>Required</td>\n<td>String (field, area, file, drop_down, radio, checkbox, multiple, date, date_time, time)</td>\n<td>\"field\"</td>\n</tr>\n<tr>\n<td>price_type</td>\n<td>Price Adjustment Type</td>\n<td>Required</td>\n<td>String (fixed, percent)</td>\n<td>\"fixed\"</td>\n</tr>\n<tr>\n<td>customer_group_id</td>\n<td>Customer group ID for specific targeting</td>\n<td>Optional</td>\n<td>Integer (null - All groups, 0 - NOT LOGGED IN, ...)</td>\n<td>null</td>\n</tr>\n<tr>\n<td>customer_group_prices</td>\n<td>Customer Group Price</td>\n<td>Required</td>\n<td>CustomOptionCustomerGroupPrice</td>\n<td>Defined in the CustomOptionCustomerGroupPrice section.</td>\n</tr>\n<tr>\n<td>date_offset_max</td>\n<td>Max Day Buffer</td>\n<td>Required</td>\n<td>null</td>\n<td>Integer ( 0 - 29 )</td>\n</tr>\n<tr>\n<td>date_offset_max</td>\n<td>Min Day Buffer</td>\n<td>Required</td>\n<td>null</td>\n<td>Integer ( 0 - 29 )</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"customoptiontime\">CustomOptionTime:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Required</th>\n<th>Type</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>sku</td>\n<td>SKU Adjustment</td>\n<td>Required</td>\n<td>String</td>\n<td>null</td>\n</tr>\n<tr>\n<td>price</td>\n<td>Price Adjustment</td>\n<td>Required</td>\n<td>String (field, area, file, drop_down, radio, checkbox, multiple, date, date_time, time)</td>\n<td>\"field\"</td>\n</tr>\n<tr>\n<td>price_type</td>\n<td>Price Adjustment Type</td>\n<td>Required</td>\n<td>String (fixed, percent)</td>\n<td>\"fixed\"</td>\n</tr>\n<tr>\n<td>customer_group_id</td>\n<td>Customer group ID for specific targeting</td>\n<td>Optional</td>\n<td>Integer (null - All groups, 0 - NOT LOGGED IN, ...)</td>\n<td>null</td>\n</tr>\n<tr>\n<td>customer_group_prices</td>\n<td>Customer Group Price</td>\n<td>Required</td>\n<td>CustomOptionCustomerGroupPrice</td>\n<td>Defined in the CustomOptionCustomerGroupPrice section.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"customoptiondropdown\">CustomOptionDropDown:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Required</th>\n<th>Type</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>values</td>\n<td>Key/Value where key is value id and value is the option value config</td>\n<td>Required</td>\n<td>CustomOptionValue</td>\n<td>Defined in the CustomOptionValue section</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"customoptionradio\">CustomOptionRadio:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Required</th>\n<th>Type</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>values</td>\n<td>Key/Value where key is value id and value is the option value config</td>\n<td>Required</td>\n<td>CustomOptionValue</td>\n<td>Defined in the CustomOptionValue section</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"customoptioncheckbox\">CustomOptionCheckbox:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Required</th>\n<th>Type</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>values</td>\n<td>Key/Value where key is value id and value is the option value config</td>\n<td>Required</td>\n<td>CustomOptionValue</td>\n<td>Defined in the CustomOptionValue section</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"customoptionmultiple\">CustomOptionMultiple:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Required</th>\n<th>Type</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>values</td>\n<td>Key/Value where key is value id and value is the option value config</td>\n<td>Required</td>\n<td>CustomOptionValue</td>\n<td>Defined in the CustomOptionValue section</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"customoptionvalue\">CustomOptionValue:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Required</th>\n<th>Type</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>option_type_id</td>\n<td>Option Type ID</td>\n<td>Required</td>\n<td>Non numeric for new value</td>\n<td>'_1'</td>\n</tr>\n<tr>\n<td>option_id</td>\n<td>Option its assigned to</td>\n<td>Required</td>\n<td>Non numeric for new option</td>\n<td>'11'</td>\n</tr>\n<tr>\n<td>title</td>\n<td>The title of the option</td>\n<td>Required</td>\n<td>String</td>\n<td>\"Test 1\"</td>\n</tr>\n<tr>\n<td>sku</td>\n<td>SKU Adjustment</td>\n<td>Required</td>\n<td>String</td>\n<td>null</td>\n</tr>\n<tr>\n<td>price</td>\n<td>Price Adjustment</td>\n<td>Required</td>\n<td>String (field, area, file, drop_down, radio, checkbox, multiple, date, date_time, time)</td>\n<td>\"field\"</td>\n</tr>\n<tr>\n<td>price_type</td>\n<td>Price Adjustment Type</td>\n<td>Required</td>\n<td>String (fixed, percent)</td>\n<td>\"fixed\"</td>\n</tr>\n<tr>\n<td>customer_group_id</td>\n<td>Customer group ID for specific targeting</td>\n<td>Optional</td>\n<td>Integer (null - All groups, 0 - NOT LOGGED IN, ...)</td>\n<td>null</td>\n</tr>\n<tr>\n<td>customer_group_prices</td>\n<td>Customer Group Price</td>\n<td>Required</td>\n<td>CustomOptionCustomerGroupPrice</td>\n<td>Defined in the CustomOptionCustomerGroupPrice section.</td>\n</tr>\n<tr>\n<td>sort_order</td>\n<td>The sort order of the option</td>\n<td>Required</td>\n<td>Integer</td>\n<td>0</td>\n</tr>\n<tr>\n<td>zoey_weight</td>\n<td>Weight</td>\n<td>Required</td>\n<td>Integer</td>\n<td>0</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"customoptioncustomergroupprice\">CustomOptionCustomerGroupPrice:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Required</th>\n<th>Type</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>option_customer_group_price_id</td>\n<td>Option Type ID</td>\n<td>Required</td>\n<td>Non numeric for new value</td>\n<td>'_1'</td>\n</tr>\n<tr>\n<td>option_id</td>\n<td>Option its assigned to</td>\n<td>Required</td>\n<td>Non numeric for new option</td>\n<td>'11'</td>\n</tr>\n<tr>\n<td>price</td>\n<td>Price Adjustment</td>\n<td>Required</td>\n<td>String (field, area, file, drop_down, radio, checkbox, multiple, date, date_time, time)</td>\n<td>\"field\"</td>\n</tr>\n<tr>\n<td>price_type</td>\n<td>Price Adjustment Type</td>\n<td>Required</td>\n<td>String (fixed, percent)</td>\n<td>\"fixed\"</td>\n</tr>\n<tr>\n<td>customer_group_id</td>\n<td>Customer group ID for specific targeting</td>\n<td>Optional</td>\n<td>Integer (null - All groups, 0 - NOT LOGGED IN, ...)</td>\n<td>null</td>\n</tr>\n<tr>\n<td>sort_order</td>\n<td>The sort order of the option</td>\n<td>Required</td>\n<td>Integer</td>\n<td>0</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["products"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[{"id":"ceb48137-abb0-4caf-8fd6-3b6b36d00b63","name":"Simple","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"custom_design\" : \"default/blank\",\n  \"custom_design_from\" : \"02/16/2012\",\n  \"custom_design_to\" : \"05/01/2012\",\n  \"description\" : \"Test description\",\n  \"gift_message_available\" : 1,\n  \"meta_description\" : \"Test meta\",\n  \"meta_keyword\" : \"Test keyword\",\n  \"meta_title\" : \"Test title\",\n  \"msrp\" : 11.015000000000001,\n  \"msrp_display_actual_price_type\" : 1,\n  \"msrp_enabled\" : 1,\n  \"name\" : \"Test\",\n  \"news_from_date\" : \"02/16/2012\",\n  \"news_to_date\" : \"16.02.2012\",\n  \"options_container\" : \"container1\",\n  \"page_layout\" : \"one_column\",\n  \"price\" : 25.5,\n  \"attribute_set_id\" : \"4\",\n  \"short_description\" : \"Test short description\",\n  \"sku\" : \"simple4f5490f31959f\",\n  \"special_from_date\" : \"02/16/2012\",\n  \"special_price\" : 11.199999999999999,\n  \"special_to_date\" : \"03/17/2012\",\n  \"status\" : 1,\n  \"stock_data\" : {\n      \"backorders\" : 1,\n      \"enable_qty_increments\" : 0,\n      \"is_in_stock\" : 0,\n      \"is_qty_decimal\" : 0,\n      \"manage_stock\" : 1,\n      \"max_sale_qty\" : 1,\n      \"min_qty\" : 1.5600000000000001,\n      \"min_sale_qty\" : 1,\n      \"notify_stock_qty\" : -50.990000000000002,\n      \"qty\" : 1,\n      \"use_config_manage_stock\" : 1,\n      \"use_config_min_qty\" : 1,\n      \"use_config_min_sale_qty\": 1,\n      \"use_config_max_sale_qty\" : 1,\n      \"use_config_backorders\": 1,\n      \"use_config_enable_qty_inc\":1,\n      \"use_config_notify_stock_qty\":1 },\n  \"tax_class_id\" : \"2\",\n  \"type_id\" : \"simple\",\n  \"use_config_gift_message_available\" : 0,\n  \"visibility\" : \"4\",\n  \"weight\" : 125\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/products"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"7d874cdd-234d-424c-9ac4-f0cd6f902f4b","name":"Grouped","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    // Post ALL Grouped Products:\n    //  * Any product omitted will be DELETED.\n    \"associated_products\": [\n        {\n            // Product ID\n            \"entity_id\": \"22\",\n            // Sort Order\n            \"position\": \"1\",\n            // Default Qty\n            \"qty\": \"3\",\n            // Min Qty\n            \"zoey_min_qty\": \"1\",\n            // Max Qty\n            \"zoey_max_qty\": \"5\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/products"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"43ca91df-e134-41c1-80d2-389bd367df3b","name":"Stock Data","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"stock_data\" : {\n        \"backorders\" : 1,\n        \"enable_qty_increments\" : 0,\n        \"is_in_stock\" : 0,\n        \"is_qty_decimal\" : 0,\n        \"manage_stock\" : 1,\n        \"max_sale_qty\" : 1,\n        \"min_qty\" : 1.5600000000000001,\n        \"min_sale_qty\" : 1,\n        \"notify_stock_qty\" : -50.990000000000002,\n        \"qty\" : 1,\n        \"use_config_manage_stock\" : 1,\n        \"use_config_min_qty\" : 1,\n        \"use_config_min_sale_qty\": 1,\n        \"use_config_max_sale_qty\" : 1,\n        \"use_config_backorders\": 1,\n        \"use_config_enable_qty_inc\":1,\n        \"use_config_notify_stock_qty\":1\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/products"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"f3eff3ed-6398-4a13-b370-431a7dfa5818","name":"Bundle","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    // \"SELECT\"\n    {\n        \"title\": null,\n        \"type\": \"select\",\n        \"position\": null,\n        \"required\": 1,\n        \"option_id\": \"_001\",\n        \"is_visible_on_frontend\": 1,\n        \"bundle_selections\": [\n            {\n                \"position\": 0,\n                \"entity_id\": 15,\n                \"selection_id\": \"_003\",\n                \"option_id\": \"_001\",\n                \"selection_can_change_qty\": 0,\n                \"selection_price_type\": 0,\n                \"selection_price_value\": null,\n                \"is_default\": 0,\n                \"selection_qty\": 1\n            }\n        ],\n        \"default_title\": \"Drop Down\"\n    },\n    \n    // \"RADIO\"\n    {\n        \"title\": null,\n        \"type\": \"radio\",\n        \"position\": null,\n        \"required\": 0,\n        \"option_id\": \"_004\",\n        \"is_visible_on_frontend\": 1,\n        \"bundle_selections\": [\n            {\n                \"entity_id\": 15,\n                \"selection_id\": \"_009\",\n                \"option_id\": \"_004\",\n                \"selection_can_change_qty\": 0,\n                \"selection_price_type\": 0,\n                \"selection_price_value\": null,\n                \"is_default\": 0,\n                \"selection_qty\": 1\n            }\n        ],\n        \"default_title\": \"Radio\"\n    },\n\n    // \"CHECKBOX\"\n    {\n        \"title\": null,\n        \"type\": \"checkbox\",\n        \"position\": null,\n        \"required\": 0,\n        \"option_id\": \"_005\",\n        \"is_visible_on_frontend\": 1,\n        \"bundle_selections\": [\n            {\n                \"entity_id\": 15,\n                \"selection_id\": \"_010\",\n                \"option_id\": \"_005\",\n                \"selection_can_change_qty\": 0,\n                \"selection_price_type\": 0,\n                \"selection_price_value\": null,\n                \"is_default\": 0,\n                \"selection_qty\": 1\n            }\n        ],\n        \"default_title\": \"Checkbox\"\n    },\n\n    // \"MULTISELECT\"\n    {\n        \"title\": null,\n        \"type\": \"multi\",\n        \"position\": null,\n        \"required\": 0,\n        \"option_id\": \"_006\",\n        \"is_visible_on_frontend\": 1,\n        \"bundle_selections\": [\n            {\n                \"entity_id\": 15,\n                \"selection_id\": \"_011\",\n                \"option_id\": \"_006\",\n                \"selection_can_change_qty\": 0,\n                \"selection_price_type\": 0,\n                \"selection_price_value\": null,\n                \"is_default\": 0,\n                \"selection_qty\": 1\n            }\n        ],\n        \"default_title\": \"MultiSelect\"\n    },\n\n    // \"NON-EDITABLE\"\n    {\n        \"title\": null,\n        \"type\": \"non_editable\",\n        \"position\": null,\n        \"required\": 1,\n        \"option_id\": \"_007\",\n        \"is_visible_on_frontend\": 1,\n        \"bundle_selections\": [\n            {\n                \"entity_id\": 15,\n                \"selection_id\": \"_012\",\n                \"option_id\": \"_007\",\n                \"selection_can_change_qty\": 0,\n                \"selection_price_type\": 0,\n                \"selection_price_value\": null,\n                \"is_default\": 0,\n                \"selection_qty\": 1\n            }\n        ],\n        \"default_title\": \"Non-Editable\"\n    },\n\n    // \"CASE\"\n    {\n        \"title\": null,\n        \"type\": \"case\",\n        \"position\": null,\n        \"required\": 1,\n        \"option_id\": \"_008\",\n        \"is_visible_on_frontend\": 1,\n        \"bundle_selections\": [\n            {\n                \"entity_id\": 15,\n                \"selection_id\": \"_013\",\n                \"option_id\": \"_008\",\n                \"selection_can_change_qty\": 1,\n                \"selection_price_type\": 0,\n                \"selection_price_value\": null,\n                \"is_default\": 0,\n                \"selection_qty\": 1\n            }\n        ],\n        \"default_title\": \"Case\",\n        \"case_size\": 1,\n        \"display_mode\": 0,\n        \"default_case_message\": \"You have selected {qty} of {caseSize}. Add {remainder} more to fill the case before you can add to cart.\"\n    }\n]","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/products"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"33eb96c1-3f05-4f90-9bd8-dd620913b804","name":"Configurable","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"used_variations\": {\n        \"color\": { \"attribute_id\": 92, \"position\": 0},\n        \"size\": { \"attribute_id\": 133, \"position\": 1}\n    },\n    \"child_product_ids\": [25,27]\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/products"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"83be10af-878f-4a96-8739-e79491573f19"},{"name":"Update","id":"99c2241f-2873-436c-ab89-188a80458488","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"price\": \"10\"\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/products/:productId","description":"<blockquote>\n<p><strong>Change \"Update\" in \"Example Requests\" for more ways to use this endpoint!</strong> </p>\n</blockquote>\n<p><strong>Description</strong>: Allows you to update an existing simple product.</p>\n<p><strong>Authentication</strong>: Admin</p>\n<p><strong>Default Format</strong>: JSON</p>\n<p><strong>ProductUpdate Parameters</strong>:</p>\n<blockquote>\n<p><strong>Enter only those parameters which you want to update.</strong> </p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Required</th>\n<th>Type</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>type_id</td>\n<td>Product type. Can have the \"simple\" value.</td>\n<td>required</td>\n<td>string</td>\n<td>simple</td>\n</tr>\n<tr>\n<td>attribute_set_id</td>\n<td>Attribute set for the product.</td>\n<td>required</td>\n<td>int</td>\n<td>4</td>\n</tr>\n<tr>\n<td>sku</td>\n<td>Product SKU</td>\n<td>required</td>\n<td>string</td>\n<td>new_product</td>\n</tr>\n<tr>\n<td>name</td>\n<td>Product name</td>\n<td>required</td>\n<td>string</td>\n<td>New Product</td>\n</tr>\n<tr>\n<td>meta_title</td>\n<td>Product meta title</td>\n<td>optional</td>\n<td>string</td>\n<td>New Product</td>\n</tr>\n<tr>\n<td>meta_description</td>\n<td>Product meta description</td>\n<td>optional</td>\n<td>string</td>\n<td>This is a new product</td>\n</tr>\n<tr>\n<td>url_key</td>\n<td>A friendly URL path for the product</td>\n<td>optional</td>\n<td>string</td>\n<td>new-product</td>\n</tr>\n<tr>\n<td>msrp_enabled</td>\n<td>The Apply MAP option. Defines whether the price in the catalog in the frontend is substituted with a Click for price link</td>\n<td>optional</td>\n<td>int</td>\n<td>1</td>\n</tr>\n<tr>\n<td>msrp_display_actual_price_type</td>\n<td>Defines how the price will be displayed in the frontend. Can have the following values: In Cart, Before Order Confirmation, and On Gesture</td>\n<td>optional</td>\n<td>int</td>\n<td>2</td>\n</tr>\n<tr>\n<td>gift_message_available</td>\n<td>Defines whether the gift message is available for the product</td>\n<td>optional</td>\n<td>int</td>\n<td>1</td>\n</tr>\n<tr>\n<td>price</td>\n<td>Product Price</td>\n<td>required</td>\n<td>string</td>\n<td>2000</td>\n</tr>\n<tr>\n<td>special_price</td>\n<td>Product Sale/Special Price</td>\n<td>optional</td>\n<td>string</td>\n<td>1999.99</td>\n</tr>\n<tr>\n<td>cost</td>\n<td>Cost of item</td>\n<td>optional</td>\n<td>string</td>\n<td>0.10</td>\n</tr>\n<tr>\n<td>weight</td>\n<td>Product Weight</td>\n<td>required</td>\n<td>string</td>\n<td>0.4</td>\n</tr>\n<tr>\n<td>msrp</td>\n<td>The Manufacturer's Suggested Retail Price option. The price that a manufacturer suggests to sell the product at.</td>\n<td>optional</td>\n<td>string</td>\n<td>150</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Product status. Can have the following values: 1- Enabled, 2 - Disabled.</td>\n<td>required</td>\n<td>int</td>\n<td>1</td>\n</tr>\n<tr>\n<td>visibility</td>\n<td>Product visibility. Can have the following values: 1 - Not Visible Individually, 2 - Catalog, 3 - Search, 4 - Catalog, Search.</td>\n<td>required</td>\n<td>int</td>\n<td>4</td>\n</tr>\n<tr>\n<td>tax_class_id</td>\n<td>Product tax class. Can have the following values: 0 - None, 2 - taxable Goods, 4 - Shipping, etc., depending on created tax classes.</td>\n<td>required</td>\n<td>int</td>\n<td></td>\n</tr>\n<tr>\n<td>description</td>\n<td>Product description.</td>\n<td>required</td>\n<td>string</td>\n<td>This is a new product.</td>\n</tr>\n<tr>\n<td>short_description</td>\n<td>Product short description.</td>\n<td>required</td>\n<td>string</td>\n<td>A new product.</td>\n</tr>\n<tr>\n<td>special_from_date</td>\n<td>Date starting from which the special price will be applied to the product</td>\n<td>optional</td>\n<td>string</td>\n<td>2020-02-14 00:00:00</td>\n</tr>\n<tr>\n<td>special_to_date</td>\n<td>Date till which the special price will be applied to the product optional</td>\n<td>optional</td>\n<td>string</td>\n<td>2020-02-14 00:00:00</td>\n</tr>\n<tr>\n<td>news_from_date</td>\n<td>Date starting from which the product is promoted as a new product</td>\n<td>optional</td>\n<td>string</td>\n<td>2020-02-14 00:00:00</td>\n</tr>\n<tr>\n<td>news_to_date</td>\n<td>Date till which the product is promoted as a new product</td>\n<td>optional</td>\n<td>string</td>\n<td>2020-02-14 00:00:00</td>\n</tr>\n<tr>\n<td>group_price</td>\n<td>Product group price</td>\n<td>optional</td>\n<td>array</td>\n<td>array of group price</td>\n</tr>\n<tr>\n<td>tier_price</td>\n<td>Product tier price</td>\n<td>optional</td>\n<td>array</td>\n<td>array of tier price</td>\n</tr>\n<tr>\n<td>stock_data</td>\n<td>Product inventory data</td>\n<td>optional</td>\n<td>array</td>\n<td>array of stock data</td>\n</tr>\n<tr>\n<td>zb2b_product_restricted</td>\n<td>Is Product Restricted</td>\n<td>optional</td>\n<td>booleanFlag</td>\n<td>1</td>\n</tr>\n<tr>\n<td>zb2b_restricted_prod_groups</td>\n<td>Customer Groups allowed to view the product if restricted. (Array of IDs)</td>\n<td>optional</td>\n<td>array</td>\n<td>[\"1\", \"4\"]</td>\n</tr>\n<tr>\n<td>customer_permissions</td>\n<td>Customers allowed to view the product if restricted. (Array of IDs)</td>\n<td>optional</td>\n<td>array</td>\n<td>[\"1\", \"4\"]</td>\n</tr>\n<tr>\n<td>account_permissions</td>\n<td>Accounts allowed to view the product if restricted. (Array of IDs)</td>\n<td>optional</td>\n<td>array</td>\n<td>[\"1\", \"4\"]</td>\n</tr>\n<tr>\n<td>account_location_permissions</td>\n<td>Account Locations allowed to view the product if restricted. (Array of IDs)</td>\n<td>optional</td>\n<td>array</td>\n<td>[\"1\", \"4\"]</td>\n</tr>\n<tr>\n<td>category_ids</td>\n<td>Categories this product will belong to.</td>\n<td>optional</td>\n<td>array</td>\n<td>array of category ids</td>\n</tr>\n<tr>\n<td><code>custom_options</code></td>\n<td>Product Customizations. Key is either numeric for existing options or non-numeric for new options.</td>\n<td>optional</td>\n<td>CustomOptionConfig</td>\n<td>{ \"_1\": CustomOption }</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"array-of-group-price-attributes-is-as-follows\">Array of Group Price attributes is as follows:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Required</th>\n<th>Type</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>cust_group</td>\n<td>Customer group</td>\n<td>optional</td>\n<td>int</td>\n<td>1</td>\n</tr>\n<tr>\n<td>price</td>\n<td>Group price</td>\n<td>required</td>\n<td>string</td>\n<td>150</td>\n</tr>\n<tr>\n<td>special_price</td>\n<td>Group Sale Price</td>\n<td>optional</td>\n<td>string</td>\n<td>145.99</td>\n</tr>\n<tr>\n<td>special_from_date</td>\n<td>Group Sale Start Date</td>\n<td>optional</td>\n<td>string</td>\n<td>2021-01-15T00:00:00</td>\n</tr>\n<tr>\n<td>special_to_date</td>\n<td>Group Sale End Date</td>\n<td>optional</td>\n<td>string</td>\n<td>2021-01-25T00:00:00</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p>All data in the <code>group_price</code> array will overwrite all existing group price data. </p>\n</blockquote>\n<h3 id=\"array-of-tier-price-attributes-is-as-follows\">Array of Tier Price attributes is as follows:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Required</th>\n<th>Type</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>website_id</td>\n<td>Website ID</td>\n<td>optional</td>\n<td>int</td>\n<td>0</td>\n</tr>\n<tr>\n<td>cust_group</td>\n<td>Customer group ID</td>\n<td>optional</td>\n<td>int</td>\n<td>1</td>\n</tr>\n<tr>\n<td>price</td>\n<td>Tier price</td>\n<td>optional</td>\n<td>string</td>\n<td>150</td>\n</tr>\n<tr>\n<td>price_qty</td>\n<td>Price quantity</td>\n<td>optional</td>\n<td>string</td>\n<td>10</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"array-of-stock-data-attributes-is-as-follows\">Array of Stock Data attributes is as follows:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Required</th>\n<th>Type</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>qty</td>\n<td>Quantity of stock items for the current product</td>\n<td>optional</td>\n<td>string</td>\n<td>99</td>\n</tr>\n<tr>\n<td>min_qty</td>\n<td>Quantity for stock items to become out of stock</td>\n<td>optional</td>\n<td>string</td>\n<td>5</td>\n</tr>\n<tr>\n<td>use_config_min_qty</td>\n<td>Choose whether the Config settings will be applied for the Qty for Item's Status to Become Out of Stock option</td>\n<td>optional</td>\n<td>int</td>\n<td>1</td>\n</tr>\n<tr>\n<td>is_qty_decimal</td>\n<td>Choose whether the product can be sold using decimals (e.g., you can buy 2.5 product)</td>\n<td>optional</td>\n<td>int</td>\n<td>1</td>\n</tr>\n<tr>\n<td>backorders</td>\n<td>Defines whether the customer can place the order for products that are out of stock at the moment.</td>\n<td>optional</td>\n<td>int</td>\n<td>0</td>\n</tr>\n<tr>\n<td>use_config_backorders</td>\n<td>Choose whether the Config settings will be applied for the Backorders</td>\n<td>optional</td>\n<td>int</td>\n<td>1</td>\n</tr>\n<tr>\n<td>min_sale_qty</td>\n<td>Minimum number of items in the shopping cart to be sold</td>\n<td>optional</td>\n<td>string</td>\n<td>10</td>\n</tr>\n<tr>\n<td>use_config_min_sale_qty</td>\n<td>Choose whether the Config settings will be applied for the Minimum Qty Allowed in Shopping Cart</td>\n<td>optional</td>\n<td>int</td>\n<td>1</td>\n</tr>\n<tr>\n<td>max_sale_qty</td>\n<td>Maximum number of items in the shopping cart to be sold</td>\n<td>optional</td>\n<td>string</td>\n<td>50</td>\n</tr>\n<tr>\n<td>use_config_max_sale_qty</td>\n<td>Choose whether the Config settings will be applied for the Maximum Qty Allowed in Shopping Cart</td>\n<td>optional</td>\n<td>int</td>\n<td>1</td>\n</tr>\n<tr>\n<td>is_in_stock</td>\n<td>Defines whether the product is available for selling.</td>\n<td>optional</td>\n<td>int</td>\n<td>1</td>\n</tr>\n<tr>\n<td>notify_stock_qty</td>\n<td>The number of inventory items below which the customer will be notified</td>\n<td>optional</td>\n<td>string</td>\n<td>5</td>\n</tr>\n<tr>\n<td>use_config_notify_stock_qty</td>\n<td>Choose whether the Config settings will be applied for the Notify for Quantity Below option</td>\n<td>optional</td>\n<td>int</td>\n<td>1</td>\n</tr>\n<tr>\n<td>manage_stock</td>\n<td>Choose whether to view and specify the product quantity and availability and whether the product is in stock management.</td>\n<td>optional</td>\n<td>int</td>\n<td>1</td>\n</tr>\n<tr>\n<td>use_config_manage_stock</td>\n<td>Choose whether the Config settings will be applied for the Manage Stock option</td>\n<td>optional</td>\n<td>int</td>\n<td>1</td>\n</tr>\n<tr>\n<td>stock_status_changed_auto</td>\n<td>Defines whether products can be automatically returned to stock when the refund for an order is created</td>\n<td>optional</td>\n<td>int</td>\n<td>0</td>\n</tr>\n<tr>\n<td>use_config_qty_increments</td>\n<td>Choose whether the Config settings will be applied for the Qty Increments option</td>\n<td>optional</td>\n<td>int</td>\n<td>1</td>\n</tr>\n<tr>\n<td>qty_increments</td>\n<td>The product quantity increment value optional</td>\n<td>optional</td>\n<td>string</td>\n<td>3</td>\n</tr>\n<tr>\n<td>use_config_enable_qty_inc</td>\n<td>Choose whether the Config settings will be applied for the Enable Qty Increments option</td>\n<td>optional</td>\n<td>int</td>\n<td>1</td>\n</tr>\n<tr>\n<td>enable_qty_increments</td>\n<td>Defines whether the customer can add products only in increments to the shopping cart</td>\n<td>optional</td>\n<td>int</td>\n<td>0</td>\n</tr>\n<tr>\n<td>is_decimal_divided</td>\n<td>Defines whether the stock items can be divided into multiple boxes for shipping</td>\n<td>optional</td>\n<td>int</td>\n<td>0</td>\n</tr>\n<tr>\n<td>update_stock_status</td>\n<td>Will update the products stock status based on the data on the product.</td>\n<td>optional</td>\n<td>int</td>\n<td>0</td>\n</tr>\n<tr>\n<td>group_qty_increments</td>\n<td>Will update the products qty increments (packages).</td>\n<td>optional</td>\n<td>GroupQtyIncrementData[]</td>\n<td>[]</td>\n</tr>\n<tr>\n<td>inventory_locations</td>\n<td>Will update the qty on the specified inventory locations</td>\n<td>optional</td>\n<td>InventoryLocationData[]</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"groupqtyincrementdata\">GroupQtyIncrementData:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Required</th>\n<th>Type</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Customer Group ID</td>\n<td>required</td>\n<td>int</td>\n<td>null</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Increment Value</td>\n<td>optional</td>\n<td>int</td>\n<td>10</td>\n</tr>\n<tr>\n<td>increment_label</td>\n<td>Increment Label</td>\n<td>optional</td>\n<td>string</td>\n<td>Package(s)</td>\n</tr>\n<tr>\n<td>is_default</td>\n<td>Is the default increment</td>\n<td>optional</td>\n<td>boolean</td>\n<td>false</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"inventorylocationdata\">InventoryLocationData:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Required</th>\n<th>Type</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>location_id</td>\n<td>ID of the Inventory Location</td>\n<td>required</td>\n<td>int</td>\n<td>1</td>\n</tr>\n<tr>\n<td>qty</td>\n<td>Product Quantity for the Inventory Location</td>\n<td>required (when not deleting)</td>\n<td>float</td>\n<td>1</td>\n</tr>\n<tr>\n<td>delete</td>\n<td>Will remove the product from the Inventory Location</td>\n<td>optional</td>\n<td>int</td>\n<td>1</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"customoption\">CustomOption:</h3>\n<p>The following are the generic options needed for all custom options. There will be additional options defined below for each option type.  </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Required</th>\n<th>Type</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>option_id</td>\n<td>Unique identifier for the option</td>\n<td>Required</td>\n<td>String</td>\n<td>\"11\"</td>\n</tr>\n<tr>\n<td>title</td>\n<td>The title of the option</td>\n<td>Required</td>\n<td>String</td>\n<td>\"Test 1\"</td>\n</tr>\n<tr>\n<td>type</td>\n<td>The type of the option (field, area, file, etc.)</td>\n<td>Required</td>\n<td>String (field, area, file, drop_down, radio, checkbox, multiple, date, date_time, time)</td>\n<td>\"field\"</td>\n</tr>\n<tr>\n<td>is_require</td>\n<td>Whether the option is required (0 = No, 1 = Yes)</td>\n<td>Required</td>\n<td>Integer (0, 1)</td>\n<td>0</td>\n</tr>\n<tr>\n<td>is_deleted</td>\n<td>Whether the option is deleted (0 = No, 1 = Yes)</td>\n<td>Required</td>\n<td>Integer (0, 1)</td>\n<td>0</td>\n</tr>\n<tr>\n<td>sort_order</td>\n<td>The sort order of the option</td>\n<td>Required</td>\n<td>Integer</td>\n<td>0</td>\n</tr>\n<tr>\n<td>render_layout</td>\n<td>Layout style for the option</td>\n<td>Optional</td>\n<td>String (null, '2-column', '3-column')</td>\n<td>null</td>\n</tr>\n<tr>\n<td>fixed_price_qty</td>\n<td>How the price is applied (1 = One Time, 0 = Per Item)</td>\n<td>Optional</td>\n<td>Integer (1, 0)</td>\n<td>0</td>\n</tr>\n<tr>\n<td>customer_group_id</td>\n<td>Customer group ID for specific targeting</td>\n<td>Optional</td>\n<td>Integer (null - All groups, 0 - NOT LOGGED IN, ...)</td>\n<td>null</td>\n</tr>\n<tr>\n<td>tooltip</td>\n<td>Tooltip text that provides more information</td>\n<td>Optional</td>\n<td>String (null, string)</td>\n<td>null</td>\n</tr>\n<tr>\n<td>tooltip_icon</td>\n<td>Icon for the tooltip</td>\n<td>Optional</td>\n<td>String (null, string)</td>\n<td>null</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"customoptionfield\">CustomOptionField:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Required</th>\n<th>Type</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>max_characters</td>\n<td>Max Characters</td>\n<td>Required</td>\n<td>String</td>\n<td>null</td>\n</tr>\n<tr>\n<td>sku</td>\n<td>SKU Adjustment</td>\n<td>Required</td>\n<td>String</td>\n<td>null</td>\n</tr>\n<tr>\n<td>price</td>\n<td>Price Adjustment</td>\n<td>Required</td>\n<td>String (field, area, file, drop_down, radio, checkbox, multiple, date, date_time, time)</td>\n<td>\"field\"</td>\n</tr>\n<tr>\n<td>price_type</td>\n<td>Price Adjustment Type</td>\n<td>Required</td>\n<td>String (fixed, percent)</td>\n<td>\"fixed\"</td>\n</tr>\n<tr>\n<td>zoey_weight</td>\n<td>Weight</td>\n<td>Required</td>\n<td>Integer</td>\n<td>0</td>\n</tr>\n<tr>\n<td>customer_group_prices</td>\n<td>Customer Group Price</td>\n<td>Required</td>\n<td>CustomOptionCustomerGroupPrice</td>\n<td>Defined in the CustomOptionCustomerGroupPrice section.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"customoptionarea\">CustomOptionArea:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Required</th>\n<th>Type</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>max_characters</td>\n<td>Max Characters</td>\n<td>Required</td>\n<td>String</td>\n<td>null</td>\n</tr>\n<tr>\n<td>sku</td>\n<td>SKU Adjustment</td>\n<td>Required</td>\n<td>String</td>\n<td>null</td>\n</tr>\n<tr>\n<td>price</td>\n<td>Price Adjustment</td>\n<td>Required</td>\n<td>String (field, area, file, drop_down, radio, checkbox, multiple, date, date_time, time)</td>\n<td>\"field\"</td>\n</tr>\n<tr>\n<td>price_type</td>\n<td>Price Adjustment Type</td>\n<td>Required</td>\n<td>String (fixed, percent)</td>\n<td>\"fixed\"</td>\n</tr>\n<tr>\n<td>zoey_weight</td>\n<td>Weight</td>\n<td>Required</td>\n<td>Integer</td>\n<td>0</td>\n</tr>\n<tr>\n<td>customer_group_prices</td>\n<td>Customer Group Price</td>\n<td>Required</td>\n<td>CustomOptionCustomerGroupPrice</td>\n<td>Defined in the CustomOptionCustomerGroupPrice section.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"customoptionfile\">CustomOptionFile:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Required</th>\n<th>Type</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>file_extension</td>\n<td>Allowed File Extensions</td>\n<td>Required</td>\n<td>String</td>\n<td>null</td>\n</tr>\n<tr>\n<td>sku</td>\n<td>SKU Adjustment</td>\n<td>Required</td>\n<td>String</td>\n<td>null</td>\n</tr>\n<tr>\n<td>price</td>\n<td>Price Adjustment</td>\n<td>Required</td>\n<td>String (field, area, file, drop_down, radio, checkbox, multiple, date, date_time, time)</td>\n<td>\"field\"</td>\n</tr>\n<tr>\n<td>price_type</td>\n<td>Price Adjustment Type</td>\n<td>Required</td>\n<td>String (fixed, percent)</td>\n<td>\"fixed\"</td>\n</tr>\n<tr>\n<td>customer_group_prices</td>\n<td>Customer Group Price</td>\n<td>Required</td>\n<td>CustomOptionCustomerGroupPrice</td>\n<td>Defined in the CustomOptionCustomerGroupPrice section.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"customoptiondate\">CustomOptionDate:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Required</th>\n<th>Type</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>sku</td>\n<td>SKU Adjustment</td>\n<td>Required</td>\n<td>String</td>\n<td>null</td>\n</tr>\n<tr>\n<td>price</td>\n<td>Price Adjustment</td>\n<td>Required</td>\n<td>String (field, area, file, drop_down, radio, checkbox, multiple, date, date_time, time)</td>\n<td>\"field\"</td>\n</tr>\n<tr>\n<td>price_type</td>\n<td>Price Adjustment Type</td>\n<td>Required</td>\n<td>String (fixed, percent)</td>\n<td>\"fixed\"</td>\n</tr>\n<tr>\n<td>customer_group_id</td>\n<td>Customer group ID for specific targeting</td>\n<td>Optional</td>\n<td>Integer (null - All groups, 0 - NOT LOGGED IN, ...)</td>\n<td>null</td>\n</tr>\n<tr>\n<td>customer_group_prices</td>\n<td>Customer Group Price</td>\n<td>Required</td>\n<td>CustomOptionCustomerGroupPrice</td>\n<td>Defined in the CustomOptionCustomerGroupPrice section.</td>\n</tr>\n<tr>\n<td>date_offset_max</td>\n<td>Max Day Buffer</td>\n<td>Required</td>\n<td>null</td>\n<td>Integer ( 0 - 29 )</td>\n</tr>\n<tr>\n<td>date_offset_max</td>\n<td>Min Day Buffer</td>\n<td>Required</td>\n<td>null</td>\n<td>Integer ( 0 - 29 )</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"customoptiondatetime\">CustomOptionDateTime:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Required</th>\n<th>Type</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>sku</td>\n<td>SKU Adjustment</td>\n<td>Required</td>\n<td>String</td>\n<td>null</td>\n</tr>\n<tr>\n<td>price</td>\n<td>Price Adjustment</td>\n<td>Required</td>\n<td>String (field, area, file, drop_down, radio, checkbox, multiple, date, date_time, time)</td>\n<td>\"field\"</td>\n</tr>\n<tr>\n<td>price_type</td>\n<td>Price Adjustment Type</td>\n<td>Required</td>\n<td>String (fixed, percent)</td>\n<td>\"fixed\"</td>\n</tr>\n<tr>\n<td>customer_group_id</td>\n<td>Customer group ID for specific targeting</td>\n<td>Optional</td>\n<td>Integer (null - All groups, 0 - NOT LOGGED IN, ...)</td>\n<td>null</td>\n</tr>\n<tr>\n<td>customer_group_prices</td>\n<td>Customer Group Price</td>\n<td>Required</td>\n<td>CustomOptionCustomerGroupPrice</td>\n<td>Defined in the CustomOptionCustomerGroupPrice section.</td>\n</tr>\n<tr>\n<td>date_offset_max</td>\n<td>Max Day Buffer</td>\n<td>Required</td>\n<td>null</td>\n<td>Integer ( 0 - 29 )</td>\n</tr>\n<tr>\n<td>date_offset_max</td>\n<td>Min Day Buffer</td>\n<td>Required</td>\n<td>null</td>\n<td>Integer ( 0 - 29 )</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"customoptiontime\">CustomOptionTime:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Required</th>\n<th>Type</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>sku</td>\n<td>SKU Adjustment</td>\n<td>Required</td>\n<td>String</td>\n<td>null</td>\n</tr>\n<tr>\n<td>price</td>\n<td>Price Adjustment</td>\n<td>Required</td>\n<td>String (field, area, file, drop_down, radio, checkbox, multiple, date, date_time, time)</td>\n<td>\"field\"</td>\n</tr>\n<tr>\n<td>price_type</td>\n<td>Price Adjustment Type</td>\n<td>Required</td>\n<td>String (fixed, percent)</td>\n<td>\"fixed\"</td>\n</tr>\n<tr>\n<td>customer_group_id</td>\n<td>Customer group ID for specific targeting</td>\n<td>Optional</td>\n<td>Integer (null - All groups, 0 - NOT LOGGED IN, ...)</td>\n<td>null</td>\n</tr>\n<tr>\n<td>customer_group_prices</td>\n<td>Customer Group Price</td>\n<td>Required</td>\n<td>CustomOptionCustomerGroupPrice</td>\n<td>Defined in the CustomOptionCustomerGroupPrice section.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"customoptiondropdown\">CustomOptionDropDown:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Required</th>\n<th>Type</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>values</td>\n<td>Key/Value where key is value id and value is the option value config</td>\n<td>Required</td>\n<td>CustomOptionValue</td>\n<td>Defined in the CustomOptionValue section</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"customoptionradio\">CustomOptionRadio:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Required</th>\n<th>Type</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>values</td>\n<td>Key/Value where key is value id and value is the option value config</td>\n<td>Required</td>\n<td>CustomOptionValue</td>\n<td>Defined in the CustomOptionValue section</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"customoptioncheckbox\">CustomOptionCheckbox:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Required</th>\n<th>Type</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>values</td>\n<td>Key/Value where key is value id and value is the option value config</td>\n<td>Required</td>\n<td>CustomOptionValue</td>\n<td>Defined in the CustomOptionValue section</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"customoptionmultiple\">CustomOptionMultiple:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Required</th>\n<th>Type</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>values</td>\n<td>Key/Value where key is value id and value is the option value config</td>\n<td>Required</td>\n<td>CustomOptionValue</td>\n<td>Defined in the CustomOptionValue section</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"customoptionvalue\">CustomOptionValue:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Required</th>\n<th>Type</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>option_type_id</td>\n<td>Option Type ID</td>\n<td>Required</td>\n<td>Non numeric for new value</td>\n<td>'_1'</td>\n</tr>\n<tr>\n<td>option_id</td>\n<td>Option its assigned to</td>\n<td>Required</td>\n<td>Non numeric for new option</td>\n<td>'11'</td>\n</tr>\n<tr>\n<td>title</td>\n<td>The title of the option</td>\n<td>Required</td>\n<td>String</td>\n<td>\"Test 1\"</td>\n</tr>\n<tr>\n<td>sku</td>\n<td>SKU Adjustment</td>\n<td>Required</td>\n<td>String</td>\n<td>null</td>\n</tr>\n<tr>\n<td>price</td>\n<td>Price Adjustment</td>\n<td>Required</td>\n<td>String (field, area, file, drop_down, radio, checkbox, multiple, date, date_time, time)</td>\n<td>\"field\"</td>\n</tr>\n<tr>\n<td>price_type</td>\n<td>Price Adjustment Type</td>\n<td>Required</td>\n<td>String (fixed, percent)</td>\n<td>\"fixed\"</td>\n</tr>\n<tr>\n<td>customer_group_id</td>\n<td>Customer group ID for specific targeting</td>\n<td>Optional</td>\n<td>Integer (null - All groups, 0 - NOT LOGGED IN, ...)</td>\n<td>null</td>\n</tr>\n<tr>\n<td>customer_group_prices</td>\n<td>Customer Group Price</td>\n<td>Required</td>\n<td>CustomOptionCustomerGroupPrice</td>\n<td>Defined in the CustomOptionCustomerGroupPrice section.</td>\n</tr>\n<tr>\n<td>sort_order</td>\n<td>The sort order of the option</td>\n<td>Required</td>\n<td>Integer</td>\n<td>0</td>\n</tr>\n<tr>\n<td>zoey_weight</td>\n<td>Weight</td>\n<td>Required</td>\n<td>Integer</td>\n<td>0</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"customoptioncustomergroupprice\">CustomOptionCustomerGroupPrice:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Required</th>\n<th>Type</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>option_customer_group_price_id</td>\n<td>Option Type ID</td>\n<td>Required</td>\n<td>Non numeric for new value</td>\n<td>'_1'</td>\n</tr>\n<tr>\n<td>option_id</td>\n<td>Option its assigned to</td>\n<td>Required</td>\n<td>Non numeric for new option</td>\n<td>'11'</td>\n</tr>\n<tr>\n<td>price</td>\n<td>Price Adjustment</td>\n<td>Required</td>\n<td>String (field, area, file, drop_down, radio, checkbox, multiple, date, date_time, time)</td>\n<td>\"field\"</td>\n</tr>\n<tr>\n<td>price_type</td>\n<td>Price Adjustment Type</td>\n<td>Required</td>\n<td>String (fixed, percent)</td>\n<td>\"fixed\"</td>\n</tr>\n<tr>\n<td>customer_group_id</td>\n<td>Customer group ID for specific targeting</td>\n<td>Optional</td>\n<td>Integer (null - All groups, 0 - NOT LOGGED IN, ...)</td>\n<td>null</td>\n</tr>\n<tr>\n<td>sort_order</td>\n<td>The sort order of the option</td>\n<td>Required</td>\n<td>Integer</td>\n<td>0</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["products",":productId"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[{"description":{"content":"<p>ID of product to be updated.</p>\n","type":"text/plain"},"type":"string","value":"521","key":"productId"}]}},"response":[{"id":"3b2d8ba6-811d-44e2-92fb-97a2e58e96fb","name":"Update","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"sku\": \"Simple-Product\",\n    \"cost\": \"1.00\",\n    \"name\": \"Simple Product\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://container-url.zoeysite.com/api/rest/products/:productId","host":["https://container-url.zoeysite.com/api/rest"],"path":["products",":productId"],"variable":[{"key":"productId","value":"184","type":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 10 Aug 2021 10:11:27 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Set-Cookie","value":"PHPSESSID=0o8m0dpkmqusgb8v6rhdcfvpl0; expires=Fri, 13-Aug-2021 10:11:27 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":null},{"id":"0fa6e9f9-4fb4-4327-91bc-c688cf6c069e","name":"Set Configurable Variations","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    /**\n        To update the configurable product children you need to provide all the ids\n        that will be set as the configurable children.\n\n        Examples:\n            Existing `child_product_ids` are available from the GET request.\n\n        To Add:\n            $newId       = 12044;\n            $existingIds = [12036, 12037, 12038, 12039, 12040, 12041, 12042, 12043];\n            $idsToPost   = [12036, 12037, 12038, 12039, 12040, 12041, 12042, 12043. 12044];\n\n        To Delete:\n            $toRemove    = 12044;\n            $existingIds = [12036, 12037, 12038, 12039, 12040, 12041, 12042, 12043. 12044];\n            $idsToPost   = [12036, 12037, 12038, 12039, 12040, 12041, 12042, 12043];\n     */\n    \"child_product_ids\": [12036, 12037, 12038, 12039, 12040, 12041, 12042, 12043, 12044]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://container-url.zoeysite.com/api/rest/products/:productId","host":["https://container-url.zoeysite.com/api/rest"],"path":["products",":productId"],"variable":[{"key":"productId","value":"21348","type":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 19 Aug 2021 11:49:15 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=0o8m0dpkmqusgb8v6rhdcfvpl0; expires=Sun, 22-Aug-2021 11:49:14 GMT; Max-Age=259200; path=/; domain=local.zoeysite.com; secure; HttpOnly"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":null},{"id":"30fa9f91-1dbf-4a6d-bd01-b78323cae597","name":"Restrictions","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    /**\n        Is Product Restricted\n        value: 1 or 0\n     */\n    \"zb2b_product_restricted\": \"1\",\n    /**\n        Customers allowed to view the product if restricted.\n        value: Array of Customer ID's\n     */\n    \"customer_permissions\": [\"1\"],\n    /**\n        Accounts allowed to view the product if restricted.\n        value: Array of Account ID's\n     */\n    \"account_permissions\": [\"1\"],\n    /**\n        Account Locations allowed to view the product if restricted.\n        value: Array of Account Location ID's\n     */\n    \"account_location_permissions\": [\"4\"],\n    /**\n        Customer Groups allowed to view the product if restricted.\n        value: Array of Customer Groups ID's\n     */\n    \"zb2b_restricted_prod_groups\": [\"1\", \"2\"]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://container-url.zoeysite.com/api/rest/products/:productId","host":["https://container-url.zoeysite.com/api/rest"],"path":["products",":productId"],"variable":[{"key":"productId","value":"39","type":"string","description":"ID of product to be updated."}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"448242da-4e75-4d27-a9fa-017e589415d7","name":"Customizations","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"custom_options\": {\n        \"11\": {\n            \"option_id\": \"11\", // Required\n            \"title\": \"Test 1\", // Required\n            \"type\": \"field\", // Required (field, area, file, drop_down, radio, checkbox, multiple, date, date_time, time)\n            \"is_require\": 0, // Required (0, 1)\n            \"is_deleted\": 0, // Required (0, 1)\n            \"sort_order\": 0, // Required\n            \"render_layout\": null, // Layout (null, '2-column', '3-column')\n            \"fixed_price_qty\": 0, // How To Charge (1 - One Time, 0 - Per Item)\n            \"customer_group_id\": null, // Customer Group ID (null - All groups, 0 - NOT LOGGED IN, ...)\n            \"tooltip\": null, // Tooltip (null, string)\n            \"tooltip_icon\": null, // Tooltip Icon (null, string)\n\n            // Text Speicfic Fields\n            \"max_characters\": null, // Max Characters (null, number)\n            \"sku\": null, // SKU (null, string)\n            \"price\": 1, // Price (number)\n            \"zoey_weight\": 0, // Weight (number)\n            \"customer_group_prices\": CustomerGroupPrices,\n\n            // Area specific fields\n            \"max_characters\": null, // Max Characters (null, number)\n            \"sku\": null, // SKU (null, string)\n            \"price\": 1, // Price (number)\n            \"zoey_weight\": 0, // Weight (number)\n            \"customer_group_prices\": CustomerGroupPrices,\n\n            // File Specific Fields\n            \"file_extension\": null, // Allowed File Extensions (null, string)\n            \"sku\": null, // SKU (null, string)\n            \"price\": 1, // Price (number)\n            \"customer_group_prices\": CustomerGroupPrices,\n\n            // Dropdown Specific Fields\n            \"values\": OptionValues, // Values (array)\n\n            // Radio Specific Fields\n            \"values\": OptionValues, // Values (array)\n\n            // Checkbox Specific Fields\n            \"values\": OptionValues, // Values (array)\n\n            // Multiple Select Specific Fields\n            \"values\": OptionValues, // Values (array)\n\n            // Date Specific Fields\n            \"sku\": null, // SKU (null, string)\n            \"price\": 1, // Price (number)\n            \"customer_group_prices\": CustomerGroupPrices,\n            \"date_offset_max\": null,\n            \"date_offset_min\": null,\n\n            // Date & Time Specific Fields\n            \"sku\": null, // SKU (null, string)\n            \"price\": 1, // Price (number)\n            \"customer_group_prices\": CustomerGroupPrices,\n            \"date_offset_max\": null,\n            \"date_offset_min\": null,\n\n            // Time Specific Fields\n            \"sku\": null, // SKU (null, string)\n            \"price\": 1, // Price (number)\n            \"customer_group_prices\": CustomerGroupPrices,\n        }\n    }\n}\n\n// Customer Group Prices \nCustomerGroupPrices = { // only works when Customer Group ID Is NULL\n    \"_002\":{\n        \"price\":2,\n        \"option_customer_group_price_id\":\"_002\",\n        \"option_id\":11,\n        \"customer_group_id\":18,\n        \"price_type\":\"fixed\",\n        \"sort_order\":0\n    },\n    \"_003\":{\n        \"price\":3,\n        \"option_customer_group_price_id\":\"_003\",\n        \"option_id\":11,\n        \"customer_group_id\":16,\n        \"price_type\":\"fixed\",\n        \"sort_order\":1\n    }\n},\n\nOptionValues = {\n    \"_005\": {\n        \"option_type_id\": \"_005\", // Option Type ID - Non numeric for new options\n        \"option_id\": 11, // Option its assigned to\n        \"title\": \"Option 1\", // Title (string)\n        \"sku\": null, // SKU (null, string)\n        \"price\": 23, // Price (null, number)\n        \"price_type\": \"percent\", // Price Type (fixed, percent)\n        \"customer_group_id\": null, // Customer Group ID (null - All groups, 0 - NOT LOGGED IN, ...)\n        \"customer_group_prices\": {\n            \"_006\": {\n                \"option_type_customer_group_price_id\": \"_006\",\n                \"option_type_id\": \"_005\", // which option type value its assigned to\n                \"price\": 12, // Price (null, number)\n                \"price_type\": \"fixed\", // Price Type (fixed, percent)\n                \"sort_order\": 0 // Sort Order (number)\n            }\n        },\n        \"sort_order\": 1, // Sort Order (number)\n        \"zoey_weight\": 3\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://container-url.zoeysite.com/api/rest/products/:productId","host":["https://container-url.zoeysite.com/api/rest"],"path":["products",":productId"],"variable":[{"key":"productId","value":"521","description":"ID of product to be updated.","type":"string"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"99c2241f-2873-436c-ab89-188a80458488"},{"name":"Update Bulk","id":"cd7794a6-45ff-4dd3-8fd7-8d10237818ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"updates\": {\n        \"123\": {\n            \"description\": \"Description for product ID 123\",\n            \"stock_data\": {\n                \"qty\": 1\n            }\n        },\n        \"456\": {\n            \"description\": \"Description for product ID 456\",\n            \"stock_data\": {\n                \"qty\": 100\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/bulkProducts","description":"<p><strong>Description</strong>: Allows you to update multiple products in a single API request.</p>\n<p><strong>Authentication</strong>: Admin</p>\n<p><strong>Default Format</strong>: JSON</p>\n<p><strong>Success Response Code</strong>: 207</p>\n<p><strong>Parameters</strong>:</p>\n<blockquote>\n<p><strong>A maximum of 500 products can be updated in a single request.</strong></p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Required</th>\n<th>Type</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>updates</td>\n<td>Array of product updates with product ID as element key.  <br />  <br />Each element is an array of product updates as defined in the <strong>ProductUpdate</strong> array when updating a single product.  <br />  <br />Only provide the <strong>ProductUpdate</strong> fields that need to be updated.</td>\n<td>required</td>\n<td>array</td>\n<td>See Example Request</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["bulkProducts"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[{"id":"0ddd3084-c0b6-472a-8229-ad1d1b9fb3bc","name":"Update Bulk","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"updates\": {\n        \"52427\": {\n            \"entity_id\": \"52427\",\n            \"cost\": \"16.51200\",\n            \"status\": \"1\",\n            \"group_price\": [\n                {\n                    \"cust_group\": 1,\n                    \"price\": \"0\",\n                    \"special_price\": null,\n                    \"special_from_date\": null,\n                    \"special_to_date\": null\n                },\n                {\n                    \"cust_group\": 2,\n                    \"price\": \"100\",\n                    \"special_price\": null,\n                    \"special_from_date\": null,\n                    \"special_to_date\": null\n                }\n            ],\n            \"stock_data\": {\n                \"inventory_locations\": [\n                    {\n                        \"location_id\": 1,\n                        \"qty\": 1.00000,\n                        \"delete\": 0\n                    },\n                    {\n                        \"location_id\": 2,\n                        \"qty\": 21.00000,\n                        \"delete\": 0\n                    }\n                ]\n            },\n            \"zb2b_restricted_prod_groups\": [\n                \"4\",\n                \"1\"\n            ]\n        },\n        \"456\": {\n            \"description\": \"Description for product ID 456\",\n            \"stock_data\": {\n                \"qty\": 100\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/bulkProducts"},"status":"Multi-Status (WebDAV) (RFC 4918)","code":207,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"cd7794a6-45ff-4dd3-8fd7-8d10237818ed"},{"name":"Delete","id":"66a5529c-7e89-4cbc-a001-8c07564e6fe9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n\"attribute_set_id\":\"4\",\n\"type_id\":\"simple\",\n\"sku\":\"wedding dress\",\n\"name\":\"Dress_test\",\n\"meta_title\":\"dress\",\n\"meta_description\":\"a wedding dress\",\n\"price\":\"2000.0000\",\n\"weight\":\"0.5000\",\n\"status\":\"1\",\n\"visibility\":\"4\",\n\"enable_googlecheckout\":\"1\",\n\"tax_class_id\":\"7\",\n\"description\":\"dress\",\n\"meta_keyword\":\"dress, wedding\"\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/products/:productId","description":"<p><strong>Description</strong>: Allows you to delete an existing product.</p>\n<p><strong>Authentication</strong>: Admin</p>\n<p><strong>Default Format</strong>: JSON</p>\n<p><strong>Parameters</strong>: no parameters</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["products",":productId"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[{"type":"string","value":"189","key":"productId"}]}},"response":[],"_postman_id":"66a5529c-7e89-4cbc-a001-8c07564e6fe9"},{"name":"Types","id":"3e6350d6-830f-4b56-906c-adff87b40148","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/products/type_ids","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["products","type_ids"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[],"_postman_id":"3e6350d6-830f-4b56-906c-adff87b40148"}],"id":"d515e75c-f8fc-438b-af49-3929cb45e4fc","_postman_id":"d515e75c-f8fc-438b-af49-3929cb45e4fc","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}}},{"name":"Category","item":[{"name":"Tree","item":[{"name":"Get","id":"82dda549-432e-4607-8f16-414bab7ecc3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/category/tree/:categoryId","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["category","tree",":categoryId"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[{"description":{"content":"<p>Id of root category (optional)</p>\n","type":"text/plain"},"type":"any","value":"5","key":"categoryId"}]}},"response":[],"_postman_id":"82dda549-432e-4607-8f16-414bab7ecc3d"}],"id":"58bae3fa-1123-4f2e-86cc-02c76f649cd1","_postman_id":"58bae3fa-1123-4f2e-86cc-02c76f649cd1","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}}},{"name":"Images","item":[{"name":"Set","id":"b702a96d-1b72-450f-9f81-8d7f40d5276a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"file_mime_type\": \"image/jpeg\",\n    \"file_content\": \"/9j/4AAQSkZJRgABAgEASABIAA...\",\n    \"file_name\": \"api_image.jpg\",\n    \"types\": [\"image\", \"thumbnail\", \"promo_image\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/categories/:categoryId/images","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["categories",":categoryId","images"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[{"type":"any","value":"9","key":"categoryId"}]}},"response":[],"_postman_id":"b702a96d-1b72-450f-9f81-8d7f40d5276a"},{"name":"Get","id":"3b531083-60d8-40e7-b128-09a1ef71cd6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/categories/:categoryId/images","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["categories",":categoryId","images"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[{"id":"8921a77d-cc77-42d9-8a05-bbb0863e5892","type":"any","value":"5","key":"categoryId"}]}},"response":[],"_postman_id":"3b531083-60d8-40e7-b128-09a1ef71cd6e"},{"name":"Delete","id":"4c187003-b99b-4722-8265-48a62b8aa675","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"file\": \"mediamanager/image.jpg\"\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/categories/:categoryId/images","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Param</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>file</code></td>\n<td>string, string[]</td>\n<td>File(s) to delete.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["categories",":categoryId","images"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[{"type":"any","value":"5","key":"categoryId"}]}},"response":[],"_postman_id":"4c187003-b99b-4722-8265-48a62b8aa675"},{"name":"Update","id":"bf2fdde9-02fc-403b-aebd-75f87c1cb925","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"main_image\": \"mediamanager/image.jpg\",\n    \"thumbnail\": \"mediamanager/thumbnail.jpg\",\n    \"promo_image\": null\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/categories/:categoryId/images","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Param</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>main_image</code></td>\n<td>string, null</td>\n<td>Image to set as the main image. Null value will unset the main image.</td>\n</tr>\n<tr>\n<td><code>thumbnail</code></td>\n<td>string, null</td>\n<td>Image to set as the thumbnail image. Null value will unset the thumbnail.</td>\n</tr>\n<tr>\n<td><code>promo_image</code></td>\n<td>string, null</td>\n<td>Image to set as the promo image. Null value will unset the promo image.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["categories",":categoryId","images"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[{"type":"any","value":"5","key":"categoryId"}]}},"response":[],"_postman_id":"bf2fdde9-02fc-403b-aebd-75f87c1cb925"}],"id":"b813a180-f789-4109-b12d-4270ed2de1e5","_postman_id":"b813a180-f789-4109-b12d-4270ed2de1e5","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}}},{"name":"Get","id":"6c6a3922-309d-43f2-a4c2-b58d56d69d5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/categories/:categoryId","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["categories",":categoryId"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[{"type":"any","value":"5","key":"categoryId"}]}},"response":[],"_postman_id":"6c6a3922-309d-43f2-a4c2-b58d56d69d5d"},{"name":"Get All","id":"d5c02d9f-ed6f-46c0-832c-8c97ee694f6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/categories/?limit=2&page=2&order=name&dir=ASC&filter[0][attribute]=name&filter[0][eq]=Category&id=2","description":"<p>Filtering this collection requires and attribute and a value.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Action</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>eq</code></td>\n<td>string</td>\n<td>Is Equal To</td>\n</tr>\n<tr>\n<td><code>neq</code></td>\n<td>string</td>\n<td>Is NOT Equal To</td>\n</tr>\n<tr>\n<td><code>like</code></td>\n<td>string</td>\n<td>Is Like</td>\n</tr>\n<tr>\n<td><code>nlike</code></td>\n<td>string</td>\n<td>Is Not Like</td>\n</tr>\n<tr>\n<td><code>in</code></td>\n<td>array</td>\n<td>Is In</td>\n</tr>\n<tr>\n<td><code>nin</code></td>\n<td>array</td>\n<td>Is NOT In</td>\n</tr>\n<tr>\n<td><code>null</code></td>\n<td>boolean</td>\n<td>Is NULL</td>\n</tr>\n<tr>\n<td><code>notnull</code></td>\n<td>boolean</td>\n<td>Is NOT NULL</td>\n</tr>\n<tr>\n<td><code>gt</code></td>\n<td>string</td>\n<td>Is Greater Than</td>\n</tr>\n<tr>\n<td><code>gte</code></td>\n<td>string</td>\n<td>Is Greater Than OR Equal To</td>\n</tr>\n<tr>\n<td><code>lt</code></td>\n<td>string</td>\n<td>Is Less Than</td>\n</tr>\n<tr>\n<td><code>lte</code></td>\n<td>string</td>\n<td>Is Less Than OR Equal To</td>\n</tr>\n</tbody>\n</table>\n</div><p>How To Filter A Data Type in Query</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>DataType</th>\n<th>Query</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>string</td>\n<td>?filter[0][attribute]=firstname&amp;filter[0][neq]=test</td>\n<td><code>firstname</code> does not equal test</td>\n</tr>\n<tr>\n<td>array</td>\n<td>?filter[0][attribute]=email&amp;filter[0][in][0]=<a href=\"mailto:test@example.com\">test@example.com</a>&amp;filter[0][in][1]=<a href=\"mailto:test@zoey.com\">test@zoey.com</a></td>\n<td>Filter this collection where the email is either <code>test@example.com</code> or <code>test@zoey.com</code></td>\n</tr>\n<tr>\n<td>boolean</td>\n<td>?filter[0][attribute]=email&amp;filter[0][null]=true</td>\n<td>Filter this collection where the email is null.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["categories",""],"host":["https://container-url.zoeysite.com/api/rest"],"query":[{"description":{"content":"<p>Items per page (ex: ?limit=10) ( Optional )</p>\n","type":"text/plain"},"key":"limit","value":"2"},{"description":{"content":"<p>Pagination (ex: ?page=1) ( Optional )</p>\n","type":"text/plain"},"key":"page","value":"2"},{"description":{"content":"<p>Attribute to sort by (ex: ?order=name) ( Optional )</p>\n","type":"text/plain"},"key":"order","value":"name"},{"description":{"content":"<p>Sort Direction (ex: ?order=name&amp;dir=DESC) Requires <code>order</code>. ( Optional )</p>\n","type":"text/plain"},"key":"dir","value":"ASC"},{"description":{"content":"<p>Filter collection. ( Optional )</p>\n","type":"text/plain"},"key":"filter[0][attribute]","value":"name"},{"key":"filter[0][eq]","value":"Category"},{"description":{"content":"<p>Parent Category ID (optional)</p>\n","type":"text/plain"},"key":"id","value":"2"}],"variable":[]}},"response":[],"_postman_id":"d5c02d9f-ed6f-46c0-832c-8c97ee694f6b"},{"name":"Create","id":"23aad132-e878-449d-8721-2fe0c680456b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n        \"parent_id\": \"5\",\n        \"name\": \"API Category\",\n        \"url_key\": \"api-category\",\n        \"is_active\": \"1\",\n        \"include_in_menu\": \"1\",\n        \"include_in_menu_mobile\": \"1\",\n        \"available_sort_by\": [\"position\"],\n        \"default_sort_by\": \"position\"\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/categories/","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["categories",""],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[],"_postman_id":"23aad132-e878-449d-8721-2fe0c680456b"},{"name":"Update","id":"c6785925-8ed2-41c7-ac07-7ed982a7bf44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"url_key\": \"api-category-2\" \n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/categories/:categoryId","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["categories",":categoryId"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[{"type":"any","value":"5","key":"categoryId"}]}},"response":[],"_postman_id":"c6785925-8ed2-41c7-ac07-7ed982a7bf44"},{"name":"Delete","id":"3ae9bac1-146e-4339-9684-0d30fff93c17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://container-url.zoeysite.com/api/rest/categories/:categoryId","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["categories",":categoryId"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[{"type":"any","value":"11","key":"categoryId"}]}},"response":[],"_postman_id":"3ae9bac1-146e-4339-9684-0d30fff93c17"}],"id":"b790ec9d-76c9-472d-9d60-f0ceb45c96fd","_postman_id":"b790ec9d-76c9-472d-9d60-f0ceb45c96fd","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}}},{"name":"Index","item":[{"name":"Mode","item":[{"name":"Get","id":"726fc7ef-053f-440b-b81d-085bf698d772","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/catalog/index/mode","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["catalog","index","mode"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[{"id":"9d03ae57-f7b1-46cb-883a-1b922cf1a429","name":"Get","originalRequest":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/catalog/index/mode"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 07 Oct 2021 12:48:02 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"indexerCode\": \"catalog_product_attribute\",\n        \"indexerMode\": \"real_time\"\n    },\n    {\n        \"indexerCode\": \"catalog_product_price\",\n        \"indexerMode\": \"real_time\"\n    },\n    {\n        \"indexerCode\": \"catalog_url\",\n        \"indexerMode\": \"real_time\"\n    },\n    {\n        \"indexerCode\": \"catalog_category_product\",\n        \"indexerMode\": \"real_time\"\n    },\n    {\n        \"indexerCode\": \"cataloginventory_stock\",\n        \"indexerMode\": \"real_time\"\n    }\n]"}],"_postman_id":"726fc7ef-053f-440b-b81d-085bf698d772"},{"name":"Update","id":"95085364-4ab8-4429-834e-5e89474a47a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"indexerCode\": \"catalog_product_attribute\",\n    \"indexerMode\": \"real_time\"\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/catalog/index/mode","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>indexerCode</code></td>\n<td>required</td>\n<td>string</td>\n<td>Must be one of the following:<code>cataloginventory_stock</code>, <code>catalog_category_product</code>, <code>catalog_url</code>, <code>catalog_product_price</code>, <code>catalog_product_attribute</code></td>\n</tr>\n<tr>\n<td><code>indexerMode</code></td>\n<td>required</td>\n<td>string</td>\n<td>Must be either <code>manual</code> or <code>real_time</code>.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["catalog","index","mode"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[],"_postman_id":"95085364-4ab8-4429-834e-5e89474a47a4"}],"id":"dfe373f1-92f8-459a-9b07-444600f8784b","_postman_id":"dfe373f1-92f8-459a-9b07-444600f8784b","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}}},{"name":"Schedule","id":"5faf914c-c473-4350-89af-21a634244b7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/catalog/index/schedule","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["catalog","index","schedule"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[{"id":"069a0c97-8f39-4154-b12d-3c2093506277","name":"Success","originalRequest":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/catalog/index/schedule"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 07 Oct 2021 12:42:47 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"\"1000\""},{"id":"910c8a77-67bb-4033-b753-f25382d85e26","name":"Reindex Is Alreadty Scheduled","originalRequest":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/catalog/index/schedule"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 07 Oct 2021 12:42:47 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"\"2000\""}],"_postman_id":"5faf914c-c473-4350-89af-21a634244b7d"}],"id":"1279ec23-bad7-4e11-b6c4-c17d3fe91db1","_postman_id":"1279ec23-bad7-4e11-b6c4-c17d3fe91db1","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}}},{"name":"Quick Order Forms","item":[{"name":"Get","id":"300e1e32-94c6-4ea2-831d-1fec1a1fb3e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/quick-order-forms/:id","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["quick-order-forms",":id"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[{"type":"any","value":"2","key":"id"}]}},"response":[{"id":"8f5c6088-2b68-446f-96cd-31e8b4f607e5","name":"Get","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://container-url.zoeysite.com/api/rest/quick-order-forms/:id","host":["https://container-url.zoeysite.com/api/rest"],"path":["quick-order-forms",":id"],"variable":[{"key":"id","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.23.3"},{"key":"Date","value":"Thu, 19 Oct 2023 12:27:15 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=31536000"}],"cookie":[],"responseTime":null,"body":"{\n    \"quickorder_id\": 2,\n    \"name\": \"Quick Order Form\",\n    \"is_active\": 1,\n    \"allow_new_rows\": 1,\n    \"allow_row_deletion\": 1,\n    \"allow_qty_change\": 1,\n    \"default_qty\": 0,\n    \"use_order_pad\": 1,\n    \"customer_id\": null,\n    \"sku_field_count\": 0,\n    \"url\": \"\",\n    \"product_count\": 0,\n    \"product_sort\": \"sort_order\",\n    \"product_lookup\": \"sku\",\n    \"customer_group_ids\": [],\n    \"products\": [\n        {\n            \"quickorder_product_id\": 22,\n            \"product_id\": 68689,\n            \"default_qty\": 1,\n            \"buy_request\": {\n                \"qty\": 1\n            },\n            \"product_sort_value\": \"0\"\n        },\n        {\n            \"quickorder_product_id\": 23,\n            \"product_id\": 68688,\n            \"default_qty\": 1,\n            \"buy_request\": {\n                \"qty\": 1\n            },\n            \"product_sort_value\": \"1\"\n        },\n        {\n            \"quickorder_product_id\": 24,\n            \"product_id\": 68687,\n            \"default_qty\": 1,\n            \"buy_request\": {\n                \"qty\": 1\n            },\n            \"product_sort_value\": \"2\"\n        },\n        {\n            \"quickorder_product_id\": 25,\n            \"product_id\": 68686,\n            \"default_qty\": 1,\n            \"buy_request\": {\n                \"qty\": 1\n            },\n            \"product_sort_value\": \"3\"\n        },\n        {\n            \"quickorder_product_id\": 26,\n            \"product_id\": 68685,\n            \"default_qty\": 1,\n            \"buy_request\": {\n                \"qty\": 1\n            },\n            \"product_sort_value\": \"4\"\n        },\n        {\n            \"quickorder_product_id\": 19,\n            \"product_id\": 68680,\n            \"default_qty\": 1,\n            \"buy_request\": {\n                \"options\": {\n                    \"3\": [\n                        5,\n                        6,\n                        7,\n                        8\n                    ],\n                    \"6\": 17\n                },\n                \"qty\": 1,\n                \"option_inventory_location\": null,\n                \"bundle_option\": {\n                    \"3\": [\n                        5,\n                        6,\n                        7,\n                        8\n                    ],\n                    \"6\": 17\n                },\n                \"bundle_option_qty\": [],\n                \"product_id\": 68680\n            },\n            \"product_sort_value\": \"5\"\n        },\n        {\n            \"quickorder_product_id\": 20,\n            \"product_id\": 68664,\n            \"default_qty\": 1,\n            \"buy_request\": {\n                \"options\": [],\n                \"qty\": 1,\n                \"option_inventory_location\": null,\n                \"super_attribute\": {\n                    \"92\": 36,\n                    \"133\": 54\n                },\n                \"product_id\": 68664\n            },\n            \"product_sort_value\": \"6\"\n        },\n        {\n            \"quickorder_product_id\": 27,\n            \"product_id\": 68663,\n            \"default_qty\": 1,\n            \"buy_request\": {\n                \"qty\": 1\n            },\n            \"product_sort_value\": \"7\"\n        },\n        {\n            \"quickorder_product_id\": 21,\n            \"product_id\": 68662,\n            \"default_qty\": 1,\n            \"buy_request\": {\n                \"options\": [],\n                \"qty\": 5,\n                \"qty_increment_package\": {\n                    \"customer_group_id\": 1,\n                    \"increment_label\": \"Pack\",\n                    \"unit_label\": \"PIeces\",\n                    \"increment\": 5,\n                    \"ignore_multiplier\": false\n                },\n                \"option_inventory_location\": null,\n                \"product_id\": 68662,\n                \"qty_multiplier\": 5,\n                \"qty_multiplier_processed\": true\n            },\n            \"product_sort_value\": \"8\"\n        },\n        {\n            \"quickorder_product_id\": 28,\n            \"product_id\": 68661,\n            \"default_qty\": 1,\n            \"buy_request\": {\n                \"qty\": 1\n            },\n            \"product_sort_value\": \"9\"\n        },\n        {\n            \"quickorder_product_id\": 29,\n            \"product_id\": 68660,\n            \"default_qty\": 1,\n            \"buy_request\": {\n                \"qty\": 1\n            },\n            \"product_sort_value\": \"10\"\n        },\n        {\n            \"quickorder_product_id\": 30,\n            \"product_id\": 68659,\n            \"default_qty\": 1,\n            \"buy_request\": {\n                \"qty\": 1\n            },\n            \"product_sort_value\": \"11\"\n        },\n        {\n            \"quickorder_product_id\": 31,\n            \"product_id\": 68658,\n            \"default_qty\": 1,\n            \"buy_request\": {\n                \"qty\": 1\n            },\n            \"product_sort_value\": \"12\"\n        },\n        {\n            \"quickorder_product_id\": 32,\n            \"product_id\": 68657,\n            \"default_qty\": 1,\n            \"buy_request\": {\n                \"qty\": 1\n            },\n            \"product_sort_value\": \"13\"\n        },\n        {\n            \"quickorder_product_id\": 33,\n            \"product_id\": 68656,\n            \"default_qty\": 1,\n            \"buy_request\": {\n                \"qty\": 1\n            },\n            \"product_sort_value\": \"14\"\n        },\n        {\n            \"quickorder_product_id\": 34,\n            \"product_id\": 68655,\n            \"default_qty\": 1,\n            \"buy_request\": {\n                \"qty\": 1\n            },\n            \"product_sort_value\": \"15\"\n        },\n        {\n            \"quickorder_product_id\": 35,\n            \"product_id\": 68654,\n            \"default_qty\": 1,\n            \"buy_request\": {\n                \"qty\": 1\n            },\n            \"product_sort_value\": \"16\"\n        },\n        {\n            \"quickorder_product_id\": 36,\n            \"product_id\": 68653,\n            \"default_qty\": 1,\n            \"buy_request\": {\n                \"qty\": 1\n            },\n            \"product_sort_value\": \"17\"\n        }\n    ]\n}"}],"_postman_id":"300e1e32-94c6-4ea2-831d-1fec1a1fb3e9"},{"name":"Get All","id":"006f8dce-3eab-45ce-b080-30c7b1d9b47d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/quick-order-forms","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["quick-order-forms"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[{"id":"f2ddc885-8a62-41c0-8d9e-a6029d0eed2e","name":"Get All","originalRequest":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/quick-order-forms"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.23.3"},{"key":"Date","value":"Thu, 19 Oct 2023 12:26:09 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=31536000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"quickorder_id\": 1,\n        \"name\": \"test\",\n        \"is_active\": 0,\n        \"allow_new_rows\": 1,\n        \"allow_row_deletion\": 1,\n        \"allow_qty_change\": 1,\n        \"default_qty\": 0,\n        \"use_order_pad\": 0,\n        \"customer_id\": null,\n        \"sku_field_count\": 0,\n        \"url\": \"\",\n        \"product_count\": 0,\n        \"product_sort\": \"sort_order\",\n        \"product_lookup\": \"sku\",\n        \"customer_group_ids\": [],\n        \"products\": []\n    },\n    {\n        \"quickorder_id\": 2,\n        \"name\": \"Quick Order Form\",\n        \"is_active\": 1,\n        \"allow_new_rows\": 1,\n        \"allow_row_deletion\": 1,\n        \"allow_qty_change\": 1,\n        \"default_qty\": 0,\n        \"use_order_pad\": 1,\n        \"customer_id\": null,\n        \"sku_field_count\": 0,\n        \"url\": \"\",\n        \"product_count\": 0,\n        \"product_sort\": \"sort_order\",\n        \"product_lookup\": \"sku\",\n        \"customer_group_ids\": [],\n        \"products\": [\n            {\n                \"quickorder_product_id\": 22,\n                \"product_id\": 68689,\n                \"default_qty\": 1,\n                \"buy_request\": {\n                    \"qty\": 1\n                },\n                \"product_sort_value\": \"0\"\n            },\n            {\n                \"quickorder_product_id\": 23,\n                \"product_id\": 68688,\n                \"default_qty\": 1,\n                \"buy_request\": {\n                    \"qty\": 1\n                },\n                \"product_sort_value\": \"1\"\n            },\n            {\n                \"quickorder_product_id\": 24,\n                \"product_id\": 68687,\n                \"default_qty\": 1,\n                \"buy_request\": {\n                    \"qty\": 1\n                },\n                \"product_sort_value\": \"2\"\n            },\n            {\n                \"quickorder_product_id\": 25,\n                \"product_id\": 68686,\n                \"default_qty\": 1,\n                \"buy_request\": {\n                    \"qty\": 1\n                },\n                \"product_sort_value\": \"3\"\n            },\n            {\n                \"quickorder_product_id\": 26,\n                \"product_id\": 68685,\n                \"default_qty\": 1,\n                \"buy_request\": {\n                    \"qty\": 1\n                },\n                \"product_sort_value\": \"4\"\n            },\n            {\n                \"quickorder_product_id\": 19,\n                \"product_id\": 68680,\n                \"default_qty\": 1,\n                \"buy_request\": {\n                    \"options\": {\n                        \"3\": [\n                            5,\n                            6,\n                            7,\n                            8\n                        ],\n                        \"6\": 17\n                    },\n                    \"qty\": 1,\n                    \"option_inventory_location\": null,\n                    \"bundle_option\": {\n                        \"3\": [\n                            5,\n                            6,\n                            7,\n                            8\n                        ],\n                        \"6\": 17\n                    },\n                    \"bundle_option_qty\": [],\n                    \"product_id\": 68680\n                },\n                \"product_sort_value\": \"5\"\n            },\n            {\n                \"quickorder_product_id\": 20,\n                \"product_id\": 68664,\n                \"default_qty\": 1,\n                \"buy_request\": {\n                    \"options\": [],\n                    \"qty\": 1,\n                    \"option_inventory_location\": null,\n                    \"super_attribute\": {\n                        \"92\": 36,\n                        \"133\": 54\n                    },\n                    \"product_id\": 68664\n                },\n                \"product_sort_value\": \"6\"\n            },\n            {\n                \"quickorder_product_id\": 27,\n                \"product_id\": 68663,\n                \"default_qty\": 1,\n                \"buy_request\": {\n                    \"qty\": 1\n                },\n                \"product_sort_value\": \"7\"\n            },\n            {\n                \"quickorder_product_id\": 21,\n                \"product_id\": 68662,\n                \"default_qty\": 1,\n                \"buy_request\": {\n                    \"options\": [],\n                    \"qty\": 5,\n                    \"qty_increment_package\": {\n                        \"customer_group_id\": 1,\n                        \"increment_label\": \"Pack\",\n                        \"unit_label\": \"PIeces\",\n                        \"increment\": 5,\n                        \"ignore_multiplier\": false\n                    },\n                    \"option_inventory_location\": null,\n                    \"product_id\": 68662,\n                    \"qty_multiplier\": 5,\n                    \"qty_multiplier_processed\": true\n                },\n                \"product_sort_value\": \"8\"\n            },\n            {\n                \"quickorder_product_id\": 28,\n                \"product_id\": 68661,\n                \"default_qty\": 1,\n                \"buy_request\": {\n                    \"qty\": 1\n                },\n                \"product_sort_value\": \"9\"\n            },\n            {\n                \"quickorder_product_id\": 29,\n                \"product_id\": 68660,\n                \"default_qty\": 1,\n                \"buy_request\": {\n                    \"qty\": 1\n                },\n                \"product_sort_value\": \"10\"\n            },\n            {\n                \"quickorder_product_id\": 30,\n                \"product_id\": 68659,\n                \"default_qty\": 1,\n                \"buy_request\": {\n                    \"qty\": 1\n                },\n                \"product_sort_value\": \"11\"\n            },\n            {\n                \"quickorder_product_id\": 31,\n                \"product_id\": 68658,\n                \"default_qty\": 1,\n                \"buy_request\": {\n                    \"qty\": 1\n                },\n                \"product_sort_value\": \"12\"\n            },\n            {\n                \"quickorder_product_id\": 32,\n                \"product_id\": 68657,\n                \"default_qty\": 1,\n                \"buy_request\": {\n                    \"qty\": 1\n                },\n                \"product_sort_value\": \"13\"\n            },\n            {\n                \"quickorder_product_id\": 33,\n                \"product_id\": 68656,\n                \"default_qty\": 1,\n                \"buy_request\": {\n                    \"qty\": 1\n                },\n                \"product_sort_value\": \"14\"\n            },\n            {\n                \"quickorder_product_id\": 34,\n                \"product_id\": 68655,\n                \"default_qty\": 1,\n                \"buy_request\": {\n                    \"qty\": 1\n                },\n                \"product_sort_value\": \"15\"\n            },\n            {\n                \"quickorder_product_id\": 35,\n                \"product_id\": 68654,\n                \"default_qty\": 1,\n                \"buy_request\": {\n                    \"qty\": 1\n                },\n                \"product_sort_value\": \"16\"\n            },\n            {\n                \"quickorder_product_id\": 36,\n                \"product_id\": 68653,\n                \"default_qty\": 1,\n                \"buy_request\": {\n                    \"qty\": 1\n                },\n                \"product_sort_value\": \"17\"\n            }\n        ]\n    }\n]"}],"_postman_id":"006f8dce-3eab-45ce-b080-30c7b1d9b47d"}],"id":"310c7656-b337-4912-a21c-2196a72a18c3","description":"<p>More information on Quick Order Forms can be found here <a href=\"https://support.zoey.com/docs/advanced-quick-order\">https://support.zoey.com/docs/advanced-quick-order</a></p>\n","_postman_id":"310c7656-b337-4912-a21c-2196a72a18c3","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}}}],"id":"293aebf5-7cf3-4222-98c3-2661918b3e08","_postman_id":"293aebf5-7cf3-4222-98c3-2661918b3e08","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}}},{"name":"Attributes","item":[{"name":"Settings","item":[{"name":"Payments","item":[{"name":"Get All","id":"84e3ccce-3d91-4ed0-a75a-acf7d6542653","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/store2/config/payments","description":"<p>Get all enabled payment methods.</p>\n<hr />\n<p><strong>NOTE</strong></p>\n<p>To get payment methods used to convert a cart to an order use <a href=\"https://apidocs.zoey.com/#eeb1fd08-a96a-4e45-a13a-c29f65dc272c\">Cart Payment Methods</a></p>\n<hr />\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["store2","config","payments"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[],"_postman_id":"84e3ccce-3d91-4ed0-a75a-acf7d6542653"}],"id":"7a483794-9579-4b88-b4df-2bb31878039d","_postman_id":"7a483794-9579-4b88-b4df-2bb31878039d","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}}}],"id":"7219c608-83b6-4fe0-baf9-a415c3c722ef","_postman_id":"7219c608-83b6-4fe0-baf9-a415c3c722ef","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}}},{"name":"Options","item":[{"name":"Get","id":"7c32dd01-0d02-495f-a86f-0ba957c6ebad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/attribute_options/:attribute_id/:option_id/:store_id","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["attribute_options",":attribute_id",":option_id",":store_id"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[{"description":{"content":"<p>Attribute ID (ID, or Attribute Code will work)</p>\n","type":"text/plain"},"type":"any","value":"color","key":"attribute_id"},{"description":{"content":"<p>Option ID</p>\n","type":"text/plain"},"type":"any","value":"137","key":"option_id"},{"description":{"content":"<p>Store ID</p>\n","type":"text/plain"},"type":"any","value":"0","key":"store_id"}]}},"response":[],"_postman_id":"7c32dd01-0d02-495f-a86f-0ba957c6ebad"},{"name":"Get All","id":"9ddf4fe5-3b20-45c3-bd79-57677c6eb34e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/attribute_options/:attribute_id/","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["attribute_options",":attribute_id",""],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[{"description":{"content":"<p>Attribute ID (ID, or Attribute Code will work)</p>\n","type":"text/plain"},"type":"any","value":"color","key":"attribute_id"}]}},"response":[],"_postman_id":"9ddf4fe5-3b20-45c3-bd79-57677c6eb34e"},{"name":"Update","id":"d1294e0a-d250-4905-8919-4da5bcf51271","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"value\": \"Yellow\"\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/attribute_options/:attribute_id/:option_id/:store_id","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["attribute_options",":attribute_id",":option_id",":store_id"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[{"description":{"content":"<p>Attribute ID (ID, or Attribute Code will work)</p>\n","type":"text/plain"},"type":"any","value":"92","key":"attribute_id"},{"description":{"content":"<p>Option ID</p>\n","type":"text/plain"},"type":"any","value":"137","key":"option_id"},{"description":{"content":"<p>Store ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"store_id"}]}},"response":[],"_postman_id":"d1294e0a-d250-4905-8919-4da5bcf51271"},{"name":"Create","id":"dd0a8c91-16cd-4acd-ae93-df94095c8afd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"value\": \"Yellow\"\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/attribute_options/:attribute_id/","description":"<p>Creates one or more attribute options for the specified attribute.</p>\n<p>Use the <code>attribute_id</code> path variable to target the attribute you want to add options to.</p>\n<p>Single create example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\"value\":\"Yellow\"}\n\n</code></pre>\n<p>Bulk create is also supported by sending an array of option objects:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n    {\"value\":\"Yellow\"},\n    {\"value\":\"Blue\"}\n]\n\n</code></pre>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["attribute_options",":attribute_id",""],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[{"description":{"content":"<p>Attribute ID (ID, or Attribute Code will work)</p>\n","type":"text/plain"},"type":"any","value":"92","key":"attribute_id"}]}},"response":[{"id":"7e0098ff-2a67-4b8d-9ff2-cf3296e4f6b0","name":"Create","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"value\": \"Yellow\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://container-url.zoeysite.com/api/rest/attribute_options/:attribute_id/","host":["https://container-url.zoeysite.com/api/rest"],"path":["attribute_options",":attribute_id",""],"variable":[{"key":"attribute_id","value":"92","description":"Attribute ID (ID, or Attribute Code will work)"}]}},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"\"161\""},{"id":"8bc1a16e-b01e-4f7b-840e-974015b63921","name":"Multi-Create","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"value\": \"Yellow\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://container-url.zoeysite.com/api/rest/attribute_options/:attribute_id/","host":["https://container-url.zoeysite.com/api/rest"],"path":["attribute_options",":attribute_id",""],"variable":[{"key":"attribute_id","value":"92","description":"Attribute ID (ID, or Attribute Code will work)"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"status\": {\n            \"success\": 1,\n            \"details\": []\n        },\n        \"data\": {\n            \"counts\": {\n                \"created\": 2,\n                \"duplicate\": 3\n            },\n            \"created_options\": [\n                {\n                    \"option_id\": \"207908\",\n                    \"sort_order\": \"3\",\n                    \"value\": \"Attribute Value 4\"\n                },\n                {\n                    \"option_id\": \"207909\",\n                    \"sort_order\": \"4\",\n                    \"value\": \"Attribute Value 5\"\n                }\n            ],\n\n            // Options returned in the duplicate_options were identified as already existing and were not created an additional time.\n            \"duplicate_options\": [\n                {\n                    \"value\": \"Attribute Value 1\",\n                    \"option_id\": \"207903\"\n                },\n                {\n                    \"value\": \"Attribute Value 2\",\n                    \"option_id\": \"207904\"\n                },\n                {\n                    \"value\": \"Attribute Value 3\",\n                    \"option_id\": \"207905\"\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"dd0a8c91-16cd-4acd-ae93-df94095c8afd"},{"name":"Delete","id":"44dcd399-a02d-4124-8502-3e3def2bcf48","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"value\": \"Yeller\"\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/attribute_options/:attribute_id/:option_id","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["attribute_options",":attribute_id",":option_id"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[{"description":{"content":"<p>Attribute ID (ID, or Attribute Code will work)</p>\n","type":"text/plain"},"type":"any","value":"92","key":"attribute_id"},{"description":{"content":"<p>Option ID</p>\n","type":"text/plain"},"type":"any","value":"136","key":"option_id"}]}},"response":[],"_postman_id":"44dcd399-a02d-4124-8502-3e3def2bcf48"}],"id":"6e544f3d-ff03-4922-a3d1-c929d676afa2","_postman_id":"6e544f3d-ff03-4922-a3d1-c929d676afa2","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}}},{"name":"Get","id":"53518ff0-34cc-474b-9a3b-4f1599b2ce82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/attributes/:entity_type/:attribute_id/:store_id","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["attributes",":entity_type",":attribute_id",":store_id"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[{"disabled":true,"key":"attrs","value":"attribute_code, sort_order"}],"variable":[{"description":{"content":"<p>Entity Type (customer, customer_address, product, order, quote, account, account_address)</p>\n","type":"text/plain"},"type":"any","value":"customer_address","key":"entity_type"},{"description":{"content":"<p>Attribute ID (ID, or Attribute Code will work)</p>\n","type":"text/plain"},"type":"any","value":"region_id","key":"attribute_id"},{"description":{"content":"<p>Store ID (Optional)</p>\n","type":"text/plain"},"type":"any","value":null,"key":"store_id"}]}},"response":[],"_postman_id":"53518ff0-34cc-474b-9a3b-4f1599b2ce82"},{"name":"Get All","id":"6cfd4714-e2a3-40cc-affa-29571f9c7e09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/attributes/:entity_type","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["attributes",":entity_type"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[{"description":{"content":"<p>Entity Type (customer, customer_address, product, order, quote, account, account_address)</p>\n","type":"text/plain"},"type":"any","value":"product","key":"entity_type"}]}},"response":[],"_postman_id":"6cfd4714-e2a3-40cc-affa-29571f9c7e09"},{"name":"Update","id":"9447312b-afa8-4aa9-a897-3ba509da1dfc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"attribute_code\": \"test_api_attribute_select\",\n    \"frontend_input\": \"select\",\n    \"frontend_label\": \"Test API Attribute Select\",\n\n    \"allow_account_restriction\": \"1\",\n    \"customer_group_restricted\": \"1\",\n    \"restricted_groups_data\": { \"1\": 1, \"2\": 1 },\n    \"quote_restricted_groups_data\": { \"1\": 1, \"2\": 1, \"18\": 1 },\n    \"is_enabled\": \"1\",\n    \"show_in_emails\": \"1\",\n    \"show_in_pdf\": \"1\",\n    \"show_in_frontend\": \"1\",\n    \"show_in_csv\": \"1\",\n    \"show_in_order_success\": \"1\",\n    \"edit_in_admin\": \"1\",\n    \"checkout_location\": \"billing\",\n    \"checkout_position\": \"bottom\",\n    \"admin_render_location\": \"general\",\n    \"pdf_render_location\": \"billing\",\n    \"quote_is_enabled_fe\": \"1\",\n    \"quote_is_enabled_admin\": \"1\",\n    \"quote_is_required\": \"1\",\n    \"quote_copy_to_order\": \"1\",\n    \"quote_sort_order\": \"1\",\n    \"quote_checkout_location\": \"general\",\n    \"quote_admin_render_location\": \"general\",\n    \"quote_customer_group_restricted\": \"1\",\n    \"quote_show_in_pdf\": \"1\",\n    \"quote_show_in_emails\": \"1\",\n    \"quote_show_in_csv\": \"1\",\n    \"quote_edit_after_submit_fe\": \"1\",\n\n    \"is_required\": \"0\",\n    \"sort_order\": \"10\",\n\n    \"default_value\": \"95\",\n    \"option\": [\n        {\"option_id\": \"94\", \"value\": \"Option 1\"},\n        {\"option_id\": \"95\", \"value\": \"Option 2\"}\n    ],\n\n    /* validate_rules are for Date attributes only. */\n    \"validate_rules\": {\n        \"date_offset_min_group\": [\n            {\n                \"customer_groups\": [],\n                \"date_offset_min\": 2\n            }\n        ],\n        \"date_offset_max_group\": [\n            {\n                \"customer_groups\": [],\n                \"date_offset_max\": 4\n            }\n        ],\n        \"default_to_today\": 1,\n        \"store_front_only\": 1\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/attributes/:entity_type/:attribute_id/:store_id","description":"<p>See the Example requests for information about each entity type.</p>\n<blockquote>\n<p>When attribute data is created/updated is it assigned to the default attribute group/set by default. There is no need to assign an attribute to an attribute set. </p>\n</blockquote>\n<h1 id=\"updating-attribute-options\">Updating Attribute Options</h1>\n<p>See the \"Select &amp; Multiselect Options\" example on how to post options.</p>\n<blockquote>\n<p>WARNING<br />THIS OPERATION IS DESTRUCTIVE! MAKE SURE TO LIST EVERY SINGLE ATTRIBUTE OPTION. IF IT IS NOT LISTED IT WILL BE DELETED</p>\n</blockquote>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["attributes",":entity_type",":attribute_id",":store_id"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[{"description":{"content":"<p>Entity Type (customer, product, order)</p>\n","type":"text/plain"},"type":"any","value":"order","key":"entity_type"},{"description":{"content":"<p>Attribute ID (ID, or Attribute Code will work)</p>\n","type":"text/plain"},"type":"any","value":"test_api_attribute_select","key":"attribute_id"},{"description":{"content":"<p>Store ID (Optional)</p>\n","type":"text/plain"},"type":"any","value":"0","key":"store_id"}]}},"response":[{"id":"3aea98e3-998d-46f8-b4c2-ae2594e43d5d","name":"Product","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    // Settings\n\n    // Label\n    \"frontend_label\": \"Test API Attribute\",\n    // Is Required\n    \"is_required\": 0,\n    // Use In Compare\n    \"is_comparable\": 0,\n    // Use in Search Result Filters\n    \"is_filterable_in_search\": 0,\n    // Can Be Used for Building Promotions > Discount Rules and Sales\n    \"is_used_for_promo_rules\": 0,\n    // Allow Customers to Sort Products by this Attribute \n    \"used_for_sort_by\": 1,\n    // Sort: 0 - Alphabetically | 1 - Numerically\n    \"sort_type\": 0,\n    // Disable Translation\n    \"is_global\": 0,\n    // Use for Search in the Products Grid\n    \"use_in_catalog_product_search\": 0,\n    // Use for Order Item Display Sorting\n    \"use_in_order_item_sort\": 0,\n\n\n    // Visibility\n\n    // Visible to Only Specified Customer Groups\n    \"customer_group_restricted\": 1,\n    // Restricted to Groups { groupId: 1 | 0 }\n    \"restricted_groups_data\": { \"1\": 1, \"2\": 1 },\n    // Visible on Product Page\n    \"is_visible_on_front\": 1,\n    // Sort Order\n    \"sort_order\": 10,\n    // Visible on Mobile\n    \"visible_on_mobile\": 1,\n    // Show on Cart, Checkout, PDF, and Customer My Account: View Order\n    \"visible_in_cart\": 1,\n    // Show on Emails\n    \"send_to_email\": 1,\n    // Show on Search Results Page\n    \"show_on_search_page\": 1,\n    // Show on Search Results Preview\n    \"show_on_search_preview\": 1,\n    // Show on Export Full Order Data CSV / API / Webhooks\n    \"send_to_csv\": 1\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"/attributes/:entity_type/:attribute_id/:store_id","path":["attributes",":entity_type",":attribute_id",":store_id"],"variable":[{"key":"entity_type","value":"product"},{"key":"attribute_id","value":"test_api_attribute"},{"key":"store_id","value":"","description":"(Optional)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 28 Jan 2022 13:11:54 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":null},{"id":"ae717455-ed25-4819-97bd-b7f90dc539ea","name":"Customer","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    // Settings\n    \n    // Allow Staff Account Restrictions\n    \"allow_account_restriction\": \"1\",\n\n    // Visibility\n    \n    // Visible to Only Specified Customer Groups\n    \"customer_group_restricted\": \"1\",\n    // Restricted to Groups { groupId: 1 | 0 }\n    \"restricted_groups_data\": { \"1\": 1, \"2\": 1 },\n    // Use for Search in the Customer Grid\n    \"use_in_grid\": \"1\",\n    // Available as Column in Order Grid\n    \"use_in_order_grid\": \"1\",\n    // Show on PDFs\n    \"use_in_pdfs\": \"1\",\n    // Show on Emails\n    \"use_in_emails\": \"1\",\n    // Show on Customer My Account: View Order/Quote (0 = Do not show, 1 = Show On Admin Only, 2 = Show On Storefront Only, 3 = Show On Both Admin And Storefront)\n    \"use_in_order_view\": \"2\",\n\n    // FORMS\n\n    // Required for All Forms\n    \"is_required\": \"1\",\n    // Sort Order In Forms\n    \"sort_order\": \"10\",\n\n    // Forms the Attribute Should Be Visible\n    \"used_in_forms\": [\n        \"adminhtml_customer\",\n        \"customer_account_create\",\n        \"customer_account_edit\",\n        \"customer_register_checkout\",\n        \"adminhtml_checkout\",\n        \"adminhtml_order_export\"\n    ],\n\n    // Forms the Attribute Should Be Required\n    \"required_in_forms\": [\n        \"adminhtml_customer\",\n        \"customer_account_create\",\n        \"customer_account_edit\",\n        \"customer_register_checkout\",\n        \"adminhtml_checkout\",\n        \"adminhtml_order_export\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"/attributes/:entity_type/:attribute_id/:store_id","path":["attributes",":entity_type",":attribute_id",":store_id"],"variable":[{"key":"entity_type","value":"product"},{"key":"attribute_id","value":"test_api_attribute_select"},{"key":"store_id","value":"1","description":"(Optional)"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"35e13ade-82d1-436b-992f-411f85b3959f","name":"Order or Quote","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    // ORDER SETTINGS\n\n    // Enabled\n    \"is_enabled\": \"1\",\n    // Allow Staff Account Restrictions\n    \"allow_account_restriction\": \"1\",\n\n    // ORDER VISIBILITY\n    // Visible to Only Specified Customer Groups\n    \"customer_group_restricted\": \"1\",\n    // Restricted to Groups { groupId: 1 | 0 }\n    \"restricted_groups_data\": { \"1\": 1, \"2\": 1 },\n    // Editable In Admin\n    \"edit_in_admin\": \"1\",\n    // Show on PDFs\n    \"show_in_pdf\": \"1\",\n    // Show on Customer My Account: View Order\n    \"show_in_frontend\": \"1\",\n    // Show on Order Success Page\n    \"show_in_order_success\": \"1\",\n    // Show on Export Full Order Data CSV\n    \"show_in_csv\": \"1\",\n    // Show on Emails\n    \"show_in_emails\": \"1\",\n\n    // ORDER FORMS\n\n    // Required\n    \"is_required\": \"0\",\n    // Checkout Location\n    \"checkout_location\": \"billing\",\n    // Checkout Position\n    \"checkout_position\": \"bottom\",\n    // Display Location\n    \"admin_render_location\": \"general\",\n    // PDF Location\n    \"pdf_render_location\": \"billing\",\n    // Sort Order In Forms\n    \"sort_order\": \"10\",\n\n    // QUOTE SETTINGS\n\n    // Enabled for Store Front-end\n    \"quote_is_enabled_fe\": \"1\",\n    // Enabled for Admin\n    \"quote_is_enabled_admin\": \"1\",\n    // Copy to Order\n    \"quote_copy_to_order\": \"1\",\n\n\n    // Quote Visibility\n\n    // Visible to Only Specified Customer Groups\n    \"quote_customer_group_restricted\": \"1\",\n    // Restricted to Groups { groupId: 1 | 0 }\n    \"quote_restricted_groups_data\": { \"1\": 1, \"4\": 1 },\n    // Editable in the Store Front-end by Customer after Submitting\n    \"quote_edit_after_submit_fe\": \"1\",\n    // Show in PDFs\n    \"quote_show_in_pdf\": \"1\",\n    // Show on Export Full Order Data CSV\n    \"quote_show_in_csv\": \"1\",\n    // Show in Emails\n    \"quote_show_in_emails\": \"1\",\n\n    // QUOTE FORMS\n\n    // Required\n    \"quote_is_required\": \"1\",\n    // Checkout Location\n    \"quote_checkout_location\": \"general\",\n    // Display Location\n    \"quote_admin_render_location\": \"general\",\n    // Sort Order In Forms\n    \"quote_sort_order\": \"1\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"/attributes/:entity_type/:attribute_id/:store_id","path":["attributes",":entity_type",":attribute_id",":store_id"],"variable":[{"key":"entity_type","value":"order"},{"key":"attribute_id","value":"test_api_attribute_select"},{"key":"store_id","value":"","description":"(Optional)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 31 Jan 2022 13:12:29 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":null},{"id":"c0ac1d8a-a715-4b61-a21a-aa06942ef7cb","name":"Select & Multiselect Options","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    // Settings and Visibility are the same as the \"Product (Text | Textarea | Date)\" example\n\n    // Default option value(s)\n    \"default_value\": \"_1\",\n\n    // Post ALL options:\n    //  * Any options omitted will be DELETED.\n    //  * If `option_id` is not provided a NEW option will be created.\n    //  * Sort order of options is determined by the position in the array.\n    \"option\": [\n        // Existing option. Nothing is changing but needs to be posted so its not removed.\n        { \"option_id\": \"70\", \"value\": \"one\" },\n        // Existing option. Value is changing from too to two so value will be edited.\n        { \"option_id\": \"66\", \"value\": \"two\" },\n        // New Option. Posting without `option_id` will create a new option.\n        { \"value\": \"three\" },\n        // New Option. Posting with non-numeric `option_id` will be created as well and allow default value to be set.\n        { \"option_id\": \"_1\", \"value\": \"four\" }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"/attributes/:entity_type/:attribute_id/:store_id","path":["attributes",":entity_type",":attribute_id",":store_id"],"variable":[{"key":"entity_type","value":"product"},{"key":"attribute_id","value":"test_api_attribute"},{"key":"store_id","value":"","description":"(Optional)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 28 Jan 2022 13:11:54 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"9447312b-afa8-4aa9-a897-3ba509da1dfc"},{"name":"Create","id":"1dc2ba83-4aee-432e-a93d-e5a23b04542d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"attribute_code\": \"test_api_attribute_select\",\n    \"frontend_input\": \"select\",\n    \"frontend_label\": \"Test API Attribute Select\",\n\n    \"allow_account_restriction\": \"1\",\n    \"customer_group_restricted\": \"1\",\n    \"use_in_grid\": \"1\",\n    \"use_in_order_grid\": \"1\",\n    \"use_in_pdfs\": \"1\",\n    \"use_in_emails\": \"1\",\n    \"use_in_order_view\": \"2\",\n    \"is_required\": \"0\",\n    \"sort_order\": \"10\",\n    \"used_in_forms\": [\n        \"adminhtml_customer\",\n        \"customer_account_create\",\n        \"customer_account_edit\",\n        \"customer_register_checkout\",\n        \"adminhtml_checkout\",\n        \"adminhtml_order_export\"\n    ],\n    \"required_in_forms\": [\n        \"adminhtml_customer\",\n        \"customer_account_create\",\n        \"customer_account_edit\",\n        \"customer_register_checkout\",\n        \"adminhtml_checkout\",\n        \"adminhtml_order_export\"\n    ],\n\n    \"default_value\": \"_2\",\n    \"option\": [\n        {\"option_id\": \"_1\", \"value\": \"Option 1\"},\n        {\"option_id\": \"_2\", \"value\": \"Option 2\"}\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/attributes/:entity_type/","description":"<p>More information on post data can be found in the \"Update\" examples.</p>\n<blockquote>\n<p>When attribute data is created/updated is it assigned to the default attribute group/set by default. There is no need to assign an attribute to an attribute set.</p>\n</blockquote>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["attributes",":entity_type",""],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[{"description":{"content":"<p>Entity Type (customer, product, order)</p>\n","type":"text/plain"},"type":"any","value":"product","key":"entity_type"}]}},"response":[{"id":"94aabe5c-c85f-4ee0-8d8a-4be883e2f149","name":"Create","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    // REQUIRED\n    \"attribute_code\": \"test_api_attribute_textarea\",\n    \"frontend_input\": \"textarea\", // text | textarea | date | boolean | multiselect | select\n    \"frontend_label\": \"Test API Attribute Textarea\"\n\n    // All specific values can be found in Attributes > Update > Examples\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"/attributes/:entity_type/","path":["attributes",":entity_type",""],"variable":[{"key":"entity_type","value":"product"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"\"134\""}],"_postman_id":"1dc2ba83-4aee-432e-a93d-e5a23b04542d"},{"name":"Delete","id":"037a7027-0978-441c-8641-953214bb2bed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"attribute_code\": \"test_api_attribute_select\",\n    \"frontend_input\": \"select\",\n    \"frontend_label\": \"Test API Attribute Select\",\n\n    \"allow_account_restriction\": \"1\",\n    \"customer_group_restricted\": \"1\",\n    \"use_in_grid\": \"1\",\n    \"use_in_order_grid\": \"1\",\n    \"use_in_pdfs\": \"1\",\n    \"use_in_emails\": \"1\",\n    \"use_in_order_view\": \"2\",\n    \"is_required\": \"0\",\n    \"sort_order\": \"10\",\n    \"used_in_forms\": [\n        \"adminhtml_customer\",\n        \"customer_account_create\",\n        \"customer_account_edit\",\n        \"customer_register_checkout\",\n        \"adminhtml_checkout\",\n        \"adminhtml_order_export\"\n    ],\n    \"required_in_forms\": [\n        \"adminhtml_customer\",\n        \"customer_account_create\",\n        \"customer_account_edit\",\n        \"customer_register_checkout\",\n        \"adminhtml_checkout\",\n        \"adminhtml_order_export\"\n    ],\n\n    \"default_value\": \"_2\",\n    \"option\": [\n        {\"option_id\": \"_1\", \"value\": \"Option 1\"},\n        {\"option_id\": \"_2\", \"value\": \"Option 2\"}\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/attributes/:entity_type/:attribute_id","description":"<p>More information on post data can be found in the \"Update\" examples.</p>\n<blockquote>\n<p>When attribute data is created/updated is it assigned to the default attribute group/set by default. There is no need to assign an attribute to an attribute set.</p>\n</blockquote>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["attributes",":entity_type",":attribute_id"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[{"description":{"content":"<p>Entity Type (customer, product, order)</p>\n","type":"text/plain"},"type":"any","value":"product","key":"entity_type"},{"type":"any","value":"428","key":"attribute_id"}]}},"response":[{"id":"cb1b4ee6-80af-4e3c-8c94-85338a6520cf","name":"Create","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    // REQUIRED\n    \"attribute_code\": \"test_api_attribute_textarea\",\n    \"frontend_input\": \"textarea\", // text | textarea | date | boolean | multiselect | select\n    \"frontend_label\": \"Test API Attribute Textarea\"\n\n    // All specific values can be found in Attributes > Update > Examples\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"/attributes/:entity_type/","path":["attributes",":entity_type",""],"variable":[{"key":"entity_type","value":"product"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"\"134\""}],"_postman_id":"037a7027-0978-441c-8641-953214bb2bed"}],"id":"b81a2c92-0ddd-43fa-a3f1-79d8cc2d8957","description":"<p>These endpoints are used to GET / CREATE / UPDATE attributes for Entity Types:</p>\n<ul>\n<li>Products</li>\n<li>Customers</li>\n<li>Orders &amp; Quotes</li>\n</ul>\n<p>Examples of data for each entity type can be found in the \"Update\" examples.</p>\n","_postman_id":"b81a2c92-0ddd-43fa-a3f1-79d8cc2d8957","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}}},{"name":"Addresses","item":[{"name":"Countries","id":"b20d4936-be26-4138-b7a4-431e4dc7908d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/address/countries","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["address","countries"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[{"id":"0925acdf-2eb1-42b2-947f-149749dd1971","name":"Get","originalRequest":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/address/countries"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.23.3"},{"key":"Date","value":"Tue, 09 Jul 2024 12:43:53 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Set-Cookie","value":"PHPSESSID=1b2510aadbef63dc384b24184d47e05a; expires=Fri, 12 Jul 2024 12:43:53 GMT; Max-Age=259200; path=/; domain=web.zoeysite.local; secure; HttpOnly"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=31536000"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"country_id\": \"AF\",\n        \"country_name\": \"Afghanistan\"\n    },\n    {\n        \"country_id\": \"AL\",\n        \"country_name\": \"Albania\"\n    },\n    {\n        \"country_id\": \"DZ\",\n        \"country_name\": \"Algeria\"\n    },\n    {\n        \"country_id\": \"AS\",\n        \"country_name\": \"American Samoa\"\n    },\n    {\n        \"country_id\": \"AD\",\n        \"country_name\": \"Andorra\"\n    },\n    {\n        \"country_id\": \"AO\",\n        \"country_name\": \"Angola\"\n    },\n    {\n        \"country_id\": \"AI\",\n        \"country_name\": \"Anguilla\"\n    },\n    {\n        \"country_id\": \"AQ\",\n        \"country_name\": \"Antarctica\"\n    },\n    {\n        \"country_id\": \"AG\",\n        \"country_name\": \"Antigua and Barbuda\"\n    },\n    {\n        \"country_id\": \"AR\",\n        \"country_name\": \"Argentina\"\n    },\n    {\n        \"country_id\": \"AM\",\n        \"country_name\": \"Armenia\"\n    },\n    {\n        \"country_id\": \"AW\",\n        \"country_name\": \"Aruba\"\n    },\n    {\n        \"country_id\": \"AU\",\n        \"country_name\": \"Australia\"\n    },\n    {\n        \"country_id\": \"AT\",\n        \"country_name\": \"Austria\"\n    },\n    {\n        \"country_id\": \"AZ\",\n        \"country_name\": \"Azerbaijan\"\n    },\n    {\n        \"country_id\": \"BS\",\n        \"country_name\": \"Bahamas\"\n    },\n    {\n        \"country_id\": \"BH\",\n        \"country_name\": \"Bahrain\"\n    },\n    {\n        \"country_id\": \"BD\",\n        \"country_name\": \"Bangladesh\"\n    },\n    {\n        \"country_id\": \"BB\",\n        \"country_name\": \"Barbados\"\n    },\n    {\n        \"country_id\": \"BY\",\n        \"country_name\": \"Belarus\"\n    },\n    {\n        \"country_id\": \"BE\",\n        \"country_name\": \"Belgium\"\n    },\n    {\n        \"country_id\": \"BZ\",\n        \"country_name\": \"Belize\"\n    },\n    {\n        \"country_id\": \"BJ\",\n        \"country_name\": \"Benin\"\n    },\n    {\n        \"country_id\": \"BM\",\n        \"country_name\": \"Bermuda\"\n    },\n    {\n        \"country_id\": \"BT\",\n        \"country_name\": \"Bhutan\"\n    },\n    {\n        \"country_id\": \"BO\",\n        \"country_name\": \"Bolivia\"\n    },\n    {\n        \"country_id\": \"BA\",\n        \"country_name\": \"Bosnia and Herzegovina\"\n    },\n    {\n        \"country_id\": \"BW\",\n        \"country_name\": \"Botswana\"\n    },\n    {\n        \"country_id\": \"BV\",\n        \"country_name\": \"Bouvet Island\"\n    },\n    {\n        \"country_id\": \"BR\",\n        \"country_name\": \"Brazil\"\n    },\n    {\n        \"country_id\": \"IO\",\n        \"country_name\": \"British Indian Ocean Territory\"\n    },\n    {\n        \"country_id\": \"VG\",\n        \"country_name\": \"British Virgin Islands\"\n    },\n    {\n        \"country_id\": \"BN\",\n        \"country_name\": \"Brunei\"\n    },\n    {\n        \"country_id\": \"BG\",\n        \"country_name\": \"Bulgaria\"\n    },\n    {\n        \"country_id\": \"BF\",\n        \"country_name\": \"Burkina Faso\"\n    },\n    {\n        \"country_id\": \"BI\",\n        \"country_name\": \"Burundi\"\n    },\n    {\n        \"country_id\": \"KH\",\n        \"country_name\": \"Cambodia\"\n    },\n    {\n        \"country_id\": \"CM\",\n        \"country_name\": \"Cameroon\"\n    },\n    {\n        \"country_id\": \"CA\",\n        \"country_name\": \"Canada\"\n    },\n    {\n        \"country_id\": \"CV\",\n        \"country_name\": \"Cape Verde\"\n    },\n    {\n        \"country_id\": \"KY\",\n        \"country_name\": \"Cayman Islands\"\n    },\n    {\n        \"country_id\": \"CF\",\n        \"country_name\": \"Central African Republic\"\n    },\n    {\n        \"country_id\": \"TD\",\n        \"country_name\": \"Chad\"\n    },\n    {\n        \"country_id\": \"CL\",\n        \"country_name\": \"Chile\"\n    },\n    {\n        \"country_id\": \"CN\",\n        \"country_name\": \"China\"\n    },\n    {\n        \"country_id\": \"CX\",\n        \"country_name\": \"Christmas Island\"\n    },\n    {\n        \"country_id\": \"CC\",\n        \"country_name\": \"Cocos [Keeling] Islands\"\n    },\n    {\n        \"country_id\": \"CO\",\n        \"country_name\": \"Colombia\"\n    },\n    {\n        \"country_id\": \"KM\",\n        \"country_name\": \"Comoros\"\n    },\n    {\n        \"country_id\": \"CG\",\n        \"country_name\": \"Congo - Brazzaville\"\n    },\n    {\n        \"country_id\": \"CD\",\n        \"country_name\": \"Congo - Kinshasa\"\n    },\n    {\n        \"country_id\": \"CK\",\n        \"country_name\": \"Cook Islands\"\n    },\n    {\n        \"country_id\": \"CR\",\n        \"country_name\": \"Costa Rica\"\n    },\n    {\n        \"country_id\": \"HR\",\n        \"country_name\": \"Croatia\"\n    },\n    {\n        \"country_id\": \"CU\",\n        \"country_name\": \"Cuba\"\n    },\n    {\n        \"country_id\": \"CW\",\n        \"country_name\": \"Curaçao\"\n    },\n    {\n        \"country_id\": \"CY\",\n        \"country_name\": \"Cyprus\"\n    },\n    {\n        \"country_id\": \"CZ\",\n        \"country_name\": \"Czech Republic\"\n    },\n    {\n        \"country_id\": \"CI\",\n        \"country_name\": \"Côte d’Ivoire\"\n    },\n    {\n        \"country_id\": \"DK\",\n        \"country_name\": \"Denmark\"\n    },\n    {\n        \"country_id\": \"DJ\",\n        \"country_name\": \"Djibouti\"\n    },\n    {\n        \"country_id\": \"DM\",\n        \"country_name\": \"Dominica\"\n    },\n    {\n        \"country_id\": \"DO\",\n        \"country_name\": \"Dominican Republic\"\n    },\n    {\n        \"country_id\": \"EC\",\n        \"country_name\": \"Ecuador\"\n    },\n    {\n        \"country_id\": \"EG\",\n        \"country_name\": \"Egypt\"\n    },\n    {\n        \"country_id\": \"SV\",\n        \"country_name\": \"El Salvador\"\n    },\n    {\n        \"country_id\": \"GQ\",\n        \"country_name\": \"Equatorial Guinea\"\n    },\n    {\n        \"country_id\": \"ER\",\n        \"country_name\": \"Eritrea\"\n    },\n    {\n        \"country_id\": \"EE\",\n        \"country_name\": \"Estonia\"\n    },\n    {\n        \"country_id\": \"ET\",\n        \"country_name\": \"Ethiopia\"\n    },\n    {\n        \"country_id\": \"FK\",\n        \"country_name\": \"Falkland Islands\"\n    },\n    {\n        \"country_id\": \"FO\",\n        \"country_name\": \"Faroe Islands\"\n    },\n    {\n        \"country_id\": \"FJ\",\n        \"country_name\": \"Fiji\"\n    },\n    {\n        \"country_id\": \"FI\",\n        \"country_name\": \"Finland\"\n    },\n    {\n        \"country_id\": \"FR\",\n        \"country_name\": \"France\"\n    },\n    {\n        \"country_id\": \"GF\",\n        \"country_name\": \"French Guiana\"\n    },\n    {\n        \"country_id\": \"PF\",\n        \"country_name\": \"French Polynesia\"\n    },\n    {\n        \"country_id\": \"TF\",\n        \"country_name\": \"French Southern Territories\"\n    },\n    {\n        \"country_id\": \"GA\",\n        \"country_name\": \"Gabon\"\n    },\n    {\n        \"country_id\": \"GM\",\n        \"country_name\": \"Gambia\"\n    },\n    {\n        \"country_id\": \"GE\",\n        \"country_name\": \"Georgia\"\n    },\n    {\n        \"country_id\": \"DE\",\n        \"country_name\": \"Germany\"\n    },\n    {\n        \"country_id\": \"GH\",\n        \"country_name\": \"Ghana\"\n    },\n    {\n        \"country_id\": \"GI\",\n        \"country_name\": \"Gibraltar\"\n    },\n    {\n        \"country_id\": \"GR\",\n        \"country_name\": \"Greece\"\n    },\n    {\n        \"country_id\": \"GL\",\n        \"country_name\": \"Greenland\"\n    },\n    {\n        \"country_id\": \"GD\",\n        \"country_name\": \"Grenada\"\n    },\n    {\n        \"country_id\": \"GP\",\n        \"country_name\": \"Guadeloupe\"\n    },\n    {\n        \"country_id\": \"GU\",\n        \"country_name\": \"Guam\"\n    },\n    {\n        \"country_id\": \"GT\",\n        \"country_name\": \"Guatemala\"\n    },\n    {\n        \"country_id\": \"GG\",\n        \"country_name\": \"Guernsey\"\n    },\n    {\n        \"country_id\": \"GN\",\n        \"country_name\": \"Guinea\"\n    },\n    {\n        \"country_id\": \"GW\",\n        \"country_name\": \"Guinea-Bissau\"\n    },\n    {\n        \"country_id\": \"GY\",\n        \"country_name\": \"Guyana\"\n    },\n    {\n        \"country_id\": \"HT\",\n        \"country_name\": \"Haiti\"\n    },\n    {\n        \"country_id\": \"HM\",\n        \"country_name\": \"Heard Island and McDonald Islands\"\n    },\n    {\n        \"country_id\": \"HN\",\n        \"country_name\": \"Honduras\"\n    },\n    {\n        \"country_id\": \"HK\",\n        \"country_name\": \"Hong Kong SAR China\"\n    },\n    {\n        \"country_id\": \"HU\",\n        \"country_name\": \"Hungary\"\n    },\n    {\n        \"country_id\": \"IS\",\n        \"country_name\": \"Iceland\"\n    },\n    {\n        \"country_id\": \"IN\",\n        \"country_name\": \"India\"\n    },\n    {\n        \"country_id\": \"ID\",\n        \"country_name\": \"Indonesia\"\n    },\n    {\n        \"country_id\": \"IR\",\n        \"country_name\": \"Iran\"\n    },\n    {\n        \"country_id\": \"IQ\",\n        \"country_name\": \"Iraq\"\n    },\n    {\n        \"country_id\": \"IE\",\n        \"country_name\": \"Ireland\"\n    },\n    {\n        \"country_id\": \"IM\",\n        \"country_name\": \"Isle of Man\"\n    },\n    {\n        \"country_id\": \"IL\",\n        \"country_name\": \"Israel\"\n    },\n    {\n        \"country_id\": \"IT\",\n        \"country_name\": \"Italy\"\n    },\n    {\n        \"country_id\": \"JM\",\n        \"country_name\": \"Jamaica\"\n    },\n    {\n        \"country_id\": \"JP\",\n        \"country_name\": \"Japan\"\n    },\n    {\n        \"country_id\": \"JE\",\n        \"country_name\": \"Jersey\"\n    },\n    {\n        \"country_id\": \"JO\",\n        \"country_name\": \"Jordan\"\n    },\n    {\n        \"country_id\": \"KZ\",\n        \"country_name\": \"Kazakhstan\"\n    },\n    {\n        \"country_id\": \"KE\",\n        \"country_name\": \"Kenya\"\n    },\n    {\n        \"country_id\": \"KI\",\n        \"country_name\": \"Kiribati\"\n    },\n    {\n        \"country_id\": \"KW\",\n        \"country_name\": \"Kuwait\"\n    },\n    {\n        \"country_id\": \"KG\",\n        \"country_name\": \"Kyrgyzstan\"\n    },\n    {\n        \"country_id\": \"LA\",\n        \"country_name\": \"Laos\"\n    },\n    {\n        \"country_id\": \"LV\",\n        \"country_name\": \"Latvia\"\n    },\n    {\n        \"country_id\": \"LB\",\n        \"country_name\": \"Lebanon\"\n    },\n    {\n        \"country_id\": \"LS\",\n        \"country_name\": \"Lesotho\"\n    },\n    {\n        \"country_id\": \"LR\",\n        \"country_name\": \"Liberia\"\n    },\n    {\n        \"country_id\": \"LY\",\n        \"country_name\": \"Libya\"\n    },\n    {\n        \"country_id\": \"LI\",\n        \"country_name\": \"Liechtenstein\"\n    },\n    {\n        \"country_id\": \"LT\",\n        \"country_name\": \"Lithuania\"\n    },\n    {\n        \"country_id\": \"LU\",\n        \"country_name\": \"Luxembourg\"\n    },\n    {\n        \"country_id\": \"MO\",\n        \"country_name\": \"Macau SAR China\"\n    },\n    {\n        \"country_id\": \"MK\",\n        \"country_name\": \"Macedonia\"\n    },\n    {\n        \"country_id\": \"MG\",\n        \"country_name\": \"Madagascar\"\n    },\n    {\n        \"country_id\": \"MW\",\n        \"country_name\": \"Malawi\"\n    },\n    {\n        \"country_id\": \"MY\",\n        \"country_name\": \"Malaysia\"\n    },\n    {\n        \"country_id\": \"MV\",\n        \"country_name\": \"Maldives\"\n    },\n    {\n        \"country_id\": \"ML\",\n        \"country_name\": \"Mali\"\n    },\n    {\n        \"country_id\": \"MT\",\n        \"country_name\": \"Malta\"\n    },\n    {\n        \"country_id\": \"MH\",\n        \"country_name\": \"Marshall Islands\"\n    },\n    {\n        \"country_id\": \"MQ\",\n        \"country_name\": \"Martinique\"\n    },\n    {\n        \"country_id\": \"MR\",\n        \"country_name\": \"Mauritania\"\n    },\n    {\n        \"country_id\": \"MU\",\n        \"country_name\": \"Mauritius\"\n    },\n    {\n        \"country_id\": \"YT\",\n        \"country_name\": \"Mayotte\"\n    },\n    {\n        \"country_id\": \"MX\",\n        \"country_name\": \"Mexico\"\n    },\n    {\n        \"country_id\": \"FM\",\n        \"country_name\": \"Micronesia\"\n    },\n    {\n        \"country_id\": \"MD\",\n        \"country_name\": \"Moldova\"\n    },\n    {\n        \"country_id\": \"MC\",\n        \"country_name\": \"Monaco\"\n    },\n    {\n        \"country_id\": \"MN\",\n        \"country_name\": \"Mongolia\"\n    },\n    {\n        \"country_id\": \"ME\",\n        \"country_name\": \"Montenegro\"\n    },\n    {\n        \"country_id\": \"MS\",\n        \"country_name\": \"Montserrat\"\n    },\n    {\n        \"country_id\": \"MA\",\n        \"country_name\": \"Morocco\"\n    },\n    {\n        \"country_id\": \"MZ\",\n        \"country_name\": \"Mozambique\"\n    },\n    {\n        \"country_id\": \"MM\",\n        \"country_name\": \"Myanmar [Burma]\"\n    },\n    {\n        \"country_id\": \"NA\",\n        \"country_name\": \"Namibia\"\n    },\n    {\n        \"country_id\": \"NR\",\n        \"country_name\": \"Nauru\"\n    },\n    {\n        \"country_id\": \"NP\",\n        \"country_name\": \"Nepal\"\n    },\n    {\n        \"country_id\": \"NL\",\n        \"country_name\": \"Netherlands\"\n    },\n    {\n        \"country_id\": \"AN\",\n        \"country_name\": \"Netherlands Antilles\"\n    },\n    {\n        \"country_id\": \"NC\",\n        \"country_name\": \"New Caledonia\"\n    },\n    {\n        \"country_id\": \"NZ\",\n        \"country_name\": \"New Zealand\"\n    },\n    {\n        \"country_id\": \"NI\",\n        \"country_name\": \"Nicaragua\"\n    },\n    {\n        \"country_id\": \"NE\",\n        \"country_name\": \"Niger\"\n    },\n    {\n        \"country_id\": \"NG\",\n        \"country_name\": \"Nigeria\"\n    },\n    {\n        \"country_id\": \"NU\",\n        \"country_name\": \"Niue\"\n    },\n    {\n        \"country_id\": \"NF\",\n        \"country_name\": \"Norfolk Island\"\n    },\n    {\n        \"country_id\": \"KP\",\n        \"country_name\": \"North Korea\"\n    },\n    {\n        \"country_id\": \"MP\",\n        \"country_name\": \"Northern Mariana Islands\"\n    },\n    {\n        \"country_id\": \"NO\",\n        \"country_name\": \"Norway\"\n    },\n    {\n        \"country_id\": \"OM\",\n        \"country_name\": \"Oman\"\n    },\n    {\n        \"country_id\": \"PK\",\n        \"country_name\": \"Pakistan\"\n    },\n    {\n        \"country_id\": \"PW\",\n        \"country_name\": \"Palau\"\n    },\n    {\n        \"country_id\": \"PS\",\n        \"country_name\": \"Palestinian Territories\"\n    },\n    {\n        \"country_id\": \"PA\",\n        \"country_name\": \"Panama\"\n    },\n    {\n        \"country_id\": \"PG\",\n        \"country_name\": \"Papua New Guinea\"\n    },\n    {\n        \"country_id\": \"PY\",\n        \"country_name\": \"Paraguay\"\n    },\n    {\n        \"country_id\": \"PE\",\n        \"country_name\": \"Peru\"\n    },\n    {\n        \"country_id\": \"PH\",\n        \"country_name\": \"Philippines\"\n    },\n    {\n        \"country_id\": \"PN\",\n        \"country_name\": \"Pitcairn Islands\"\n    },\n    {\n        \"country_id\": \"PL\",\n        \"country_name\": \"Poland\"\n    },\n    {\n        \"country_id\": \"PT\",\n        \"country_name\": \"Portugal\"\n    },\n    {\n        \"country_id\": \"PR\",\n        \"country_name\": \"Puerto Rico\"\n    },\n    {\n        \"country_id\": \"QA\",\n        \"country_name\": \"Qatar\"\n    },\n    {\n        \"country_id\": \"RO\",\n        \"country_name\": \"Romania\"\n    },\n    {\n        \"country_id\": \"RU\",\n        \"country_name\": \"Russia\"\n    },\n    {\n        \"country_id\": \"RW\",\n        \"country_name\": \"Rwanda\"\n    },\n    {\n        \"country_id\": \"RE\",\n        \"country_name\": \"Réunion\"\n    },\n    {\n        \"country_id\": \"BL\",\n        \"country_name\": \"Saint Barthélemy\"\n    },\n    {\n        \"country_id\": \"SH\",\n        \"country_name\": \"Saint Helena\"\n    },\n    {\n        \"country_id\": \"KN\",\n        \"country_name\": \"Saint Kitts and Nevis\"\n    },\n    {\n        \"country_id\": \"LC\",\n        \"country_name\": \"Saint Lucia\"\n    },\n    {\n        \"country_id\": \"MF\",\n        \"country_name\": \"Saint Martin\"\n    },\n    {\n        \"country_id\": \"PM\",\n        \"country_name\": \"Saint Pierre and Miquelon\"\n    },\n    {\n        \"country_id\": \"VC\",\n        \"country_name\": \"Saint Vincent and the Grenadines\"\n    },\n    {\n        \"country_id\": \"WS\",\n        \"country_name\": \"Samoa\"\n    },\n    {\n        \"country_id\": \"SM\",\n        \"country_name\": \"San Marino\"\n    },\n    {\n        \"country_id\": \"SA\",\n        \"country_name\": \"Saudi Arabia\"\n    },\n    {\n        \"country_id\": \"SN\",\n        \"country_name\": \"Senegal\"\n    },\n    {\n        \"country_id\": \"RS\",\n        \"country_name\": \"Serbia\"\n    },\n    {\n        \"country_id\": \"SC\",\n        \"country_name\": \"Seychelles\"\n    },\n    {\n        \"country_id\": \"SL\",\n        \"country_name\": \"Sierra Leone\"\n    },\n    {\n        \"country_id\": \"SG\",\n        \"country_name\": \"Singapore\"\n    },\n    {\n        \"country_id\": \"SX\",\n        \"country_name\": \"Sint Maarten\"\n    },\n    {\n        \"country_id\": \"SK\",\n        \"country_name\": \"Slovakia\"\n    },\n    {\n        \"country_id\": \"SI\",\n        \"country_name\": \"Slovenia\"\n    },\n    {\n        \"country_id\": \"SB\",\n        \"country_name\": \"Solomon Islands\"\n    },\n    {\n        \"country_id\": \"SO\",\n        \"country_name\": \"Somalia\"\n    },\n    {\n        \"country_id\": \"ZA\",\n        \"country_name\": \"South Africa\"\n    },\n    {\n        \"country_id\": \"GS\",\n        \"country_name\": \"South Georgia and the South Sandwich Islands\"\n    },\n    {\n        \"country_id\": \"KR\",\n        \"country_name\": \"South Korea\"\n    },\n    {\n        \"country_id\": \"ES\",\n        \"country_name\": \"Spain\"\n    },\n    {\n        \"country_id\": \"LK\",\n        \"country_name\": \"Sri Lanka\"\n    },\n    {\n        \"country_id\": \"SD\",\n        \"country_name\": \"Sudan\"\n    },\n    {\n        \"country_id\": \"SR\",\n        \"country_name\": \"Suriname\"\n    },\n    {\n        \"country_id\": \"SJ\",\n        \"country_name\": \"Svalbard and Jan Mayen\"\n    },\n    {\n        \"country_id\": \"SZ\",\n        \"country_name\": \"Swaziland\"\n    },\n    {\n        \"country_id\": \"SE\",\n        \"country_name\": \"Sweden\"\n    },\n    {\n        \"country_id\": \"CH\",\n        \"country_name\": \"Switzerland\"\n    },\n    {\n        \"country_id\": \"SY\",\n        \"country_name\": \"Syria\"\n    },\n    {\n        \"country_id\": \"ST\",\n        \"country_name\": \"São Tomé and Príncipe\"\n    },\n    {\n        \"country_id\": \"TW\",\n        \"country_name\": \"Taiwan\"\n    },\n    {\n        \"country_id\": \"TJ\",\n        \"country_name\": \"Tajikistan\"\n    },\n    {\n        \"country_id\": \"TZ\",\n        \"country_name\": \"Tanzania\"\n    },\n    {\n        \"country_id\": \"TH\",\n        \"country_name\": \"Thailand\"\n    },\n    {\n        \"country_id\": \"TL\",\n        \"country_name\": \"Timor-Leste\"\n    },\n    {\n        \"country_id\": \"TG\",\n        \"country_name\": \"Togo\"\n    },\n    {\n        \"country_id\": \"TK\",\n        \"country_name\": \"Tokelau\"\n    },\n    {\n        \"country_id\": \"TO\",\n        \"country_name\": \"Tonga\"\n    },\n    {\n        \"country_id\": \"TT\",\n        \"country_name\": \"Trinidad and Tobago\"\n    },\n    {\n        \"country_id\": \"TN\",\n        \"country_name\": \"Tunisia\"\n    },\n    {\n        \"country_id\": \"TR\",\n        \"country_name\": \"Turkey\"\n    },\n    {\n        \"country_id\": \"TM\",\n        \"country_name\": \"Turkmenistan\"\n    },\n    {\n        \"country_id\": \"TC\",\n        \"country_name\": \"Turks and Caicos Islands\"\n    },\n    {\n        \"country_id\": \"TV\",\n        \"country_name\": \"Tuvalu\"\n    },\n    {\n        \"country_id\": \"UM\",\n        \"country_name\": \"U.S. Minor Outlying Islands\"\n    },\n    {\n        \"country_id\": \"VI\",\n        \"country_name\": \"U.S. Virgin Islands\"\n    },\n    {\n        \"country_id\": \"UG\",\n        \"country_name\": \"Uganda\"\n    },\n    {\n        \"country_id\": \"UA\",\n        \"country_name\": \"Ukraine\"\n    },\n    {\n        \"country_id\": \"AE\",\n        \"country_name\": \"United Arab Emirates\"\n    },\n    {\n        \"country_id\": \"GB\",\n        \"country_name\": \"United Kingdom\"\n    },\n    {\n        \"country_id\": \"US\",\n        \"country_name\": \"United States\"\n    },\n    {\n        \"country_id\": \"UY\",\n        \"country_name\": \"Uruguay\"\n    },\n    {\n        \"country_id\": \"UZ\",\n        \"country_name\": \"Uzbekistan\"\n    },\n    {\n        \"country_id\": \"VU\",\n        \"country_name\": \"Vanuatu\"\n    },\n    {\n        \"country_id\": \"VA\",\n        \"country_name\": \"Vatican City\"\n    },\n    {\n        \"country_id\": \"VE\",\n        \"country_name\": \"Venezuela\"\n    },\n    {\n        \"country_id\": \"VN\",\n        \"country_name\": \"Vietnam\"\n    },\n    {\n        \"country_id\": \"WF\",\n        \"country_name\": \"Wallis and Futuna\"\n    },\n    {\n        \"country_id\": \"EH\",\n        \"country_name\": \"Western Sahara\"\n    },\n    {\n        \"country_id\": \"YE\",\n        \"country_name\": \"Yemen\"\n    },\n    {\n        \"country_id\": \"ZM\",\n        \"country_name\": \"Zambia\"\n    },\n    {\n        \"country_id\": \"ZW\",\n        \"country_name\": \"Zimbabwe\"\n    },\n    {\n        \"country_id\": \"AX\",\n        \"country_name\": \"Åland Islands\"\n    }\n]"}],"_postman_id":"b20d4936-be26-4138-b7a4-431e4dc7908d"},{"name":"Country","id":"18136548-1ab3-41e8-b025-ad3ce22df079","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/address/countries/:country_id","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["address","countries",":country_id"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[{"type":"any","value":"US","key":"country_id"}]}},"response":[{"id":"b0b9b743-d389-4c04-bab2-499191891589","name":"Get","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://container-url.zoeysite.com/api/rest/address/countries/:country_id","host":["https://container-url.zoeysite.com/api/rest"],"path":["address","countries",":country_id"],"variable":[{"key":"country_id","value":"US"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.23.3"},{"key":"Date","value":"Tue, 09 Jul 2024 12:44:18 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Set-Cookie","value":"PHPSESSID=40c731328e0e0bddffed678df42f0dc9; expires=Fri, 12 Jul 2024 12:44:18 GMT; Max-Age=259200; path=/; domain=web.zoeysite.local; secure; HttpOnly"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=31536000"}],"cookie":[],"responseTime":null,"body":"{\n    \"country_id\": \"US\",\n    \"country_name\": \"United States\",\n    \"iso2_code\": \"US\",\n    \"iso3_code\": \"USA\",\n    \"regions\": [\n        {\n            \"region_id\": \"1\",\n            \"country_id\": \"US\",\n            \"code\": \"AL\",\n            \"default_name\": \"Alabama\",\n            \"name\": \"Alabama\"\n        },\n        {\n            \"region_id\": \"2\",\n            \"country_id\": \"US\",\n            \"code\": \"AK\",\n            \"default_name\": \"Alaska\",\n            \"name\": \"Alaska\"\n        },\n        {\n            \"region_id\": \"3\",\n            \"country_id\": \"US\",\n            \"code\": \"AS\",\n            \"default_name\": \"American Samoa\",\n            \"name\": \"American Samoa\"\n        },\n        {\n            \"region_id\": \"4\",\n            \"country_id\": \"US\",\n            \"code\": \"AZ\",\n            \"default_name\": \"Arizona\",\n            \"name\": \"Arizona\"\n        },\n        {\n            \"region_id\": \"5\",\n            \"country_id\": \"US\",\n            \"code\": \"AR\",\n            \"default_name\": \"Arkansas\",\n            \"name\": \"Arkansas\"\n        },\n        {\n            \"region_id\": \"6\",\n            \"country_id\": \"US\",\n            \"code\": \"AF\",\n            \"default_name\": \"Armed Forces Africa\",\n            \"name\": \"Armed Forces Africa\"\n        },\n        {\n            \"region_id\": \"7\",\n            \"country_id\": \"US\",\n            \"code\": \"AA\",\n            \"default_name\": \"Armed Forces Americas\",\n            \"name\": \"Armed Forces Americas\"\n        },\n        {\n            \"region_id\": \"8\",\n            \"country_id\": \"US\",\n            \"code\": \"AC\",\n            \"default_name\": \"Armed Forces Canada\",\n            \"name\": \"Armed Forces Canada\"\n        },\n        {\n            \"region_id\": \"9\",\n            \"country_id\": \"US\",\n            \"code\": \"AE\",\n            \"default_name\": \"Armed Forces Europe\",\n            \"name\": \"Armed Forces Europe\"\n        },\n        {\n            \"region_id\": \"10\",\n            \"country_id\": \"US\",\n            \"code\": \"AM\",\n            \"default_name\": \"Armed Forces Middle East\",\n            \"name\": \"Armed Forces Middle East\"\n        },\n        {\n            \"region_id\": \"11\",\n            \"country_id\": \"US\",\n            \"code\": \"AP\",\n            \"default_name\": \"Armed Forces Pacific\",\n            \"name\": \"Armed Forces Pacific\"\n        },\n        {\n            \"region_id\": \"12\",\n            \"country_id\": \"US\",\n            \"code\": \"CA\",\n            \"default_name\": \"California\",\n            \"name\": \"California\"\n        },\n        {\n            \"region_id\": \"13\",\n            \"country_id\": \"US\",\n            \"code\": \"CO\",\n            \"default_name\": \"Colorado\",\n            \"name\": \"Colorado\"\n        },\n        {\n            \"region_id\": \"14\",\n            \"country_id\": \"US\",\n            \"code\": \"CT\",\n            \"default_name\": \"Connecticut\",\n            \"name\": \"Connecticut\"\n        },\n        {\n            \"region_id\": \"15\",\n            \"country_id\": \"US\",\n            \"code\": \"DE\",\n            \"default_name\": \"Delaware\",\n            \"name\": \"Delaware\"\n        },\n        {\n            \"region_id\": \"16\",\n            \"country_id\": \"US\",\n            \"code\": \"DC\",\n            \"default_name\": \"District of Columbia\",\n            \"name\": \"District of Columbia\"\n        },\n        {\n            \"region_id\": \"17\",\n            \"country_id\": \"US\",\n            \"code\": \"FM\",\n            \"default_name\": \"Federated States Of Micronesia\",\n            \"name\": \"Federated States Of Micronesia\"\n        },\n        {\n            \"region_id\": \"18\",\n            \"country_id\": \"US\",\n            \"code\": \"FL\",\n            \"default_name\": \"Florida\",\n            \"name\": \"Florida\"\n        },\n        {\n            \"region_id\": \"19\",\n            \"country_id\": \"US\",\n            \"code\": \"GA\",\n            \"default_name\": \"Georgia\",\n            \"name\": \"Georgia\"\n        },\n        {\n            \"region_id\": \"20\",\n            \"country_id\": \"US\",\n            \"code\": \"GU\",\n            \"default_name\": \"Guam\",\n            \"name\": \"Guam\"\n        },\n        {\n            \"region_id\": \"21\",\n            \"country_id\": \"US\",\n            \"code\": \"HI\",\n            \"default_name\": \"Hawaii\",\n            \"name\": \"Hawaii\"\n        },\n        {\n            \"region_id\": \"22\",\n            \"country_id\": \"US\",\n            \"code\": \"ID\",\n            \"default_name\": \"Idaho\",\n            \"name\": \"Idaho\"\n        },\n        {\n            \"region_id\": \"23\",\n            \"country_id\": \"US\",\n            \"code\": \"IL\",\n            \"default_name\": \"Illinois\",\n            \"name\": \"Illinois\"\n        },\n        {\n            \"region_id\": \"24\",\n            \"country_id\": \"US\",\n            \"code\": \"IN\",\n            \"default_name\": \"Indiana\",\n            \"name\": \"Indiana\"\n        },\n        {\n            \"region_id\": \"25\",\n            \"country_id\": \"US\",\n            \"code\": \"IA\",\n            \"default_name\": \"Iowa\",\n            \"name\": \"Iowa\"\n        },\n        {\n            \"region_id\": \"26\",\n            \"country_id\": \"US\",\n            \"code\": \"KS\",\n            \"default_name\": \"Kansas\",\n            \"name\": \"Kansas\"\n        },\n        {\n            \"region_id\": \"27\",\n            \"country_id\": \"US\",\n            \"code\": \"KY\",\n            \"default_name\": \"Kentucky\",\n            \"name\": \"Kentucky\"\n        },\n        {\n            \"region_id\": \"28\",\n            \"country_id\": \"US\",\n            \"code\": \"LA\",\n            \"default_name\": \"Louisiana\",\n            \"name\": \"Louisiana\"\n        },\n        {\n            \"region_id\": \"29\",\n            \"country_id\": \"US\",\n            \"code\": \"ME\",\n            \"default_name\": \"Maine\",\n            \"name\": \"Maine\"\n        },\n        {\n            \"region_id\": \"30\",\n            \"country_id\": \"US\",\n            \"code\": \"MH\",\n            \"default_name\": \"Marshall Islands\",\n            \"name\": \"Marshall Islands\"\n        },\n        {\n            \"region_id\": \"31\",\n            \"country_id\": \"US\",\n            \"code\": \"MD\",\n            \"default_name\": \"Maryland\",\n            \"name\": \"Maryland\"\n        },\n        {\n            \"region_id\": \"32\",\n            \"country_id\": \"US\",\n            \"code\": \"MA\",\n            \"default_name\": \"Massachusetts\",\n            \"name\": \"Massachusetts\"\n        },\n        {\n            \"region_id\": \"33\",\n            \"country_id\": \"US\",\n            \"code\": \"MI\",\n            \"default_name\": \"Michigan\",\n            \"name\": \"Michigan\"\n        },\n        {\n            \"region_id\": \"34\",\n            \"country_id\": \"US\",\n            \"code\": \"MN\",\n            \"default_name\": \"Minnesota\",\n            \"name\": \"Minnesota\"\n        },\n        {\n            \"region_id\": \"35\",\n            \"country_id\": \"US\",\n            \"code\": \"MS\",\n            \"default_name\": \"Mississippi\",\n            \"name\": \"Mississippi\"\n        },\n        {\n            \"region_id\": \"36\",\n            \"country_id\": \"US\",\n            \"code\": \"MO\",\n            \"default_name\": \"Missouri\",\n            \"name\": \"Missouri\"\n        },\n        {\n            \"region_id\": \"37\",\n            \"country_id\": \"US\",\n            \"code\": \"MT\",\n            \"default_name\": \"Montana\",\n            \"name\": \"Montana\"\n        },\n        {\n            \"region_id\": \"38\",\n            \"country_id\": \"US\",\n            \"code\": \"NE\",\n            \"default_name\": \"Nebraska\",\n            \"name\": \"Nebraska\"\n        },\n        {\n            \"region_id\": \"39\",\n            \"country_id\": \"US\",\n            \"code\": \"NV\",\n            \"default_name\": \"Nevada\",\n            \"name\": \"Nevada\"\n        },\n        {\n            \"region_id\": \"40\",\n            \"country_id\": \"US\",\n            \"code\": \"NH\",\n            \"default_name\": \"New Hampshire\",\n            \"name\": \"New Hampshire\"\n        },\n        {\n            \"region_id\": \"41\",\n            \"country_id\": \"US\",\n            \"code\": \"NJ\",\n            \"default_name\": \"New Jersey\",\n            \"name\": \"New Jersey\"\n        },\n        {\n            \"region_id\": \"42\",\n            \"country_id\": \"US\",\n            \"code\": \"NM\",\n            \"default_name\": \"New Mexico\",\n            \"name\": \"New Mexico\"\n        },\n        {\n            \"region_id\": \"43\",\n            \"country_id\": \"US\",\n            \"code\": \"NY\",\n            \"default_name\": \"New York\",\n            \"name\": \"New York\"\n        },\n        {\n            \"region_id\": \"44\",\n            \"country_id\": \"US\",\n            \"code\": \"NC\",\n            \"default_name\": \"North Carolina\",\n            \"name\": \"North Carolina\"\n        },\n        {\n            \"region_id\": \"45\",\n            \"country_id\": \"US\",\n            \"code\": \"ND\",\n            \"default_name\": \"North Dakota\",\n            \"name\": \"North Dakota\"\n        },\n        {\n            \"region_id\": \"46\",\n            \"country_id\": \"US\",\n            \"code\": \"MP\",\n            \"default_name\": \"Northern Mariana Islands\",\n            \"name\": \"Northern Mariana Islands\"\n        },\n        {\n            \"region_id\": \"47\",\n            \"country_id\": \"US\",\n            \"code\": \"OH\",\n            \"default_name\": \"Ohio\",\n            \"name\": \"Ohio\"\n        },\n        {\n            \"region_id\": \"48\",\n            \"country_id\": \"US\",\n            \"code\": \"OK\",\n            \"default_name\": \"Oklahoma\",\n            \"name\": \"Oklahoma\"\n        },\n        {\n            \"region_id\": \"49\",\n            \"country_id\": \"US\",\n            \"code\": \"OR\",\n            \"default_name\": \"Oregon\",\n            \"name\": \"Oregon\"\n        },\n        {\n            \"region_id\": \"50\",\n            \"country_id\": \"US\",\n            \"code\": \"PW\",\n            \"default_name\": \"Palau\",\n            \"name\": \"Palau\"\n        },\n        {\n            \"region_id\": \"51\",\n            \"country_id\": \"US\",\n            \"code\": \"PA\",\n            \"default_name\": \"Pennsylvania\",\n            \"name\": \"Pennsylvania\"\n        },\n        {\n            \"region_id\": \"52\",\n            \"country_id\": \"US\",\n            \"code\": \"PR\",\n            \"default_name\": \"Puerto Rico\",\n            \"name\": \"Puerto Rico\"\n        },\n        {\n            \"region_id\": \"53\",\n            \"country_id\": \"US\",\n            \"code\": \"RI\",\n            \"default_name\": \"Rhode Island\",\n            \"name\": \"Rhode Island\"\n        },\n        {\n            \"region_id\": \"54\",\n            \"country_id\": \"US\",\n            \"code\": \"SC\",\n            \"default_name\": \"South Carolina\",\n            \"name\": \"South Carolina\"\n        },\n        {\n            \"region_id\": \"55\",\n            \"country_id\": \"US\",\n            \"code\": \"SD\",\n            \"default_name\": \"South Dakota\",\n            \"name\": \"South Dakota\"\n        },\n        {\n            \"region_id\": \"56\",\n            \"country_id\": \"US\",\n            \"code\": \"TN\",\n            \"default_name\": \"Tennessee\",\n            \"name\": \"Tennessee\"\n        },\n        {\n            \"region_id\": \"57\",\n            \"country_id\": \"US\",\n            \"code\": \"TX\",\n            \"default_name\": \"Texas\",\n            \"name\": \"Texas\"\n        },\n        {\n            \"region_id\": \"58\",\n            \"country_id\": \"US\",\n            \"code\": \"UT\",\n            \"default_name\": \"Utah\",\n            \"name\": \"Utah\"\n        },\n        {\n            \"region_id\": \"59\",\n            \"country_id\": \"US\",\n            \"code\": \"VT\",\n            \"default_name\": \"Vermont\",\n            \"name\": \"Vermont\"\n        },\n        {\n            \"region_id\": \"60\",\n            \"country_id\": \"US\",\n            \"code\": \"VI\",\n            \"default_name\": \"Virgin Islands\",\n            \"name\": \"Virgin Islands\"\n        },\n        {\n            \"region_id\": \"61\",\n            \"country_id\": \"US\",\n            \"code\": \"VA\",\n            \"default_name\": \"Virginia\",\n            \"name\": \"Virginia\"\n        },\n        {\n            \"region_id\": \"62\",\n            \"country_id\": \"US\",\n            \"code\": \"WA\",\n            \"default_name\": \"Washington\",\n            \"name\": \"Washington\"\n        },\n        {\n            \"region_id\": \"63\",\n            \"country_id\": \"US\",\n            \"code\": \"WV\",\n            \"default_name\": \"West Virginia\",\n            \"name\": \"West Virginia\"\n        },\n        {\n            \"region_id\": \"64\",\n            \"country_id\": \"US\",\n            \"code\": \"WI\",\n            \"default_name\": \"Wisconsin\",\n            \"name\": \"Wisconsin\"\n        },\n        {\n            \"region_id\": \"65\",\n            \"country_id\": \"US\",\n            \"code\": \"WY\",\n            \"default_name\": \"Wyoming\",\n            \"name\": \"Wyoming\"\n        }\n    ]\n}"}],"_postman_id":"18136548-1ab3-41e8-b025-ad3ce22df079"}],"id":"6798d334-e9be-4f6b-ad0f-c15991418707","description":"<p>When setting address data to an Account, Contact, Quote, or Order you can use the <code>GET /address/countries</code> to get the list of available countries.</p>\n<p>Using the <code>country_id</code>, you can then query <code>GET /address/countries/:country_id</code> to get the list of supported regions and their associated <code>region_id</code> .</p>\n<p>If the country doesn't support regions it will be an empty array and you can set the address <code>region</code> value to text instead of setting the address <code>region_id</code> value to an integer.</p>\n","_postman_id":"6798d334-e9be-4f6b-ad0f-c15991418707","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}}},{"name":"Activities","item":[{"name":"Call Types","item":[{"name":"Get All","id":"44861ee9-fb8f-4ce9-8607-7aa749489cb3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/crm/call_type/list","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["crm","call_type","list"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[{"disabled":true,"description":{"content":"<p>Limit the response.</p>\n","type":"text/plain"},"key":"limit","value":"1"},{"disabled":true,"description":{"content":"<p>Paginate the response.</p>\n","type":"text/plain"},"key":"page","value":"2"},{"disabled":true,"description":{"content":"<p>Sort by ID descending</p>\n","type":"text/plain"},"key":"sort[id]","value":"DESC"},{"disabled":true,"description":{"content":"<p>Created At filter</p>\n","type":"text/plain"},"key":"filters[created_at][eq]","value":"2025-07-30"}],"variable":[]}},"response":[],"_postman_id":"44861ee9-fb8f-4ce9-8607-7aa749489cb3"},{"name":"Get","id":"f3b6bf33-67bf-4bc0-991d-a858c5e110ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/crm/call_type","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["crm","call_type"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[{"disabled":true,"description":{"content":"<p>ID of call type to fetch info. ( Required )</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[],"_postman_id":"f3b6bf33-67bf-4bc0-991d-a858c5e110ae"},{"name":"Count","id":"dbc33946-fe2a-4b97-85e5-1d9f2e575aff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/crm/call_type/count","description":"<p>Count call types</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["crm","call_type","count"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[{"disabled":true,"description":{"content":"<p>Created At filter</p>\n","type":"text/plain"},"key":"filters[created_at][gt]","value":"2025-07-30"}],"variable":[]}},"response":[],"_postman_id":"dbc33946-fe2a-4b97-85e5-1d9f2e575aff"},{"name":"Create","id":"b1d9e5fb-29e1-425f-9792-d5b542f877fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"code\": \"New Call Type\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/crm/call_type","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["crm","call_type"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[],"_postman_id":"b1d9e5fb-29e1-425f-9792-d5b542f877fa"},{"name":"Update","id":"b448d119-fac3-411e-b16d-358acd7ff3bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": 1,\n    \"data\": {\n        \"code\": \"Call Type Update\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/crm/call_type","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["crm","call_type"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[],"_postman_id":"b448d119-fac3-411e-b16d-358acd7ff3bb"},{"name":"Delete","id":"22306959-16ff-4187-8157-78217ffe79d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/crm/call_type","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["crm","call_type"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[],"_postman_id":"22306959-16ff-4187-8157-78217ffe79d7"}],"id":"bb8038b7-21a3-423b-9c47-8c7cbde93b34","_postman_id":"bb8038b7-21a3-423b-9c47-8c7cbde93b34","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}}},{"name":"Call Outcomes","item":[{"name":"Get All","id":"92057563-a15d-464d-b67d-a50ca2b3217e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/crm/call_outcome/list","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["crm","call_outcome","list"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[{"disabled":true,"description":{"content":"<p>Limit the response.</p>\n","type":"text/plain"},"key":"limit","value":"1"},{"disabled":true,"description":{"content":"<p>Paginate the response.</p>\n","type":"text/plain"},"key":"page","value":"2"},{"disabled":true,"description":{"content":"<p>Sort by ID descending</p>\n","type":"text/plain"},"key":"sort[id]","value":"DESC"},{"disabled":true,"description":{"content":"<p>Created At filter</p>\n","type":"text/plain"},"key":"filters[created_at][eq]","value":"2025-07-30"}],"variable":[]}},"response":[],"_postman_id":"92057563-a15d-464d-b67d-a50ca2b3217e"},{"name":"Get","id":"24724b51-df96-45bd-82c7-d45a0855eced","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/crm/call_outcome","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["crm","call_outcome"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[{"disabled":true,"description":{"content":"<p>ID of call outcome to fetch info. ( Required )</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[],"_postman_id":"24724b51-df96-45bd-82c7-d45a0855eced"},{"name":"Count","id":"f63ee53b-2472-4e49-b3c5-fb48a925dfce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/crm/call_outcome/count","description":"<p>Count call outcomes</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["crm","call_outcome","count"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[{"disabled":true,"description":{"content":"<p>Created At filter</p>\n","type":"text/plain"},"key":"filters[created_at][gt]","value":"2025-07-30"}],"variable":[]}},"response":[],"_postman_id":"f63ee53b-2472-4e49-b3c5-fb48a925dfce"},{"name":"Create","id":"5d75d523-787b-4a49-8147-09b28564f51a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"code\": \"New Call Outcome\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/crm/call_outcome","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["crm","call_outcome"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[],"_postman_id":"5d75d523-787b-4a49-8147-09b28564f51a"},{"name":"Update","id":"e60393a6-0988-4f6e-a561-7285fa1fac27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": 1,\n    \"data\": {\n        \"code\": \"Call Outcome Update\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/crm/call_outcome","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["crm","call_outcome"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[],"_postman_id":"e60393a6-0988-4f6e-a561-7285fa1fac27"},{"name":"Delete","id":"843ade22-96eb-45ef-bd4f-3cf32b380f41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/crm/call_outcome","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["crm","call_outcome"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[],"_postman_id":"843ade22-96eb-45ef-bd4f-3cf32b380f41"}],"id":"5cd2c1cd-c9f5-447b-a43d-899b7e23dd35","_postman_id":"5cd2c1cd-c9f5-447b-a43d-899b7e23dd35","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}}},{"name":"Meeting Types","item":[{"name":"Get All","id":"9b7db669-f1b5-4f42-a253-532deb635d91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/crm/meeting_type/list","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["crm","meeting_type","list"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[{"disabled":true,"description":{"content":"<p>Limit the response.</p>\n","type":"text/plain"},"key":"limit","value":"1"},{"disabled":true,"description":{"content":"<p>Paginate the response.</p>\n","type":"text/plain"},"key":"page","value":"2"},{"disabled":true,"description":{"content":"<p>Sort by ID descending</p>\n","type":"text/plain"},"key":"sort[id]","value":"DESC"},{"disabled":true,"description":{"content":"<p>Created At filter</p>\n","type":"text/plain"},"key":"filters[created_at][eq]","value":"2025-07-30"}],"variable":[]}},"response":[],"_postman_id":"9b7db669-f1b5-4f42-a253-532deb635d91"},{"name":"Get","id":"38c5b20e-ed9f-4049-ab49-f330a2019270","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/crm/meeting_type","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["crm","meeting_type"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[{"disabled":true,"description":{"content":"<p>ID of meeting type to fetch info. ( Required )</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[],"_postman_id":"38c5b20e-ed9f-4049-ab49-f330a2019270"},{"name":"Count","id":"5bcb3d4e-605c-4f20-af87-ee2ff84b79bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/crm/meeting_type/count","description":"<p>Count meeting types</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["crm","meeting_type","count"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[{"disabled":true,"description":{"content":"<p>Created At filter</p>\n","type":"text/plain"},"key":"filters[created_at][gt]","value":"2025-07-30"}],"variable":[]}},"response":[],"_postman_id":"5bcb3d4e-605c-4f20-af87-ee2ff84b79bc"},{"name":"Create","id":"4aab93d9-9f38-44e0-97b6-274a9b757d15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"code\": \"New Meeting Type\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/crm/meeting_type","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["crm","meeting_type"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[],"_postman_id":"4aab93d9-9f38-44e0-97b6-274a9b757d15"},{"name":"Update","id":"0e7646c6-c02b-4f63-a4aa-b67ff37dc259","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": 1,\n    \"data\": {\n        \"code\": \"Meeting Type Update\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/crm/meeting_type","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["crm","meeting_type"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[],"_postman_id":"0e7646c6-c02b-4f63-a4aa-b67ff37dc259"},{"name":"Delete","id":"817f19a7-4dde-4506-a598-7767c87ed6da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/crm/meeting_type","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["crm","meeting_type"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[],"_postman_id":"817f19a7-4dde-4506-a598-7767c87ed6da"}],"id":"a53db5bb-69df-4943-a19a-d83289a03369","_postman_id":"a53db5bb-69df-4943-a19a-d83289a03369","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}}},{"name":"Get All","id":"96804f17-3651-422b-9d46-08796f8b8d84","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/crm/activity/list","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["crm","activity","list"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[{"disabled":true,"description":{"content":"<p>Limit the response.</p>\n","type":"text/plain"},"key":"limit","value":"1"},{"disabled":true,"description":{"content":"<p>Paginate the response.</p>\n","type":"text/plain"},"key":"page","value":"2"},{"disabled":true,"description":{"content":"<p>Sort by ID descending</p>\n","type":"text/plain"},"key":"sort[id]","value":"DESC"},{"disabled":true,"description":{"content":"<p>Account Filter</p>\n","type":"text/plain"},"key":"filters[company_id][eq]","value":"1"},{"disabled":true,"description":{"content":"<p>Created At Filter</p>\n","type":"text/plain"},"key":"filters[created_at][gt]","value":"2025-07-30"},{"disabled":true,"description":{"content":"<p>Advanced Filters as json</p>\n","type":"text/plain"},"key":"advFilters","value":"{\"AND\": [{\"updated_at\":{\"gt\":\"2021-07-30\"}}]}"},{"disabled":true,"description":{"content":"<p>Option to order pinned activities first</p>\n","type":"text/plain"},"key":"options[order_pinned_first]","value":"1"}],"variable":[]}},"response":[],"_postman_id":"96804f17-3651-422b-9d46-08796f8b8d84"},{"name":"Get","id":"a10ea22c-53ae-480a-8538-51164c5e3d56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/crm/activity","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["crm","activity"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[{"disabled":true,"description":{"content":"<p>ID of activity to fetch info. ( Required )</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[],"_postman_id":"a10ea22c-53ae-480a-8538-51164c5e3d56"},{"name":"Count","id":"958f641d-4171-4159-bd40-5af1480a3967","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/crm/activity/count","description":"<p>Count activities</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["crm","activity","count"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[{"disabled":true,"description":{"content":"<p>Created At filter</p>\n","type":"text/plain"},"key":"filters[created_at][gt]","value":"2025-07-30"}],"variable":[]}},"response":[],"_postman_id":"958f641d-4171-4159-bd40-5af1480a3967"},{"name":"Create","id":"52c14036-f3c4-4922-84ff-340f86485711","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"note\",\n        \"note\": \"note content\",\n        \"links\": {\n            \"company\": [\"1\"],\n            \"customer\": [\"2\"]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/crm/activity","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Param</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>data</code></td>\n<td><strong><code>ActivityData</code></strong></td>\n<td>Activity create data</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"activitydata\">ActivityData</h3>\n<p>Data to update on an activity</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Param</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>type</code></td>\n<td>string</td>\n<td>Activity type code. Cannot be changed after creation.  <br />  <br /><code>call</code>  <br /><code>meeting</code>  <br /><code>note</code></td>\n</tr>\n<tr>\n<td><code>links</code></td>\n<td><strong><code>LinksData</code></strong></td>\n<td>Activity links object data described below. Must have at least one account link.</td>\n</tr>\n<tr>\n<td><code>pinned_at</code></td>\n<td>string</td>\n<td>Pinned date in format <code>YYYY-MM-DD HH:MM:SS</code></td>\n</tr>\n<tr>\n<td><code>note</code></td>\n<td>string</td>\n<td>Note content</td>\n</tr>\n<tr>\n<td><code>start_date</code>  <br /><strong>Activity Type:</strong> Call, Meeting</td>\n<td>string</td>\n<td>Start date in format <code>YYYY-MM-DD</code></td>\n</tr>\n<tr>\n<td><code>start_time</code>  <br /><strong>Activity Type:</strong> Call, Meeting</td>\n<td>string</td>\n<td>Start time in format <code>HH:MM</code></td>\n</tr>\n<tr>\n<td><code>duration</code><strong>Activity Type:</strong> Call, Meeting</td>\n<td>string</td>\n<td>Duration code  <br />  <br /><code>min_15</code> 15 MIN  <br /><code>min_30</code> 30 MIN  <br /><code>min_45</code> 45 MIN  <br /><code>min_60</code> 1 HR  <br /><code>min_90</code> 1 HR 30 MIN  <br /><code>min_120</code> 2 HR  <br /><code>min_120_plus</code> 2HR+</td>\n</tr>\n<tr>\n<td><code>call_type_id</code>  <br /><strong>Activity Type:</strong> Call</td>\n<td>int</td>\n<td>Call type ID</td>\n</tr>\n<tr>\n<td><code>outcome_id</code>  <br /><strong>Activity Type:</strong> Call</td>\n<td>int</td>\n<td>Outcome ID</td>\n</tr>\n<tr>\n<td><code>contacts</code>  <br /><strong>Activity Type:</strong> Call</td>\n<td>array</td>\n<td>List of customer IDs. This will replace all contacts data.</td>\n</tr>\n<tr>\n<td><code>meeting_type_id</code>  <br /><strong>Activity Type:</strong> Meeting</td>\n<td>int</td>\n<td>Meeting type ID</td>\n</tr>\n<tr>\n<td><code>attendees</code>  <br /><strong>Activity Type:</strong> Meeting</td>\n<td>array</td>\n<td>List of customer IDs. This will replace all attendees data.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"linksdata\">LinksData</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>links</code></th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>company</code></td>\n<td>array</td>\n<td>Account IDs to link</td>\n</tr>\n<tr>\n<td><code>location</code></td>\n<td>array</td>\n<td>Location IDs to link</td>\n</tr>\n<tr>\n<td><code>customer</code></td>\n<td>array</td>\n<td>Contact IDs to link</td>\n</tr>\n<tr>\n<td><code>call</code></td>\n<td>array</td>\n<td>Call Activity IDs to link</td>\n</tr>\n<tr>\n<td><code>meeting</code></td>\n<td>array</td>\n<td>Meeting Activity IDs to link</td>\n</tr>\n<tr>\n<td><code>note</code></td>\n<td>array</td>\n<td>Note Activity IDs to link</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["crm","activity"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[{"id":"ed0b91e5-60f2-4d7e-8f46-a15198c0cd31","name":"Create Call","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"call\",\n        \"links\": {\n            \"company\": [\"1\"],\n            \"customer\": [\"2\"]\n        },\n        \"contacts\": [\"2\"],\n        \"start_date\": \"2025-08-12\",\n        \"start_time\": \"14:30\",\n        \"call_type_id\": \"1\",\n        \"outcome_id\": \"1\",\n        \"duration\": \"min_15\",\n        \"note\": \"call note content\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/crm/activity"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"92336875-72bd-4789-93ba-80a187a7a0f4","name":"Create Meeting","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"meeting\",\n        \"links\": {\n            \"company\": [\"1\"],\n            \"customer\": [\"2\"]\n        },\n        \"attendees\": [\"2\"],\n        \"start_date\": \"2025-08-12\",\n        \"start_time\": \"14:30\",\n        \"meeting_type_id\": \"1\",\n        \"duration\": \"min_15\",\n        \"note\": \"meeting note content\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/crm/activity"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"7e745074-6040-4c54-a788-6ca8616792e6","name":"Create Note","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"note\",\n        \"links\": {\n            \"company\": [\"1\"]\n        },\n        \"note\": \"note content\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/crm/activity"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"52c14036-f3c4-4922-84ff-340f86485711"},{"name":"Update","id":"7c69e196-ae9e-45d1-a59b-6672ec4a1463","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": 1,\n    \"data\": {\n        \"note\": \"note content update\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/crm/activity","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Param</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>string</td>\n<td>ID for the activity being updated.</td>\n</tr>\n<tr>\n<td><code>data</code></td>\n<td><strong><code>ActivityData</code></strong></td>\n<td>Activity update data</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["crm","activity"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[],"_postman_id":"7c69e196-ae9e-45d1-a59b-6672ec4a1463"},{"name":"Delete","id":"037609e4-c2e7-427e-b57a-595123347aa5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/crm/activity","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["crm","activity"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[],"_postman_id":"037609e4-c2e7-427e-b57a-595123347aa5"}],"id":"8efc414d-ee19-46bc-ab20-1ae0ba2e5ce0","_postman_id":"8efc414d-ee19-46bc-ab20-1ae0ba2e5ce0","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}}},{"name":"Tax","item":[{"name":"Class","item":[{"name":"Get All","id":"342f08d0-ab33-40ed-a04b-00234d8e519c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/tax/class/?filter[0][attribute]=class_type&filter[0][eq]=PRODUCT","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["tax","class",""],"host":["https://container-url.zoeysite.com/api/rest"],"query":[{"key":"filter[0][attribute]","value":"class_type"},{"description":{"content":"<p>\"PRODUCT\" | \"CUSTOMER\"</p>\n","type":"text/plain"},"key":"filter[0][eq]","value":"PRODUCT"}],"variable":[]}},"response":[],"_postman_id":"342f08d0-ab33-40ed-a04b-00234d8e519c"},{"name":"Get","id":"dae78b9a-24e0-48da-b15d-04885a8f9abc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/tax/class/:tax_class_id","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["tax","class",":tax_class_id"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[{"type":"any","value":"2","key":"tax_class_id"}]}},"response":[],"_postman_id":"dae78b9a-24e0-48da-b15d-04885a8f9abc"},{"name":"Create","id":"1eccc016-3a6d-4bb6-a814-779753d68a7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"class_name\": \"Tax Class Name\",\n    \"class_type\": \"PRODUCT\"\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/tax/class/","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>class_name</td>\n<td>string</td>\n<td>No</td>\n<td>Name of the tax class.</td>\n</tr>\n<tr>\n<td>class_type</td>\n<td>string</td>\n<td>No</td>\n<td>\"PRODUCT\" OR \"CUSTOMER\"</td>\n</tr>\n<tr>\n<td>avatax_code</td>\n<td>string</td>\n<td>No</td>\n<td>Avatax Code</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["tax","class",""],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[],"_postman_id":"1eccc016-3a6d-4bb6-a814-779753d68a7b"},{"name":"Update","id":"adcd7fd2-8a5c-47d1-b9d1-4fc8fc4b769c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"class_name\": \"Tax Class Name\",\n    \"class_type\": \"PRODUCT\"\n}","options":{"raw":{"language":"json"}}},"url":"https://container-url.zoeysite.com/api/rest/tax/class/:tax_class_id","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>class_name</td>\n<td>string</td>\n<td>No</td>\n<td>Name of the tax class.</td>\n</tr>\n<tr>\n<td>class_type</td>\n<td>string</td>\n<td>No</td>\n<td>\"PRODUCT\" OR \"CUSTOMER\"</td>\n</tr>\n<tr>\n<td>avatax_code</td>\n<td>string</td>\n<td>No</td>\n<td>Avatax Code</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["tax","class",":tax_class_id"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[{"type":"any","value":"2","key":"tax_class_id"}]}},"response":[],"_postman_id":"adcd7fd2-8a5c-47d1-b9d1-4fc8fc4b769c"},{"name":"Delete","id":"41f4e0ee-d7a3-4eb4-b77d-47b571ef7376","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://container-url.zoeysite.com/api/rest/tax/class/:tax_class_id","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["tax","class",":tax_class_id"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[{"type":"any","value":"2","key":"tax_class_id"}]}},"response":[],"_postman_id":"41f4e0ee-d7a3-4eb4-b77d-47b571ef7376"}],"id":"cc78dc77-d325-4734-8711-53dc823c4511","_postman_id":"cc78dc77-d325-4734-8711-53dc823c4511","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}}}],"id":"6a0c933e-62b7-4e9e-ac9d-69fe821448af","_postman_id":"6a0c933e-62b7-4e9e-ac9d-69fe821448af","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}}},{"name":"Team","item":[{"name":"Users","item":[{"name":"Get All","id":"b32daedd-e7a3-48f1-abd8-c0acefd7d07d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://container-url.zoeysite.com/api/rest/v2/team/users","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}},"urlObject":{"path":["v2","team","users"],"host":["https://container-url.zoeysite.com/api/rest"],"query":[],"variable":[]}},"response":[],"_postman_id":"b32daedd-e7a3-48f1-abd8-c0acefd7d07d"}],"id":"1526d856-728f-4feb-83de-9f64a0958d54","_postman_id":"1526d856-728f-4feb-83de-9f64a0958d54","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}}}],"id":"3e3ccd50-a777-415f-ad82-ae526cab29ba","_postman_id":"3e3ccd50-a777-415f-ad82-ae526cab29ba","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"37d30247-b92f-422b-ab99-c21956302ad7","id":"37d30247-b92f-422b-ab99-c21956302ad7","name":"Zoey REST API","type":"collection"}}}],"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"client_id"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"client_secret"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]}},"event":[{"listen":"prerequest","script":{"id":"801a71c3-7a2f-4cde-8263-802b315d05a7","type":"text/javascript","requests":{},"exec":[""]}},{"listen":"test","script":{"id":"0d81c264-1b76-4c01-9f3f-d7a09f52e27b","type":"text/javascript","requests":{},"exec":[""]}}],"variable":[{"key":"base_url","value":"https://container-url.zoeysite.com"},{"key":"rest_path","value":"/api/rest"},{"key":"consumer_key","value":"consumer_key"},{"key":"consumer_secret","value":"consumer_secret"},{"key":"oauth_token","value":"oauth_token"},{"key":"oauth_secret","value":"oauth_secret"},{"key":"client_id","value":"client_id"},{"key":"client_secret","value":"client_secret"}]}