{"info":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"30558093","collectionId":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","publishedId":"2s9YR84YUN","public":true,"customColor":{"top-bar":"05639D","right-sidebar":"303030","highlight":"03A0E3"},"publishDate":"2024-11-26T17:13:07.000Z"},"item":[{"name":"Getting Started","item":[],"id":"34866d52-60cc-44e7-a5e1-f00433ad0ff2","description":"<h2 id=\"url\">URL</h2>\n<h3 id=\"eu-production-environment\">EU Production environment</h3>\n<p>Access the Pimberly API with the base URL <code>https://api.pimberly.io</code> followed by the required service name (e.g. <code>/core</code>) and the required resource (e.g. <code>/products</code>).</p>\n<p>For example, to retrieve product listings use: <code>https://api.pimberly.io/core/products</code>.</p>\n<p>Other base URLs used to access the API (e.g. <code>https://pimberl.ly/api/v2.2</code>) are deprecated but will continue to function.</p>\n<h3 id=\"us-production-environment\">US Production environment</h3>\n<p>Access the Pimberly API with the base URL <code>https://app.us.pimberly.com/api/v2.2</code> followed by the required resource, e.g. <code>/products</code>.</p>\n<p>For example, to retrieve product listings use: <code>https://app.us.pimberly.com/api/v2.2/products</code>.</p>\n<h3 id=\"sandbox-environment\">Sandbox environment</h3>\n<p>Access the Pimberly API with the base URL <code>https://sandbox-api.pimberly.io</code> followed by the required service name (e.g. <code>/core</code>) and the required resource (e.g. <code>/products</code>).</p>\n<p>For example, to retrieve product listings use: <code>https://sandbox-api.pimberly.io/core/products</code></p>\n<h3 id=\"webhooks\">Webhooks</h3>\n<p>Please refer to the <a href=\"#3aba35c0-2a92-480a-a12f-036a4c1c6fe0\">Webhooks API</a> section for the base URLs to use for webhooks.</p>\n<h3 id=\"notes\">Notes</h3>\n<p>Requests do no not need to include any account-specific IDs since the API key you supply is associated with a Pimberly account.</p>\n<h2 id=\"https\">HTTPS</h2>\n<p>Pimberly APIs require HTTPS. Requests to the API using HTTP will be refused.</p>\n<h2 id=\"tls-version-support\">TLS Version support</h2>\n<p>We recommend clients use use the latest version of TLS (currently v1.3) when connecting to our APIs. Pimberly APIs require clients to make an HTTPS connection with TLS v1.2 or above.</p>\n<p>TLS v1.0 and v1.1 are not supported.</p>\n<h2 id=\"errors\">Errors</h2>\n<p><strong>Client errors</strong> (4xx) will return a JSON response containing the HTTP status code, as well as a message relating to the error. For example, if searching for a product which doesn't exist, Pimberly will respond with:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"error\": {\n    \"status\": 404,\n    \"message\": \"No products found\"\n  }\n}\n\n</code></pre>\n<p><strong>Server errors</strong> (5xx) may return different responses depending on the error that has occurred. If Pimberly encounters a <code>500 Internal Server Error</code>, the response is similar to that of client errors, for example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"error\": {\n    \"name\": \"ExampleError\",\n    \"status\": 500,\n    \"message\": \"Example error message\"\n  }\n}\n\n</code></pre>\n<p>In the event of a <code>502 Bad Gateway</code> error, the response body is instead HTML, for example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-html\">&lt;html&gt;\n&lt;head&gt;\n    &lt;title&gt;502 Bad Gateway&lt;/title&gt;\n&lt;/head&gt;\n&lt;body&gt;\n    &lt;center&gt;\n        &lt;h1 class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27;&gt;502 Bad Gateway&lt;/h1&gt;\n    &lt;/center&gt;\n&lt;/body&gt;\n&lt;/html&gt;\n\n</code></pre>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"73786568-5945-44d2-bcdf-d7ee2bb49fc2"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"51c11ab8-d0ae-409e-9102-3bf97bd6532f"}}],"_postman_id":"34866d52-60cc-44e7-a5e1-f00433ad0ff2"},{"name":"Authentication","item":[],"id":"7685daba-56f6-4c16-a0fa-4733ca325fd6","description":"<p>To make a successful request to a Pimberly API you will require an access token (also known as an API key).</p>\n<p>Temporary tokens can be obtained by sending a valid username and password to the login endpoint.</p>\n<p>Non-expiring tokens can created within the Admin section of your account by creating a channel or feed with a REST Connector (see help.pimberly.com) for integration to other systems/stores/marketplaces.</p>\n<p>The access token should be provided to the API either:</p>\n<h4 id=\"as-an-http-header-recommended\">As an HTTP header (recommended):</h4>\n<p>Pass an <code>Authorization</code> header with a string value set to a valid API key. API keys are associated with a specific Pimberly organisation account, channel or feed. API keys can be generated by organisation administrators and associated with a channel, feed or account.</p>\n<blockquote>\n<p><em>Note: Do not prefix the token with 'bearer'</em> </p>\n</blockquote>\n<h4 id=\"via-url-query-parameter\"><strong>Via URL query parameter:</strong></h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>GET https://api.pimberly.io/core/products?access_token=&lt;access_token&gt;\n\n</code></pre><h4 id=\"or-by-parameter-in-the-body-of-a-post-request\"><strong>Or by parameter in the body of a</strong> <strong><code>POST</code></strong> <strong>request:</strong></h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>POST https://api.pimberly.io/core/products HTTP/1.0\nContent-Type: application/x-www-form-urlencoded\nContent-Length: 78\naccess_token=&lt;access_token&gt;\n\n</code></pre><h2 id=\"feed-keys-vs-channel-keys\">Feed Keys vs Channel Keys</h2>\n<h3 id=\"channel\">Channel</h3>\n<p>Channel API Keys grant <strong>read-only</strong> access to a restricted sub-set of your products. This means that you cannot make any product updates or imports with them. For more information, as well as to see the allowed endpoints, visit the <em><strong>Supported APIs &gt; Channel API</strong></em> section of this documentation.</p>\n<p>The properties returned by the Channel API depend on the configuration of the channel that your API key is associated with. If you are consuming data as a third-party, contact the Pimberly account holder who issued yout API key to understand what data you should expect to be returned.</p>\n<h3 id=\"feed\">Feed</h3>\n<p>To update / create / import products, and gain access to all of the API endpoints, you can use a Feed API Key. Feed keys are more powerful than channel keys in that they have both <strong>read and write access</strong>. Feed keys also have separate Admin / User privileges, which can be set in the feed's REST product connector.</p>\n<h2 id=\"api-key-validity\">API Key Validity</h2>\n<p>With the exception of a Channel API key, a client can use the same API key for all Pimberly services. A client does not need to re-authenticate with each service's API.</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"4ea90af3-ba30-4958-9cd4-7ee3dacfc911"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"eb3196ae-bce1-430f-b725-e9ce9a1d931b"}}],"_postman_id":"7685daba-56f6-4c16-a0fa-4733ca325fd6"},{"name":"Quick Reference Guide","item":[],"id":"d2c8747c-6767-4ed9-8bf0-9ad10de02d71","description":"<h2 id=\"query-parameters\">Query Parameters</h2>\n<p>Some Pimberly API requests allow you to use <strong>query parameters</strong> to alter the response you will receive.</p>\n<p>For example, in a <code>Get all products</code> request, you might want to alter the batch size from its default of 64. If you instead wanted only 10 products returned, you could set the <code>limit</code> parameter to equal 10. Query parameters follow the following syntax:</p>\n<p><code>?parameter=value</code></p>\n<p>To chain parameters together, you can use:</p>\n<p><code>?parameter1=value1&amp;parameter2=value2&amp;parameter3=value3</code> and so on.</p>\n<blockquote>\n<p><em>Note: this syntax is the same across all requests - just set the parameter name(s) and value(s) as described in the request's documentation</em> </p>\n</blockquote>\n<p>So the <code>GET</code> request would now become:</p>\n<p><code>https://api.pimberly.io/core/products?limit=10</code></p>\n<p>And if you wanted to list 10 products, and also specify certain attributes, you could use:</p>\n<p><code>https://api.pimberly.io/core/products?limit=10&amp;attributes=attribute1|attribute2|attribute3</code></p>\n<h3 id=\"using-postman\">Using Postman?</h3>\n<p>If you're making API requests with Postman, you can also use the built-in 'params' window to add query parameters. Simply add the name of the parameter (e.g. <code>limit</code> from the example above) in the <code>key</code> field, and then add the value (e.g. <code>10</code> keeping with the previous example) to the <code>value</code> field. You should now see that your URL has been populated as per the syntax described above.</p>\n<h2 id=\"getting-results-from-a-specified-window-of-time\">Getting results from a specified window of time</h2>\n<p>If you would like to filter your results to within a certain time frame, you can use the <strong>filters</strong> query parameter. The syntax for this parameter is as follows:</p>\n<p><code>filters={\"dateUpdated\": {\"$gte\": \"YYYY-MM-DDThh:mm:ss.sssZ\", \"$lt\": \"YYYY-MM-DDThh:mm:ss.sssZ\"}}</code>, with the first timestamp being the start time, and the second timestamp being the end.</p>\n<blockquote>\n<p><em>Note: Times must be specified in UTC. For more information about dates / times, see the</em> <em><strong>Best Practices &gt; Dates, Times &amp; Time Zones</strong></em> <em>section.</em> </p>\n</blockquote>\n<p>For example, to get the <strong>products updated between</strong> 14:00, August 22, 2023 and 14:00, August 24, 2023 you would send a <code>GET</code> request to:</p>\n<p><code>https://api.pimberly.io/core/products?filters={\"dateUpdated\": {\"$gte\": \"2023-08-22T13:00:00.000Z\", \"$lt\": \"2023-08-24T13:00:00.000Z\"}}</code></p>\n<h3 id=\"since--before\">Since / Before</h3>\n<p>You can also choose to include only one of the dates to filter results since a date and before a date.</p>\n<p>For example, if you wanted all products updated <strong>after</strong> 14:00, August 22, 2023, you would send a <code>GET</code> request to:</p>\n<p><code>https://api.pimberly.io/core/products?filters={\"dateUpdated\": {\"$gte\": \"2023-08-22T13:00:00.000Z\"}}</code></p>\n<p>And if you wanted products updated <strong>before</strong> 14:00, August 22, 2023, you would send a <code>GET</code> request to:</p>\n<p><code>https://api.pimberly.io/core/products?filters={\"dateUpdated\": {\"$lt\": \"2023-08-22T13:00:00.000Z\"}}</code></p>\n<h2 id=\"limiting-results\">Limiting Results</h2>\n<p>Some endpoints might return a large number of products, for example the <code>Get all products</code> endpoint, or the <code>Get all product parents</code> endpoint. These lists are paginated and return 64 products per page by default. If you would like to change the number of products returned, you can use the <code>limit</code> query parameter. You can equally use this <code>limit</code> parameter to <em>increase</em> the number of products returned.</p>\n<h3 id=\"pagination\">Pagination</h3>\n<p>When more products match your request than your limit value is set to (or more than 64 if no limit is set), the products will be split into pages, with only the first page being returned. To view other pages, you can use the URL value for the <code>next</code> key.</p>\n<h4 id=\"example\">Example:</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"status\": \"success\",\n    \"apiVersion\": \"1.2.13182\",\n    \"isChannel\": false,\n    \"accountName\": \"Pimberly API Documentation\",\n    \"channelName\": 0,\n    \"count\": 1,\n    \"total\": 49,\n    \"next\": \"https://sandbox.pimberly.com/api/v2.2/products?sinceId=64de2d85f7991901af7a08e1\",\n    \"previous\": \"https://sandbox.pimberly.com/api/v2.2/products?maxId=64de2d85f7991901af7a08e1\",\n    \"sinceId\": \"64de2d85f7991901af7a08e1\",\n    \"maxId\": \"64de2d85f7991901af7a08e1\",\n    \"data\": [\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products?limit=1/EXAMPLEPRODUCT002\",\n            \"id\": \"64de2d85f7991901af7a08e1\",\n            \"primaryId\": \"EXAMPLEPRODUCT002\"\n        }\n    ]\n}\n\n</code></pre>\n<p>In this example, a <code>GET</code> request has been sent to <code>https://api.pimberly.io/core/products?limit=1</code>.</p>\n<p>If we send a <code>GET</code> to the <code>next</code> URL, with a <code>limit</code> of 1 as before, we will get the following response:</p>\n<blockquote>\n<p><em>Note: if you send a</em> <code>GET</code> <em>to the</em> <code>next</code> <em>URL as-is, with no parameters, it will return up to 64 products</em> <em><strong>after</strong></em> <em>the products in the first response. In the example above, this would return 48 products, i.e. all products less the one we've already seen.</em> </p>\n</blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"status\": \"success\",\n    \"apiVersion\": \"1.2.13182\",\n    \"isChannel\": false,\n    \"accountName\": \"Pimberly API Documentation\",\n    \"channelName\": 0,\n    \"count\": 1,\n    \"total\": 49,\n    \"next\": \"https://sandbox.pimberly.com/api/v2.2/products?sinceId=64dcdc11a2490c016591bf46\",\n    \"previous\": \"https://sandbox.pimberly.com/api/v2.2/products?maxId=64dcdc11a2490c016591bf46\",\n    \"sinceId\": \"64dcdc11a2490c016591bf46\",\n    \"maxId\": \"64dcdc11a2490c016591bf46\",\n    \"data\": [\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products?sinceId=64de2d85f7991901af7a08e1&amp;limit=1/EXAMPLEPRODUCT001\",\n            \"id\": \"64dcdc11a2490c016591bf46\",\n            \"primaryId\": \"EXAMPLEPRODUCT001\"\n        }\n    ]\n}\n\n</code></pre>\n<p>You can also use the <code>previous</code> value to move back through pages.</p>\n<blockquote>\n<p><em>Note: Pimberly will return a</em> <code>404 Not Found</code> <em>HTTP error after reaching the final page. This is expected behaviour and lets you know that there are no more items / pages.</em> </p>\n</blockquote>\n<h2 id=\"check-existence-of-an-attribute\">Check Existence of an Attribute</h2>\n<p>If you would only like to see results which have a specified attributes, you can make use of the <strong>filter</strong> query parameter and the <code>$exists</code> key. The syntax would be as follows:</p>\n<p><code>filters={\"attribute\": {\"$exists\": true}}</code></p>\n<p>You can also use 'false' to invert the logic and return all products without an attribute. Multiple attributes can also be specified like so:</p>\n<p><code>filters={\"attribute1\": {\"$exists\": true}, \"attribute2\": {\"$exists\": true}}</code></p>\n<h3 id=\"an-example\">An example:</h3>\n<p>If you wanted to get the values of attributes, say, <code>size</code> and <code>color</code>, from all products where these attributes exist, you could send a <code>GET</code> request to:</p>\n<p><code>https://api.pimberly.io/core/products?filters={\"size\": {\"$exists\": true}, \"color\": {\"$exists\": true}}&amp;attributes=size|color</code></p>\n<p>The response might look like:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"status\": \"success\",\n  \"apiVersion\": \"1.2.13236\",\n  \"isChannel\": false,\n  \"accountName\": \"Pimberly API Documentation\",\n  \"channelName\": 0,\n  \"count\": 2,\n  \"total\": 50,\n  \"next\": \"https://sandbox.pimberly.com/api/v2.2/products?sinceId=64dcdc11a2490c016591bf46\",\n  \"previous\": \"https://sandbox.pimberly.com/api/v2.2/products?maxId=64e86e08bdb7dd007a785d37\",\n  \"sinceId\": \"64e86e08bdb7dd007a785d37\",\n  \"maxId\": \"64dcdc11a2490c016591bf46\",\n  \"data\": [\n    {\n      \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products?filters={\"size\": {\"$exists\": true}, \"color\": {\"$exists\": true}}&amp;attributes=size|color/EXAMPLEPRODUCT003\",\n      \"id\": \"64e86e08bdb7dd007a785d37\",\n      \"primaryId\": \"EXAMPLEPRODUCT003\",\n      \"size\": \"16S\",\n      \"color\": \"Blue\"\n    },\n    {\n      \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products?filters={\"size\": {\"$exists\": true}, \"color\": {\"$exists\": true}}&amp;attributes=size|color/EXAMPLEPRODUCT001\",\n      \"id\": \"64dcdc11a2490c016591bf46\",\n      \"primaryId\": \"EXAMPLEPRODUCT001\",\n      \"size\": \"18S\",\n      \"color\": \"Red\"\n    }\n  ]\n}\n\n</code></pre>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"7fd59b6e-d3b8-4bb4-bf41-7a9634f66f17"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"b0dc22c4-33ab-43d5-af8b-3bfb15cad155"}}],"_postman_id":"d2c8747c-6767-4ed9-8bf0-9ad10de02d71"},{"name":"Best Practices","item":[],"id":"4321ab44-3f36-4e77-bcda-b556c3828595","description":"<h2 id=\"dates-times--time-zones\">Dates, Times &amp; Time Zones</h2>\n<p>Pimberly's APIs operate on the <strong>UTC</strong> timezone. Dates/times are formatted as follows: <strong><code>YYYY-MM-DDThh-mm-ss.sssZ</code></strong> (year, month, day, hour, minute, second, fraction of second)<strong>.</strong> An example might be <code>2023-08-22T14-16-18.485Z</code>.</p>\n<blockquote>\n<p><em>Note: the 'T' and 'Z'</em> <em><strong>must</strong></em> <em>be included for the API to be able to interpret a timestamp.</em> </p>\n</blockquote>\n<h2 id=\"handling--avoiding-timeouts\">Handling &amp; Avoiding Timeouts</h2>\n<p>Pimberly's APIs may timeout if a request takes a significant amount of time (over 90 seconds). In this case, you may encounter a <code>504 Gateway Timeout</code> error. If you are using an endpoint which supports the <code>limit</code> query parameter, setting this to a lower value may solve the issue (or, if no limit has been set, a value below the default of 64).</p>\n<blockquote>\n<p><em>Note: it's recommended that integration scripts have built-in retry logic in the event of any server (5xx) errors. Often, making a subsequent request a few seconds later will succeed.</em></p>\n</blockquote>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"e07bea30-fbdb-4606-ba39-b635554371da"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"b62ebf70-e42f-47f9-bbf6-aad2e2f5763c"}}],"_postman_id":"4321ab44-3f36-4e77-bcda-b556c3828595"},{"name":"Sandbox","item":[],"id":"9bcef568-240a-4026-8f65-87740072741b","description":"<p>To use Pimberly's APIs with a Sandbox instance, you will need to use the separate, Sandbox base URL: <code>https://sandbox-api.pimberly.io</code>. The API endpoints themselves behave in the same way.</p>\n<blockquote>\n<p><em>Note: if you attempt to use the standard URL with a Sandbox instance you will encounter</em> <code>401 Unauthorized</code> <em>errors.</em></p>\n</blockquote>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"5c548460-bd90-4475-befe-598b8059b126"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"4bd5018d-fda8-456f-95bf-e6122c350214"}}],"_postman_id":"9bcef568-240a-4026-8f65-87740072741b"},{"name":"Supported APIs","item":[{"name":"Channel API","item":[{"name":"Listing","item":[{"name":"Get all products","id":"b8c0ad50-cc67-4a46-bc7a-52a5b41e2001","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.pimberly.io/core/products","description":"<p>This endpoint will return all products released to the channel associated with the supplied access token (API key). Results are paged; use the URL in the <code>next</code> property of the response to navigate through the results set.</p>\n<blockquote>\n<p><em>Note: This endpoint will return a 404 error when you reach the end of the results set. This is expected and indicates there are no more pages.</em></p>\n</blockquote>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["core","products"],"host":["api.pimberly.io"],"query":[{"disabled":true,"description":{"content":"<p><em><strong>Optional</strong></em> | <em>string</em> | <em>Default: 64</em> | The maximum number of products to return per page</p>\n","type":"text/plain"},"key":"limit","value":""},{"disabled":true,"description":{"content":"<p><em><strong>Optional</strong></em> | <em>string</em> | <em>Default: None</em> | Pipe-separated list of attributes to return for the product or * for all attributes (only valid for feed API keys)</p>\n","type":"text/plain"},"key":"attributes","value":""},{"disabled":true,"description":{"content":"<p><em><strong>Optional</strong></em> | <em>bool</em> | <em>Default: false</em> | If true, will also show the sequence number for each attribute (if set)</p>\n","type":"text/plain"},"key":"showSequenceNumber","value":""},{"disabled":true,"description":{"content":"<p><em><strong>Optional</strong></em> | <em>bool</em> | <em>Default: false</em> | If true, will also return empty products</p>\n","type":"text/plain"},"key":"include_empty","value":""}],"variable":[]}},"response":[{"id":"aa49d4ed-7b2e-4eef-b9cf-26abbd5c1a2b","name":"Get all products","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.pimberly.io/core/products","protocol":"https","host":["api","pimberly","io"],"path":["core","products"],"query":[{"key":"limit","value":"64","description":"String | Optional | Default: 64 | The max number of products to return per batch","disabled":true},{"key":"attribute","value":"*","description":"String | Optional | Default: * | The attributes to return. Alternately a wildcard (*) can be used for all attributes","disabled":true},{"key":"showSequenceNumber","value":"false","description":"Boolean | Optional | Default: false| If true, will also show the sequence number for each attribute (if set)","disabled":true},{"key":"include_empty","value":"false","description":"Boolean | Optional | Default: false | If true, will also return empty products","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 15 Aug 2023 15:05:45 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"7154"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"apiVersion\": \"1.2.13154\",\n    \"isChannel\": false,\n    \"accountName\": \"Pimberly API Documentation\",\n    \"channelName\": 0,\n    \"count\": 47,\n    \"total\": 47,\n    \"next\": \"https://sandbox.pimberly.com/api/v2.2/products?sinceId=62fd042b4eb3c50018730a57\",\n    \"previous\": \"https://sandbox.pimberly.com/api/v2.2/products?maxId=62fd04d55ef36700186a0537\",\n    \"sinceId\": \"62fd04d55ef36700186a0537\",\n    \"maxId\": \"62fd042b4eb3c50018730a57\",\n    \"data\": [\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_SHRT004_BLU_18S\",\n            \"id\": \"62fd04d55ef36700186a0537\",\n            \"primaryId\": \"FINC_SHRT004_BLU_18S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_SHRT004_BLU_17S\",\n            \"id\": \"62fd04d55ef36700186a0534\",\n            \"primaryId\": \"FINC_SHRT004_BLU_17S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_SHRT004_BLU_16S\",\n            \"id\": \"62fd04d55ef36700186a0531\",\n            \"primaryId\": \"FINC_SHRT004_BLU_16S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_SHRT004_BLK_18S\",\n            \"id\": \"62fd04d55ef36700186a052e\",\n            \"primaryId\": \"FINC_SHRT004_BLK_18S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_SHRT004_BLK_17S\",\n            \"id\": \"62fd04d55ef36700186a052b\",\n            \"primaryId\": \"FINC_SHRT004_BLK_17S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_SHRT004_BLK_16S\",\n            \"id\": \"62fd04d55ef36700186a0528\",\n            \"primaryId\": \"FINC_SHRT004_BLK_16S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_SHRT004_WHT_18S\",\n            \"id\": \"62fd04d55ef36700186a0525\",\n            \"primaryId\": \"FINC_SHRT004_WHT_18S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_SHRT004_WHT_17S\",\n            \"id\": \"62fd04d55ef36700186a0522\",\n            \"primaryId\": \"FINC_SHRT004_WHT_17S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_SHRT004_WHT_16S\",\n            \"id\": \"62fd04d55ef36700186a051f\",\n            \"primaryId\": \"FINC_SHRT004_WHT_16S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_SHRT003_WHT_18T\",\n            \"id\": \"62fd04d55ef36700186a051c\",\n            \"primaryId\": \"FINC_SHRT003_WHT_18T\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_SHRT003_WHT_17T\",\n            \"id\": \"62fd04d55ef36700186a0519\",\n            \"primaryId\": \"FINC_SHRT003_WHT_17T\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_SHRT003_WHT_16T\",\n            \"id\": \"62fd04d55ef36700186a0516\",\n            \"primaryId\": \"FINC_SHRT003_WHT_16T\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_SHRT002_WHT_18S\",\n            \"id\": \"62fd04d55ef36700186a0513\",\n            \"primaryId\": \"FINC_SHRT002_WHT_18S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_SHRT002_WHT_17S\",\n            \"id\": \"62fd04d55ef36700186a0510\",\n            \"primaryId\": \"FINC_SHRT002_WHT_17S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_SHRT002_WHT_16S\",\n            \"id\": \"62fd04d55ef36700186a050d\",\n            \"primaryId\": \"FINC_SHRT002_WHT_16S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_SHRT001_WHT_18R\",\n            \"id\": \"62fd04d55ef36700186a050a\",\n            \"primaryId\": \"FINC_SHRT001_WHT_18R\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_SHRT001_WHT_17R\",\n            \"id\": \"62fd04d55ef36700186a0507\",\n            \"primaryId\": \"FINC_SHRT001_WHT_17R\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_SHRT001_WHT_16R\",\n            \"id\": \"62fd04d55ef36700186a0504\",\n            \"primaryId\": \"FINC_SHRT001_WHT_16R\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_TRS001_NVY_36L\",\n            \"id\": \"62fd04d55ef36700186a0501\",\n            \"primaryId\": \"FINC_TRS001_NVY_36L\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_TRS001_NVY_36R\",\n            \"id\": \"62fd04d55ef36700186a04fe\",\n            \"primaryId\": \"FINC_TRS001_NVY_36R\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_TRS001_NVY_36S\",\n            \"id\": \"62fd04d55ef36700186a04fb\",\n            \"primaryId\": \"FINC_TRS001_NVY_36S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_TRS001_NVY_34L\",\n            \"id\": \"62fd04d55ef36700186a04f8\",\n            \"primaryId\": \"FINC_TRS001_NVY_34L\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_TRS001_NVY_34R\",\n            \"id\": \"62fd04d55ef36700186a04f5\",\n            \"primaryId\": \"FINC_TRS001_NVY_34R\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_TRS001_NVY_34S\",\n            \"id\": \"62fd04d55ef36700186a04f2\",\n            \"primaryId\": \"FINC_TRS001_NVY_34S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_TRS001_NVY_32L\",\n            \"id\": \"62fd04d55ef36700186a04ef\",\n            \"primaryId\": \"FINC_TRS001_NVY_32L\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_TRS001_NVY_32R\",\n            \"id\": \"62fd04d55ef36700186a04ec\",\n            \"primaryId\": \"FINC_TRS001_NVY_32R\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_TRS001_NVY_32S\",\n            \"id\": \"62fd04d55ef36700186a04e9\",\n            \"primaryId\": \"FINC_TRS001_NVY_32S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_TRS001_BLK_36L\",\n            \"id\": \"62fd04d45ef36700186a04e6\",\n            \"primaryId\": \"FINC_TRS001_BLK_36L\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_TRS001_BLK_36R\",\n            \"id\": \"62fd04d45ef36700186a04e3\",\n            \"primaryId\": \"FINC_TRS001_BLK_36R\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_TRS001_BLK_36S\",\n            \"id\": \"62fd04d45ef36700186a04e0\",\n            \"primaryId\": \"FINC_TRS001_BLK_36S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_TRS001_BLK_34L\",\n            \"id\": \"62fd04d45ef36700186a04dd\",\n            \"primaryId\": \"FINC_TRS001_BLK_34L\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_TRS001_BLK_34R\",\n            \"id\": \"62fd04d45ef36700186a04da\",\n            \"primaryId\": \"FINC_TRS001_BLK_34R\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_TRS001_BLK_34S\",\n            \"id\": \"62fd04d45ef36700186a04d7\",\n            \"primaryId\": \"FINC_TRS001_BLK_34S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_TRS001_BLK_32L\",\n            \"id\": \"62fd04d45ef36700186a04d4\",\n            \"primaryId\": \"FINC_TRS001_BLK_32L\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_TRS001_BLK_32R\",\n            \"id\": \"62fd04d45ef36700186a04d1\",\n            \"primaryId\": \"FINC_TRS001_BLK_32R\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_TRS001_BLK_32S\",\n            \"id\": \"62fd04d45ef36700186a04ce\",\n            \"primaryId\": \"FINC_TRS001_BLK_32S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_SHRT004_BLU\",\n            \"id\": \"62fd048a5ef36700186a04c2\",\n            \"primaryId\": \"FINC_SHRT004_BLU\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_SHRT004_BLK\",\n            \"id\": \"62fd048a5ef36700186a04bf\",\n            \"primaryId\": \"FINC_SHRT004_BLK\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_SHRT004_WHT\",\n            \"id\": \"62fd048a5ef36700186a04bc\",\n            \"primaryId\": \"FINC_SHRT004_WHT\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_SHRT003_WHT\",\n            \"id\": \"62fd048a5ef36700186a04b9\",\n            \"primaryId\": \"FINC_SHRT003_WHT\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_SHRT002_WHT\",\n            \"id\": \"62fd048a5ef36700186a04b6\",\n            \"primaryId\": \"FINC_SHRT002_WHT\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_TRS001_NVY\",\n            \"id\": \"62fd048a5ef36700186a04b0\",\n            \"primaryId\": \"FINC_TRS001_NVY\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_TRS001_BLK\",\n            \"id\": \"62fd048a5ef36700186a04ad\",\n            \"primaryId\": \"FINC_TRS001_BLK\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_SHRT004\",\n            \"id\": \"62fd042b4eb3c50018730a60\",\n            \"primaryId\": \"FINC_SHRT004\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_SHRT003\",\n            \"id\": \"62fd042b4eb3c50018730a5d\",\n            \"primaryId\": \"FINC_SHRT003\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_SHRT002\",\n            \"id\": \"62fd042b4eb3c50018730a5a\",\n            \"primaryId\": \"FINC_SHRT002\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_SHRT001\",\n            \"id\": \"62fd042b4eb3c50018730a57\",\n            \"primaryId\": \"FINC_SHRT001\"\n        }\n    ]\n}"},{"id":"06b01449-91b6-4a90-bd3b-59fb77267ef3","name":"Get all products with limit","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.pimberly.io/core/products?limit=10","protocol":"https","host":["api.pimberly.io"],"path":["core","products"],"query":[{"key":"limit","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 16 Aug 2023 09:12:21 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1965"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"apiVersion\": \"1.2.13182\",\n    \"isChannel\": false,\n    \"accountName\": \"Pimberly API Documentation\",\n    \"channelName\": 0,\n    \"count\": 10,\n    \"total\": 47,\n    \"next\": \"https://sandbox.pimberly.com/api/v2.2/products?sinceId=62fd04d55ef36700186a051c\",\n    \"previous\": \"https://sandbox.pimberly.com/api/v2.2/products?maxId=62fd04d55ef36700186a0537\",\n    \"sinceId\": \"62fd04d55ef36700186a0537\",\n    \"maxId\": \"62fd04d55ef36700186a051c\",\n    \"data\": [\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products?limit=10/FINC_SHRT004_BLU_18S\",\n            \"id\": \"62fd04d55ef36700186a0537\",\n            \"primaryId\": \"FINC_SHRT004_BLU_18S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products?limit=10/FINC_SHRT004_BLU_17S\",\n            \"id\": \"62fd04d55ef36700186a0534\",\n            \"primaryId\": \"FINC_SHRT004_BLU_17S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products?limit=10/FINC_SHRT004_BLU_16S\",\n            \"id\": \"62fd04d55ef36700186a0531\",\n            \"primaryId\": \"FINC_SHRT004_BLU_16S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products?limit=10/FINC_SHRT004_BLK_18S\",\n            \"id\": \"62fd04d55ef36700186a052e\",\n            \"primaryId\": \"FINC_SHRT004_BLK_18S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products?limit=10/FINC_SHRT004_BLK_17S\",\n            \"id\": \"62fd04d55ef36700186a052b\",\n            \"primaryId\": \"FINC_SHRT004_BLK_17S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products?limit=10/FINC_SHRT004_BLK_16S\",\n            \"id\": \"62fd04d55ef36700186a0528\",\n            \"primaryId\": \"FINC_SHRT004_BLK_16S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products?limit=10/FINC_SHRT004_WHT_18S\",\n            \"id\": \"62fd04d55ef36700186a0525\",\n            \"primaryId\": \"FINC_SHRT004_WHT_18S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products?limit=10/FINC_SHRT004_WHT_17S\",\n            \"id\": \"62fd04d55ef36700186a0522\",\n            \"primaryId\": \"FINC_SHRT004_WHT_17S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products?limit=10/FINC_SHRT004_WHT_16S\",\n            \"id\": \"62fd04d55ef36700186a051f\",\n            \"primaryId\": \"FINC_SHRT004_WHT_16S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products?limit=10/FINC_SHRT003_WHT_18T\",\n            \"id\": \"62fd04d55ef36700186a051c\",\n            \"primaryId\": \"FINC_SHRT003_WHT_18T\"\n        }\n    ]\n}"},{"id":"cfd28be7-ea56-42a1-814d-e7cb91587704","name":"Get all products with limit and attributes","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.pimberly.io/core/products?limit=10&attributes=desc|size","protocol":"https","host":["api.pimberly.io"],"path":["core","products"],"query":[{"key":"limit","value":"10"},{"key":"attributes","value":"desc|size"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 16 Aug 2023 09:14:32 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"3079"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"apiVersion\": \"1.2.13182\",\n    \"isChannel\": false,\n    \"accountName\": \"Pimberly API Documentation\",\n    \"channelName\": 0,\n    \"count\": 10,\n    \"total\": 47,\n    \"next\": \"https://sandbox.pimberly.com/api/v2.2/products?sinceId=62fd04d55ef36700186a051c\",\n    \"previous\": \"https://sandbox.pimberly.com/api/v2.2/products?maxId=62fd04d55ef36700186a0537\",\n    \"sinceId\": \"62fd04d55ef36700186a0537\",\n    \"maxId\": \"62fd04d55ef36700186a051c\",\n    \"data\": [\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products?limit=10&attributes=desc|size/FINC_SHRT004_BLU_18S\",\n            \"id\": \"62fd04d55ef36700186a0537\",\n            \"primaryId\": \"FINC_SHRT004_BLU_18S\",\n            \"desc\": \"Double cuff long sleeve shirt from the FashionINC Premier Collection\",\n            \"size\": \"18S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products?limit=10&attributes=desc|size/FINC_SHRT004_BLU_17S\",\n            \"id\": \"62fd04d55ef36700186a0534\",\n            \"primaryId\": \"FINC_SHRT004_BLU_17S\",\n            \"desc\": \"Double cuff long sleeve shirt from the FashionINC Premier Collection\",\n            \"size\": \"17S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products?limit=10&attributes=desc|size/FINC_SHRT004_BLU_16S\",\n            \"id\": \"62fd04d55ef36700186a0531\",\n            \"primaryId\": \"FINC_SHRT004_BLU_16S\",\n            \"desc\": \"Double cuff long sleeve shirt from the FashionINC Premier Collection\",\n            \"size\": \"16S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products?limit=10&attributes=desc|size/FINC_SHRT004_BLK_18S\",\n            \"id\": \"62fd04d55ef36700186a052e\",\n            \"primaryId\": \"FINC_SHRT004_BLK_18S\",\n            \"desc\": \"Double cuff long sleeve shirt from the FashionINC Premier Collection\",\n            \"size\": \"18S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products?limit=10&attributes=desc|size/FINC_SHRT004_BLK_17S\",\n            \"id\": \"62fd04d55ef36700186a052b\",\n            \"primaryId\": \"FINC_SHRT004_BLK_17S\",\n            \"desc\": \"Double cuff long sleeve shirt from the FashionINC Premier Collection\",\n            \"size\": \"17S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products?limit=10&attributes=desc|size/FINC_SHRT004_BLK_16S\",\n            \"id\": \"62fd04d55ef36700186a0528\",\n            \"primaryId\": \"FINC_SHRT004_BLK_16S\",\n            \"desc\": \"Double cuff long sleeve shirt from the FashionINC Premier Collection\",\n            \"size\": \"16S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products?limit=10&attributes=desc|size/FINC_SHRT004_WHT_18S\",\n            \"id\": \"62fd04d55ef36700186a0525\",\n            \"primaryId\": \"FINC_SHRT004_WHT_18S\",\n            \"desc\": \"Double cuff long sleeve shirt from the FashionINC Premier Collection\",\n            \"size\": \"18S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products?limit=10&attributes=desc|size/FINC_SHRT004_WHT_17S\",\n            \"id\": \"62fd04d55ef36700186a0522\",\n            \"primaryId\": \"FINC_SHRT004_WHT_17S\",\n            \"desc\": \"Double cuff long sleeve shirt from the FashionINC Premier Collection\",\n            \"size\": \"17S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products?limit=10&attributes=desc|size/FINC_SHRT004_WHT_16S\",\n            \"id\": \"62fd04d55ef36700186a051f\",\n            \"primaryId\": \"FINC_SHRT004_WHT_16S\",\n            \"desc\": \"Double cuff long sleeve shirt from the FashionINC Premier Collection\",\n            \"size\": \"16S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products?limit=10&attributes=desc|size/FINC_SHRT003_WHT_18T\",\n            \"id\": \"62fd04d55ef36700186a051c\",\n            \"primaryId\": \"FINC_SHRT003_WHT_18T\",\n            \"desc\": \"Tailored fit long sleeve shirt from the FashionINC Basic range\",\n            \"size\": \"18T\"\n        }\n    ]\n}"},{"id":"6a205d62-e16d-47b3-948d-e0cf869e731b","name":"Get all products with all parameters","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.pimberly.io/core/products?showSequenceNumber=true&include_empty=true&limit=10&attributes=desc|size","protocol":"https","host":["api.pimberly.io"],"path":["core","products"],"query":[{"key":"showSequenceNumber","value":"true","description":"Boolean | Optional | Default: false| If true, will also show the sequence number for each attribute (if set)"},{"key":"include_empty","value":"true","description":"Boolean | Optional | Default: false | If true, will also return empty products"},{"key":"limit","value":"10"},{"key":"attributes","value":"desc|size"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 16 Aug 2023 09:41:21 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"3509"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"apiVersion\": \"1.2.13182\",\n    \"isChannel\": false,\n    \"accountName\": \"Pimberly API Documentation\",\n    \"channelName\": 0,\n    \"count\": 10,\n    \"total\": 47,\n    \"next\": \"https://sandbox.pimberly.com/api/v2.2/products?sinceId=62fd04d55ef36700186a051c\",\n    \"previous\": \"https://sandbox.pimberly.com/api/v2.2/products?maxId=62fd04d55ef36700186a0537\",\n    \"sinceId\": \"62fd04d55ef36700186a0537\",\n    \"maxId\": \"62fd04d55ef36700186a051c\",\n    \"data\": [\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products?showSequenceNumber=true&include_empty=true&limit=10&attributes=desc|size/FINC_SHRT004_BLU_18S\",\n            \"id\": \"62fd04d55ef36700186a0537\",\n            \"primaryId\": \"FINC_SHRT004_BLU_18S\",\n            \"desc\": \"Double cuff long sleeve shirt from the FashionINC Premier Collection\",\n            \"size\": \"18S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products?showSequenceNumber=true&include_empty=true&limit=10&attributes=desc|size/FINC_SHRT004_BLU_17S\",\n            \"id\": \"62fd04d55ef36700186a0534\",\n            \"primaryId\": \"FINC_SHRT004_BLU_17S\",\n            \"desc\": \"Double cuff long sleeve shirt from the FashionINC Premier Collection\",\n            \"size\": \"17S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products?showSequenceNumber=true&include_empty=true&limit=10&attributes=desc|size/FINC_SHRT004_BLU_16S\",\n            \"id\": \"62fd04d55ef36700186a0531\",\n            \"primaryId\": \"FINC_SHRT004_BLU_16S\",\n            \"desc\": \"Double cuff long sleeve shirt from the FashionINC Premier Collection\",\n            \"size\": \"16S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products?showSequenceNumber=true&include_empty=true&limit=10&attributes=desc|size/FINC_SHRT004_BLK_18S\",\n            \"id\": \"62fd04d55ef36700186a052e\",\n            \"primaryId\": \"FINC_SHRT004_BLK_18S\",\n            \"desc\": \"Double cuff long sleeve shirt from the FashionINC Premier Collection\",\n            \"size\": \"18S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products?showSequenceNumber=true&include_empty=true&limit=10&attributes=desc|size/FINC_SHRT004_BLK_17S\",\n            \"id\": \"62fd04d55ef36700186a052b\",\n            \"primaryId\": \"FINC_SHRT004_BLK_17S\",\n            \"desc\": \"Double cuff long sleeve shirt from the FashionINC Premier Collection\",\n            \"size\": \"17S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products?showSequenceNumber=true&include_empty=true&limit=10&attributes=desc|size/FINC_SHRT004_BLK_16S\",\n            \"id\": \"62fd04d55ef36700186a0528\",\n            \"primaryId\": \"FINC_SHRT004_BLK_16S\",\n            \"desc\": \"Double cuff long sleeve shirt from the FashionINC Premier Collection\",\n            \"size\": \"16S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products?showSequenceNumber=true&include_empty=true&limit=10&attributes=desc|size/FINC_SHRT004_WHT_18S\",\n            \"id\": \"62fd04d55ef36700186a0525\",\n            \"primaryId\": \"FINC_SHRT004_WHT_18S\",\n            \"desc\": \"Double cuff long sleeve shirt from the FashionINC Premier Collection\",\n            \"size\": \"18S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products?showSequenceNumber=true&include_empty=true&limit=10&attributes=desc|size/FINC_SHRT004_WHT_17S\",\n            \"id\": \"62fd04d55ef36700186a0522\",\n            \"primaryId\": \"FINC_SHRT004_WHT_17S\",\n            \"desc\": \"Double cuff long sleeve shirt from the FashionINC Premier Collection\",\n            \"size\": \"17S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products?showSequenceNumber=true&include_empty=true&limit=10&attributes=desc|size/FINC_SHRT004_WHT_16S\",\n            \"id\": \"62fd04d55ef36700186a051f\",\n            \"primaryId\": \"FINC_SHRT004_WHT_16S\",\n            \"desc\": \"Double cuff long sleeve shirt from the FashionINC Premier Collection\",\n            \"size\": \"16S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products?showSequenceNumber=true&include_empty=true&limit=10&attributes=desc|size/FINC_SHRT003_WHT_18T\",\n            \"id\": \"62fd04d55ef36700186a051c\",\n            \"primaryId\": \"FINC_SHRT003_WHT_18T\",\n            \"desc\": \"Tailored fit long sleeve shirt from the FashionINC Basic range\",\n            \"size\": \"18T\"\n        }\n    ]\n}"}],"_postman_id":"b8c0ad50-cc67-4a46-bc7a-52a5b41e2001"}],"id":"e8eccc0e-5b3a-48bb-a72c-7b390c7367f5","_postman_id":"e8eccc0e-5b3a-48bb-a72c-7b390c7367f5","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}}},{"name":"Retrieving Product Content","item":[{"name":"Get product by Primary ID","id":"e9b45746-7dbf-4177-9075-030701e727f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.pimberly.io/core/products/:primaryId","description":"<p>This endpoint will return a JSON object containing information about the product specified by the provided Primary ID. If you would like to get more information, or get specific / all attributes, see the available Query Parameters.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["core","products",":primaryId"],"host":["api.pimberly.io"],"query":[{"disabled":true,"description":{"content":"<p><em><strong>Optional</strong></em> | <em>Integer</em> | <em>Default: 0</em> | Set to 1 to return additonal properties including dateCreated, dateUpdated, productType, lifecycleStage and taxonomyPath (only valid for feed API keys)</p>\n","type":"text/plain"},"key":"extendResponse","value":""},{"disabled":true,"description":{"content":"<p><em><strong>Optional</strong></em> | <em>string</em> | <em>Default: None</em> | Pipe-separated list of attributes to return for the product or * for all attributes (only valid for feed API keys)</p>\n","type":"text/plain"},"key":"attributes","value":""}],"variable":[{"id":"0f390a99-d681-46f4-87a1-ddb62f969e9a","description":{"content":"<p>Primary ID of the product to get</p>\n","type":"text/plain"},"type":"any","value":"","key":"primaryId"}]}},"response":[{"id":"839d8025-0268-4c14-ba3f-f4f7aff10f66","name":"Get product by Primary ID","originalRequest":{"method":"GET","header":[],"url":"https://api.pimberly.io/core/products/FINC_SHRT004_WHT_18S"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 15 Aug 2023 15:07:29 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"68"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"62fd04d55ef36700186a0525\",\n    \"primaryId\": \"FINC_SHRT004_WHT_18S\"\n}"},{"id":"db6ef142-ebed-4912-8109-e5bc2f6e14ee","name":"Get product by Primary ID with attributes","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.pimberly.io/core/products/?attributes=desc|size","protocol":"https","host":["api.pimberly.io"],"path":["core","products",""],"query":[{"key":"attributes","value":"desc|size"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 16 Aug 2023 09:46:38 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"159"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"62fd04d55ef36700186a0525\",\n    \"primaryId\": \"FINC_SHRT004_WHT_18S\",\n    \"desc\": \"Double cuff long sleeve shirt from the FashionINC Premier Collection\",\n    \"size\": \"18S\"\n}"},{"id":"759b819b-21f3-4f2f-9850-2ec920fe5dc4","name":"Get product by Primary ID with all parameters","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.pimberly.io/core/products/?extendResponse=1&attributes=*","protocol":"https","host":["api.pimberly.io"],"path":["core","products",""],"query":[{"key":"extendResponse","value":"1"},{"key":"attributes","value":"*"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 16 Aug 2023 10:25:18 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"688"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"62fd04d55ef36700186a0525\",\n    \"primaryId\": \"FINC_SHRT004_WHT_18S\",\n    \"primaryDescriptionAttribute\": \"Double cuff long sleeve shirt from the FashionINC Premier Collection\",\n    \"dateCreated\": \"2022-08-17T15:10:13.305Z\",\n    \"dateUpdated\": \"2023-08-15T15:10:01.448Z\",\n    \"schemaId\": \"62fce77449ccd3001b067c51\",\n    \"schemaClassId\": \"62fcfee309c2f60aa7000006\",\n    \"taxonomyPath\": \"FashionINC - Shirts\",\n    \"lifecycleId\": \"62fce77449ccd3001b067c55\",\n    \"lifecycleStage\": \"Ready for Release \",\n    \"lifecycleStageId\": \"62fe070309c2f6235c000007\",\n    \"type\": \"Size\",\n    \"numItems\": 0,\n    \"numParents\": 1,\n    \"parents\": [\n        \"62fd048a5ef36700186a04bc\"\n    ],\n    \"schema\": \"FashionINC\",\n    \"desc\": \"Double cuff long sleeve shirt from the FashionINC Premier Collection\",\n    \"size\": \"18S\"\n}"}],"_postman_id":"e9b45746-7dbf-4177-9075-030701e727f9"},{"name":"Get all attributes","id":"17ac5cf1-064e-42f7-865d-0a578b50412c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.pimberly.io/core/products/:primaryId/attributes","description":"<p>This endpoint will return all <strong>populated attributes</strong> of the specified product. A populated attribute is one which has a value, i.e. is not empty. For example, if a product has size and color attributes, where the size is 'Medium', but the color contains no value, <strong>only the size attribute will be returned in the response.</strong></p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["core","products",":primaryId","attributes"],"host":["api.pimberly.io"],"query":[],"variable":[{"id":"8a0f9109-5768-4a04-8a1b-4e7bcafa2b1b","description":{"content":"<p>Primary ID of the product whose attributes you want to get.</p>\n","type":"text/plain"},"type":"any","value":"","key":"primaryId"}]}},"response":[{"id":"07e8a957-8729-42df-9044-f90868cf0f1e","name":"Get all attributes","originalRequest":{"method":"GET","header":[],"url":"https://api.pimberly.io/core/products/FINC_SHRT004_WHT_18S/attributes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 15 Aug 2023 15:07:46 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"159"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"62fd04d55ef36700186a0525\",\n    \"primaryId\": \"FINC_SHRT004_WHT_18S\",\n    \"desc\": \"Double cuff long sleeve shirt from the FashionINC Premier Collection\",\n    \"size\": \"18S\"\n}"}],"_postman_id":"17ac5cf1-064e-42f7-865d-0a578b50412c"}],"id":"728a4131-42a1-476e-95d7-a61645f56acb","_postman_id":"728a4131-42a1-476e-95d7-a61645f56acb","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}}},{"name":"Localisation","item":[{"name":"Get all product locales","id":"fa529770-106d-4f22-ad87-7317d211e1ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.pimberly.io/core/products/:primaryId/locales","description":"<p>This endpoint will return all populated locales for the specified product. A populated locale is one which has a <strong>value in at least one attribute in that locale</strong>. For example, if a product has a 'color' attribute, and 'Default' and 'France' locales, with a value of 'Blue' in the Default locale, but <strong>no specifically defined value in the France locale</strong>, only the Default locale will be returned in the response.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["core","products",":primaryId","locales"],"host":["api.pimberly.io"],"query":[],"variable":[{"id":"3753ed9b-ef1d-48e6-9130-90a2a80abf04","description":{"content":"<p>Primary ID of the product whose locales you want to get</p>\n","type":"text/plain"},"type":"any","value":"","key":"primaryId"}]}},"response":[{"id":"c7a1a999-de5b-463f-8349-59bc237150fa","name":"Get all product locales","originalRequest":{"method":"GET","header":[],"url":"https://api.pimberly.io/core/products/FINC_SHRT004_WHT_18S/locales"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 15 Aug 2023 15:10:05 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"141"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"count\": 2,\n    \"data\": [\n        {\n            \"id\": \"62fce77449ccd3001b067c53\",\n            \"name\": \"Default\"\n        },\n        {\n            \"id\": \"62fe081dce92140012a6a628\",\n            \"name\": \"French \"\n        }\n    ]\n}"}],"_postman_id":"fa529770-106d-4f22-ad87-7317d211e1ca"}],"id":"48887989-265e-4e53-9374-00784bdb11d8","_postman_id":"48887989-265e-4e53-9374-00784bdb11d8","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}}},{"name":"Related Products","item":[{"name":"Get all product parents","id":"12e04bba-7b56-4543-8c44-5aae9ad49212","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.pimberly.io/core/products/:primaryId/parents","description":"<p>This endpoint will return all parents for the specified product. If a product does not have any parents, a <code>404</code> error will be returned. For the format of this error, see the <strong>Getting Started &gt; Errors &gt; Client Errors</strong> section.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["core","products",":primaryId","parents"],"host":["api.pimberly.io"],"query":[{"disabled":true,"description":{"content":"<p><em><strong>Optional</strong></em> | <em>string</em> | <em>Default: 64</em> | The maximum number of products to return per page</p>\n","type":"text/plain"},"key":"limit","value":null},{"disabled":true,"description":{"content":"<p><em><strong>Optional</strong></em> | <em>string</em> | <em>Default: None</em> | Pipe-separated list of attributes to return for the product or * for all attributes (only valid for feed API keys)</p>\n","type":"text/plain"},"key":"attributes","value":null},{"disabled":true,"description":{"content":"<p><em><strong>Optional</strong></em> | <em>integer</em> | <em>Default: 0</em> | The result page to return</p>\n","type":"text/plain"},"key":"page","value":null}],"variable":[{"id":"a64f7f92-12f5-4b37-9bac-9705e84434e7","description":{"content":"<p>Primary ID of the product whose parents you want to get</p>\n","type":"text/plain"},"type":"any","value":"","key":"primaryId"}]}},"response":[{"id":"7225ed72-e6b9-4bae-abf8-cc3f4dc564bc","name":"Get all product parents","originalRequest":{"method":"GET","header":[],"url":"https://api.pimberly.io/core/products/FINC_SHRT004_WHT_18S/parents"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 15 Aug 2023 15:10:38 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"124"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"total\": 1,\n    \"page\": 0,\n    \"limit\": 64,\n    \"data\": [\n        {\n            \"id\": \"62fd048a5ef36700186a04bc\",\n            \"primaryId\": \"FINC_SHRT004_WHT\"\n        }\n    ]\n}"},{"id":"31c9de0d-85cc-4cb7-a9a5-4e6fb51dae0e","name":"Get all product parents with all attributes","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.pimberly.io/core/products//parents?attributes=*","protocol":"https","host":["api.pimberly.io"],"path":["core","products","","parents"],"query":[{"key":"attributes","value":"*"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 16 Aug 2023 09:54:04 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"397"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"total\": 1,\n    \"page\": 0,\n    \"limit\": 64,\n    \"data\": [\n        {\n            \"id\": \"62fd048a5ef36700186a04bc\",\n            \"primaryId\": \"FINC_SHRT004_WHT\",\n            \"colour\": null,\n            \"desc\": \"Double cuff long sleeve shirt from the FashionINC Premier Collection\",\n            \"defaultImage\": [\n                \"62fd082f09c2f66bcc00002b\"\n            ],\n            \"images\": [\n                \"62fd082f09c2f66bcc00002c\"\n            ],\n            \"autoReleaseFlag\": true,\n            \"releasedDateTime\": \"2022-08-18T15:16:57.013Z\",\n            \"size\": \"FINC_SHRT004_WHT_16S\"\n        }\n    ]\n}"},{"id":"b40fa20a-6c3b-490d-ad8b-69a34c61b978","name":"Get all product parents with all parameters","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.pimberly.io/core/products//parents?limit=4&attributes=*&page=0","protocol":"https","host":["api.pimberly.io"],"path":["core","products","","parents"],"query":[{"key":"limit","value":"4"},{"key":"attributes","value":"*"},{"key":"page","value":"0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 16 Aug 2023 09:55:36 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"396"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"total\": 1,\n    \"page\": 0,\n    \"limit\": 4,\n    \"data\": [\n        {\n            \"id\": \"62fd048a5ef36700186a04bc\",\n            \"primaryId\": \"FINC_SHRT004_WHT\",\n            \"colour\": null,\n            \"desc\": \"Double cuff long sleeve shirt from the FashionINC Premier Collection\",\n            \"defaultImage\": [\n                \"62fd082f09c2f66bcc00002b\"\n            ],\n            \"images\": [\n                \"62fd082f09c2f66bcc00002c\"\n            ],\n            \"autoReleaseFlag\": true,\n            \"releasedDateTime\": \"2022-08-18T15:16:57.013Z\",\n            \"size\": \"FINC_SHRT004_WHT_16S\"\n        }\n    ]\n}"}],"_postman_id":"12e04bba-7b56-4543-8c44-5aae9ad49212"},{"name":"Get all product items","id":"45d0fb11-ef8e-4659-bcb3-8b3aa5e823c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.pimberly.io/core/products/:primaryId/items","description":"<p>This endpoint will return all items (children) of the specified product. If a product does not have any items, a <code>404</code> error will be returned. For the format of this error, see the <strong>Getting Started &gt; Errors &gt; Client Errors</strong> section.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["core","products",":primaryId","items"],"host":["api.pimberly.io"],"query":[{"disabled":true,"description":{"content":"<p><em><strong>Optional</strong></em> | <em>string</em> | <em>Default: 64</em> | The maximum number of products to return per page</p>\n","type":"text/plain"},"key":"limit","value":null},{"disabled":true,"description":{"content":"<p><em><strong>Optional</strong></em> | <em>string</em> | <em>Default: None</em> | Pipe-separated list of attributes to return for the product or * for all attributes (only valid for feed API keys)</p>\n","type":"text/plain"},"key":"attributes","value":null},{"disabled":true,"description":{"content":"<p><em><strong>Optional</strong></em> | <em>integer</em> | <em>Default: 0</em> | The result page to return</p>\n","type":"text/plain"},"key":"page","value":null}],"variable":[{"id":"34d331a1-cae5-47ee-a668-16090fbe9278","description":{"content":"<p>Primary ID of the product whose items you want to get</p>\n","type":"text/plain"},"type":"any","value":"","key":"primaryId"}]}},"response":[{"id":"9a2c98b6-d90c-4f25-be45-c158c7434127","name":"Get all product items (children)","originalRequest":{"method":"GET","header":[],"url":"https://api.pimberly.io/core/products/FINC_SHRT004_WHT/items"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 15 Aug 2023 15:12:00 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"266"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"total\": 3,\n    \"page\": 0,\n    \"limit\": 64,\n    \"data\": [\n        {\n            \"id\": \"62fd04d55ef36700186a051f\",\n            \"primaryId\": \"FINC_SHRT004_WHT_16S\"\n        },\n        {\n            \"id\": \"62fd04d55ef36700186a0522\",\n            \"primaryId\": \"FINC_SHRT004_WHT_17S\"\n        },\n        {\n            \"id\": \"62fd04d55ef36700186a0525\",\n            \"primaryId\": \"FINC_SHRT004_WHT_18S\"\n        }\n    ]\n}"}],"_postman_id":"45d0fb11-ef8e-4659-bcb3-8b3aa5e823c9"}],"id":"98d83cfa-5e05-44f4-a401-702fbb369fa2","_postman_id":"98d83cfa-5e05-44f4-a401-702fbb369fa2","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}}},{"name":"Categorisation","item":[{"name":"Get all product categories by Primary ID","id":"d5aadbce-7a3c-4ac3-935f-3892e7157680","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.pimberly.io/core/products/:primaryId/classes","description":"<p>This endpoint will return all categories which the specified product belongs to.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["core","products",":primaryId","classes"],"host":["api.pimberly.io"],"query":[],"variable":[{"id":"fdb4f88d-6793-4ca1-b681-dcbef684ae4f","description":{"content":"<p>Primary ID of the product whose categories you want to get</p>\n","type":"text/plain"},"type":"any","value":"","key":"primaryId"}]}},"response":[{"id":"c76adbed-1967-4428-85a2-b9db31e5d277","name":"Get all product categories by Primary ID","originalRequest":{"method":"GET","header":[],"url":"https://api.pimberly.io/core/products/FINC_SHRT004_WHT_18S/classes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 15 Aug 2023 15:12:53 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"168"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"count\": 1,\n    \"data\": [\n        {\n            \"path\": \"Men / Clothes / Smart Shirts\",\n            \"ids\": [\n                \"62fd07f906d8984780d46f3f\",\n                \"62fd07f906d8984780d46f70\",\n                \"62fd07f906d8984780d46f7f\"\n            ]\n        }\n    ]\n}"}],"_postman_id":"d5aadbce-7a3c-4ac3-935f-3892e7157680"}],"id":"9316c5fa-6655-4507-a8bc-c4b1d25d85b0","_postman_id":"9316c5fa-6655-4507-a8bc-c4b1d25d85b0","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}}},{"name":"Digital Assets","item":[{"name":"Get asset by slug","id":"e0980839-e8a0-4c2d-a6e9-af58f093277a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.pimberly.io/core/assets/:asset_slug","description":"<p>By default, the Mongo ID for the asset, as well as its slug, will be returned by this endpoint. If you would like more information, e.g. height, width, tags etc., you can use the <strong>attributes</strong> parameter as specified below. You can call the endpoint with <strong>attributes=</strong>* to see all of the information that can be provided.</p>\n<h2 id=\"what-is-an-asset-slug\">What is an asset slug?</h2>\n<p>The asset slug is the asset's filename <strong>excluding</strong> the extension. For example, the asset slug for 'image.png' would simply be 'image'.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["core","assets",":asset_slug"],"host":["api.pimberly.io"],"query":[{"disabled":true,"description":{"content":"<p><em><strong>Optional</strong></em> | <em>string</em> | <em>Default: None</em> | Pipe-separated list of attributes to return for the asset or * for all attributes (only valid for feed API keys)</p>\n","type":"text/plain"},"key":"attributes","value":""}],"variable":[{"id":"5594901e-29d8-4b8f-99ac-c2270cba037a","description":{"content":"<p>Slug for the asset you want to get</p>\n","type":"text/plain"},"type":"any","value":"","key":"asset_slug"}]}},"response":[{"id":"84d52a8d-d263-4371-a5f1-b2a02b725c3c","name":"Get asset by slug","originalRequest":{"method":"GET","header":[],"url":"https://api.pimberly.io/core/assets/example-image"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 24 Aug 2023 15:45:08 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"56"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"64e48952fa37b7036f559b32\",\n    \"slug\": \"example-image\"\n}"}],"_postman_id":"e0980839-e8a0-4c2d-a6e9-af58f093277a"}],"id":"9e83aa13-66bc-4cef-9760-985814f875a9","_postman_id":"9e83aa13-66bc-4cef-9760-985814f875a9","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}}}],"id":"7d30816e-9d92-4911-ae10-9634d8ec0bad","description":"<p>The Channel API allows downstream systems (e.g. marketplaces) or third parties (e.g. dealers) to read a restricted subset of your product content from a Pimberly account via a JSON based REST API.</p>\n<p>The Channel API must be used in conjunction with a properly configured REST Channel in a Pimberly account. The channel configuration allows a Pimberly account holder to define what data is available and grant or revoke access to third party clients and services through the creation or deletion of API keys.</p>\n<p>The Channel API essentially exposes a subset of the endpoints available in the full Product and Asset APIs, however the content of the responses returned is configurable via the Channel settings associated with the API key of the client; e.g. the attribute mapping defined in the channel allows Pimberly account holders to transform product data to suit the channel that will be consuming it - by exposing a subset of attributes, renaming attributes and adding calculated attributes. Pimberly account holders can control what products are available to a given API client by releasing or un-releasing products from the Channel.</p>\n<p>Given the above, while the format of the response is standard, the exact properties you can expect to receive from a Channel API request is dependent on the configuration of the associated REST Channel. As a third-party consumer of data from a Pimberly REST Channel you should contact the Pimberly account holder who issued your API key to understand what data you should expect to be returned.</p>\n<p>The primary Channel API endpoint is <code>https://api.pimberly.io/core/products</code> which provides a list of products released to the channel associated with the API key sent with the request. A channel API key will also allow limited access to <code>https://api.pimberly.io/core/assets</code> to asset data for assets related to products that are released to the channel.</p>\n","_postman_id":"7d30816e-9d92-4911-ae10-9634d8ec0bad","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}}},{"name":"Product API","item":[{"name":"Listing","item":[{"name":"Get all products","id":"1a003d98-aa18-48da-b681-0c6bf1751b58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.pimberly.io/core/products","description":"<p>This endpoint will return all products. Results are paged; use the URL in the <code>next</code> property of the response to navigate through the results set.</p>\n<blockquote>\n<p><em>Note: This endpoint will return a 404 error when you reach the end of the results set. This is expected and indicates there are no more pages.</em></p>\n</blockquote>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["core","products"],"host":["api.pimberly.io"],"query":[{"disabled":true,"description":{"content":"<p><em><strong>Optional</strong></em> | <em>string</em> | <em>Default: 64</em> | The maximum number of products to return per page</p>\n","type":"text/plain"},"key":"limit","value":""},{"disabled":true,"description":{"content":"<p><em><strong>Optional</strong></em> | <em>string</em> | <em>Default: None</em> | Pipe-separated list of attributes to return for the product or * for all attributes (only valid for feed API keys)</p>\n","type":"text/plain"},"key":"attributes","value":""},{"disabled":true,"description":{"content":"<p><em><strong>Optional</strong></em> | <em>bool</em> | <em>Default: false</em> | If true, will also show the sequence number for each attribute (if set)</p>\n","type":"text/plain"},"key":"showSequenceNumber","value":""},{"disabled":true,"description":{"content":"<p><em><strong>Optional</strong></em> | <em>bool</em> | <em>Default: false</em> | If true, will also return empty products</p>\n","type":"text/plain"},"key":"include_empty","value":""}],"variable":[]}},"response":[{"id":"8ac92649-6353-41d1-b4d4-029504e6387d","name":"Get all products","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.pimberly.io/core/products","protocol":"https","host":["api","pimberly","io"],"path":["core","products"],"query":[{"key":"limit","value":"64","description":"String | Optional | Default: 64 | The max number of products to return per batch","disabled":true},{"key":"attribute","value":"*","description":"String | Optional | Default: * | The attributes to return. Alternately a wildcard (*) can be used for all attributes","disabled":true},{"key":"showSequenceNumber","value":"false","description":"Boolean | Optional | Default: false| If true, will also show the sequence number for each attribute (if set)","disabled":true},{"key":"include_empty","value":"false","description":"Boolean | Optional | Default: false | If true, will also return empty products","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 15 Aug 2023 15:05:45 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"7154"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"apiVersion\": \"1.2.13154\",\n    \"isChannel\": false,\n    \"accountName\": \"Pimberly API Documentation\",\n    \"channelName\": 0,\n    \"count\": 47,\n    \"total\": 47,\n    \"next\": \"https://sandbox.pimberly.com/api/v2.2/products?sinceId=62fd042b4eb3c50018730a57\",\n    \"previous\": \"https://sandbox.pimberly.com/api/v2.2/products?maxId=62fd04d55ef36700186a0537\",\n    \"sinceId\": \"62fd04d55ef36700186a0537\",\n    \"maxId\": \"62fd042b4eb3c50018730a57\",\n    \"data\": [\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_SHRT004_BLU_18S\",\n            \"id\": \"62fd04d55ef36700186a0537\",\n            \"primaryId\": \"FINC_SHRT004_BLU_18S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_SHRT004_BLU_17S\",\n            \"id\": \"62fd04d55ef36700186a0534\",\n            \"primaryId\": \"FINC_SHRT004_BLU_17S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_SHRT004_BLU_16S\",\n            \"id\": \"62fd04d55ef36700186a0531\",\n            \"primaryId\": \"FINC_SHRT004_BLU_16S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_SHRT004_BLK_18S\",\n            \"id\": \"62fd04d55ef36700186a052e\",\n            \"primaryId\": \"FINC_SHRT004_BLK_18S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_SHRT004_BLK_17S\",\n            \"id\": \"62fd04d55ef36700186a052b\",\n            \"primaryId\": \"FINC_SHRT004_BLK_17S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_SHRT004_BLK_16S\",\n            \"id\": \"62fd04d55ef36700186a0528\",\n            \"primaryId\": \"FINC_SHRT004_BLK_16S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_SHRT004_WHT_18S\",\n            \"id\": \"62fd04d55ef36700186a0525\",\n            \"primaryId\": \"FINC_SHRT004_WHT_18S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_SHRT004_WHT_17S\",\n            \"id\": \"62fd04d55ef36700186a0522\",\n            \"primaryId\": \"FINC_SHRT004_WHT_17S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_SHRT004_WHT_16S\",\n            \"id\": \"62fd04d55ef36700186a051f\",\n            \"primaryId\": \"FINC_SHRT004_WHT_16S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_SHRT003_WHT_18T\",\n            \"id\": \"62fd04d55ef36700186a051c\",\n            \"primaryId\": \"FINC_SHRT003_WHT_18T\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_SHRT003_WHT_17T\",\n            \"id\": \"62fd04d55ef36700186a0519\",\n            \"primaryId\": \"FINC_SHRT003_WHT_17T\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_SHRT003_WHT_16T\",\n            \"id\": \"62fd04d55ef36700186a0516\",\n            \"primaryId\": \"FINC_SHRT003_WHT_16T\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_SHRT002_WHT_18S\",\n            \"id\": \"62fd04d55ef36700186a0513\",\n            \"primaryId\": \"FINC_SHRT002_WHT_18S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_SHRT002_WHT_17S\",\n            \"id\": \"62fd04d55ef36700186a0510\",\n            \"primaryId\": \"FINC_SHRT002_WHT_17S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_SHRT002_WHT_16S\",\n            \"id\": \"62fd04d55ef36700186a050d\",\n            \"primaryId\": \"FINC_SHRT002_WHT_16S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_SHRT001_WHT_18R\",\n            \"id\": \"62fd04d55ef36700186a050a\",\n            \"primaryId\": \"FINC_SHRT001_WHT_18R\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_SHRT001_WHT_17R\",\n            \"id\": \"62fd04d55ef36700186a0507\",\n            \"primaryId\": \"FINC_SHRT001_WHT_17R\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_SHRT001_WHT_16R\",\n            \"id\": \"62fd04d55ef36700186a0504\",\n            \"primaryId\": \"FINC_SHRT001_WHT_16R\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_TRS001_NVY_36L\",\n            \"id\": \"62fd04d55ef36700186a0501\",\n            \"primaryId\": \"FINC_TRS001_NVY_36L\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_TRS001_NVY_36R\",\n            \"id\": \"62fd04d55ef36700186a04fe\",\n            \"primaryId\": \"FINC_TRS001_NVY_36R\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_TRS001_NVY_36S\",\n            \"id\": \"62fd04d55ef36700186a04fb\",\n            \"primaryId\": \"FINC_TRS001_NVY_36S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_TRS001_NVY_34L\",\n            \"id\": \"62fd04d55ef36700186a04f8\",\n            \"primaryId\": \"FINC_TRS001_NVY_34L\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_TRS001_NVY_34R\",\n            \"id\": \"62fd04d55ef36700186a04f5\",\n            \"primaryId\": \"FINC_TRS001_NVY_34R\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_TRS001_NVY_34S\",\n            \"id\": \"62fd04d55ef36700186a04f2\",\n            \"primaryId\": \"FINC_TRS001_NVY_34S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_TRS001_NVY_32L\",\n            \"id\": \"62fd04d55ef36700186a04ef\",\n            \"primaryId\": \"FINC_TRS001_NVY_32L\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_TRS001_NVY_32R\",\n            \"id\": \"62fd04d55ef36700186a04ec\",\n            \"primaryId\": \"FINC_TRS001_NVY_32R\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_TRS001_NVY_32S\",\n            \"id\": \"62fd04d55ef36700186a04e9\",\n            \"primaryId\": \"FINC_TRS001_NVY_32S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_TRS001_BLK_36L\",\n            \"id\": \"62fd04d45ef36700186a04e6\",\n            \"primaryId\": \"FINC_TRS001_BLK_36L\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_TRS001_BLK_36R\",\n            \"id\": \"62fd04d45ef36700186a04e3\",\n            \"primaryId\": \"FINC_TRS001_BLK_36R\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_TRS001_BLK_36S\",\n            \"id\": \"62fd04d45ef36700186a04e0\",\n            \"primaryId\": \"FINC_TRS001_BLK_36S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_TRS001_BLK_34L\",\n            \"id\": \"62fd04d45ef36700186a04dd\",\n            \"primaryId\": \"FINC_TRS001_BLK_34L\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_TRS001_BLK_34R\",\n            \"id\": \"62fd04d45ef36700186a04da\",\n            \"primaryId\": \"FINC_TRS001_BLK_34R\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_TRS001_BLK_34S\",\n            \"id\": \"62fd04d45ef36700186a04d7\",\n            \"primaryId\": \"FINC_TRS001_BLK_34S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_TRS001_BLK_32L\",\n            \"id\": \"62fd04d45ef36700186a04d4\",\n            \"primaryId\": \"FINC_TRS001_BLK_32L\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_TRS001_BLK_32R\",\n            \"id\": \"62fd04d45ef36700186a04d1\",\n            \"primaryId\": \"FINC_TRS001_BLK_32R\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_TRS001_BLK_32S\",\n            \"id\": \"62fd04d45ef36700186a04ce\",\n            \"primaryId\": \"FINC_TRS001_BLK_32S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_SHRT004_BLU\",\n            \"id\": \"62fd048a5ef36700186a04c2\",\n            \"primaryId\": \"FINC_SHRT004_BLU\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_SHRT004_BLK\",\n            \"id\": \"62fd048a5ef36700186a04bf\",\n            \"primaryId\": \"FINC_SHRT004_BLK\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_SHRT004_WHT\",\n            \"id\": \"62fd048a5ef36700186a04bc\",\n            \"primaryId\": \"FINC_SHRT004_WHT\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_SHRT003_WHT\",\n            \"id\": \"62fd048a5ef36700186a04b9\",\n            \"primaryId\": \"FINC_SHRT003_WHT\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_SHRT002_WHT\",\n            \"id\": \"62fd048a5ef36700186a04b6\",\n            \"primaryId\": \"FINC_SHRT002_WHT\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_TRS001_NVY\",\n            \"id\": \"62fd048a5ef36700186a04b0\",\n            \"primaryId\": \"FINC_TRS001_NVY\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_TRS001_BLK\",\n            \"id\": \"62fd048a5ef36700186a04ad\",\n            \"primaryId\": \"FINC_TRS001_BLK\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_SHRT004\",\n            \"id\": \"62fd042b4eb3c50018730a60\",\n            \"primaryId\": \"FINC_SHRT004\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_SHRT003\",\n            \"id\": \"62fd042b4eb3c50018730a5d\",\n            \"primaryId\": \"FINC_SHRT003\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_SHRT002\",\n            \"id\": \"62fd042b4eb3c50018730a5a\",\n            \"primaryId\": \"FINC_SHRT002\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products/FINC_SHRT001\",\n            \"id\": \"62fd042b4eb3c50018730a57\",\n            \"primaryId\": \"FINC_SHRT001\"\n        }\n    ]\n}"},{"id":"95b3848f-7476-4046-a021-cf3676a2f72e","name":"Get all products with limit","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.pimberly.io/core/products?limit=10","protocol":"https","host":["api.pimberly.io"],"path":["core","products"],"query":[{"key":"limit","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 16 Aug 2023 09:12:21 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1965"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"apiVersion\": \"1.2.13182\",\n    \"isChannel\": false,\n    \"accountName\": \"Pimberly API Documentation\",\n    \"channelName\": 0,\n    \"count\": 10,\n    \"total\": 47,\n    \"next\": \"https://sandbox.pimberly.com/api/v2.2/products?sinceId=62fd04d55ef36700186a051c\",\n    \"previous\": \"https://sandbox.pimberly.com/api/v2.2/products?maxId=62fd04d55ef36700186a0537\",\n    \"sinceId\": \"62fd04d55ef36700186a0537\",\n    \"maxId\": \"62fd04d55ef36700186a051c\",\n    \"data\": [\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products?limit=10/FINC_SHRT004_BLU_18S\",\n            \"id\": \"62fd04d55ef36700186a0537\",\n            \"primaryId\": \"FINC_SHRT004_BLU_18S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products?limit=10/FINC_SHRT004_BLU_17S\",\n            \"id\": \"62fd04d55ef36700186a0534\",\n            \"primaryId\": \"FINC_SHRT004_BLU_17S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products?limit=10/FINC_SHRT004_BLU_16S\",\n            \"id\": \"62fd04d55ef36700186a0531\",\n            \"primaryId\": \"FINC_SHRT004_BLU_16S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products?limit=10/FINC_SHRT004_BLK_18S\",\n            \"id\": \"62fd04d55ef36700186a052e\",\n            \"primaryId\": \"FINC_SHRT004_BLK_18S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products?limit=10/FINC_SHRT004_BLK_17S\",\n            \"id\": \"62fd04d55ef36700186a052b\",\n            \"primaryId\": \"FINC_SHRT004_BLK_17S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products?limit=10/FINC_SHRT004_BLK_16S\",\n            \"id\": \"62fd04d55ef36700186a0528\",\n            \"primaryId\": \"FINC_SHRT004_BLK_16S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products?limit=10/FINC_SHRT004_WHT_18S\",\n            \"id\": \"62fd04d55ef36700186a0525\",\n            \"primaryId\": \"FINC_SHRT004_WHT_18S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products?limit=10/FINC_SHRT004_WHT_17S\",\n            \"id\": \"62fd04d55ef36700186a0522\",\n            \"primaryId\": \"FINC_SHRT004_WHT_17S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products?limit=10/FINC_SHRT004_WHT_16S\",\n            \"id\": \"62fd04d55ef36700186a051f\",\n            \"primaryId\": \"FINC_SHRT004_WHT_16S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products?limit=10/FINC_SHRT003_WHT_18T\",\n            \"id\": \"62fd04d55ef36700186a051c\",\n            \"primaryId\": \"FINC_SHRT003_WHT_18T\"\n        }\n    ]\n}"},{"id":"910b219f-6b01-48ae-908c-6b9d5597df62","name":"Get all products with limit and attributes","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.pimberly.io/core/products?limit=10&attributes=desc|size","protocol":"https","host":["api.pimberly.io"],"path":["core","products"],"query":[{"key":"limit","value":"10"},{"key":"attributes","value":"desc|size"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 16 Aug 2023 09:14:32 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"3079"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"apiVersion\": \"1.2.13182\",\n    \"isChannel\": false,\n    \"accountName\": \"Pimberly API Documentation\",\n    \"channelName\": 0,\n    \"count\": 10,\n    \"total\": 47,\n    \"next\": \"https://sandbox.pimberly.com/api/v2.2/products?sinceId=62fd04d55ef36700186a051c\",\n    \"previous\": \"https://sandbox.pimberly.com/api/v2.2/products?maxId=62fd04d55ef36700186a0537\",\n    \"sinceId\": \"62fd04d55ef36700186a0537\",\n    \"maxId\": \"62fd04d55ef36700186a051c\",\n    \"data\": [\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products?limit=10&attributes=desc|size/FINC_SHRT004_BLU_18S\",\n            \"id\": \"62fd04d55ef36700186a0537\",\n            \"primaryId\": \"FINC_SHRT004_BLU_18S\",\n            \"desc\": \"Double cuff long sleeve shirt from the FashionINC Premier Collection\",\n            \"size\": \"18S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products?limit=10&attributes=desc|size/FINC_SHRT004_BLU_17S\",\n            \"id\": \"62fd04d55ef36700186a0534\",\n            \"primaryId\": \"FINC_SHRT004_BLU_17S\",\n            \"desc\": \"Double cuff long sleeve shirt from the FashionINC Premier Collection\",\n            \"size\": \"17S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products?limit=10&attributes=desc|size/FINC_SHRT004_BLU_16S\",\n            \"id\": \"62fd04d55ef36700186a0531\",\n            \"primaryId\": \"FINC_SHRT004_BLU_16S\",\n            \"desc\": \"Double cuff long sleeve shirt from the FashionINC Premier Collection\",\n            \"size\": \"16S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products?limit=10&attributes=desc|size/FINC_SHRT004_BLK_18S\",\n            \"id\": \"62fd04d55ef36700186a052e\",\n            \"primaryId\": \"FINC_SHRT004_BLK_18S\",\n            \"desc\": \"Double cuff long sleeve shirt from the FashionINC Premier Collection\",\n            \"size\": \"18S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products?limit=10&attributes=desc|size/FINC_SHRT004_BLK_17S\",\n            \"id\": \"62fd04d55ef36700186a052b\",\n            \"primaryId\": \"FINC_SHRT004_BLK_17S\",\n            \"desc\": \"Double cuff long sleeve shirt from the FashionINC Premier Collection\",\n            \"size\": \"17S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products?limit=10&attributes=desc|size/FINC_SHRT004_BLK_16S\",\n            \"id\": \"62fd04d55ef36700186a0528\",\n            \"primaryId\": \"FINC_SHRT004_BLK_16S\",\n            \"desc\": \"Double cuff long sleeve shirt from the FashionINC Premier Collection\",\n            \"size\": \"16S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products?limit=10&attributes=desc|size/FINC_SHRT004_WHT_18S\",\n            \"id\": \"62fd04d55ef36700186a0525\",\n            \"primaryId\": \"FINC_SHRT004_WHT_18S\",\n            \"desc\": \"Double cuff long sleeve shirt from the FashionINC Premier Collection\",\n            \"size\": \"18S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products?limit=10&attributes=desc|size/FINC_SHRT004_WHT_17S\",\n            \"id\": \"62fd04d55ef36700186a0522\",\n            \"primaryId\": \"FINC_SHRT004_WHT_17S\",\n            \"desc\": \"Double cuff long sleeve shirt from the FashionINC Premier Collection\",\n            \"size\": \"17S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products?limit=10&attributes=desc|size/FINC_SHRT004_WHT_16S\",\n            \"id\": \"62fd04d55ef36700186a051f\",\n            \"primaryId\": \"FINC_SHRT004_WHT_16S\",\n            \"desc\": \"Double cuff long sleeve shirt from the FashionINC Premier Collection\",\n            \"size\": \"16S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products?limit=10&attributes=desc|size/FINC_SHRT003_WHT_18T\",\n            \"id\": \"62fd04d55ef36700186a051c\",\n            \"primaryId\": \"FINC_SHRT003_WHT_18T\",\n            \"desc\": \"Tailored fit long sleeve shirt from the FashionINC Basic range\",\n            \"size\": \"18T\"\n        }\n    ]\n}"},{"id":"5a906f2d-adb9-4813-a4fd-52fb6efb273e","name":"Get all products with all parameters","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.pimberly.io/core/products?showSequenceNumber=true&include_empty=true&limit=10&attributes=desc|size","protocol":"https","host":["api.pimberly.io"],"path":["core","products"],"query":[{"key":"showSequenceNumber","value":"true","description":"Boolean | Optional | Default: false| If true, will also show the sequence number for each attribute (if set)"},{"key":"include_empty","value":"true","description":"Boolean | Optional | Default: false | If true, will also return empty products"},{"key":"limit","value":"10"},{"key":"attributes","value":"desc|size"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 16 Aug 2023 09:41:21 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"3509"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"apiVersion\": \"1.2.13182\",\n    \"isChannel\": false,\n    \"accountName\": \"Pimberly API Documentation\",\n    \"channelName\": 0,\n    \"count\": 10,\n    \"total\": 47,\n    \"next\": \"https://sandbox.pimberly.com/api/v2.2/products?sinceId=62fd04d55ef36700186a051c\",\n    \"previous\": \"https://sandbox.pimberly.com/api/v2.2/products?maxId=62fd04d55ef36700186a0537\",\n    \"sinceId\": \"62fd04d55ef36700186a0537\",\n    \"maxId\": \"62fd04d55ef36700186a051c\",\n    \"data\": [\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products?showSequenceNumber=true&include_empty=true&limit=10&attributes=desc|size/FINC_SHRT004_BLU_18S\",\n            \"id\": \"62fd04d55ef36700186a0537\",\n            \"primaryId\": \"FINC_SHRT004_BLU_18S\",\n            \"desc\": \"Double cuff long sleeve shirt from the FashionINC Premier Collection\",\n            \"size\": \"18S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products?showSequenceNumber=true&include_empty=true&limit=10&attributes=desc|size/FINC_SHRT004_BLU_17S\",\n            \"id\": \"62fd04d55ef36700186a0534\",\n            \"primaryId\": \"FINC_SHRT004_BLU_17S\",\n            \"desc\": \"Double cuff long sleeve shirt from the FashionINC Premier Collection\",\n            \"size\": \"17S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products?showSequenceNumber=true&include_empty=true&limit=10&attributes=desc|size/FINC_SHRT004_BLU_16S\",\n            \"id\": \"62fd04d55ef36700186a0531\",\n            \"primaryId\": \"FINC_SHRT004_BLU_16S\",\n            \"desc\": \"Double cuff long sleeve shirt from the FashionINC Premier Collection\",\n            \"size\": \"16S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products?showSequenceNumber=true&include_empty=true&limit=10&attributes=desc|size/FINC_SHRT004_BLK_18S\",\n            \"id\": \"62fd04d55ef36700186a052e\",\n            \"primaryId\": \"FINC_SHRT004_BLK_18S\",\n            \"desc\": \"Double cuff long sleeve shirt from the FashionINC Premier Collection\",\n            \"size\": \"18S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products?showSequenceNumber=true&include_empty=true&limit=10&attributes=desc|size/FINC_SHRT004_BLK_17S\",\n            \"id\": \"62fd04d55ef36700186a052b\",\n            \"primaryId\": \"FINC_SHRT004_BLK_17S\",\n            \"desc\": \"Double cuff long sleeve shirt from the FashionINC Premier Collection\",\n            \"size\": \"17S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products?showSequenceNumber=true&include_empty=true&limit=10&attributes=desc|size/FINC_SHRT004_BLK_16S\",\n            \"id\": \"62fd04d55ef36700186a0528\",\n            \"primaryId\": \"FINC_SHRT004_BLK_16S\",\n            \"desc\": \"Double cuff long sleeve shirt from the FashionINC Premier Collection\",\n            \"size\": \"16S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products?showSequenceNumber=true&include_empty=true&limit=10&attributes=desc|size/FINC_SHRT004_WHT_18S\",\n            \"id\": \"62fd04d55ef36700186a0525\",\n            \"primaryId\": \"FINC_SHRT004_WHT_18S\",\n            \"desc\": \"Double cuff long sleeve shirt from the FashionINC Premier Collection\",\n            \"size\": \"18S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products?showSequenceNumber=true&include_empty=true&limit=10&attributes=desc|size/FINC_SHRT004_WHT_17S\",\n            \"id\": \"62fd04d55ef36700186a0522\",\n            \"primaryId\": \"FINC_SHRT004_WHT_17S\",\n            \"desc\": \"Double cuff long sleeve shirt from the FashionINC Premier Collection\",\n            \"size\": \"17S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products?showSequenceNumber=true&include_empty=true&limit=10&attributes=desc|size/FINC_SHRT004_WHT_16S\",\n            \"id\": \"62fd04d55ef36700186a051f\",\n            \"primaryId\": \"FINC_SHRT004_WHT_16S\",\n            \"desc\": \"Double cuff long sleeve shirt from the FashionINC Premier Collection\",\n            \"size\": \"16S\"\n        },\n        {\n            \"_link\": \"https://sandbox.pimberly.com/api/v2.2/products?showSequenceNumber=true&include_empty=true&limit=10&attributes=desc|size/FINC_SHRT003_WHT_18T\",\n            \"id\": \"62fd04d55ef36700186a051c\",\n            \"primaryId\": \"FINC_SHRT003_WHT_18T\",\n            \"desc\": \"Tailored fit long sleeve shirt from the FashionINC Basic range\",\n            \"size\": \"18T\"\n        }\n    ]\n}"}],"_postman_id":"1a003d98-aa18-48da-b681-0c6bf1751b58"}],"id":"318678d7-cf6e-4613-a648-c619c372dbb0","_postman_id":"318678d7-cf6e-4613-a648-c619c372dbb0","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}}},{"name":"Retrieving Product Content","item":[{"name":"Get product by Primary ID","id":"dfae0381-dd20-45d9-bedd-cfc794bd8191","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.pimberly.io/core/products/:primaryId","description":"<p>This endpoint will return a JSON object containing information about the product specified by the provided Primary ID. If you would like to get more information, or get specific / all attributes, see the available Query Parameters.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["core","products",":primaryId"],"host":["api.pimberly.io"],"query":[{"disabled":true,"description":{"content":"<p><em><strong>Optional</strong></em> | <em>integer</em> | <em>Default: 0</em> | Set to 1 to return additonal properties including dateCreated, dateUpdated, productType, lifecycleStage and taxonomyPath (only valid for feed API keys)</p>\n","type":"text/plain"},"key":"extendResponse","value":""},{"disabled":true,"description":{"content":"<p><em><strong>Optional</strong></em> | <em>string</em> | <em>Default: None</em> | Pipe-separated list of attributes to return for the product or * for all attributes (only valid for feed API keys)</p>\n","type":"text/plain"},"key":"attributes","value":""},{"disabled":true,"description":{"content":"<p><em><strong>Optional</strong></em>| <em>string</em> | <em>Default: None</em> | 24 character MongoID</p>\n","type":"text/plain"},"key":"scopeId","value":null},{"disabled":true,"description":{"content":"<p><em><strong>Optional</strong></em>| <em>string</em> | <em>Default: None</em> | 24 character MongoID</p>\n","type":"text/plain"},"key":"localeId","value":null}],"variable":[{"id":"a22eba17-62ba-4b9c-b33a-df5b97ec77a6","description":{"content":"<p>Primary ID of the product you want to get</p>\n","type":"text/plain"},"type":"any","value":"","key":"primaryId"}]}},"response":[{"id":"40a5c0ea-3379-402d-afc2-19d91cf5eed9","name":"Get product by Primary ID","originalRequest":{"method":"GET","header":[],"url":"https://api.pimberly.io/core/products/FINC_SHRT004_WHT_18S"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 15 Aug 2023 15:07:29 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"68"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"62fd04d55ef36700186a0525\",\n    \"primaryId\": \"FINC_SHRT004_WHT_18S\"\n}"},{"id":"75880ccc-d0bc-4c88-a4c9-08b32abb899c","name":"Get product by Primary ID with attributes","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.pimberly.io/core/products/?attributes=desc|size","protocol":"https","host":["api.pimberly.io"],"path":["core","products",""],"query":[{"key":"attributes","value":"desc|size"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 16 Aug 2023 09:46:38 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"159"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"62fd04d55ef36700186a0525\",\n    \"primaryId\": \"FINC_SHRT004_WHT_18S\",\n    \"desc\": \"Double cuff long sleeve shirt from the FashionINC Premier Collection\",\n    \"size\": \"18S\"\n}"},{"id":"c4a1d93b-a294-4764-8492-094ff524d93a","name":"Get product by Primary ID with all parameters","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.pimberly.io/core/products/?extendResponse=1&attributes=*","protocol":"https","host":["api.pimberly.io"],"path":["core","products",""],"query":[{"key":"extendResponse","value":"1"},{"key":"attributes","value":"*"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 16 Aug 2023 10:25:18 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"688"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"62fd04d55ef36700186a0525\",\n    \"primaryId\": \"FINC_SHRT004_WHT_18S\",\n    \"primaryDescriptionAttribute\": \"Double cuff long sleeve shirt from the FashionINC Premier Collection\",\n    \"dateCreated\": \"2022-08-17T15:10:13.305Z\",\n    \"dateUpdated\": \"2023-08-15T15:10:01.448Z\",\n    \"schemaId\": \"62fce77449ccd3001b067c51\",\n    \"schemaClassId\": \"62fcfee309c2f60aa7000006\",\n    \"taxonomyPath\": \"FashionINC - Shirts\",\n    \"lifecycleId\": \"62fce77449ccd3001b067c55\",\n    \"lifecycleStage\": \"Ready for Release \",\n    \"lifecycleStageId\": \"62fe070309c2f6235c000007\",\n    \"type\": \"Size\",\n    \"numItems\": 0,\n    \"numParents\": 1,\n    \"parents\": [\n        \"62fd048a5ef36700186a04bc\"\n    ],\n    \"schema\": \"FashionINC\",\n    \"desc\": \"Double cuff long sleeve shirt from the FashionINC Premier Collection\",\n    \"size\": \"18S\"\n}"}],"_postman_id":"dfae0381-dd20-45d9-bedd-cfc794bd8191"},{"name":"Get all attributes","id":"45aa3186-3541-477e-870a-f43d7bff269d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.pimberly.io/core/products/:primaryId/attributes","description":"<p>This endpoint will return all <strong>populated attributes</strong> of the specified product. A populated attribute is one which has a value, i.e. is not empty. For example, if a product has size and color attributes, where the size is 'Medium', but the color contains no value, <strong>only the size attribute will be returned in the response.</strong></p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["core","products",":primaryId","attributes"],"host":["api.pimberly.io"],"query":[],"variable":[{"id":"d933c46c-9db0-4c7b-9a50-d4aee7a268cf","description":{"content":"<p>Primary ID of the product whose attributes you want to get</p>\n","type":"text/plain"},"type":"any","value":"","key":"primaryId"}]}},"response":[{"id":"dce1bff3-797c-4dbf-b7b2-8baed99d4140","name":"Get all attributes","originalRequest":{"method":"GET","header":[],"url":"https://api.pimberly.io/core/products/FINC_SHRT004_WHT_18S/attributes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 15 Aug 2023 15:07:46 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"159"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"62fd04d55ef36700186a0525\",\n    \"primaryId\": \"FINC_SHRT004_WHT_18S\",\n    \"desc\": \"Double cuff long sleeve shirt from the FashionINC Premier Collection\",\n    \"size\": \"18S\"\n}"}],"_postman_id":"45aa3186-3541-477e-870a-f43d7bff269d"},{"name":"Get attribute metadata by attribute name","id":"34b3fc80-249e-43bc-af90-2dfe24910125","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.pimberly.io/core/products/:primaryId/attributes/:attribute_name","description":"<p>This endpont returns all of the metadata relating to the specified attribute of the specified product. For an example of the sort of information you can expect, see the example request.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["core","products",":primaryId","attributes",":attribute_name"],"host":["api.pimberly.io"],"query":[],"variable":[{"id":"5130bf3b-cfe6-462d-9b35-6f275fddaf1a","description":{"content":"<p>Primary ID of the product whose attribute(s) you want to get the metadata of</p>\n","type":"text/plain"},"type":"any","value":"","key":"primaryId"},{"id":"8877f189-9121-49e2-abdd-da23a191596a","description":{"content":"<p>Attribute whose metadata you want to get</p>\n","type":"text/plain"},"type":"any","value":"","key":"attribute_name"}]}},"response":[{"id":"87bb41e1-8a90-48c4-a9bc-e37a488bef5d","name":"Get attribute metadata by attribute name","originalRequest":{"method":"GET","header":[],"url":"https://api.pimberly.io/core/products/FINC_SHRT004_WHT_18S/attributes/size"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 15 Aug 2023 15:17:10 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"198"}],"cookie":[],"responseTime":null,"body":"{\n    \"attribute\": {\n        \"size\": \"18S\"\n    },\n    \"meta\": {\n        \"size\": {\n            \"source\": {\n                \"attrName\": \"fi_size\",\n                \"dateUpdated\": \"2022-08-17T15:10:12.818Z\",\n                \"file\": \"FashionINC_Data.xlsx\",\n                \"id\": \"62fd04d4ce92140012a6a23c\",\n                \"model\": \"import\"\n            }\n        }\n    }\n}"}],"_postman_id":"34b3fc80-249e-43bc-af90-2dfe24910125"}],"id":"ed6b0ecf-efa4-497c-99c7-227a8738bf55","_postman_id":"ed6b0ecf-efa4-497c-99c7-227a8738bf55","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}}},{"name":"Related Products","item":[{"name":"Get all product parents","id":"3fdeb499-2483-462e-92d5-dd94c8c7626c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.pimberly.io/core/products/:primaryId/parents","description":"<p>This endpoint will return all parents for the specified product. If a product does not have any parents, a <code>404</code> error will be returned. The format of this error can be found in the <strong>Getting Started &gt; Errors &gt; Client Errors</strong> section.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["core","products",":primaryId","parents"],"host":["api.pimberly.io"],"query":[{"disabled":true,"description":{"content":"<p><em><strong>Optional</strong></em> | <em>string</em> | <em>Default: 64</em> | The maximum number of products to return per page</p>\n","type":"text/plain"},"key":"limit","value":""},{"disabled":true,"description":{"content":"<p><em><strong>Optional</strong></em> | <em>string</em> | <em>Default: None</em> | Pipe-separated list of attributes to return for the product or * for all attributes (only valid for feed API keys)</p>\n","type":"text/plain"},"key":"attributes","value":""},{"disabled":true,"description":{"content":"<p><em><strong>Optional</strong></em> | <em>integer</em> | <em>Default: 0</em> | The result page to return</p>\n","type":"text/plain"},"key":"page","value":""}],"variable":[{"id":"cf80ac0f-1104-4796-879a-885069d90e59","description":{"content":"<p>Primary ID of the product whose parents you want to get</p>\n","type":"text/plain"},"type":"any","value":"","key":"primaryId"}]}},"response":[{"id":"1da65c33-5e47-4362-8287-f284ee0dbf6a","name":"Get all product parents","originalRequest":{"method":"GET","header":[],"url":"https://api.pimberly.io/core/products/FINC_SHRT004_WHT_18S/parents"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 15 Aug 2023 15:10:38 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"124"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"total\": 1,\n    \"page\": 0,\n    \"limit\": 64,\n    \"data\": [\n        {\n            \"id\": \"62fd048a5ef36700186a04bc\",\n            \"primaryId\": \"FINC_SHRT004_WHT\"\n        }\n    ]\n}"},{"id":"f3a04170-b370-4f48-9f5a-43b5ca92c142","name":"Get all product parents with all attributes","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.pimberly.io/core/products//parents?attributes=*","protocol":"https","host":["api.pimberly.io"],"path":["core","products","","parents"],"query":[{"key":"attributes","value":"*"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 16 Aug 2023 09:54:04 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"397"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"total\": 1,\n    \"page\": 0,\n    \"limit\": 64,\n    \"data\": [\n        {\n            \"id\": \"62fd048a5ef36700186a04bc\",\n            \"primaryId\": \"FINC_SHRT004_WHT\",\n            \"colour\": null,\n            \"desc\": \"Double cuff long sleeve shirt from the FashionINC Premier Collection\",\n            \"defaultImage\": [\n                \"62fd082f09c2f66bcc00002b\"\n            ],\n            \"images\": [\n                \"62fd082f09c2f66bcc00002c\"\n            ],\n            \"autoReleaseFlag\": true,\n            \"releasedDateTime\": \"2022-08-18T15:16:57.013Z\",\n            \"size\": \"FINC_SHRT004_WHT_16S\"\n        }\n    ]\n}"},{"id":"ba9daeb9-d835-4fb4-966e-27a8a47df4dd","name":"Get all product parents with all parameters","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.pimberly.io/core/products//parents?limit=4&attributes=*&page=0","protocol":"https","host":["api.pimberly.io"],"path":["core","products","","parents"],"query":[{"key":"limit","value":"4"},{"key":"attributes","value":"*"},{"key":"page","value":"0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 16 Aug 2023 09:55:36 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"396"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"total\": 1,\n    \"page\": 0,\n    \"limit\": 4,\n    \"data\": [\n        {\n            \"id\": \"62fd048a5ef36700186a04bc\",\n            \"primaryId\": \"FINC_SHRT004_WHT\",\n            \"colour\": null,\n            \"desc\": \"Double cuff long sleeve shirt from the FashionINC Premier Collection\",\n            \"defaultImage\": [\n                \"62fd082f09c2f66bcc00002b\"\n            ],\n            \"images\": [\n                \"62fd082f09c2f66bcc00002c\"\n            ],\n            \"autoReleaseFlag\": true,\n            \"releasedDateTime\": \"2022-08-18T15:16:57.013Z\",\n            \"size\": \"FINC_SHRT004_WHT_16S\"\n        }\n    ]\n}"}],"_postman_id":"3fdeb499-2483-462e-92d5-dd94c8c7626c"},{"name":"Get all product items (children)","id":"f2afea4d-a4ca-4034-96a2-d65a33963dd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.pimberly.io/core/products/:primaryId/items","description":"<p>This endpoint will return all items (children) of the specified product. If a product does not have any items, a <code>404</code> error will be returned. For the format of this error, see the <strong>Getting Started &gt; Errors &gt; Client Errors</strong> section.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["core","products",":primaryId","items"],"host":["api.pimberly.io"],"query":[{"disabled":true,"description":{"content":"<p><em><strong>Optional</strong></em> | <em>string</em> | <em>Default: 64</em> | The maximum number of products to return per page</p>\n","type":"text/plain"},"key":"limit","value":""},{"disabled":true,"description":{"content":"<p><em><strong>Optional</strong></em> | <em>string</em> | <em>Default: None</em> | Pipe-separated list of attributes to return for the product or * for all attributes (only valid for feed API keys)</p>\n","type":"text/plain"},"key":"attributes","value":""},{"disabled":true,"description":{"content":"<p><em><strong>Optional</strong></em> | <em>integer</em> | <em>Default: 0</em> | The result page to return</p>\n","type":"text/plain"},"key":"page","value":""}],"variable":[{"id":"cd07c6cc-9984-4438-91a6-9f505649e8c3","description":{"content":"<p>Primary ID of the product whose items you want to get</p>\n","type":"text/plain"},"type":"any","value":"","key":"primaryId"}]}},"response":[{"id":"c7a4b5e6-a131-41e1-9c79-4a79a3bdc4cc","name":"Get all product items (children)","originalRequest":{"method":"GET","header":[],"url":"https://api.pimberly.io/core/products/FINC_SHRT004_WHT_18S/items"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 15 Aug 2023 15:12:00 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"266"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"total\": 3,\n    \"page\": 0,\n    \"limit\": 64,\n    \"data\": [\n        {\n            \"id\": \"62fd04d55ef36700186a051f\",\n            \"primaryId\": \"FINC_SHRT004_WHT_16S\"\n        },\n        {\n            \"id\": \"62fd04d55ef36700186a0522\",\n            \"primaryId\": \"FINC_SHRT004_WHT_17S\"\n        },\n        {\n            \"id\": \"62fd04d55ef36700186a0525\",\n            \"primaryId\": \"FINC_SHRT004_WHT_18S\"\n        }\n    ]\n}"}],"_postman_id":"f2afea4d-a4ca-4034-96a2-d65a33963dd9"},{"name":"Get item by Item ID","id":"8e9af3e8-707a-4b25-98b6-5cdfd796949c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.pimberly.io/core/products/:parent_primaryId/items/:item_primaryId","description":"<p>This endpoint will return information about the specified item.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["core","products",":parent_primaryId","items",":item_primaryId"],"host":["api.pimberly.io"],"query":[{"disabled":true,"description":{"content":"<p><em><strong>Optional</strong></em> | <em>string</em> | <em>Default: None</em> | Pipe-separated list of attributes to return for the product or * for all attributes (only valid for feed API keys)</p>\n","type":"text/plain"},"key":"attributes","value":""}],"variable":[{"id":"d8668b35-5ab3-460c-9656-bee8345a22f3","description":{"content":"<p>Primary ID of the product whose item you want to get</p>\n","type":"text/plain"},"type":"any","value":"","key":"parent_primaryId"},{"id":"aa2c71c7-57f5-4553-972c-97e03655565c","description":{"content":"<p>Primary ID of the item you want to get</p>\n","type":"text/plain"},"type":"any","value":"","key":"item_primaryId"}]}},"response":[{"id":"bac80989-9b43-4db6-9118-e2f52fa6c7d3","name":"Get item by Item ID","originalRequest":{"method":"GET","header":[],"url":"https://api.pimberly.io/core/products/FINC_SHRT004_WHT/items/FINC_SHRT004_WHT_18S"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 15 Aug 2023 15:24:00 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"68"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"62fd04d55ef36700186a0525\",\n    \"primaryId\": \"FINC_SHRT004_WHT_18S\"\n}"}],"_postman_id":"8e9af3e8-707a-4b25-98b6-5cdfd796949c"},{"name":"Create new child product","id":"dce49ed7-05ad-47ec-8b8f-e56551eb59f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"schemaId\": \"64d9f0dbf0eb2cf96419d91f\",\n    \"attributes\": {\n        \"desc\": \"Example description\",\n        \"size\": \"17S\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.pimberly.io/core/products/:parent_primaryId/items/:item_primaryId","description":"<p>This endpoint will add an item (child) to the specified product. The Schema ID, as well as any attributes for the item, should be included in the request's body in a JSON object. An example body is shown below.</p>\n<h2 id=\"how-do-i-find-the-schema-id\">How do I find the Schema ID?</h2>\n<p>In Pimberly, navigate to <em><strong>Admin &gt; Schemas</strong></em> and click on the schema you would like to add the product to. On this page, the URL ends with .../pim/schemas/your-schema-id</p>\n<p>For example, in the following request, it would end .../pim/schemas/64d9f0dbf0eb2cf96419d91f</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["core","products",":parent_primaryId","items",":item_primaryId"],"host":["api.pimberly.io"],"query":[],"variable":[{"id":"93ecfde9-5fcd-4b2e-93e2-79f2a71e0da8","description":{"content":"<p>Primary ID of the product that you want to be the parent</p>\n","type":"text/plain"},"type":"any","value":"","key":"parent_primaryId"},{"id":"690e38e1-40ad-4c33-af6b-74dda094f0c7","description":{"content":"<p>Primary ID for the new item</p>\n","type":"text/plain"},"type":"any","value":"","key":"item_primaryId"}]}},"response":[{"id":"f296c4f5-2a1c-4083-978d-675580d79f2e","name":"Add new item to product","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"schemaId\": \"64d9f0dbf0eb2cf96419d91f\",\n    \"attributes\": {\n        \"exampleAttribute\": \"Example value\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.pimberly.io/core/products//items/<new_item_id>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 15 Aug 2023 09:05:01 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"77"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"status\": \"success\",\n        \"primaryId\": \"TESTPRODUCT001\",\n        \"itemId\": \"NEWITEM\"\n    }\n}"}],"_postman_id":"dce49ed7-05ad-47ec-8b8f-e56551eb59f3"},{"name":"Add item to product","id":"2dff5d44-3b20-4918-83cd-5336d9f3f2d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://api.pimberly.io/core/products/:parent_primaryId/items/:item_primaryId","description":"<p>This endpoint allows you to add an existing product as an item (child) to another product (the parent). In the following example, <code>EXAMPLEPRODUCT001</code> becomes a child of <code>FINC_SHRT004_WHT</code>.</p>\n<p>Here, <code>primary_id</code> refers to the ID of the product to become the <strong>parent</strong>, and <code>new_item_id</code> refers to the ID of the product to become the <strong>child</strong>.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["core","products",":parent_primaryId","items",":item_primaryId"],"host":["api.pimberly.io"],"query":[],"variable":[{"id":"05743745-9cdd-4ac5-ae16-b89ce79dab7e","description":{"content":"<p>Primary ID of the product that you want to be the parent</p>\n","type":"text/plain"},"type":"any","value":"","key":"parent_primaryId"},{"id":"4906d9c2-17d7-4e64-8aff-d06bbcc6fe2e","description":{"content":"<p>Primary ID of the product that you want to make an item of the parent</p>\n","type":"text/plain"},"type":"any","value":"","key":"item_primaryId"}]}},"response":[{"id":"85fd41bd-5452-49dd-8c5a-9c504bf062c8","name":"Add item to product","originalRequest":{"method":"PUT","header":[],"url":"https://api.pimberly.io/core/products/FINC_SHRT004_WHT/items/EXAMPLEPRODUCT001"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Aug 2023 08:39:25 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"152"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"status\": \"success\",\n        \"message\": \"Added EXAMPLEPRODUCT001 as a child of FINC_SHRT004_WHT\",\n        \"parent\": \"FINC_SHRT004_WHT\",\n        \"child\": \"EXAMPLEPRODUCT001\"\n    }\n}"},{"id":"58374284-6e5c-4403-8793-49d5f8d5e50d","name":"Product not found","originalRequest":{"method":"PUT","header":[],"url":"https://api.pimberly.io/core/products/FINC_SHRT004_WHT/items/EXAMPLEPRODUCT002"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Aug 2023 08:59:11 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"76","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"status\": 404,\n        \"message\": \"Product not found for EXAMPLEPRODUCT002\"\n    }\n}"}],"_postman_id":"2dff5d44-3b20-4918-83cd-5336d9f3f2d0"},{"name":"Update item by Primary ID","id":"59f82cd2-195a-4135-ba36-126902153ab9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"size\": \"17S\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.pimberly.io/core/products/:parent_primaryId/items/:item_primaryId","description":"<p>This endpoint will update the specified item of the specified product's value. The name of the attribute you would like to update, as well as the corresponding value, should be included in the request's body in a JSON object. An example body is shown below.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["core","products",":parent_primaryId","items",":item_primaryId"],"host":["api.pimberly.io"],"query":[{"disabled":true,"description":{"content":"<p><em><strong>Optional</strong></em>| <em>string</em> | <em>Default: None</em> | 24 character MongoID</p>\n","type":"text/plain"},"key":"scopeId","value":null},{"disabled":true,"description":{"content":"<p><em><strong>Optional</strong></em>| <em>string</em> | <em>Default: None</em> | 24 character MongoID</p>\n","type":"text/plain"},"key":"localeId","value":null}],"variable":[{"id":"9c60e47b-e47c-49c3-8d07-04c2f4e60f93","description":{"content":"<p>Primary ID of the product (parent) of the item you want to update</p>\n","type":"text/plain"},"type":"any","value":"","key":"parent_primaryId"},{"id":"1e1e590f-d855-46bf-8c8c-983f1b626aeb","description":{"content":"<p>Primary ID of the item you want to update</p>\n","type":"text/plain"},"type":"any","value":"","key":"item_primaryId"}]}},"response":[],"_postman_id":"59f82cd2-195a-4135-ba36-126902153ab9"}],"id":"2915e658-7791-40d7-9556-a0128c4d4721","_postman_id":"2915e658-7791-40d7-9556-a0128c4d4721","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}}},{"name":"Categorisation","item":[{"name":"Get all product categories by Primary ID","id":"b1a26b94-87e4-4c2f-9a9b-ccad0352e9f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.pimberly.io/core/products/:primaryId/classes","description":"<p>This endpoint will return all categories which the specified product belongs to.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["core","products",":primaryId","classes"],"host":["api.pimberly.io"],"query":[],"variable":[{"id":"1d058d6d-cdd5-47f2-bc7a-e40908f71cd8","description":{"content":"<p>Primary ID of the product whose categories you want to get</p>\n","type":"text/plain"},"type":"any","value":"","key":"primaryId"}]}},"response":[{"id":"a8b5017f-2cc3-4064-a872-906b2fefe769","name":"Get all product categories by Primary ID Copy","originalRequest":{"method":"GET","header":[],"url":"https://api.pimberly.io/core/products/FINC_SHRT004_WHT/classes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 15 Aug 2023 15:12:53 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"168"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"count\": 1,\n    \"data\": [\n        {\n            \"path\": \"Men / Clothes / Smart Shirts\",\n            \"ids\": [\n                \"62fd07f906d8984780d46f3f\",\n                \"62fd07f906d8984780d46f70\",\n                \"62fd07f906d8984780d46f7f\"\n            ]\n        }\n    ]\n}"}],"_postman_id":"b1a26b94-87e4-4c2f-9a9b-ccad0352e9f6"},{"name":"Add category to product","id":"0e56b689-0ca3-42c9-89f8-4dbbfca9d888","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://api.pimberly.io/core/products/:primaryId/classes","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["core","products",":primaryId","classes"],"host":["api.pimberly.io"],"query":[],"variable":[{"id":"6d946138-1a06-4db2-b305-ebdfb1da9cf0","description":{"content":"<p>Primary ID of the product that you want to add a category to</p>\n","type":"text/plain"},"type":"any","value":"","key":"primaryId"}]}},"response":[{"id":"a1eb5159-00ed-418c-a829-dc6137b34546","name":"Add category to product","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"classId\": \"5c8128bb599de430eb00000b\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.pimberly.io/core/products/:primaryId/classes","protocol":"https","host":["api.pimberly.io"],"path":["core","products",":primaryId","classes"],"variable":[{"key":"primaryId","value":"","description":"Primary ID of the product that you want to add a category to"}]}},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Added class T-Shirts to PIM_0001\"\n}"}],"_postman_id":"0e56b689-0ca3-42c9-89f8-4dbbfca9d888"},{"name":"Remove category by Class ID from product","id":"237b1bca-f182-4d5d-88fe-871e33a2ec58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.pimberly.io/core/products/:primaryId/classes/:class_id","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["core","products",":primaryId","classes",":class_id"],"host":["api.pimberly.io"],"query":[],"variable":[{"id":"943f9ede-045f-4fac-8a76-092ba57a6a6f","description":{"content":"<p>Primary ID of the product that you want to remove the category from</p>\n","type":"text/plain"},"type":"any","value":"","key":"primaryId"},{"id":"1585e7cf-0168-4185-b918-44042959f68f","description":{"content":"<p>Class ID of the category you want to remove</p>\n","type":"text/plain"},"type":"any","value":"","key":"class_id"}]}},"response":[{"id":"35c333bd-f9e5-46ea-843c-d877fad42c22","name":"Remove category by Class ID from product","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.pimberly.io/core/products/:primaryId/classes/:class_id","protocol":"https","host":["api.pimberly.io"],"path":["core","products",":primaryId","classes",":class_id"],"variable":[{"key":"primaryId","value":"","description":"Primary ID of the product that you want to remove the category from"},{"key":"class_id","value":"","description":"Class ID of the category you want to remove"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"classId\": \"5c8128bb599de430eb00000b\",\n    \"message\": \"Deleted 5c8128bb599de430eb00000b from PIM_0001\",\n    \"primaryId\": \"PIM_0001\",\n    \"status\": \"success\"\n}"}],"_postman_id":"237b1bca-f182-4d5d-88fe-871e33a2ec58"}],"id":"2f0a9db5-e440-4caf-8534-13650e2d983a","_postman_id":"2f0a9db5-e440-4caf-8534-13650e2d983a","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}}},{"name":"Localisation","item":[{"name":"Get all product locales","id":"1baa930d-fc58-4bf1-8cf4-9c0798859a30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.pimberly.io/core/products/:primaryId/locales","description":"<p>This endpoint will return all populated locales for the specified product. A populated locale is one which has a <strong>value in at least one attribute in that locale</strong>. For example, if a product has a 'color' attribute, and 'Default' and 'France' locales, with a value of 'Blue' in the Default locale, but <strong>no specifically defined value in the France locale</strong>, only the Default locale will be returned in the response.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["core","products",":primaryId","locales"],"host":["api.pimberly.io"],"query":[],"variable":[{"id":"207fcd88-6688-4acd-a435-741a8ef29b46","description":{"content":"<p>Primary ID of the product whose locales you want to get</p>\n","type":"text/plain"},"type":"any","value":"","key":"primaryId"}]}},"response":[{"id":"9c15663a-caaa-4e33-b445-606ab3d8c8d4","name":"Get all product locales Copy","originalRequest":{"method":"GET","header":[],"url":"https://api.pimberly.io/core/products/FINC_SHRT004_WHT_18S/locales"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 15 Aug 2023 15:10:05 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"141"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"count\": 2,\n    \"data\": [\n        {\n            \"id\": \"62fce77449ccd3001b067c53\",\n            \"name\": \"Default\"\n        },\n        {\n            \"id\": \"62fe081dce92140012a6a628\",\n            \"name\": \"French \"\n        }\n    ]\n}"}],"_postman_id":"1baa930d-fc58-4bf1-8cf4-9c0798859a30"},{"name":"Get locale by Locale ID","id":"16723869-0009-4e8e-bfd9-0e4bfcb0ef4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.pimberly.io/core/products/:primaryId/locales/:locale_id","description":"<p>This endpoint returns information about the specified locale.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["core","products",":primaryId","locales",":locale_id"],"host":["api.pimberly.io"],"query":[],"variable":[{"id":"3d8247de-f23e-4723-8b0c-ded33031613f","description":{"content":"<p>Primary ID of the product whose locale you want to get</p>\n","type":"text/plain"},"type":"any","value":"","key":"primaryId"},{"id":"edd206f2-4e5a-4fae-9dbe-689601d97a6e","description":{"content":"<p>Locale ID for the locale you want to get</p>\n","type":"text/plain"},"type":"any","value":"","key":"locale_id"}]}},"response":[{"id":"990204f2-2159-4bbc-b80f-73c8e2ad6e6d","name":"Get locale by Locale ID","originalRequest":{"method":"GET","header":[],"url":"https://api.pimberly.io/core/products/FINC_SHRT004_WHT_18S/locales/62fce77449ccd3001b067c53"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 15 Aug 2023 15:19:58 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"50"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"62fce77449ccd3001b067c53\",\n    \"name\": \"Default\"\n}"}],"_postman_id":"16723869-0009-4e8e-bfd9-0e4bfcb0ef4e"}],"id":"0527b8d1-f191-43af-baa9-7892a1abc4d0","_postman_id":"0527b8d1-f191-43af-baa9-7892a1abc4d0","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}}},{"name":"Channels","item":[{"name":"Get list of release channels by Primary ID","id":"9226c870-bf12-4079-a62b-e641b940aac8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.pimberly.io/core/products/:primaryId/channels","description":"<p>This endpoint returns all channels which the specified product has been released to.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["core","products",":primaryId","channels"],"host":["api.pimberly.io"],"query":[],"variable":[{"id":"9b540394-e3b0-4d6e-8da6-6c31b09ce507","description":{"content":"<p>Primary ID of the product whose release channels you want to get</p>\n","type":"text/plain"},"type":"any","value":"","key":"primaryId"}]}},"response":[{"id":"782498e3-38d3-48fe-88a5-72793b0fdefe","name":"Get list of release channels by Primary ID","originalRequest":{"method":"GET","header":[],"url":"https://api.pimberly.io/core/products/FINC_SHRT004_WHT_18S/channels"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 15 Aug 2023 15:25:15 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"130"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"count\": 1,\n    \"data\": [\n        {\n            \"id\": \"62ff659643d99c0018732e09\",\n            \"name\": \"FashionINC API\",\n            \"type\": \"custom\",\n            \"released\": false\n        }\n    ]\n}"}],"_postman_id":"9226c870-bf12-4079-a62b-e641b940aac8"},{"name":"Get single channel details by Primary ID and Channel ID","id":"38a7e590-f0b7-403b-aac8-65e52f3738b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.pimberly.io/core/products/:primaryId/channels/:channel_id","description":"<p>This endpoint returns information about the specified channel, that the specified product has been released to.</p>\n<h2 id=\"how-do-i-find-the-channel-id\">How do I find the Channel ID?</h2>\n<p>There are two ways to access a Channel's ID.</p>\n<h4 id=\"via-the-api\">Via the API:</h4>\n<p>You can use the <code>Get list of release channels by Primary ID</code> request to find the ID of the channel(s) that a particular product has been released to (if any).</p>\n<h4 id=\"in-pimberly\">In Pimberly:</h4>\n<p>Navigate to <em><strong>Admin &gt; Channels</strong></em> and click on the channel you would like to get the details for. On this page, the URL ends with .../pim/channels/your-channel-id</p>\n<p>For example, in the following request, it would end .../pim/channels/62ff659643d99c0018732e09</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["core","products",":primaryId","channels",":channel_id"],"host":["api.pimberly.io"],"query":[],"variable":[{"id":"96fc8514-ef3d-4f09-896b-e08621f89230","description":{"content":"<p>Primary ID of the product whose channel you want to get details of</p>\n","type":"text/plain"},"type":"any","value":"","key":"primaryId"},{"id":"dfbd64cc-3fa5-4509-8f41-d047721d3973","description":{"content":"<p>Channel ID for the channel you want the details of</p>\n","type":"text/plain"},"type":"any","value":"","key":"channel_id"}]}},"response":[{"id":"be641364-2565-4023-bd97-431ff343b500","name":"Get single channel details by Primary ID and Channel ID","originalRequest":{"method":"GET","header":[],"url":"https://api.pimberly.io/core/products/FINC_SHRT004_WHT_18S/channels/62ff659643d99c0018732e09"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 15 Aug 2023 15:25:45 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"90"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"62ff659643d99c0018732e09\",\n    \"name\": \"FashionINC API\",\n    \"type\": \"custom\",\n    \"released\": false\n}"}],"_postman_id":"38a7e590-f0b7-403b-aac8-65e52f3738b2"}],"id":"b12c0d57-892e-40e5-8eaf-2e4f8094440b","_postman_id":"b12c0d57-892e-40e5-8eaf-2e4f8094440b","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}}},{"name":"Product Event Log","item":[{"name":"Get recent activity by Primary ID","id":"3ad620f3-d046-4cd6-9aaa-740a0dfec362","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.pimberly.io/core/products/:primaryId/activity","description":"<p>This endpoint returns any recent activity associated with the specified product. This information can include:</p>\n<ul>\n<li><p>The type of activity</p>\n</li>\n<li><p>What was changed (and what it changed from, if applicable)</p>\n</li>\n<li><p>Who / what made the change</p>\n</li>\n<li><p>When the change occured</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["core","products",":primaryId","activity"],"host":["api.pimberly.io"],"query":[],"variable":[{"id":"f6fea682-76fe-4feb-ac00-0113bd4d5d5e","description":{"content":"<p>Primary ID of the product whose activity you want to get</p>\n","type":"text/plain"},"type":"any","value":"","key":"primaryId"}]}},"response":[{"id":"6579b5f3-62de-45c7-b04a-681da09b2ecc","name":"Get recent activity by Primary ID","originalRequest":{"method":"GET","header":[],"url":"https://api.pimberly.io/core/products/FINC_SHRT004_WHT_18S/activity"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 15 Aug 2023 15:29:57 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"40"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"count\": 0,\n    \"data\": []\n}"}],"_postman_id":"3ad620f3-d046-4cd6-9aaa-740a0dfec362"}],"id":"7ad8b84c-c792-40eb-8e7b-4119803eb09a","_postman_id":"7ad8b84c-c792-40eb-8e7b-4119803eb09a","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}}},{"name":"Attribute Sets","item":[{"name":"Get all attribute sets","id":"90b0ed17-3aac-4b7b-959a-37ab2fac7841","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.pimberly.io/core/products/:primaryId/attribute-sets","description":"<p>This endpoint returns all attribute sets of the specified product, ordered alphabetically by the set name. See the example request / response for an example of the sort of information you can expect to be returned.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["core","products",":primaryId","attribute-sets"],"host":["api.pimberly.io"],"query":[],"variable":[{"id":"c0e1cf81-cf08-4420-857f-bd8214bfae13","description":{"content":"<p>Primary ID for the product whose attribute sets you want to get</p>\n","type":"text/plain"},"type":"any","value":"","key":"primaryId"}]}},"response":[{"id":"6bf8caae-5d33-4293-878a-cbeb20f7e1c0","name":"Get all attribute sets","originalRequest":{"method":"GET","header":[],"url":"https://api.pimberly.io/core/products/FINC_SHRT004_WHT_18S/attribute-sets"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 15 Aug 2023 15:30:25 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"9771"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"count\": 5,\n    \"data\": [\n        {\n            \"_id\": \"62fce77449ccd3001b067c4f\",\n            \"accountId\": \"62fce77449ccd3001b067c4e\",\n            \"name\": \"Basic Attributes\",\n            \"attributes\": [\n                {\n                    \"shortName\": \"desc\",\n                    \"name\": \"Description\",\n                    \"type\": \"Plain Text\",\n                    \"textInputType\": \"Short Text\",\n                    \"inputType\": \"Regular\",\n                    \"values\": \"\",\n                    \"defaultValue\": \"\",\n                    \"autoPopulateFilter\": \"\",\n                    \"minLength\": \"\",\n                    \"maxLength\": \"\",\n                    \"specialFormat\": \"(no special format)\",\n                    \"specialFormatRegex\": \"\",\n                    \"accuracy\": \"\",\n                    \"maxAssetSize\": \"\",\n                    \"allowedExtensions\": \"\",\n                    \"readOnly\": false,\n                    \"hideLabel\": false,\n                    \"isHidden\": false,\n                    \"canLocalise\": true,\n                    \"canScope\": true,\n                    \"isHeritable\": false,\n                    \"canOverride\": false,\n                    \"isFaceted\": false,\n                    \"locked\": true,\n                    \"minValue\": null,\n                    \"maxValue\": null,\n                    \"*\": {\n                        \"62fce77449ccd3001b067c53\": {\n                            \"defaultValue\": \"\"\n                        }\n                    },\n                    \"masters\": [\n                        \"latch\",\n                        \"pimberly users\"\n                    ],\n                    \"sources\": [\n                        \"any\"\n                    ],\n                    \"attributeMetadata\": {},\n                    \"attributeSet\": \"Basic Attributes\"\n                }\n            ],\n            \"_versionId\": \"f82781313469704b24edfe82cfb5d67585087e20\",\n            \"dateUpdated\": \"2023-01-06T16:03:19.594Z\",\n            \"sortOrder\": 1\n        },\n        {\n            \"_id\": \"62fe127343d99c0018731b7e\",\n            \"accountId\": \"62fce77449ccd3001b067c4e\",\n            \"name\": \"Marketplace\",\n            \"attributes\": [\n                {\n                    \"name\": \"countryOfOrigin\",\n                    \"shortName\": \"countryOfOrigin\",\n                    \"type\": \"Plain Text\",\n                    \"inputType\": \"Regular\",\n                    \"locked\": true,\n                    \"masters\": [\n                        \"pimberly users\",\n                        \"latch\"\n                    ],\n                    \"sources\": [\n                        \"any\"\n                    ],\n                    \"attributeSet\": \"Marketplace\"\n                },\n                {\n                    \"name\": \"gender\",\n                    \"shortName\": \"gender\",\n                    \"type\": \"Plain Text\",\n                    \"inputType\": \"Regular\",\n                    \"locked\": true,\n                    \"masters\": [\n                        \"pimberly users\",\n                        \"latch\"\n                    ],\n                    \"sources\": [\n                        \"any\"\n                    ],\n                    \"attributeSet\": \"Marketplace\"\n                },\n                {\n                    \"name\": \"ageGroup\",\n                    \"shortName\": \"ageGroup\",\n                    \"type\": \"Plain Text\",\n                    \"inputType\": \"Regular\",\n                    \"locked\": true,\n                    \"masters\": [\n                        \"pimberly users\",\n                        \"latch\"\n                    ],\n                    \"sources\": [\n                        \"any\"\n                    ],\n                    \"attributeSet\": \"Marketplace\"\n                },\n                {\n                    \"name\": \"hangingOrBoxed\",\n                    \"shortName\": \"hangingOrBoxed\",\n                    \"type\": \"Plain Text\",\n                    \"inputType\": \"Regular\",\n                    \"locked\": true,\n                    \"masters\": [\n                        \"pimberly users\",\n                        \"latch\"\n                    ],\n                    \"sources\": [\n                        \"any\"\n                    ],\n                    \"attributeSet\": \"Marketplace\"\n                },\n                {\n                    \"name\": \"crossSell\",\n                    \"shortName\": \"crossSell\",\n                    \"type\": \"Product Set\",\n                    \"inputType\": \"Regular\",\n                    \"locked\": true,\n                    \"masters\": [\n                        \"pimberly users\",\n                        \"latch\"\n                    ],\n                    \"sources\": [\n                        \"any\"\n                    ],\n                    \"attributeSet\": \"Marketplace\"\n                },\n                {\n                    \"name\": \"descriptionBullet1\",\n                    \"shortName\": \"descriptionBullet1\",\n                    \"type\": \"Plain Text\",\n                    \"inputType\": \"Regular\",\n                    \"locked\": true,\n                    \"textInputType\": \"Short Text\",\n                    \"canScope\": true,\n                    \"defaultValue\": \"\",\n                    \"minValue\": null,\n                    \"maxValue\": null,\n                    \"masters\": [\n                        \"latch\",\n                        \"pimberly users\"\n                    ],\n                    \"sources\": [\n                        \"any\"\n                    ],\n                    \"*\": {\n                        \"62fce77449ccd3001b067c53\": {\n                            \"defaultValue\": \"\"\n                        }\n                    },\n                    \"attributeMetadata\": {},\n                    \"attributeSet\": \"Marketplace\"\n                },\n                {\n                    \"name\": \"descriptionBullet2\",\n                    \"shortName\": \"descriptionBullet2\",\n                    \"type\": \"Plain Text\",\n                    \"inputType\": \"Regular\",\n                    \"locked\": true,\n                    \"textInputType\": \"Short Text\",\n                    \"canScope\": true,\n                    \"defaultValue\": \"\",\n                    \"minValue\": null,\n                    \"maxValue\": null,\n                    \"masters\": [\n                        \"latch\",\n                        \"pimberly users\"\n                    ],\n                    \"sources\": [\n                        \"any\"\n                    ],\n                    \"*\": {\n                        \"62fce77449ccd3001b067c53\": {\n                            \"defaultValue\": \"\"\n                        }\n                    },\n                    \"attributeMetadata\": {},\n                    \"attributeSet\": \"Marketplace\"\n                }\n            ],\n            \"ACL\": [],\n            \"_versionId\": \"81d5c41448a4c13b8a0ce064fd0d0102f7225b33\",\n            \"dateCreated\": \"2022-08-18T10:20:35.293Z\",\n            \"dateUpdated\": \"2022-08-18T10:25:49.185Z\",\n            \"sortOrder\": 5\n        },\n        {\n            \"_id\": \"62fd06be43d99c0018731709\",\n            \"accountId\": \"62fce77449ccd3001b067c4e\",\n            \"name\": \"Digital Assets\",\n            \"attributes\": [\n                {\n                    \"name\": \"Default Image\",\n                    \"shortName\": \"defaultImage\",\n                    \"type\": \"Media Set\",\n                    \"inputType\": \"Regular\",\n                    \"masters\": [\n                        \"pimberly users\",\n                        \"latch\"\n                    ],\n                    \"sources\": [\n                        \"any\"\n                    ],\n                    \"locked\": true,\n                    \"attributeSet\": \"Digital Assets\"\n                },\n                {\n                    \"name\": \"Images\",\n                    \"shortName\": \"images\",\n                    \"type\": \"Media Set\",\n                    \"inputType\": \"Regular\",\n                    \"masters\": [\n                        \"pimberly users\",\n                        \"latch\"\n                    ],\n                    \"sources\": [\n                        \"any\"\n                    ],\n                    \"locked\": true,\n                    \"attributeSet\": \"Digital Assets\"\n                },\n                {\n                    \"name\": \"Videos\",\n                    \"shortName\": \"videos\",\n                    \"type\": \"Media Set\",\n                    \"inputType\": \"Regular\",\n                    \"masters\": [\n                        \"pimberly users\",\n                        \"latch\"\n                    ],\n                    \"sources\": [\n                        \"any\"\n                    ],\n                    \"locked\": true,\n                    \"attributeSet\": \"Digital Assets\"\n                },\n                {\n                    \"name\": \"Documents\",\n                    \"shortName\": \"documents\",\n                    \"type\": \"Media Set\",\n                    \"inputType\": \"Regular\",\n                    \"masters\": [\n                        \"pimberly users\",\n                        \"latch\"\n                    ],\n                    \"sources\": [\n                        \"any\"\n                    ],\n                    \"locked\": true,\n                    \"attributeSet\": \"Digital Assets\"\n                }\n            ],\n            \"ACL\": [],\n            \"_versionId\": \"3a2e8344dac66145622937eadadfeaaec3afd50a\",\n            \"dateCreated\": \"2022-08-17T15:18:22.639Z\",\n            \"dateUpdated\": \"2022-08-17T15:19:35.403Z\",\n            \"sortOrder\": 4\n        },\n        {\n            \"_id\": \"62fcea5043d99c00187314dd\",\n            \"accountId\": \"62fce77449ccd3001b067c4e\",\n            \"name\": \"General\",\n            \"attributes\": [\n                {\n                    \"shortName\": \"brand\",\n                    \"name\": \"Brand\",\n                    \"type\": \"Plain Text\",\n                    \"textInputType\": \"Short Text\",\n                    \"inputType\": \"Regular\",\n                    \"defaultValue\": \"\",\n                    \"minValue\": null,\n                    \"maxValue\": null,\n                    \"locked\": true,\n                    \"sources\": [\n                        \"any\"\n                    ],\n                    \"masters\": [\n                        \"latch\",\n                        \"pimberly users\"\n                    ],\n                    \"*\": {\n                        \"62fce77449ccd3001b067c53\": {\n                            \"defaultValue\": \"\"\n                        }\n                    },\n                    \"attributeSet\": \"General\"\n                },\n                {\n                    \"shortName\": \"sleeveLength\",\n                    \"name\": \"Sleeve Length\",\n                    \"type\": \"Plain Text\",\n                    \"textInputType\": \"Short Text\",\n                    \"inputType\": \"Regular\",\n                    \"defaultValue\": \"\",\n                    \"minValue\": null,\n                    \"maxValue\": null,\n                    \"locked\": true,\n                    \"sources\": [\n                        \"any\"\n                    ],\n                    \"masters\": [\n                        \"latch\",\n                        \"pimberly users\"\n                    ],\n                    \"*\": {\n                        \"62fce77449ccd3001b067c53\": {\n                            \"defaultValue\": \"\"\n                        }\n                    },\n                    \"attributeMetadata\": {},\n                    \"attributeSet\": \"General\"\n                },\n                {\n                    \"shortName\": \"cuff\",\n                    \"name\": \"Cuff\",\n                    \"type\": \"Plain Text\",\n                    \"textInputType\": \"Short Text\",\n                    \"inputType\": \"Regular\",\n                    \"defaultValue\": \"\",\n                    \"minValue\": null,\n                    \"maxValue\": null,\n                    \"locked\": true,\n                    \"sources\": [\n                        \"any\"\n                    ],\n                    \"masters\": [\n                        \"latch\",\n                        \"pimberly users\"\n                    ],\n                    \"*\": {\n                        \"62fce77449ccd3001b067c53\": {\n                            \"defaultValue\": \"\"\n                        }\n                    },\n                    \"attributeSet\": \"General\"\n                },\n                {\n                    \"shortName\": \"fit\",\n                    \"name\": \"Fit\",\n                    \"type\": \"Plain Text\",\n                    \"textInputType\": \"Short Text\",\n                    \"inputType\": \"Regular\",\n                    \"defaultValue\": \"\",\n                    \"minValue\": null,\n                    \"maxValue\": null,\n                    \"locked\": true,\n                    \"sources\": [\n                        \"any\"\n                    ],\n                    \"masters\": [\n                        \"latch\",\n                        \"pimberly users\"\n                    ],\n                    \"*\": {\n                        \"62fce77449ccd3001b067c53\": {\n                            \"defaultValue\": \"\"\n                        }\n                    },\n                    \"attributeSet\": \"General\"\n                },\n                {\n                    \"shortName\": \"legLength\",\n                    \"name\": \"Leg Length\",\n                    \"type\": \"Plain Text\",\n                    \"textInputType\": \"Short Text\",\n                    \"inputType\": \"Regular\",\n                    \"defaultValue\": \"\",\n                    \"minValue\": null,\n                    \"maxValue\": null,\n                    \"locked\": true,\n                    \"canScope\": true,\n                    \"sources\": [\n                        \"any\"\n                    ],\n                    \"masters\": [\n                        \"latch\",\n                        \"pimberly users\"\n                    ],\n                    \"*\": {\n                        \"62fce77449ccd3001b067c53\": {\n                            \"defaultValue\": \"\"\n                        }\n                    },\n                    \"attributeMetadata\": {},\n                    \"attributeSet\": \"General\"\n                },\n                {\n                    \"shortName\": \"material\",\n                    \"name\": \"Material\",\n                    \"type\": \"Plain Text\",\n                    \"textInputType\": \"Short Text\",\n                    \"inputType\": \"Regular\",\n                    \"defaultValue\": \"\",\n                    \"minValue\": null,\n                    \"maxValue\": null,\n                    \"locked\": true,\n                    \"sources\": [\n                        \"any\"\n                    ],\n                    \"masters\": [\n                        \"latch\",\n                        \"pimberly users\"\n                    ],\n                    \"*\": {\n                        \"62fce77449ccd3001b067c53\": {\n                            \"defaultValue\": \"\"\n                        }\n                    },\n                    \"attributeSet\": \"General\"\n                },\n                {\n                    \"shortName\": \"careInformation\",\n                    \"name\": \"Care Information\",\n                    \"type\": \"Plain Text\",\n                    \"textInputType\": \"Short Text\",\n                    \"inputType\": \"Regular\",\n                    \"defaultValue\": \"\",\n                    \"minValue\": null,\n                    \"maxValue\": null,\n                    \"locked\": true,\n                    \"canScope\": true,\n                    \"sources\": [\n                        \"any\"\n                    ],\n                    \"masters\": [\n                        \"latch\",\n                        \"pimberly users\"\n                    ],\n                    \"*\": {\n                        \"62fce77449ccd3001b067c53\": {\n                            \"defaultValue\": \"\"\n                        }\n                    },\n                    \"attributeMetadata\": {},\n                    \"attributeSet\": \"General\"\n                },\n                {\n                    \"shortName\": \"supplier\",\n                    \"name\": \"Supplier\",\n                    \"type\": \"Plain Text\",\n                    \"textInputType\": \"Short Text\",\n                    \"inputType\": \"Regular\",\n                    \"defaultValue\": \"\",\n                    \"minValue\": null,\n                    \"maxValue\": null,\n                    \"locked\": true,\n                    \"canScope\": true,\n                    \"sources\": [\n                        \"any\"\n                    ],\n                    \"masters\": [\n                        \"latch\",\n                        \"pimberly users\"\n                    ],\n                    \"*\": {\n                        \"62fce77449ccd3001b067c53\": {\n                            \"defaultValue\": \"\"\n                        }\n                    },\n                    \"attributeMetadata\": {},\n                    \"attributeSet\": \"General\"\n                },\n                {\n                    \"shortName\": \"colour\",\n                    \"name\": \"Colour\",\n                    \"type\": \"Plain Text\",\n                    \"textInputType\": \"Short Text\",\n                    \"inputType\": \"Single Select\",\n                    \"defaultValue\": \"\",\n                    \"minValue\": null,\n                    \"maxValue\": null,\n                    \"locked\": true,\n                    \"canLocalise\": true,\n                    \"isFaceted\": true,\n                    \"sources\": [\n                        \"any\"\n                    ],\n                    \"masters\": [\n                        \"latch\",\n                        \"pimberly users\"\n                    ],\n                    \"*\": {\n                        \"62fce77449ccd3001b067c53\": {\n                            \"defaultValue\": \"\"\n                        }\n                    },\n                    \"values\": {\n                        \"listType\": \"dataSet\",\n                        \"dataSetId\": \"62fe51c4ce92140012a6ae1c\",\n                        \"valueCol\": \"Colour\",\n                        \"labelCol\": null,\n                        \"filterCol\": \"\",\n                        \"filterAttr\": \"\",\n                        \"syncLocalisedDataset\": true,\n                        \"localisedValCols\": [\n                            {\n                                \"localeId\": \"62fce77449ccd3001b067c53\",\n                                \"value\": \"Colour\"\n                            },\n                            {\n                                \"localeId\": \"62fe081dce92140012a6a628\",\n                                \"value\": \"French\"\n                            },\n                            {\n                                \"localeId\": \"62fe082b43d99c0018731b26\",\n                                \"value\": \"German\"\n                            }\n                        ]\n                    },\n                    \"attributeMetadata\": {},\n                    \"attributeSet\": \"General\"\n                },\n                {\n                    \"shortName\": \"size\",\n                    \"name\": \"Size\",\n                    \"type\": \"Plain Text\",\n                    \"textInputType\": \"Short Text\",\n                    \"inputType\": \"Regular\",\n                    \"defaultValue\": \"\",\n                    \"minValue\": null,\n                    \"maxValue\": null,\n                    \"locked\": true,\n                    \"sources\": [\n                        \"any\"\n                    ],\n                    \"masters\": [\n                        \"latch\",\n                        \"pimberly users\"\n                    ],\n                    \"*\": {\n                        \"62fce77449ccd3001b067c53\": {\n                            \"defaultValue\": \"\"\n                        }\n                    },\n                    \"attributeSet\": \"General\"\n                },\n                {\n                    \"name\": \"Marketing Description\",\n                    \"shortName\": \"marketingDescription\",\n                    \"type\": \"Plain Text\",\n                    \"inputType\": \"Regular\",\n                    \"locked\": true,\n                    \"textInputType\": \"Short Text\",\n                    \"canLocalise\": true,\n                    \"defaultValue\": \"\",\n                    \"minValue\": null,\n                    \"maxValue\": null,\n                    \"canScope\": true,\n                    \"masters\": [\n                        \"latch\",\n                        \"pimberly users\"\n                    ],\n                    \"sources\": [\n                        \"any\"\n                    ],\n                    \"*\": {\n                        \"62fce77449ccd3001b067c53\": {\n                            \"defaultValue\": \"\"\n                        }\n                    },\n                    \"attributeMetadata\": {},\n                    \"attributeSet\": \"General\"\n                },\n                {\n                    \"shortName\": \"autoReleaseFlag\",\n                    \"name\": \"Auto Release Flag\",\n                    \"type\": \"True or False\",\n                    \"inputType\": \"Regular\",\n                    \"defaultValue\": null,\n                    \"minValue\": null,\n                    \"maxValue\": null,\n                    \"locked\": true,\n                    \"sources\": [\n                        \"any\"\n                    ],\n                    \"masters\": [\n                        \"latch\",\n                        \"pimberly users\"\n                    ],\n                    \"*\": {\n                        \"62fce77449ccd3001b067c53\": {\n                            \"defaultValue\": null\n                        }\n                    },\n                    \"attributeSet\": \"General\"\n                },\n                {\n                    \"shortName\": \"releasedDateTime\",\n                    \"name\": \"Released Date/Time\",\n                    \"type\": \"Date + Time\",\n                    \"inputType\": \"Regular\",\n                    \"defaultValue\": \"\",\n                    \"minValue\": \"\",\n                    \"maxValue\": \"\",\n                    \"locked\": true,\n                    \"sources\": [\n                        \"any\"\n                    ],\n                    \"masters\": [\n                        \"latch\",\n                        \"pimberly users\"\n                    ],\n                    \"*\": {\n                        \"62fce77449ccd3001b067c53\": {\n                            \"defaultValue\": \"\",\n                            \"min\": \"\",\n                            \"max\": \"\"\n                        }\n                    },\n                    \"attributeSet\": \"General\"\n                }\n            ],\n            \"ACL\": [],\n            \"_versionId\": \"f6d8c321e8bc423f7c360d122aaccec0ec51ced9\",\n            \"dateCreated\": \"2022-08-17T13:17:04.482Z\",\n            \"dateUpdated\": \"2022-08-18T15:13:10.748Z\",\n            \"sortOrder\": 2\n        },\n        {\n            \"_id\": \"62fcebe31b2c5d001efe86bd\",\n            \"accountId\": \"62fce77449ccd3001b067c4e\",\n            \"name\": \"Pricing \",\n            \"attributes\": [\n                {\n                    \"shortName\": \"rrp\",\n                    \"name\": \"RRP\",\n                    \"type\": \"Plain Text\",\n                    \"textInputType\": \"Short Text\",\n                    \"inputType\": \"Regular\",\n                    \"defaultValue\": \"\",\n                    \"minValue\": null,\n                    \"maxValue\": null,\n                    \"locked\": true,\n                    \"sources\": [\n                        \"any\"\n                    ],\n                    \"masters\": [\n                        \"latch\",\n                        \"pimberly users\"\n                    ],\n                    \"*\": {\n                        \"62fce77449ccd3001b067c53\": {\n                            \"defaultValue\": \"\"\n                        }\n                    },\n                    \"attributeSet\": \"Pricing \"\n                },\n                {\n                    \"shortName\": \"price\",\n                    \"name\": \"Price\",\n                    \"type\": \"Plain Text\",\n                    \"textInputType\": \"Short Text\",\n                    \"inputType\": \"Regular\",\n                    \"defaultValue\": \"\",\n                    \"minValue\": null,\n                    \"maxValue\": null,\n                    \"locked\": true,\n                    \"canScope\": true,\n                    \"sources\": [\n                        \"any\"\n                    ],\n                    \"masters\": [\n                        \"latch\",\n                        \"pimberly users\"\n                    ],\n                    \"*\": {\n                        \"62fce77449ccd3001b067c53\": {\n                            \"defaultValue\": \"\"\n                        }\n                    },\n                    \"attributeMetadata\": {},\n                    \"attributeSet\": \"Pricing \"\n                }\n            ],\n            \"ACL\": [],\n            \"_versionId\": \"78a54c09b1703647e40d8fa508458d4a3429c88e\",\n            \"dateCreated\": \"2022-08-17T13:23:47.455Z\",\n            \"dateUpdated\": \"2022-08-18T10:25:49.106Z\",\n            \"sortOrder\": 3\n        }\n    ]\n}"}],"_postman_id":"90b0ed17-3aac-4b7b-959a-37ab2fac7841"},{"name":"Get attribute set by name","id":"aa7b2474-3d38-45ba-bae8-0a30b8c4b7e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.pimberly.io/core/products/:primaryId/attribute-sets/:attribute_set_name","description":"<p>This endpoint returns information about the specified attribute set of the specified product.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["core","products",":primaryId","attribute-sets",":attribute_set_name"],"host":["api.pimberly.io"],"query":[],"variable":[{"id":"60faba6c-9ecb-47d8-a2ab-3d933a028f7a","description":{"content":"<p>Primary ID of the product whose attribute set you want to get</p>\n","type":"text/plain"},"type":"any","value":"","key":"primaryId"},{"id":"a3ecfc53-1dad-4e55-9517-d5e7ed3cd949","description":{"content":"<p>Name of the attribute set you want to get</p>\n","type":"text/plain"},"type":"any","value":"","key":"attribute_set_name"}]}},"response":[{"id":"b326642b-5433-4f1a-b52e-24baa9a5c221","name":"Get attribute set by name","originalRequest":{"method":"GET","header":[],"url":"https://api.pimberly.io/core/products/FINC_SHRT004_WHT_18S/attribute-sets/Basic Attributes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 15 Aug 2023 15:31:05 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"861"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"62fce77449ccd3001b067c4f\",\n    \"accountId\": \"62fce77449ccd3001b067c4e\",\n    \"name\": \"Basic Attributes\",\n    \"attributes\": [\n        {\n            \"shortName\": \"desc\",\n            \"name\": \"Description\",\n            \"type\": \"Plain Text\",\n            \"textInputType\": \"Short Text\",\n            \"inputType\": \"Regular\",\n            \"values\": \"\",\n            \"defaultValue\": \"\",\n            \"autoPopulateFilter\": \"\",\n            \"minLength\": \"\",\n            \"maxLength\": \"\",\n            \"specialFormat\": \"(no special format)\",\n            \"specialFormatRegex\": \"\",\n            \"accuracy\": \"\",\n            \"maxAssetSize\": \"\",\n            \"allowedExtensions\": \"\",\n            \"readOnly\": false,\n            \"hideLabel\": false,\n            \"isHidden\": false,\n            \"canLocalise\": true,\n            \"canScope\": true,\n            \"isHeritable\": false,\n            \"canOverride\": false,\n            \"isFaceted\": false,\n            \"locked\": true,\n            \"minValue\": null,\n            \"maxValue\": null,\n            \"*\": {\n                \"62fce77449ccd3001b067c53\": {\n                    \"defaultValue\": \"\"\n                }\n            },\n            \"masters\": [\n                \"latch\",\n                \"pimberly users\"\n            ],\n            \"sources\": [\n                \"any\"\n            ],\n            \"attributeMetadata\": {}\n        }\n    ],\n    \"_versionId\": \"f82781313469704b24edfe82cfb5d67585087e20\",\n    \"dateUpdated\": \"2023-01-06T16:03:19.594Z\",\n    \"sortOrder\": 1\n}"}],"_postman_id":"aa7b2474-3d38-45ba-bae8-0a30b8c4b7e2"}],"id":"90dffe85-c3e4-4c0a-9758-2884f600ff35","_postman_id":"90dffe85-c3e4-4c0a-9758-2884f600ff35","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}}},{"name":"Creating / Updating Products","item":[{"name":"Create a product","id":"b7a4620f-2aa5-42d5-b34a-aded427e8830","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"primaryId\": \"EXAMPLEPRODUCT001\",\n    \"schemaId\": \"62fce77449ccd3001b067c51\",\n    \"typeId\": \"Size\",\n    \"attributes\": {\n        \"desc\": \"Example description\",\n        \"size\": \"18S\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.pimberly.io/core/products","description":"<p>Create a new product in an account.</p>\n<h2 id=\"how-do-i-find-the-schema-id\">How do I find the Schema ID?</h2>\n<p>In Pimberly, navigate to <em><strong>Admin &gt; Schemas</strong></em> and click on the schema you would like to add the product to. In this page, the URL ends with .../pim/schemas/your-schema-id</p>\n<p>For example, in the following request, it would end .../pim/schemas/64d9f0dbf0eb2cf96419d91f</p>\n<h2 id=\"how-do-i-find-the-type-id\">How do I find the Type ID?</h2>\n<p>The Type ID is the same as the 'Product Type' value, e.g. 'SKU'.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["core","products"],"host":["api.pimberly.io"],"query":[],"variable":[]}},"response":[{"id":"1b4453d5-f4eb-42c4-868a-ac083618a409","name":"Create a product","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"primaryId\": \"EXAMPLEPRODUCT001\",\n    \"schemaId\": \"62fce77449ccd3001b067c51\",\n    \"typeId\": \"Size\",\n    \"attributes\": {\n        \"desc\": \"Example description\",\n        \"size\": \"18S\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.pimberly.io/core/products"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 16 Aug 2023 14:24:18 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"131"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"status\": \"success\",\n        \"message\": \"Created EXAMPLEPRODUCT001\",\n        \"primaryId\": \"EXAMPLEPRODUCT001\",\n        \"id\": \"64dcdc11a2490c016591bf46\"\n    }\n}"}],"_postman_id":"b7a4620f-2aa5-42d5-b34a-aded427e8830"},{"name":"Update product by Primary ID","id":"e65d19af-13d0-40e1-bea5-28c1e22d7646","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://api.pimberly.io/core/products/:primaryId","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["core","products",":primaryId"],"host":["api.pimberly.io"],"query":[{"disabled":true,"description":{"content":"<p><em><strong>Optional</strong></em> | <em>string</em> | <em>Default: None</em> | The scope in which to replace the attribute value. Can be specified either by Scope ID or scope name</p>\n","type":"text/plain"},"key":"scope","value":""},{"disabled":true,"description":{"content":"<p><em><strong>Optional</strong></em> | <em>string</em> | <em>Default: Default</em> | The locale in which the replace the attribute value. Can be specified either by Locale ID or locale name</p>\n","type":"text/plain"},"key":"locale","value":""}],"variable":[{"id":"161c18c0-7be7-4674-844d-b4250ef526db","description":{"content":"<p>Primary ID of the product that you want to update</p>\n","type":"text/plain"},"type":"any","value":"","key":"primaryId"}]}},"response":[{"id":"8a1080a4-bfbd-4c68-b79b-64f6752be042","name":"Update product by Primary ID","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"description\": \"Attribute updated by API\",\n    \"size\": \"18S\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.pimberly.io/core/products/EXAMPLEPRODUCT002"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Aug 2023 10:09:46 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"131"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"status\": \"success\",\n        \"message\": \"Updated EXAMPLEPRODUCT002\",\n        \"primaryId\": \"EXAMPLEPRODUCT002\",\n        \"id\": \"64ddf1befbb404017dcbf082\"\n    }\n}"},{"id":"951b95c3-46f1-4207-b6cf-f68d3230e0b2","name":"Update product by Primary ID in locale and scope","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"description\": \"Attribute updated by API\",\n    \"size\": \"18S\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.pimberly.io/core/products/EXAMPLEPRODUCT002?locale=French&scope=eBay","protocol":"https","host":["api.pimberly.io"],"path":["core","products","EXAMPLEPRODUCT002"],"query":[{"key":"locale","value":"French"},{"key":"scope","value":"eBay"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Aug 2023 10:12:08 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"131"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"status\": \"success\",\n        \"message\": \"Updated EXAMPLEPRODUCT002\",\n        \"primaryId\": \"EXAMPLEPRODUCT002\",\n        \"id\": \"64ddf1befbb404017dcbf082\"\n    }\n}"},{"id":"f825686b-98bf-4fe9-bb49-72f78610c447","name":"Update product by Primary ID in local and scope by IDs","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"description\": \"Attribute updated by API\",\n    \"size\": \"17S\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.pimberly.io/core/products/EXAMPLEPRODUCT002?locale=62fe082b43d99c0018731b26&scope=62fe1253ce92140012a6a66e","protocol":"https","host":["api.pimberly.io"],"path":["core","products","EXAMPLEPRODUCT002"],"query":[{"key":"locale","value":"62fe082b43d99c0018731b26"},{"key":"scope","value":"62fe1253ce92140012a6a66e"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Aug 2023 10:15:45 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"131"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"status\": \"success\",\n        \"message\": \"Updated EXAMPLEPRODUCT002\",\n        \"primaryId\": \"EXAMPLEPRODUCT002\",\n        \"id\": \"64ddf1befbb404017dcbf082\"\n    }\n}"}],"_postman_id":"e65d19af-13d0-40e1-bea5-28c1e22d7646"},{"name":"Replace attribute by attribute name","id":"b085f51e-cad0-4d26-8d75-56c0fb2e2e60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://api.pimberly.io/core/products/:primaryId/attributes/:attribute_name","description":"<p>This request will replace the value of the specified attribute with the string provided in the request body.</p>\n<blockquote>\n<p><em>Note: although the request body should only contain a text string, the</em> <code>Content-Type</code> <em>must still be</em> <code>application/json</code><em>. In the event that you send, for example,</em> <code>text/plain</code><em>, you will still recieve a</em> <code>200 OK</code> <em>response but with a 'product not modified' message.</em></p>\n</blockquote>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["core","products",":primaryId","attributes",":attribute_name"],"host":["api.pimberly.io"],"query":[{"disabled":true,"description":{"content":"<p><em><strong>Optional</strong></em> | <em>string</em> | <em>Default: None</em> | The scope in which to replace the attribute value. Can be specified either by Scope ID or scope name</p>\n","type":"text/plain"},"key":"scope","value":""},{"disabled":true,"description":{"content":"<p><em><strong>Optional</strong></em> | <em>string</em> | <em>Default: Default</em> | The locale in which the replace the attribute value. Can be specified either by Locale ID or locale name</p>\n","type":"text/plain"},"key":"locale","value":""}],"variable":[{"id":"6f3ae691-607c-49b2-aa13-26d68bf9341a","description":{"content":"<p>Primary ID of the product whose attribute you want to replace</p>\n","type":"text/plain"},"type":"any","value":"","key":"primaryId"},{"id":"42b8f679-76cd-4835-9d00-bb0c7c1f354c","description":{"content":"<p>Name of the attribute that you want to replace</p>\n","type":"text/plain"},"type":"any","value":"","key":"attribute_name"}]}},"response":[{"id":"99c69482-b14e-4cc1-8724-08216dc3c08c","name":"Replace attribute by attribute name","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"\"16S\"","options":{"raw":{"language":"json"}}},"url":"https://api.pimberly.io/core/products/EXAMPLEPRODUCT001/attributes/size"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Aug 2023 09:21:12 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"122"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Updated EXAMPLEPRODUCT001\",\n    \"primaryId\": \"EXAMPLEPRODUCT001\",\n    \"id\": \"64dcdc11a2490c016591bf46\"\n}"},{"id":"12e681d9-437c-44f8-85b4-b06e98f385ce","name":"Replace attribute by attribute name in locale and scope","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"\"Description for German locale in the Amazon scope\"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.pimberly.io/core/products/EXAMPLEPRODUCT001/attributes/desc?locale=German&scope=Amazon","protocol":"https","host":["api.pimberly.io"],"path":["core","products","EXAMPLEPRODUCT001","attributes","desc"],"query":[{"key":"locale","value":"German"},{"key":"scope","value":"Amazon"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Aug 2023 09:26:22 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"122"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Updated EXAMPLEPRODUCT001\",\n    \"primaryId\": \"EXAMPLEPRODUCT001\",\n    \"id\": \"64dcdc11a2490c016591bf46\"\n}"},{"id":"e9586b80-6af7-4046-a6d9-0a40e0a4169a","name":"Using text/plain instead of application/json","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"\"16S\"","options":{"raw":{"language":"text"}}},"url":"https://api.pimberly.io/core/products/EXAMPLEPRODUCT001/attributes/size"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Aug 2023 09:58:58 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"111"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"Product not modified\",\n    \"primaryId\": \"EXAMPLEPRODUCT001\",\n    \"id\": \"64dcdc11a2490c016591bf46\"\n}"}],"_postman_id":"b085f51e-cad0-4d26-8d75-56c0fb2e2e60"}],"id":"a0d6579b-9bd5-46f0-b28b-08cfb84f1389","_postman_id":"a0d6579b-9bd5-46f0-b28b-08cfb84f1389","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}}},{"name":"Lifecycles","item":[{"name":"Get product lifecycle stages","id":"53428872-77a6-4dce-a24e-39899772ae75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.pimberly.io/core/products/:primaryId/lifecycle","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["core","products",":primaryId","lifecycle"],"host":["api.pimberly.io"],"query":[],"variable":[{"id":"388baef0-0ffb-442b-a235-05a500629fac","description":{"content":"<p>Primary ID of the product whose lifecycle you want to get</p>\n","type":"text/plain"},"type":"any","value":"","key":"primaryId"}]}},"response":[{"id":"6e2c2454-c7e1-44de-81fc-87134ca552a4","name":"Get product lifecycle stages","originalRequest":{"method":"GET","header":[],"url":"https://api.pimberly.io/core/products/FINC_SHRT004_WHT_18S/lifecycle"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 15 Aug 2023 15:31:48 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1121"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"count\": 4,\n    \"data\": [\n        {\n            \"name\": \"Concept \",\n            \"id\": \"62fce77449ccd3001b067c54\",\n            \"allowRelease\": false,\n            \"requirements\": []\n        },\n        {\n            \"name\": \"Marketing \",\n            \"id\": \"62fe06e009c2f6235c000005\",\n            \"description\": \"Marketing Description (Default) isn't blank \\nMarketing Description (French ) isn't blank \\nMarketing Description (German) isn't blank \",\n            \"requirements\": [\n                {\n                    \"propertyName\": \"marketingDescription\",\n                    \"propertyComparator\": \"isNotBlank\",\n                    \"propertyScopeIds\": [\n                        \"*\"\n                    ],\n                    \"propertyLocaleIds\": [\n                        \"62fce77449ccd3001b067c53\"\n                    ]\n                },\n                {\n                    \"propertyName\": \"marketingDescription\",\n                    \"propertyComparator\": \"isNotBlank\",\n                    \"propertyScopeIds\": [\n                        \"*\"\n                    ],\n                    \"propertyLocaleIds\": [\n                        \"62fe081dce92140012a6a628\"\n                    ]\n                },\n                {\n                    \"propertyName\": \"marketingDescription\",\n                    \"propertyComparator\": \"isNotBlank\",\n                    \"propertyScopeIds\": [\n                        \"*\"\n                    ],\n                    \"propertyLocaleIds\": [\n                        \"62fe082b43d99c0018731b26\"\n                    ]\n                }\n            ]\n        },\n        {\n            \"name\": \"Studio\",\n            \"id\": \"62fe06e409c2f6235c000006\",\n            \"requirements\": [\n                {\n                    \"propertyName\": \"defaultImage\",\n                    \"propertyComparator\": \"sizeGte\",\n                    \"propertyScopeIds\": [\n                        \"*\"\n                    ],\n                    \"propertyLocaleIds\": [\n                        \"62fce77449ccd3001b067c53\"\n                    ],\n                    \"propertyValue\": \"1\"\n                }\n            ]\n        },\n        {\n            \"name\": \"Ready for Release \",\n            \"id\": \"62fe070309c2f6235c000007\",\n            \"allowRelease\": true,\n            \"requirements\": []\n        }\n    ]\n}"}],"_postman_id":"53428872-77a6-4dce-a24e-39899772ae75"},{"name":"Get product lifecycle stage by Lifecycle ID","id":"d07b96b5-43ba-42c6-ae57-3c787def721a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.pimberly.io/core/products/:primaryId/lifecycle/:lifecycle_id","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["core","products",":primaryId","lifecycle",":lifecycle_id"],"host":["api.pimberly.io"],"query":[],"variable":[{"id":"02e4edef-592f-414b-a4d9-354f67d408d0","description":{"content":"<p>Primary ID of the product whose lifecycle you want to get</p>\n","type":"text/plain"},"type":"any","value":"","key":"primaryId"},{"id":"5ead9054-2f25-4df9-9481-ed6dfbf689f9","description":{"content":"<p>Lifecycle ID of the lifecycle you want to get</p>\n","type":"text/plain"},"type":"any","value":"","key":"lifecycle_id"}]}},"response":[{"id":"c876db22-bae4-458a-b1a6-3107a02a0e00","name":"Get product lifecycle stage","originalRequest":{"method":"GET","header":[],"url":"https://api.pimberly.io/core/products/FINC_SHRT004_WHT_18S/lifecycle/62fe06e009c2f6235c000005"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 15 Aug 2023 15:32:34 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"666","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"Marketing \",\n    \"id\": \"62fe06e009c2f6235c000005\",\n    \"description\": \"Marketing Description (Default) isn't blank \\nMarketing Description (French ) isn't blank \\nMarketing Description (German) isn't blank \",\n    \"requirements\": [\n        {\n            \"propertyName\": \"marketingDescription\",\n            \"propertyComparator\": \"isNotBlank\",\n            \"propertyScopeIds\": [\n                \"*\"\n            ],\n            \"propertyLocaleIds\": [\n                \"62fce77449ccd3001b067c53\"\n            ]\n        },\n        {\n            \"propertyName\": \"marketingDescription\",\n            \"propertyComparator\": \"isNotBlank\",\n            \"propertyScopeIds\": [\n                \"*\"\n            ],\n            \"propertyLocaleIds\": [\n                \"62fe081dce92140012a6a628\"\n            ]\n        },\n        {\n            \"propertyName\": \"marketingDescription\",\n            \"propertyComparator\": \"isNotBlank\",\n            \"propertyScopeIds\": [\n                \"*\"\n            ],\n            \"propertyLocaleIds\": [\n                \"62fe082b43d99c0018731b26\"\n            ]\n        }\n    ]\n}"}],"_postman_id":"d07b96b5-43ba-42c6-ae57-3c787def721a"},{"name":"Update lifecycle stage by Primary ID","id":"1fbc17f7-c372-47a5-bd59-32c3c05fb348","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"lifecycleStage\": \"64db3b92a650fe336800000a\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.pimberly.io/core/products/:primaryId/lifecycle","description":"<p>Update the specified product's lifecycle stage to the value supplied within a JSON object in the request's body. An example body can be seen below.</p>\n<h2 id=\"how-do-i-find-a-lifecycle-stages-id\">How do I find a lifecycle stage's ID?</h2>\n<p>There are two ways to access a lifecycle stage's ID.</p>\n<h4 id=\"via-the-api\">Via the API:</h4>\n<p>You can find the IDs of a product's lifecycle stages by calling the <code>Get product lifecycle stages</code> request with the product's Primary ID.</p>\n<h4 id=\"in-pimberly\">In Pimberly:</h4>\n<p>Navigate to <em><strong>Admin &gt; Lifecycles</strong></em> and click on the lifecycle you would like to get the details for. On this page, the URL ends with .../pim/lifecycles/your-lifecycle-id</p>\n<p>For example, in the following request, it would end .../pim/lifecycles/64db3b92a650fe336800000a</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["core","products",":primaryId","lifecycle"],"host":["api.pimberly.io"],"query":[],"variable":[{"id":"efcecc3a-0cda-4ebb-a682-b64f8b7f02f8","description":{"content":"<p>Primary ID of the product whose lifecycle you want to update</p>\n","type":"text/plain"},"type":"any","value":"","key":"primaryId"}]}},"response":[{"id":"de690137-c863-40b7-aa97-de721d64bc61","name":"Update lifecycle stage by Primary ID","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"lifecycleStage\": \"62fe06e009c2f6235c000005\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.pimberly.io/core/products/FINC_SHRT004_WHT_18S/lifecycle"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Aug 2023 12:17:33 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"121"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Updated FINC_SHRT004_WHT_18S\",\n    \"primaryId\": \"FINC_SHRT004_WHT_18S\",\n    \"lifecycle\": \"Marketing \"\n}"}],"_postman_id":"1fbc17f7-c372-47a5-bd59-32c3c05fb348"}],"id":"e6a5b8c0-24a3-45e3-85c0-fe722b6151b7","_postman_id":"e6a5b8c0-24a3-45e3-85c0-fe722b6151b7","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}}},{"name":"Feeds","item":[{"name":"Get source feeds by Primary ID [Not yet available]","id":"b7ec5182-c660-47e0-b0db-c130cc5d03d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.pimberly.io/core/products/:primaryId/feeds","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["core","products",":primaryId","feeds"],"host":["api.pimberly.io"],"query":[],"variable":[{"id":"f392e5f7-6cfe-4b6e-a18b-b058279b3038","description":{"content":"<p>Primary ID of the product whose source feeds you want to get</p>\n","type":"text/plain"},"type":"any","value":"","key":"primaryId"}]}},"response":[],"_postman_id":"b7ec5182-c660-47e0-b0db-c130cc5d03d6"},{"name":"Get source feed details by Primary ID and Feed ID [Not yet available]","id":"3b8a995c-e466-40e3-b845-9f82d56c442d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.pimberly.io/core/products/:primaryId/feeds/:feed_id","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["core","products",":primaryId","feeds",":feed_id"],"host":["api.pimberly.io"],"query":[],"variable":[{"id":"96ba77e8-0d64-4d6b-9425-65eb6eab8547","description":{"content":"<p>Primary ID of the product whose source feed you want to get details of</p>\n","type":"text/plain"},"type":"any","value":"","key":"primaryId"},{"id":"3ac58f43-3e04-48f5-bc61-93b3ba6a3f8b","description":{"content":"<p>Feed ID for the source feed you want to get details of</p>\n","type":"text/plain"},"type":"any","value":"","key":"feed_id"}]}},"response":[],"_postman_id":"3b8a995c-e466-40e3-b845-9f82d56c442d"}],"id":"edec6c52-0c33-44c4-acb0-64a4691d7f82","description":"<h2 id=\"these-endpoints-are-not-yet-available\">These endpoints are not yet available</h2>\n","_postman_id":"edec6c52-0c33-44c4-acb0-64a4691d7f82","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}}},{"name":"Workflow","item":[{"name":"Get product change requests [Not yet available]","id":"ac84c3d5-1e8f-4d0a-bd88-adbee565121d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.pimberly.io/core/products/:primaryId/change-requests","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["core","products",":primaryId","change-requests"],"host":["api.pimberly.io"],"query":[],"variable":[{"id":"1942317e-fe3b-44bd-b960-dbd8e7530413","description":{"content":"<p>Primary ID of the product whose change requests you want to get</p>\n","type":"text/plain"},"type":"any","value":"","key":"primaryId"}]}},"response":[],"_postman_id":"ac84c3d5-1e8f-4d0a-bd88-adbee565121d"},{"name":"Get product change requests by ID [Not yet available]","id":"b017e46a-fc54-43fc-8fe2-ce8f4cc697d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.pimberly.io/core/products/:primaryId/change-requests/:change_request_id","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["core","products",":primaryId","change-requests",":change_request_id"],"host":["api.pimberly.io"],"query":[],"variable":[{"id":"562daf99-4f8c-435e-ba25-0408928e4b3c","description":{"content":"<p>Primary ID of the product whose change request you want to get</p>\n","type":"text/plain"},"type":"any","value":"","key":"primaryId"},{"id":"ca3b89f2-12cb-4b26-86ea-1e3f430614b5","description":{"content":"<p>ID of the change request you want to get</p>\n","type":"text/plain"},"type":"any","value":"","key":"change_request_id"}]}},"response":[],"_postman_id":"b017e46a-fc54-43fc-8fe2-ce8f4cc697d7"}],"id":"bef6c7c9-b245-42c6-836d-7e6594e0218f","description":"<h2 id=\"these-endpoints-are-not-yet-available\">These endpoints are not yet available</h2>\n","_postman_id":"bef6c7c9-b245-42c6-836d-7e6594e0218f","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}}},{"name":"Removing Content","item":[{"name":"Delete product by Primary ID","id":"1513f685-73e4-4abf-9067-f85f2654feac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.pimberly.io/core/products/:primaryId","description":"<p>This endpoint deletes the specified product.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["core","products",":primaryId"],"host":["api.pimberly.io"],"query":[],"variable":[{"id":"db816d41-d33b-4616-a357-10637b656d48","description":{"content":"<p>Primary ID of the product that you want to delete</p>\n","type":"text/plain"},"type":"any","value":"","key":"primaryId"}]}},"response":[],"_postman_id":"1513f685-73e4-4abf-9067-f85f2654feac"},{"name":"Delete attribute by attribute name","id":"52abffab-f6cf-4307-8624-7d823ccecee5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.pimberly.io/core/products/:primaryId/attributes/:attribute_name","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["core","products",":primaryId","attributes",":attribute_name"],"host":["api.pimberly.io"],"query":[],"variable":[{"id":"b22b5953-1db0-4ca9-94c2-f0a1cc909aeb","description":{"content":"<p>Primary ID of the product whose attribute you want to delete</p>\n","type":"text/plain"},"type":"any","value":"","key":"primaryId"},{"id":"b2893bd9-1eae-46b3-b027-f7ee3c3806a0","description":{"content":"<p>Name of the attribute you want to delete</p>\n","type":"text/plain"},"type":"any","value":"","key":"attribute_name"}]}},"response":[],"_postman_id":"52abffab-f6cf-4307-8624-7d823ccecee5"}],"id":"84d2e351-eaef-4686-894c-5e3878eb3be4","_postman_id":"84d2e351-eaef-4686-894c-5e3878eb3be4","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}}}],"id":"2ba3a6bf-53a4-4f15-b7cb-4e0abdb86822","_postman_id":"2ba3a6bf-53a4-4f15-b7cb-4e0abdb86822","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}}},{"name":"Asset API","item":[{"name":"Upload new asset","id":"c5e697bb-0a01-4931-bbb8-a3407300a250","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","description":"<p>File to be uploaded</p>\n","type":"file","value":null}]},"url":"https://api.pimberly.io/core/assets","description":"<p>This endpoint will upload an image to Pimberly's DAM.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["core","assets"],"host":["api.pimberly.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"c5e697bb-0a01-4931-bbb8-a3407300a250"},{"name":"Add tags to asset by asset slug","id":"4be1d22f-cfe0-4902-bd6b-e0ef50debc31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"text\": \"example tag\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.pimberly.io/core/assets/:asset_slug/tags","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["core","assets",":asset_slug","tags"],"host":["api.pimberly.io"],"query":[],"variable":[{"id":"eb1f9674-77c3-4f9e-9b19-dea1ad4521cf","description":{"content":"<p>Slug of the asset you want to add a tag to</p>\n","type":"text/plain"},"type":"any","value":"","key":"asset_slug"}]}},"response":[],"_postman_id":"4be1d22f-cfe0-4902-bd6b-e0ef50debc31"},{"name":"Add comment to asset by slug","id":"5887f10e-b3e7-4d43-ab09-431a0d7f8871","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"text\": \"example comment\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.pimberly.io/core/assets/:asset_slug/comments","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["core","assets",":asset_slug","comments"],"host":["api.pimberly.io"],"query":[],"variable":[{"id":"df74c318-dbf9-42e0-b10a-6d2d75dfa63f","description":{"content":"<p>Slug of the asset you want to add a comment to</p>\n","type":"text/plain"},"type":"any","value":"","key":"asset_slug"}]}},"response":[],"_postman_id":"5887f10e-b3e7-4d43-ab09-431a0d7f8871"},{"name":"Delete tag via asset slug","id":"efadf0ba-71f0-48dd-b9fc-33ba6e424cdc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"text\": \"example tag\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.pimberly.io/core/assets/:asset_slug/tags","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["core","assets",":asset_slug","tags"],"host":["api.pimberly.io"],"query":[],"variable":[{"id":"18177946-86ea-455b-9ddd-1305cb81b91f","description":{"content":"<p>Slug of the asset whose tag you want to delete</p>\n","type":"text/plain"},"type":"any","value":"","key":"asset_slug"}]}},"response":[],"_postman_id":"efadf0ba-71f0-48dd-b9fc-33ba6e424cdc"},{"name":"New Request","id":"64ada38b-be76-41d5-a928-4853ab01d71a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"64ada38b-be76-41d5-a928-4853ab01d71a"}],"id":"be76ee29-2dcb-49e7-9028-bc89f900259d","_postman_id":"be76ee29-2dcb-49e7-9028-bc89f900259d","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}}},{"name":"Webhooks API","item":[{"name":"Get all webhooks","id":"8703912a-b85e-410b-b553-f6ea5405fbcf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://webhooks-api.eu-west-1.service.pimberly.com/webhooks","description":"<p>This endpoint returns all webhooks associated with the API Key that was supplied for authentication.</p>\n<h2 id=\"potential-responses\">Potential Responses</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Response</strong></th>\n<th><strong>Meaning</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>200 OK</td>\n<td>Success - all webhooks returned</td>\n</tr>\n<tr>\n<td>401 Unauthorized</td>\n<td>Authentication failed</td>\n</tr>\n<tr>\n<td>404 Not Found</td>\n<td>There are no webhooks associated with the supplied API Key</td>\n</tr>\n<tr>\n<td>500 Internal Server Error</td>\n<td>Server encountered an error</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["webhooks"],"host":["webhooks-api.eu-west-1.service.pimberly.com"],"query":[],"variable":[]}},"response":[{"id":"3a534650-8618-45f7-be0b-48a2ba66730d","name":"Get all webhooks","originalRequest":{"method":"GET","header":[],"url":"https://webhooks-api.eu-west-1.service.pimberly.com/webhooks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Aug 2023 13:22:28 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"339"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"name\": \"example-webhook\",\n        \"enabled\": true,\n        \"url\": \"https://example.com\",\n        \"headers\": {\n            \"x-optional-header\": \"example-value\"\n        },\n        \"trigger\": \"products\",\n        \"actions\": [\n            \"create\",\n            \"update\"\n        ],\n        \"secret\": \"optional-secret\",\n        \"email\": \"optional-email@example.com\",\n        \"failCount\": 0,\n        \"dateCreated\": \"2023-08-17T13:18:11.515Z\",\n        \"dateUpdated\": \"2023-08-17T13:18:11.515Z\"\n    }\n]"}],"_postman_id":"8703912a-b85e-410b-b553-f6ea5405fbcf"},{"name":"Get webhook by name","id":"c59e15e7-3183-4eb2-8278-a73ff85298e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://webhooks-api.eu-west-1.service.pimberly.com/webhooks/:webhook_name","description":"<p>This endpoint returns information about the specified webhook.</p>\n<h2 id=\"potential-responses\">Potential Responses</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Response</strong></th>\n<th><strong>Meaning</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>200 OK</td>\n<td>Success - all webhooks returned</td>\n</tr>\n<tr>\n<td>401 Unauthorized</td>\n<td>Authentication failed</td>\n</tr>\n<tr>\n<td>404 Not Found</td>\n<td>No webhook with this name is associated with the supplied API Key</td>\n</tr>\n<tr>\n<td>500 Internal Server Error</td>\n<td>Server encountered an error</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["webhooks",":webhook_name"],"host":["webhooks-api.eu-west-1.service.pimberly.com"],"query":[],"variable":[{"description":{"content":"<p>Name of the webhook you want to get</p>\n","type":"text/plain"},"type":"any","value":"","key":"webhook_name"}]}},"response":[{"id":"c7403488-a5fb-4549-b555-10e2d31f99ce","name":"Get webhook by name","originalRequest":{"method":"GET","header":[],"url":"https://webhooks-api.eu-west-1.service.pimberly.com/webhooks/example-webhook"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Aug 2023 13:22:48 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"337"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"example-webhook\",\n    \"enabled\": true,\n    \"url\": \"https://example.com\",\n    \"headers\": {\n        \"x-optional-header\": \"example-value\"\n    },\n    \"trigger\": \"products\",\n    \"actions\": [\n        \"create\",\n        \"update\",\n        \"delete\"\n    ],\n    \"secret\": \"optional-secret\",\n    \"email\": \"optional-email@example.com\",\n    \"failCount\": 0,\n    \"dateCreated\": \"2023-08-17T13:18:11.515Z\",\n    \"dateUpdated\": \"2023-08-17T13:18:11.515Z\"\n}"}],"_postman_id":"c59e15e7-3183-4eb2-8278-a73ff85298e3"},{"name":"Create a new webhook","id":"6671a85e-e0f2-460b-86ea-183d57838dd7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"example-webhook\",\n    \"enabled\": true,\n    \"trigger\": \"products\",\n    \"actions\": [\"create\", \"update\"],\n    \"url\": \"https://example.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://webhooks-api.eu-west-1.service.pimberly.com/webhooks","description":"<p>This endpoint will create a new webhook based on the values provided in a JSON object in the request body. The following table explains each field, and an example JSON body can be seen below.</p>\n<h2 id=\"webhook-fields\">Webhook Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td><em><strong>Required</strong></em><strong>.</strong> Name of the webhook. Lowercase and dashes only, with a minimum of 3 and maximum of 256 characters.</td>\n</tr>\n<tr>\n<td>enabled</td>\n<td><em><strong>Required</strong></em><strong>.</strong> <code>true</code> / <code>false</code> flag to enable or disable the webhook.</td>\n</tr>\n<tr>\n<td>trigger</td>\n<td><em><strong>Required</strong></em><strong>.</strong> The trigger should always be set to <code>products</code>.</td>\n</tr>\n<tr>\n<td>actions</td>\n<td><em><strong>Required</strong></em><strong>.</strong> An array of activity types to react to, where valid values are <code>create</code> and <code>update</code>.</td>\n</tr>\n<tr>\n<td>url</td>\n<td><em><strong>Required</strong></em><strong>.</strong> The URL to which the webhook will <code>POST</code> the data when triggered.</td>\n</tr>\n<tr>\n<td>headers</td>\n<td><em><strong>Optional</strong></em><strong>.</strong> An object containing header keys and values. Keys must have a <code>x-</code> prefix, and values must be strings, e.g. <code>{ \"x-optional-header\": \"example-value\" }</code></td>\n</tr>\n<tr>\n<td>secret</td>\n<td><em><strong>Optional</strong></em><strong>.</strong> A secret string which Pimberly will use to generate a SHA1 HMAC hash. See the <strong>Auth &amp; Security</strong> section at the start of the Webhooks API folder for more info.</td>\n</tr>\n<tr>\n<td>email</td>\n<td><em><strong>Optional</strong></em><strong>.</strong></td>\n</tr>\n<tr>\n<td>productFilter</td>\n<td><em><strong>Optional.</strong></em> Restrict which products trigger the webhook based on product attributes, category ID or schema classification.  <br />For example, a webhook with a filter of <code>\"attributeData.\\*.colour\": \"Red\"</code> would only run if the product's <code>colour</code> attribute was set to \"Red\".</td>\n</tr>\n<tr>\n<td>outputFormat</td>\n<td><em><strong>Optional.</strong></em> <code>flat</code> / <code>hierarchy</code> / <code>all</code>. <code>hierarchy</code> is the default and outputs a nested structure containing attribute values. <code>flat</code> outputs a flattened list of attributes. <code>all</code> returns both.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"potential-responses\">Potential Responses</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Response</strong></th>\n<th><strong>Meaning</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>201 Created</td>\n<td>Success - created the webhook</td>\n</tr>\n<tr>\n<td>400 Bad Request</td>\n<td>Unable to parse the JSON body</td>\n</tr>\n<tr>\n<td>401 Unauthorized</td>\n<td>Authentication failed</td>\n</tr>\n<tr>\n<td>403 Forbidden</td>\n<td>User has exceeded the maximum number of hooks</td>\n</tr>\n<tr>\n<td>409 Conflict</td>\n<td>A hook with the same name is already associated with the provided API Key</td>\n</tr>\n<tr>\n<td>422 Unprocessable Content</td>\n<td>Hook validation failed</td>\n</tr>\n<tr>\n<td>500 Internal Server Error</td>\n<td>Server encountered an error</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["webhooks"],"host":["webhooks-api.eu-west-1.service.pimberly.com"],"query":[],"variable":[]}},"response":[{"id":"e55f5157-0ac2-4954-990e-98f7f64cd49a","name":"Create a new webhook","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"example-webhook\",\n    \"enabled\": true,\n    \"trigger\": \"products\",\n    \"actions\": [\n        \"create\",\n        \"update\"\n    ],\n    \"url\": \"https://example.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://webhooks-api.eu-west-1.service.pimberly.com/webhooks"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Aug 2023 13:18:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"337"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"example-webhook\",\n    \"enabled\": true,\n    \"url\": \"https://example.com\",\n    \"headers\": {\n        \"x-optional-header\": \"example-value\"\n    },\n    \"trigger\": \"products\",\n    \"actions\": [\n        \"create\",\n        \"update\"\n    ],\n    \"secret\": \"optional-secret\",\n    \"email\": \"optional-email@example.com\",\n    \"failCount\": 0,\n    \"dateCreated\": \"2023-08-17T13:18:11.515Z\",\n    \"dateUpdated\": \"2023-08-17T13:18:11.515Z\"\n}"}],"_postman_id":"6671a85e-e0f2-460b-86ea-183d57838dd7"},{"name":"Trigger webhook by name","id":"dfed0be5-9e1c-44cc-b220-15243b15a5bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://webhooks-api.eu-west-1.service.pimberly.com/webhooks/:webhook_name/ping","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["webhooks",":webhook_name","ping"],"host":["webhooks-api.eu-west-1.service.pimberly.com"],"query":[],"variable":[{"description":{"content":"<p>Name of the webhook you want to trigger</p>\n","type":"text/plain"},"type":"any","value":"","key":"webhook_name"}]}},"response":[{"id":"32f523f2-93de-4ec6-abb0-33397774e16d","name":"Trigger webhook by name","originalRequest":{"method":"POST","header":[],"url":"https://webhooks-api.eu-west-1.service.pimberly.com/webhooks/example-webhook/ping"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Aug 2023 13:18:37 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"376"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"example-webhook\",\n    \"enabled\": true,\n    \"url\": \"https://example.com\",\n    \"headers\": {\n        \"x-optional-header\": \"example-value\"\n    },\n    \"trigger\": \"products\",\n    \"actions\": [\n        \"create\",\n        \"update\",\n        \"delete\"\n    ],\n    \"secret\": \"optional-secret\",\n    \"email\": \"optional-email@example.com\",\n    \"failCount\": 0,\n    \"dateCreated\": \"2023-08-17T13:18:11.515Z\",\n    \"dateUpdated\": \"2023-08-17T13:18:11.515Z\",\n    \"hook\": {\n        \"success\": true,\n        \"response\": 200\n    }\n}"}],"_postman_id":"dfed0be5-9e1c-44cc-b220-15243b15a5bb"},{"name":"Update existing webhook by name","id":"c6f70ee7-6e03-4f10-8cc0-d206cc96e2fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"example-webhook\",\n    \"enabled\": true,\n    \"trigger\": \"products\",\n    \"actions\": [\"create\", \"update\"],\n    \"url\": \"https://example.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://webhooks-api.eu-west-1.service.pimberly.com/webhooks/:webhook_name","description":"<p>This endpoint will update the specified webhook with the values provided in a JSON object in the request's body. The fields for this JSON object follow the same specification as for creating a webhook.</p>\n<h2 id=\"webhook-fields\">Webhook Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td><em><strong>Required</strong></em><strong>.</strong> Name of the webhook. Lowercase and dashes only, with a minimum of 3 and maximum of 256 characters.</td>\n</tr>\n<tr>\n<td>enabled</td>\n<td><em><strong>Required</strong></em><strong>.</strong> <code>true</code> / <code>false</code> flag to enable or disable the webhook.</td>\n</tr>\n<tr>\n<td>trigger</td>\n<td><em><strong>Required</strong></em><strong>.</strong> The trigger should always be set to <code>products</code>.</td>\n</tr>\n<tr>\n<td>actions</td>\n<td><em><strong>Required</strong></em><strong>.</strong> An array of activity types to react to, where valid values are <code>create</code> and <code>update</code>.</td>\n</tr>\n<tr>\n<td>url</td>\n<td><em><strong>Required</strong></em><strong>.</strong> The URL to which the webhook will <code>POST</code> the data when triggered.</td>\n</tr>\n<tr>\n<td>headers</td>\n<td><em><strong>Optional</strong></em><strong>.</strong> An object containing header keys and values. Keys must have a <code>x-</code> prefix, and values must be strings.</td>\n</tr>\n<tr>\n<td>secret</td>\n<td><em><strong>Optional</strong></em><strong>.</strong> A secret string which Pimberly will use to generate a SHA1 HMAC hash. See the <strong>Auth &amp; Security</strong> section at the start of the Webhooks API folder for more info.</td>\n</tr>\n<tr>\n<td>email</td>\n<td><em><strong>Optional</strong></em><strong>.</strong></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"potential-responses\">Potential Responses</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Response</strong></th>\n<th><strong>Meaning</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>201 Created</td>\n<td>Success - created the webhook</td>\n</tr>\n<tr>\n<td>400 Bad Request</td>\n<td>Unable to parse the JSON body</td>\n</tr>\n<tr>\n<td>401 Unauthorized</td>\n<td>Authentication failed</td>\n</tr>\n<tr>\n<td>409 Conflict</td>\n<td>A hook with the same name is already associated with the provided API Key</td>\n</tr>\n<tr>\n<td>422 Unprocessable Content</td>\n<td>Hook validation failed</td>\n</tr>\n<tr>\n<td>500 Internal Server Error</td>\n<td>Server encountered an error</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["webhooks",":webhook_name"],"host":["webhooks-api.eu-west-1.service.pimberly.com"],"query":[],"variable":[{"description":{"content":"<p>Name of the webhook you want to update</p>\n","type":"text/plain"},"type":"any","value":"","key":"webhook_name"}]}},"response":[],"_postman_id":"c6f70ee7-6e03-4f10-8cc0-d206cc96e2fa"},{"name":"Delete webhook by name","id":"ed0fe076-9e8b-4116-b6bc-ad76b9932bd5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://webhooks-api.eu-west-1.service.pimberly.com/webhooks/:webhook_name","description":"<p>This endpoint will delete the specified webhook.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["webhooks",":webhook_name"],"host":["webhooks-api.eu-west-1.service.pimberly.com"],"query":[],"variable":[{"description":{"content":"<p>Name of the webhook you want to delete</p>\n","type":"text/plain"},"type":"any","value":"","key":"webhook_name"}]}},"response":[{"id":"b6baf4c8-69fd-4296-a2f6-d60af0eec701","name":"Delete webhook by name","originalRequest":{"method":"DELETE","header":[],"url":"https://webhooks-api.eu-west-1.service.pimberly.com/webhooks/example-webhook"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Aug 2023 13:23:28 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"0"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ed0fe076-9e8b-4116-b6bc-ad76b9932bd5"}],"id":"3aba35c0-2a92-480a-a12f-036a4c1c6fe0","description":"<p>Webhooks enable developers build event driven integrations to Pimberly. Developers can use the Webhooks API to subscribe to particular event types. Once subscribed, the Pimberly Webhooks Service will make a POST request to the subscribed URL with details of the event each time it occurs.</p>\n<p>For example, a developer can set up a webhook that is triggered every time a product is updated. Pimberly will then POST the details of that update, including the changed attributes and the user/feed that triggered them to the subscribed URL (specified on creation of the webhook). The developer could then use this to update the content on a webstore.</p>\n<p>Webhooks are the preferred method of notifying downstream systems of changes to product data and are more efficient and fault tolerant than polling a channel with GET requests.</p>\n<h2 id=\"events\">Events</h2>\n<p>Webhooks can be triggered on any of the following event types: <code>create</code>, <code>update</code></p>\n<p>Event data that is sent to registered Webhooks is identical to the format of each event in the array returned by <code>https://pimber.ly/api/v2.2/products/activity</code>. We recommend making a call to this endpoint to validate the format of event data for the particular Pimberly account you are working with.</p>\n<h2 id=\"api-endpoints\">API Endpoints</h2>\n<blockquote>\n<p><em>Note: All endpoints require the</em> <code>Authorization</code> <em>header to be set. This header should be set with a valid API Key associated with a Pimberly Feed or Channel.</em> </p>\n</blockquote>\n<h4 id=\"eu-production\">EU Production</h4>\n<p>For customers accessing Pimberly via <strong>indigo.pimberly.com</strong>, <strong>app.pimberly.com</strong> or <strong>pimber.ly</strong>:<br /><code>https://webhooks-api.eu-west-1.service.pimberly.com/webhooks</code></p>\n<h4 id=\"eu-sandbox\">EU Sandbox</h4>\n<p>For customers with access to our Sandbox environment at <strong>sandbox‑indigo.pimberly.com</strong> or <strong>sandbox.pimberly.com</strong>:</p>\n<p><code>https://webhooks-api.eu-west-1.service.sandbox.pimberly.com/webhooks</code></p>\n<h4 id=\"us-production\">US Production</h4>\n<p>For customers accessing Pimberly via <strong>app.us.pimberly.com</strong>:</p>\n<p><code>https://webhooks-api.us-east-2.service.pimberly.com/webhooks</code></p>\n<h2 id=\"auth--security\">Auth &amp; Security</h2>\n<p>All API requests require an Authentication header. The Authentication header content must contain a valid Access Token. The header can be sent on its own, or can be preceeded with <code>Bearer</code>.</p>\n<p>When creating or updating a webhook, you can set a <code>secret</code> field. If this field is set, then we set the <code>X-Pimberly-Signature</code> header in the <code>POST</code> request. This will contain the HMAC Hex Digest of the response body, using the provided secret as the HMAC key. This header can then be used to verify the data integrity.</p>\n<h2 id=\"failures\">Failures</h2>\n<p>A webhook can fail 10 times. <strong>After failing 10 times, the webhook will be disabled</strong>.<br />When a webhook is disabled, this will also update the dateUpdated field of the webhook.</p>\n<p>The <code>failCount</code> is reset when a webhook is updated via a PUT request - therefore if an active webhook has been disabled, the dateUpdated time will accurately display the time that this happened.</p>\n<p>The failCount is also reset after a webook is succesful.</p>\n","_postman_id":"3aba35c0-2a92-480a-a12f-036a4c1c6fe0","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}}}],"id":"e6cfddcf-b683-4293-9a21-dbc4d0702643","_postman_id":"e6cfddcf-b683-4293-9a21-dbc4d0702643","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}}},{"name":"Core APIs","item":[{"name":"v1 API","item":[{"name":"Sandbox","item":[],"id":"8efb083b-d0f7-41d2-ac30-e01c7478d8e5","description":"<p>To use Pimberly's deprecated APIs with a Sandbox instance, you will need to use the separate, deprecated Sandbox base URL: <code>https://sandbox.pimber.ly</code>. The API endpoints themselves behave in the same way.</p>\n<blockquote>\n<p><em>Note: if you attempt to use the standard URL with a Sandbox instance you will encounter</em> <code>401 Unauthorized</code> <em>errors.</em></p>\n</blockquote>\n","_postman_id":"8efb083b-d0f7-41d2-ac30-e01c7478d8e5","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}}},{"name":"Product API","item":[{"name":"Listing","item":[{"name":"Get all products","id":"7935f24a-3800-499e-8157-99385bc6dad2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pimber.ly/api/products","description":"<p>This endpoint will return all products. Works similarly to the same v2 method, but returns more data, including metadata.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","products"],"host":["pimber.ly"],"query":[],"variable":[]}},"response":[{"id":"377625d7-dbea-48a8-9160-89374082a27b","name":"Get all products","originalRequest":{"method":"GET","header":[],"url":"https://pimber.ly/api/products"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"126382"},{"key":"Date","value":"Thu, 24 Aug 2023 11:11:51 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"per_page\": 49,\n    \"records\": [\n        {\n            \"accountId\": \"62fce77449ccd3001b067c4e\",\n            \"userId\": \"62f0d5395aadd0001c490a6a\",\n            \"dateCreated\": \"2022-08-17T15:07:23.067Z\",\n            \"dateUpdated\": \"2023-02-15T14:33:20.608Z\",\n            \"primaryId\": \"FINC_SHRT001\",\n            \"allIds\": [\n                \"FINC_SHRT001\",\n                \"FINC_SHRT001\"\n            ],\n            \"typeId\": \"Style\",\n            \"attributeData\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"brand\": \"I love testing things!\",\n                        \"careInformation\": \"Machine Washable\",\n                        \"cuff\": \"Single Cuff\",\n                        \"desc\": \"Regular fit long sleeve shirt from the FashionINC Basic range\",\n                        \"fit\": \"Regular\",\n                        \"material\": \"55% Cotton and 45% Polyester\",\n                        \"sleeveLength\": \"Long\",\n                        \"supplier\": \"FashionINC Direct\",\n                        \"ageGroup\": \"15-99\",\n                        \"countryOfOrigin\": \"United Kingdom\",\n                        \"crossSell\": [\n                            \"62fd042b4eb3c50018730a54\"\n                        ],\n                        \"gender\": \"Male\",\n                        \"hangingOrBoxed\": \"Boxed\",\n                        \"price\": \"19.99\"\n                    }\n                }\n            },\n            \"attributeMetadata\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"brand\": {\n                            \"source\": {\n                                \"attrName\": \"fi_brand\",\n                                \"dateUpdated\": \"2023-02-15T14:33:17.324Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"63b84a7a5039a5001f8b5049\",\n                                \"model\": \"user\"\n                            }\n                        },\n                        \"careInformation\": {\n                            \"source\": {\n                                \"attrName\": \"fi_careInformation\",\n                                \"dateUpdated\": \"2022-08-17T15:07:17.228Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd042543d99c0018731701\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"cuff\": {\n                            \"source\": {\n                                \"attrName\": \"fi_cuff\",\n                                \"dateUpdated\": \"2022-08-17T15:07:17.228Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd042543d99c0018731701\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"desc\": {\n                            \"source\": {\n                                \"attrName\": \"fi_productDescription\",\n                                \"dateUpdated\": \"2022-08-17T15:07:17.228Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd042543d99c0018731701\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"fit\": {\n                            \"source\": {\n                                \"attrName\": \"fi_fit\",\n                                \"dateUpdated\": \"2022-08-17T15:07:17.228Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd042543d99c0018731701\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"material\": {\n                            \"source\": {\n                                \"attrName\": \"fi_material\",\n                                \"dateUpdated\": \"2022-08-17T15:07:17.228Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd042543d99c0018731701\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"sleeveLength\": {\n                            \"source\": {\n                                \"attrName\": \"fi_sleeveLength\",\n                                \"dateUpdated\": \"2022-08-17T15:07:17.228Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd042543d99c0018731701\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"supplier\": {\n                            \"source\": {\n                                \"attrName\": \"fi_supplier\",\n                                \"dateUpdated\": \"2022-08-17T15:07:17.228Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd042543d99c0018731701\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"items\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2022-08-18T10:33:53.978Z\",\n                                \"model\": \"user\",\n                                \"id\": \"62f0d5395aadd0001c490a6a\",\n                                \"itemId\": \"62fd048a5ef36700186a04b3\"\n                            }\n                        },\n                        \"ageGroup\": {\n                            \"source\": {\n                                \"attrName\": \"amz_ageGroup\",\n                                \"dateUpdated\": \"2022-08-18T10:33:09.164Z\",\n                                \"file\": \"FashionINC_Data_Marketplace.xlsx\",\n                                \"id\": \"62fe15651b2c5d001efe8bca\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"countryOfOrigin\": {\n                            \"source\": {\n                                \"attrName\": \"amz_countryOfOrigin\",\n                                \"dateUpdated\": \"2022-08-18T10:33:09.164Z\",\n                                \"file\": \"FashionINC_Data_Marketplace.xlsx\",\n                                \"id\": \"62fe15651b2c5d001efe8bca\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"crossSell\": {\n                            \"productMetadata\": {\n                                \"62fd042b4eb3c50018730a54\": {\n                                    \"primaryId\": \"FINC_TRS001\",\n                                    \"description\": \"Flat fronted trousers with a stretch waistband\",\n                                    \"thumbnailUrl\": null\n                                }\n                            },\n                            \"source\": {\n                                \"attrName\": \"amz_crossSell\",\n                                \"dateUpdated\": \"2022-08-18T10:33:09.164Z\",\n                                \"file\": \"FashionINC_Data_Marketplace.xlsx\",\n                                \"id\": \"62fe15651b2c5d001efe8bca\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"gender\": {\n                            \"source\": {\n                                \"attrName\": \"amz_gender\",\n                                \"dateUpdated\": \"2022-08-18T10:33:09.164Z\",\n                                \"file\": \"FashionINC_Data_Marketplace.xlsx\",\n                                \"id\": \"62fe15651b2c5d001efe8bca\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"hangingOrBoxed\": {\n                            \"source\": {\n                                \"attrName\": \"amz_hangingOrBoxed\",\n                                \"dateUpdated\": \"2022-08-18T10:33:09.164Z\",\n                                \"file\": \"FashionINC_Data_Marketplace.xlsx\",\n                                \"id\": \"62fe15651b2c5d001efe8bca\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"price\": {\n                            \"source\": {\n                                \"attrName\": \"amz_price\",\n                                \"dateUpdated\": \"2022-08-18T10:33:09.164Z\",\n                                \"file\": \"FashionINC_Data_Marketplace.xlsx\",\n                                \"id\": \"62fe15651b2c5d001efe8bca\",\n                                \"model\": \"import\"\n                            }\n                        }\n                    }\n                }\n            },\n            \"rootAttributeMetadata\": {\n                \"schemaClassId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:07:23.065Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"schemaId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:07:23.065Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"typeId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:07:23.065Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                }\n            },\n            \"lifecycleStage\": \"62fe070309c2f6235c000007\",\n            \"cachedLifecycleStageName\": \"Ready for Release \",\n            \"cachedPrimaryDescription\": \"Regular fit long sleeve shirt from the FashionINC Basic range\",\n            \"cachedSchemaName\": \"FashionINC\",\n            \"cachedTaxonomyPath\": \"FashionINC - Shirts\",\n            \"items\": [],\n            \"schemaId\": \"62fce77449ccd3001b067c51\",\n            \"schemaClassId\": \"62fcfee309c2f60aa7000006\",\n            \"productSetIds\": [\n                \"62fd04254eb3c50018730a52\",\n                \"62fd04254eb3c50018730a53\",\n                \"62fd04895ef36700186a04ab\",\n                \"62fe06394eb3c5001873ac15\",\n                \"62fe15655ef36700186c0a0e\"\n            ],\n            \"approvalIds\": [],\n            \"id\": \"62fd042b4eb3c50018730a57\",\n            \"hasReadAccess\": true,\n            \"hasWriteAccess\": true\n        },\n        {\n            \"accountId\": \"62fce77449ccd3001b067c4e\",\n            \"userId\": \"62f0d5395aadd0001c490a6a\",\n            \"dateCreated\": \"2022-08-17T15:07:23.095Z\",\n            \"dateUpdated\": \"2022-08-18T13:20:15.841Z\",\n            \"primaryId\": \"FINC_SHRT002\",\n            \"allIds\": [\n                \"FINC_SHRT002\",\n                \"FINC_SHRT002\"\n            ],\n            \"typeId\": \"Style\",\n            \"attributeData\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"brand\": \"FashionINC Basics\",\n                        \"careInformation\": \"Machine Washable\",\n                        \"cuff\": \"Single Cuff\",\n                        \"desc\": \"Slim fit long sleeve shirt from the FashionINC Basic range\",\n                        \"fit\": \"Slim\",\n                        \"material\": \"55% Cotton and 45% Polyester\",\n                        \"sleeveLength\": \"Long\",\n                        \"supplier\": \"FashionINC Direct\",\n                        \"ageGroup\": \"15-99\",\n                        \"countryOfOrigin\": \"United Kingdom\",\n                        \"crossSell\": [\n                            \"62fd042b4eb3c50018730a54\"\n                        ],\n                        \"gender\": \"Male\",\n                        \"hangingOrBoxed\": \"Boxed\",\n                        \"price\": \"19.99\"\n                    }\n                }\n            },\n            \"attributeMetadata\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"brand\": {\n                            \"source\": {\n                                \"attrName\": \"fi_brand\",\n                                \"dateUpdated\": \"2022-08-17T15:07:17.228Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd042543d99c0018731701\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"careInformation\": {\n                            \"source\": {\n                                \"attrName\": \"fi_careInformation\",\n                                \"dateUpdated\": \"2022-08-17T15:07:17.228Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd042543d99c0018731701\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"cuff\": {\n                            \"source\": {\n                                \"attrName\": \"fi_cuff\",\n                                \"dateUpdated\": \"2022-08-17T15:07:17.228Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd042543d99c0018731701\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"desc\": {\n                            \"source\": {\n                                \"attrName\": \"fi_productDescription\",\n                                \"dateUpdated\": \"2022-08-17T15:07:17.228Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd042543d99c0018731701\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"fit\": {\n                            \"source\": {\n                                \"attrName\": \"fi_fit\",\n                                \"dateUpdated\": \"2022-08-17T15:07:17.228Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd042543d99c0018731701\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"material\": {\n                            \"source\": {\n                                \"attrName\": \"fi_material\",\n                                \"dateUpdated\": \"2022-08-17T15:07:17.228Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd042543d99c0018731701\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"sleeveLength\": {\n                            \"source\": {\n                                \"attrName\": \"fi_sleeveLength\",\n                                \"dateUpdated\": \"2022-08-17T15:07:17.228Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd042543d99c0018731701\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"supplier\": {\n                            \"source\": {\n                                \"attrName\": \"fi_supplier\",\n                                \"dateUpdated\": \"2022-08-17T15:07:17.228Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd042543d99c0018731701\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"items\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2022-08-18T13:20:15.841Z\",\n                                \"model\": \"user\",\n                                \"id\": \"62f0d5395aadd0001c490a6a\",\n                                \"itemId\": \"62fd048a5ef36700186a04b6\"\n                            }\n                        },\n                        \"ageGroup\": {\n                            \"source\": {\n                                \"attrName\": \"amz_ageGroup\",\n                                \"dateUpdated\": \"2022-08-18T10:33:09.164Z\",\n                                \"file\": \"FashionINC_Data_Marketplace.xlsx\",\n                                \"id\": \"62fe15651b2c5d001efe8bca\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"countryOfOrigin\": {\n                            \"source\": {\n                                \"attrName\": \"amz_countryOfOrigin\",\n                                \"dateUpdated\": \"2022-08-18T10:33:09.164Z\",\n                                \"file\": \"FashionINC_Data_Marketplace.xlsx\",\n                                \"id\": \"62fe15651b2c5d001efe8bca\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"crossSell\": {\n                            \"productMetadata\": {\n                                \"62fd042b4eb3c50018730a54\": {\n                                    \"primaryId\": \"FINC_TRS001\",\n                                    \"description\": \"Flat fronted trousers with a stretch waistband\",\n                                    \"thumbnailUrl\": null\n                                }\n                            },\n                            \"source\": {\n                                \"attrName\": \"amz_crossSell\",\n                                \"dateUpdated\": \"2022-08-18T10:33:09.164Z\",\n                                \"file\": \"FashionINC_Data_Marketplace.xlsx\",\n                                \"id\": \"62fe15651b2c5d001efe8bca\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"gender\": {\n                            \"source\": {\n                                \"attrName\": \"amz_gender\",\n                                \"dateUpdated\": \"2022-08-18T10:33:09.164Z\",\n                                \"file\": \"FashionINC_Data_Marketplace.xlsx\",\n                                \"id\": \"62fe15651b2c5d001efe8bca\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"hangingOrBoxed\": {\n                            \"source\": {\n                                \"attrName\": \"amz_hangingOrBoxed\",\n                                \"dateUpdated\": \"2022-08-18T10:33:09.164Z\",\n                                \"file\": \"FashionINC_Data_Marketplace.xlsx\",\n                                \"id\": \"62fe15651b2c5d001efe8bca\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"price\": {\n                            \"source\": {\n                                \"attrName\": \"amz_price\",\n                                \"dateUpdated\": \"2022-08-18T10:33:09.164Z\",\n                                \"file\": \"FashionINC_Data_Marketplace.xlsx\",\n                                \"id\": \"62fe15651b2c5d001efe8bca\",\n                                \"model\": \"import\"\n                            }\n                        }\n                    }\n                }\n            },\n            \"rootAttributeMetadata\": {\n                \"schemaClassId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:07:23.094Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"schemaId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:07:23.094Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"typeId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:07:23.094Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                }\n            },\n            \"lifecycleStage\": \"62fe070309c2f6235c000007\",\n            \"cachedLifecycleStageName\": \"Ready for Release \",\n            \"cachedPrimaryDescription\": \"Slim fit long sleeve shirt from the FashionINC Basic range\",\n            \"cachedSchemaName\": \"FashionINC\",\n            \"cachedTaxonomyPath\": \"FashionINC - Shirts\",\n            \"items\": [\n                \"62fd048a5ef36700186a04b6\"\n            ],\n            \"schemaId\": \"62fce77449ccd3001b067c51\",\n            \"schemaClassId\": \"62fcfee309c2f60aa7000006\",\n            \"productSetIds\": [\n                \"62fd04254eb3c50018730a52\",\n                \"62fd04254eb3c50018730a53\",\n                \"62fd04895ef36700186a04ab\",\n                \"62fe06394eb3c5001873ac15\",\n                \"62fe15655ef36700186c0a0e\"\n            ],\n            \"id\": \"62fd042b4eb3c50018730a5a\",\n            \"hasReadAccess\": true,\n            \"hasWriteAccess\": true\n        },\n        {\n            \"accountId\": \"62fce77449ccd3001b067c4e\",\n            \"userId\": \"62f0d5395aadd0001c490a6a\",\n            \"dateCreated\": \"2022-08-17T15:07:23.112Z\",\n            \"dateUpdated\": \"2022-08-18T15:05:27.238Z\",\n            \"primaryId\": \"FINC_SHRT003\",\n            \"allIds\": [\n                \"FINC_SHRT003\",\n                \"FINC_SHRT003\"\n            ],\n            \"typeId\": \"Style\",\n            \"attributeData\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"brand\": \"FashionINC Basics\",\n                        \"careInformation\": \"Machine Washable\",\n                        \"cuff\": \"Single Cuff\",\n                        \"desc\": \"Tailored fit long sleeve shirt from the FashionINC Basic range\",\n                        \"fit\": \"Tailored\",\n                        \"material\": \"55% Cotton and 45% Polyester\",\n                        \"sleeveLength\": \"Long\",\n                        \"supplier\": \"FashionINC Direct\",\n                        \"ageGroup\": \"15-99\",\n                        \"countryOfOrigin\": \"United Kingdom\",\n                        \"crossSell\": [\n                            \"62fd042b4eb3c50018730a54\"\n                        ],\n                        \"gender\": \"Male\",\n                        \"hangingOrBoxed\": \"Boxed\",\n                        \"price\": \"19.99\"\n                    }\n                }\n            },\n            \"attributeMetadata\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"brand\": {\n                            \"source\": {\n                                \"attrName\": \"fi_brand\",\n                                \"dateUpdated\": \"2022-08-17T15:07:17.228Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd042543d99c0018731701\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"careInformation\": {\n                            \"source\": {\n                                \"attrName\": \"fi_careInformation\",\n                                \"dateUpdated\": \"2022-08-17T15:07:17.228Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd042543d99c0018731701\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"cuff\": {\n                            \"source\": {\n                                \"attrName\": \"fi_cuff\",\n                                \"dateUpdated\": \"2022-08-17T15:07:17.228Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd042543d99c0018731701\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"desc\": {\n                            \"source\": {\n                                \"attrName\": \"fi_productDescription\",\n                                \"dateUpdated\": \"2022-08-17T15:07:17.228Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd042543d99c0018731701\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"fit\": {\n                            \"source\": {\n                                \"attrName\": \"fi_fit\",\n                                \"dateUpdated\": \"2022-08-17T15:07:17.228Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd042543d99c0018731701\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"material\": {\n                            \"source\": {\n                                \"attrName\": \"fi_material\",\n                                \"dateUpdated\": \"2022-08-17T15:07:17.228Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd042543d99c0018731701\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"sleeveLength\": {\n                            \"source\": {\n                                \"attrName\": \"fi_sleeveLength\",\n                                \"dateUpdated\": \"2022-08-17T15:07:17.228Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd042543d99c0018731701\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"supplier\": {\n                            \"source\": {\n                                \"attrName\": \"fi_supplier\",\n                                \"dateUpdated\": \"2022-08-17T15:07:17.228Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd042543d99c0018731701\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"items\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2022-08-18T15:05:27.238Z\",\n                                \"model\": \"user\",\n                                \"id\": \"62f0d5395aadd0001c490a6a\",\n                                \"itemId\": \"62fd048a5ef36700186a04b9\"\n                            }\n                        },\n                        \"ageGroup\": {\n                            \"source\": {\n                                \"attrName\": \"amz_ageGroup\",\n                                \"dateUpdated\": \"2022-08-18T10:33:09.164Z\",\n                                \"file\": \"FashionINC_Data_Marketplace.xlsx\",\n                                \"id\": \"62fe15651b2c5d001efe8bca\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"countryOfOrigin\": {\n                            \"source\": {\n                                \"attrName\": \"amz_countryOfOrigin\",\n                                \"dateUpdated\": \"2022-08-18T10:33:09.164Z\",\n                                \"file\": \"FashionINC_Data_Marketplace.xlsx\",\n                                \"id\": \"62fe15651b2c5d001efe8bca\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"crossSell\": {\n                            \"productMetadata\": {\n                                \"62fd042b4eb3c50018730a54\": {\n                                    \"primaryId\": \"FINC_TRS001\",\n                                    \"description\": \"Flat fronted trousers with a stretch waistband\",\n                                    \"thumbnailUrl\": null\n                                }\n                            },\n                            \"source\": {\n                                \"attrName\": \"amz_crossSell\",\n                                \"dateUpdated\": \"2022-08-18T10:33:09.164Z\",\n                                \"file\": \"FashionINC_Data_Marketplace.xlsx\",\n                                \"id\": \"62fe15651b2c5d001efe8bca\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"gender\": {\n                            \"source\": {\n                                \"attrName\": \"amz_gender\",\n                                \"dateUpdated\": \"2022-08-18T10:33:09.164Z\",\n                                \"file\": \"FashionINC_Data_Marketplace.xlsx\",\n                                \"id\": \"62fe15651b2c5d001efe8bca\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"hangingOrBoxed\": {\n                            \"source\": {\n                                \"attrName\": \"amz_hangingOrBoxed\",\n                                \"dateUpdated\": \"2022-08-18T10:33:09.164Z\",\n                                \"file\": \"FashionINC_Data_Marketplace.xlsx\",\n                                \"id\": \"62fe15651b2c5d001efe8bca\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"price\": {\n                            \"source\": {\n                                \"attrName\": \"amz_price\",\n                                \"dateUpdated\": \"2022-08-18T10:33:09.164Z\",\n                                \"file\": \"FashionINC_Data_Marketplace.xlsx\",\n                                \"id\": \"62fe15651b2c5d001efe8bca\",\n                                \"model\": \"import\"\n                            }\n                        }\n                    }\n                }\n            },\n            \"rootAttributeMetadata\": {\n                \"schemaClassId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:07:23.109Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"schemaId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:07:23.109Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"typeId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:07:23.109Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                }\n            },\n            \"lifecycleStage\": \"62fe070309c2f6235c000007\",\n            \"cachedLifecycleStageName\": \"Ready for Release \",\n            \"cachedPrimaryDescription\": \"Tailored fit long sleeve shirt from the FashionINC Basic range\",\n            \"cachedSchemaName\": \"FashionINC\",\n            \"cachedTaxonomyPath\": \"FashionINC - Shirts\",\n            \"items\": [\n                \"62fd048a5ef36700186a04b9\"\n            ],\n            \"schemaId\": \"62fce77449ccd3001b067c51\",\n            \"schemaClassId\": \"62fcfee309c2f60aa7000006\",\n            \"productSetIds\": [\n                \"62fd04254eb3c50018730a52\",\n                \"62fd04254eb3c50018730a53\",\n                \"62fd04895ef36700186a04ab\",\n                \"62fe06394eb3c5001873ac15\",\n                \"62fe15655ef36700186c0a0e\"\n            ],\n            \"id\": \"62fd042b4eb3c50018730a5d\",\n            \"hasReadAccess\": true,\n            \"hasWriteAccess\": true\n        },\n        {\n            \"accountId\": \"62fce77449ccd3001b067c4e\",\n            \"userId\": \"62f0d5395aadd0001c490a6a\",\n            \"dateCreated\": \"2022-08-17T15:07:23.244Z\",\n            \"dateUpdated\": \"2023-06-23T13:46:35.970Z\",\n            \"primaryId\": \"FINC_SHRT004\",\n            \"allIds\": [\n                \"FINC_SHRT004\",\n                \"FINC_SHRT004\"\n            ],\n            \"typeId\": \"Style\",\n            \"attributeData\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"brand\": \"FashionINC Premier\",\n                        \"careInformation\": \"Machine Washable\",\n                        \"cuff\": \"Double Cuff\",\n                        \"desc\": \"Double cuff long sleeve shirt from the FashionINC Premier Collection\",\n                        \"fit\": \"Slim\",\n                        \"material\": \"100% Cotton\",\n                        \"sleeveLength\": \"Long\",\n                        \"supplier\": \"FashionINC Direct\",\n                        \"ageGroup\": \"15-99\",\n                        \"countryOfOrigin\": \"United Kingdom\",\n                        \"crossSell\": [\n                            \"62fd042b4eb3c50018730a54\"\n                        ],\n                        \"gender\": \"Male\",\n                        \"hangingOrBoxed\": \"Boxed\",\n                        \"price\": \"29.99\"\n                    }\n                }\n            },\n            \"attributeMetadata\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"brand\": {\n                            \"source\": {\n                                \"attrName\": \"fi_brand\",\n                                \"dateUpdated\": \"2022-08-17T15:07:17.228Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd042543d99c0018731701\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"careInformation\": {\n                            \"source\": {\n                                \"attrName\": \"fi_careInformation\",\n                                \"dateUpdated\": \"2022-08-17T15:07:17.228Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd042543d99c0018731701\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"cuff\": {\n                            \"source\": {\n                                \"attrName\": \"fi_cuff\",\n                                \"dateUpdated\": \"2022-08-17T15:07:17.228Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd042543d99c0018731701\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"desc\": {\n                            \"source\": {\n                                \"attrName\": \"fi_productDescription\",\n                                \"dateUpdated\": \"2022-08-17T15:07:17.228Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd042543d99c0018731701\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"fit\": {\n                            \"source\": {\n                                \"attrName\": \"fi_fit\",\n                                \"dateUpdated\": \"2022-08-17T15:07:17.228Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd042543d99c0018731701\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"material\": {\n                            \"source\": {\n                                \"attrName\": \"fi_material\",\n                                \"dateUpdated\": \"2022-08-17T15:07:17.228Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd042543d99c0018731701\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"sleeveLength\": {\n                            \"source\": {\n                                \"attrName\": \"fi_sleeveLength\",\n                                \"dateUpdated\": \"2022-08-17T15:07:17.228Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd042543d99c0018731701\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"supplier\": {\n                            \"source\": {\n                                \"attrName\": \"fi_supplier\",\n                                \"dateUpdated\": \"2022-08-17T15:07:17.228Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd042543d99c0018731701\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"items\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2023-06-23T13:45:42.270Z\",\n                                \"model\": \"user\",\n                                \"id\": \"627104c1128639001bf62ce9\",\n                                \"itemId\": \"62fd048a5ef36700186a04bc\"\n                            }\n                        },\n                        \"ageGroup\": {\n                            \"source\": {\n                                \"attrName\": \"amz_ageGroup\",\n                                \"dateUpdated\": \"2022-08-18T10:33:09.164Z\",\n                                \"file\": \"FashionINC_Data_Marketplace.xlsx\",\n                                \"id\": \"62fe15651b2c5d001efe8bca\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"countryOfOrigin\": {\n                            \"source\": {\n                                \"attrName\": \"amz_countryOfOrigin\",\n                                \"dateUpdated\": \"2022-08-18T10:33:09.164Z\",\n                                \"file\": \"FashionINC_Data_Marketplace.xlsx\",\n                                \"id\": \"62fe15651b2c5d001efe8bca\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"crossSell\": {\n                            \"productMetadata\": {\n                                \"62fd042b4eb3c50018730a54\": {\n                                    \"primaryId\": \"FINC_TRS001\",\n                                    \"description\": \"Flat fronted trousers with a stretch waistband\",\n                                    \"thumbnailUrl\": null\n                                }\n                            },\n                            \"source\": {\n                                \"attrName\": \"amz_crossSell\",\n                                \"dateUpdated\": \"2022-08-18T10:33:09.164Z\",\n                                \"file\": \"FashionINC_Data_Marketplace.xlsx\",\n                                \"id\": \"62fe15651b2c5d001efe8bca\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"gender\": {\n                            \"source\": {\n                                \"attrName\": \"amz_gender\",\n                                \"dateUpdated\": \"2022-08-18T10:33:09.164Z\",\n                                \"file\": \"FashionINC_Data_Marketplace.xlsx\",\n                                \"id\": \"62fe15651b2c5d001efe8bca\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"hangingOrBoxed\": {\n                            \"source\": {\n                                \"attrName\": \"amz_hangingOrBoxed\",\n                                \"dateUpdated\": \"2022-08-18T10:33:09.164Z\",\n                                \"file\": \"FashionINC_Data_Marketplace.xlsx\",\n                                \"id\": \"62fe15651b2c5d001efe8bca\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"price\": {\n                            \"source\": {\n                                \"attrName\": \"amz_price\",\n                                \"dateUpdated\": \"2022-08-18T10:33:09.164Z\",\n                                \"file\": \"FashionINC_Data_Marketplace.xlsx\",\n                                \"id\": \"62fe15651b2c5d001efe8bca\",\n                                \"model\": \"import\"\n                            }\n                        }\n                    }\n                }\n            },\n            \"rootAttributeMetadata\": {\n                \"schemaClassId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:07:23.242Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"schemaId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:07:23.242Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"typeId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:07:23.242Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                }\n            },\n            \"lifecycleStage\": \"62fe070309c2f6235c000007\",\n            \"cachedLifecycleStageName\": \"Ready for Release \",\n            \"cachedPrimaryDescription\": \"Double cuff long sleeve shirt from the FashionINC Premier Collection\",\n            \"cachedSchemaName\": \"FashionINC\",\n            \"cachedTaxonomyPath\": \"FashionINC - Shirts\",\n            \"items\": [\n                \"62fd048a5ef36700186a04bc\",\n                \"62fd048a5ef36700186a04bf\",\n                \"62fd048a5ef36700186a04c2\"\n            ],\n            \"schemaId\": \"62fce77449ccd3001b067c51\",\n            \"schemaClassId\": \"62fcfee309c2f60aa7000006\",\n            \"productSetIds\": [\n                \"62fd04254eb3c50018730a52\",\n                \"62fd04254eb3c50018730a53\",\n                \"62fd04895ef36700186a04ab\",\n                \"62fe06394eb3c5001873ac15\",\n                \"62fe15655ef36700186c0a0e\",\n                \"6495a23b1cb17e001275f6f6\"\n            ],\n            \"id\": \"62fd042b4eb3c50018730a60\",\n            \"hasReadAccess\": true,\n            \"hasWriteAccess\": true\n        },\n        {\n            \"accountId\": \"62fce77449ccd3001b067c4e\",\n            \"userId\": \"62f0d5395aadd0001c490a6a\",\n            \"dateCreated\": \"2022-08-17T15:08:58.015Z\",\n            \"dateUpdated\": \"2023-02-15T14:38:38.104Z\",\n            \"primaryId\": \"FINC_TRS001_BLK\",\n            \"allIds\": [\n                \"FINC_TRS001_BLK\",\n                \"FINC_TRS001_BLK\"\n            ],\n            \"typeId\": \"Colour\",\n            \"classTreeNodeIds\": [\n                \"62fd07f906d8984780d46f93\"\n            ],\n            \"attributeData\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"colour\": \"Black\",\n                        \"desc\": \"Flat fronted trousers with a stretch waistband\",\n                        \"defaultImage\": [\n                            \"62fd082f09c2f66bcc000037\"\n                        ],\n                        \"images\": [\n                            \"62fd082f09c2f66bcc000032\",\n                            \"62fd082f09c2f66bcc000033\",\n                            \"62fd082f09c2f66bcc000035\",\n                            \"62fd082f09c2f66bcc000036\"\n                        ],\n                        \"marketingDescription\": \"I love testing things!\"\n                    },\n                    \"62fe081dce92140012a6a628\": {\n                        \"marketingDescription\": \"Ce pantalon est un pantalon à devant plat avec une ceinture extensible qui permet au pantalon de s'adapter à un meilleur ajustement, ce qui contribue à maximiser le confort.\"\n                    },\n                    \"62fe082b43d99c0018731b26\": {\n                        \"marketingDescription\": \"Bei dieser Hose handelt es sich um eine Hose mit flacher Vorderseite und einem Stretchbund, sodass sich die Hose einer besseren Passform anpasst, um den Komfort zu maximieren.\"\n                    }\n                },\n                \"62fe11c7ce92140012a6a66d\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"marketingDescription\": \"These black Amazon trousers are flat fronted trousers with a stretch waistband making the trousers adjust to a better fit which helps maximise the comfort. There are two slanted side pockets and a back pocket with a button to close. The trousers fasten with a zip fly and button on waistband and also have belt loops.\"\n                    }\n                },\n                \"62fe1253ce92140012a6a66e\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"marketingDescription\": \"These black eBay trousers are flat fronted trousers with a stretch waistband making the trousers adjust to a better fit which helps maximise the comfort. There are two slanted side pockets and a back pocket with a button to close. The trousers fasten with a zip fly and button on waistband and also have belt loops.\"\n                    }\n                }\n            },\n            \"attributeMetadata\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"colour\": {\n                            \"source\": {\n                                \"attrName\": \"fi_colour\",\n                                \"dateUpdated\": \"2022-08-17T15:08:57.925Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd048943d99c0018731703\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"desc\": {\n                            \"source\": {\n                                \"attrName\": \"fi_productDescription\",\n                                \"dateUpdated\": \"2022-08-17T15:08:57.925Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd048943d99c0018731703\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"defaultImage\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2022-08-17T15:29:42.730Z\",\n                                \"id\": \"62f0d5395aadd0001c490a6a\",\n                                \"model\": \"pimberly users\"\n                            }\n                        },\n                        \"images\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2022-08-17T15:31:28.851Z\",\n                                \"id\": \"62f0d5395aadd0001c490a6a\",\n                                \"model\": \"pimberly users\"\n                            }\n                        },\n                        \"marketingDescription\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2023-02-15T14:38:37.957Z\",\n                                \"id\": \"63b84a7a5039a5001f8b5049\",\n                                \"model\": \"user\",\n                                \"attrName\": \"amz_SalesDescription\",\n                                \"file\": \"FashionINC_Data_Marketplace.xlsx\"\n                            }\n                        },\n                        \"parentIds\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2022-08-18T10:33:09.268Z\",\n                                \"model\": \"user\",\n                                \"id\": \"62f0d5395aadd0001c490a6a\",\n                                \"parentId\": \"62fd042b4eb3c50018730a54\"\n                            }\n                        }\n                    },\n                    \"62fe081dce92140012a6a628\": {\n                        \"marketingDescription\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2022-08-18T09:38:47.779Z\",\n                                \"id\": \"62f0d5395aadd0001c490a6a\",\n                                \"model\": \"pimberly users\"\n                            }\n                        }\n                    },\n                    \"62fe082b43d99c0018731b26\": {\n                        \"marketingDescription\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2022-08-18T09:38:47.779Z\",\n                                \"id\": \"62f0d5395aadd0001c490a6a\",\n                                \"model\": \"pimberly users\"\n                            }\n                        }\n                    }\n                },\n                \"62fe11c7ce92140012a6a66d\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"marketingDescription\": {\n                            \"source\": {\n                                \"attrName\": \"amz_SalesDescription\",\n                                \"dateUpdated\": \"2022-08-18T10:29:57.462Z\",\n                                \"file\": \"FashionINC_Data_Marketplace.xlsx\",\n                                \"id\": \"62fe14a51b2c5d001efe8bc8\",\n                                \"model\": \"import\"\n                            }\n                        }\n                    }\n                },\n                \"62fe1253ce92140012a6a66e\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"marketingDescription\": {\n                            \"source\": {\n                                \"attrName\": \"ebay_MarketingCopy\",\n                                \"dateUpdated\": \"2022-08-18T10:33:53.779Z\",\n                                \"file\": \"FashionINC_Data_Marketplace.xlsx\",\n                                \"id\": \"62fe159143d99c0018731b83\",\n                                \"model\": \"import\"\n                            }\n                        }\n                    }\n                }\n            },\n            \"rootAttributeMetadata\": {\n                \"schemaClassId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:08:58.014Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"schemaId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:08:58.014Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"typeId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:08:58.014Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"classTreeNodeIds\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:37:42.834Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                }\n            },\n            \"releasedChannelIds\": [\n                \"62fe312d1b2c5d001efe8fae\",\n                \"62ff659643d99c0018732e09\",\n                \"62fe3a9943d99c0018732329\"\n            ],\n            \"releasedChannelDates\": {\n                \"62fe312d1b2c5d001efe8fae\": \"2022-08-18T12:32:00.762Z\",\n                \"62ff659643d99c0018732e09\": \"2022-08-19T10:37:19.711Z\",\n                \"62fe3a9943d99c0018732329\": \"2023-06-23T13:43:43.922Z\"\n            },\n            \"lifecycleStage\": \"62fe070309c2f6235c000007\",\n            \"cachedLifecycleStageName\": \"Ready for Release \",\n            \"cachedPrimaryDescription\": \"Flat fronted trousers with a stretch waistband\",\n            \"cachedSchemaName\": \"FashionINC\",\n            \"cachedTaxonomyPath\": \"FashionINC - Trousers\",\n            \"items\": [\n                \"62fd04d45ef36700186a04ce\",\n                \"62fd04d45ef36700186a04d1\",\n                \"62fd04d45ef36700186a04d4\",\n                \"62fd04d45ef36700186a04d7\",\n                \"62fd04d45ef36700186a04da\",\n                \"62fd04d45ef36700186a04dd\",\n                \"62fd04d45ef36700186a04e0\",\n                \"62fd04d45ef36700186a04e3\",\n                \"62fd04d45ef36700186a04e6\"\n            ],\n            \"primaryImage\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000037/medium/FINC_TRS001_BLK_01.jpg\",\n            \"cachedImageIds\": [\n                \"62fd082f09c2f66bcc000037\",\n                \"62fd082f09c2f66bcc000032\",\n                \"62fd082f09c2f66bcc000033\",\n                \"62fd082f09c2f66bcc000035\",\n                \"62fd082f09c2f66bcc000036\"\n            ],\n            \"schemaId\": \"62fce77449ccd3001b067c51\",\n            \"schemaClassId\": \"62fcfef009c2f60aa7000008\",\n            \"productSetIds\": [\n                \"62fd04895ef36700186a04ab\",\n                \"62fd04895ef36700186a04ac\",\n                \"62fd04d45ef36700186a04cc\",\n                \"62fe06394eb3c5001873ac15\",\n                \"62fe14274eb3c5001873acd2\",\n                \"62fe14a54eb3c5001873acf5\",\n                \"62fe15914eb3c5001873ad1d\",\n                \"62fe314b5ef36700186c0d08\",\n                \"6495a19aa0dbda0012465b08\"\n            ],\n            \"parentIds\": [],\n            \"approvalIds\": [],\n            \"id\": \"62fd048a5ef36700186a04ad\",\n            \"hasReadAccess\": true,\n            \"hasWriteAccess\": true\n        },\n        {\n            \"accountId\": \"62fce77449ccd3001b067c4e\",\n            \"userId\": \"62f0d5395aadd0001c490a6a\",\n            \"dateCreated\": \"2022-08-17T15:08:58.036Z\",\n            \"dateUpdated\": \"2023-02-15T11:36:24.722Z\",\n            \"primaryId\": \"FINC_TRS001_NVY\",\n            \"allIds\": [\n                \"FINC_TRS001_NVY\",\n                \"FINC_TRS001_NVY\"\n            ],\n            \"typeId\": \"Colour\",\n            \"classTreeNodeIds\": [\n                \"62fd07f906d8984780d46f93\"\n            ],\n            \"attributeData\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"colour\": \"Navy\",\n                        \"desc\": \"Flat fronted trousers with a stretch waistband\",\n                        \"defaultImage\": [\n                            \"62fd082f09c2f66bcc000026\"\n                        ],\n                        \"images\": [\n                            \"62fd082f09c2f66bcc000022\",\n                            \"62fd082f09c2f66bcc000027\",\n                            \"62fd082f09c2f66bcc00002a\"\n                        ],\n                        \"marketingDescription\": \"TEST1\"\n                    }\n                },\n                \"62fe11c7ce92140012a6a66d\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"marketingDescription\": \"These navy Amazon trousers are flat fronted trousers with a stretch waistband making the trousers adjust to a better fit which helps maximise the comfort. There are two slanted side pockets and a back pocket with a button to close. The trousers fasten with a zip fly and button on waistband and also have belt loops.\"\n                    }\n                },\n                \"62fe1253ce92140012a6a66e\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"marketingDescription\": \"These navy eBay trousers are flat fronted trousers with a stretch waistband making the trousers adjust to a better fit which helps maximise the comfort. There are two slanted side pockets and a back pocket with a button to close. The trousers fasten with a zip fly and button on waistband and also have belt loops.\"\n                    }\n                }\n            },\n            \"attributeMetadata\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"colour\": {\n                            \"source\": {\n                                \"attrName\": \"fi_colour\",\n                                \"dateUpdated\": \"2022-08-17T15:08:57.925Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd048943d99c0018731703\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"desc\": {\n                            \"source\": {\n                                \"attrName\": \"fi_productDescription\",\n                                \"dateUpdated\": \"2022-08-17T15:08:57.925Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd048943d99c0018731703\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"defaultImage\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2022-08-17T15:32:14.265Z\",\n                                \"id\": \"62f0d5395aadd0001c490a6a\",\n                                \"model\": \"pimberly users\"\n                            }\n                        },\n                        \"images\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2022-08-17T15:32:14.265Z\",\n                                \"id\": \"62f0d5395aadd0001c490a6a\",\n                                \"model\": \"pimberly users\"\n                            }\n                        },\n                        \"marketingDescription\": {\n                            \"source\": {\n                                \"attrName\": \"amz_SalesDescription\",\n                                \"dateUpdated\": \"2023-02-15T11:36:24.710Z\",\n                                \"file\": \"FashionINC_Data_Marketplace.xlsx\",\n                                \"id\": \"63b84a7a5039a5001f8b5049\",\n                                \"model\": \"pimberly users\"\n                            }\n                        },\n                        \"parentIds\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2022-08-18T10:33:09.268Z\",\n                                \"model\": \"user\",\n                                \"id\": \"62f0d5395aadd0001c490a6a\",\n                                \"parentId\": \"62fd042b4eb3c50018730a54\"\n                            }\n                        }\n                    }\n                },\n                \"62fe11c7ce92140012a6a66d\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"marketingDescription\": {\n                            \"source\": {\n                                \"attrName\": \"amz_SalesDescription\",\n                                \"dateUpdated\": \"2022-08-18T10:29:57.462Z\",\n                                \"file\": \"FashionINC_Data_Marketplace.xlsx\",\n                                \"id\": \"62fe14a51b2c5d001efe8bc8\",\n                                \"model\": \"import\"\n                            }\n                        }\n                    }\n                },\n                \"62fe1253ce92140012a6a66e\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"marketingDescription\": {\n                            \"source\": {\n                                \"attrName\": \"ebay_MarketingCopy\",\n                                \"dateUpdated\": \"2022-08-18T10:33:53.779Z\",\n                                \"file\": \"FashionINC_Data_Marketplace.xlsx\",\n                                \"id\": \"62fe159143d99c0018731b83\",\n                                \"model\": \"import\"\n                            }\n                        }\n                    }\n                }\n            },\n            \"rootAttributeMetadata\": {\n                \"schemaClassId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:08:58.035Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"schemaId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:08:58.035Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"typeId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:08:58.035Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"classTreeNodeIds\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:39:44.439Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                }\n            },\n            \"releasedChannelIds\": [\n                \"62fe3a9943d99c0018732329\"\n            ],\n            \"releasedChannelDates\": {\n                \"62fe3a9943d99c0018732329\": \"2023-06-23T13:43:43.922Z\"\n            },\n            \"lifecycleStage\": \"62fe070309c2f6235c000007\",\n            \"cachedLifecycleStageName\": \"Ready for Release \",\n            \"cachedPrimaryDescription\": \"Flat fronted trousers with a stretch waistband\",\n            \"cachedSchemaName\": \"FashionINC\",\n            \"cachedTaxonomyPath\": \"FashionINC - Trousers\",\n            \"items\": [\n                \"62fd04d55ef36700186a04e9\",\n                \"62fd04d55ef36700186a04ec\",\n                \"62fd04d55ef36700186a04ef\",\n                \"62fd04d55ef36700186a04f2\",\n                \"62fd04d55ef36700186a04f5\",\n                \"62fd04d55ef36700186a04f8\",\n                \"62fd04d55ef36700186a04fb\",\n                \"62fd04d55ef36700186a04fe\",\n                \"62fd04d55ef36700186a0501\"\n            ],\n            \"primaryImage\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000026/medium/FINC_TRS001_NVY_01.jpg\",\n            \"cachedImageIds\": [\n                \"62fd082f09c2f66bcc000026\",\n                \"62fd082f09c2f66bcc000022\",\n                \"62fd082f09c2f66bcc000027\",\n                \"62fd082f09c2f66bcc00002a\"\n            ],\n            \"schemaId\": \"62fce77449ccd3001b067c51\",\n            \"schemaClassId\": \"62fcfef009c2f60aa7000008\",\n            \"productSetIds\": [\n                \"62fd04895ef36700186a04ab\",\n                \"62fd04895ef36700186a04ac\",\n                \"62fd04d45ef36700186a04cc\",\n                \"62fe06394eb3c5001873ac15\",\n                \"62fe14274eb3c5001873acd2\",\n                \"62fe14a54eb3c5001873acf5\",\n                \"62fe15914eb3c5001873ad1d\",\n                \"6495a19aa0dbda0012465b08\"\n            ],\n            \"parentIds\": [],\n            \"id\": \"62fd048a5ef36700186a04b0\",\n            \"hasReadAccess\": true,\n            \"hasWriteAccess\": true\n        },\n        {\n            \"accountId\": \"62fce77449ccd3001b067c4e\",\n            \"userId\": \"62f0d5395aadd0001c490a6a\",\n            \"dateCreated\": \"2022-08-17T15:08:58.075Z\",\n            \"dateUpdated\": \"2022-08-18T13:20:15.850Z\",\n            \"primaryId\": \"FINC_SHRT002_WHT\",\n            \"allIds\": [\n                \"FINC_SHRT002_WHT\",\n                \"FINC_SHRT002_WHT\"\n            ],\n            \"typeId\": \"Colour\",\n            \"classTreeNodeIds\": [\n                \"62fd07f906d8984780d46f7f\"\n            ],\n            \"attributeData\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"colour\": \"White\",\n                        \"desc\": \"Slim fit long sleeve shirt from the FashionINC Basic range\",\n                        \"defaultImage\": [\n                            \"62fd082f09c2f66bcc000034\"\n                        ],\n                        \"images\": [\n                            \"62fd082f09c2f66bcc000031\"\n                        ],\n                        \"marketingDescription\": \"An easy iron white Amazon shirt is a great option for busy men, and this white long sleeve shirt from FashionINC is a perfect option for any occasion. Style with any suit or even pair with jeans for casualwear, a men's formal white shirt is a classic piece, and this a great quality choice.\",\n                        \"autoReleaseFlag\": true\n                    }\n                },\n                \"62fe11c7ce92140012a6a66d\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"marketingDescription\": \"An easy iron white Amazon shirt is a great option for busy men, and this white long sleeve shirt from FashionINC is a perfect option for any occasion. Style with any suit or even pair with jeans for casualwear, a men's formal white shirt is a classic piece, and this a great quality choice.\"\n                    }\n                },\n                \"62fe1253ce92140012a6a66e\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"marketingDescription\": \"An easy iron white eBay shirt is a great option for busy men, and this white long sleeve shirt from FashionINC is a perfect option for any occasion. Style with any suit or even pair with jeans for casualwear, a men's formal white shirt is a classic piece, and this a great quality choice.\"\n                    }\n                }\n            },\n            \"attributeMetadata\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"colour\": {\n                            \"source\": {\n                                \"attrName\": \"fi_colour\",\n                                \"dateUpdated\": \"2022-08-17T15:08:57.925Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd048943d99c0018731703\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"desc\": {\n                            \"source\": {\n                                \"attrName\": \"fi_productDescription\",\n                                \"dateUpdated\": \"2022-08-17T15:08:57.925Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd048943d99c0018731703\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"defaultImage\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2022-08-17T15:33:05.451Z\",\n                                \"id\": \"62f0d5395aadd0001c490a6a\",\n                                \"model\": \"pimberly users\"\n                            }\n                        },\n                        \"images\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2022-08-17T15:33:05.451Z\",\n                                \"id\": \"62f0d5395aadd0001c490a6a\",\n                                \"model\": \"pimberly users\"\n                            }\n                        },\n                        \"marketingDescription\": {\n                            \"source\": {\n                                \"attrName\": \"amz_SalesDescription\",\n                                \"dateUpdated\": \"2022-08-18T10:27:51.693Z\",\n                                \"file\": \"FashionINC_Data_Marketplace.xlsx\",\n                                \"id\": \"62fe142743d99c0018731b81\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"parentIds\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2022-08-18T10:33:09.401Z\",\n                                \"model\": \"user\",\n                                \"id\": \"62f0d5395aadd0001c490a6a\",\n                                \"parentId\": \"62fd042b4eb3c50018730a5a\"\n                            }\n                        },\n                        \"autoReleaseFlag\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2022-08-18T13:20:15.841Z\",\n                                \"id\": \"62f0d5395aadd0001c490a6a\",\n                                \"model\": \"pimberly users\"\n                            }\n                        }\n                    }\n                },\n                \"62fe11c7ce92140012a6a66d\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"marketingDescription\": {\n                            \"source\": {\n                                \"attrName\": \"amz_SalesDescription\",\n                                \"dateUpdated\": \"2022-08-18T10:29:57.462Z\",\n                                \"file\": \"FashionINC_Data_Marketplace.xlsx\",\n                                \"id\": \"62fe14a51b2c5d001efe8bc8\",\n                                \"model\": \"import\"\n                            }\n                        }\n                    }\n                },\n                \"62fe1253ce92140012a6a66e\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"marketingDescription\": {\n                            \"source\": {\n                                \"attrName\": \"ebay_MarketingCopy\",\n                                \"dateUpdated\": \"2022-08-18T10:33:53.779Z\",\n                                \"file\": \"FashionINC_Data_Marketplace.xlsx\",\n                                \"id\": \"62fe159143d99c0018731b83\",\n                                \"model\": \"import\"\n                            }\n                        }\n                    }\n                }\n            },\n            \"rootAttributeMetadata\": {\n                \"schemaClassId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:08:58.074Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"schemaId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:08:58.074Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"typeId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:08:58.074Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"classTreeNodeIds\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:41:44.170Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                }\n            },\n            \"releasedChannelIds\": [\n                \"62fe02d3ce92140012a6a61a\",\n                \"62fe3a9943d99c0018732329\"\n            ],\n            \"releasedChannelDates\": {\n                \"62fe02d3ce92140012a6a61a\": \"2022-08-18T09:17:05.256Z\",\n                \"62fe3a9943d99c0018732329\": \"2023-06-23T13:43:43.922Z\"\n            },\n            \"lifecycleStage\": \"62fe070309c2f6235c000007\",\n            \"cachedLifecycleStageName\": \"Ready for Release \",\n            \"cachedPrimaryDescription\": \"Slim fit long sleeve shirt from the FashionINC Basic range\",\n            \"cachedSchemaName\": \"FashionINC\",\n            \"cachedTaxonomyPath\": \"FashionINC - Shirts\",\n            \"items\": [\n                \"62fd04d55ef36700186a050d\",\n                \"62fd04d55ef36700186a0510\",\n                \"62fd04d55ef36700186a0513\"\n            ],\n            \"primaryImage\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000034/medium/FINC_SHRT002_WHT_01.jpg\",\n            \"cachedImageIds\": [\n                \"62fd082f09c2f66bcc000034\",\n                \"62fd082f09c2f66bcc000031\"\n            ],\n            \"schemaId\": \"62fce77449ccd3001b067c51\",\n            \"schemaClassId\": \"62fcfee309c2f60aa7000006\",\n            \"productSetIds\": [\n                \"62fd04895ef36700186a04ab\",\n                \"62fd04895ef36700186a04ac\",\n                \"62fd04d45ef36700186a04cc\",\n                \"62fe03c15ef36700186c08ac\",\n                \"62fe06394eb3c5001873ac15\",\n                \"62fe14274eb3c5001873acd2\",\n                \"62fe14a54eb3c5001873acf5\",\n                \"62fe15914eb3c5001873ad1d\",\n                \"6495a19aa0dbda0012465b08\"\n            ],\n            \"parentIds\": [\n                \"62fd042b4eb3c50018730a5a\"\n            ],\n            \"id\": \"62fd048a5ef36700186a04b6\",\n            \"hasReadAccess\": true,\n            \"hasWriteAccess\": true\n        },\n        {\n            \"accountId\": \"62fce77449ccd3001b067c4e\",\n            \"userId\": \"62f0d5395aadd0001c490a6a\",\n            \"dateCreated\": \"2022-08-17T15:08:58.090Z\",\n            \"dateUpdated\": \"2022-08-18T10:33:54.093Z\",\n            \"primaryId\": \"FINC_SHRT003_WHT\",\n            \"allIds\": [\n                \"FINC_SHRT003_WHT\",\n                \"FINC_SHRT003_WHT\"\n            ],\n            \"typeId\": \"Colour\",\n            \"classTreeNodeIds\": [\n                \"62fd07f906d8984780d46f7f\"\n            ],\n            \"attributeData\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"colour\": \"Blanc\",\n                        \"desc\": \"Tailored fit long sleeve shirt from the FashionINC Basic range\",\n                        \"defaultImage\": [\n                            \"62fd082f09c2f66bcc000029\"\n                        ],\n                        \"images\": [\n                            \"62fd082f09c2f66bcc000025\"\n                        ],\n                        \"marketingDescription\": \"Some occasions call for all the formalities, and this white cotton shirt from Amazon is ideal for those special occasions. This tailored oxford shirt from FashionINC is the perfect white long sleeve shirt for the days that really matter. A flattering fit and available in a wide range of sizes, you can't go wrong with a double cuff white shirt for men like this one.\"\n                    },\n                    \"62fe081dce92140012a6a628\": {\n                        \"colour\": \"Blanc\"\n                    },\n                    \"62fe082b43d99c0018731b26\": {\n                        \"colour\": null\n                    }\n                },\n                \"62fe11c7ce92140012a6a66d\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"marketingDescription\": \"Some occasions call for all the formalities, and this white cotton shirt from Amazon is ideal for those special occasions. This tailored oxford shirt from FashionINC is the perfect white long sleeve shirt for the days that really matter. A flattering fit and available in a wide range of sizes, you can't go wrong with a double cuff white shirt for men like this one.\"\n                    }\n                },\n                \"62fe1253ce92140012a6a66e\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"marketingDescription\": \"Some occasions call for all the formalities, and this white cotton shirt from eBay is ideal for those special occasions. This tailored oxford shirt from FashionINC is the perfect white long sleeve shirt for the days that really matter. A flattering fit and available in a wide range of sizes, you can't go wrong with a double cuff white shirt for men like this one.\"\n                    }\n                }\n            },\n            \"attributeMetadata\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"colour\": {\n                            \"source\": {\n                                \"attrName\": \"fi_colour\",\n                                \"dateUpdated\": \"2022-08-18T15:05:27.238Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62f0d5395aadd0001c490a6a\",\n                                \"model\": \"user\"\n                            }\n                        },\n                        \"desc\": {\n                            \"source\": {\n                                \"attrName\": \"fi_productDescription\",\n                                \"dateUpdated\": \"2022-08-17T15:08:57.925Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd048943d99c0018731703\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"defaultImage\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2022-08-17T15:33:26.263Z\",\n                                \"id\": \"62f0d5395aadd0001c490a6a\",\n                                \"model\": \"pimberly users\"\n                            }\n                        },\n                        \"images\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2022-08-17T15:33:26.263Z\",\n                                \"id\": \"62f0d5395aadd0001c490a6a\",\n                                \"model\": \"pimberly users\"\n                            }\n                        },\n                        \"marketingDescription\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2022-08-18T10:27:51.693Z\",\n                                \"id\": \"62fe142743d99c0018731b81\",\n                                \"model\": \"import\",\n                                \"attrName\": \"amz_SalesDescription\",\n                                \"file\": \"FashionINC_Data_Marketplace.xlsx\"\n                            }\n                        },\n                        \"parentIds\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2022-08-18T10:33:09.453Z\",\n                                \"model\": \"user\",\n                                \"id\": \"62f0d5395aadd0001c490a6a\",\n                                \"parentId\": \"62fd042b4eb3c50018730a5d\"\n                            }\n                        }\n                    },\n                    \"62fe081dce92140012a6a628\": {\n                        \"colour\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2022-08-18T15:05:27.238Z\",\n                                \"id\": \"62f0d5395aadd0001c490a6a\",\n                                \"model\": \"user\"\n                            }\n                        }\n                    },\n                    \"62fe082b43d99c0018731b26\": {\n                        \"colour\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2022-08-18T15:05:27.238Z\",\n                                \"id\": \"62f0d5395aadd0001c490a6a\",\n                                \"model\": \"user\"\n                            }\n                        }\n                    }\n                },\n                \"62fe11c7ce92140012a6a66d\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"marketingDescription\": {\n                            \"source\": {\n                                \"attrName\": \"amz_SalesDescription\",\n                                \"dateUpdated\": \"2022-08-18T10:29:57.462Z\",\n                                \"file\": \"FashionINC_Data_Marketplace.xlsx\",\n                                \"id\": \"62fe14a51b2c5d001efe8bc8\",\n                                \"model\": \"import\"\n                            }\n                        }\n                    }\n                },\n                \"62fe1253ce92140012a6a66e\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"marketingDescription\": {\n                            \"source\": {\n                                \"attrName\": \"ebay_MarketingCopy\",\n                                \"dateUpdated\": \"2022-08-18T10:33:53.779Z\",\n                                \"file\": \"FashionINC_Data_Marketplace.xlsx\",\n                                \"id\": \"62fe159143d99c0018731b83\",\n                                \"model\": \"import\"\n                            }\n                        }\n                    }\n                }\n            },\n            \"rootAttributeMetadata\": {\n                \"schemaClassId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:08:58.090Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"schemaId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:08:58.090Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"typeId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:08:58.090Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"classTreeNodeIds\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:42:00.242Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                }\n            },\n            \"releasedChannelIds\": [\n                \"62fe02d3ce92140012a6a61a\",\n                \"62fe3a9943d99c0018732329\"\n            ],\n            \"releasedChannelDates\": {\n                \"62fe02d3ce92140012a6a61a\": \"2022-08-18T09:17:05.256Z\",\n                \"62fe3a9943d99c0018732329\": \"2023-06-23T13:43:43.922Z\"\n            },\n            \"lifecycleStage\": \"62fe070309c2f6235c000007\",\n            \"cachedLifecycleStageName\": \"Ready for Release \",\n            \"cachedPrimaryDescription\": \"Tailored fit long sleeve shirt from the FashionINC Basic range\",\n            \"cachedSchemaName\": \"FashionINC\",\n            \"cachedTaxonomyPath\": \"FashionINC - Shirts\",\n            \"items\": [\n                \"62fd04d55ef36700186a0516\",\n                \"62fd04d55ef36700186a0519\",\n                \"62fd04d55ef36700186a051c\"\n            ],\n            \"primaryImage\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000029/medium/FINC_SHRT003_WHT_01.jpg\",\n            \"cachedImageIds\": [\n                \"62fd082f09c2f66bcc000029\",\n                \"62fd082f09c2f66bcc000025\"\n            ],\n            \"schemaId\": \"62fce77449ccd3001b067c51\",\n            \"schemaClassId\": \"62fcfee309c2f60aa7000006\",\n            \"productSetIds\": [\n                \"62fd04895ef36700186a04ab\",\n                \"62fd04895ef36700186a04ac\",\n                \"62fd04d45ef36700186a04cc\",\n                \"62fe03c15ef36700186c08ac\",\n                \"62fe04315ef36700186c08bd\",\n                \"62fe06394eb3c5001873ac15\",\n                \"62fe14274eb3c5001873acd2\",\n                \"62fe14a54eb3c5001873acf5\",\n                \"62fe15914eb3c5001873ad1d\",\n                \"6495a19aa0dbda0012465b08\"\n            ],\n            \"parentIds\": [\n                \"62fd042b4eb3c50018730a5d\"\n            ],\n            \"id\": \"62fd048a5ef36700186a04b9\",\n            \"hasReadAccess\": true,\n            \"hasWriteAccess\": true\n        },\n        {\n            \"accountId\": \"62fce77449ccd3001b067c4e\",\n            \"userId\": \"62f0d5395aadd0001c490a6a\",\n            \"dateCreated\": \"2022-08-17T15:08:58.108Z\",\n            \"dateUpdated\": \"2023-08-24T08:40:16.886Z\",\n            \"primaryId\": \"FINC_SHRT004_WHT\",\n            \"allIds\": [\n                \"FINC_SHRT004_WHT\",\n                \"FINC_SHRT004_WHT\"\n            ],\n            \"typeId\": \"Colour\",\n            \"classTreeNodeIds\": [\n                \"62fd07f906d8984780d46f7f\"\n            ],\n            \"attributeData\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"colour\": null,\n                        \"desc\": \"Double cuff long sleeve shirt from the FashionINC Premier Collection\",\n                        \"defaultImage\": [\n                            \"62fd082f09c2f66bcc00002b\"\n                        ],\n                        \"images\": [\n                            \"62fd082f09c2f66bcc00002c\"\n                        ],\n                        \"autoReleaseFlag\": true,\n                        \"releasedDateTime\": \"2022-08-18T15:16:57.013Z\",\n                        \"size\": \"FINC_SHRT004_WHT_16S\"\n                    },\n                    \"62fe081dce92140012a6a628\": {},\n                    \"62fe082b43d99c0018731b26\": {}\n                },\n                \"62fe11c7ce92140012a6a66d\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"marketingDescription\": \"Some occasions call for all the formalities, and this white cotton shirt from Amazon is ideal for those special occasions. This tailored oxford shirt from FashionINC is the perfect white long sleeve shirt for the days that really matter. A flattering fit and available in a wide range of sizes, you can't go wrong with a double cuff white shirt for men like this one.\"\n                    }\n                },\n                \"62fe1253ce92140012a6a66e\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"marketingDescription\": \"Some occasions call for all the formalities, and this white cotton shirt from eBay is ideal for those special occasions. This tailored oxford shirt from FashionINC is the perfect white long sleeve shirt for the days that really matter. A flattering fit and available in a wide range of sizes, you can't go wrong with a double cuff white shirt for men like this one.\"\n                    }\n                }\n            },\n            \"attributeMetadata\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"colour\": {\n                            \"source\": {\n                                \"attrName\": \"fi_colour\",\n                                \"dateUpdated\": \"2022-08-18T15:16:56.966Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62f0d5395aadd0001c490a6a\",\n                                \"model\": \"user\"\n                            }\n                        },\n                        \"desc\": {\n                            \"source\": {\n                                \"attrName\": \"fi_productDescription\",\n                                \"dateUpdated\": \"2022-08-17T15:08:57.925Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd048943d99c0018731703\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"defaultImage\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2022-08-17T15:33:45.910Z\",\n                                \"id\": \"62f0d5395aadd0001c490a6a\",\n                                \"model\": \"pimberly users\"\n                            }\n                        },\n                        \"images\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2022-08-17T15:33:45.910Z\",\n                                \"id\": \"62f0d5395aadd0001c490a6a\",\n                                \"model\": \"pimberly users\"\n                            }\n                        },\n                        \"marketingDescription\": {\n                            \"source\": {\n                                \"attrName\": \"Marketing Description\",\n                                \"dateUpdated\": \"2023-06-23T13:45:42.097Z\",\n                                \"file\": \"FashionINC Auto.csv\",\n                                \"id\": \"6495a2061ed3b1006b6e75f0\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"parentIds\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2022-08-18T10:33:09.495Z\",\n                                \"model\": \"user\",\n                                \"id\": \"62f0d5395aadd0001c490a6a\",\n                                \"parentId\": \"62fd042b4eb3c50018730a60\"\n                            }\n                        },\n                        \"autoReleaseFlag\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2022-08-18T13:25:33.876Z\",\n                                \"id\": \"62f0d5395aadd0001c490a6a\",\n                                \"model\": \"pimberly users\"\n                            }\n                        },\n                        \"releasedDateTime\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2022-08-18T15:16:56.966Z\",\n                                \"id\": \"62f0d5395aadd0001c490a6a\",\n                                \"model\": \"user\"\n                            }\n                        },\n                        \"size\": {\n                            \"source\": {\n                                \"attrName\": \"Size\",\n                                \"dateUpdated\": \"2023-06-23T13:45:42.097Z\",\n                                \"file\": \"FashionINC Auto.csv\",\n                                \"id\": \"6495a2061ed3b1006b6e75f0\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"items\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2023-08-24T08:40:16.886Z\",\n                                \"model\": \"user\",\n                                \"id\": \"64d9f0dbf0eb2cf96419d91c\",\n                                \"itemId\": \"64dcdc11a2490c016591bf46\"\n                            }\n                        }\n                    },\n                    \"62fe081dce92140012a6a628\": {\n                        \"colour\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2022-08-18T15:16:56.966Z\",\n                                \"id\": \"62f0d5395aadd0001c490a6a\",\n                                \"model\": \"user\"\n                            }\n                        }\n                    },\n                    \"62fe082b43d99c0018731b26\": {\n                        \"colour\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2022-08-18T15:16:56.966Z\",\n                                \"id\": \"62f0d5395aadd0001c490a6a\",\n                                \"model\": \"user\"\n                            }\n                        }\n                    }\n                },\n                \"62fe11c7ce92140012a6a66d\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"marketingDescription\": {\n                            \"source\": {\n                                \"attrName\": \"amz_SalesDescription\",\n                                \"dateUpdated\": \"2022-08-18T10:29:57.462Z\",\n                                \"file\": \"FashionINC_Data_Marketplace.xlsx\",\n                                \"id\": \"62fe14a51b2c5d001efe8bc8\",\n                                \"model\": \"import\"\n                            }\n                        }\n                    }\n                },\n                \"62fe1253ce92140012a6a66e\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"marketingDescription\": {\n                            \"source\": {\n                                \"attrName\": \"ebay_MarketingCopy\",\n                                \"dateUpdated\": \"2022-08-18T10:33:53.779Z\",\n                                \"file\": \"FashionINC_Data_Marketplace.xlsx\",\n                                \"id\": \"62fe159143d99c0018731b83\",\n                                \"model\": \"import\"\n                            }\n                        }\n                    }\n                }\n            },\n            \"rootAttributeMetadata\": {\n                \"schemaClassId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:08:58.107Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"schemaId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:08:58.107Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"typeId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:08:58.107Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"classTreeNodeIds\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:42:11.884Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                }\n            },\n            \"releasedChannelIds\": [\n                \"62fe02d3ce92140012a6a61a\",\n                \"62fe3a9943d99c0018732329\"\n            ],\n            \"releasedChannelDates\": {\n                \"62fe02d3ce92140012a6a61a\": \"2022-08-18T09:17:05.256Z\",\n                \"62fe3a9943d99c0018732329\": \"2022-08-18T15:16:46.715Z\"\n            },\n            \"lifecycleStage\": \"62fe070309c2f6235c000007\",\n            \"cachedLifecycleStageName\": \"Ready for Release \",\n            \"cachedPrimaryDescription\": \"Double cuff long sleeve shirt from the FashionINC Premier Collection\",\n            \"cachedSchemaName\": \"FashionINC\",\n            \"cachedTaxonomyPath\": \"FashionINC - Shirts\",\n            \"items\": [\n                \"62fd04d55ef36700186a051f\",\n                \"62fd04d55ef36700186a0522\",\n                \"62fd04d55ef36700186a0525\",\n                \"64dcdc11a2490c016591bf46\"\n            ],\n            \"primaryImage\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc00002b/medium/FINC_SHRT004_WHT_01.jpg\",\n            \"cachedImageIds\": [\n                \"62fd082f09c2f66bcc00002b\",\n                \"62fd082f09c2f66bcc00002c\"\n            ],\n            \"schemaId\": \"62fce77449ccd3001b067c51\",\n            \"schemaClassId\": \"62fcfee309c2f60aa7000006\",\n            \"productSetIds\": [\n                \"62fd04895ef36700186a04ab\",\n                \"62fd04895ef36700186a04ac\",\n                \"62fd04d45ef36700186a04cc\",\n                \"62fe03c15ef36700186c08ac\",\n                \"62fe06394eb3c5001873ac15\",\n                \"62fe14274eb3c5001873acd2\",\n                \"62fe14a54eb3c5001873acf5\",\n                \"62fe15914eb3c5001873ad1d\",\n                \"6495a19aa0dbda0012465b08\",\n                \"6495a2065919b50012c943fa\"\n            ],\n            \"parentIds\": [\n                \"62fd042b4eb3c50018730a60\"\n            ],\n            \"id\": \"62fd048a5ef36700186a04bc\",\n            \"hasReadAccess\": true,\n            \"hasWriteAccess\": true\n        },\n        {\n            \"accountId\": \"62fce77449ccd3001b067c4e\",\n            \"userId\": \"62f0d5395aadd0001c490a6a\",\n            \"dateCreated\": \"2022-08-17T15:08:58.124Z\",\n            \"dateUpdated\": \"2022-08-18T10:33:54.203Z\",\n            \"primaryId\": \"FINC_SHRT004_BLK\",\n            \"allIds\": [\n                \"FINC_SHRT004_BLK\",\n                \"FINC_SHRT004_BLK\"\n            ],\n            \"typeId\": \"Colour\",\n            \"classTreeNodeIds\": [\n                \"62fd07f906d8984780d46f7f\"\n            ],\n            \"attributeData\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"colour\": \"Black\",\n                        \"desc\": \"Double cuff long sleeve shirt from the FashionINC Premier Collection\",\n                        \"defaultImage\": [\n                            \"62fd082f09c2f66bcc00002d\"\n                        ],\n                        \"images\": [\n                            \"62fd082f09c2f66bcc00002f\"\n                        ],\n                        \"marketingDescription\": \"Some occasions call for all the formalities, and this black cotton shirt from Amazon is ideal for those special occasions. This tailored oxford shirt from FashionINC is the perfect white long sleeve shirt for the days that really matter. A flattering fit and available in a wide range of sizes, you can't go wrong with a double cuff white shirt for men like this one.\"\n                    }\n                },\n                \"62fe11c7ce92140012a6a66d\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"marketingDescription\": \"Some occasions call for all the formalities, and this black cotton shirt from Amazon is ideal for those special occasions. This tailored oxford shirt from FashionINC is the perfect white long sleeve shirt for the days that really matter. A flattering fit and available in a wide range of sizes, you can't go wrong with a double cuff white shirt for men like this one.\"\n                    }\n                },\n                \"62fe1253ce92140012a6a66e\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"marketingDescription\": \"Some occasions call for all the formalities, and this black cotton shirt from eBay is ideal for those special occasions. This tailored oxford shirt from FashionINC is the perfect white long sleeve shirt for the days that really matter. A flattering fit and available in a wide range of sizes, you can't go wrong with a double cuff white shirt for men like this one.\"\n                    }\n                }\n            },\n            \"attributeMetadata\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"colour\": {\n                            \"source\": {\n                                \"attrName\": \"fi_colour\",\n                                \"dateUpdated\": \"2022-08-17T15:08:57.925Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd048943d99c0018731703\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"desc\": {\n                            \"source\": {\n                                \"attrName\": \"fi_productDescription\",\n                                \"dateUpdated\": \"2022-08-17T15:08:57.925Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd048943d99c0018731703\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"defaultImage\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2022-08-17T15:34:08.366Z\",\n                                \"id\": \"62f0d5395aadd0001c490a6a\",\n                                \"model\": \"pimberly users\"\n                            }\n                        },\n                        \"images\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2022-08-17T15:34:08.366Z\",\n                                \"id\": \"62f0d5395aadd0001c490a6a\",\n                                \"model\": \"pimberly users\"\n                            }\n                        },\n                        \"marketingDescription\": {\n                            \"source\": {\n                                \"attrName\": \"amz_SalesDescription\",\n                                \"dateUpdated\": \"2022-08-18T10:27:51.693Z\",\n                                \"file\": \"FashionINC_Data_Marketplace.xlsx\",\n                                \"id\": \"62fe142743d99c0018731b81\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"parentIds\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2022-08-18T10:33:09.495Z\",\n                                \"model\": \"user\",\n                                \"id\": \"62f0d5395aadd0001c490a6a\",\n                                \"parentId\": \"62fd042b4eb3c50018730a60\"\n                            }\n                        }\n                    }\n                },\n                \"62fe11c7ce92140012a6a66d\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"marketingDescription\": {\n                            \"source\": {\n                                \"attrName\": \"amz_SalesDescription\",\n                                \"dateUpdated\": \"2022-08-18T10:29:57.462Z\",\n                                \"file\": \"FashionINC_Data_Marketplace.xlsx\",\n                                \"id\": \"62fe14a51b2c5d001efe8bc8\",\n                                \"model\": \"import\"\n                            }\n                        }\n                    }\n                },\n                \"62fe1253ce92140012a6a66e\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"marketingDescription\": {\n                            \"source\": {\n                                \"attrName\": \"ebay_MarketingCopy\",\n                                \"dateUpdated\": \"2022-08-18T10:33:53.779Z\",\n                                \"file\": \"FashionINC_Data_Marketplace.xlsx\",\n                                \"id\": \"62fe159143d99c0018731b83\",\n                                \"model\": \"import\"\n                            }\n                        }\n                    }\n                }\n            },\n            \"rootAttributeMetadata\": {\n                \"schemaClassId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:08:58.123Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"schemaId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:08:58.123Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"typeId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:08:58.123Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"classTreeNodeIds\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:42:27.026Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                }\n            },\n            \"releasedChannelIds\": [\n                \"62fe02d3ce92140012a6a61a\",\n                \"62fe3a9943d99c0018732329\"\n            ],\n            \"releasedChannelDates\": {\n                \"62fe02d3ce92140012a6a61a\": \"2022-08-18T09:17:05.256Z\",\n                \"62fe3a9943d99c0018732329\": \"2023-06-23T13:43:43.922Z\"\n            },\n            \"lifecycleStage\": \"62fe070309c2f6235c000007\",\n            \"cachedLifecycleStageName\": \"Ready for Release \",\n            \"cachedPrimaryDescription\": \"Double cuff long sleeve shirt from the FashionINC Premier Collection\",\n            \"cachedSchemaName\": \"FashionINC\",\n            \"cachedTaxonomyPath\": \"FashionINC - Shirts\",\n            \"items\": [\n                \"62fd04d55ef36700186a0528\",\n                \"62fd04d55ef36700186a052b\",\n                \"62fd04d55ef36700186a052e\"\n            ],\n            \"primaryImage\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc00002d/medium/FINC_SHRT004_BLK_01.jpg\",\n            \"cachedImageIds\": [\n                \"62fd082f09c2f66bcc00002d\",\n                \"62fd082f09c2f66bcc00002f\"\n            ],\n            \"schemaId\": \"62fce77449ccd3001b067c51\",\n            \"schemaClassId\": \"62fcfee309c2f60aa7000006\",\n            \"productSetIds\": [\n                \"62fd04895ef36700186a04ab\",\n                \"62fd04895ef36700186a04ac\",\n                \"62fd04d45ef36700186a04cc\",\n                \"62fe03c15ef36700186c08ac\",\n                \"62fe06394eb3c5001873ac15\",\n                \"62fe14274eb3c5001873acd2\",\n                \"62fe14a54eb3c5001873acf5\",\n                \"62fe15914eb3c5001873ad1d\",\n                \"6495a19aa0dbda0012465b08\"\n            ],\n            \"parentIds\": [\n                \"62fd042b4eb3c50018730a60\"\n            ],\n            \"id\": \"62fd048a5ef36700186a04bf\",\n            \"hasReadAccess\": true,\n            \"hasWriteAccess\": true\n        },\n        {\n            \"accountId\": \"62fce77449ccd3001b067c4e\",\n            \"userId\": \"62f0d5395aadd0001c490a6a\",\n            \"dateCreated\": \"2022-08-17T15:08:58.138Z\",\n            \"dateUpdated\": \"2022-08-23T13:18:51.844Z\",\n            \"primaryId\": \"FINC_SHRT004_BLU\",\n            \"allIds\": [\n                \"FINC_SHRT004_BLU\",\n                \"FINC_SHRT004_BLU\"\n            ],\n            \"typeId\": \"Colour\",\n            \"classTreeNodeIds\": [\n                \"62fd07f906d8984780d46f7f\"\n            ],\n            \"attributeData\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"colour\": \"Blue\",\n                        \"desc\": \"Double cuff long sleeve shirt from the FashionINC Premier Collection\",\n                        \"defaultImage\": [\n                            \"62fd082f09c2f66bcc000028\"\n                        ],\n                        \"images\": [\n                            \"62fd082f09c2f66bcc000023\"\n                        ],\n                        \"marketingDescription\": \"Some occasions call for all the formalities, and this blue cotton shirt from Amazon is ideal for those special occasions. This tailored oxford shirt from FashionINC is the perfect white long sleeve shirt for the days that really matter. A flattering fit and available in a wide range of sizes, you can't go wrong with a double cuff white shirt for men like this one.\"\n                    },\n                    \"62fe081dce92140012a6a628\": {\n                        \"marketingDescription\": \"...\"\n                    },\n                    \"62fe082b43d99c0018731b26\": {\n                        \"marketingDescription\": \"...\"\n                    }\n                },\n                \"62fe11c7ce92140012a6a66d\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"marketingDescription\": \"Some occasions call for all the formalities, and this blue cotton shirt from Amazon is ideal for those special occasions. This tailored oxford shirt from FashionINC is the perfect white long sleeve shirt for the days that really matter. A flattering fit and available in a wide range of sizes, you can't go wrong with a double cuff white shirt for men like this one.\"\n                    }\n                },\n                \"62fe1253ce92140012a6a66e\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"marketingDescription\": \"Some occasions call for all the formalities, and this blue cotton shirt from eBay is ideal for those special occasions. This tailored oxford shirt from FashionINC is the perfect white long sleeve shirt for the days that really matter. A flattering fit and available in a wide range of sizes, you can't go wrong with a double cuff white shirt for men like this one.\"\n                    }\n                }\n            },\n            \"attributeMetadata\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"colour\": {\n                            \"source\": {\n                                \"attrName\": \"fi_colour\",\n                                \"dateUpdated\": \"2022-08-17T15:08:57.925Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd048943d99c0018731703\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"desc\": {\n                            \"source\": {\n                                \"attrName\": \"fi_productDescription\",\n                                \"dateUpdated\": \"2022-08-17T15:08:57.925Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd048943d99c0018731703\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"defaultImage\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2022-08-18T10:09:53.892Z\",\n                                \"id\": \"62f0d5395aadd0001c490a6a\",\n                                \"model\": \"pimberly users\"\n                            }\n                        },\n                        \"images\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2022-08-17T15:34:27.457Z\",\n                                \"id\": \"62f0d5395aadd0001c490a6a\",\n                                \"model\": \"pimberly users\"\n                            }\n                        },\n                        \"marketingDescription\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2022-08-18T10:27:51.693Z\",\n                                \"id\": \"62fe142743d99c0018731b81\",\n                                \"model\": \"import\",\n                                \"attrName\": \"amz_SalesDescription\",\n                                \"file\": \"FashionINC_Data_Marketplace.xlsx\"\n                            }\n                        },\n                        \"parentIds\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2022-08-18T10:33:09.495Z\",\n                                \"model\": \"user\",\n                                \"id\": \"62f0d5395aadd0001c490a6a\",\n                                \"parentId\": \"62fd042b4eb3c50018730a60\"\n                            }\n                        },\n                        \"items\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2022-08-23T13:18:51.844Z\",\n                                \"model\": \"user\",\n                                \"id\": \"62f0d5395aadd0001c490a6a\",\n                                \"itemId\": \"62fd04d55ef36700186a0531\"\n                            }\n                        }\n                    },\n                    \"62fe081dce92140012a6a628\": {\n                        \"marketingDescription\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2022-08-18T10:09:27.925Z\",\n                                \"id\": \"62f0d5395aadd0001c490a6a\",\n                                \"model\": \"pimberly users\"\n                            }\n                        }\n                    },\n                    \"62fe082b43d99c0018731b26\": {\n                        \"marketingDescription\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2022-08-18T10:09:27.925Z\",\n                                \"id\": \"62f0d5395aadd0001c490a6a\",\n                                \"model\": \"pimberly users\"\n                            }\n                        }\n                    }\n                },\n                \"62fe11c7ce92140012a6a66d\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"marketingDescription\": {\n                            \"source\": {\n                                \"attrName\": \"amz_SalesDescription\",\n                                \"dateUpdated\": \"2022-08-18T10:29:57.462Z\",\n                                \"file\": \"FashionINC_Data_Marketplace.xlsx\",\n                                \"id\": \"62fe14a51b2c5d001efe8bc8\",\n                                \"model\": \"import\"\n                            }\n                        }\n                    }\n                },\n                \"62fe1253ce92140012a6a66e\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"marketingDescription\": {\n                            \"source\": {\n                                \"attrName\": \"ebay_MarketingCopy\",\n                                \"dateUpdated\": \"2022-08-18T10:33:53.779Z\",\n                                \"file\": \"FashionINC_Data_Marketplace.xlsx\",\n                                \"id\": \"62fe159143d99c0018731b83\",\n                                \"model\": \"import\"\n                            }\n                        }\n                    }\n                }\n            },\n            \"rootAttributeMetadata\": {\n                \"schemaClassId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:08:58.137Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"schemaId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:08:58.137Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"typeId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:08:58.137Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"classTreeNodeIds\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:42:37.841Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                }\n            },\n            \"releasedChannelIds\": [\n                \"62fe02d3ce92140012a6a61a\",\n                \"62fe34c61b2c5d001efe8fb1\",\n                \"62fe3a9943d99c0018732329\"\n            ],\n            \"releasedChannelDates\": {\n                \"62fe02d3ce92140012a6a61a\": \"2022-08-18T09:17:05.256Z\",\n                \"62fe34c61b2c5d001efe8fb1\": \"2022-08-18T12:47:29.920Z\",\n                \"62fe3a9943d99c0018732329\": \"2023-06-23T13:43:43.922Z\"\n            },\n            \"lifecycleStage\": \"62fe070309c2f6235c000007\",\n            \"cachedLifecycleStageName\": \"Ready for Release \",\n            \"cachedPrimaryDescription\": \"Double cuff long sleeve shirt from the FashionINC Premier Collection\",\n            \"cachedSchemaName\": \"FashionINC\",\n            \"cachedTaxonomyPath\": \"FashionINC - Shirts\",\n            \"items\": [\n                \"62fd04d55ef36700186a0531\",\n                \"62fd04d55ef36700186a0534\",\n                \"62fd04d55ef36700186a0537\"\n            ],\n            \"primaryImage\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000028/medium/FINC_SHRT004_BLU_01.jpg\",\n            \"cachedImageIds\": [\n                \"62fd082f09c2f66bcc000023\",\n                \"62fd082f09c2f66bcc000028\"\n            ],\n            \"schemaId\": \"62fce77449ccd3001b067c51\",\n            \"schemaClassId\": \"62fcfee309c2f60aa7000006\",\n            \"productSetIds\": [\n                \"62fd04895ef36700186a04ab\",\n                \"62fd04895ef36700186a04ac\",\n                \"62fd04d45ef36700186a04cc\",\n                \"62fe03c15ef36700186c08ac\",\n                \"62fe06394eb3c5001873ac15\",\n                \"62fe14274eb3c5001873acd2\",\n                \"62fe14a54eb3c5001873acf5\",\n                \"62fe15914eb3c5001873ad1d\",\n                \"62fe34ef4eb3c5001873b077\",\n                \"6495a19aa0dbda0012465b08\"\n            ],\n            \"parentIds\": [\n                \"62fd042b4eb3c50018730a60\"\n            ],\n            \"id\": \"62fd048a5ef36700186a04c2\",\n            \"hasReadAccess\": true,\n            \"hasWriteAccess\": true\n        },\n        {\n            \"accountId\": \"62fce77449ccd3001b067c4e\",\n            \"userId\": \"62f0d5395aadd0001c490a6a\",\n            \"dateCreated\": \"2022-08-17T15:10:12.880Z\",\n            \"dateUpdated\": \"2023-02-15T14:38:38.083Z\",\n            \"primaryId\": \"FINC_TRS001_BLK_32S\",\n            \"allIds\": [\n                \"FINC_TRS001_BLK_32S\"\n            ],\n            \"typeId\": \"Size\",\n            \"attributeData\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"desc\": \"Flat fronted trousers with a stretch waistband\",\n                        \"size\": \"32S\"\n                    }\n                }\n            },\n            \"attributeMetadata\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"desc\": {\n                            \"source\": {\n                                \"attrName\": \"fi_productDescription\",\n                                \"dateUpdated\": \"2022-08-17T15:10:12.818Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd04d4ce92140012a6a23c\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"size\": {\n                            \"source\": {\n                                \"attrName\": \"fi_size\",\n                                \"dateUpdated\": \"2022-08-17T15:10:12.818Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd04d4ce92140012a6a23c\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"parentIds\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2023-02-15T14:38:38.083Z\",\n                                \"model\": \"user\",\n                                \"id\": \"63b84a7a5039a5001f8b5049\",\n                                \"parentId\": \"62fd048a5ef36700186a04ad\"\n                            }\n                        }\n                    }\n                }\n            },\n            \"rootAttributeMetadata\": {\n                \"schemaClassId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:12.878Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"schemaId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:12.878Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"typeId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:12.878Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                }\n            },\n            \"lifecycleStage\": \"62fce77449ccd3001b067c54\",\n            \"cachedLifecycleStageName\": \"New\",\n            \"cachedPrimaryDescription\": \"Flat fronted trousers with a stretch waistband\",\n            \"cachedSchemaName\": \"FashionINC\",\n            \"cachedTaxonomyPath\": \"FashionINC - Trousers\",\n            \"schemaId\": \"62fce77449ccd3001b067c51\",\n            \"schemaClassId\": \"62fcfef009c2f60aa7000008\",\n            \"productSetIds\": [\n                \"62fd04d45ef36700186a04cc\",\n                \"62fd04d45ef36700186a04cd\",\n                \"62fe06394eb3c5001873ac15\"\n            ],\n            \"parentIds\": [\n                \"62fd048a5ef36700186a04ad\"\n            ],\n            \"id\": \"62fd04d45ef36700186a04ce\",\n            \"hasReadAccess\": true,\n            \"hasWriteAccess\": true\n        },\n        {\n            \"accountId\": \"62fce77449ccd3001b067c4e\",\n            \"userId\": \"62f0d5395aadd0001c490a6a\",\n            \"dateCreated\": \"2022-08-17T15:10:12.896Z\",\n            \"dateUpdated\": \"2023-02-15T14:38:38.083Z\",\n            \"primaryId\": \"FINC_TRS001_BLK_32R\",\n            \"allIds\": [\n                \"FINC_TRS001_BLK_32R\"\n            ],\n            \"typeId\": \"Size\",\n            \"attributeData\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"desc\": \"Flat fronted trousers with a stretch waistband\",\n                        \"size\": \"32R\"\n                    }\n                }\n            },\n            \"attributeMetadata\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"desc\": {\n                            \"source\": {\n                                \"attrName\": \"fi_productDescription\",\n                                \"dateUpdated\": \"2022-08-17T15:10:12.818Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd04d4ce92140012a6a23c\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"size\": {\n                            \"source\": {\n                                \"attrName\": \"fi_size\",\n                                \"dateUpdated\": \"2022-08-17T15:10:12.818Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd04d4ce92140012a6a23c\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"parentIds\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2023-02-15T14:38:38.083Z\",\n                                \"model\": \"user\",\n                                \"id\": \"63b84a7a5039a5001f8b5049\",\n                                \"parentId\": \"62fd048a5ef36700186a04ad\"\n                            }\n                        }\n                    }\n                }\n            },\n            \"rootAttributeMetadata\": {\n                \"schemaClassId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:12.895Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"schemaId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:12.895Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"typeId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:12.895Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                }\n            },\n            \"lifecycleStage\": \"62fce77449ccd3001b067c54\",\n            \"cachedLifecycleStageName\": \"New\",\n            \"cachedPrimaryDescription\": \"Flat fronted trousers with a stretch waistband\",\n            \"cachedSchemaName\": \"FashionINC\",\n            \"cachedTaxonomyPath\": \"FashionINC - Trousers\",\n            \"schemaId\": \"62fce77449ccd3001b067c51\",\n            \"schemaClassId\": \"62fcfef009c2f60aa7000008\",\n            \"productSetIds\": [\n                \"62fd04d45ef36700186a04cc\",\n                \"62fd04d45ef36700186a04cd\",\n                \"62fe06394eb3c5001873ac15\"\n            ],\n            \"parentIds\": [\n                \"62fd048a5ef36700186a04ad\"\n            ],\n            \"id\": \"62fd04d45ef36700186a04d1\",\n            \"hasReadAccess\": true,\n            \"hasWriteAccess\": true\n        },\n        {\n            \"accountId\": \"62fce77449ccd3001b067c4e\",\n            \"userId\": \"62f0d5395aadd0001c490a6a\",\n            \"dateCreated\": \"2022-08-17T15:10:12.911Z\",\n            \"dateUpdated\": \"2023-02-15T14:38:38.083Z\",\n            \"primaryId\": \"FINC_TRS001_BLK_32L\",\n            \"allIds\": [\n                \"FINC_TRS001_BLK_32L\"\n            ],\n            \"typeId\": \"Size\",\n            \"attributeData\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"desc\": \"Flat fronted trousers with a stretch waistband\",\n                        \"size\": \"32L\"\n                    }\n                }\n            },\n            \"attributeMetadata\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"desc\": {\n                            \"source\": {\n                                \"attrName\": \"fi_productDescription\",\n                                \"dateUpdated\": \"2022-08-17T15:10:12.818Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd04d4ce92140012a6a23c\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"size\": {\n                            \"source\": {\n                                \"attrName\": \"fi_size\",\n                                \"dateUpdated\": \"2022-08-17T15:10:12.818Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd04d4ce92140012a6a23c\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"parentIds\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2023-02-15T14:38:38.083Z\",\n                                \"model\": \"user\",\n                                \"id\": \"63b84a7a5039a5001f8b5049\",\n                                \"parentId\": \"62fd048a5ef36700186a04ad\"\n                            }\n                        }\n                    }\n                }\n            },\n            \"rootAttributeMetadata\": {\n                \"schemaClassId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:12.910Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"schemaId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:12.910Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"typeId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:12.910Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                }\n            },\n            \"lifecycleStage\": \"62fce77449ccd3001b067c54\",\n            \"cachedLifecycleStageName\": \"New\",\n            \"cachedPrimaryDescription\": \"Flat fronted trousers with a stretch waistband\",\n            \"cachedSchemaName\": \"FashionINC\",\n            \"cachedTaxonomyPath\": \"FashionINC - Trousers\",\n            \"schemaId\": \"62fce77449ccd3001b067c51\",\n            \"schemaClassId\": \"62fcfef009c2f60aa7000008\",\n            \"productSetIds\": [\n                \"62fd04d45ef36700186a04cc\",\n                \"62fd04d45ef36700186a04cd\",\n                \"62fe06394eb3c5001873ac15\"\n            ],\n            \"parentIds\": [\n                \"62fd048a5ef36700186a04ad\"\n            ],\n            \"id\": \"62fd04d45ef36700186a04d4\",\n            \"hasReadAccess\": true,\n            \"hasWriteAccess\": true\n        },\n        {\n            \"accountId\": \"62fce77449ccd3001b067c4e\",\n            \"userId\": \"62f0d5395aadd0001c490a6a\",\n            \"dateCreated\": \"2022-08-17T15:10:12.928Z\",\n            \"dateUpdated\": \"2023-02-15T14:38:38.083Z\",\n            \"primaryId\": \"FINC_TRS001_BLK_34S\",\n            \"allIds\": [\n                \"FINC_TRS001_BLK_34S\"\n            ],\n            \"typeId\": \"Size\",\n            \"attributeData\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"desc\": \"Flat fronted trousers with a stretch waistband\",\n                        \"size\": \"34S\"\n                    }\n                }\n            },\n            \"attributeMetadata\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"desc\": {\n                            \"source\": {\n                                \"attrName\": \"fi_productDescription\",\n                                \"dateUpdated\": \"2022-08-17T15:10:12.818Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd04d4ce92140012a6a23c\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"size\": {\n                            \"source\": {\n                                \"attrName\": \"fi_size\",\n                                \"dateUpdated\": \"2022-08-17T15:10:12.818Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd04d4ce92140012a6a23c\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"parentIds\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2023-02-15T14:38:38.083Z\",\n                                \"model\": \"user\",\n                                \"id\": \"63b84a7a5039a5001f8b5049\",\n                                \"parentId\": \"62fd048a5ef36700186a04ad\"\n                            }\n                        }\n                    }\n                }\n            },\n            \"rootAttributeMetadata\": {\n                \"schemaClassId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:12.924Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"schemaId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:12.924Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"typeId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:12.924Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                }\n            },\n            \"lifecycleStage\": \"62fce77449ccd3001b067c54\",\n            \"cachedLifecycleStageName\": \"New\",\n            \"cachedPrimaryDescription\": \"Flat fronted trousers with a stretch waistband\",\n            \"cachedSchemaName\": \"FashionINC\",\n            \"cachedTaxonomyPath\": \"FashionINC - Trousers\",\n            \"schemaId\": \"62fce77449ccd3001b067c51\",\n            \"schemaClassId\": \"62fcfef009c2f60aa7000008\",\n            \"productSetIds\": [\n                \"62fd04d45ef36700186a04cc\",\n                \"62fd04d45ef36700186a04cd\",\n                \"62fe06394eb3c5001873ac15\"\n            ],\n            \"parentIds\": [\n                \"62fd048a5ef36700186a04ad\"\n            ],\n            \"id\": \"62fd04d45ef36700186a04d7\",\n            \"hasReadAccess\": true,\n            \"hasWriteAccess\": true\n        },\n        {\n            \"accountId\": \"62fce77449ccd3001b067c4e\",\n            \"userId\": \"62f0d5395aadd0001c490a6a\",\n            \"dateCreated\": \"2022-08-17T15:10:12.942Z\",\n            \"dateUpdated\": \"2023-02-15T14:38:38.083Z\",\n            \"primaryId\": \"FINC_TRS001_BLK_34R\",\n            \"allIds\": [\n                \"FINC_TRS001_BLK_34R\"\n            ],\n            \"typeId\": \"Size\",\n            \"attributeData\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"desc\": \"Flat fronted trousers with a stretch waistband\",\n                        \"size\": \"34R\"\n                    }\n                }\n            },\n            \"attributeMetadata\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"desc\": {\n                            \"source\": {\n                                \"attrName\": \"fi_productDescription\",\n                                \"dateUpdated\": \"2022-08-17T15:10:12.818Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd04d4ce92140012a6a23c\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"size\": {\n                            \"source\": {\n                                \"attrName\": \"fi_size\",\n                                \"dateUpdated\": \"2022-08-17T15:10:12.818Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd04d4ce92140012a6a23c\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"parentIds\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2023-02-15T14:38:38.083Z\",\n                                \"model\": \"user\",\n                                \"id\": \"63b84a7a5039a5001f8b5049\",\n                                \"parentId\": \"62fd048a5ef36700186a04ad\"\n                            }\n                        }\n                    }\n                }\n            },\n            \"rootAttributeMetadata\": {\n                \"schemaClassId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:12.940Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"schemaId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:12.940Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"typeId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:12.940Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                }\n            },\n            \"lifecycleStage\": \"62fce77449ccd3001b067c54\",\n            \"cachedLifecycleStageName\": \"New\",\n            \"cachedPrimaryDescription\": \"Flat fronted trousers with a stretch waistband\",\n            \"cachedSchemaName\": \"FashionINC\",\n            \"cachedTaxonomyPath\": \"FashionINC - Trousers\",\n            \"schemaId\": \"62fce77449ccd3001b067c51\",\n            \"schemaClassId\": \"62fcfef009c2f60aa7000008\",\n            \"productSetIds\": [\n                \"62fd04d45ef36700186a04cc\",\n                \"62fd04d45ef36700186a04cd\",\n                \"62fe06394eb3c5001873ac15\"\n            ],\n            \"parentIds\": [\n                \"62fd048a5ef36700186a04ad\"\n            ],\n            \"id\": \"62fd04d45ef36700186a04da\",\n            \"hasReadAccess\": true,\n            \"hasWriteAccess\": true\n        },\n        {\n            \"accountId\": \"62fce77449ccd3001b067c4e\",\n            \"userId\": \"62f0d5395aadd0001c490a6a\",\n            \"dateCreated\": \"2022-08-17T15:10:12.955Z\",\n            \"dateUpdated\": \"2023-02-15T14:38:38.083Z\",\n            \"primaryId\": \"FINC_TRS001_BLK_34L\",\n            \"allIds\": [\n                \"FINC_TRS001_BLK_34L\"\n            ],\n            \"typeId\": \"Size\",\n            \"attributeData\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"desc\": \"Flat fronted trousers with a stretch waistband\",\n                        \"size\": \"34L\"\n                    }\n                }\n            },\n            \"attributeMetadata\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"desc\": {\n                            \"source\": {\n                                \"attrName\": \"fi_productDescription\",\n                                \"dateUpdated\": \"2022-08-17T15:10:12.818Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd04d4ce92140012a6a23c\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"size\": {\n                            \"source\": {\n                                \"attrName\": \"fi_size\",\n                                \"dateUpdated\": \"2022-08-17T15:10:12.818Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd04d4ce92140012a6a23c\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"parentIds\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2023-02-15T14:38:38.083Z\",\n                                \"model\": \"user\",\n                                \"id\": \"63b84a7a5039a5001f8b5049\",\n                                \"parentId\": \"62fd048a5ef36700186a04ad\"\n                            }\n                        }\n                    }\n                }\n            },\n            \"rootAttributeMetadata\": {\n                \"schemaClassId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:12.954Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"schemaId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:12.954Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"typeId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:12.954Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                }\n            },\n            \"lifecycleStage\": \"62fce77449ccd3001b067c54\",\n            \"cachedLifecycleStageName\": \"New\",\n            \"cachedPrimaryDescription\": \"Flat fronted trousers with a stretch waistband\",\n            \"cachedSchemaName\": \"FashionINC\",\n            \"cachedTaxonomyPath\": \"FashionINC - Trousers\",\n            \"schemaId\": \"62fce77449ccd3001b067c51\",\n            \"schemaClassId\": \"62fcfef009c2f60aa7000008\",\n            \"productSetIds\": [\n                \"62fd04d45ef36700186a04cc\",\n                \"62fd04d45ef36700186a04cd\",\n                \"62fe06394eb3c5001873ac15\"\n            ],\n            \"parentIds\": [\n                \"62fd048a5ef36700186a04ad\"\n            ],\n            \"id\": \"62fd04d45ef36700186a04dd\",\n            \"hasReadAccess\": true,\n            \"hasWriteAccess\": true\n        },\n        {\n            \"accountId\": \"62fce77449ccd3001b067c4e\",\n            \"userId\": \"62f0d5395aadd0001c490a6a\",\n            \"dateCreated\": \"2022-08-17T15:10:12.969Z\",\n            \"dateUpdated\": \"2023-02-15T14:38:38.083Z\",\n            \"primaryId\": \"FINC_TRS001_BLK_36S\",\n            \"allIds\": [\n                \"FINC_TRS001_BLK_36S\"\n            ],\n            \"typeId\": \"Size\",\n            \"attributeData\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"desc\": \"Flat fronted trousers with a stretch waistband\",\n                        \"size\": \"36S\"\n                    }\n                }\n            },\n            \"attributeMetadata\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"desc\": {\n                            \"source\": {\n                                \"attrName\": \"fi_productDescription\",\n                                \"dateUpdated\": \"2022-08-17T15:10:12.818Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd04d4ce92140012a6a23c\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"size\": {\n                            \"source\": {\n                                \"attrName\": \"fi_size\",\n                                \"dateUpdated\": \"2022-08-17T15:10:12.818Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd04d4ce92140012a6a23c\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"parentIds\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2023-02-15T14:38:38.083Z\",\n                                \"model\": \"user\",\n                                \"id\": \"63b84a7a5039a5001f8b5049\",\n                                \"parentId\": \"62fd048a5ef36700186a04ad\"\n                            }\n                        }\n                    }\n                }\n            },\n            \"rootAttributeMetadata\": {\n                \"schemaClassId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:12.968Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"schemaId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:12.968Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"typeId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:12.968Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                }\n            },\n            \"lifecycleStage\": \"62fce77449ccd3001b067c54\",\n            \"cachedLifecycleStageName\": \"New\",\n            \"cachedPrimaryDescription\": \"Flat fronted trousers with a stretch waistband\",\n            \"cachedSchemaName\": \"FashionINC\",\n            \"cachedTaxonomyPath\": \"FashionINC - Trousers\",\n            \"schemaId\": \"62fce77449ccd3001b067c51\",\n            \"schemaClassId\": \"62fcfef009c2f60aa7000008\",\n            \"productSetIds\": [\n                \"62fd04d45ef36700186a04cc\",\n                \"62fd04d45ef36700186a04cd\",\n                \"62fe06394eb3c5001873ac15\"\n            ],\n            \"parentIds\": [\n                \"62fd048a5ef36700186a04ad\"\n            ],\n            \"id\": \"62fd04d45ef36700186a04e0\",\n            \"hasReadAccess\": true,\n            \"hasWriteAccess\": true\n        },\n        {\n            \"accountId\": \"62fce77449ccd3001b067c4e\",\n            \"userId\": \"62f0d5395aadd0001c490a6a\",\n            \"dateCreated\": \"2022-08-17T15:10:12.983Z\",\n            \"dateUpdated\": \"2023-02-15T14:38:38.083Z\",\n            \"primaryId\": \"FINC_TRS001_BLK_36R\",\n            \"allIds\": [\n                \"FINC_TRS001_BLK_36R\"\n            ],\n            \"typeId\": \"Size\",\n            \"attributeData\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"desc\": \"Flat fronted trousers with a stretch waistband\",\n                        \"size\": \"36R\"\n                    }\n                }\n            },\n            \"attributeMetadata\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"desc\": {\n                            \"source\": {\n                                \"attrName\": \"fi_productDescription\",\n                                \"dateUpdated\": \"2022-08-17T15:10:12.818Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd04d4ce92140012a6a23c\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"size\": {\n                            \"source\": {\n                                \"attrName\": \"fi_size\",\n                                \"dateUpdated\": \"2022-08-17T15:10:12.818Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd04d4ce92140012a6a23c\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"parentIds\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2023-02-15T14:38:38.083Z\",\n                                \"model\": \"user\",\n                                \"id\": \"63b84a7a5039a5001f8b5049\",\n                                \"parentId\": \"62fd048a5ef36700186a04ad\"\n                            }\n                        }\n                    }\n                }\n            },\n            \"rootAttributeMetadata\": {\n                \"schemaClassId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:12.982Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"schemaId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:12.982Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"typeId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:12.982Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                }\n            },\n            \"lifecycleStage\": \"62fce77449ccd3001b067c54\",\n            \"cachedLifecycleStageName\": \"New\",\n            \"cachedPrimaryDescription\": \"Flat fronted trousers with a stretch waistband\",\n            \"cachedSchemaName\": \"FashionINC\",\n            \"cachedTaxonomyPath\": \"FashionINC - Trousers\",\n            \"schemaId\": \"62fce77449ccd3001b067c51\",\n            \"schemaClassId\": \"62fcfef009c2f60aa7000008\",\n            \"productSetIds\": [\n                \"62fd04d45ef36700186a04cc\",\n                \"62fd04d45ef36700186a04cd\",\n                \"62fe06394eb3c5001873ac15\"\n            ],\n            \"parentIds\": [\n                \"62fd048a5ef36700186a04ad\"\n            ],\n            \"id\": \"62fd04d45ef36700186a04e3\",\n            \"hasReadAccess\": true,\n            \"hasWriteAccess\": true\n        },\n        {\n            \"accountId\": \"62fce77449ccd3001b067c4e\",\n            \"userId\": \"62f0d5395aadd0001c490a6a\",\n            \"dateCreated\": \"2022-08-17T15:10:12.998Z\",\n            \"dateUpdated\": \"2023-02-15T14:38:38.083Z\",\n            \"primaryId\": \"FINC_TRS001_BLK_36L\",\n            \"allIds\": [\n                \"FINC_TRS001_BLK_36L\"\n            ],\n            \"typeId\": \"Size\",\n            \"attributeData\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"desc\": \"Flat fronted trousers with a stretch waistband\",\n                        \"size\": \"36L\"\n                    }\n                }\n            },\n            \"attributeMetadata\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"desc\": {\n                            \"source\": {\n                                \"attrName\": \"fi_productDescription\",\n                                \"dateUpdated\": \"2022-08-17T15:10:12.818Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd04d4ce92140012a6a23c\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"size\": {\n                            \"source\": {\n                                \"attrName\": \"fi_size\",\n                                \"dateUpdated\": \"2022-08-17T15:10:12.818Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd04d4ce92140012a6a23c\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"parentIds\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2023-02-15T14:38:38.083Z\",\n                                \"model\": \"user\",\n                                \"id\": \"63b84a7a5039a5001f8b5049\",\n                                \"parentId\": \"62fd048a5ef36700186a04ad\"\n                            }\n                        }\n                    }\n                }\n            },\n            \"rootAttributeMetadata\": {\n                \"schemaClassId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:12.997Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"schemaId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:12.997Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"typeId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:12.997Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                }\n            },\n            \"lifecycleStage\": \"62fce77449ccd3001b067c54\",\n            \"cachedLifecycleStageName\": \"New\",\n            \"cachedPrimaryDescription\": \"Flat fronted trousers with a stretch waistband\",\n            \"cachedSchemaName\": \"FashionINC\",\n            \"cachedTaxonomyPath\": \"FashionINC - Trousers\",\n            \"schemaId\": \"62fce77449ccd3001b067c51\",\n            \"schemaClassId\": \"62fcfef009c2f60aa7000008\",\n            \"productSetIds\": [\n                \"62fd04d45ef36700186a04cc\",\n                \"62fd04d45ef36700186a04cd\",\n                \"62fe06394eb3c5001873ac15\"\n            ],\n            \"parentIds\": [\n                \"62fd048a5ef36700186a04ad\"\n            ],\n            \"id\": \"62fd04d45ef36700186a04e6\",\n            \"hasReadAccess\": true,\n            \"hasWriteAccess\": true\n        },\n        {\n            \"accountId\": \"62fce77449ccd3001b067c4e\",\n            \"userId\": \"62f0d5395aadd0001c490a6a\",\n            \"dateCreated\": \"2022-08-17T15:10:13.017Z\",\n            \"dateUpdated\": \"2023-02-15T11:36:24.710Z\",\n            \"primaryId\": \"FINC_TRS001_NVY_32S\",\n            \"allIds\": [\n                \"FINC_TRS001_NVY_32S\"\n            ],\n            \"typeId\": \"Size\",\n            \"attributeData\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"desc\": \"Flat fronted trousers with a stretch waistband\",\n                        \"size\": \"32S\"\n                    }\n                }\n            },\n            \"attributeMetadata\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"desc\": {\n                            \"source\": {\n                                \"attrName\": \"fi_productDescription\",\n                                \"dateUpdated\": \"2022-08-17T15:10:12.818Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd04d4ce92140012a6a23c\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"size\": {\n                            \"source\": {\n                                \"attrName\": \"fi_size\",\n                                \"dateUpdated\": \"2022-08-17T15:10:12.818Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd04d4ce92140012a6a23c\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"parentIds\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2023-02-15T11:36:24.710Z\",\n                                \"model\": \"user\",\n                                \"id\": \"63b84a7a5039a5001f8b5049\",\n                                \"parentId\": \"62fd048a5ef36700186a04b0\"\n                            }\n                        }\n                    }\n                }\n            },\n            \"rootAttributeMetadata\": {\n                \"schemaClassId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:13.015Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"schemaId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:13.015Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"typeId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:13.015Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                }\n            },\n            \"lifecycleStage\": \"62fce77449ccd3001b067c54\",\n            \"cachedLifecycleStageName\": \"New\",\n            \"cachedPrimaryDescription\": \"Flat fronted trousers with a stretch waistband\",\n            \"cachedSchemaName\": \"FashionINC\",\n            \"cachedTaxonomyPath\": \"FashionINC - Trousers\",\n            \"schemaId\": \"62fce77449ccd3001b067c51\",\n            \"schemaClassId\": \"62fcfef009c2f60aa7000008\",\n            \"productSetIds\": [\n                \"62fd04d45ef36700186a04cc\",\n                \"62fd04d45ef36700186a04cd\",\n                \"62fe06394eb3c5001873ac15\"\n            ],\n            \"parentIds\": [\n                \"62fd048a5ef36700186a04b0\"\n            ],\n            \"id\": \"62fd04d55ef36700186a04e9\",\n            \"hasReadAccess\": true,\n            \"hasWriteAccess\": true\n        },\n        {\n            \"accountId\": \"62fce77449ccd3001b067c4e\",\n            \"userId\": \"62f0d5395aadd0001c490a6a\",\n            \"dateCreated\": \"2022-08-17T15:10:13.037Z\",\n            \"dateUpdated\": \"2023-02-15T11:36:24.710Z\",\n            \"primaryId\": \"FINC_TRS001_NVY_32R\",\n            \"allIds\": [\n                \"FINC_TRS001_NVY_32R\"\n            ],\n            \"typeId\": \"Size\",\n            \"attributeData\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"desc\": \"Flat fronted trousers with a stretch waistband\",\n                        \"size\": \"32R\"\n                    }\n                }\n            },\n            \"attributeMetadata\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"desc\": {\n                            \"source\": {\n                                \"attrName\": \"fi_productDescription\",\n                                \"dateUpdated\": \"2022-08-17T15:10:12.818Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd04d4ce92140012a6a23c\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"size\": {\n                            \"source\": {\n                                \"attrName\": \"fi_size\",\n                                \"dateUpdated\": \"2022-08-17T15:10:12.818Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd04d4ce92140012a6a23c\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"parentIds\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2023-02-15T11:36:24.710Z\",\n                                \"model\": \"user\",\n                                \"id\": \"63b84a7a5039a5001f8b5049\",\n                                \"parentId\": \"62fd048a5ef36700186a04b0\"\n                            }\n                        }\n                    }\n                }\n            },\n            \"rootAttributeMetadata\": {\n                \"schemaClassId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:13.036Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"schemaId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:13.036Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"typeId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:13.036Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                }\n            },\n            \"lifecycleStage\": \"62fce77449ccd3001b067c54\",\n            \"cachedLifecycleStageName\": \"New\",\n            \"cachedPrimaryDescription\": \"Flat fronted trousers with a stretch waistband\",\n            \"cachedSchemaName\": \"FashionINC\",\n            \"cachedTaxonomyPath\": \"FashionINC - Trousers\",\n            \"schemaId\": \"62fce77449ccd3001b067c51\",\n            \"schemaClassId\": \"62fcfef009c2f60aa7000008\",\n            \"productSetIds\": [\n                \"62fd04d45ef36700186a04cc\",\n                \"62fd04d45ef36700186a04cd\",\n                \"62fe06394eb3c5001873ac15\"\n            ],\n            \"parentIds\": [\n                \"62fd048a5ef36700186a04b0\"\n            ],\n            \"id\": \"62fd04d55ef36700186a04ec\",\n            \"hasReadAccess\": true,\n            \"hasWriteAccess\": true\n        },\n        {\n            \"accountId\": \"62fce77449ccd3001b067c4e\",\n            \"userId\": \"62f0d5395aadd0001c490a6a\",\n            \"dateCreated\": \"2022-08-17T15:10:13.058Z\",\n            \"dateUpdated\": \"2023-02-15T11:36:24.710Z\",\n            \"primaryId\": \"FINC_TRS001_NVY_32L\",\n            \"allIds\": [\n                \"FINC_TRS001_NVY_32L\"\n            ],\n            \"typeId\": \"Size\",\n            \"attributeData\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"desc\": \"Flat fronted trousers with a stretch waistband\",\n                        \"size\": \"32L\"\n                    }\n                }\n            },\n            \"attributeMetadata\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"desc\": {\n                            \"source\": {\n                                \"attrName\": \"fi_productDescription\",\n                                \"dateUpdated\": \"2022-08-17T15:10:12.818Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd04d4ce92140012a6a23c\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"size\": {\n                            \"source\": {\n                                \"attrName\": \"fi_size\",\n                                \"dateUpdated\": \"2022-08-17T15:10:12.818Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd04d4ce92140012a6a23c\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"parentIds\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2023-02-15T11:36:24.710Z\",\n                                \"model\": \"user\",\n                                \"id\": \"63b84a7a5039a5001f8b5049\",\n                                \"parentId\": \"62fd048a5ef36700186a04b0\"\n                            }\n                        }\n                    }\n                }\n            },\n            \"rootAttributeMetadata\": {\n                \"schemaClassId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:13.057Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"schemaId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:13.057Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"typeId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:13.057Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                }\n            },\n            \"lifecycleStage\": \"62fce77449ccd3001b067c54\",\n            \"cachedLifecycleStageName\": \"New\",\n            \"cachedPrimaryDescription\": \"Flat fronted trousers with a stretch waistband\",\n            \"cachedSchemaName\": \"FashionINC\",\n            \"cachedTaxonomyPath\": \"FashionINC - Trousers\",\n            \"schemaId\": \"62fce77449ccd3001b067c51\",\n            \"schemaClassId\": \"62fcfef009c2f60aa7000008\",\n            \"productSetIds\": [\n                \"62fd04d45ef36700186a04cc\",\n                \"62fd04d45ef36700186a04cd\",\n                \"62fe06394eb3c5001873ac15\"\n            ],\n            \"parentIds\": [\n                \"62fd048a5ef36700186a04b0\"\n            ],\n            \"id\": \"62fd04d55ef36700186a04ef\",\n            \"hasReadAccess\": true,\n            \"hasWriteAccess\": true\n        },\n        {\n            \"accountId\": \"62fce77449ccd3001b067c4e\",\n            \"userId\": \"62f0d5395aadd0001c490a6a\",\n            \"dateCreated\": \"2022-08-17T15:10:13.076Z\",\n            \"dateUpdated\": \"2023-02-15T11:36:24.710Z\",\n            \"primaryId\": \"FINC_TRS001_NVY_34S\",\n            \"allIds\": [\n                \"FINC_TRS001_NVY_34S\"\n            ],\n            \"typeId\": \"Size\",\n            \"attributeData\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"desc\": \"Flat fronted trousers with a stretch waistband\",\n                        \"size\": \"34S\"\n                    }\n                }\n            },\n            \"attributeMetadata\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"desc\": {\n                            \"source\": {\n                                \"attrName\": \"fi_productDescription\",\n                                \"dateUpdated\": \"2022-08-17T15:10:12.818Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd04d4ce92140012a6a23c\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"size\": {\n                            \"source\": {\n                                \"attrName\": \"fi_size\",\n                                \"dateUpdated\": \"2022-08-17T15:10:12.818Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd04d4ce92140012a6a23c\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"parentIds\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2023-02-15T11:36:24.710Z\",\n                                \"model\": \"user\",\n                                \"id\": \"63b84a7a5039a5001f8b5049\",\n                                \"parentId\": \"62fd048a5ef36700186a04b0\"\n                            }\n                        }\n                    }\n                }\n            },\n            \"rootAttributeMetadata\": {\n                \"schemaClassId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:13.075Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"schemaId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:13.075Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"typeId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:13.075Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                }\n            },\n            \"lifecycleStage\": \"62fce77449ccd3001b067c54\",\n            \"cachedLifecycleStageName\": \"New\",\n            \"cachedPrimaryDescription\": \"Flat fronted trousers with a stretch waistband\",\n            \"cachedSchemaName\": \"FashionINC\",\n            \"cachedTaxonomyPath\": \"FashionINC - Trousers\",\n            \"schemaId\": \"62fce77449ccd3001b067c51\",\n            \"schemaClassId\": \"62fcfef009c2f60aa7000008\",\n            \"productSetIds\": [\n                \"62fd04d45ef36700186a04cc\",\n                \"62fd04d45ef36700186a04cd\",\n                \"62fe06394eb3c5001873ac15\"\n            ],\n            \"parentIds\": [\n                \"62fd048a5ef36700186a04b0\"\n            ],\n            \"id\": \"62fd04d55ef36700186a04f2\",\n            \"hasReadAccess\": true,\n            \"hasWriteAccess\": true\n        },\n        {\n            \"accountId\": \"62fce77449ccd3001b067c4e\",\n            \"userId\": \"62f0d5395aadd0001c490a6a\",\n            \"dateCreated\": \"2022-08-17T15:10:13.090Z\",\n            \"dateUpdated\": \"2023-02-15T11:36:24.710Z\",\n            \"primaryId\": \"FINC_TRS001_NVY_34R\",\n            \"allIds\": [\n                \"FINC_TRS001_NVY_34R\"\n            ],\n            \"typeId\": \"Size\",\n            \"attributeData\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"desc\": \"Flat fronted trousers with a stretch waistband\",\n                        \"size\": \"34R\"\n                    }\n                }\n            },\n            \"attributeMetadata\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"desc\": {\n                            \"source\": {\n                                \"attrName\": \"fi_productDescription\",\n                                \"dateUpdated\": \"2022-08-17T15:10:12.818Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd04d4ce92140012a6a23c\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"size\": {\n                            \"source\": {\n                                \"attrName\": \"fi_size\",\n                                \"dateUpdated\": \"2022-08-17T15:10:12.818Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd04d4ce92140012a6a23c\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"parentIds\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2023-02-15T11:36:24.710Z\",\n                                \"model\": \"user\",\n                                \"id\": \"63b84a7a5039a5001f8b5049\",\n                                \"parentId\": \"62fd048a5ef36700186a04b0\"\n                            }\n                        }\n                    }\n                }\n            },\n            \"rootAttributeMetadata\": {\n                \"schemaClassId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:13.089Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"schemaId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:13.089Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"typeId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:13.089Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                }\n            },\n            \"lifecycleStage\": \"62fce77449ccd3001b067c54\",\n            \"cachedLifecycleStageName\": \"New\",\n            \"cachedPrimaryDescription\": \"Flat fronted trousers with a stretch waistband\",\n            \"cachedSchemaName\": \"FashionINC\",\n            \"cachedTaxonomyPath\": \"FashionINC - Trousers\",\n            \"schemaId\": \"62fce77449ccd3001b067c51\",\n            \"schemaClassId\": \"62fcfef009c2f60aa7000008\",\n            \"productSetIds\": [\n                \"62fd04d45ef36700186a04cc\",\n                \"62fd04d45ef36700186a04cd\",\n                \"62fe06394eb3c5001873ac15\"\n            ],\n            \"parentIds\": [\n                \"62fd048a5ef36700186a04b0\"\n            ],\n            \"id\": \"62fd04d55ef36700186a04f5\",\n            \"hasReadAccess\": true,\n            \"hasWriteAccess\": true\n        },\n        {\n            \"accountId\": \"62fce77449ccd3001b067c4e\",\n            \"userId\": \"62f0d5395aadd0001c490a6a\",\n            \"dateCreated\": \"2022-08-17T15:10:13.102Z\",\n            \"dateUpdated\": \"2023-02-15T11:36:24.710Z\",\n            \"primaryId\": \"FINC_TRS001_NVY_34L\",\n            \"allIds\": [\n                \"FINC_TRS001_NVY_34L\"\n            ],\n            \"typeId\": \"Size\",\n            \"attributeData\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"desc\": \"Flat fronted trousers with a stretch waistband\",\n                        \"size\": \"34L\"\n                    }\n                }\n            },\n            \"attributeMetadata\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"desc\": {\n                            \"source\": {\n                                \"attrName\": \"fi_productDescription\",\n                                \"dateUpdated\": \"2022-08-17T15:10:12.818Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd04d4ce92140012a6a23c\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"size\": {\n                            \"source\": {\n                                \"attrName\": \"fi_size\",\n                                \"dateUpdated\": \"2022-08-17T15:10:12.818Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd04d4ce92140012a6a23c\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"parentIds\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2023-02-15T11:36:24.710Z\",\n                                \"model\": \"user\",\n                                \"id\": \"63b84a7a5039a5001f8b5049\",\n                                \"parentId\": \"62fd048a5ef36700186a04b0\"\n                            }\n                        }\n                    }\n                }\n            },\n            \"rootAttributeMetadata\": {\n                \"schemaClassId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:13.101Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"schemaId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:13.101Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"typeId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:13.101Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                }\n            },\n            \"lifecycleStage\": \"62fce77449ccd3001b067c54\",\n            \"cachedLifecycleStageName\": \"New\",\n            \"cachedPrimaryDescription\": \"Flat fronted trousers with a stretch waistband\",\n            \"cachedSchemaName\": \"FashionINC\",\n            \"cachedTaxonomyPath\": \"FashionINC - Trousers\",\n            \"schemaId\": \"62fce77449ccd3001b067c51\",\n            \"schemaClassId\": \"62fcfef009c2f60aa7000008\",\n            \"productSetIds\": [\n                \"62fd04d45ef36700186a04cc\",\n                \"62fd04d45ef36700186a04cd\",\n                \"62fe06394eb3c5001873ac15\"\n            ],\n            \"parentIds\": [\n                \"62fd048a5ef36700186a04b0\"\n            ],\n            \"id\": \"62fd04d55ef36700186a04f8\",\n            \"hasReadAccess\": true,\n            \"hasWriteAccess\": true\n        },\n        {\n            \"accountId\": \"62fce77449ccd3001b067c4e\",\n            \"userId\": \"62f0d5395aadd0001c490a6a\",\n            \"dateCreated\": \"2022-08-17T15:10:13.116Z\",\n            \"dateUpdated\": \"2023-02-15T11:36:24.710Z\",\n            \"primaryId\": \"FINC_TRS001_NVY_36S\",\n            \"allIds\": [\n                \"FINC_TRS001_NVY_36S\"\n            ],\n            \"typeId\": \"Size\",\n            \"attributeData\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"desc\": \"Flat fronted trousers with a stretch waistband\",\n                        \"size\": \"36S\"\n                    }\n                }\n            },\n            \"attributeMetadata\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"desc\": {\n                            \"source\": {\n                                \"attrName\": \"fi_productDescription\",\n                                \"dateUpdated\": \"2022-08-17T15:10:12.818Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd04d4ce92140012a6a23c\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"size\": {\n                            \"source\": {\n                                \"attrName\": \"fi_size\",\n                                \"dateUpdated\": \"2022-08-17T15:10:12.818Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd04d4ce92140012a6a23c\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"parentIds\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2023-02-15T11:36:24.710Z\",\n                                \"model\": \"user\",\n                                \"id\": \"63b84a7a5039a5001f8b5049\",\n                                \"parentId\": \"62fd048a5ef36700186a04b0\"\n                            }\n                        }\n                    }\n                }\n            },\n            \"rootAttributeMetadata\": {\n                \"schemaClassId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:13.115Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"schemaId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:13.115Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"typeId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:13.115Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                }\n            },\n            \"lifecycleStage\": \"62fce77449ccd3001b067c54\",\n            \"cachedLifecycleStageName\": \"New\",\n            \"cachedPrimaryDescription\": \"Flat fronted trousers with a stretch waistband\",\n            \"cachedSchemaName\": \"FashionINC\",\n            \"cachedTaxonomyPath\": \"FashionINC - Trousers\",\n            \"schemaId\": \"62fce77449ccd3001b067c51\",\n            \"schemaClassId\": \"62fcfef009c2f60aa7000008\",\n            \"productSetIds\": [\n                \"62fd04d45ef36700186a04cc\",\n                \"62fd04d45ef36700186a04cd\",\n                \"62fe06394eb3c5001873ac15\"\n            ],\n            \"parentIds\": [\n                \"62fd048a5ef36700186a04b0\"\n            ],\n            \"id\": \"62fd04d55ef36700186a04fb\",\n            \"hasReadAccess\": true,\n            \"hasWriteAccess\": true\n        },\n        {\n            \"accountId\": \"62fce77449ccd3001b067c4e\",\n            \"userId\": \"62f0d5395aadd0001c490a6a\",\n            \"dateCreated\": \"2022-08-17T15:10:13.130Z\",\n            \"dateUpdated\": \"2023-02-15T11:36:24.710Z\",\n            \"primaryId\": \"FINC_TRS001_NVY_36R\",\n            \"allIds\": [\n                \"FINC_TRS001_NVY_36R\"\n            ],\n            \"typeId\": \"Size\",\n            \"attributeData\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"desc\": \"Flat fronted trousers with a stretch waistband\",\n                        \"size\": \"36R\"\n                    }\n                }\n            },\n            \"attributeMetadata\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"desc\": {\n                            \"source\": {\n                                \"attrName\": \"fi_productDescription\",\n                                \"dateUpdated\": \"2022-08-17T15:10:12.818Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd04d4ce92140012a6a23c\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"size\": {\n                            \"source\": {\n                                \"attrName\": \"fi_size\",\n                                \"dateUpdated\": \"2022-08-17T15:10:12.818Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd04d4ce92140012a6a23c\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"parentIds\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2023-02-15T11:36:24.710Z\",\n                                \"model\": \"user\",\n                                \"id\": \"63b84a7a5039a5001f8b5049\",\n                                \"parentId\": \"62fd048a5ef36700186a04b0\"\n                            }\n                        }\n                    }\n                }\n            },\n            \"rootAttributeMetadata\": {\n                \"schemaClassId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:13.129Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"schemaId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:13.129Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"typeId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:13.129Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                }\n            },\n            \"lifecycleStage\": \"62fce77449ccd3001b067c54\",\n            \"cachedLifecycleStageName\": \"New\",\n            \"cachedPrimaryDescription\": \"Flat fronted trousers with a stretch waistband\",\n            \"cachedSchemaName\": \"FashionINC\",\n            \"cachedTaxonomyPath\": \"FashionINC - Trousers\",\n            \"schemaId\": \"62fce77449ccd3001b067c51\",\n            \"schemaClassId\": \"62fcfef009c2f60aa7000008\",\n            \"productSetIds\": [\n                \"62fd04d45ef36700186a04cc\",\n                \"62fd04d45ef36700186a04cd\",\n                \"62fe06394eb3c5001873ac15\"\n            ],\n            \"parentIds\": [\n                \"62fd048a5ef36700186a04b0\"\n            ],\n            \"id\": \"62fd04d55ef36700186a04fe\",\n            \"hasReadAccess\": true,\n            \"hasWriteAccess\": true\n        },\n        {\n            \"accountId\": \"62fce77449ccd3001b067c4e\",\n            \"userId\": \"62f0d5395aadd0001c490a6a\",\n            \"dateCreated\": \"2022-08-17T15:10:13.144Z\",\n            \"dateUpdated\": \"2023-02-15T11:36:24.710Z\",\n            \"primaryId\": \"FINC_TRS001_NVY_36L\",\n            \"allIds\": [\n                \"FINC_TRS001_NVY_36L\"\n            ],\n            \"typeId\": \"Size\",\n            \"attributeData\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"desc\": \"Flat fronted trousers with a stretch waistband\",\n                        \"size\": \"36L\"\n                    }\n                }\n            },\n            \"attributeMetadata\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"desc\": {\n                            \"source\": {\n                                \"attrName\": \"fi_productDescription\",\n                                \"dateUpdated\": \"2022-08-17T15:10:12.818Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd04d4ce92140012a6a23c\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"size\": {\n                            \"source\": {\n                                \"attrName\": \"fi_size\",\n                                \"dateUpdated\": \"2022-08-17T15:10:12.818Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd04d4ce92140012a6a23c\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"parentIds\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2023-02-15T11:36:24.710Z\",\n                                \"model\": \"user\",\n                                \"id\": \"63b84a7a5039a5001f8b5049\",\n                                \"parentId\": \"62fd048a5ef36700186a04b0\"\n                            }\n                        }\n                    }\n                }\n            },\n            \"rootAttributeMetadata\": {\n                \"schemaClassId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:13.143Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"schemaId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:13.143Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"typeId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:13.143Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                }\n            },\n            \"lifecycleStage\": \"62fce77449ccd3001b067c54\",\n            \"cachedLifecycleStageName\": \"New\",\n            \"cachedPrimaryDescription\": \"Flat fronted trousers with a stretch waistband\",\n            \"cachedSchemaName\": \"FashionINC\",\n            \"cachedTaxonomyPath\": \"FashionINC - Trousers\",\n            \"schemaId\": \"62fce77449ccd3001b067c51\",\n            \"schemaClassId\": \"62fcfef009c2f60aa7000008\",\n            \"productSetIds\": [\n                \"62fd04d45ef36700186a04cc\",\n                \"62fd04d45ef36700186a04cd\",\n                \"62fe06394eb3c5001873ac15\"\n            ],\n            \"parentIds\": [\n                \"62fd048a5ef36700186a04b0\"\n            ],\n            \"id\": \"62fd04d55ef36700186a0501\",\n            \"hasReadAccess\": true,\n            \"hasWriteAccess\": true\n        },\n        {\n            \"accountId\": \"62fce77449ccd3001b067c4e\",\n            \"userId\": \"62f0d5395aadd0001c490a6a\",\n            \"dateCreated\": \"2022-08-17T15:10:13.155Z\",\n            \"dateUpdated\": \"2022-11-11T13:47:06.431Z\",\n            \"primaryId\": \"FINC_SHRT001_WHT_16R\",\n            \"allIds\": [\n                \"FINC_SHRT001_WHT_16R\"\n            ],\n            \"typeId\": \"Size\",\n            \"attributeData\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"desc\": \"Regular fit long sleeve shirt from the FashionINC Basic range\",\n                        \"size\": \"16R\"\n                    }\n                }\n            },\n            \"attributeMetadata\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"desc\": {\n                            \"source\": {\n                                \"attrName\": \"fi_productDescription\",\n                                \"dateUpdated\": \"2022-08-17T15:10:12.818Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd04d4ce92140012a6a23c\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"size\": {\n                            \"source\": {\n                                \"attrName\": \"fi_size\",\n                                \"dateUpdated\": \"2022-08-17T15:10:12.818Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd04d4ce92140012a6a23c\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"parentIds\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2022-08-18T10:33:53.978Z\",\n                                \"model\": \"user\",\n                                \"id\": \"62f0d5395aadd0001c490a6a\",\n                                \"parentId\": \"62fd048a5ef36700186a04b3\"\n                            }\n                        }\n                    }\n                }\n            },\n            \"rootAttributeMetadata\": {\n                \"schemaClassId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:13.154Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"schemaId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:13.154Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"typeId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:13.154Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                }\n            },\n            \"lifecycleStage\": \"62fce77449ccd3001b067c54\",\n            \"cachedLifecycleStageName\": \"New\",\n            \"cachedPrimaryDescription\": \"Regular fit long sleeve shirt from the FashionINC Basic range\",\n            \"cachedSchemaName\": \"FashionINC\",\n            \"cachedTaxonomyPath\": \"FashionINC - Shirts\",\n            \"schemaId\": \"62fce77449ccd3001b067c51\",\n            \"schemaClassId\": \"62fcfee309c2f60aa7000006\",\n            \"productSetIds\": [\n                \"62fd04d45ef36700186a04cc\",\n                \"62fd04d45ef36700186a04cd\",\n                \"62fe06394eb3c5001873ac15\"\n            ],\n            \"parentIds\": [],\n            \"id\": \"62fd04d55ef36700186a0504\",\n            \"hasReadAccess\": true,\n            \"hasWriteAccess\": true\n        },\n        {\n            \"accountId\": \"62fce77449ccd3001b067c4e\",\n            \"userId\": \"62f0d5395aadd0001c490a6a\",\n            \"dateCreated\": \"2022-08-17T15:10:13.169Z\",\n            \"dateUpdated\": \"2022-11-11T13:47:06.431Z\",\n            \"primaryId\": \"FINC_SHRT001_WHT_17R\",\n            \"allIds\": [\n                \"FINC_SHRT001_WHT_17R\"\n            ],\n            \"typeId\": \"Size\",\n            \"attributeData\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"desc\": \"Regular fit long sleeve shirt from the FashionINC Basic range\",\n                        \"size\": \"17R\"\n                    }\n                }\n            },\n            \"attributeMetadata\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"desc\": {\n                            \"source\": {\n                                \"attrName\": \"fi_productDescription\",\n                                \"dateUpdated\": \"2022-08-17T15:10:12.818Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd04d4ce92140012a6a23c\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"size\": {\n                            \"source\": {\n                                \"attrName\": \"fi_size\",\n                                \"dateUpdated\": \"2022-08-17T15:10:12.818Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd04d4ce92140012a6a23c\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"parentIds\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2022-08-18T10:33:53.978Z\",\n                                \"model\": \"user\",\n                                \"id\": \"62f0d5395aadd0001c490a6a\",\n                                \"parentId\": \"62fd048a5ef36700186a04b3\"\n                            }\n                        }\n                    }\n                }\n            },\n            \"rootAttributeMetadata\": {\n                \"schemaClassId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:13.169Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"schemaId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:13.169Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"typeId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:13.169Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                }\n            },\n            \"lifecycleStage\": \"62fce77449ccd3001b067c54\",\n            \"cachedLifecycleStageName\": \"New\",\n            \"cachedPrimaryDescription\": \"Regular fit long sleeve shirt from the FashionINC Basic range\",\n            \"cachedSchemaName\": \"FashionINC\",\n            \"cachedTaxonomyPath\": \"FashionINC - Shirts\",\n            \"schemaId\": \"62fce77449ccd3001b067c51\",\n            \"schemaClassId\": \"62fcfee309c2f60aa7000006\",\n            \"productSetIds\": [\n                \"62fd04d45ef36700186a04cc\",\n                \"62fd04d45ef36700186a04cd\",\n                \"62fe06394eb3c5001873ac15\"\n            ],\n            \"parentIds\": [],\n            \"id\": \"62fd04d55ef36700186a0507\",\n            \"hasReadAccess\": true,\n            \"hasWriteAccess\": true\n        },\n        {\n            \"accountId\": \"62fce77449ccd3001b067c4e\",\n            \"userId\": \"62f0d5395aadd0001c490a6a\",\n            \"dateCreated\": \"2022-08-17T15:10:13.182Z\",\n            \"dateUpdated\": \"2022-11-11T13:47:06.431Z\",\n            \"primaryId\": \"FINC_SHRT001_WHT_18R\",\n            \"allIds\": [\n                \"FINC_SHRT001_WHT_18R\"\n            ],\n            \"typeId\": \"Size\",\n            \"attributeData\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"desc\": \"Regular fit long sleeve shirt from the FashionINC Basic range\",\n                        \"size\": \"18R\"\n                    }\n                }\n            },\n            \"attributeMetadata\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"desc\": {\n                            \"source\": {\n                                \"attrName\": \"fi_productDescription\",\n                                \"dateUpdated\": \"2022-08-17T15:10:12.818Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd04d4ce92140012a6a23c\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"size\": {\n                            \"source\": {\n                                \"attrName\": \"fi_size\",\n                                \"dateUpdated\": \"2022-08-17T15:10:12.818Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd04d4ce92140012a6a23c\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"parentIds\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2022-08-18T10:33:53.978Z\",\n                                \"model\": \"user\",\n                                \"id\": \"62f0d5395aadd0001c490a6a\",\n                                \"parentId\": \"62fd048a5ef36700186a04b3\"\n                            }\n                        }\n                    }\n                }\n            },\n            \"rootAttributeMetadata\": {\n                \"schemaClassId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:13.181Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"schemaId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:13.181Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"typeId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:13.181Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                }\n            },\n            \"lifecycleStage\": \"62fce77449ccd3001b067c54\",\n            \"cachedLifecycleStageName\": \"New\",\n            \"cachedPrimaryDescription\": \"Regular fit long sleeve shirt from the FashionINC Basic range\",\n            \"cachedSchemaName\": \"FashionINC\",\n            \"cachedTaxonomyPath\": \"FashionINC - Shirts\",\n            \"schemaId\": \"62fce77449ccd3001b067c51\",\n            \"schemaClassId\": \"62fcfee309c2f60aa7000006\",\n            \"productSetIds\": [\n                \"62fd04d45ef36700186a04cc\",\n                \"62fd04d45ef36700186a04cd\",\n                \"62fe06394eb3c5001873ac15\"\n            ],\n            \"parentIds\": [],\n            \"id\": \"62fd04d55ef36700186a050a\",\n            \"hasReadAccess\": true,\n            \"hasWriteAccess\": true\n        },\n        {\n            \"accountId\": \"62fce77449ccd3001b067c4e\",\n            \"userId\": \"62f0d5395aadd0001c490a6a\",\n            \"dateCreated\": \"2022-08-17T15:10:13.195Z\",\n            \"dateUpdated\": \"2022-08-18T13:20:15.841Z\",\n            \"primaryId\": \"FINC_SHRT002_WHT_16S\",\n            \"allIds\": [\n                \"FINC_SHRT002_WHT_16S\"\n            ],\n            \"typeId\": \"Size\",\n            \"attributeData\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"desc\": \"Slim fit long sleeve shirt from the FashionINC Basic range\",\n                        \"size\": \"16S\"\n                    }\n                }\n            },\n            \"attributeMetadata\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"desc\": {\n                            \"source\": {\n                                \"attrName\": \"fi_productDescription\",\n                                \"dateUpdated\": \"2022-08-17T15:10:12.818Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd04d4ce92140012a6a23c\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"size\": {\n                            \"source\": {\n                                \"attrName\": \"fi_size\",\n                                \"dateUpdated\": \"2022-08-17T15:10:12.818Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd04d4ce92140012a6a23c\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"parentIds\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2022-08-18T13:20:15.841Z\",\n                                \"model\": \"user\",\n                                \"id\": \"62f0d5395aadd0001c490a6a\",\n                                \"parentId\": \"62fd048a5ef36700186a04b6\"\n                            }\n                        }\n                    }\n                }\n            },\n            \"rootAttributeMetadata\": {\n                \"schemaClassId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:13.193Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"schemaId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:13.193Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"typeId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:13.193Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                }\n            },\n            \"lifecycleStage\": \"62fce77449ccd3001b067c54\",\n            \"cachedLifecycleStageName\": \"New\",\n            \"cachedPrimaryDescription\": \"Slim fit long sleeve shirt from the FashionINC Basic range\",\n            \"cachedSchemaName\": \"FashionINC\",\n            \"cachedTaxonomyPath\": \"FashionINC - Shirts\",\n            \"schemaId\": \"62fce77449ccd3001b067c51\",\n            \"schemaClassId\": \"62fcfee309c2f60aa7000006\",\n            \"productSetIds\": [\n                \"62fd04d45ef36700186a04cc\",\n                \"62fd04d45ef36700186a04cd\",\n                \"62fe06394eb3c5001873ac15\"\n            ],\n            \"parentIds\": [\n                \"62fd048a5ef36700186a04b6\"\n            ],\n            \"id\": \"62fd04d55ef36700186a050d\",\n            \"hasReadAccess\": true,\n            \"hasWriteAccess\": true\n        },\n        {\n            \"accountId\": \"62fce77449ccd3001b067c4e\",\n            \"userId\": \"62f0d5395aadd0001c490a6a\",\n            \"dateCreated\": \"2022-08-17T15:10:13.207Z\",\n            \"dateUpdated\": \"2022-08-18T13:20:15.841Z\",\n            \"primaryId\": \"FINC_SHRT002_WHT_17S\",\n            \"allIds\": [\n                \"FINC_SHRT002_WHT_17S\"\n            ],\n            \"typeId\": \"Size\",\n            \"attributeData\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"desc\": \"Slim fit long sleeve shirt from the FashionINC Basic range\",\n                        \"size\": \"17S\"\n                    }\n                }\n            },\n            \"attributeMetadata\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"desc\": {\n                            \"source\": {\n                                \"attrName\": \"fi_productDescription\",\n                                \"dateUpdated\": \"2022-08-17T15:10:12.818Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd04d4ce92140012a6a23c\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"size\": {\n                            \"source\": {\n                                \"attrName\": \"fi_size\",\n                                \"dateUpdated\": \"2022-08-17T15:10:12.818Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd04d4ce92140012a6a23c\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"parentIds\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2022-08-18T13:20:15.841Z\",\n                                \"model\": \"user\",\n                                \"id\": \"62f0d5395aadd0001c490a6a\",\n                                \"parentId\": \"62fd048a5ef36700186a04b6\"\n                            }\n                        }\n                    }\n                }\n            },\n            \"rootAttributeMetadata\": {\n                \"schemaClassId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:13.206Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"schemaId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:13.206Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"typeId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:13.206Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                }\n            },\n            \"lifecycleStage\": \"62fce77449ccd3001b067c54\",\n            \"cachedLifecycleStageName\": \"New\",\n            \"cachedPrimaryDescription\": \"Slim fit long sleeve shirt from the FashionINC Basic range\",\n            \"cachedSchemaName\": \"FashionINC\",\n            \"cachedTaxonomyPath\": \"FashionINC - Shirts\",\n            \"schemaId\": \"62fce77449ccd3001b067c51\",\n            \"schemaClassId\": \"62fcfee309c2f60aa7000006\",\n            \"productSetIds\": [\n                \"62fd04d45ef36700186a04cc\",\n                \"62fd04d45ef36700186a04cd\",\n                \"62fe06394eb3c5001873ac15\"\n            ],\n            \"parentIds\": [\n                \"62fd048a5ef36700186a04b6\"\n            ],\n            \"id\": \"62fd04d55ef36700186a0510\",\n            \"hasReadAccess\": true,\n            \"hasWriteAccess\": true\n        },\n        {\n            \"accountId\": \"62fce77449ccd3001b067c4e\",\n            \"userId\": \"62f0d5395aadd0001c490a6a\",\n            \"dateCreated\": \"2022-08-17T15:10:13.219Z\",\n            \"dateUpdated\": \"2022-08-18T13:20:15.841Z\",\n            \"primaryId\": \"FINC_SHRT002_WHT_18S\",\n            \"allIds\": [\n                \"FINC_SHRT002_WHT_18S\"\n            ],\n            \"typeId\": \"Size\",\n            \"attributeData\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"desc\": \"Slim fit long sleeve shirt from the FashionINC Basic range\",\n                        \"size\": \"18S\"\n                    }\n                }\n            },\n            \"attributeMetadata\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"desc\": {\n                            \"source\": {\n                                \"attrName\": \"fi_productDescription\",\n                                \"dateUpdated\": \"2022-08-17T15:10:12.818Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd04d4ce92140012a6a23c\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"size\": {\n                            \"source\": {\n                                \"attrName\": \"fi_size\",\n                                \"dateUpdated\": \"2022-08-17T15:10:12.818Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd04d4ce92140012a6a23c\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"parentIds\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2022-08-18T13:20:15.841Z\",\n                                \"model\": \"user\",\n                                \"id\": \"62f0d5395aadd0001c490a6a\",\n                                \"parentId\": \"62fd048a5ef36700186a04b6\"\n                            }\n                        }\n                    }\n                }\n            },\n            \"rootAttributeMetadata\": {\n                \"schemaClassId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:13.219Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"schemaId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:13.219Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"typeId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:13.219Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                }\n            },\n            \"lifecycleStage\": \"62fce77449ccd3001b067c54\",\n            \"cachedLifecycleStageName\": \"New\",\n            \"cachedPrimaryDescription\": \"Slim fit long sleeve shirt from the FashionINC Basic range\",\n            \"cachedSchemaName\": \"FashionINC\",\n            \"cachedTaxonomyPath\": \"FashionINC - Shirts\",\n            \"schemaId\": \"62fce77449ccd3001b067c51\",\n            \"schemaClassId\": \"62fcfee309c2f60aa7000006\",\n            \"productSetIds\": [\n                \"62fd04d45ef36700186a04cc\",\n                \"62fd04d45ef36700186a04cd\",\n                \"62fe06394eb3c5001873ac15\"\n            ],\n            \"parentIds\": [\n                \"62fd048a5ef36700186a04b6\"\n            ],\n            \"id\": \"62fd04d55ef36700186a0513\",\n            \"hasReadAccess\": true,\n            \"hasWriteAccess\": true\n        },\n        {\n            \"accountId\": \"62fce77449ccd3001b067c4e\",\n            \"userId\": \"62f0d5395aadd0001c490a6a\",\n            \"dateCreated\": \"2022-08-17T15:10:13.233Z\",\n            \"dateUpdated\": \"2022-08-18T15:05:27.238Z\",\n            \"primaryId\": \"FINC_SHRT003_WHT_16T\",\n            \"allIds\": [\n                \"FINC_SHRT003_WHT_16T\"\n            ],\n            \"typeId\": \"Size\",\n            \"attributeData\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"desc\": \"Tailored fit long sleeve shirt from the FashionINC Basic range\",\n                        \"size\": \"16T\"\n                    }\n                }\n            },\n            \"attributeMetadata\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"desc\": {\n                            \"source\": {\n                                \"attrName\": \"fi_productDescription\",\n                                \"dateUpdated\": \"2022-08-17T15:10:12.818Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd04d4ce92140012a6a23c\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"size\": {\n                            \"source\": {\n                                \"attrName\": \"fi_size\",\n                                \"dateUpdated\": \"2022-08-17T15:10:12.818Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd04d4ce92140012a6a23c\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"parentIds\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2022-08-18T15:05:27.238Z\",\n                                \"model\": \"user\",\n                                \"id\": \"62f0d5395aadd0001c490a6a\",\n                                \"parentId\": \"62fd048a5ef36700186a04b9\"\n                            }\n                        }\n                    }\n                }\n            },\n            \"rootAttributeMetadata\": {\n                \"schemaClassId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:13.232Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"schemaId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:13.232Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"typeId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:13.232Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                }\n            },\n            \"lifecycleStage\": \"62fce77449ccd3001b067c54\",\n            \"cachedLifecycleStageName\": \"New\",\n            \"cachedPrimaryDescription\": \"Tailored fit long sleeve shirt from the FashionINC Basic range\",\n            \"cachedSchemaName\": \"FashionINC\",\n            \"cachedTaxonomyPath\": \"FashionINC - Shirts\",\n            \"schemaId\": \"62fce77449ccd3001b067c51\",\n            \"schemaClassId\": \"62fcfee309c2f60aa7000006\",\n            \"productSetIds\": [\n                \"62fd04d45ef36700186a04cc\",\n                \"62fd04d45ef36700186a04cd\",\n                \"62fe06394eb3c5001873ac15\"\n            ],\n            \"parentIds\": [\n                \"62fd048a5ef36700186a04b9\"\n            ],\n            \"id\": \"62fd04d55ef36700186a0516\",\n            \"hasReadAccess\": true,\n            \"hasWriteAccess\": true\n        },\n        {\n            \"accountId\": \"62fce77449ccd3001b067c4e\",\n            \"userId\": \"62f0d5395aadd0001c490a6a\",\n            \"dateCreated\": \"2022-08-17T15:10:13.247Z\",\n            \"dateUpdated\": \"2022-08-18T15:05:27.238Z\",\n            \"primaryId\": \"FINC_SHRT003_WHT_17T\",\n            \"allIds\": [\n                \"FINC_SHRT003_WHT_17T\"\n            ],\n            \"typeId\": \"Size\",\n            \"attributeData\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"desc\": \"Tailored fit long sleeve shirt from the FashionINC Basic range\",\n                        \"size\": \"17T\"\n                    }\n                }\n            },\n            \"attributeMetadata\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"desc\": {\n                            \"source\": {\n                                \"attrName\": \"fi_productDescription\",\n                                \"dateUpdated\": \"2022-08-17T15:10:12.818Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd04d4ce92140012a6a23c\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"size\": {\n                            \"source\": {\n                                \"attrName\": \"fi_size\",\n                                \"dateUpdated\": \"2022-08-17T15:10:12.818Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd04d4ce92140012a6a23c\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"parentIds\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2022-08-18T15:05:27.238Z\",\n                                \"model\": \"user\",\n                                \"id\": \"62f0d5395aadd0001c490a6a\",\n                                \"parentId\": \"62fd048a5ef36700186a04b9\"\n                            }\n                        }\n                    }\n                }\n            },\n            \"rootAttributeMetadata\": {\n                \"schemaClassId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:13.246Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"schemaId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:13.246Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"typeId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:13.246Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                }\n            },\n            \"lifecycleStage\": \"62fce77449ccd3001b067c54\",\n            \"cachedLifecycleStageName\": \"New\",\n            \"cachedPrimaryDescription\": \"Tailored fit long sleeve shirt from the FashionINC Basic range\",\n            \"cachedSchemaName\": \"FashionINC\",\n            \"cachedTaxonomyPath\": \"FashionINC - Shirts\",\n            \"schemaId\": \"62fce77449ccd3001b067c51\",\n            \"schemaClassId\": \"62fcfee309c2f60aa7000006\",\n            \"productSetIds\": [\n                \"62fd04d45ef36700186a04cc\",\n                \"62fd04d45ef36700186a04cd\",\n                \"62fe06394eb3c5001873ac15\"\n            ],\n            \"parentIds\": [\n                \"62fd048a5ef36700186a04b9\"\n            ],\n            \"id\": \"62fd04d55ef36700186a0519\",\n            \"hasReadAccess\": true,\n            \"hasWriteAccess\": true\n        },\n        {\n            \"accountId\": \"62fce77449ccd3001b067c4e\",\n            \"userId\": \"62f0d5395aadd0001c490a6a\",\n            \"dateCreated\": \"2022-08-17T15:10:13.263Z\",\n            \"dateUpdated\": \"2022-08-18T15:05:27.238Z\",\n            \"primaryId\": \"FINC_SHRT003_WHT_18T\",\n            \"allIds\": [\n                \"FINC_SHRT003_WHT_18T\"\n            ],\n            \"typeId\": \"Size\",\n            \"attributeData\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"desc\": \"Tailored fit long sleeve shirt from the FashionINC Basic range\",\n                        \"size\": \"18T\"\n                    }\n                }\n            },\n            \"attributeMetadata\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"desc\": {\n                            \"source\": {\n                                \"attrName\": \"fi_productDescription\",\n                                \"dateUpdated\": \"2022-08-17T15:10:12.818Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd04d4ce92140012a6a23c\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"size\": {\n                            \"source\": {\n                                \"attrName\": \"fi_size\",\n                                \"dateUpdated\": \"2022-08-17T15:10:12.818Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd04d4ce92140012a6a23c\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"parentIds\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2022-08-18T15:05:27.238Z\",\n                                \"model\": \"user\",\n                                \"id\": \"62f0d5395aadd0001c490a6a\",\n                                \"parentId\": \"62fd048a5ef36700186a04b9\"\n                            }\n                        }\n                    }\n                }\n            },\n            \"rootAttributeMetadata\": {\n                \"schemaClassId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:13.262Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"schemaId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:13.262Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"typeId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:13.262Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                }\n            },\n            \"lifecycleStage\": \"62fce77449ccd3001b067c54\",\n            \"cachedLifecycleStageName\": \"New\",\n            \"cachedPrimaryDescription\": \"Tailored fit long sleeve shirt from the FashionINC Basic range\",\n            \"cachedSchemaName\": \"FashionINC\",\n            \"cachedTaxonomyPath\": \"FashionINC - Shirts\",\n            \"schemaId\": \"62fce77449ccd3001b067c51\",\n            \"schemaClassId\": \"62fcfee309c2f60aa7000006\",\n            \"productSetIds\": [\n                \"62fd04d45ef36700186a04cc\",\n                \"62fd04d45ef36700186a04cd\",\n                \"62fe06394eb3c5001873ac15\"\n            ],\n            \"parentIds\": [\n                \"62fd048a5ef36700186a04b9\"\n            ],\n            \"id\": \"62fd04d55ef36700186a051c\",\n            \"hasReadAccess\": true,\n            \"hasWriteAccess\": true\n        },\n        {\n            \"accountId\": \"62fce77449ccd3001b067c4e\",\n            \"userId\": \"62f0d5395aadd0001c490a6a\",\n            \"dateCreated\": \"2022-08-17T15:10:13.275Z\",\n            \"dateUpdated\": \"2023-06-23T13:45:42.270Z\",\n            \"primaryId\": \"FINC_SHRT004_WHT_16S\",\n            \"allIds\": [\n                \"FINC_SHRT004_WHT_16S\"\n            ],\n            \"typeId\": \"Size\",\n            \"attributeData\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"desc\": \"Double cuff long sleeve shirt from the FashionINC Premier Collection\",\n                        \"size\": \"16S\"\n                    }\n                }\n            },\n            \"attributeMetadata\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"desc\": {\n                            \"source\": {\n                                \"attrName\": \"fi_productDescription\",\n                                \"dateUpdated\": \"2022-08-17T15:10:12.818Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd04d4ce92140012a6a23c\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"size\": {\n                            \"source\": {\n                                \"attrName\": \"fi_size\",\n                                \"dateUpdated\": \"2022-08-17T15:10:12.818Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd04d4ce92140012a6a23c\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"parentIds\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2023-06-23T13:45:42.270Z\",\n                                \"model\": \"user\",\n                                \"id\": \"627104c1128639001bf62ce9\",\n                                \"parentId\": \"62fd048a5ef36700186a04bc\"\n                            }\n                        }\n                    }\n                }\n            },\n            \"rootAttributeMetadata\": {\n                \"schemaClassId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:13.275Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"schemaId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:13.275Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"typeId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:13.275Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                }\n            },\n            \"lifecycleStage\": \"62fce77449ccd3001b067c54\",\n            \"cachedLifecycleStageName\": \"New\",\n            \"cachedPrimaryDescription\": \"Double cuff long sleeve shirt from the FashionINC Premier Collection\",\n            \"cachedSchemaName\": \"FashionINC\",\n            \"cachedTaxonomyPath\": \"FashionINC - Shirts\",\n            \"schemaId\": \"62fce77449ccd3001b067c51\",\n            \"schemaClassId\": \"62fcfee309c2f60aa7000006\",\n            \"productSetIds\": [\n                \"62fd04d45ef36700186a04cc\",\n                \"62fd04d45ef36700186a04cd\",\n                \"62fe06394eb3c5001873ac15\"\n            ],\n            \"parentIds\": [\n                \"62fd048a5ef36700186a04bc\"\n            ],\n            \"id\": \"62fd04d55ef36700186a051f\",\n            \"hasReadAccess\": true,\n            \"hasWriteAccess\": true\n        },\n        {\n            \"accountId\": \"62fce77449ccd3001b067c4e\",\n            \"userId\": \"62f0d5395aadd0001c490a6a\",\n            \"dateCreated\": \"2022-08-17T15:10:13.293Z\",\n            \"dateUpdated\": \"2023-06-23T13:45:42.270Z\",\n            \"primaryId\": \"FINC_SHRT004_WHT_17S\",\n            \"allIds\": [\n                \"FINC_SHRT004_WHT_17S\"\n            ],\n            \"typeId\": \"Size\",\n            \"attributeData\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"desc\": \"Double cuff long sleeve shirt from the FashionINC Premier Collection\",\n                        \"size\": \"17S\"\n                    }\n                }\n            },\n            \"attributeMetadata\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"desc\": {\n                            \"source\": {\n                                \"attrName\": \"fi_productDescription\",\n                                \"dateUpdated\": \"2022-08-17T15:10:12.818Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd04d4ce92140012a6a23c\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"size\": {\n                            \"source\": {\n                                \"attrName\": \"fi_size\",\n                                \"dateUpdated\": \"2022-08-17T15:10:12.818Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd04d4ce92140012a6a23c\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"parentIds\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2023-06-23T13:45:42.270Z\",\n                                \"model\": \"user\",\n                                \"id\": \"627104c1128639001bf62ce9\",\n                                \"parentId\": \"62fd048a5ef36700186a04bc\"\n                            }\n                        }\n                    }\n                }\n            },\n            \"rootAttributeMetadata\": {\n                \"schemaClassId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:13.290Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"schemaId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:13.290Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"typeId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:13.290Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                }\n            },\n            \"lifecycleStage\": \"62fce77449ccd3001b067c54\",\n            \"cachedLifecycleStageName\": \"New\",\n            \"cachedPrimaryDescription\": \"Double cuff long sleeve shirt from the FashionINC Premier Collection\",\n            \"cachedSchemaName\": \"FashionINC\",\n            \"cachedTaxonomyPath\": \"FashionINC - Shirts\",\n            \"schemaId\": \"62fce77449ccd3001b067c51\",\n            \"schemaClassId\": \"62fcfee309c2f60aa7000006\",\n            \"productSetIds\": [\n                \"62fd04d45ef36700186a04cc\",\n                \"62fd04d45ef36700186a04cd\",\n                \"62fe06394eb3c5001873ac15\"\n            ],\n            \"parentIds\": [\n                \"62fd048a5ef36700186a04bc\"\n            ],\n            \"id\": \"62fd04d55ef36700186a0522\",\n            \"hasReadAccess\": true,\n            \"hasWriteAccess\": true\n        },\n        {\n            \"accountId\": \"62fce77449ccd3001b067c4e\",\n            \"userId\": \"62f0d5395aadd0001c490a6a\",\n            \"dateCreated\": \"2022-08-17T15:10:13.305Z\",\n            \"dateUpdated\": \"2023-08-17T10:02:34.823Z\",\n            \"primaryId\": \"FINC_SHRT004_WHT_18S\",\n            \"allIds\": [\n                \"FINC_SHRT004_WHT_18S\"\n            ],\n            \"typeId\": \"Size\",\n            \"attributeData\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"desc\": \"Double cuff long sleeve shirt from the FashionINC Premier Collection\",\n                        \"size\": \"18S\"\n                    },\n                    \"62fe081dce92140012a6a628\": {\n                        \"desc\": \"Chemise à manches longues à double manchette de la collection FashionINC Premier\"\n                    }\n                }\n            },\n            \"attributeMetadata\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"desc\": {\n                            \"source\": {\n                                \"attrName\": \"fi_productDescription\",\n                                \"dateUpdated\": \"2022-08-17T15:10:12.818Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd04d4ce92140012a6a23c\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"size\": {\n                            \"source\": {\n                                \"attrName\": \"fi_size\",\n                                \"dateUpdated\": \"2022-08-17T15:10:12.818Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd04d4ce92140012a6a23c\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"parentIds\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2023-06-23T13:45:42.270Z\",\n                                \"model\": \"user\",\n                                \"id\": \"627104c1128639001bf62ce9\",\n                                \"parentId\": \"62fd048a5ef36700186a04bc\"\n                            }\n                        }\n                    },\n                    \"62fe081dce92140012a6a628\": {\n                        \"desc\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2023-08-15T15:10:01.433Z\",\n                                \"id\": \"64d9f0dbf0eb2cf96419d91c\",\n                                \"model\": \"pimberly users\"\n                            }\n                        }\n                    }\n                }\n            },\n            \"rootAttributeMetadata\": {\n                \"schemaClassId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:13.304Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"schemaId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:13.304Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"typeId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:13.304Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                }\n            },\n            \"lifecycleStage\": \"62fe06e009c2f6235c000005\",\n            \"cachedLifecycleStageName\": \"Marketing \",\n            \"cachedPrimaryDescription\": \"Double cuff long sleeve shirt from the FashionINC Premier Collection\",\n            \"cachedSchemaName\": \"FashionINC\",\n            \"cachedTaxonomyPath\": \"FashionINC - Shirts\",\n            \"schemaId\": \"62fce77449ccd3001b067c51\",\n            \"schemaClassId\": \"62fcfee309c2f60aa7000006\",\n            \"productSetIds\": [\n                \"62fd04d45ef36700186a04cc\",\n                \"62fd04d45ef36700186a04cd\",\n                \"62fe06394eb3c5001873ac15\"\n            ],\n            \"parentIds\": [\n                \"62fd048a5ef36700186a04bc\"\n            ],\n            \"id\": \"62fd04d55ef36700186a0525\",\n            \"hasReadAccess\": true,\n            \"hasWriteAccess\": true\n        },\n        {\n            \"accountId\": \"62fce77449ccd3001b067c4e\",\n            \"userId\": \"62f0d5395aadd0001c490a6a\",\n            \"dateCreated\": \"2022-08-17T15:10:13.318Z\",\n            \"dateUpdated\": \"2022-08-18T10:33:54.200Z\",\n            \"primaryId\": \"FINC_SHRT004_BLK_16S\",\n            \"allIds\": [\n                \"FINC_SHRT004_BLK_16S\"\n            ],\n            \"typeId\": \"Size\",\n            \"attributeData\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"desc\": \"Double cuff long sleeve shirt from the FashionINC Premier Collection\",\n                        \"size\": \"16S\"\n                    }\n                }\n            },\n            \"attributeMetadata\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"desc\": {\n                            \"source\": {\n                                \"attrName\": \"fi_productDescription\",\n                                \"dateUpdated\": \"2022-08-17T15:10:12.818Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd04d4ce92140012a6a23c\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"size\": {\n                            \"source\": {\n                                \"attrName\": \"fi_size\",\n                                \"dateUpdated\": \"2022-08-17T15:10:12.818Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd04d4ce92140012a6a23c\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"parentIds\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2022-08-18T10:33:54.200Z\",\n                                \"model\": \"user\",\n                                \"id\": \"62f0d5395aadd0001c490a6a\",\n                                \"parentId\": \"62fd048a5ef36700186a04bf\"\n                            }\n                        }\n                    }\n                }\n            },\n            \"rootAttributeMetadata\": {\n                \"schemaClassId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:13.317Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"schemaId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:13.317Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"typeId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:13.317Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                }\n            },\n            \"lifecycleStage\": \"62fce77449ccd3001b067c54\",\n            \"cachedLifecycleStageName\": \"New\",\n            \"cachedPrimaryDescription\": \"Double cuff long sleeve shirt from the FashionINC Premier Collection\",\n            \"cachedSchemaName\": \"FashionINC\",\n            \"cachedTaxonomyPath\": \"FashionINC - Shirts\",\n            \"schemaId\": \"62fce77449ccd3001b067c51\",\n            \"schemaClassId\": \"62fcfee309c2f60aa7000006\",\n            \"productSetIds\": [\n                \"62fd04d45ef36700186a04cc\",\n                \"62fd04d45ef36700186a04cd\",\n                \"62fe06394eb3c5001873ac15\"\n            ],\n            \"parentIds\": [\n                \"62fd048a5ef36700186a04bf\"\n            ],\n            \"id\": \"62fd04d55ef36700186a0528\",\n            \"hasReadAccess\": true,\n            \"hasWriteAccess\": true\n        },\n        {\n            \"accountId\": \"62fce77449ccd3001b067c4e\",\n            \"userId\": \"62f0d5395aadd0001c490a6a\",\n            \"dateCreated\": \"2022-08-17T15:10:13.331Z\",\n            \"dateUpdated\": \"2022-08-18T10:33:54.200Z\",\n            \"primaryId\": \"FINC_SHRT004_BLK_17S\",\n            \"allIds\": [\n                \"FINC_SHRT004_BLK_17S\"\n            ],\n            \"typeId\": \"Size\",\n            \"attributeData\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"desc\": \"Double cuff long sleeve shirt from the FashionINC Premier Collection\",\n                        \"size\": \"17S\"\n                    }\n                }\n            },\n            \"attributeMetadata\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"desc\": {\n                            \"source\": {\n                                \"attrName\": \"fi_productDescription\",\n                                \"dateUpdated\": \"2022-08-17T15:10:12.818Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd04d4ce92140012a6a23c\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"size\": {\n                            \"source\": {\n                                \"attrName\": \"fi_size\",\n                                \"dateUpdated\": \"2022-08-17T15:10:12.818Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd04d4ce92140012a6a23c\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"parentIds\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2022-08-18T10:33:54.200Z\",\n                                \"model\": \"user\",\n                                \"id\": \"62f0d5395aadd0001c490a6a\",\n                                \"parentId\": \"62fd048a5ef36700186a04bf\"\n                            }\n                        }\n                    }\n                }\n            },\n            \"rootAttributeMetadata\": {\n                \"schemaClassId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:13.330Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"schemaId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:13.330Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"typeId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:13.330Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                }\n            },\n            \"lifecycleStage\": \"62fce77449ccd3001b067c54\",\n            \"cachedLifecycleStageName\": \"New\",\n            \"cachedPrimaryDescription\": \"Double cuff long sleeve shirt from the FashionINC Premier Collection\",\n            \"cachedSchemaName\": \"FashionINC\",\n            \"cachedTaxonomyPath\": \"FashionINC - Shirts\",\n            \"schemaId\": \"62fce77449ccd3001b067c51\",\n            \"schemaClassId\": \"62fcfee309c2f60aa7000006\",\n            \"productSetIds\": [\n                \"62fd04d45ef36700186a04cc\",\n                \"62fd04d45ef36700186a04cd\",\n                \"62fe06394eb3c5001873ac15\"\n            ],\n            \"parentIds\": [\n                \"62fd048a5ef36700186a04bf\"\n            ],\n            \"id\": \"62fd04d55ef36700186a052b\",\n            \"hasReadAccess\": true,\n            \"hasWriteAccess\": true\n        },\n        {\n            \"accountId\": \"62fce77449ccd3001b067c4e\",\n            \"userId\": \"62f0d5395aadd0001c490a6a\",\n            \"dateCreated\": \"2022-08-17T15:10:13.345Z\",\n            \"dateUpdated\": \"2022-08-18T10:33:54.200Z\",\n            \"primaryId\": \"FINC_SHRT004_BLK_18S\",\n            \"allIds\": [\n                \"FINC_SHRT004_BLK_18S\"\n            ],\n            \"typeId\": \"Size\",\n            \"attributeData\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"desc\": \"Double cuff long sleeve shirt from the FashionINC Premier Collection\",\n                        \"size\": \"18S\"\n                    }\n                }\n            },\n            \"attributeMetadata\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"desc\": {\n                            \"source\": {\n                                \"attrName\": \"fi_productDescription\",\n                                \"dateUpdated\": \"2022-08-17T15:10:12.818Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd04d4ce92140012a6a23c\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"size\": {\n                            \"source\": {\n                                \"attrName\": \"fi_size\",\n                                \"dateUpdated\": \"2022-08-17T15:10:12.818Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd04d4ce92140012a6a23c\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"parentIds\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2022-08-18T10:33:54.200Z\",\n                                \"model\": \"user\",\n                                \"id\": \"62f0d5395aadd0001c490a6a\",\n                                \"parentId\": \"62fd048a5ef36700186a04bf\"\n                            }\n                        }\n                    }\n                }\n            },\n            \"rootAttributeMetadata\": {\n                \"schemaClassId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:13.344Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"schemaId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:13.344Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"typeId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:13.344Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                }\n            },\n            \"lifecycleStage\": \"62fce77449ccd3001b067c54\",\n            \"cachedLifecycleStageName\": \"New\",\n            \"cachedPrimaryDescription\": \"Double cuff long sleeve shirt from the FashionINC Premier Collection\",\n            \"cachedSchemaName\": \"FashionINC\",\n            \"cachedTaxonomyPath\": \"FashionINC - Shirts\",\n            \"schemaId\": \"62fce77449ccd3001b067c51\",\n            \"schemaClassId\": \"62fcfee309c2f60aa7000006\",\n            \"productSetIds\": [\n                \"62fd04d45ef36700186a04cc\",\n                \"62fd04d45ef36700186a04cd\",\n                \"62fe06394eb3c5001873ac15\"\n            ],\n            \"parentIds\": [\n                \"62fd048a5ef36700186a04bf\"\n            ],\n            \"id\": \"62fd04d55ef36700186a052e\",\n            \"hasReadAccess\": true,\n            \"hasWriteAccess\": true\n        },\n        {\n            \"accountId\": \"62fce77449ccd3001b067c4e\",\n            \"userId\": \"62f0d5395aadd0001c490a6a\",\n            \"dateCreated\": \"2022-08-17T15:10:13.360Z\",\n            \"dateUpdated\": \"2022-08-23T13:18:51.852Z\",\n            \"primaryId\": \"FINC_SHRT004_BLU_16S\",\n            \"allIds\": [\n                \"FINC_SHRT004_BLU_16S\"\n            ],\n            \"typeId\": \"Size\",\n            \"attributeData\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"desc\": \"Double cuff long sleeve shirt from the FashionINC Premier Collection\",\n                        \"size\": \"16S\"\n                    }\n                }\n            },\n            \"attributeMetadata\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"desc\": {\n                            \"source\": {\n                                \"attrName\": \"fi_productDescription\",\n                                \"dateUpdated\": \"2022-08-17T15:10:12.818Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd04d4ce92140012a6a23c\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"size\": {\n                            \"source\": {\n                                \"attrName\": \"fi_size\",\n                                \"dateUpdated\": \"2022-08-17T15:10:12.818Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd04d4ce92140012a6a23c\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"parentIds\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2022-08-18T12:47:29.912Z\",\n                                \"model\": \"user\",\n                                \"id\": \"62f0d5395aadd0001c490a6a\",\n                                \"parentId\": \"62fd048a5ef36700186a04c2\"\n                            }\n                        }\n                    }\n                }\n            },\n            \"rootAttributeMetadata\": {\n                \"schemaClassId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:13.359Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"schemaId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:13.359Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"typeId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:13.359Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                }\n            },\n            \"lifecycleStage\": \"62fe070309c2f6235c000007\",\n            \"cachedLifecycleStageName\": \"Ready for Release \",\n            \"cachedPrimaryDescription\": \"Double cuff long sleeve shirt from the FashionINC Premier Collection\",\n            \"cachedSchemaName\": \"FashionINC\",\n            \"cachedTaxonomyPath\": \"FashionINC - Shirts\",\n            \"schemaId\": \"62fce77449ccd3001b067c51\",\n            \"schemaClassId\": \"62fcfee309c2f60aa7000006\",\n            \"productSetIds\": [\n                \"62fd04d45ef36700186a04cc\",\n                \"62fd04d45ef36700186a04cd\",\n                \"62fe06394eb3c5001873ac15\"\n            ],\n            \"parentIds\": [\n                \"62fd048a5ef36700186a04c2\"\n            ],\n            \"id\": \"62fd04d55ef36700186a0531\",\n            \"hasReadAccess\": true,\n            \"hasWriteAccess\": true\n        },\n        {\n            \"accountId\": \"62fce77449ccd3001b067c4e\",\n            \"userId\": \"62f0d5395aadd0001c490a6a\",\n            \"dateCreated\": \"2022-08-17T15:10:13.373Z\",\n            \"dateUpdated\": \"2022-08-18T12:47:29.912Z\",\n            \"primaryId\": \"FINC_SHRT004_BLU_17S\",\n            \"allIds\": [\n                \"FINC_SHRT004_BLU_17S\"\n            ],\n            \"typeId\": \"Size\",\n            \"attributeData\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"desc\": \"Double cuff long sleeve shirt from the FashionINC Premier Collection\",\n                        \"size\": \"17S\"\n                    }\n                }\n            },\n            \"attributeMetadata\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"desc\": {\n                            \"source\": {\n                                \"attrName\": \"fi_productDescription\",\n                                \"dateUpdated\": \"2022-08-17T15:10:12.818Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd04d4ce92140012a6a23c\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"size\": {\n                            \"source\": {\n                                \"attrName\": \"fi_size\",\n                                \"dateUpdated\": \"2022-08-17T15:10:12.818Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd04d4ce92140012a6a23c\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"parentIds\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2022-08-18T12:47:29.912Z\",\n                                \"model\": \"user\",\n                                \"id\": \"62f0d5395aadd0001c490a6a\",\n                                \"parentId\": \"62fd048a5ef36700186a04c2\"\n                            }\n                        }\n                    }\n                }\n            },\n            \"rootAttributeMetadata\": {\n                \"schemaClassId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:13.372Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"schemaId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:13.372Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"typeId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:13.372Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                }\n            },\n            \"lifecycleStage\": \"62fce77449ccd3001b067c54\",\n            \"cachedLifecycleStageName\": \"New\",\n            \"cachedPrimaryDescription\": \"Double cuff long sleeve shirt from the FashionINC Premier Collection\",\n            \"cachedSchemaName\": \"FashionINC\",\n            \"cachedTaxonomyPath\": \"FashionINC - Shirts\",\n            \"schemaId\": \"62fce77449ccd3001b067c51\",\n            \"schemaClassId\": \"62fcfee309c2f60aa7000006\",\n            \"productSetIds\": [\n                \"62fd04d45ef36700186a04cc\",\n                \"62fd04d45ef36700186a04cd\",\n                \"62fe06394eb3c5001873ac15\"\n            ],\n            \"parentIds\": [\n                \"62fd048a5ef36700186a04c2\"\n            ],\n            \"id\": \"62fd04d55ef36700186a0534\",\n            \"hasReadAccess\": true,\n            \"hasWriteAccess\": true\n        },\n        {\n            \"accountId\": \"62fce77449ccd3001b067c4e\",\n            \"userId\": \"62f0d5395aadd0001c490a6a\",\n            \"dateCreated\": \"2022-08-17T15:10:13.387Z\",\n            \"dateUpdated\": \"2022-08-18T12:47:29.912Z\",\n            \"primaryId\": \"FINC_SHRT004_BLU_18S\",\n            \"allIds\": [\n                \"FINC_SHRT004_BLU_18S\"\n            ],\n            \"typeId\": \"Size\",\n            \"attributeData\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"desc\": \"Double cuff long sleeve shirt from the FashionINC Premier Collection\",\n                        \"size\": \"18S\"\n                    }\n                }\n            },\n            \"attributeMetadata\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"desc\": {\n                            \"source\": {\n                                \"attrName\": \"fi_productDescription\",\n                                \"dateUpdated\": \"2022-08-17T15:10:12.818Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd04d4ce92140012a6a23c\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"size\": {\n                            \"source\": {\n                                \"attrName\": \"fi_size\",\n                                \"dateUpdated\": \"2022-08-17T15:10:12.818Z\",\n                                \"file\": \"FashionINC_Data.xlsx\",\n                                \"id\": \"62fd04d4ce92140012a6a23c\",\n                                \"model\": \"import\"\n                            }\n                        },\n                        \"parentIds\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2022-08-18T12:47:29.912Z\",\n                                \"model\": \"user\",\n                                \"id\": \"62f0d5395aadd0001c490a6a\",\n                                \"parentId\": \"62fd048a5ef36700186a04c2\"\n                            }\n                        }\n                    }\n                }\n            },\n            \"rootAttributeMetadata\": {\n                \"schemaClassId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:13.386Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"schemaId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:13.386Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"typeId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-17T15:10:13.386Z\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"model\": \"pimberly users\"\n                    }\n                }\n            },\n            \"lifecycleStage\": \"62fce77449ccd3001b067c54\",\n            \"cachedLifecycleStageName\": \"New\",\n            \"cachedPrimaryDescription\": \"Double cuff long sleeve shirt from the FashionINC Premier Collection\",\n            \"cachedSchemaName\": \"FashionINC\",\n            \"cachedTaxonomyPath\": \"FashionINC - Shirts\",\n            \"schemaId\": \"62fce77449ccd3001b067c51\",\n            \"schemaClassId\": \"62fcfee309c2f60aa7000006\",\n            \"productSetIds\": [\n                \"62fd04d45ef36700186a04cc\",\n                \"62fd04d45ef36700186a04cd\",\n                \"62fe06394eb3c5001873ac15\"\n            ],\n            \"parentIds\": [\n                \"62fd048a5ef36700186a04c2\"\n            ],\n            \"id\": \"62fd04d55ef36700186a0537\",\n            \"hasReadAccess\": true,\n            \"hasWriteAccess\": true\n        },\n        {\n            \"accountId\": \"62fce77449ccd3001b067c4e\",\n            \"userId\": \"64db93fc611e1c0803e5b902\",\n            \"dateCreated\": \"2023-08-16T14:24:17.849Z\",\n            \"dateUpdated\": \"2023-08-24T08:40:16.897Z\",\n            \"primaryId\": \"EXAMPLEPRODUCT001\",\n            \"allIds\": [\n                \"EXAMPLEPRODUCT001\"\n            ],\n            \"typeId\": \"Size\",\n            \"attributeData\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"desc\": \"Example\",\n                        \"size\": \"18S\"\n                    },\n                    \"62fe082b43d99c0018731b26\": {\n                        \"size\": \"16S\"\n                    }\n                },\n                \"62fe11c7ce92140012a6a66d\": {\n                    \"62fe082b43d99c0018731b26\": {\n                        \"size\": \"new value\"\n                    }\n                }\n            },\n            \"attributeMetadata\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"desc\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2023-08-17T10:06:32.504Z\",\n                                \"id\": \"64d9f0dbf0eb2cf96419d91c\",\n                                \"model\": \"pimberly users\"\n                            }\n                        },\n                        \"size\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2023-08-24T08:40:16.886Z\",\n                                \"id\": \"64d9f0dbf0eb2cf96419d91c\",\n                                \"model\": \"pimberly users\"\n                            }\n                        }\n                    },\n                    \"62fe082b43d99c0018731b26\": {\n                        \"desc\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2023-08-17T09:25:06.207Z\",\n                                \"id\": \"64d9f0dbf0eb2cf96419d91c\",\n                                \"model\": \"pimberly users\"\n                            }\n                        },\n                        \"size\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2023-08-17T09:52:32.165Z\",\n                                \"id\": \"64db93fc611e1c0803e5b902\",\n                                \"model\": \"rest api\"\n                            }\n                        }\n                    }\n                },\n                \"62fe11c7ce92140012a6a66d\": {\n                    \"62fe082b43d99c0018731b26\": {\n                        \"desc\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2023-08-17T09:51:35.899Z\",\n                                \"id\": \"64d9f0dbf0eb2cf96419d91c\",\n                                \"model\": \"pimberly users\"\n                            }\n                        },\n                        \"size\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2023-08-17T09:40:31.720Z\",\n                                \"id\": \"64db93fc611e1c0803e5b902\",\n                                \"model\": \"rest api\"\n                            }\n                        }\n                    }\n                }\n            },\n            \"rootAttributeMetadata\": {\n                \"schemaClassId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2023-08-16T14:24:17.832Z\",\n                        \"id\": \"64db93fc611e1c0803e5b902\",\n                        \"model\": \"rest api\"\n                    }\n                },\n                \"schemaId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2023-08-16T14:24:17.832Z\",\n                        \"id\": \"64db93fc611e1c0803e5b902\",\n                        \"model\": \"rest api\"\n                    }\n                },\n                \"typeId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2023-08-16T14:24:17.832Z\",\n                        \"id\": \"64db93fc611e1c0803e5b902\",\n                        \"model\": \"rest api\"\n                    }\n                }\n            },\n            \"lifecycleStage\": \"62fe070309c2f6235c000007\",\n            \"cachedLifecycleStageName\": \"Ready for Release \",\n            \"cachedPrimaryDescription\": \"Example\",\n            \"cachedSchemaName\": \"FashionINC\",\n            \"cachedTaxonomyPath\": \"FashionINC - Shirts\",\n            \"schemaId\": \"62fce77449ccd3001b067c51\",\n            \"schemaClassId\": \"62fcfee309c2f60aa7000006\",\n            \"parentIds\": [\n                \"62fd048a5ef36700186a04bc\"\n            ],\n            \"id\": \"64dcdc11a2490c016591bf46\",\n            \"hasReadAccess\": true,\n            \"hasWriteAccess\": true\n        },\n        {\n            \"accountId\": \"62fce77449ccd3001b067c4e\",\n            \"userId\": \"64d9f0dbf0eb2cf96419d91c\",\n            \"dateCreated\": \"2023-08-17T14:24:05.433Z\",\n            \"dateUpdated\": \"2023-08-17T14:24:05.433Z\",\n            \"primaryId\": \"EXAMPLEPRODUCT002\",\n            \"allIds\": [\n                \"EXAMPLEPRODUCT002\"\n            ],\n            \"typeId\": \"Colour\",\n            \"attributeData\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"desc\": \"Descriptive description\"\n                    }\n                }\n            },\n            \"attributeMetadata\": {\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"desc\": {\n                            \"source\": {\n                                \"dateUpdated\": \"2023-08-17T14:24:05.421Z\",\n                                \"id\": \"64d9f0dbf0eb2cf96419d91c\",\n                                \"model\": \"pimberly users\"\n                            }\n                        }\n                    }\n                }\n            },\n            \"rootAttributeMetadata\": {\n                \"schemaClassId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2023-08-17T14:24:05.421Z\",\n                        \"id\": \"64d9f0dbf0eb2cf96419d91c\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"schemaId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2023-08-17T14:24:05.421Z\",\n                        \"id\": \"64d9f0dbf0eb2cf96419d91c\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"typeId\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2023-08-17T14:24:05.421Z\",\n                        \"id\": \"64d9f0dbf0eb2cf96419d91c\",\n                        \"model\": \"pimberly users\"\n                    }\n                }\n            },\n            \"lifecycleStage\": \"62fe06e009c2f6235c000005\",\n            \"cachedLifecycleStageName\": \"Marketing \",\n            \"cachedPrimaryDescription\": \"Descriptive description\",\n            \"cachedSchemaName\": \"FashionINC\",\n            \"cachedTaxonomyPath\": \"FashionINC - Shirts\",\n            \"items\": [],\n            \"schemaId\": \"62fce77449ccd3001b067c51\",\n            \"schemaClassId\": \"62fcfee309c2f60aa7000006\",\n            \"id\": \"64de2d85f7991901af7a08e1\",\n            \"hasReadAccess\": true,\n            \"hasWriteAccess\": true\n        }\n    ]\n}"}],"_postman_id":"7935f24a-3800-499e-8157-99385bc6dad2"}],"id":"896656b0-6799-4839-8c86-f90eb6c2db70","_postman_id":"896656b0-6799-4839-8c86-f90eb6c2db70","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}}},{"name":"Retrieving Product Information","item":[{"name":"Get product by Mongo ID","id":"c007b2c9-bbc1-443e-9400-5cbbcd307549","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pimber.ly/api/products/:mongoId","description":"<p>This endpoint returns information for the product specified by the provided Mongo ID.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","products",":mongoId"],"host":["pimber.ly"],"query":[],"variable":[{"id":"86ec238c-a40d-47c0-b7d2-bd500553db26","description":{"content":"<p>Mongo ID of the product you want to get</p>\n","type":"text/plain"},"type":"any","value":"","key":"mongoId"}]}},"response":[{"id":"1d53155e-75ff-4766-9a21-f78673cda06f","name":"Get product by Mongo ID","originalRequest":{"method":"GET","header":[],"url":"https://pimber.ly/api/products/62fd04d55ef36700186a0528"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"4689"},{"key":"Date","value":"Thu, 24 Aug 2023 11:15:35 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountId\": \"62fce77449ccd3001b067c4e\",\n    \"userId\": \"62f0d5395aadd0001c490a6a\",\n    \"dateCreated\": \"2022-08-17T15:07:23.067Z\",\n    \"dateUpdated\": \"2023-02-15T14:33:20.608Z\",\n    \"primaryId\": \"FINC_SHRT001\",\n    \"allIds\": [\n        \"FINC_SHRT001\",\n        \"FINC_SHRT001\"\n    ],\n    \"typeId\": \"Style\",\n    \"attributeData\": {\n        \"*\": {\n            \"62fce77449ccd3001b067c53\": {\n                \"brand\": \"I love testing things!\",\n                \"careInformation\": \"Machine Washable\",\n                \"cuff\": \"Single Cuff\",\n                \"desc\": \"Regular fit long sleeve shirt from the FashionINC Basic range\",\n                \"fit\": \"Regular\",\n                \"material\": \"55% Cotton and 45% Polyester\",\n                \"sleeveLength\": \"Long\",\n                \"supplier\": \"FashionINC Direct\",\n                \"ageGroup\": \"15-99\",\n                \"countryOfOrigin\": \"United Kingdom\",\n                \"crossSell\": [\n                    \"62fd042b4eb3c50018730a54\"\n                ],\n                \"gender\": \"Male\",\n                \"hangingOrBoxed\": \"Boxed\",\n                \"price\": \"19.99\"\n            }\n        }\n    },\n    \"attributeMetadata\": {\n        \"*\": {\n            \"62fce77449ccd3001b067c53\": {\n                \"brand\": {\n                    \"source\": {\n                        \"attrName\": \"fi_brand\",\n                        \"dateUpdated\": \"2023-02-15T14:33:17.324Z\",\n                        \"file\": \"FashionINC_Data.xlsx\",\n                        \"id\": \"63b84a7a5039a5001f8b5049\",\n                        \"model\": \"user\"\n                    }\n                },\n                \"careInformation\": {\n                    \"source\": {\n                        \"attrName\": \"fi_careInformation\",\n                        \"dateUpdated\": \"2022-08-17T15:07:17.228Z\",\n                        \"file\": \"FashionINC_Data.xlsx\",\n                        \"id\": \"62fd042543d99c0018731701\",\n                        \"model\": \"import\"\n                    }\n                },\n                \"cuff\": {\n                    \"source\": {\n                        \"attrName\": \"fi_cuff\",\n                        \"dateUpdated\": \"2022-08-17T15:07:17.228Z\",\n                        \"file\": \"FashionINC_Data.xlsx\",\n                        \"id\": \"62fd042543d99c0018731701\",\n                        \"model\": \"import\"\n                    }\n                },\n                \"desc\": {\n                    \"source\": {\n                        \"attrName\": \"fi_productDescription\",\n                        \"dateUpdated\": \"2022-08-17T15:07:17.228Z\",\n                        \"file\": \"FashionINC_Data.xlsx\",\n                        \"id\": \"62fd042543d99c0018731701\",\n                        \"model\": \"import\"\n                    }\n                },\n                \"fit\": {\n                    \"source\": {\n                        \"attrName\": \"fi_fit\",\n                        \"dateUpdated\": \"2022-08-17T15:07:17.228Z\",\n                        \"file\": \"FashionINC_Data.xlsx\",\n                        \"id\": \"62fd042543d99c0018731701\",\n                        \"model\": \"import\"\n                    }\n                },\n                \"material\": {\n                    \"source\": {\n                        \"attrName\": \"fi_material\",\n                        \"dateUpdated\": \"2022-08-17T15:07:17.228Z\",\n                        \"file\": \"FashionINC_Data.xlsx\",\n                        \"id\": \"62fd042543d99c0018731701\",\n                        \"model\": \"import\"\n                    }\n                },\n                \"sleeveLength\": {\n                    \"source\": {\n                        \"attrName\": \"fi_sleeveLength\",\n                        \"dateUpdated\": \"2022-08-17T15:07:17.228Z\",\n                        \"file\": \"FashionINC_Data.xlsx\",\n                        \"id\": \"62fd042543d99c0018731701\",\n                        \"model\": \"import\"\n                    }\n                },\n                \"supplier\": {\n                    \"source\": {\n                        \"attrName\": \"fi_supplier\",\n                        \"dateUpdated\": \"2022-08-17T15:07:17.228Z\",\n                        \"file\": \"FashionINC_Data.xlsx\",\n                        \"id\": \"62fd042543d99c0018731701\",\n                        \"model\": \"import\"\n                    }\n                },\n                \"items\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-18T10:33:53.978Z\",\n                        \"model\": \"user\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"itemId\": \"62fd048a5ef36700186a04b3\"\n                    }\n                },\n                \"ageGroup\": {\n                    \"source\": {\n                        \"attrName\": \"amz_ageGroup\",\n                        \"dateUpdated\": \"2022-08-18T10:33:09.164Z\",\n                        \"file\": \"FashionINC_Data_Marketplace.xlsx\",\n                        \"id\": \"62fe15651b2c5d001efe8bca\",\n                        \"model\": \"import\"\n                    }\n                },\n                \"countryOfOrigin\": {\n                    \"source\": {\n                        \"attrName\": \"amz_countryOfOrigin\",\n                        \"dateUpdated\": \"2022-08-18T10:33:09.164Z\",\n                        \"file\": \"FashionINC_Data_Marketplace.xlsx\",\n                        \"id\": \"62fe15651b2c5d001efe8bca\",\n                        \"model\": \"import\"\n                    }\n                },\n                \"crossSell\": {\n                    \"productMetadata\": {\n                        \"62fd042b4eb3c50018730a54\": {\n                            \"primaryId\": \"FINC_TRS001\",\n                            \"description\": \"Flat fronted trousers with a stretch waistband\",\n                            \"thumbnailUrl\": null\n                        }\n                    },\n                    \"source\": {\n                        \"attrName\": \"amz_crossSell\",\n                        \"dateUpdated\": \"2022-08-18T10:33:09.164Z\",\n                        \"file\": \"FashionINC_Data_Marketplace.xlsx\",\n                        \"id\": \"62fe15651b2c5d001efe8bca\",\n                        \"model\": \"import\"\n                    }\n                },\n                \"gender\": {\n                    \"source\": {\n                        \"attrName\": \"amz_gender\",\n                        \"dateUpdated\": \"2022-08-18T10:33:09.164Z\",\n                        \"file\": \"FashionINC_Data_Marketplace.xlsx\",\n                        \"id\": \"62fe15651b2c5d001efe8bca\",\n                        \"model\": \"import\"\n                    }\n                },\n                \"hangingOrBoxed\": {\n                    \"source\": {\n                        \"attrName\": \"amz_hangingOrBoxed\",\n                        \"dateUpdated\": \"2022-08-18T10:33:09.164Z\",\n                        \"file\": \"FashionINC_Data_Marketplace.xlsx\",\n                        \"id\": \"62fe15651b2c5d001efe8bca\",\n                        \"model\": \"import\"\n                    }\n                },\n                \"price\": {\n                    \"source\": {\n                        \"attrName\": \"amz_price\",\n                        \"dateUpdated\": \"2022-08-18T10:33:09.164Z\",\n                        \"file\": \"FashionINC_Data_Marketplace.xlsx\",\n                        \"id\": \"62fe15651b2c5d001efe8bca\",\n                        \"model\": \"import\"\n                    }\n                }\n            }\n        }\n    },\n    \"rootAttributeMetadata\": {\n        \"schemaClassId\": {\n            \"source\": {\n                \"dateUpdated\": \"2022-08-17T15:07:23.065Z\",\n                \"id\": \"62f0d5395aadd0001c490a6a\",\n                \"model\": \"pimberly users\"\n            }\n        },\n        \"schemaId\": {\n            \"source\": {\n                \"dateUpdated\": \"2022-08-17T15:07:23.065Z\",\n                \"id\": \"62f0d5395aadd0001c490a6a\",\n                \"model\": \"pimberly users\"\n            }\n        },\n        \"typeId\": {\n            \"source\": {\n                \"dateUpdated\": \"2022-08-17T15:07:23.065Z\",\n                \"id\": \"62f0d5395aadd0001c490a6a\",\n                \"model\": \"pimberly users\"\n            }\n        }\n    },\n    \"lifecycleStage\": \"62fe070309c2f6235c000007\",\n    \"cachedLifecycleStageName\": \"Ready for Release \",\n    \"cachedPrimaryDescription\": \"Regular fit long sleeve shirt from the FashionINC Basic range\",\n    \"cachedSchemaName\": \"FashionINC\",\n    \"cachedTaxonomyPath\": \"FashionINC - Shirts\",\n    \"items\": [],\n    \"events\": [],\n    \"schemaId\": \"62fce77449ccd3001b067c51\",\n    \"schemaClassId\": \"62fcfee309c2f60aa7000006\",\n    \"productSetIds\": [\n        \"62fd04254eb3c50018730a52\",\n        \"62fd04254eb3c50018730a53\",\n        \"62fd04895ef36700186a04ab\",\n        \"62fe06394eb3c5001873ac15\",\n        \"62fe15655ef36700186c0a0e\"\n    ],\n    \"approvalIds\": [],\n    \"id\": \"62fd042b4eb3c50018730a57\",\n    \"hasSchemaReadAccess\": true,\n    \"hasDeleteAccess\": true,\n    \"hasReadAccess\": true,\n    \"hasWriteAccess\": true,\n    \"_pendingApprovalRequests\": [],\n    \"classifications\": [],\n    \"parents\": [],\n    \"itemCount\": 0,\n    \"siblings\": []\n}"}],"_postman_id":"c007b2c9-bbc1-443e-9400-5cbbcd307549"},{"name":"Get one product","id":"094b9daf-aa13-4140-985e-b92efb80eaaf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pimber.ly/api/products/findOne","description":"<p>This endpoint returns one product. The <code>filter</code> query parameter can be used with this endpoint to filter the result you get.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","products","findOne"],"host":["pimber.ly"],"query":[{"disabled":true,"description":{"content":"<p><em><strong>Optional</strong></em> | <em>Object</em> | <em>Default: None</em> | Filter to be applied to the results</p>\n","type":"text/plain"},"key":"filter","value":""}],"variable":[]}},"response":[{"id":"4b37132d-90b7-4ef3-a460-9acd536e7aa5","name":"Get one product","originalRequest":{"method":"GET","header":[],"url":"https://pimber.ly/api/products/findOne"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"4535"},{"key":"Date","value":"Thu, 24 Aug 2023 11:15:00 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountId\": \"62fce77449ccd3001b067c4e\",\n    \"userId\": \"62f0d5395aadd0001c490a6a\",\n    \"dateCreated\": \"2022-08-17T15:07:23.067Z\",\n    \"dateUpdated\": \"2023-02-15T14:33:20.608Z\",\n    \"primaryId\": \"FINC_SHRT001\",\n    \"allIds\": [\n        \"FINC_SHRT001\",\n        \"FINC_SHRT001\"\n    ],\n    \"typeId\": \"Style\",\n    \"attributeData\": {\n        \"*\": {\n            \"62fce77449ccd3001b067c53\": {\n                \"brand\": \"I love testing things!\",\n                \"careInformation\": \"Machine Washable\",\n                \"cuff\": \"Single Cuff\",\n                \"desc\": \"Regular fit long sleeve shirt from the FashionINC Basic range\",\n                \"fit\": \"Regular\",\n                \"material\": \"55% Cotton and 45% Polyester\",\n                \"sleeveLength\": \"Long\",\n                \"supplier\": \"FashionINC Direct\",\n                \"ageGroup\": \"15-99\",\n                \"countryOfOrigin\": \"United Kingdom\",\n                \"crossSell\": [\n                    \"62fd042b4eb3c50018730a54\"\n                ],\n                \"gender\": \"Male\",\n                \"hangingOrBoxed\": \"Boxed\",\n                \"price\": \"19.99\"\n            }\n        }\n    },\n    \"attributeMetadata\": {\n        \"*\": {\n            \"62fce77449ccd3001b067c53\": {\n                \"brand\": {\n                    \"source\": {\n                        \"attrName\": \"fi_brand\",\n                        \"dateUpdated\": \"2023-02-15T14:33:17.324Z\",\n                        \"file\": \"FashionINC_Data.xlsx\",\n                        \"id\": \"63b84a7a5039a5001f8b5049\",\n                        \"model\": \"user\"\n                    }\n                },\n                \"careInformation\": {\n                    \"source\": {\n                        \"attrName\": \"fi_careInformation\",\n                        \"dateUpdated\": \"2022-08-17T15:07:17.228Z\",\n                        \"file\": \"FashionINC_Data.xlsx\",\n                        \"id\": \"62fd042543d99c0018731701\",\n                        \"model\": \"import\"\n                    }\n                },\n                \"cuff\": {\n                    \"source\": {\n                        \"attrName\": \"fi_cuff\",\n                        \"dateUpdated\": \"2022-08-17T15:07:17.228Z\",\n                        \"file\": \"FashionINC_Data.xlsx\",\n                        \"id\": \"62fd042543d99c0018731701\",\n                        \"model\": \"import\"\n                    }\n                },\n                \"desc\": {\n                    \"source\": {\n                        \"attrName\": \"fi_productDescription\",\n                        \"dateUpdated\": \"2022-08-17T15:07:17.228Z\",\n                        \"file\": \"FashionINC_Data.xlsx\",\n                        \"id\": \"62fd042543d99c0018731701\",\n                        \"model\": \"import\"\n                    }\n                },\n                \"fit\": {\n                    \"source\": {\n                        \"attrName\": \"fi_fit\",\n                        \"dateUpdated\": \"2022-08-17T15:07:17.228Z\",\n                        \"file\": \"FashionINC_Data.xlsx\",\n                        \"id\": \"62fd042543d99c0018731701\",\n                        \"model\": \"import\"\n                    }\n                },\n                \"material\": {\n                    \"source\": {\n                        \"attrName\": \"fi_material\",\n                        \"dateUpdated\": \"2022-08-17T15:07:17.228Z\",\n                        \"file\": \"FashionINC_Data.xlsx\",\n                        \"id\": \"62fd042543d99c0018731701\",\n                        \"model\": \"import\"\n                    }\n                },\n                \"sleeveLength\": {\n                    \"source\": {\n                        \"attrName\": \"fi_sleeveLength\",\n                        \"dateUpdated\": \"2022-08-17T15:07:17.228Z\",\n                        \"file\": \"FashionINC_Data.xlsx\",\n                        \"id\": \"62fd042543d99c0018731701\",\n                        \"model\": \"import\"\n                    }\n                },\n                \"supplier\": {\n                    \"source\": {\n                        \"attrName\": \"fi_supplier\",\n                        \"dateUpdated\": \"2022-08-17T15:07:17.228Z\",\n                        \"file\": \"FashionINC_Data.xlsx\",\n                        \"id\": \"62fd042543d99c0018731701\",\n                        \"model\": \"import\"\n                    }\n                },\n                \"items\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2022-08-18T10:33:53.978Z\",\n                        \"model\": \"user\",\n                        \"id\": \"62f0d5395aadd0001c490a6a\",\n                        \"itemId\": \"62fd048a5ef36700186a04b3\"\n                    }\n                },\n                \"ageGroup\": {\n                    \"source\": {\n                        \"attrName\": \"amz_ageGroup\",\n                        \"dateUpdated\": \"2022-08-18T10:33:09.164Z\",\n                        \"file\": \"FashionINC_Data_Marketplace.xlsx\",\n                        \"id\": \"62fe15651b2c5d001efe8bca\",\n                        \"model\": \"import\"\n                    }\n                },\n                \"countryOfOrigin\": {\n                    \"source\": {\n                        \"attrName\": \"amz_countryOfOrigin\",\n                        \"dateUpdated\": \"2022-08-18T10:33:09.164Z\",\n                        \"file\": \"FashionINC_Data_Marketplace.xlsx\",\n                        \"id\": \"62fe15651b2c5d001efe8bca\",\n                        \"model\": \"import\"\n                    }\n                },\n                \"crossSell\": {\n                    \"productMetadata\": {\n                        \"62fd042b4eb3c50018730a54\": {\n                            \"primaryId\": \"FINC_TRS001\",\n                            \"description\": \"Flat fronted trousers with a stretch waistband\",\n                            \"thumbnailUrl\": null\n                        }\n                    },\n                    \"source\": {\n                        \"attrName\": \"amz_crossSell\",\n                        \"dateUpdated\": \"2022-08-18T10:33:09.164Z\",\n                        \"file\": \"FashionINC_Data_Marketplace.xlsx\",\n                        \"id\": \"62fe15651b2c5d001efe8bca\",\n                        \"model\": \"import\"\n                    }\n                },\n                \"gender\": {\n                    \"source\": {\n                        \"attrName\": \"amz_gender\",\n                        \"dateUpdated\": \"2022-08-18T10:33:09.164Z\",\n                        \"file\": \"FashionINC_Data_Marketplace.xlsx\",\n                        \"id\": \"62fe15651b2c5d001efe8bca\",\n                        \"model\": \"import\"\n                    }\n                },\n                \"hangingOrBoxed\": {\n                    \"source\": {\n                        \"attrName\": \"amz_hangingOrBoxed\",\n                        \"dateUpdated\": \"2022-08-18T10:33:09.164Z\",\n                        \"file\": \"FashionINC_Data_Marketplace.xlsx\",\n                        \"id\": \"62fe15651b2c5d001efe8bca\",\n                        \"model\": \"import\"\n                    }\n                },\n                \"price\": {\n                    \"source\": {\n                        \"attrName\": \"amz_price\",\n                        \"dateUpdated\": \"2022-08-18T10:33:09.164Z\",\n                        \"file\": \"FashionINC_Data_Marketplace.xlsx\",\n                        \"id\": \"62fe15651b2c5d001efe8bca\",\n                        \"model\": \"import\"\n                    }\n                }\n            }\n        }\n    },\n    \"rootAttributeMetadata\": {\n        \"schemaClassId\": {\n            \"source\": {\n                \"dateUpdated\": \"2022-08-17T15:07:23.065Z\",\n                \"id\": \"62f0d5395aadd0001c490a6a\",\n                \"model\": \"pimberly users\"\n            }\n        },\n        \"schemaId\": {\n            \"source\": {\n                \"dateUpdated\": \"2022-08-17T15:07:23.065Z\",\n                \"id\": \"62f0d5395aadd0001c490a6a\",\n                \"model\": \"pimberly users\"\n            }\n        },\n        \"typeId\": {\n            \"source\": {\n                \"dateUpdated\": \"2022-08-17T15:07:23.065Z\",\n                \"id\": \"62f0d5395aadd0001c490a6a\",\n                \"model\": \"pimberly users\"\n            }\n        }\n    },\n    \"lifecycleStage\": \"62fe070309c2f6235c000007\",\n    \"cachedLifecycleStageName\": \"Ready for Release \",\n    \"cachedPrimaryDescription\": \"Regular fit long sleeve shirt from the FashionINC Basic range\",\n    \"cachedSchemaName\": \"FashionINC\",\n    \"cachedTaxonomyPath\": \"FashionINC - Shirts\",\n    \"items\": [],\n    \"schemaId\": \"62fce77449ccd3001b067c51\",\n    \"schemaClassId\": \"62fcfee309c2f60aa7000006\",\n    \"productSetIds\": [\n        \"62fd04254eb3c50018730a52\",\n        \"62fd04254eb3c50018730a53\",\n        \"62fd04895ef36700186a04ab\",\n        \"62fe06394eb3c5001873ac15\",\n        \"62fe15655ef36700186c0a0e\"\n    ],\n    \"approvalIds\": [],\n    \"id\": \"62fd042b4eb3c50018730a57\",\n    \"hasReadAccess\": true,\n    \"hasWriteAccess\": true\n}"}],"_postman_id":"094b9daf-aa13-4140-985e-b92efb80eaaf"},{"name":"Get amount of products","id":"6d2d8609-26a8-4217-8f99-21cc8699dbf1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pimber.ly/api/products/count","description":"<p>This endpoint will return the number of products. The <code>filter</code> query parameter can be used with this endpoint to return the number of products that match the filter.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","products","count"],"host":["pimber.ly"],"query":[{"disabled":true,"description":{"content":"<p><em><strong>Optional</strong></em> | <em>Object</em> | <em>Default: None</em> | Filter to be applied to the results</p>\n","type":"text/plain"},"key":"filter","value":null}],"variable":[]}},"response":[{"id":"046391ca-0ec7-487e-9c6a-578b805d3745","name":"Get amount of products","originalRequest":{"method":"GET","header":[],"url":"https://pimber.ly/api/products/count"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"12"},{"key":"Date","value":"Thu, 24 Aug 2023 11:16:14 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 49\n}"}],"_postman_id":"6d2d8609-26a8-4217-8f99-21cc8699dbf1"},{"name":"Get product count and Max ID","id":"cf5a1d5e-39c0-4d5f-be03-3559c9f722af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.pimberly.io/core/products/currentCount","description":"<p>This endpoint will return the total number of products and the Max ID.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["core","products","currentCount"],"host":["api.pimberly.io"],"query":[],"variable":[]}},"response":[{"id":"de866c36-5a26-4103-9bcc-bfd4a7b324dc","name":"Get product count and Max ID","originalRequest":{"method":"GET","header":[],"url":"https://api.pimberly.io/core/products/currentCount"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Aug 2023 09:28:49 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"54"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": 15,\n  \"maxId\": \"5cc2c243dbd3c600167417e6\"\n}"}],"_postman_id":"cf5a1d5e-39c0-4d5f-be03-3559c9f722af"},{"name":"Get product count by filter","id":"61bd756a-4313-4f46-9102-92683ef7b6d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pimber.ly/api/products/initialFilterFetch","description":"<p>This endpoint returns the number of products which match the filter specified.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","products","initialFilterFetch"],"host":["pimber.ly"],"query":[{"disabled":true,"description":{"content":"<p><em><strong>Optional</strong></em> | <em>Object</em> | <em>Default: None</em> | Filter to be applied to the results</p>\n","type":"text/plain"},"key":"filters","value":""}],"variable":[]}},"response":[{"id":"19cf8948-c74b-4080-a74d-91d2f9208263","name":"Get product count by filter","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://pimber.ly/api/products/initialFilterFetch?filters={FILTERS}","protocol":"https","host":["pimber","ly"],"path":["api","products","initialFilterFetch"],"query":[{"key":"filters","value":"{FILTERS}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"53"},{"key":"Date","value":"Tue, 29 Aug 2023 09:31:18 GMT"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": 23\n}"}],"_postman_id":"61bd756a-4313-4f46-9102-92683ef7b6d5"},{"name":"Get media output data for specified Product IDs","id":"a0e0e80a-a988-4832-8e0c-2452f649df65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pimber.ly/api/products/fetchMediaExportData","description":"<p>This endpoint returns the media output data for the specified Product IDs.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","products","fetchMediaExportData"],"host":["pimber.ly"],"query":[{"disabled":true,"description":{"content":"<p><em><strong>Required</strong></em> | <em>Array</em> | <em>Default: None</em> | Array of product Mongo IDs</p>\n","type":"text/plain"},"key":"ids","value":""},{"disabled":true,"description":{"content":"<p><em><strong>Required</strong></em> | <em>Object</em> | <em>Default: None</em> | Must include name and output. Output value should either be \"URL\", \"path\", \"filename\" or \"dimensions\"</p>\n","type":"text/plain"},"key":"attr","value":""}],"variable":[]}},"response":[{"id":"c0bcb733-a663-4c4c-bb6e-77927d912b1c","name":"Get media output data for specified Product IDs","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://pimber.ly/api/products/fetchMediaExportData?ids={ASSET_IDS_ARRAY}&attr={ASSET_ATTRS}","protocol":"https","host":["pimber","ly"],"path":["api","products","fetchMediaExportData"],"query":[{"key":"ids","value":"{ASSET_IDS_ARRAY}","description":"_**Required**_ | _Array_ | _Default: None_ | Array of product Mongo IDs"},{"key":"attr","value":"{ASSET_ATTRS}","description":"_**Required**_ | _Object_ | _Default: None_ | Must include name and output. Output value should either be \"URL\", \"path\", \"filename\" or \"dimensions\""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"209"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 29 Aug 2023 09:18:46 GMT"}],"cookie":[],"responseTime":null,"body":"\"https://s3-eu-west-1.amazonaws.com/cdn.production.aws.eu-w1.pimberly.com/public/asset/raw/5a3b8a79b2b0d604ef16b05c/e918a557/5cdac5c8d7522f7dda000008.jpg, https://s3-eu-west-1.amazonaws.com/cdn.production.aws.eu-w1.pimberly.com/public/asset/raw/5a3b8a79b2b0d604ef16b05c/aee38813/5cdacd87d7522f3066000009.png, https://s3-eu-west-1.amazonaws.com/cdn.production.aws.eu-w1.pimberly.com/public/asset/raw/5a3b8a79b2b0d604ef16b05c/aee38813/5cdacd87d7522f3066000008.jpg, https://s3-eu-west-1.amazonaws.com/cdn.production.aws.eu-w1.pimberly.com/public/asset/raw/5a3b8a79b2b0d604ef16b05c/09785d93/5cdbd00fd7522f0431000008.jpg, https://s3-eu-west-1.amazonaws.com/cdn.production.aws.eu-w1.pimberly.com/public/asset/raw/5a3b8a79b2b0d604ef16b05c/6807b357/5cdbd036d7522f11d4000008.jpg|\""}],"_postman_id":"a0e0e80a-a988-4832-8e0c-2452f649df65"},{"name":"Get DB document by ID (job) of specified collection (type) to determine progress","id":"f73c760c-f1ec-4eb0-b348-8ccbd17aa54a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pimber.ly/api/products/:job_type/:job_mongoId/batchProgress","description":"<p>This endpoint returns information on a job. Job types must either be import, export, batchUpdate or batchRelease.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","products",":job_type",":job_mongoId","batchProgress"],"host":["pimber.ly"],"query":[],"variable":[{"id":"3d654240-092a-423c-b837-d8d1847055eb","type":"any","value":"","key":"job_type"},{"id":"af23d354-0afa-40ad-b853-3a2e6bbe6d14","description":{"content":"<p>Mongo ID of the job you want to get the batch progress of</p>\n","type":"text/plain"},"type":"any","value":"","key":"job_mongoId"}]}},"response":[{"id":"767fab09-26c0-46e9-9a95-977d7cd9eb0c","name":"Get DB document by ID (job) of specified collection (type) to determine progress","originalRequest":{"method":"GET","header":[],"url":"https://pimber.ly/api/products/{JOB_TYPE}/{JOB_MONGO_ID}/batchProgress"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"progress\": 1,\n    \"model\": {\n        \"_id\": \"5d4a996bdb9d150010ecee7f\",\n        \"accountId\": \"5a3b8a79b2b0d604ef16b05c\",\n        \"userId\": \"5cc6c0570aa96f0015557546\",\n        \"userName\": \"\",\n        \"dateCreated\": \"2019-08-07T09:27:07.640Z\",\n        \"fileType\": \"productAttrs\",\n        \"mapping\": {\n            \"Primary ID\": {\n                \"name\": \"primaryId\"\n            },\n            \"Description\": {\n                \"name\": \"desc\"\n            }\n        },\n        \"schemaId\": [\n            \"5a3b8a79b2b0d604ef16b05f\"\n        ],\n        \"productFilter\": \"{\\\"_id\\\":{\\\"$in\\\":[\\\"5cd9934ab37eea0011abccb8\\\",\\\"5cd9934ab37eea0011abccba\\\",\\\"5cd9934ab37eea0011abccbc\\\",\\\"5cd9934ab37eea0011abccbe\\\",\\\"5cd9934ab37eea0011abccc0\\\",\\\"5cd9934ab37eea0011abccc2\\\",\\\"5cd9934ab37eea0011abccc4\\\",\\\"5cd9934ab37eea0011abccc6\\\",\\\"5cd9934ab37eea0011abccc8\\\",\\\"5cd9934ab37eea0011abccca\\\"]}}\",\n        \"fileName\": \"Pimberly Export - 07 Aug 2019 0927.csv\",\n        \"fileFormat\": \"csv\",\n        \"layoutFormat\": \"rowPerProduct\",\n        \"_versionId\": \"2d20f49d38e1c21db6c0a03f0638f941c3f4f0d8\",\n        \"dateUpdated\": \"2019-08-07T09:27:07.638Z\",\n        \"_lastProcessedDate\": \"2019-08-07T09:27:07.921Z\",\n        \"log\": [\n            {\n                \"startTime\": \"2019-08-07T09:27:07.671Z\",\n                \"time\": \"2019-08-07T09:27:07.921Z\",\n                \"endTime\": \"2019-08-07T09:27:07.921Z\",\n                \"err\": false,\n                \"numProducts\": 10,\n                \"numAllProducts\": 10,\n                \"urls\": [\n                    \"https://s3-eu-west-1.amazonaws.com/cdn.production.aws.eu-w1.pimberly.com/public/asset/export/5a3b8a79b2b0d604ef16b05c/spreadsheets/5d4a996bdb9d150010ecee7f/Pimberly Export - 07 Aug 2019 0927.csv\"\n                ],\n                \"files\": [\n                    {\n                        \"fileType\": \"productAttrs\",\n                        \"mapping\": {\n                            \"Primary ID\": {\n                                \"name\": \"primaryId\"\n                            },\n                            \"Description\": {\n                                \"name\": \"desc\"\n                            }\n                        },\n                        \"fileFormat\": \"csv\",\n                        \"layoutFormat\": \"rowPerProduct\",\n                        \"fileName\": \"Pimberly Export - 07 Aug 2019 0927.csv\"\n                    }\n                ],\n                \"extensions\": [\n                    \"csv\"\n                ],\n                \"productSetId\": \"5d4a996b1aebae0012d588cc\"\n            }\n        ],\n        \"runningTasks\": []\n    }\n}"}],"_postman_id":"f73c760c-f1ec-4eb0-b348-8ccbd17aa54a"}],"id":"95119e97-ca89-4057-bc7d-23c8c9a85b59","_postman_id":"95119e97-ca89-4057-bc7d-23c8c9a85b59","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}}},{"name":"Related Products","item":[{"name":"Get list of Item IDs","id":"772ff5ed-1120-4f7e-bc93-19706854d203","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pimber.ly/api/products/:mongoId/itemIds","description":"<p>This endpoint returns a list of Item IDs for the specified product (by Mongo ID).</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","products",":mongoId","itemIds"],"host":["pimber.ly"],"query":[],"variable":[{"id":"06e314d4-168a-44e2-a7bd-ab464a4188fa","description":{"content":"<p>Mongo ID of the product whose Item IDs you want to get</p>\n","type":"text/plain"},"type":"any","value":"","key":"mongoId"}]}},"response":[{"id":"666ed98b-df78-4826-b692-3f843a4cc821","name":"Get list of Item IDs","originalRequest":{"method":"GET","header":[],"url":"https://pimber.ly/api/products/62fd04d55ef36700186a0528/itemIds"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"109"},{"key":"Date","value":"Thu, 24 Aug 2023 11:23:05 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    \"62fd04d55ef36700186a051f\",\n    \"62fd04d55ef36700186a0522\",\n    \"62fd04d55ef36700186a0525\",\n    \"64dcdc11a2490c016591bf46\"\n]"}],"_postman_id":"772ff5ed-1120-4f7e-bc93-19706854d203"}],"id":"6f43332c-cfcf-47ef-ae9c-afd4cd8e0992","_postman_id":"6f43332c-cfcf-47ef-ae9c-afd4cd8e0992","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}}},{"name":"Categorisation","item":[{"name":"Get Class Tree Node IDs for specified products [Not yet available]","id":"8aa875dd-f6c5-4e9f-8684-b7d866b2878a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"filters","value":"","type":"text","disabled":true},{"key":"maxId","value":"","type":"text","disabled":true}]},"url":"https://pimber.ly/api/products/classTreeNodeIds","description":"<p>This endpoint is not yet available.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","products","classTreeNodeIds"],"host":["pimber.ly"],"query":[],"variable":[]}},"response":[],"_postman_id":"8aa875dd-f6c5-4e9f-8684-b7d866b2878a"},{"name":"Set product Class Tree Node IDs [Not yet available]","id":"04cd7bee-259d-4a2b-a044-2648cc84be9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"filters","value":"","type":"text","disabled":true},{"key":"classTreeNodeIds","value":"","type":"text","disabled":true},{"key":"removeExisting","value":"","type":"text","disabled":true}]},"url":"https://pimber.ly/api/products/classify","description":"<p>This endpoint is not yet available</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","products","classify"],"host":["pimber.ly"],"query":[],"variable":[]}},"response":[],"_postman_id":"04cd7bee-259d-4a2b-a044-2648cc84be9b"}],"id":"7cb26d77-6705-4636-ad5d-11bdbdb18b16","_postman_id":"7cb26d77-6705-4636-ad5d-11bdbdb18b16","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}}},{"name":"Channels","item":[{"name":"Release to channels by Primary ID [Not yet available]","id":"0d0dd48b-1dab-47d5-b343-8ad703fc33f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://pimber.ly/api/v2/products/:mongoId/channels/:channel_id","description":"<p>This endpoint is not yet available.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","products",":mongoId","channels",":channel_id"],"host":["pimber.ly"],"query":[],"variable":[{"id":"9f5e53bb-bd9f-4f08-b629-c99f9cff7218","description":{"content":"<p>Mongo ID of the product you want to release</p>\n","type":"text/plain"},"type":"any","value":"","key":"mongoId"},{"id":"35eb6b42-8e68-45e7-b2c4-13b114f39649","description":{"content":"<p>Mongo ID of the channel that you want to release to</p>\n","type":"text/plain"},"type":"any","value":"","key":"channel_id"}]}},"response":[],"_postman_id":"0d0dd48b-1dab-47d5-b343-8ad703fc33f5"}],"id":"c41d3b1c-f35d-4b49-828c-899eb38dd7e5","_postman_id":"c41d3b1c-f35d-4b49-828c-899eb38dd7e5","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}}},{"name":"Batch Tasks","item":[{"name":"Cancel ongoing batch task [Not yet available]","id":"c70cd9e7-3fe5-4881-bbf2-d6330652f9a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://pimber.ly/api/products/:type/:id/cancelBatch","description":"<p>This endpoint is not yet available.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","products",":type",":id","cancelBatch"],"host":["pimber.ly"],"query":[],"variable":[{"id":"a69049b5-7af6-4141-aa32-e649cae09094","type":"any","value":"","key":"type"},{"id":"afe390b3-e94d-4066-ba96-3fc3eb0a55ea","type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"c70cd9e7-3fe5-4881-bbf2-d6330652f9a2"}],"id":"2ca7dad6-61f0-4b66-96e3-79bc8b4fb69d","_postman_id":"2ca7dad6-61f0-4b66-96e3-79bc8b4fb69d","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}}},{"name":"Flags","item":[{"name":"Flag products on a supplier account so that the connected consumer can accept them [Not yet available]","id":"869f9c41-d7ce-49b7-8ad7-2ea7bd39a654","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"productIds","value":"","type":"text","disabled":true}]},"url":"https://pimber.ly/api/products/share","description":"<p>This endpoint is not yet available.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","products","share"],"host":["pimber.ly"],"query":[],"variable":[]}},"response":[],"_postman_id":"869f9c41-d7ce-49b7-8ad7-2ea7bd39a654"}],"id":"417f9435-8d90-4462-a348-68a59c3d8259","_postman_id":"417f9435-8d90-4462-a348-68a59c3d8259","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}}},{"name":"Creating / Updating Products","item":[{"name":"Update attribute by Mongo ID","id":"e9994ab5-3352-48fa-aa2e-3419dcc2fa17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://pimber.ly/api/products/:mongoId","description":"<p>This endpoint will update the attribute sent in the body.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","products",":mongoId"],"host":["pimber.ly"],"query":[],"variable":[{"id":"f3811f72-4369-4935-a962-e7b0cc2939a1","description":{"content":"<p>Mongo ID of the product whose attirbute you want to update</p>\n","type":"text/plain"},"type":"any","value":"","key":"mongoId"}]}},"response":[{"id":"eec70920-b7ae-4c6f-9415-6b3dd98c2897","name":"Update attribute by Mongo ID","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n \"attributeData\": {\n        \"*\": {\n            \"62fe082b43d99c0018731b26\": {\n                \"size\": \"17S\"\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://pimber.ly/api/products/64dcdc11a2490c016591bf46"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2646"},{"key":"Date","value":"Tue, 29 Aug 2023 10:37:41 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountId\": \"62fce77449ccd3001b067c4e\",\n    \"userId\": \"64db93fc611e1c0803e5b902\",\n    \"dateCreated\": \"2023-08-16T14:24:17.849Z\",\n    \"dateUpdated\": \"2023-08-29T10:37:41.351Z\",\n    \"primaryId\": \"EXAMPLEPRODUCT001\",\n    \"allIds\": [\n        \"EXAMPLEPRODUCT001\"\n    ],\n    \"typeId\": \"Size\",\n    \"attributeData\": {\n        \"*\": {\n            \"62fce77449ccd3001b067c53\": {\n                \"size\": \"18S\",\n                \"desc\": \"Example description for product 001\",\n                \"color\": \"Red\"\n            },\n            \"62fe082b43d99c0018731b26\": {\n                \"size\": \"17S\"\n            }\n        },\n        \"62fe11c7ce92140012a6a66d\": {\n            \"62fe082b43d99c0018731b26\": {\n                \"size\": \"new value\"\n            },\n            \"62fce77449ccd3001b067c53\": {\n                \"color\": \"Blue\"\n            }\n        },\n        \"62fe1253ce92140012a6a66e\": {\n            \"62fce77449ccd3001b067c53\": {\n                \"color\": \"Green\"\n            }\n        }\n    },\n    \"attributeMetadata\": {\n        \"*\": {\n            \"62fce77449ccd3001b067c53\": {\n                \"desc\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2023-08-25T09:02:32.545Z\",\n                        \"id\": \"64d9f0dbf0eb2cf96419d91c\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"size\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2023-08-24T08:40:16.886Z\",\n                        \"id\": \"64d9f0dbf0eb2cf96419d91c\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"color\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2023-08-25T09:02:32.545Z\",\n                        \"id\": \"64d9f0dbf0eb2cf96419d91c\",\n                        \"model\": \"pimberly users\"\n                    }\n                }\n            },\n            \"62fe082b43d99c0018731b26\": {\n                \"desc\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2023-08-17T09:25:06.207Z\",\n                        \"id\": \"64d9f0dbf0eb2cf96419d91c\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"size\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2023-08-29T10:37:41.333Z\",\n                        \"id\": \"64db93fc611e1c0803e5b902\",\n                        \"model\": \"rest api\"\n                    }\n                }\n            }\n        },\n        \"62fe11c7ce92140012a6a66d\": {\n            \"62fe082b43d99c0018731b26\": {\n                \"desc\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2023-08-17T09:51:35.899Z\",\n                        \"id\": \"64d9f0dbf0eb2cf96419d91c\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"size\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2023-08-17T09:40:31.720Z\",\n                        \"id\": \"64db93fc611e1c0803e5b902\",\n                        \"model\": \"rest api\"\n                    }\n                }\n            },\n            \"62fce77449ccd3001b067c53\": {\n                \"color\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2023-08-29T08:20:24.288Z\",\n                        \"id\": \"64d9f0dbf0eb2cf96419d91c\",\n                        \"model\": \"pimberly users\"\n                    }\n                }\n            }\n        },\n        \"62fe1253ce92140012a6a66e\": {\n            \"62fce77449ccd3001b067c53\": {\n                \"color\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2023-08-29T08:20:24.288Z\",\n                        \"id\": \"64d9f0dbf0eb2cf96419d91c\",\n                        \"model\": \"pimberly users\"\n                    }\n                }\n            }\n        }\n    },\n    \"rootAttributeMetadata\": {\n        \"schemaClassId\": {\n            \"source\": {\n                \"dateUpdated\": \"2023-08-16T14:24:17.832Z\",\n                \"id\": \"64db93fc611e1c0803e5b902\",\n                \"model\": \"rest api\"\n            }\n        },\n        \"schemaId\": {\n            \"source\": {\n                \"dateUpdated\": \"2023-08-16T14:24:17.832Z\",\n                \"id\": \"64db93fc611e1c0803e5b902\",\n                \"model\": \"rest api\"\n            }\n        },\n        \"typeId\": {\n            \"source\": {\n                \"dateUpdated\": \"2023-08-16T14:24:17.832Z\",\n                \"id\": \"64db93fc611e1c0803e5b902\",\n                \"model\": \"rest api\"\n            }\n        }\n    },\n    \"lifecycleStage\": \"62fe070309c2f6235c000007\",\n    \"cachedLifecycleStageName\": \"Ready for Release \",\n    \"cachedPrimaryDescription\": \"Example description for product 001\",\n    \"cachedSchemaName\": \"FashionINC\",\n    \"cachedTaxonomyPath\": \"FashionINC - Shirts\",\n    \"schemaId\": \"62fce77449ccd3001b067c51\",\n    \"schemaClassId\": \"62fcfee309c2f60aa7000006\",\n    \"parentIds\": [\n        \"62fd048a5ef36700186a04bc\"\n    ],\n    \"id\": \"64dcdc11a2490c016591bf46\"\n}"}],"_postman_id":"e9994ab5-3352-48fa-aa2e-3419dcc2fa17"},{"name":"Update attribute by Mongo ID","id":"d889c61f-ecc3-44d3-b791-775d18a9b18d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://pimber.ly/api/products/:mongoId","description":"<p>This endpoint will update the attribute sent in the body.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","products",":mongoId"],"host":["pimber.ly"],"query":[],"variable":[{"id":"c238ebd2-ab45-4779-b15b-95ac8d81b42a","description":{"content":"<p>Mongo ID of the product whose attirbute you want to update</p>\n","type":"text/plain"},"type":"any","value":"","key":"mongoId"}]}},"response":[{"id":"0902cf7e-94ca-4ffa-a9ab-c487882d66b5","name":"Update attribute by Mongo ID","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n \"attributeData\": {\n        \"*\": {\n            \"62fe082b43d99c0018731b26\": {\n                \"size\": \"18S\"\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://pimber.ly/api/products/64dcdc11a2490c016591bf46"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2646"},{"key":"Date","value":"Tue, 29 Aug 2023 10:39:12 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountId\": \"62fce77449ccd3001b067c4e\",\n    \"userId\": \"64db93fc611e1c0803e5b902\",\n    \"dateCreated\": \"2023-08-16T14:24:17.849Z\",\n    \"dateUpdated\": \"2023-08-29T10:39:12.060Z\",\n    \"primaryId\": \"EXAMPLEPRODUCT001\",\n    \"allIds\": [\n        \"EXAMPLEPRODUCT001\"\n    ],\n    \"typeId\": \"Size\",\n    \"attributeData\": {\n        \"*\": {\n            \"62fce77449ccd3001b067c53\": {\n                \"size\": \"18S\",\n                \"desc\": \"Example description for product 001\",\n                \"color\": \"Red\"\n            },\n            \"62fe082b43d99c0018731b26\": {\n                \"size\": \"18S\"\n            }\n        },\n        \"62fe11c7ce92140012a6a66d\": {\n            \"62fe082b43d99c0018731b26\": {\n                \"size\": \"new value\"\n            },\n            \"62fce77449ccd3001b067c53\": {\n                \"color\": \"Blue\"\n            }\n        },\n        \"62fe1253ce92140012a6a66e\": {\n            \"62fce77449ccd3001b067c53\": {\n                \"color\": \"Green\"\n            }\n        }\n    },\n    \"attributeMetadata\": {\n        \"*\": {\n            \"62fce77449ccd3001b067c53\": {\n                \"desc\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2023-08-25T09:02:32.545Z\",\n                        \"id\": \"64d9f0dbf0eb2cf96419d91c\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"size\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2023-08-24T08:40:16.886Z\",\n                        \"id\": \"64d9f0dbf0eb2cf96419d91c\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"color\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2023-08-25T09:02:32.545Z\",\n                        \"id\": \"64d9f0dbf0eb2cf96419d91c\",\n                        \"model\": \"pimberly users\"\n                    }\n                }\n            },\n            \"62fe082b43d99c0018731b26\": {\n                \"desc\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2023-08-17T09:25:06.207Z\",\n                        \"id\": \"64d9f0dbf0eb2cf96419d91c\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"size\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2023-08-29T10:39:12.016Z\",\n                        \"id\": \"64db93fc611e1c0803e5b902\",\n                        \"model\": \"rest api\"\n                    }\n                }\n            }\n        },\n        \"62fe11c7ce92140012a6a66d\": {\n            \"62fe082b43d99c0018731b26\": {\n                \"desc\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2023-08-17T09:51:35.899Z\",\n                        \"id\": \"64d9f0dbf0eb2cf96419d91c\",\n                        \"model\": \"pimberly users\"\n                    }\n                },\n                \"size\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2023-08-17T09:40:31.720Z\",\n                        \"id\": \"64db93fc611e1c0803e5b902\",\n                        \"model\": \"rest api\"\n                    }\n                }\n            },\n            \"62fce77449ccd3001b067c53\": {\n                \"color\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2023-08-29T08:20:24.288Z\",\n                        \"id\": \"64d9f0dbf0eb2cf96419d91c\",\n                        \"model\": \"pimberly users\"\n                    }\n                }\n            }\n        },\n        \"62fe1253ce92140012a6a66e\": {\n            \"62fce77449ccd3001b067c53\": {\n                \"color\": {\n                    \"source\": {\n                        \"dateUpdated\": \"2023-08-29T08:20:24.288Z\",\n                        \"id\": \"64d9f0dbf0eb2cf96419d91c\",\n                        \"model\": \"pimberly users\"\n                    }\n                }\n            }\n        }\n    },\n    \"rootAttributeMetadata\": {\n        \"schemaClassId\": {\n            \"source\": {\n                \"dateUpdated\": \"2023-08-16T14:24:17.832Z\",\n                \"id\": \"64db93fc611e1c0803e5b902\",\n                \"model\": \"rest api\"\n            }\n        },\n        \"schemaId\": {\n            \"source\": {\n                \"dateUpdated\": \"2023-08-16T14:24:17.832Z\",\n                \"id\": \"64db93fc611e1c0803e5b902\",\n                \"model\": \"rest api\"\n            }\n        },\n        \"typeId\": {\n            \"source\": {\n                \"dateUpdated\": \"2023-08-16T14:24:17.832Z\",\n                \"id\": \"64db93fc611e1c0803e5b902\",\n                \"model\": \"rest api\"\n            }\n        }\n    },\n    \"lifecycleStage\": \"62fe070309c2f6235c000007\",\n    \"cachedLifecycleStageName\": \"Ready for Release \",\n    \"cachedPrimaryDescription\": \"Example description for product 001\",\n    \"cachedSchemaName\": \"FashionINC\",\n    \"cachedTaxonomyPath\": \"FashionINC - Shirts\",\n    \"schemaId\": \"62fce77449ccd3001b067c51\",\n    \"schemaClassId\": \"62fcfee309c2f60aa7000006\",\n    \"parentIds\": [\n        \"62fd048a5ef36700186a04bc\"\n    ],\n    \"id\": \"64dcdc11a2490c016591bf46\"\n}"}],"_postman_id":"d889c61f-ecc3-44d3-b791-775d18a9b18d"},{"name":"Create a product","id":"b88bfb24-e7b9-4d53-afec-7db32ac3f283","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://pimber.ly/api/products","description":"<p>This endpoint will create a new product.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","products"],"host":["pimber.ly"],"query":[],"variable":[]}},"response":[{"id":"655ff923-e7ad-4d95-9ed2-6f926fa069a4","name":"Create a product","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"primaryId\": \"EXAMPLEPRODUCT004\",\n  \"typeId\": \"SKU\",\n  \"schemaId\": \"62fce77449ccd3001b067c51\"\n}","options":{"raw":{"language":"json"}}},"url":"https://pimber.ly/api/products"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"928"},{"key":"Date","value":"Tue, 29 Aug 2023 10:41:34 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"primaryId\": \"EXAMPLEPRODUCT004\",\n    \"schemaId\": \"62fce77449ccd3001b067c51\",\n    \"accountId\": \"62fce77449ccd3001b067c4e\",\n    \"userId\": \"64db93fc611e1c0803e5b902\",\n    \"dateCreated\": \"2023-08-29T10:41:34.636Z\",\n    \"dateUpdated\": \"2023-08-29T10:41:34.636Z\",\n    \"id\": \"64edcb5e64f8b10012e546f0\",\n    \"allIds\": [\n        \"EXAMPLEPRODUCT004\"\n    ],\n    \"schemaClassId\": \"62fcfee309c2f60aa7000006\",\n    \"lifecycleStage\": \"62fe070309c2f6235c000007\",\n    \"cachedLifecycleStageName\": \"Ready for Release \",\n    \"rootAttributeMetadata\": {\n        \"schemaId\": {\n            \"source\": {\n                \"model\": \"rest api\",\n                \"id\": \"64db93fc611e1c0803e5b902\",\n                \"dateUpdated\": \"2023-08-29T10:41:34.616Z\"\n            }\n        },\n        \"schemaClassId\": {\n            \"source\": {\n                \"model\": \"rest api\",\n                \"id\": \"64db93fc611e1c0803e5b902\",\n                \"dateUpdated\": \"2023-08-29T10:41:34.616Z\"\n            }\n        },\n        \"typeId\": {\n            \"source\": {\n                \"model\": \"rest api\",\n                \"id\": \"64db93fc611e1c0803e5b902\",\n                \"dateUpdated\": \"2023-08-29T10:41:34.616Z\"\n            }\n        }\n    },\n    \"cachedSchemaName\": \"FashionINC\",\n    \"cachedTaxonomyPath\": \"FashionINC - Shirts\",\n    \"_skipLifecycleValidation\": false,\n    \"approvalIds\": []\n}"}],"_postman_id":"b88bfb24-e7b9-4d53-afec-7db32ac3f283"},{"name":"Replace product by Mongo ID","id":"5ad9444d-060b-45e7-903b-21eb3c89cec8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://pimber.ly/api/products/:mongoId/replace","description":"<p>This endpoint will replace an existing product (specified by its Mongo ID) with a new version defined in JSON in the request's body.</p>\n<p>This works similarly to the <code>PUT</code> and <code>PATCH</code> update requests, however in this case the entire document must be specified (rather than just the fields to be updated).</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","products",":mongoId","replace"],"host":["pimber.ly"],"query":[],"variable":[{"id":"4bd4c225-71ec-4945-be00-9ce5c209b74f","description":{"content":"<p>Mongo ID of the product whose atributes you want to replace</p>\n","type":"text/plain"},"type":"any","value":"","key":"mongoId"}]}},"response":[{"id":"ffd9af83-4f68-4748-9776-0ac8b82c3c60","name":"Replace attributes by Mongo ID","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"accountId\": \"5a3b8a79b2b0d604ef16b05c\",\n    \"typeId\": \"SKU\",\n    \"attributeData\": {\n        \"*\": {\n            \"5a3b8a79b2b0d604ef16b061\": {\n                \"desc\": \"Example\"\n            }\n        }\n    },\n    \"schemaId\": \"5a3b8a79b2b0d604ef16b05f\",\n    \"schemaClassId\": \"5a3b8a79b2b0d604ef16b05e\",\n    \"id\": \"5ccaf86c4bf7a60015cb3ea4\"\n}","options":{"raw":{"language":"json"}}},"url":"https://pimber.ly/api/products/64dcdc11a2490c016591bf46/replace"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"accountId\": \"5a3b8a79b2b0d604ef16b05c\",\n  \"typeId\": \"SKU\",\n  \"attributeData\": {\n    \"*\": {\n      \"5a3b8a79b2b0d604ef16b061\": {\n        \"desc\": \"Example\"\n      }\n    }\n  },\n  \"schemaId\": \"5a3b8a79b2b0d604ef16b05f\",\n  \"schemaClassId\": \"5a3b8a79b2b0d604ef16b05e\",\n  \"id\": \"5ccaf86c4bf7a60015cb3ea4\"\n}"}],"_postman_id":"5ad9444d-060b-45e7-903b-21eb3c89cec8"}],"id":"47b8adcf-8226-4d45-beb7-caf6c3ae69bc","_postman_id":"47b8adcf-8226-4d45-beb7-caf6c3ae69bc","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}}},{"name":"Removing Content","item":[{"name":"Delete many products","id":"938fc9ff-8542-4515-abd4-598495dedba6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"filters","value":"","type":"text","disabled":true}]},"url":"https://pimber.ly/api/products/deleteMany","description":"<p>This endpoint deletes multiple products (specified by their Mongo IDs in a filter).</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","products","deleteMany"],"host":["pimber.ly"],"query":[],"variable":[]}},"response":[{"id":"76603f29-75d1-4634-97d7-608b3c5be0c0","name":"Delete many products","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"filters","value":"{\"_id\":{\"$in\":[\"64e86e08bdb7dd007a785d37\",\"64edcb5e64f8b10012e546f0\"]}}","type":"text"}]},"url":"https://pimber.ly/api/products/deleteMany"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"103"},{"key":"Date","value":"Tue, 29 Aug 2023 10:46:12 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"numDeleted\": 2,\n    \"successfulIds\": [\n        \"64edcb5e64f8b10012e546f0\",\n        \"64e86e08bdb7dd007a785d37\"\n    ],\n    \"failedIds\": []\n}"}],"_postman_id":"938fc9ff-8542-4515-abd4-598495dedba6"},{"name":"Delete model instance by ID from the data source [Not yet available]","id":"2a941695-f5c1-4c8e-a061-a6a397d1eec6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://pimber.ly/api/products/:mongoId","description":"<p>This endpoint is not yet available.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","products",":mongoId"],"host":["pimber.ly"],"query":[],"variable":[{"id":"24686468-d2a3-4fb4-beb0-b0d5a8686945","description":{"content":"<p>Mongo ID of the product you want to delete</p>\n","type":"text/plain"},"type":"any","value":"","key":"mongoId"}]}},"response":[],"_postman_id":"2a941695-f5c1-4c8e-a061-a6a397d1eec6"}],"id":"decc1df9-302c-468c-82db-1457228d1269","_postman_id":"decc1df9-302c-468c-82db-1457228d1269","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}}}],"id":"cd7d108f-387a-4bdd-9678-431220dea1be","_postman_id":"cd7d108f-387a-4bdd-9678-431220dea1be","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}}},{"name":"Admin API","item":[{"name":"Channels","item":[{"name":"Get all channels","id":"3fbde0f6-a53e-42b1-9426-08f636d58d27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pimber.ly/api/channels","description":"<p>This endpoint will return all the channels for the current account. Additionally a query can be added to the end of the request in order to filter the request.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","channels"],"host":["pimber.ly"],"query":[{"disabled":true,"description":{"content":"<p><em><strong>Optional</strong></em> | <em>Object</em> | <em>Default: None</em> | Filter to be applied to the results</p>\n","type":"text/plain"},"key":"filter","value":""}],"variable":[]}},"response":[{"id":"61ddfc41-6e16-4b5a-a346-cf7feba7b29e","name":"Get all channels","originalRequest":{"method":"GET","header":[],"url":"https://pimber.ly/api/channels"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"27661"},{"key":"Date","value":"Thu, 24 Aug 2023 11:26:08 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"accountId\": \"62fce77449ccd3001b067c4e\",\n        \"name\": \"FashionINC eCommerce\",\n        \"status\": \"Disabled\",\n        \"type\": \"custom\",\n        \"dateCreated\": \"2022-08-18T09:13:55.536Z\",\n        \"restOptions\": {\n            \"includeEmpty\": false,\n            \"exportItems\": false,\n            \"showSequenceNumber\": false,\n            \"noLinks\": false,\n            \"noChannelMeta\": false,\n            \"legacyItemDataFor\": {\n                \"/src/legacy/src/apps/settings/pim/channel_feedt\": false\n            }\n        },\n        \"files\": [\n            {\n                \"fileName\": \"FashionINC eCommerce\",\n                \"fileType\": \"productAttrs\",\n                \"mapping\": {\n                    \"Primary ID\": {\n                        \"name\": \"primaryId\"\n                    },\n                    \"Schema classification\": {\n                        \"name\": \"schemaClassId\",\n                        \"schemaDisplay\": \"schema\"\n                    },\n                    \"Product Type\": {\n                        \"name\": \"typeId\"\n                    },\n                    \"Size\": {\n                        \"name\": \"items\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:size\",\n                        \"mediaOutput\": \"CF_URL\"\n                    },\n                    \"Brand\": {\n                        \"name\": \"parentIds\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:brand\",\n                        \"mediaOutput\": \"CF_URL\"\n                    },\n                    \"Parents ID\": {\n                        \"name\": \"parentIds\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:primaryId\",\n                        \"mediaOutput\": \"CF_URL\"\n                    },\n                    \"Sleeve Length\": {\n                        \"name\": \"parentIds\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:sleeveLength\",\n                        \"mediaOutput\": \"CF_URL\"\n                    },\n                    \"Cuff\": {\n                        \"name\": \"parentIds\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:cuff\",\n                        \"mediaOutput\": \"CF_URL\"\n                    },\n                    \"Fit\": {\n                        \"name\": \"parentIds\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:fit\",\n                        \"mediaOutput\": \"CF_URL\"\n                    },\n                    \"Leg Length\": {\n                        \"name\": \"parentIds\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:legLength\",\n                        \"mediaOutput\": \"CF_URL\"\n                    },\n                    \"Material\": {\n                        \"name\": \"parentIds\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:material\",\n                        \"mediaOutput\": \"CF_URL\"\n                    },\n                    \"Care Information\": {\n                        \"name\": \"parentIds\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:careInformation\",\n                        \"mediaOutput\": \"CF_URL\"\n                    },\n                    \"Price\": {\n                        \"name\": \"parentIds\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:price\",\n                        \"mediaOutput\": \"CF_URL\"\n                    },\n                    \"RRP\": {\n                        \"name\": \"parentIds\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:rrp\",\n                        \"mediaOutput\": \"CF_URL\"\n                    },\n                    \"Colour\": {\n                        \"name\": \"colour\"\n                    },\n                    \"Marketing Description\": {\n                        \"name\": \"marketingDescription\"\n                    },\n                    \"Default Image\": {\n                        \"name\": \"defaultImage\",\n                        \"isMedia\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"CF_URL\",\n                        \"sortBy\": \"set\"\n                    },\n                    \"Images\": {\n                        \"name\": \"images\",\n                        \"isMedia\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"CF_URL\",\n                        \"sortBy\": \"set\"\n                    }\n                },\n                \"fileFormat\": \"csv\",\n                \"layoutFormat\": \"rowPerProduct\"\n            }\n        ],\n        \"itemsFilter\": \"{}\",\n        \"requireItems\": \"None\",\n        \"productFilter\": \"{\\\"schemaClassId\\\":{\\\"$in\\\":[\\\"62fcfee309c2f60aa7000006\\\",\\\"62fcfef009c2f60aa7000008\\\"]}}\",\n        \"parentsFilter\": \"{}\",\n        \"requireParents\": \"None\",\n        \"exportOnlyChanged\": true,\n        \"disabledFeeds\": [],\n        \"alternativeFeedPriority\": [],\n        \"scopeId\": \"\",\n        \"dataConnector\": \"cdn\",\n        \"dataAPIKeys\": [],\n        \"dataHost\": \"\",\n        \"dataUsername\": \"\",\n        \"dataProtocol\": \"ftp\",\n        \"dataFTPPath\": \"\",\n        \"mediaConnector\": \"\",\n        \"interval\": \"daily\",\n        \"intervalHour\": \"1\",\n        \"intervalAMPM\": \"AM\",\n        \"timezone\": \"Europe/London\",\n        \"intervalWeekDay\": \"mon\",\n        \"intervalMonthDay\": \"1\",\n        \"intervalMinutes\": 0,\n        \"_lastProcessedDate\": \"2022-08-18T09:19:46.071Z\",\n        \"magentoCredentials\": {},\n        \"s3\": {\n            \"bucket\": \"\",\n            \"pathPrefix\": \"\",\n            \"region\": \"\",\n            \"key\": \"\",\n            \"secret\": \"\"\n        },\n        \"hasAttributeValidation\": false,\n        \"perAttributeDateFiltering\": false,\n        \"useWindowsFileExtensions\": false,\n        \"reuploadAssets\": false,\n        \"hasLocaleFallback\": false,\n        \"lastReEnabledDate\": \"2022-08-18T09:13:55.536Z\",\n        \"shouldZipOutput\": false,\n        \"ACL\": [],\n        \"id\": \"62fe02d3ce92140012a6a61a\",\n        \"hasReadAccess\": true,\n        \"hasWriteAccess\": true\n    },\n    {\n        \"accountId\": \"62fce77449ccd3001b067c4e\",\n        \"name\": \"FashionINC (French)\",\n        \"status\": \"Disabled\",\n        \"type\": \"custom\",\n        \"dateCreated\": \"2022-08-18T09:42:11.938Z\",\n        \"restOptions\": {\n            \"includeEmpty\": false,\n            \"exportItems\": false,\n            \"showSequenceNumber\": false,\n            \"noLinks\": false,\n            \"noChannelMeta\": false,\n            \"legacyItemDataFor\": {\n                \"/src/legacy/src/apps/settings/pim/channel_feedt\": false\n            }\n        },\n        \"files\": [\n            {\n                \"fileName\": \"FashionINC (French)\",\n                \"fileType\": \"productAttrs\",\n                \"mapping\": {\n                    \"Primary ID\": {\n                        \"name\": \"primaryId\"\n                    },\n                    \"Schema classification\": {\n                        \"name\": \"schemaClassId\",\n                        \"schemaDisplay\": \"schema\"\n                    },\n                    \"Product Type\": {\n                        \"name\": \"typeId\"\n                    },\n                    \"Colour\": {\n                        \"name\": \"colour\"\n                    },\n                    \"Marketing Description\": {\n                        \"name\": \"marketingDescription\",\n                        \"outputSeq\": \"values\",\n                        \"localeId\": \"62fe081dce92140012a6a628\"\n                    },\n                    \"Default Image\": {\n                        \"name\": \"defaultImage\",\n                        \"isMedia\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"CF_URL\",\n                        \"sortBy\": \"set\"\n                    },\n                    \"Images\": {\n                        \"name\": \"images\",\n                        \"isMedia\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"CF_URL\",\n                        \"sortBy\": \"set\"\n                    },\n                    \"Size\": {\n                        \"name\": \"items\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:size\",\n                        \"mediaOutput\": \"CF_URL\"\n                    },\n                    \"Brand\": {\n                        \"name\": \"parentIds\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:brand\",\n                        \"mediaOutput\": \"CF_URL\"\n                    },\n                    \"Sleeve Length\": {\n                        \"name\": \"parentIds\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:sleeveLength\",\n                        \"mediaOutput\": \"CF_URL\"\n                    },\n                    \"Cuff\": {\n                        \"name\": \"parentIds\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:cuff\",\n                        \"mediaOutput\": \"CF_URL\"\n                    },\n                    \"Fit\": {\n                        \"name\": \"parentIds\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:fit\",\n                        \"mediaOutput\": \"CF_URL\"\n                    },\n                    \"Leg Length\": {\n                        \"name\": \"parentIds\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:legLength\",\n                        \"mediaOutput\": \"CF_URL\"\n                    },\n                    \"Material\": {\n                        \"name\": \"parentIds\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:material\",\n                        \"mediaOutput\": \"CF_URL\"\n                    },\n                    \"Care Information\": {\n                        \"name\": \"parentIds\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:careInformation\",\n                        \"mediaOutput\": \"CF_URL\"\n                    },\n                    \"RRP\": {\n                        \"name\": \"parentIds\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:rrp\",\n                        \"mediaOutput\": \"CF_URL\"\n                    },\n                    \"Price\": {\n                        \"name\": \"parentIds\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:price\",\n                        \"mediaOutput\": \"CF_URL\"\n                    },\n                    \"Parents ID\": {\n                        \"name\": \"parentIds\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:primaryId\",\n                        \"mediaOutput\": \"CF_URL\"\n                    }\n                },\n                \"fileFormat\": \"csv\",\n                \"layoutFormat\": \"rowPerProduct\"\n            }\n        ],\n        \"itemsFilter\": \"{}\",\n        \"requireItems\": \"None\",\n        \"productFilter\": \"{\\\"schemaClassId\\\":{\\\"$in\\\":[\\\"62fcfee309c2f60aa7000006\\\",\\\"62fcfef009c2f60aa7000008\\\"]}}\",\n        \"parentsFilter\": \"{}\",\n        \"requireParents\": \"None\",\n        \"exportOnlyChanged\": false,\n        \"disabledFeeds\": [],\n        \"alternativeFeedPriority\": [],\n        \"scopeId\": \"\",\n        \"dataConnector\": \"cdn\",\n        \"dataAPIKeys\": [],\n        \"dataHost\": \"\",\n        \"dataUsername\": \"\",\n        \"dataProtocol\": \"ftp\",\n        \"dataFTPPath\": \"\",\n        \"mediaConnector\": \"\",\n        \"interval\": \"daily\",\n        \"intervalHour\": \"1\",\n        \"intervalAMPM\": \"AM\",\n        \"timezone\": \"Europe/London\",\n        \"intervalWeekDay\": \"mon\",\n        \"intervalMonthDay\": \"1\",\n        \"intervalMinutes\": 0,\n        \"magentoCredentials\": {},\n        \"s3\": {\n            \"bucket\": \"\",\n            \"pathPrefix\": \"\",\n            \"region\": \"\",\n            \"key\": \"\",\n            \"secret\": \"\"\n        },\n        \"hasAttributeValidation\": false,\n        \"perAttributeDateFiltering\": false,\n        \"useWindowsFileExtensions\": false,\n        \"reuploadAssets\": false,\n        \"hasLocaleFallback\": false,\n        \"lastReEnabledDate\": \"2022-08-18T09:42:11.938Z\",\n        \"shouldZipOutput\": false,\n        \"ACL\": [],\n        \"id\": \"62fe09731b2c5d001efe8bbd\",\n        \"hasReadAccess\": true,\n        \"hasWriteAccess\": true\n    },\n    {\n        \"accountId\": \"62fce77449ccd3001b067c4e\",\n        \"name\": \"FashionINC (German)\",\n        \"status\": \"Disabled\",\n        \"type\": \"custom\",\n        \"dateCreated\": \"2022-08-18T09:46:44.193Z\",\n        \"restOptions\": {\n            \"includeEmpty\": false,\n            \"exportItems\": false,\n            \"showSequenceNumber\": false,\n            \"noLinks\": false,\n            \"noChannelMeta\": false,\n            \"legacyItemDataFor\": {\n                \"/src/legacy/src/apps/settings/pim/channel_feedt\": false\n            }\n        },\n        \"files\": [\n            {\n                \"fileName\": \"FashionINC (German)\",\n                \"fileType\": \"productAttrs\",\n                \"mapping\": {\n                    \"Primary ID\": {\n                        \"name\": \"primaryId\"\n                    },\n                    \"Schema classification\": {\n                        \"name\": \"schemaClassId\",\n                        \"schemaDisplay\": \"schema\"\n                    },\n                    \"Product Type\": {\n                        \"name\": \"typeId\"\n                    },\n                    \"Size \": {\n                        \"name\": \"items\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:size\",\n                        \"mediaOutput\": \"CF_URL\"\n                    },\n                    \"Brand\": {\n                        \"name\": \"parentIds\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:brand\",\n                        \"mediaOutput\": \"CF_URL\"\n                    },\n                    \"Sleeve Length\": {\n                        \"name\": \"parentIds\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:sleeveLength\",\n                        \"mediaOutput\": \"CF_URL\"\n                    },\n                    \"Cuff\": {\n                        \"name\": \"parentIds\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:cuff\",\n                        \"mediaOutput\": \"CF_URL\"\n                    },\n                    \"Fit\": {\n                        \"name\": \"parentIds\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:fit\",\n                        \"mediaOutput\": \"CF_URL\"\n                    },\n                    \"Leg Length\": {\n                        \"name\": \"parentIds\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:legLength\",\n                        \"mediaOutput\": \"CF_URL\"\n                    },\n                    \"Material\": {\n                        \"name\": \"parentIds\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:material\",\n                        \"mediaOutput\": \"CF_URL\"\n                    },\n                    \"Care Information\": {\n                        \"name\": \"parentIds\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:careInformation\",\n                        \"mediaOutput\": \"CF_URL\"\n                    },\n                    \"Price\": {\n                        \"name\": \"parentIds\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:price\",\n                        \"mediaOutput\": \"CF_URL\"\n                    },\n                    \"RRP\": {\n                        \"name\": \"parentIds\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:rrp\",\n                        \"mediaOutput\": \"CF_URL\"\n                    },\n                    \"Parents ID\": {\n                        \"name\": \"parentIds\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:primaryId\",\n                        \"mediaOutput\": \"CF_URL\"\n                    },\n                    \"Colour\": {\n                        \"name\": \"colour\"\n                    },\n                    \"Marketing Description\": {\n                        \"name\": \"marketingDescription\",\n                        \"outputSeq\": \"values\",\n                        \"localeId\": \"62fe082b43d99c0018731b26\"\n                    },\n                    \"Default Image\": {\n                        \"name\": \"defaultImage\",\n                        \"isMedia\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"CF_URL\",\n                        \"sortBy\": \"set\"\n                    },\n                    \"Images\": {\n                        \"name\": \"images\",\n                        \"isMedia\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"CF_URL\",\n                        \"sortBy\": \"set\"\n                    }\n                },\n                \"fileFormat\": \"csv\",\n                \"layoutFormat\": \"rowPerProduct\"\n            }\n        ],\n        \"itemsFilter\": \"{}\",\n        \"requireItems\": \"None\",\n        \"productFilter\": \"{\\\"schemaClassId\\\":{\\\"$in\\\":[\\\"62fcfee309c2f60aa7000006\\\",\\\"62fcfef009c2f60aa7000008\\\"]}}\",\n        \"parentsFilter\": \"{}\",\n        \"requireParents\": \"None\",\n        \"exportOnlyChanged\": false,\n        \"disabledFeeds\": [],\n        \"alternativeFeedPriority\": [],\n        \"scopeId\": \"\",\n        \"dataConnector\": \"cdn\",\n        \"dataAPIKeys\": [],\n        \"dataHost\": \"\",\n        \"dataUsername\": \"\",\n        \"dataProtocol\": \"ftp\",\n        \"dataFTPPath\": \"\",\n        \"mediaConnector\": \"\",\n        \"interval\": \"daily\",\n        \"intervalHour\": \"1\",\n        \"intervalAMPM\": \"AM\",\n        \"timezone\": \"Europe/London\",\n        \"intervalWeekDay\": \"mon\",\n        \"intervalMonthDay\": \"1\",\n        \"intervalMinutes\": 0,\n        \"magentoCredentials\": {},\n        \"s3\": {\n            \"bucket\": \"\",\n            \"pathPrefix\": \"\",\n            \"region\": \"\",\n            \"key\": \"\",\n            \"secret\": \"\"\n        },\n        \"hasAttributeValidation\": false,\n        \"perAttributeDateFiltering\": false,\n        \"useWindowsFileExtensions\": false,\n        \"reuploadAssets\": false,\n        \"hasLocaleFallback\": false,\n        \"lastReEnabledDate\": \"2022-08-18T09:46:44.193Z\",\n        \"shouldZipOutput\": false,\n        \"ACL\": [],\n        \"id\": \"62fe0a841b2c5d001efe8bbe\",\n        \"hasReadAccess\": true,\n        \"hasWriteAccess\": true\n    },\n    {\n        \"accountId\": \"62fce77449ccd3001b067c4e\",\n        \"name\": \"FashionINC (Amazon)\",\n        \"status\": \"Disabled\",\n        \"type\": \"custom\",\n        \"dateCreated\": \"2022-08-18T12:31:41.245Z\",\n        \"restOptions\": {\n            \"includeEmpty\": false,\n            \"exportItems\": false,\n            \"showSequenceNumber\": false,\n            \"noLinks\": false,\n            \"noChannelMeta\": false,\n            \"legacyItemDataFor\": {\n                \"/src/legacy/src/apps/settings/pim/channel_feedt\": false\n            }\n        },\n        \"files\": [\n            {\n                \"fileName\": \"FashionINC (Amazon)\",\n                \"fileType\": \"productAttrs\",\n                \"mapping\": {\n                    \"Supplier\": {\n                        \"name\": \"schemaClassId\",\n                        \"schemaDisplay\": \"schema\"\n                    },\n                    \"SKU \": {\n                        \"name\": \"items\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:primaryId\",\n                        \"mediaOutput\": \"CF_URL\"\n                    },\n                    \"Parents 4\": {\n                        \"name\": \"parentIds\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:fit\",\n                        \"mediaOutput\": \"CF_URL\"\n                    },\n                    \"Description\": {\n                        \"name\": \"desc\",\n                        \"outputSeq\": \"values\",\n                        \"scopeId\": \"62fe11c7ce92140012a6a66d\"\n                    },\n                    \"Colour\": {\n                        \"name\": \"colour\"\n                    },\n                    \"Default Image\": {\n                        \"name\": \"defaultImage\",\n                        \"isMedia\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"CF_URL\",\n                        \"sortBy\": \"set\"\n                    },\n                    \"Images\": {\n                        \"name\": \"images\",\n                        \"isMedia\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"CF_URL\",\n                        \"sortBy\": \"set\"\n                    },\n                    \"Size\": {\n                        \"name\": \"items\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:size\",\n                        \"mediaOutput\": \"CF_URL\"\n                    },\n                    \"Brand\": {\n                        \"name\": \"parentIds\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:brand\",\n                        \"mediaOutput\": \"CF_URL\"\n                    },\n                    \"Sleeve Length\": {\n                        \"name\": \"parentIds\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:sleeveLength\",\n                        \"mediaOutput\": \"CF_URL\"\n                    },\n                    \"Cuff\": {\n                        \"name\": \"parentIds\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:cuff\",\n                        \"mediaOutput\": \"CF_URL\"\n                    },\n                    \"Material\": {\n                        \"name\": \"parentIds\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:material\",\n                        \"mediaOutput\": \"CF_URL\"\n                    },\n                    \"Care Information\": {\n                        \"name\": \"parentIds\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:careInformation\",\n                        \"mediaOutput\": \"CF_URL\",\n                        \"scopeId\": \"62fe11c7ce92140012a6a66d\"\n                    },\n                    \"RRP\": {\n                        \"name\": \"parentIds\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:rrp\",\n                        \"mediaOutput\": \"CF_URL\"\n                    },\n                    \"Leg Length\": {\n                        \"name\": \"parentIds\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:legLength\",\n                        \"mediaOutput\": \"CF_URL\",\n                        \"scopeId\": \"62fe11c7ce92140012a6a66d\"\n                    },\n                    \"Gender\": {\n                        \"name\": \"parentIds\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:gender\",\n                        \"mediaOutput\": \"CF_URL\"\n                    },\n                    \"Age Group\": {\n                        \"name\": \"parentIds\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:ageGroup\",\n                        \"mediaOutput\": \"CF_URL\"\n                    },\n                    \"Country of Origin\": {\n                        \"name\": \"parentIds\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:countryOfOrigin\",\n                        \"mediaOutput\": \"CF_URL\"\n                    },\n                    \"Hanging or Boxed\": {\n                        \"name\": \"parentIds\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:hangingOrBoxed\",\n                        \"mediaOutput\": \"CF_URL\"\n                    },\n                    \"Cross Sell\": {\n                        \"name\": \"parentIds\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:crossSell\",\n                        \"mediaOutput\": \"CF_URL\"\n                    },\n                    \"Amazon Price\": {\n                        \"name\": \"parentIds\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:price\",\n                        \"mediaOutput\": \"CF_URL\"\n                    },\n                    \"Product Identifier \": {\n                        \"name\": \"parentIds\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:primaryId\",\n                        \"mediaOutput\": \"CF_URL\"\n                    },\n                    \"Sales Description\": {\n                        \"name\": \"marketingDescription\",\n                        \"outputSeq\": \"values\",\n                        \"scopeId\": \"62fe11c7ce92140012a6a66d\",\n                        \"localeId\": \"62fce77449ccd3001b067c53\"\n                    }\n                },\n                \"fileFormat\": \"csv\",\n                \"layoutFormat\": \"rowPerProduct\"\n            }\n        ],\n        \"itemsFilter\": \"{}\",\n        \"requireItems\": \"None\",\n        \"productFilter\": \"{\\\"schemaClassId\\\":{\\\"$in\\\":[\\\"62fcfee309c2f60aa7000006\\\",\\\"62fcfef009c2f60aa7000008\\\"]}}\",\n        \"parentsFilter\": \"{}\",\n        \"requireParents\": \"None\",\n        \"exportOnlyChanged\": false,\n        \"disabledFeeds\": [],\n        \"alternativeFeedPriority\": [],\n        \"scopeId\": \"\",\n        \"dataConnector\": \"cdn\",\n        \"dataAPIKeys\": [\n            {\n                \"id\": 0,\n                \"name\": \"Key0\",\n                \"token\": \"OxKuMIgTO9X5CeyxWZi5UbUjQllMjbK7VVsiGmYiTvfWQ9PY1uQw3llL9fwh6nob\"\n            }\n        ],\n        \"dataHost\": \"\",\n        \"dataUsername\": \"\",\n        \"dataProtocol\": \"ftp\",\n        \"dataFTPPath\": \"\",\n        \"mediaConnector\": \"\",\n        \"interval\": \"daily\",\n        \"intervalHour\": \"1\",\n        \"intervalAMPM\": \"AM\",\n        \"timezone\": \"Europe/London\",\n        \"intervalWeekDay\": \"mon\",\n        \"intervalMonthDay\": \"1\",\n        \"intervalMinutes\": 0,\n        \"_lastProcessedDate\": \"2022-08-18T12:32:12.008Z\",\n        \"magentoCredentials\": {},\n        \"s3\": {\n            \"bucket\": \"\",\n            \"pathPrefix\": \"\",\n            \"region\": \"\",\n            \"key\": \"\",\n            \"secret\": \"\"\n        },\n        \"hasAttributeValidation\": false,\n        \"perAttributeDateFiltering\": false,\n        \"useWindowsFileExtensions\": false,\n        \"reuploadAssets\": false,\n        \"hasLocaleFallback\": false,\n        \"lastReEnabledDate\": \"2022-08-18T12:31:41.245Z\",\n        \"shouldZipOutput\": false,\n        \"ACL\": [],\n        \"id\": \"62fe312d1b2c5d001efe8fae\",\n        \"hasReadAccess\": true,\n        \"hasWriteAccess\": true\n    },\n    {\n        \"accountId\": \"62fce77449ccd3001b067c4e\",\n        \"name\": \"FashionINC (eBay)\",\n        \"status\": \"Disabled\",\n        \"type\": \"custom\",\n        \"dateCreated\": \"2022-08-18T12:47:02.399Z\",\n        \"restOptions\": {\n            \"includeEmpty\": false,\n            \"exportItems\": false,\n            \"showSequenceNumber\": false,\n            \"noLinks\": false,\n            \"noChannelMeta\": false,\n            \"legacyItemDataFor\": {\n                \"/src/legacy/src/apps/settings/pim/channel_feedt\": false\n            }\n        },\n        \"files\": [\n            {\n                \"fileName\": \"FashionINC (eBay)\",\n                \"fileType\": \"productAttrs\",\n                \"mapping\": {\n                    \"Supplier\": {\n                        \"name\": \"schemaClassId\",\n                        \"schemaDisplay\": \"schema\"\n                    },\n                    \"SKU\": {\n                        \"name\": \"items\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:primaryId\",\n                        \"mediaOutput\": \"CF_URL\"\n                    },\n                    \"Size\": {\n                        \"name\": \"items\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:size\",\n                        \"mediaOutput\": \"CF_URL\"\n                    },\n                    \"Description Bullet 3\": {\n                        \"name\": \"!expression:'\"\n                    },\n                    \"Description Bullet 4 \": {\n                        \"name\": \"!expression:'\"\n                    },\n                    \"Description\": {\n                        \"name\": \"desc\",\n                        \"outputSeq\": \"values\",\n                        \"scopeId\": \"62fe1253ce92140012a6a66e\"\n                    },\n                    \"Colour\": {\n                        \"name\": \"colour\"\n                    },\n                    \"Marketing Description\": {\n                        \"name\": \"marketingDescription\",\n                        \"outputSeq\": \"values\",\n                        \"scopeId\": \"62fe1253ce92140012a6a66e\",\n                        \"localeId\": \"62fce77449ccd3001b067c53\"\n                    },\n                    \"Default Image\": {\n                        \"name\": \"defaultImage\",\n                        \"isMedia\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"CF_URL\",\n                        \"sortBy\": \"set\"\n                    },\n                    \"Images\": {\n                        \"name\": \"images\",\n                        \"isMedia\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"CF_URL\",\n                        \"sortBy\": \"set\"\n                    },\n                    \"Brand\": {\n                        \"name\": \"parentIds\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:brand\",\n                        \"mediaOutput\": \"CF_URL\"\n                    },\n                    \"Sleeve Length\": {\n                        \"name\": \"parentIds\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:sleeveLength\",\n                        \"mediaOutput\": \"CF_URL\"\n                    },\n                    \"Cuff\": {\n                        \"name\": \"parentIds\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:cuff\",\n                        \"mediaOutput\": \"CF_URL\"\n                    },\n                    \"Fit\": {\n                        \"name\": \"parentIds\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:fit\",\n                        \"mediaOutput\": \"CF_URL\"\n                    },\n                    \"Material\": {\n                        \"name\": \"parentIds\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:material\",\n                        \"mediaOutput\": \"CF_URL\"\n                    },\n                    \"RRP\": {\n                        \"name\": \"parentIds\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:rrp\",\n                        \"mediaOutput\": \"CF_URL\",\n                        \"scopeId\": \"62fe1253ce92140012a6a66e\"\n                    },\n                    \"Leg Length\": {\n                        \"name\": \"parentIds\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:legLength\",\n                        \"mediaOutput\": \"CF_URL\",\n                        \"scopeId\": \"62fe1253ce92140012a6a66e\"\n                    },\n                    \"Gender\": {\n                        \"name\": \"parentIds\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:gender\",\n                        \"mediaOutput\": \"CF_URL\"\n                    },\n                    \"Care Information\": {\n                        \"name\": \"parentIds\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:careInformation\",\n                        \"mediaOutput\": \"CF_URL\",\n                        \"scopeId\": \"62fe1253ce92140012a6a66e\"\n                    },\n                    \"Description Bullet 1\": {\n                        \"name\": \"parentIds\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:descriptionBullet1\",\n                        \"mediaOutput\": \"CF_URL\",\n                        \"scopeId\": \"62fe1253ce92140012a6a66e\"\n                    },\n                    \"Description Bullet 2\": {\n                        \"name\": \"parentIds\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:descriptionBullet2\",\n                        \"mediaOutput\": \"CF_URL\",\n                        \"scopeId\": \"62fe1253ce92140012a6a66e\"\n                    },\n                    \"eBay Price\": {\n                        \"name\": \"parentIds\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:price\",\n                        \"mediaOutput\": \"CF_URL\",\n                        \"scopeId\": \"62fe1253ce92140012a6a66e\"\n                    },\n                    \"Product Identifier\": {\n                        \"name\": \"parentIds\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:primaryId\",\n                        \"mediaOutput\": \"CF_URL\"\n                    }\n                },\n                \"fileFormat\": \"csv\",\n                \"layoutFormat\": \"rowPerProduct\"\n            }\n        ],\n        \"itemsFilter\": \"{}\",\n        \"requireItems\": \"None\",\n        \"productFilter\": \"{\\\"schemaClassId\\\":{\\\"$in\\\":[\\\"62fcfee309c2f60aa7000006\\\",\\\"62fcfef009c2f60aa7000008\\\"]}}\",\n        \"parentsFilter\": \"{}\",\n        \"requireParents\": \"None\",\n        \"exportOnlyChanged\": false,\n        \"disabledFeeds\": [],\n        \"alternativeFeedPriority\": [],\n        \"scopeId\": \"\",\n        \"dataConnector\": \"cdn\",\n        \"dataAPIKeys\": [],\n        \"dataHost\": \"\",\n        \"dataUsername\": \"\",\n        \"dataProtocol\": \"ftp\",\n        \"dataFTPPath\": \"\",\n        \"mediaConnector\": \"\",\n        \"interval\": \"daily\",\n        \"intervalHour\": \"1\",\n        \"intervalAMPM\": \"AM\",\n        \"timezone\": \"Europe/London\",\n        \"intervalWeekDay\": \"mon\",\n        \"intervalMonthDay\": \"1\",\n        \"intervalMinutes\": 0,\n        \"_lastProcessedDate\": \"2022-08-18T12:47:43.559Z\",\n        \"magentoCredentials\": {},\n        \"s3\": {\n            \"bucket\": \"\",\n            \"pathPrefix\": \"\",\n            \"region\": \"\",\n            \"key\": \"\",\n            \"secret\": \"\"\n        },\n        \"hasAttributeValidation\": false,\n        \"perAttributeDateFiltering\": false,\n        \"useWindowsFileExtensions\": false,\n        \"reuploadAssets\": false,\n        \"hasLocaleFallback\": false,\n        \"lastReEnabledDate\": \"2022-08-18T12:47:02.399Z\",\n        \"shouldZipOutput\": false,\n        \"ACL\": [],\n        \"id\": \"62fe34c61b2c5d001efe8fb1\",\n        \"hasReadAccess\": true,\n        \"hasWriteAccess\": true\n    },\n    {\n        \"accountId\": \"62fce77449ccd3001b067c4e\",\n        \"name\": \"FashionINC Auto\",\n        \"status\": \"Disabled\",\n        \"type\": \"custom\",\n        \"dateCreated\": \"2022-08-18T13:11:53.195Z\",\n        \"restOptions\": {\n            \"includeEmpty\": false,\n            \"exportItems\": false,\n            \"showSequenceNumber\": false,\n            \"noLinks\": false,\n            \"noChannelMeta\": false,\n            \"legacyItemDataFor\": {\n                \"/src/legacy/src/apps/settings/pim/channel_feedt\": false\n            }\n        },\n        \"files\": [\n            {\n                \"fileName\": \"FashionINC Auto\",\n                \"fileType\": \"productAttrs\",\n                \"mapping\": {\n                    \"Primary ID\": {\n                        \"name\": \"primaryId\"\n                    },\n                    \"Schema classification\": {\n                        \"name\": \"schemaClassId\",\n                        \"schemaDisplay\": \"schema\"\n                    },\n                    \"Colour\": {\n                        \"name\": \"colour\",\n                        \"localeId\": \"62fce77449ccd3001b067c53\"\n                    },\n                    \"Marketing Description\": {\n                        \"name\": \"marketingDescription\",\n                        \"outputSeq\": \"values\",\n                        \"scopeId\": \"*\",\n                        \"localeId\": \"62fce77449ccd3001b067c53\"\n                    },\n                    \"Brand\": {\n                        \"name\": \"parentIds\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:brand\",\n                        \"mediaOutput\": \"CF_URL\"\n                    },\n                    \"Material\": {\n                        \"name\": \"parentIds\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:material\",\n                        \"mediaOutput\": \"CF_URL\"\n                    },\n                    \"Care Information\": {\n                        \"name\": \"parentIds\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:careInformation\",\n                        \"mediaOutput\": \"CF_URL\"\n                    },\n                    \"ParentsID \": {\n                        \"name\": \"parentIds\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:primaryId\",\n                        \"mediaOutput\": \"CF_URL\"\n                    },\n                    \"Size\": {\n                        \"name\": \"items\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:primaryId\",\n                        \"mediaOutput\": \"CF_URL\"\n                    },\n                    \"Leg Length \": {\n                        \"name\": \"items\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:legLength\",\n                        \"mediaOutput\": \"CF_URL\"\n                    }\n                },\n                \"fileFormat\": \"csv\",\n                \"layoutFormat\": \"rowPerProduct\"\n            }\n        ],\n        \"itemsFilter\": \"{}\",\n        \"requireItems\": \"None\",\n        \"productFilter\": \"{\\\"schemaClassId\\\":{\\\"$in\\\":[\\\"62fcfee309c2f60aa7000006\\\",\\\"62fcfef009c2f60aa7000008\\\"]}}\",\n        \"parentsFilter\": \"{}\",\n        \"requireParents\": \"None\",\n        \"exportOnlyChanged\": false,\n        \"disabledFeeds\": [],\n        \"alternativeFeedPriority\": [],\n        \"scopeId\": \"\",\n        \"dataConnector\": \"cdn\",\n        \"dataAPIKeys\": [],\n        \"dataHost\": \"\",\n        \"dataUsername\": \"\",\n        \"dataProtocol\": \"ftp\",\n        \"dataFTPPath\": \"\",\n        \"mediaConnector\": \"\",\n        \"interval\": \"daily\",\n        \"intervalHour\": \"1\",\n        \"intervalAMPM\": \"AM\",\n        \"timezone\": \"Europe/London\",\n        \"intervalWeekDay\": \"mon\",\n        \"intervalMonthDay\": \"1\",\n        \"intervalMinutes\": 0,\n        \"_lastProcessedDate\": \"2023-06-23T13:43:55.053Z\",\n        \"magentoCredentials\": {},\n        \"s3\": {\n            \"bucket\": \"\",\n            \"pathPrefix\": \"\",\n            \"region\": \"\",\n            \"key\": \"\",\n            \"secret\": \"\"\n        },\n        \"hasAttributeValidation\": false,\n        \"perAttributeDateFiltering\": false,\n        \"useWindowsFileExtensions\": false,\n        \"reuploadAssets\": false,\n        \"hasLocaleFallback\": false,\n        \"lastReEnabledDate\": \"2022-08-18T13:11:53.195Z\",\n        \"shouldZipOutput\": false,\n        \"ACL\": [],\n        \"id\": \"62fe3a9943d99c0018732329\",\n        \"hasReadAccess\": true,\n        \"hasWriteAccess\": true\n    },\n    {\n        \"accountId\": \"62fce77449ccd3001b067c4e\",\n        \"name\": \"FashionINC API\",\n        \"status\": \"Active\",\n        \"type\": \"custom\",\n        \"dateCreated\": \"2022-08-19T10:27:34.390Z\",\n        \"restOptions\": {\n            \"includeEmpty\": false,\n            \"exportItems\": false,\n            \"showSequenceNumber\": false,\n            \"noLinks\": false,\n            \"noChannelMeta\": false,\n            \"legacyItemDataFor\": {\n                \"/src/legacy/src/apps/settings/pim/channel_feedt\": false\n            }\n        },\n        \"files\": [\n            {\n                \"fileName\": \"\",\n                \"fileType\": \"productAttrs\",\n                \"mapping\": {\n                    \"Colour ID\": {\n                        \"name\": \"primaryId\"\n                    },\n                    \"Size ID\": {\n                        \"name\": \"items\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:primaryId\",\n                        \"mediaOutput\": \"CF_URL\"\n                    },\n                    \"Size\": {\n                        \"name\": \"items\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:size\",\n                        \"mediaOutput\": \"CF_URL\"\n                    },\n                    \"Leg Length\": {\n                        \"name\": \"items\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:legLength\",\n                        \"mediaOutput\": \"CF_URL\"\n                    },\n                    \"StyleID\": {\n                        \"name\": \"parentIds\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:primaryId\",\n                        \"mediaOutput\": \"CF_URL\"\n                    },\n                    \"Brand\": {\n                        \"name\": \"parentIds\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:brand\",\n                        \"mediaOutput\": \"CF_URL\"\n                    },\n                    \"Sleeve Length\": {\n                        \"name\": \"parentIds\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:sleeveLength\",\n                        \"mediaOutput\": \"CF_URL\"\n                    },\n                    \" Cuff\": {\n                        \"name\": \"parentIds\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:cuff\",\n                        \"mediaOutput\": \"CF_URL\"\n                    },\n                    \"Fit\": {\n                        \"name\": \"parentIds\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:fit\",\n                        \"mediaOutput\": \"CF_URL\"\n                    },\n                    \"Material\": {\n                        \"name\": \"parentIds\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:material\",\n                        \"mediaOutput\": \"CF_URL\"\n                    },\n                    \"Care Information\": {\n                        \"name\": \"parentIds\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:careInformation\",\n                        \"mediaOutput\": \"CF_URL\"\n                    },\n                    \"Supplier\": {\n                        \"name\": \"parentIds\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:supplier\",\n                        \"mediaOutput\": \"CF_URL\"\n                    },\n                    \"RRP\": {\n                        \"name\": \"parentIds\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:rrp\",\n                        \"mediaOutput\": \"CF_URL\"\n                    },\n                    \"Price\": {\n                        \"name\": \"parentIds\",\n                        \"isProducts\": true,\n                        \"isArray\": true,\n                        \"subset\": \"all\",\n                        \"setDisplay\": \"elementPerRow\",\n                        \"output\": \"attribute:price\",\n                        \"mediaOutput\": \"CF_URL\"\n                    },\n                    \"Colour\": {\n                        \"name\": \"colour\",\n                        \"outputSeq\": \"values\",\n                        \"labelOrVal\": \"val\",\n                        \"localeId\": \"62fce77449ccd3001b067c53\"\n                    },\n                    \"Marketing Description\": {\n                        \"name\": \"marketingDescription\",\n                        \"outputSeq\": \"values\",\n                        \"scopeId\": \"*\",\n                        \"localeId\": \"62fce77449ccd3001b067c53\"\n                    }\n                },\n                \"fileFormat\": \"csv\",\n                \"layoutFormat\": \"rowPerProduct\"\n            }\n        ],\n        \"itemsFilter\": \"{}\",\n        \"requireItems\": \"None\",\n        \"productFilter\": \"{}\",\n        \"parentsFilter\": \"{}\",\n        \"requireParents\": \"None\",\n        \"scopeId\": \"\",\n        \"dataConnector\": \"REST\",\n        \"dataAPIKeys\": [\n            {\n                \"id\": 0,\n                \"name\": \"Key0\",\n                \"token\": \"E4WdYE3KMBcWE4S1uMjbAhfFgqi3zLMaLRmlCRCrXpT2hFaEreHOxjZimxKfAob0\"\n            }\n        ],\n        \"dataHost\": \"\",\n        \"dataUsername\": \"\",\n        \"dataProtocol\": \"ftp\",\n        \"dataFTPPath\": \"\",\n        \"mediaConnector\": \"\",\n        \"interval\": \"daily\",\n        \"intervalHour\": \"1\",\n        \"intervalAMPM\": \"AM\",\n        \"timezone\": \"Europe/London\",\n        \"intervalWeekDay\": \"mon\",\n        \"intervalMonthDay\": \"1\",\n        \"intervalMinutes\": 0,\n        \"_lastProcessedDate\": \"2022-08-19T10:27:34.537Z\",\n        \"magentoCredentials\": {},\n        \"s3\": {\n            \"bucket\": \"\",\n            \"pathPrefix\": \"\",\n            \"region\": \"\",\n            \"key\": \"\",\n            \"secret\": \"\"\n        },\n        \"hasAttributeValidation\": false,\n        \"perAttributeDateFiltering\": false,\n        \"useWindowsFileExtensions\": false,\n        \"reuploadAssets\": false,\n        \"hasLocaleFallback\": false,\n        \"lastReEnabledDate\": \"2022-08-19T10:27:34.390Z\",\n        \"shouldZipOutput\": false,\n        \"ACL\": [],\n        \"id\": \"62ff659643d99c0018732e09\",\n        \"hasReadAccess\": true,\n        \"hasWriteAccess\": true\n    }\n]"}],"_postman_id":"3fbde0f6-a53e-42b1-9426-08f636d58d27"},{"name":"Get channel by Mongo ID","id":"37027994-5144-41db-8ca9-b9fd1c186e1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pimber.ly/api/channels/:channel_id","description":"<p>This endpoint returns a single channel specified by the Mongo ID.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","channels",":channel_id"],"host":["pimber.ly"],"query":[],"variable":[{"id":"4e1f55d5-07f3-45f8-8367-87e60603f0a1","description":{"content":"<p>Mongo ID of the channel you want to get</p>\n","type":"text/plain"},"type":"any","value":"","key":"channel_id"}]}},"response":[{"id":"a5ce5218-d44d-4487-baa9-cdc0b32ac405","name":"Get channel by Mongo ID","originalRequest":{"method":"GET","header":[],"url":"https://pimber.ly/api/channels/62ff659643d99c0018732e09"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"6747"},{"key":"Date","value":"Thu, 24 Aug 2023 11:27:30 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountId\": \"62fce77449ccd3001b067c4e\",\n    \"name\": \"FashionINC API\",\n    \"status\": \"Active\",\n    \"type\": \"custom\",\n    \"dateCreated\": \"2022-08-19T10:27:34.390Z\",\n    \"restOptions\": {\n        \"includeEmpty\": false,\n        \"exportItems\": false,\n        \"showSequenceNumber\": false,\n        \"noLinks\": false,\n        \"noChannelMeta\": false,\n        \"legacyItemDataFor\": {\n            \"/src/legacy/src/apps/settings/pim/channel_feedt\": false\n        }\n    },\n    \"files\": [\n        {\n            \"fileName\": \"\",\n            \"fileType\": \"productAttrs\",\n            \"mapping\": {\n                \"Colour ID\": {\n                    \"name\": \"primaryId\"\n                },\n                \"Size ID\": {\n                    \"name\": \"items\",\n                    \"isProducts\": true,\n                    \"isArray\": true,\n                    \"subset\": \"all\",\n                    \"setDisplay\": \"elementPerRow\",\n                    \"output\": \"attribute:primaryId\",\n                    \"mediaOutput\": \"CF_URL\"\n                },\n                \"Size\": {\n                    \"name\": \"items\",\n                    \"isProducts\": true,\n                    \"isArray\": true,\n                    \"subset\": \"all\",\n                    \"setDisplay\": \"elementPerRow\",\n                    \"output\": \"attribute:size\",\n                    \"mediaOutput\": \"CF_URL\"\n                },\n                \"Leg Length\": {\n                    \"name\": \"items\",\n                    \"isProducts\": true,\n                    \"isArray\": true,\n                    \"subset\": \"all\",\n                    \"setDisplay\": \"elementPerRow\",\n                    \"output\": \"attribute:legLength\",\n                    \"mediaOutput\": \"CF_URL\"\n                },\n                \"StyleID\": {\n                    \"name\": \"parentIds\",\n                    \"isProducts\": true,\n                    \"isArray\": true,\n                    \"subset\": \"all\",\n                    \"setDisplay\": \"elementPerRow\",\n                    \"output\": \"attribute:primaryId\",\n                    \"mediaOutput\": \"CF_URL\"\n                },\n                \"Brand\": {\n                    \"name\": \"parentIds\",\n                    \"isProducts\": true,\n                    \"isArray\": true,\n                    \"subset\": \"all\",\n                    \"setDisplay\": \"elementPerRow\",\n                    \"output\": \"attribute:brand\",\n                    \"mediaOutput\": \"CF_URL\"\n                },\n                \"Sleeve Length\": {\n                    \"name\": \"parentIds\",\n                    \"isProducts\": true,\n                    \"isArray\": true,\n                    \"subset\": \"all\",\n                    \"setDisplay\": \"elementPerRow\",\n                    \"output\": \"attribute:sleeveLength\",\n                    \"mediaOutput\": \"CF_URL\"\n                },\n                \" Cuff\": {\n                    \"name\": \"parentIds\",\n                    \"isProducts\": true,\n                    \"isArray\": true,\n                    \"subset\": \"all\",\n                    \"setDisplay\": \"elementPerRow\",\n                    \"output\": \"attribute:cuff\",\n                    \"mediaOutput\": \"CF_URL\"\n                },\n                \"Fit\": {\n                    \"name\": \"parentIds\",\n                    \"isProducts\": true,\n                    \"isArray\": true,\n                    \"subset\": \"all\",\n                    \"setDisplay\": \"elementPerRow\",\n                    \"output\": \"attribute:fit\",\n                    \"mediaOutput\": \"CF_URL\"\n                },\n                \"Material\": {\n                    \"name\": \"parentIds\",\n                    \"isProducts\": true,\n                    \"isArray\": true,\n                    \"subset\": \"all\",\n                    \"setDisplay\": \"elementPerRow\",\n                    \"output\": \"attribute:material\",\n                    \"mediaOutput\": \"CF_URL\"\n                },\n                \"Care Information\": {\n                    \"name\": \"parentIds\",\n                    \"isProducts\": true,\n                    \"isArray\": true,\n                    \"subset\": \"all\",\n                    \"setDisplay\": \"elementPerRow\",\n                    \"output\": \"attribute:careInformation\",\n                    \"mediaOutput\": \"CF_URL\"\n                },\n                \"Supplier\": {\n                    \"name\": \"parentIds\",\n                    \"isProducts\": true,\n                    \"isArray\": true,\n                    \"subset\": \"all\",\n                    \"setDisplay\": \"elementPerRow\",\n                    \"output\": \"attribute:supplier\",\n                    \"mediaOutput\": \"CF_URL\"\n                },\n                \"RRP\": {\n                    \"name\": \"parentIds\",\n                    \"isProducts\": true,\n                    \"isArray\": true,\n                    \"subset\": \"all\",\n                    \"setDisplay\": \"elementPerRow\",\n                    \"output\": \"attribute:rrp\",\n                    \"mediaOutput\": \"CF_URL\"\n                },\n                \"Price\": {\n                    \"name\": \"parentIds\",\n                    \"isProducts\": true,\n                    \"isArray\": true,\n                    \"subset\": \"all\",\n                    \"setDisplay\": \"elementPerRow\",\n                    \"output\": \"attribute:price\",\n                    \"mediaOutput\": \"CF_URL\"\n                },\n                \"Colour\": {\n                    \"name\": \"colour\",\n                    \"outputSeq\": \"values\",\n                    \"labelOrVal\": \"val\",\n                    \"localeId\": \"62fce77449ccd3001b067c53\"\n                },\n                \"Marketing Description\": {\n                    \"name\": \"marketingDescription\",\n                    \"outputSeq\": \"values\",\n                    \"scopeId\": \"*\",\n                    \"localeId\": \"62fce77449ccd3001b067c53\"\n                }\n            },\n            \"fileFormat\": \"csv\",\n            \"layoutFormat\": \"rowPerProduct\"\n        }\n    ],\n    \"itemsFilter\": \"{}\",\n    \"requireItems\": \"None\",\n    \"productFilter\": \"{}\",\n    \"parentsFilter\": \"{}\",\n    \"requireParents\": \"None\",\n    \"scopeId\": \"\",\n    \"dataConnector\": \"REST\",\n    \"dataAPIKeys\": [\n        {\n            \"id\": 0,\n            \"name\": \"Key0\",\n            \"token\": \"E4WdYE3KMBcWE4S1uMjbAhfFgqi3zLMaLRmlCRCrXpT2hFaEreHOxjZimxKfAob0\"\n        }\n    ],\n    \"dataHost\": \"\",\n    \"dataUsername\": \"\",\n    \"dataProtocol\": \"ftp\",\n    \"dataFTPPath\": \"\",\n    \"mediaConnector\": \"\",\n    \"interval\": \"daily\",\n    \"intervalHour\": \"1\",\n    \"intervalAMPM\": \"AM\",\n    \"timezone\": \"Europe/London\",\n    \"intervalWeekDay\": \"mon\",\n    \"intervalMonthDay\": \"1\",\n    \"intervalMinutes\": 0,\n    \"log\": [\n        {\n            \"startTime\": \"2022-08-19T10:27:34.528Z\",\n            \"time\": \"2022-08-19T10:27:34.537Z\",\n            \"endTime\": \"2022-08-19T10:27:34.537Z\",\n            \"err\": false,\n            \"numProducts\": 0,\n            \"numAllProducts\": 0,\n            \"urls\": [],\n            \"files\": [\n                {\n                    \"fileName\": \"\",\n                    \"fileType\": \"productAttrs\",\n                    \"mapping\": {\n                        \"Colour ID\": {\n                            \"name\": \"primaryId\"\n                        },\n                        \"Size ID\": {\n                            \"name\": \"items\",\n                            \"isProducts\": true,\n                            \"isArray\": true,\n                            \"subset\": \"all\",\n                            \"setDisplay\": \"elementPerRow\",\n                            \"output\": \"attribute:primaryId\",\n                            \"mediaOutput\": \"CF_URL\"\n                        },\n                        \"Size\": {\n                            \"name\": \"items\",\n                            \"isProducts\": true,\n                            \"isArray\": true,\n                            \"subset\": \"all\",\n                            \"setDisplay\": \"elementPerRow\",\n                            \"output\": \"attribute:size\",\n                            \"mediaOutput\": \"CF_URL\"\n                        },\n                        \"Leg Length\": {\n                            \"name\": \"items\",\n                            \"isProducts\": true,\n                            \"isArray\": true,\n                            \"subset\": \"all\",\n                            \"setDisplay\": \"elementPerRow\",\n                            \"output\": \"attribute:legLength\",\n                            \"mediaOutput\": \"CF_URL\"\n                        },\n                        \"StyleID\": {\n                            \"name\": \"parentIds\",\n                            \"isProducts\": true,\n                            \"isArray\": true,\n                            \"subset\": \"all\",\n                            \"setDisplay\": \"elementPerRow\",\n                            \"output\": \"attribute:primaryId\",\n                            \"mediaOutput\": \"CF_URL\"\n                        },\n                        \"Brand\": {\n                            \"name\": \"parentIds\",\n                            \"isProducts\": true,\n                            \"isArray\": true,\n                            \"subset\": \"all\",\n                            \"setDisplay\": \"elementPerRow\",\n                            \"output\": \"attribute:brand\",\n                            \"mediaOutput\": \"CF_URL\"\n                        },\n                        \"Sleeve Length\": {\n                            \"name\": \"parentIds\",\n                            \"isProducts\": true,\n                            \"isArray\": true,\n                            \"subset\": \"all\",\n                            \"setDisplay\": \"elementPerRow\",\n                            \"output\": \"attribute:sleeveLength\",\n                            \"mediaOutput\": \"CF_URL\"\n                        },\n                        \" Cuff\": {\n                            \"name\": \"parentIds\",\n                            \"isProducts\": true,\n                            \"isArray\": true,\n                            \"subset\": \"all\",\n                            \"setDisplay\": \"elementPerRow\",\n                            \"output\": \"attribute:cuff\",\n                            \"mediaOutput\": \"CF_URL\"\n                        },\n                        \"Fit\": {\n                            \"name\": \"parentIds\",\n                            \"isProducts\": true,\n                            \"isArray\": true,\n                            \"subset\": \"all\",\n                            \"setDisplay\": \"elementPerRow\",\n                            \"output\": \"attribute:fit\",\n                            \"mediaOutput\": \"CF_URL\"\n                        },\n                        \"Material\": {\n                            \"name\": \"parentIds\",\n                            \"isProducts\": true,\n                            \"isArray\": true,\n                            \"subset\": \"all\",\n                            \"setDisplay\": \"elementPerRow\",\n                            \"output\": \"attribute:material\",\n                            \"mediaOutput\": \"CF_URL\"\n                        },\n                        \"Care Information\": {\n                            \"name\": \"parentIds\",\n                            \"isProducts\": true,\n                            \"isArray\": true,\n                            \"subset\": \"all\",\n                            \"setDisplay\": \"elementPerRow\",\n                            \"output\": \"attribute:careInformation\",\n                            \"mediaOutput\": \"CF_URL\"\n                        },\n                        \"Supplier\": {\n                            \"name\": \"parentIds\",\n                            \"isProducts\": true,\n                            \"isArray\": true,\n                            \"subset\": \"all\",\n                            \"setDisplay\": \"elementPerRow\",\n                            \"output\": \"attribute:supplier\",\n                            \"mediaOutput\": \"CF_URL\"\n                        },\n                        \"RRP\": {\n                            \"name\": \"parentIds\",\n                            \"isProducts\": true,\n                            \"isArray\": true,\n                            \"subset\": \"all\",\n                            \"setDisplay\": \"elementPerRow\",\n                            \"output\": \"attribute:rrp\",\n                            \"mediaOutput\": \"CF_URL\"\n                        },\n                        \"Price\": {\n                            \"name\": \"parentIds\",\n                            \"isProducts\": true,\n                            \"isArray\": true,\n                            \"subset\": \"all\",\n                            \"setDisplay\": \"elementPerRow\",\n                            \"output\": \"attribute:price\",\n                            \"mediaOutput\": \"CF_URL\"\n                        },\n                        \"Colour\": {\n                            \"name\": \"colour\",\n                            \"outputSeq\": \"values\",\n                            \"labelOrVal\": \"val\",\n                            \"localeId\": \"62fce77449ccd3001b067c53\"\n                        },\n                        \"Marketing Description\": {\n                            \"name\": \"marketingDescription\",\n                            \"outputSeq\": \"values\",\n                            \"scopeId\": \"*\",\n                            \"localeId\": \"62fce77449ccd3001b067c53\"\n                        }\n                    },\n                    \"fileFormat\": \"csv\",\n                    \"layoutFormat\": \"rowPerProduct\"\n                }\n            ],\n            \"extensions\": [],\n            \"productSetId\": \"62ff65964eb3c5001875e841\",\n            \"reportUrl\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/logs/import/62fce77449ccd3001b067c4e/62ff659643d99c0018732e09/Fri%20Aug%2019%202022%2010%3A27%3A34%20GMT%2B0000%20(UTC)-e4826266.json\"\n        }\n    ],\n    \"_lastProcessedDate\": \"2022-08-19T10:27:34.537Z\",\n    \"magentoCredentials\": {},\n    \"s3\": {\n        \"bucket\": \"\",\n        \"pathPrefix\": \"\",\n        \"region\": \"\",\n        \"key\": \"\",\n        \"secret\": \"\"\n    },\n    \"hasAttributeValidation\": false,\n    \"perAttributeDateFiltering\": false,\n    \"useWindowsFileExtensions\": false,\n    \"reuploadAssets\": false,\n    \"hasLocaleFallback\": false,\n    \"lastReEnabledDate\": \"2022-08-19T10:27:34.390Z\",\n    \"shouldZipOutput\": false,\n    \"ACL\": [],\n    \"id\": \"62ff659643d99c0018732e09\",\n    \"_versionId\": \"ade303aad947c2d840357cfc69b388e195614563\",\n    \"dateUpdated\": \"2022-08-19T10:27:34.390Z\",\n    \"hasReadAccess\": true,\n    \"hasWriteAccess\": true\n}"}],"_postman_id":"37027994-5144-41db-8ca9-b9fd1c186e1f"},{"name":"Get one channel","id":"784f6c8a-c592-40f3-8ff3-bf532baff216","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pimber.ly/api/channels/findOne","description":"<p>This endpoint returns one channel. Additionally a query can be added to the end of the request in order to filter the request.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","channels","findOne"],"host":["pimber.ly"],"query":[{"disabled":true,"description":{"content":"<p><em><strong>Optional</strong></em> | <em>Object</em> | <em>Default: None</em> | Filter to be applied to the results</p>\n","type":"text/plain"},"key":"filter","value":null}],"variable":[]}},"response":[{"id":"6ba744c4-67fb-4aff-acae-5d761dde2041","name":"Get one channel","originalRequest":{"method":"GET","header":[],"url":"https://pimber.ly/api/channels/findOne"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"3749"},{"key":"Date","value":"Thu, 24 Aug 2023 11:28:35 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountId\": \"62fce77449ccd3001b067c4e\",\n    \"name\": \"FashionINC eCommerce\",\n    \"status\": \"Disabled\",\n    \"type\": \"custom\",\n    \"dateCreated\": \"2022-08-18T09:13:55.536Z\",\n    \"restOptions\": {\n        \"includeEmpty\": false,\n        \"exportItems\": false,\n        \"showSequenceNumber\": false,\n        \"noLinks\": false,\n        \"noChannelMeta\": false,\n        \"legacyItemDataFor\": {\n            \"/src/legacy/src/apps/settings/pim/channel_feedt\": false\n        }\n    },\n    \"files\": [\n        {\n            \"fileName\": \"FashionINC eCommerce\",\n            \"fileType\": \"productAttrs\",\n            \"mapping\": {\n                \"Primary ID\": {\n                    \"name\": \"primaryId\"\n                },\n                \"Schema classification\": {\n                    \"name\": \"schemaClassId\",\n                    \"schemaDisplay\": \"schema\"\n                },\n                \"Product Type\": {\n                    \"name\": \"typeId\"\n                },\n                \"Size\": {\n                    \"name\": \"items\",\n                    \"isProducts\": true,\n                    \"isArray\": true,\n                    \"subset\": \"all\",\n                    \"setDisplay\": \"elementPerRow\",\n                    \"output\": \"attribute:size\",\n                    \"mediaOutput\": \"CF_URL\"\n                },\n                \"Brand\": {\n                    \"name\": \"parentIds\",\n                    \"isProducts\": true,\n                    \"isArray\": true,\n                    \"subset\": \"all\",\n                    \"setDisplay\": \"elementPerRow\",\n                    \"output\": \"attribute:brand\",\n                    \"mediaOutput\": \"CF_URL\"\n                },\n                \"Parents ID\": {\n                    \"name\": \"parentIds\",\n                    \"isProducts\": true,\n                    \"isArray\": true,\n                    \"subset\": \"all\",\n                    \"setDisplay\": \"elementPerRow\",\n                    \"output\": \"attribute:primaryId\",\n                    \"mediaOutput\": \"CF_URL\"\n                },\n                \"Sleeve Length\": {\n                    \"name\": \"parentIds\",\n                    \"isProducts\": true,\n                    \"isArray\": true,\n                    \"subset\": \"all\",\n                    \"setDisplay\": \"elementPerRow\",\n                    \"output\": \"attribute:sleeveLength\",\n                    \"mediaOutput\": \"CF_URL\"\n                },\n                \"Cuff\": {\n                    \"name\": \"parentIds\",\n                    \"isProducts\": true,\n                    \"isArray\": true,\n                    \"subset\": \"all\",\n                    \"setDisplay\": \"elementPerRow\",\n                    \"output\": \"attribute:cuff\",\n                    \"mediaOutput\": \"CF_URL\"\n                },\n                \"Fit\": {\n                    \"name\": \"parentIds\",\n                    \"isProducts\": true,\n                    \"isArray\": true,\n                    \"subset\": \"all\",\n                    \"setDisplay\": \"elementPerRow\",\n                    \"output\": \"attribute:fit\",\n                    \"mediaOutput\": \"CF_URL\"\n                },\n                \"Leg Length\": {\n                    \"name\": \"parentIds\",\n                    \"isProducts\": true,\n                    \"isArray\": true,\n                    \"subset\": \"all\",\n                    \"setDisplay\": \"elementPerRow\",\n                    \"output\": \"attribute:legLength\",\n                    \"mediaOutput\": \"CF_URL\"\n                },\n                \"Material\": {\n                    \"name\": \"parentIds\",\n                    \"isProducts\": true,\n                    \"isArray\": true,\n                    \"subset\": \"all\",\n                    \"setDisplay\": \"elementPerRow\",\n                    \"output\": \"attribute:material\",\n                    \"mediaOutput\": \"CF_URL\"\n                },\n                \"Care Information\": {\n                    \"name\": \"parentIds\",\n                    \"isProducts\": true,\n                    \"isArray\": true,\n                    \"subset\": \"all\",\n                    \"setDisplay\": \"elementPerRow\",\n                    \"output\": \"attribute:careInformation\",\n                    \"mediaOutput\": \"CF_URL\"\n                },\n                \"Price\": {\n                    \"name\": \"parentIds\",\n                    \"isProducts\": true,\n                    \"isArray\": true,\n                    \"subset\": \"all\",\n                    \"setDisplay\": \"elementPerRow\",\n                    \"output\": \"attribute:price\",\n                    \"mediaOutput\": \"CF_URL\"\n                },\n                \"RRP\": {\n                    \"name\": \"parentIds\",\n                    \"isProducts\": true,\n                    \"isArray\": true,\n                    \"subset\": \"all\",\n                    \"setDisplay\": \"elementPerRow\",\n                    \"output\": \"attribute:rrp\",\n                    \"mediaOutput\": \"CF_URL\"\n                },\n                \"Colour\": {\n                    \"name\": \"colour\"\n                },\n                \"Marketing Description\": {\n                    \"name\": \"marketingDescription\"\n                },\n                \"Default Image\": {\n                    \"name\": \"defaultImage\",\n                    \"isMedia\": true,\n                    \"isArray\": true,\n                    \"subset\": \"all\",\n                    \"setDisplay\": \"elementPerRow\",\n                    \"output\": \"CF_URL\",\n                    \"sortBy\": \"set\"\n                },\n                \"Images\": {\n                    \"name\": \"images\",\n                    \"isMedia\": true,\n                    \"isArray\": true,\n                    \"subset\": \"all\",\n                    \"setDisplay\": \"elementPerRow\",\n                    \"output\": \"CF_URL\",\n                    \"sortBy\": \"set\"\n                }\n            },\n            \"fileFormat\": \"csv\",\n            \"layoutFormat\": \"rowPerProduct\"\n        }\n    ],\n    \"itemsFilter\": \"{}\",\n    \"requireItems\": \"None\",\n    \"productFilter\": \"{\\\"schemaClassId\\\":{\\\"$in\\\":[\\\"62fcfee309c2f60aa7000006\\\",\\\"62fcfef009c2f60aa7000008\\\"]}}\",\n    \"parentsFilter\": \"{}\",\n    \"requireParents\": \"None\",\n    \"exportOnlyChanged\": true,\n    \"disabledFeeds\": [],\n    \"alternativeFeedPriority\": [],\n    \"scopeId\": \"\",\n    \"dataConnector\": \"cdn\",\n    \"dataAPIKeys\": [],\n    \"dataHost\": \"\",\n    \"dataUsername\": \"\",\n    \"dataProtocol\": \"ftp\",\n    \"dataFTPPath\": \"\",\n    \"mediaConnector\": \"\",\n    \"interval\": \"daily\",\n    \"intervalHour\": \"1\",\n    \"intervalAMPM\": \"AM\",\n    \"timezone\": \"Europe/London\",\n    \"intervalWeekDay\": \"mon\",\n    \"intervalMonthDay\": \"1\",\n    \"intervalMinutes\": 0,\n    \"_lastProcessedDate\": \"2022-08-18T09:19:46.071Z\",\n    \"magentoCredentials\": {},\n    \"s3\": {\n        \"bucket\": \"\",\n        \"pathPrefix\": \"\",\n        \"region\": \"\",\n        \"key\": \"\",\n        \"secret\": \"\"\n    },\n    \"hasAttributeValidation\": false,\n    \"perAttributeDateFiltering\": false,\n    \"useWindowsFileExtensions\": false,\n    \"reuploadAssets\": false,\n    \"hasLocaleFallback\": false,\n    \"lastReEnabledDate\": \"2022-08-18T09:13:55.536Z\",\n    \"shouldZipOutput\": false,\n    \"ACL\": [],\n    \"id\": \"62fe02d3ce92140012a6a61a\",\n    \"hasReadAccess\": true,\n    \"hasWriteAccess\": true\n}"}],"_postman_id":"784f6c8a-c592-40f3-8ff3-bf532baff216"},{"name":"Check if able to connect to specified FTP server","id":"b452e34a-8bb4-4098-a413-85dc036bfa20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pimber.ly/api/channels/testConnection","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","channels","testConnection"],"host":["pimber.ly"],"query":[{"disabled":true,"key":"credentials","value":null},{"disabled":true,"key":"connectorType","value":null}],"variable":[]}},"response":[],"_postman_id":"b452e34a-8bb4-4098-a413-85dc036bfa20"},{"name":"Endpoint where Magneto sends OAuth credentials after having created an integration","id":"ed2d242c-8651-4039-a332-f27fa9db43db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pimber.ly/api/channels/fetchMagnetoAttributes","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","channels","fetchMagnetoAttributes"],"host":["pimber.ly"],"query":[{"disabled":true,"key":"storeBaseUrl","value":null},{"disabled":true,"key":"consumerKey","value":null},{"disabled":true,"key":"consumerSecret","value":null},{"disabled":true,"key":"accessToken","value":null},{"disabled":true,"key":"accessTokenSecret","value":null}],"variable":[]}},"response":[],"_postman_id":"ed2d242c-8651-4039-a332-f27fa9db43db"},{"name":"Update channel by Mongo ID","id":"5974cf92-afed-45b3-b984-072400737fb2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://pimber.ly/api/channels/:channel_id","description":"<p>This endpoint updates a channel specified by its Mongo ID.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","channels",":channel_id"],"host":["pimber.ly"],"query":[],"variable":[{"id":"c3dc3e10-6b09-4378-a183-291c5f9cffdf","description":{"content":"<p>Mongo ID of the channel you want to update</p>\n","type":"text/plain"},"type":"any","value":"","key":"channel_id"}]}},"response":[{"id":"594ef73a-95c0-49fe-9be0-300ad7209f0f","name":"Update channel by Mongo ID","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"name\": \"Updated Name\"\n}","options":{"raw":{"language":"json"}}},"url":"https://pimber.ly/api/channels/64edcfcd4349fc0018fc1b4c"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1462"},{"key":"Date","value":"Tue, 29 Aug 2023 11:04:07 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountId\": \"62fce77449ccd3001b067c4e\",\n    \"name\": \"Updated Name\",\n    \"status\": \"Active\",\n    \"type\": \"custom\",\n    \"dateCreated\": \"2023-08-29T11:00:29.382Z\",\n    \"restOptions\": {\n        \"includeEmpty\": false,\n        \"exportItems\": false,\n        \"showSequenceNumber\": false,\n        \"noLinks\": false,\n        \"noChannelMeta\": false,\n        \"legacyItemDataFor\": {\n            \"/src/legacy/src/apps/settings/pim/channel_feedt\": false\n        }\n    },\n    \"files\": [\n        {\n            \"fileName\": \"\",\n            \"fileType\": \"productAttrs\",\n            \"mapping\": {},\n            \"fileFormat\": \"csv\",\n            \"layoutFormat\": \"rowPerProduct\"\n        }\n    ],\n    \"itemsFilter\": \"{}\",\n    \"requireItems\": \"None\",\n    \"productFilter\": \"{}\",\n    \"parentsFilter\": \"{}\",\n    \"requireParents\": \"None\",\n    \"scopeId\": \"\",\n    \"dataConnector\": \"REST\",\n    \"dataAPIKeys\": [\n        {\n            \"id\": 0,\n            \"name\": \"Key0\",\n            \"token\": \"\"\n        }\n    ],\n    \"dataHost\": \"\",\n    \"dataUsername\": \"\",\n    \"dataPassword\": \"\",\n    \"dataProtocol\": \"ftp\",\n    \"dataPrivateKey\": \"\",\n    \"dataFTPPath\": \"\",\n    \"dataEncryption\": \"plain\",\n    \"mediaConnector\": \"\",\n    \"interval\": \"daily\",\n    \"intervalHour\": \"1\",\n    \"intervalAMPM\": \"AM\",\n    \"timezone\": \"Europe/London\",\n    \"intervalWeekDay\": \"mon\",\n    \"intervalMonthDay\": \"1\",\n    \"intervalMinutes\": 0,\n    \"magentoCredentials\": {},\n    \"s3\": {\n        \"bucket\": \"\",\n        \"pathPrefix\": \"\",\n        \"region\": \"\",\n        \"key\": \"\",\n        \"secret\": \"\"\n    },\n    \"hasAttributeValidation\": false,\n    \"perAttributeDateFiltering\": false,\n    \"useWindowsFileExtensions\": false,\n    \"reuploadAssets\": false,\n    \"hasLocaleFallback\": false,\n    \"lastReEnabledDate\": \"2023-08-29T11:00:29.382Z\",\n    \"shouldZipOutput\": false,\n    \"ACL\": [],\n    \"id\": \"64edcfcd4349fc0018fc1b4c\",\n    \"_versionId\": \"2ac9ba66e8d65ddfbe629d9619eda0cee760a34b\",\n    \"dateUpdated\": \"2023-08-29T11:04:07.527Z\"\n}"}],"_postman_id":"5974cf92-afed-45b3-b984-072400737fb2"},{"name":"Update channel by Mongo ID","id":"e29de2a8-7a55-4e82-a9c4-5a1caed619a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://pimber.ly/api/channels/:channel_id","description":"<p>This endpoint update a channel specified by its Mongo ID.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","channels",":channel_id"],"host":["pimber.ly"],"query":[],"variable":[{"id":"1dfbd7d3-e383-4bc3-8054-03016ffee16b","description":{"content":"<p>Mongo ID of the channel you want to update</p>\n","type":"text/plain"},"type":"any","value":"","key":"channel_id"}]}},"response":[{"id":"04685f64-b9c4-45c2-849a-db9349545d32","name":"Update channel by Mongo ID","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"name\": \"Updated Channel Name by PUT\"\n}","options":{"raw":{"language":"json"}}},"url":"https://pimber.ly/api/channels/64edcfcd4349fc0018fc1b4c"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1477"},{"key":"Date","value":"Tue, 29 Aug 2023 11:07:11 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountId\": \"62fce77449ccd3001b067c4e\",\n    \"name\": \"Updated Channel Name by PUT\",\n    \"status\": \"Active\",\n    \"type\": \"custom\",\n    \"dateCreated\": \"2023-08-29T11:00:29.382Z\",\n    \"restOptions\": {\n        \"includeEmpty\": false,\n        \"exportItems\": false,\n        \"showSequenceNumber\": false,\n        \"noLinks\": false,\n        \"noChannelMeta\": false,\n        \"legacyItemDataFor\": {\n            \"/src/legacy/src/apps/settings/pim/channel_feedt\": false\n        }\n    },\n    \"files\": [\n        {\n            \"fileName\": \"\",\n            \"fileType\": \"productAttrs\",\n            \"mapping\": {},\n            \"fileFormat\": \"csv\",\n            \"layoutFormat\": \"rowPerProduct\"\n        }\n    ],\n    \"itemsFilter\": \"{}\",\n    \"requireItems\": \"None\",\n    \"productFilter\": \"{}\",\n    \"parentsFilter\": \"{}\",\n    \"requireParents\": \"None\",\n    \"scopeId\": \"\",\n    \"dataConnector\": \"REST\",\n    \"dataAPIKeys\": [\n        {\n            \"id\": 0,\n            \"name\": \"Key0\",\n            \"token\": \"\"\n        }\n    ],\n    \"dataHost\": \"\",\n    \"dataUsername\": \"\",\n    \"dataPassword\": \"\",\n    \"dataProtocol\": \"ftp\",\n    \"dataPrivateKey\": \"\",\n    \"dataFTPPath\": \"\",\n    \"dataEncryption\": \"plain\",\n    \"mediaConnector\": \"\",\n    \"interval\": \"daily\",\n    \"intervalHour\": \"1\",\n    \"intervalAMPM\": \"AM\",\n    \"timezone\": \"Europe/London\",\n    \"intervalWeekDay\": \"mon\",\n    \"intervalMonthDay\": \"1\",\n    \"intervalMinutes\": 0,\n    \"magentoCredentials\": {},\n    \"s3\": {\n        \"bucket\": \"\",\n        \"pathPrefix\": \"\",\n        \"region\": \"\",\n        \"key\": \"\",\n        \"secret\": \"\"\n    },\n    \"hasAttributeValidation\": false,\n    \"perAttributeDateFiltering\": false,\n    \"useWindowsFileExtensions\": false,\n    \"reuploadAssets\": false,\n    \"hasLocaleFallback\": false,\n    \"lastReEnabledDate\": \"2023-08-29T11:00:29.382Z\",\n    \"shouldZipOutput\": false,\n    \"ACL\": [],\n    \"id\": \"64edcfcd4349fc0018fc1b4c\",\n    \"_versionId\": \"387a49461163bd1020520f97e651b06d51419e5b\",\n    \"dateUpdated\": \"2023-08-29T11:07:11.644Z\"\n}"}],"_postman_id":"e29de2a8-7a55-4e82-a9c4-5a1caed619a2"},{"name":"Replace existing channel","id":"ee0537dc-33a5-4635-ad91-d4530de1eab0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://pimber.ly/api/channels/:channel_id/replace","description":"<p>This endpoint will replace an existing channel with a new version, whose details are specified as JSON in the request's body.</p>\n<p>This works similarly to the <code>PUT</code> and <code>PATCH</code> update requests, however in this case the entire document must be specified (rather than just the fields to be updated).</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","channels",":channel_id","replace"],"host":["pimber.ly"],"query":[],"variable":[{"id":"0c9f3120-2986-45b3-b62e-1fd498809750","description":{"content":"<p>Mongo ID of the channel you want to replace</p>\n","type":"text/plain"},"type":"any","value":"","key":"channel_id"}]}},"response":[{"id":"86ca5533-9d42-4c63-9050-ec2dc656cacd","name":"Replace existing channel","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"accountId\": \"62fce77449ccd3001b067c4e\",\n  \"name\": \"Replaced Channel\",\n  \"status\": \"Active\",\n  \"type\": \"custom\",\n  \"dateCreated\": \"2023-08-29T11:00:29.382Z\",\n  \"restOptions\": {\n    \"includeEmpty\": false,\n    \"exportItems\": false,\n    \"showSequenceNumber\": false,\n    \"noLinks\": false,\n    \"noChannelMeta\": false,\n    \"legacyItemDataFor\": {\n      \"/src/legacy/src/apps/settings/pim/channel_feedt\": false\n    }\n  },\n  \"files\": [\n    {\n      \"fileName\": \"\",\n      \"fileType\": \"productAttrs\",\n      \"mapping\": {},\n      \"fileFormat\": \"csv\",\n      \"layoutFormat\": \"rowPerProduct\"\n    }\n  ],\n  \"itemsFilter\": \"{}\",\n  \"requireItems\": \"None\",\n  \"productFilter\": \"{}\",\n  \"parentsFilter\": \"{}\",\n  \"requireParents\": \"None\",\n  \"scopeId\": \"\",\n  \"dataConnector\": \"REST\",\n  \"dataAPIKeys\": [\n    {\n      \"id\": 0,\n      \"name\": \"Key0\",\n      \"token\": \"\"\n    }\n  ],\n  \"dataHost\": \"\",\n  \"dataUsername\": \"\",\n  \"dataProtocol\": \"ftp\",\n  \"dataFTPPath\": \"\",\n  \"dataEncryption\": \"plain\",\n  \"mediaConnector\": \"\",\n  \"interval\": \"daily\",\n  \"intervalHour\": \"1\",\n  \"intervalAMPM\": \"AM\",\n  \"timezone\": \"Europe/London\",\n  \"intervalWeekDay\": \"mon\",\n  \"intervalMonthDay\": \"1\",\n  \"intervalMinutes\": 0,\n  \"magentoCredentials\": {},\n  \"s3\": {\n    \"bucket\": \"\",\n    \"pathPrefix\": \"\",\n    \"region\": \"\",\n    \"key\": \"\",\n    \"secret\": \"\"\n  },\n  \"hasAttributeValidation\": false,\n  \"perAttributeDateFiltering\": false,\n  \"useWindowsFileExtensions\": false,\n  \"reuploadAssets\": false,\n  \"hasLocaleFallback\": false,\n  \"lastReEnabledDate\": \"2023-08-29T11:00:29.382Z\",\n  \"shouldZipOutput\": false,\n  \"ACL\": [],\n  \"id\": \"64edcfcd4349fc0018fc1b4c\",\n  \"hasReadAccess\": true,\n  \"hasWriteAccess\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://pimber.ly/api/channels/64edcfcd4349fc0018fc1b4c/replace"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1374"},{"key":"Date","value":"Tue, 29 Aug 2023 11:11:36 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountId\": \"62fce77449ccd3001b067c4e\",\n    \"name\": \"Replaced Channel\",\n    \"status\": \"Active\",\n    \"type\": \"custom\",\n    \"dateCreated\": \"2023-08-29T11:00:29.382Z\",\n    \"restOptions\": {\n        \"includeEmpty\": false,\n        \"exportItems\": false,\n        \"showSequenceNumber\": false,\n        \"noLinks\": false,\n        \"noChannelMeta\": false,\n        \"legacyItemDataFor\": {\n            \"/src/legacy/src/apps/settings/pim/channel_feedt\": false\n        }\n    },\n    \"files\": [\n        {\n            \"fileName\": \"\",\n            \"fileType\": \"productAttrs\",\n            \"mapping\": {},\n            \"fileFormat\": \"csv\",\n            \"layoutFormat\": \"rowPerProduct\"\n        }\n    ],\n    \"itemsFilter\": \"{}\",\n    \"requireItems\": \"None\",\n    \"productFilter\": \"{}\",\n    \"parentsFilter\": \"{}\",\n    \"requireParents\": \"None\",\n    \"scopeId\": \"\",\n    \"dataConnector\": \"REST\",\n    \"dataAPIKeys\": [\n        {\n            \"id\": 0,\n            \"name\": \"Key0\",\n            \"token\": \"\"\n        }\n    ],\n    \"dataHost\": \"\",\n    \"dataUsername\": \"\",\n    \"dataProtocol\": \"ftp\",\n    \"dataFTPPath\": \"\",\n    \"dataEncryption\": \"plain\",\n    \"mediaConnector\": \"\",\n    \"interval\": \"daily\",\n    \"intervalHour\": \"1\",\n    \"intervalAMPM\": \"AM\",\n    \"timezone\": \"Europe/London\",\n    \"intervalWeekDay\": \"mon\",\n    \"intervalMonthDay\": \"1\",\n    \"intervalMinutes\": 0,\n    \"magentoCredentials\": {},\n    \"s3\": {\n        \"bucket\": \"\",\n        \"pathPrefix\": \"\",\n        \"region\": \"\",\n        \"key\": \"\",\n        \"secret\": \"\"\n    },\n    \"hasAttributeValidation\": false,\n    \"perAttributeDateFiltering\": false,\n    \"useWindowsFileExtensions\": false,\n    \"reuploadAssets\": false,\n    \"hasLocaleFallback\": false,\n    \"lastReEnabledDate\": \"2023-08-29T11:00:29.382Z\",\n    \"shouldZipOutput\": false,\n    \"ACL\": [],\n    \"id\": \"64edcfcd4349fc0018fc1b4c\",\n    \"hasReadAccess\": true,\n    \"hasWriteAccess\": true\n}"}],"_postman_id":"ee0537dc-33a5-4635-ad91-d4530de1eab0"},{"name":"Create new channel","id":"4220cca5-1c3b-4d4a-b94e-3cdf0ea80472","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://pimber.ly/api/channels","description":"<p>This endpoint will create a new channel based on the values specified as JSON in the request's body. See the example request for the body's format.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","channels"],"host":["pimber.ly"],"query":[],"variable":[]}},"response":[{"id":"7e4bae9e-340f-4454-88d3-6939da40c66b","name":"Create new channel","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"accountId\": \"62fce77449ccd3001b067c4e\",\n    \"name\": \"Created Channel\",\n    \"status\": \"Active\",\n    \"type\": \"custom\",\n    \"itemsFilter\": \"{}\",\n    \"productFilter\": \"{}\",\n    \"scopeId\": \"\",\n    \"dataConnector\": \"REST\",\n    \"dataHost\": \"\",\n    \"dataUsername\": \"\",\n    \"dataPassword\": \"\",\n    \"dataProtocol\": \"ftp\",\n    \"dataPrivateKey\": \"\",\n    \"dataFTPPath\": \"\",\n    \"mediaConnector\": \"\",\n    \"interval\": \"daily\",\n    \"intervalHour\": \"1\",\n    \"intervalAMPM\": \"AM\",\n    \"timezone\": \"Europe/London\",\n    \"intervalWeekDay\": \"mon\",\n    \"intervalMonthDay\": \"1\",\n    \"intervalMinutes\": 0,\n    \"hasAttributeValidation\": false,\n    \"perAttributeDateFiltering\": false,\n    \"useWindowsFileExtensions\": false,\n    \"isProcessing\": false,\n    \"taskStatus\": \"Enabled\",\n    \"restOptions\": {\n        \"legacyItemDataFormat\": false,\n        \"exportItems\": false,\n        \"showSequenceNumber\": false,\n        \"includeEmpty\": false,\n        \"noLinks\": false,\n        \"noChannelMeta\": false\n    },\n    \"files\": [\n        {\n        \"fileName\": \"\",\n        \"fileType\": \"productAttrs\",\n        \"mapping\": {},\n        \"fileFormat\": \"csv\",\n        \"layoutFormat\": \"rowPerProduct\"\n      }\n    ],\n    \"dataAPIKeys\": [],\n    \"magentoCredentials\": {},\n    \"s3\": {\n        \"bucket\": \"\",\n        \"pathPrefix\": \"\",\n        \"region\": \"\",\n        \"key\": \"\",\n        \"secret\": \"\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://pimber.ly/api/channels"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1175"},{"key":"Date","value":"Tue, 29 Aug 2023 11:16:34 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountId\": \"62fce77449ccd3001b067c4e\",\n    \"name\": \"Created Channel\",\n    \"status\": \"Active\",\n    \"type\": \"custom\",\n    \"dateCreated\": \"2023-08-29T11:16:34.384Z\",\n    \"restOptions\": {\n        \"legacyItemDataFormat\": false,\n        \"exportItems\": false,\n        \"showSequenceNumber\": false,\n        \"includeEmpty\": false,\n        \"noLinks\": false,\n        \"noChannelMeta\": false\n    },\n    \"files\": [\n        {\n            \"fileName\": \"\",\n            \"fileType\": \"productAttrs\",\n            \"mapping\": {},\n            \"fileFormat\": \"csv\",\n            \"layoutFormat\": \"rowPerProduct\"\n        }\n    ],\n    \"itemsFilter\": \"{}\",\n    \"productFilter\": \"{}\",\n    \"parentsFilter\": \"{}\",\n    \"scopeId\": \"\",\n    \"dataConnector\": \"REST\",\n    \"dataAPIKeys\": [],\n    \"dataHost\": \"\",\n    \"dataUsername\": \"\",\n    \"dataPassword\": \"\",\n    \"dataProtocol\": \"ftp\",\n    \"dataPrivateKey\": \"\",\n    \"dataFTPPath\": \"\",\n    \"mediaConnector\": \"\",\n    \"interval\": \"daily\",\n    \"intervalHour\": \"1\",\n    \"intervalAMPM\": \"AM\",\n    \"timezone\": \"Europe/London\",\n    \"intervalWeekDay\": \"mon\",\n    \"intervalMonthDay\": \"1\",\n    \"intervalMinutes\": 0,\n    \"magentoCredentials\": {},\n    \"s3\": {\n        \"bucket\": \"\",\n        \"pathPrefix\": \"\",\n        \"region\": \"\",\n        \"key\": \"\",\n        \"secret\": \"\"\n    },\n    \"hasAttributeValidation\": false,\n    \"perAttributeDateFiltering\": false,\n    \"useWindowsFileExtensions\": false,\n    \"lastReEnabledDate\": \"2023-08-29T11:16:34.384Z\",\n    \"ACL\": [],\n    \"id\": \"64edd3922900de001ecc21aa\",\n    \"_versionId\": \"9cd70e9fe33b6542d635cec9ee2745e59eaa4a94\",\n    \"dateUpdated\": \"2023-08-29T11:16:34.384Z\"\n}"}],"_postman_id":"4220cca5-1c3b-4d4a-b94e-3cdf0ea80472"},{"name":"Run channel by Mongo ID","id":"39517457-ce10-48f4-a95f-ff4cb824aae0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://pimber.ly/api/channels/runChannelTask","description":"<p>This endpoint will run a channel specified by its Mongo ID; the Channel ID must be passed as a query parameter.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","channels","runChannelTask"],"host":["pimber.ly"],"query":[{"disabled":true,"description":{"content":"<p><em><strong>Required</strong></em> | <em>string</em> | <em>Default: None</em> | Mongo ID for the channel you want to run</p>\n","type":"text/plain"},"key":"channelId","value":""}],"variable":[]}},"response":[{"id":"3673b9be-0169-4ee5-a91f-7c4304d54bb6","name":"Run channel by Mongo ID","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://pimber.ly/api/channels/runChannelTask?channelId=64edcfcd4349fc0018fc1b4c","protocol":"https","host":["pimber","ly"],"path":["api","channels","runChannelTask"],"query":[{"key":"channelId","value":"64edcfcd4349fc0018fc1b4c","description":"_**Required**_ | _string_ | _Default: None_ | Mongo ID for the channel you want to run"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"65"},{"key":"Date","value":"Tue, 29 Aug 2023 11:19:05 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"createdTaskCount\": 1,\n    \"createdTaskId\": \"64edd4294349fc0018fc1b4d\"\n}"}],"_postman_id":"39517457-ce10-48f4-a95f-ff4cb824aae0"},{"name":"Delete channel by Mongo ID","id":"54b395bc-5af2-4111-961a-420af79049a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://pimber.ly/api/channels/:channel_id","description":"<p>This endpoint will delete the channel specified by its Mongo ID. The number of channels deleted will be returned as JSON in the response body.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","channels",":channel_id"],"host":["pimber.ly"],"query":[],"variable":[{"id":"4ffc0517-737b-4018-ba9c-27834946c787","description":{"content":"<p>Mongo ID of the channel you want to delete</p>\n","type":"text/plain"},"type":"any","value":"","key":"channel_id"}]}},"response":[{"id":"3fc348ee-2598-4a16-b2b6-cadccb19b2dd","name":"Delete channel by Mongo ID","originalRequest":{"method":"DELETE","header":[],"url":"https://pimber.ly/api/channels/64edd3922900de001ecc21aa"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"11"},{"key":"Date","value":"Tue, 29 Aug 2023 11:21:27 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1\n}"}],"_postman_id":"54b395bc-5af2-4111-961a-420af79049a1"}],"id":"8d7618b1-5823-4b69-9680-69cd8f025f62","_postman_id":"8d7618b1-5823-4b69-9680-69cd8f025f62","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}}},{"name":"Feeds","item":[{"name":"Get all feeds","id":"0d825cc6-9973-40ba-a047-e9d4c9ab368d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pimber.ly/api/feeds","description":"<p>This endpoint will return all feeds for the current account. The <code>filter</code> query parameter can be used with this request to filter the results you get.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","feeds"],"host":["pimber.ly"],"query":[{"disabled":true,"description":{"content":"<p><em><strong>Optional</strong></em> | <em>Object</em> | <em>Default: None</em> | Filter to be applied to the results</p>\n","type":"text/plain"},"key":"filter","value":null}],"variable":[]}},"response":[{"id":"4f0e3aa3-3a06-4587-9cf8-77cdd82772e6","name":"Get all feeds","originalRequest":{"method":"GET","header":[],"url":"https://pimber.ly/api/feeds"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"5273"},{"key":"Date","value":"Thu, 24 Aug 2023 11:29:01 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"accountId\": \"62fce77449ccd3001b067c4e\",\n        \"name\": \"FTP - FashionINC (Style)\",\n        \"status\": \"Disabled\",\n        \"type\": \"custom\",\n        \"dateCreated\": \"2022-08-17T14:56:37.713Z\",\n        \"topLevelLinkIdMapping\": null,\n        \"topLevelAdHocAttributesMapping\": null,\n        \"schemaId\": \"62fce77449ccd3001b067c51\",\n        \"schemaClassId\": \"62fcfee309c2f60aa7000006\",\n        \"insertOrUpdate\": \"upsert\",\n        \"deleteFileAfterImport\": false,\n        \"openRangeImportType\": null,\n        \"mediaConnector\": \"\",\n        \"dataConnector\": \"FTP\",\n        \"dataAPIKeys\": [],\n        \"dataHost\": \"ftp.pimberly.com\",\n        \"dataUsername\": \"pimberly-9fcuev\",\n        \"dataProtocol\": \"ftp\",\n        \"dataFTPPath\": \"/data/FashionINC/feed/FashionINC_Data.xlsx\",\n        \"dataProcessedDirectory\": \"\",\n        \"dataUrl\": \"\",\n        \"dataHttpAuthorization\": \"noAuth\",\n        \"dataHttpAuthorizationUsername\": \"\",\n        \"dataHttpAuthorizationPassword\": \"\",\n        \"interval\": \"daily\",\n        \"intervalHour\": \"1\",\n        \"intervalAMPM\": \"AM\",\n        \"timezone\": \"Europe/London\",\n        \"intervalWeekDay\": \"mon\",\n        \"intervalMonthDay\": \"1\",\n        \"intervalMinutes\": 0,\n        \"s3\": {\n            \"bucket\": \"\",\n            \"s3Key\": \"\",\n            \"region\": \"\",\n            \"key\": \"\",\n            \"secret\": \"\",\n            \"processedDirectory\": \"\"\n        },\n        \"logLevel\": {\n            \"ownership\": false\n        },\n        \"formatOptions\": {},\n        \"overrides\": {\n            \"skipWorkflows\": false,\n            \"skipValidationRules\": false,\n            \"skipAssignmentRules\": false,\n            \"skipSourceMaster\": false\n        },\n        \"dataSetId\": \"\",\n        \"dataSetOverwrite\": false,\n        \"lastReEnabledDate\": \"2022-08-17T14:56:37.713Z\",\n        \"ACL\": [],\n        \"id\": \"62fd01a51b2c5d001efe88d4\",\n        \"hasReadAccess\": true,\n        \"hasWriteAccess\": true\n    },\n    {\n        \"accountId\": \"62fce77449ccd3001b067c4e\",\n        \"name\": \"FTP - FashionINC (Colour)\",\n        \"status\": \"Disabled\",\n        \"type\": \"custom\",\n        \"dateCreated\": \"2022-08-17T15:00:35.975Z\",\n        \"topLevelLinkIdMapping\": null,\n        \"topLevelAdHocAttributesMapping\": null,\n        \"schemaId\": \"62fce77449ccd3001b067c51\",\n        \"schemaClassId\": \"62fcfee309c2f60aa7000006\",\n        \"insertOrUpdate\": \"upsert\",\n        \"deleteFileAfterImport\": false,\n        \"openRangeImportType\": null,\n        \"mediaConnector\": \"\",\n        \"dataConnector\": \"FTP\",\n        \"dataAPIKeys\": [],\n        \"dataHost\": \"ftp.pimberly.com\",\n        \"dataUsername\": \"pimberly-9fcuev\",\n        \"dataProtocol\": \"ftp\",\n        \"dataFTPPath\": \"/data/FashionINC/feed/FashionINC_Data.xlsx\",\n        \"dataProcessedDirectory\": \"\",\n        \"dataUrl\": \"\",\n        \"dataHttpAuthorization\": \"noAuth\",\n        \"dataHttpAuthorizationUsername\": \"\",\n        \"dataHttpAuthorizationPassword\": \"\",\n        \"interval\": \"daily\",\n        \"intervalHour\": \"1\",\n        \"intervalAMPM\": \"AM\",\n        \"timezone\": \"Europe/London\",\n        \"intervalWeekDay\": \"mon\",\n        \"intervalMonthDay\": \"1\",\n        \"intervalMinutes\": 0,\n        \"s3\": {\n            \"bucket\": \"\",\n            \"s3Key\": \"\",\n            \"region\": \"\",\n            \"key\": \"\",\n            \"secret\": \"\",\n            \"processedDirectory\": \"\"\n        },\n        \"logLevel\": {\n            \"ownership\": false\n        },\n        \"formatOptions\": {},\n        \"overrides\": {\n            \"skipWorkflows\": false,\n            \"skipValidationRules\": false,\n            \"skipAssignmentRules\": false,\n            \"skipSourceMaster\": false\n        },\n        \"dataSetId\": \"\",\n        \"dataSetOverwrite\": false,\n        \"lastReEnabledDate\": \"2022-08-17T15:00:35.975Z\",\n        \"ACL\": [],\n        \"id\": \"62fd029343d99c0018731700\",\n        \"hasReadAccess\": true,\n        \"hasWriteAccess\": true\n    },\n    {\n        \"accountId\": \"62fce77449ccd3001b067c4e\",\n        \"name\": \"FTP - FashionINC (Size)\",\n        \"status\": \"Disabled\",\n        \"type\": \"custom\",\n        \"dateCreated\": \"2022-08-17T15:03:20.660Z\",\n        \"topLevelLinkIdMapping\": null,\n        \"topLevelAdHocAttributesMapping\": null,\n        \"schemaId\": \"62fce77449ccd3001b067c51\",\n        \"schemaClassId\": \"62fcfee309c2f60aa7000006\",\n        \"insertOrUpdate\": \"upsert\",\n        \"deleteFileAfterImport\": false,\n        \"openRangeImportType\": null,\n        \"mediaConnector\": \"\",\n        \"dataConnector\": \"FTP\",\n        \"dataAPIKeys\": [],\n        \"dataHost\": \"ftp.pimberly.com\",\n        \"dataUsername\": \"pimberly-9fcuev\",\n        \"dataProtocol\": \"ftp\",\n        \"dataFTPPath\": \"/data/FashionINC/feed/FashionINC_Data.xlsx\",\n        \"dataProcessedDirectory\": \"\",\n        \"dataUrl\": \"\",\n        \"dataHttpAuthorization\": \"noAuth\",\n        \"dataHttpAuthorizationUsername\": \"\",\n        \"dataHttpAuthorizationPassword\": \"\",\n        \"interval\": \"daily\",\n        \"intervalHour\": \"1\",\n        \"intervalAMPM\": \"AM\",\n        \"timezone\": \"Europe/London\",\n        \"intervalWeekDay\": \"mon\",\n        \"intervalMonthDay\": \"1\",\n        \"intervalMinutes\": 0,\n        \"s3\": {\n            \"bucket\": \"\",\n            \"s3Key\": \"\",\n            \"region\": \"\",\n            \"key\": \"\",\n            \"secret\": \"\",\n            \"processedDirectory\": \"\"\n        },\n        \"logLevel\": {\n            \"ownership\": false\n        },\n        \"formatOptions\": {},\n        \"overrides\": {\n            \"skipWorkflows\": false,\n            \"skipValidationRules\": false,\n            \"skipAssignmentRules\": false,\n            \"skipSourceMaster\": false\n        },\n        \"dataSetId\": \"\",\n        \"dataSetOverwrite\": false,\n        \"lastReEnabledDate\": \"2022-08-17T15:03:20.660Z\",\n        \"ACL\": [],\n        \"id\": \"62fd0338ce92140012a6a23b\",\n        \"hasReadAccess\": true,\n        \"hasWriteAccess\": true\n    },\n    {\n        \"accountId\": \"62fce77449ccd3001b067c4e\",\n        \"name\": \"REST API\",\n        \"status\": \"Active\",\n        \"type\": \"custom\",\n        \"dateCreated\": \"2023-08-15T15:04:28.939Z\",\n        \"topLevelLinkIdMapping\": null,\n        \"topLevelAdHocAttributesMapping\": null,\n        \"schemaId\": \"62fce77449ccd3001b067c51\",\n        \"schemaClassId\": \"62fcfee309c2f60aa7000006\",\n        \"insertOrUpdate\": \"upsert\",\n        \"deleteFileAfterImport\": false,\n        \"openRangeImportType\": null,\n        \"mediaConnector\": \"\",\n        \"dataConnector\": \"REST\",\n        \"dataAPIKeys\": [\n            {\n                \"id\": 0,\n                \"name\": \"Key0\",\n                \"token\": \"gZPuA7Zkua4cMcurjNOLdf6wDEbX5fUIUePtajxziRHGujBGSeRhQDnlDyqz2YoM\",\n                \"access\": \"user\"\n            }\n        ],\n        \"dataHost\": \"\",\n        \"dataUsername\": \"\",\n        \"dataProtocol\": \"ftp\",\n        \"dataEncryption\": \"plain\",\n        \"dataFTPPath\": \"\",\n        \"dataProcessedDirectory\": \"\",\n        \"dataUrl\": \"\",\n        \"dataHttpAuthorization\": \"noAuth\",\n        \"dataHttpAuthorizationUsername\": \"\",\n        \"dataHttpAuthorizationPassword\": \"\",\n        \"interval\": \"daily\",\n        \"intervalHour\": \"1\",\n        \"intervalAMPM\": \"AM\",\n        \"timezone\": \"Europe/London\",\n        \"intervalWeekDay\": \"mon\",\n        \"intervalMonthDay\": \"1\",\n        \"intervalMinutes\": 0,\n        \"s3\": {\n            \"bucket\": \"\",\n            \"s3Key\": \"\",\n            \"region\": \"\",\n            \"key\": \"\",\n            \"secret\": \"\",\n            \"processedDirectory\": \"\"\n        },\n        \"logLevel\": {\n            \"ownership\": false\n        },\n        \"formatOptions\": {},\n        \"overrides\": {\n            \"skipWorkflows\": false,\n            \"skipValidationRules\": false,\n            \"skipAssignmentRules\": false,\n            \"skipSourceMaster\": false\n        },\n        \"dataSetId\": \"\",\n        \"dataSetOverwrite\": false,\n        \"lastReEnabledDate\": \"2023-08-15T15:04:28.939Z\",\n        \"ACL\": [],\n        \"id\": \"64db93fc611e1c0803e5b902\",\n        \"hasReadAccess\": true,\n        \"hasWriteAccess\": true\n    }\n]"}],"_postman_id":"0d825cc6-9973-40ba-a047-e9d4c9ab368d"},{"name":"Get feed by Mongo ID","id":"eed91ebf-f0f0-46e2-a7f0-bf6de186d4d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pimber.ly/api/feeds/:feed_id","description":"<p>This endpoint will return information about the data feed specified by its Mongo ID. See the example request for the information you might expect to be returned.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","feeds",":feed_id"],"host":["pimber.ly"],"query":[],"variable":[{"id":"fdc4e91b-f2df-458b-a2d1-4be2563f8e36","description":{"content":"<p>Mongo ID of the feed you want to get</p>\n","type":"text/plain"},"type":"any","value":"","key":"feed_id"}]}},"response":[{"id":"1891faf0-fea5-4bd5-aa66-51c7c27113a0","name":"Get feed by Mongo ID","originalRequest":{"method":"GET","header":[],"url":"https://pimber.ly/api/feeds/62fd0338ce92140012a6a23b"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"3555"},{"key":"Date","value":"Thu, 24 Aug 2023 11:33:58 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountId\": \"62fce77449ccd3001b067c4e\",\n    \"name\": \"FTP - FashionINC (Size)\",\n    \"status\": \"Disabled\",\n    \"type\": \"custom\",\n    \"dateCreated\": \"2022-08-17T15:03:20.660Z\",\n    \"files\": [\n        {\n            \"fileName\": \"FTP - FashionINC (Size)\",\n            \"fileType\": \"productAttrs\",\n            \"mapping\": {\n                \"!expression!#2\": {\n                    \"name\": \"typeId\",\n                    \"expression\": \"\\\"Size\\\"\"\n                },\n                \"fi_sizeID\": {\n                    \"name\": \"linkId\",\n                    \"field\": \"primaryId\"\n                },\n                \"fi_legLength\": {\n                    \"name\": \"legLength\",\n                    \"scopeId\": \"*\"\n                }\n            },\n            \"onReUpload\": \"preserve\",\n            \"predefinedFields\": {\n                \"fi_productID\": {\n                    \"type\": \"Code\",\n                    \"preview\": [\n                        \"FINC_TRS001\",\n                        \"FINC_TRS001\",\n                        \"FINC_TRS001\",\n                        \"FINC_TRS001\"\n                    ]\n                },\n                \"fi_productDescription\": {\n                    \"type\": \"Plain Text\",\n                    \"preview\": [\n                        \"Flat fronted trousers with a stretch waistband\",\n                        \"Flat fronted trousers with a stretch waistband\",\n                        \"Flat fronted trousers with a stretch waistband\",\n                        \"Flat fronted trousers with a stretch waistband\"\n                    ]\n                },\n                \"fi_group\": {\n                    \"type\": \"Code\",\n                    \"preview\": [\n                        \"Trousers\",\n                        \"Trousers\",\n                        \"Trousers\",\n                        \"Trousers\"\n                    ]\n                },\n                \"fi_brand\": {\n                    \"type\": \"Plain Text\",\n                    \"preview\": [\n                        \"FashionINC Formal\",\n                        \"FashionINC Formal\",\n                        \"FashionINC Formal\",\n                        \"FashionINC Formal\"\n                    ]\n                },\n                \"fi_sleeveLength\": {\n                    \"type\": \"Code\",\n                    \"preview\": [\n                        \"undefined\",\n                        \"undefined\",\n                        \"undefined\",\n                        \"undefined\"\n                    ]\n                },\n                \"fi_cuff\": {\n                    \"type\": \"Plain Text\",\n                    \"preview\": [\n                        \"undefined\",\n                        \"undefined\",\n                        \"undefined\",\n                        \"undefined\"\n                    ]\n                },\n                \"fi_fit\": {\n                    \"type\": \"Code\",\n                    \"preview\": [\n                        \"undefined\",\n                        \"undefined\",\n                        \"undefined\",\n                        \"undefined\"\n                    ]\n                },\n                \"fi_legLength\": {\n                    \"type\": \"Code\",\n                    \"preview\": [\n                        \"Short\",\n                        \"Regular\",\n                        \"Long\",\n                        \"Short\"\n                    ]\n                },\n                \"fi_material\": {\n                    \"type\": \"Plain Text\",\n                    \"preview\": [\n                        \"65% Polyester, 35% Viscose\",\n                        \"65% Polyester, 35% Viscose\",\n                        \"65% Polyester, 35% Viscose\",\n                        \"65% Polyester, 35% Viscose\"\n                    ]\n                },\n                \"fi_careInformation\": {\n                    \"type\": \"Plain Text\",\n                    \"preview\": [\n                        \"Dry Clean Only\",\n                        \"Dry Clean Only\",\n                        \"Dry Clean Only\",\n                        \"Dry Clean Only\"\n                    ]\n                },\n                \"fi_supplier\": {\n                    \"type\": \"Plain Text\",\n                    \"preview\": [\n                        \"FashionINC Distributions Ltd\",\n                        \"FashionINC Distributions Ltd\",\n                        \"FashionINC Distributions Ltd\",\n                        \"FashionINC Distributions Ltd\"\n                    ]\n                },\n                \"fi_RRP\": {\n                    \"type\": \"Number\",\n                    \"preview\": [\n                        \"40\",\n                        \"40\",\n                        \"40\",\n                        \"40\"\n                    ]\n                },\n                \"fi_price\": {\n                    \"type\": \"Number\",\n                    \"preview\": [\n                        \"40\",\n                        \"40\",\n                        \"40\",\n                        \"40\"\n                    ]\n                },\n                \"fi_colourID\": {\n                    \"type\": \"Code\",\n                    \"preview\": [\n                        \"FINC_TRS001_BLK\",\n                        \"FINC_TRS001_BLK\",\n                        \"FINC_TRS001_BLK\",\n                        \"FINC_TRS001_BLK\"\n                    ]\n                },\n                \"fi_colour\": {\n                    \"type\": \"Code\",\n                    \"preview\": [\n                        \"Black\",\n                        \"Black\",\n                        \"Black\",\n                        \"Black\"\n                    ]\n                },\n                \"fi_sizeID\": {\n                    \"type\": \"Code\",\n                    \"preview\": [\n                        \"FINC_TRS001_BLK_32S\",\n                        \"FINC_TRS001_BLK_32R\",\n                        \"FINC_TRS001_BLK_32L\",\n                        \"FINC_TRS001_BLK_34S\"\n                    ]\n                },\n                \"fi_size\": {\n                    \"type\": \"Code\",\n                    \"preview\": [\n                        \"32S\",\n                        \"32R\",\n                        \"32L\",\n                        \"34S\"\n                    ]\n                }\n            }\n        }\n    ],\n    \"topLevelLinkIdMapping\": null,\n    \"topLevelAdHocAttributesMapping\": null,\n    \"schemaId\": \"62fce77449ccd3001b067c51\",\n    \"schemaClassId\": \"62fcfee309c2f60aa7000006\",\n    \"insertOrUpdate\": \"upsert\",\n    \"deleteFileAfterImport\": false,\n    \"openRangeImportType\": null,\n    \"mediaConnector\": \"\",\n    \"dataConnector\": \"FTP\",\n    \"dataAPIKeys\": [],\n    \"dataHost\": \"ftp.pimberly.com\",\n    \"dataUsername\": \"pimberly-9fcuev\",\n    \"dataProtocol\": \"ftp\",\n    \"dataFTPPath\": \"/data/FashionINC/feed/FashionINC_Data.xlsx\",\n    \"dataProcessedDirectory\": \"\",\n    \"dataUrl\": \"\",\n    \"dataHttpAuthorization\": \"noAuth\",\n    \"dataHttpAuthorizationUsername\": \"\",\n    \"dataHttpAuthorizationPassword\": \"\",\n    \"interval\": \"daily\",\n    \"intervalHour\": \"1\",\n    \"intervalAMPM\": \"AM\",\n    \"timezone\": \"Europe/London\",\n    \"intervalWeekDay\": \"mon\",\n    \"intervalMonthDay\": \"1\",\n    \"intervalMinutes\": 0,\n    \"s3\": {\n        \"bucket\": \"\",\n        \"s3Key\": \"\",\n        \"region\": \"\",\n        \"key\": \"\",\n        \"secret\": \"\",\n        \"processedDirectory\": \"\"\n    },\n    \"logLevel\": {\n        \"ownership\": false\n    },\n    \"formatOptions\": {},\n    \"overrides\": {\n        \"skipWorkflows\": false,\n        \"skipValidationRules\": false,\n        \"skipAssignmentRules\": false,\n        \"skipSourceMaster\": false\n    },\n    \"dataSetId\": \"\",\n    \"dataSetOverwrite\": false,\n    \"lastReEnabledDate\": \"2022-08-17T15:03:20.660Z\",\n    \"ACL\": [],\n    \"id\": \"62fd0338ce92140012a6a23b\",\n    \"_versionId\": \"e9b902dad5bfeeef429de0beeec144f1a5e8ce8a\",\n    \"dateUpdated\": \"2022-08-18T14:11:11.500Z\",\n    \"hasReadAccess\": true,\n    \"hasWriteAccess\": true\n}"}],"_postman_id":"eed91ebf-f0f0-46e2-a7f0-bf6de186d4d9"},{"name":"Get one feed","id":"bfb34e8f-9cd0-4ce3-b216-67a7513a911f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pimber.ly/api/feeds/findOne","description":"<p>This endpoint will return one feed. The <code>filter</code> query parameter can be used with this endpoint to filter the results you get.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","feeds","findOne"],"host":["pimber.ly"],"query":[{"disabled":true,"description":{"content":"<p><em><strong>Optional</strong></em> | <em>Object</em> | <em>Default: None</em> | Filter to be applied to the results</p>\n","type":"text/plain"},"key":"filter","value":null}],"variable":[]}},"response":[{"id":"c0a53ece-40e4-4219-92a1-6e777d12268e","name":"Get one feed","originalRequest":{"method":"GET","header":[],"url":"https://pimber.ly/api/feeds/findOne"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1305"},{"key":"Date","value":"Thu, 24 Aug 2023 11:29:12 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountId\": \"62fce77449ccd3001b067c4e\",\n    \"name\": \"FTP - FashionINC (Style)\",\n    \"status\": \"Disabled\",\n    \"type\": \"custom\",\n    \"dateCreated\": \"2022-08-17T14:56:37.713Z\",\n    \"topLevelLinkIdMapping\": null,\n    \"topLevelAdHocAttributesMapping\": null,\n    \"schemaId\": \"62fce77449ccd3001b067c51\",\n    \"schemaClassId\": \"62fcfee309c2f60aa7000006\",\n    \"insertOrUpdate\": \"upsert\",\n    \"deleteFileAfterImport\": false,\n    \"openRangeImportType\": null,\n    \"mediaConnector\": \"\",\n    \"dataConnector\": \"FTP\",\n    \"dataAPIKeys\": [],\n    \"dataHost\": \"ftp.pimberly.com\",\n    \"dataUsername\": \"pimberly-9fcuev\",\n    \"dataProtocol\": \"ftp\",\n    \"dataFTPPath\": \"/data/FashionINC/feed/FashionINC_Data.xlsx\",\n    \"dataProcessedDirectory\": \"\",\n    \"dataUrl\": \"\",\n    \"dataHttpAuthorization\": \"noAuth\",\n    \"dataHttpAuthorizationUsername\": \"\",\n    \"dataHttpAuthorizationPassword\": \"\",\n    \"interval\": \"daily\",\n    \"intervalHour\": \"1\",\n    \"intervalAMPM\": \"AM\",\n    \"timezone\": \"Europe/London\",\n    \"intervalWeekDay\": \"mon\",\n    \"intervalMonthDay\": \"1\",\n    \"intervalMinutes\": 0,\n    \"s3\": {\n        \"bucket\": \"\",\n        \"s3Key\": \"\",\n        \"region\": \"\",\n        \"key\": \"\",\n        \"secret\": \"\",\n        \"processedDirectory\": \"\"\n    },\n    \"logLevel\": {\n        \"ownership\": false\n    },\n    \"formatOptions\": {},\n    \"overrides\": {\n        \"skipWorkflows\": false,\n        \"skipValidationRules\": false,\n        \"skipAssignmentRules\": false,\n        \"skipSourceMaster\": false\n    },\n    \"dataSetId\": \"\",\n    \"dataSetOverwrite\": false,\n    \"lastReEnabledDate\": \"2022-08-17T14:56:37.713Z\",\n    \"ACL\": [],\n    \"id\": \"62fd01a51b2c5d001efe88d4\",\n    \"hasReadAccess\": true,\n    \"hasWriteAccess\": true\n}"}],"_postman_id":"bfb34e8f-9cd0-4ce3-b216-67a7513a911f"},{"name":"Get amount of feeds","id":"6549e4b1-70dc-4d1e-a09b-ca053a0b13ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pimber.ly/api/feeds/count","description":"<p>This endpoint will return the number of data feeds for the account. The <code>filter</code> query parameter can be used with this endpoint to return the number of data feeds that match the filter.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","feeds","count"],"host":["pimber.ly"],"query":[{"disabled":true,"description":{"content":"<p><em><strong>Optional</strong></em> | <em>Object</em> | <em>Default: None</em> | Filter to be applied to the results</p>\n","type":"text/plain"},"key":"filter","value":null}],"variable":[]}},"response":[{"id":"5c9cbf2a-03f4-47d0-babe-7cc87cc38c36","name":"Get amount of feeds","originalRequest":{"method":"GET","header":[],"url":"https://pimber.ly/api/feeds/count"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": 2\n}"}],"_postman_id":"6549e4b1-70dc-4d1e-a09b-ca053a0b13ff"},{"name":"Check if able to connect to the specified FTP server","id":"57a46027-800b-4030-bd08-babf20191cde","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pimber.ly/api/feeds/testConnection","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","feeds","testConnection"],"host":["pimber.ly"],"query":[{"disabled":true,"key":"credentials","value":null},{"disabled":true,"key":"connectorType","value":null}],"variable":[]}},"response":[],"_postman_id":"57a46027-800b-4030-bd08-babf20191cde"},{"name":"Update feed by Mongo ID","id":"bb5c2d9d-d027-4e16-8b57-79c95822cbdb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://pimber.ly/api/feeds/:feed_id","description":"<p>This endpoint will update the feed specified by its Mongo ID.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","feeds",":feed_id"],"host":["pimber.ly"],"query":[],"variable":[{"id":"61e9e4e5-9b24-4d4b-8bd1-5323e0e1abe8","description":{"content":"<p>Mongo ID of the feed you want to update</p>\n","type":"text/plain"},"type":"any","value":"","key":"feed_id"}]}},"response":[{"id":"b10c254a-06df-4b8e-a75e-a7fe71a62060","name":"Update feed by Mongo ID","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"name\": \"Updated Feed Name\"\n}","options":{"raw":{"language":"json"}}},"url":"https://pimber.ly/api/feeds/64eddcc2ad0aaf0017fbbe09"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1519"},{"key":"Date","value":"Tue, 29 Aug 2023 11:57:07 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountId\": \"62fce77449ccd3001b067c4e\",\n    \"name\": \"Updated Feed Name\",\n    \"status\": \"Active\",\n    \"type\": \"custom\",\n    \"dateCreated\": \"2023-08-29T11:55:46.212Z\",\n    \"files\": [\n        {\n            \"fileName\": \"\",\n            \"fileType\": \"productAttrs\",\n            \"mapping\": {}\n        }\n    ],\n    \"topLevelLinkIdMapping\": null,\n    \"topLevelAdHocAttributesMapping\": null,\n    \"schemaId\": \"62fce77449ccd3001b067c51\",\n    \"schemaClassId\": \"62fcfee309c2f60aa7000006\",\n    \"insertOrUpdate\": \"upsert\",\n    \"deleteFileAfterImport\": false,\n    \"openRangeImportType\": null,\n    \"mediaConnector\": \"\",\n    \"dataConnector\": \"REST\",\n    \"dataAPIKeys\": [\n        {\n            \"id\": 0,\n            \"name\": \"Key0\",\n            \"token\": \"\",\n            \"access\": \"user\"\n        }\n    ],\n    \"dataHost\": \"\",\n    \"dataUsername\": \"\",\n    \"dataPassword\": \"\",\n    \"dataProtocol\": \"ftp\",\n    \"dataEncryption\": \"plain\",\n    \"dataPrivateKey\": \"\",\n    \"dataFTPPath\": \"\",\n    \"dataProcessedDirectory\": \"\",\n    \"dataUrl\": \"\",\n    \"dataHttpAuthorization\": \"noAuth\",\n    \"dataHttpAuthorizationUsername\": \"\",\n    \"dataHttpAuthorizationPassword\": \"\",\n    \"interval\": \"daily\",\n    \"intervalHour\": \"1\",\n    \"intervalAMPM\": \"AM\",\n    \"timezone\": \"Europe/London\",\n    \"intervalWeekDay\": \"mon\",\n    \"intervalMonthDay\": \"1\",\n    \"intervalMinutes\": 0,\n    \"s3\": {\n        \"bucket\": \"\",\n        \"s3Key\": \"\",\n        \"region\": \"\",\n        \"key\": \"\",\n        \"secret\": \"\",\n        \"processedDirectory\": \"\"\n    },\n    \"logLevel\": {\n        \"ownership\": false\n    },\n    \"formatOptions\": {},\n    \"overrides\": {\n        \"skipWorkflows\": false,\n        \"skipValidationRules\": false,\n        \"skipAssignmentRules\": false,\n        \"skipSourceMaster\": false\n    },\n    \"dataSetId\": \"\",\n    \"dataSetOverwrite\": false,\n    \"lastReEnabledDate\": \"2023-08-29T11:55:46.212Z\",\n    \"ACL\": [],\n    \"id\": \"64eddcc2ad0aaf0017fbbe09\",\n    \"_versionId\": \"721729a0b01040c5ab1c58f6307d768f491e17af\",\n    \"dateUpdated\": \"2023-08-29T11:57:07.575Z\"\n}"}],"_postman_id":"bb5c2d9d-d027-4e16-8b57-79c95822cbdb"},{"name":"Update feed by Mongo ID Copy","id":"93f100d5-924c-4aac-b9fd-1ac9e409a855","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://pimber.ly/api/feeds/:feed_id","description":"<p>This endpoint will update the feed specified by its Mongo ID.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","feeds",":feed_id"],"host":["pimber.ly"],"query":[],"variable":[{"id":"3ecccb72-2e10-4a77-90a7-1eaf30d18fc0","description":{"content":"<p>Mongo ID of the feed you want to update</p>\n","type":"text/plain"},"type":"any","value":"","key":"feed_id"}]}},"response":[{"id":"5a0c4155-4780-4691-b2a7-b17b01c2129d","name":"Update feed by Mongo ID Copy","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"name\": \"Updated Feed Name by PUT\"\n}","options":{"raw":{"language":"json"}}},"url":"https://pimber.ly/api/feeds/64eddcc2ad0aaf0017fbbe09"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1526"},{"key":"Date","value":"Tue, 29 Aug 2023 11:57:59 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountId\": \"62fce77449ccd3001b067c4e\",\n    \"name\": \"Updated Feed Name by PUT\",\n    \"status\": \"Active\",\n    \"type\": \"custom\",\n    \"dateCreated\": \"2023-08-29T11:55:46.212Z\",\n    \"files\": [\n        {\n            \"fileName\": \"\",\n            \"fileType\": \"productAttrs\",\n            \"mapping\": {}\n        }\n    ],\n    \"topLevelLinkIdMapping\": null,\n    \"topLevelAdHocAttributesMapping\": null,\n    \"schemaId\": \"62fce77449ccd3001b067c51\",\n    \"schemaClassId\": \"62fcfee309c2f60aa7000006\",\n    \"insertOrUpdate\": \"upsert\",\n    \"deleteFileAfterImport\": false,\n    \"openRangeImportType\": null,\n    \"mediaConnector\": \"\",\n    \"dataConnector\": \"REST\",\n    \"dataAPIKeys\": [\n        {\n            \"id\": 0,\n            \"name\": \"Key0\",\n            \"token\": \"\",\n            \"access\": \"user\"\n        }\n    ],\n    \"dataHost\": \"\",\n    \"dataUsername\": \"\",\n    \"dataPassword\": \"\",\n    \"dataProtocol\": \"ftp\",\n    \"dataEncryption\": \"plain\",\n    \"dataPrivateKey\": \"\",\n    \"dataFTPPath\": \"\",\n    \"dataProcessedDirectory\": \"\",\n    \"dataUrl\": \"\",\n    \"dataHttpAuthorization\": \"noAuth\",\n    \"dataHttpAuthorizationUsername\": \"\",\n    \"dataHttpAuthorizationPassword\": \"\",\n    \"interval\": \"daily\",\n    \"intervalHour\": \"1\",\n    \"intervalAMPM\": \"AM\",\n    \"timezone\": \"Europe/London\",\n    \"intervalWeekDay\": \"mon\",\n    \"intervalMonthDay\": \"1\",\n    \"intervalMinutes\": 0,\n    \"s3\": {\n        \"bucket\": \"\",\n        \"s3Key\": \"\",\n        \"region\": \"\",\n        \"key\": \"\",\n        \"secret\": \"\",\n        \"processedDirectory\": \"\"\n    },\n    \"logLevel\": {\n        \"ownership\": false\n    },\n    \"formatOptions\": {},\n    \"overrides\": {\n        \"skipWorkflows\": false,\n        \"skipValidationRules\": false,\n        \"skipAssignmentRules\": false,\n        \"skipSourceMaster\": false\n    },\n    \"dataSetId\": \"\",\n    \"dataSetOverwrite\": false,\n    \"lastReEnabledDate\": \"2023-08-29T11:55:46.212Z\",\n    \"ACL\": [],\n    \"id\": \"64eddcc2ad0aaf0017fbbe09\",\n    \"_versionId\": \"6fe50100fc8ffd08cab825df415e3257a04d5cab\",\n    \"dateUpdated\": \"2023-08-29T11:57:59.396Z\"\n}"}],"_postman_id":"93f100d5-924c-4aac-b9fd-1ac9e409a855"},{"name":"Replace existing feed","id":"ae0b5aea-cb44-4013-b7ad-fd5cd4578a77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://pimber.ly/api/feeds/:feed_id/replace","description":"<p>This endpoint will replace an existing feed with a new version, specified by JSON in the request's body. See the example request for an example format of the body.</p>\n<p>This works similarly to the <code>PUT</code> and <code>PATCH</code> update requests, however in this case the entire document must be specified (rather than just the fields to be updated).</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","feeds",":feed_id","replace"],"host":["pimber.ly"],"query":[],"variable":[{"id":"44223050-d606-4f7d-a2f4-f1881f39e1a8","description":{"content":"<p>Mongo ID of the feed you want to replace</p>\n","type":"text/plain"},"type":"any","value":"","key":"feed_id"}]}},"response":[{"id":"3a85ee94-e31f-4059-a220-c635867a0675","name":"Replace existing feed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"accountId\": \"5a3b8a79b2b0d604ef16b05c\",\n    \"name\": \"Replaced Feed\",\n    \"status\": \"Active\",\n    \"type\": \"custom\",\n    \"dateCreate\": \"2019-05-29T16:09:58.709Z\",\n    \"files\": [\n        {\n            \"fileName\": \"\",\n            \"fileType\": \"productAttrs\",\n            \"mapping\": {}\n        }\n    ],\n    \"topLevelLinkIdMapping\": null,\n    \"topLevelAdHocAttributesMapping\": null,\n    \"schemaId\": \"5c507effc148044ece57a5d8\",\n    \"schemaClassId\": \"5c507effc148044ece57a5d7\",\n    \"insertOrUpdate\": \"upsert\",\n    \"deleteFileAfterImport\": false,\n    \"openRangeImportType\": null,\n    \"mediaConnector\": \"\",\n    \"dataConnector\": \"REST\",\n    \"dataAPIKeys\": [\n        {\n            \"id\": 0,\n            \"name\": \"Key0\",\n            \"token\": \"\",\n            \"access\": \"user\"\n        }\n    ],\n    \"dataHost\": \"\",\n    \"dataUsername\": \"\",\n    \"dataPassword\": \"\",\n    \"dataProtocol\": \"ftp\",\n    \"dataPrivateKey\": \"\",\n    \"dataFTPPath\": \"\",\n    \"dataUrl\": \"\",\n    \"dataHttpAuthorization\": \"noAuth\",\n    \"dataHttpAuthorizationUsername\": \"\",\n    \"dataHttpAuthorizationPassword\": \"\",\n    \"interval\": \"daily\",\n    \"intervalHour\": \"1\",\n    \"intervalAMPM\": \"AM\",\n    \"timezone\": \"Europe/London\",\n    \"intervalWeekDay\": \"mon\",\n    \"intervalMonthDay\": \"1\",\n    \"intervalMinutes\": 0,\n    \"s3\": {\n        \"bucket\": \"\",\n        \"s3Key\": \"\",\n        \"region\": \"\",\n        \"key\": \"\",\n        \"secret\": \"\"\n    },\n    \"logLevel\": {\n        \"ownership\": false\n    },\n    \"overrides\": {\n        \"skipWorkflows\": false,\n        \"skipValidationRules\": false,\n        \"skipAssignmentRules\": false,\n        \"skipSourceMaster\": false\n    },\n    \"dataSetId\": \"\",\n    \"dataSetOverwrite\": false,\n    \"id\": \"5ceeaed6b1b6d4000f756eb5\",\n    \"_versionId\": \"521219e8f018a60ef2a1709a18c2ad8004d6fbdc\",\n    \"dateUpdated\": \"2019-05-30T07:59:39.624Z\",\n    \"isProcessing\": false,\n    \"taskStatus\": \"Enabled\"\n}","options":{"raw":{"language":"json"}}},"url":"https://pimber.ly/api/feeds/64eddcc2ad0aaf0017fbbe09/replace"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"accountId\": \"5a3b8a79b2b0d604ef16b05c\",\n  \"name\": \"Replaced Feed\",\n  \"status\": \"Active\",\n  \"type\": \"custom\",\n  \"dateCreate\": \"2019-05-29T16:09:58.709Z\",\n  \"files\": [\n    {\n      \"fileName\": \"\",\n      \"fileType\": \"productAttrs\",\n      \"mapping\": {}\n    }\n  ],\n  \"topLevelLinkIdMapping\": null,\n  \"topLevelAdHocAttributesMapping\": null,\n  \"schemaId\": \"5c507effc148044ece57a5d8\",\n  \"schemaClassId\": \"5c507effc148044ece57a5d7\",\n  \"insertOrUpdate\": \"upsert\",\n  \"deleteFileAfterImport\": false,\n  \"openRangeImportType\": null,\n  \"mediaConnector\": \"\",\n  \"dataConnector\": \"REST\",\n  \"dataAPIKeys\": [\n    {\n      \"id\": 0,\n      \"name\": \"Key0\",\n      \"token\": \"\",\n      \"access\": \"user\"\n    }\n  ],\n  \"dataHost\": \"\",\n  \"dataUsername\": \"\",\n  \"dataPassword\": \"\",\n  \"dataProtocol\": \"ftp\",\n  \"dataPrivateKey\": \"\",\n  \"dataFTPPath\": \"\",\n  \"dataUrl\": \"\",\n  \"dataHttpAuthorization\": \"noAuth\",\n  \"dataHttpAuthorizationUsername\": \"\",\n  \"dataHttpAuthorizationPassword\": \"\",\n  \"interval\": \"daily\",\n  \"intervalHour\": \"1\",\n  \"intervalAMPM\": \"AM\",\n  \"timezone\": \"Europe/London\",\n  \"intervalWeekDay\": \"mon\",\n  \"intervalMonthDay\": \"1\",\n  \"intervalMinutes\": 0,\n  \"s3\": {\n    \"bucket\": \"\",\n    \"s3Key\": \"\",\n    \"region\": \"\",\n    \"key\": \"\",\n    \"secret\": \"\"\n  },\n  \"logLevel\": {\n    \"ownership\": false\n  },\n  \"overrides\": {\n    \"skipWorkflows\": false,\n    \"skipValidationRules\": false,\n    \"skipAssignmentRules\": false,\n    \"skipSourceMaster\": false\n  },\n  \"dataSetId\": \"\",\n  \"dataSetOverwrite\": false,\n  \"id\": \"5ceeaed6b1b6d4000f756eb5\",\n  \"_versionId\": \"521219e8f018a60ef2a1709a18c2ad8004d6fbdc\",\n  \"dateUpdated\": \"2019-05-30T07:59:39.624Z\",\n  \"isProcessing\": false,\n  \"taskStatus\": \"Enabled\"\n}"}],"_postman_id":"ae0b5aea-cb44-4013-b7ad-fd5cd4578a77"},{"name":"Create new feed","id":"0a544d82-593f-46bd-95a2-36c8a52c83ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://pimber.ly/api/feeds","description":"<p>This endpoint will create a new feed based on the values specified as JSON in the request's body.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","feeds"],"host":["pimber.ly"],"query":[],"variable":[]}},"response":[{"id":"fbdcf933-5dca-45cb-a47b-ae3609f0c17d","name":"Create new feed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Created Feed\",\n    \"status\": \"Active\",\n    \"type\": \"custom\",\n    \"files\": [\n        {\n            \"fileName\": \"\",\n            \"fileType\": \"productAttrs\",\n            \"mapping\": {}\n        }\n    ],\n    \"topLevelLinkIdMapping\": null,\n    \"topLevelAdHocAttributesMapping\": null,\n    \"schemaId\": \"5c507effc148044ece57a5d8\",\n    \"schemaClassId\": \"5c507effc148044ece57a5d7\",\n    \"insertOrUpdate\": \"upsert\",\n    \"deleteFileAfterImport\": false,\n    \"openRangeImportType\": null,\n    \"mediaConnector\": \"\",\n    \"dataConnector\": \"REST\",\n    \"dataAPIKeys\": [\n        {\n            \"id\": 0,\n            \"name\": \"Key0\",\n            \"token\": \"\",\n            \"access\": \"user\"\n        }\n    ],\n    \"dataHost\": \"\",\n    \"dataUsername\": \"\",\n    \"dataPassword\": \"\",\n    \"dataProtocol\": \"ftp\",\n    \"dataPrivateKey\": \"\",\n    \"dataFTPPath\": \"\",\n    \"dataUrl\": \"\",\n    \"dataHttpAuthorization\": \"noAuth\",\n    \"dataHttpAuthorizationUsername\": \"\",\n    \"dataHttpAuthorizationPassword\": \"\",\n    \"interval\": \"daily\",\n    \"intervalHour\": \"1\",\n    \"intervalAMPM\": \"AM\",\n    \"timezone\": \"Europe/London\",\n    \"intervalWeekDay\": \"mon\",\n    \"intervalMonthDay\": \"1\",\n    \"intervalMinutes\": 0,\n    \"s3\": {\n        \"bucket\": \"\",\n        \"s3Key\": \"\",\n        \"region\": \"\",\n        \"key\": \"\",\n        \"secret\": \"\"\n    },\n    \"logLevel\": {\n        \"ownership\": false\n    },\n    \"overrides\": {\n        \"skipWorkflows\": false,\n        \"skipValidationRules\": false,\n        \"skipAssignmentRules\": false,\n        \"skipSourceMaster\": false\n    },\n    \"dataSetId\": \"\",\n    \"dataSetOverwrite\": false\n}","options":{"raw":{"language":"json"}}},"url":"https://pimber.ly/api/feeds"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"accountId\": \"5a3b8a79b2b0d604ef16b05c\",\n  \"name\": \"Created Feed\",\n  \"status\": \"Active\",\n  \"type\": \"custom\",\n  \"dateCreate\": \"2019-05-29T16:10:46.978Z\",\n  \"files\": [\n    {\n      \"fileName\": \"\",\n      \"fileType\": \"productAttrs\",\n      \"mapping\": {}\n    }\n  ],\n  \"topLevelLinkIdMapping\": null,\n  \"topLevelAdHocAttributesMapping\": null,\n  \"schemaId\": \"5c507effc148044ece57a5d8\",\n  \"schemaClassId\": \"5c507effc148044ece57a5d7\",\n  \"insertOrUpdate\": \"upsert\",\n  \"deleteFileAfterImport\": false,\n  \"openRangeImportType\": null,\n  \"mediaConnector\": \"\",\n  \"dataConnector\": \"REST\",\n  \"dataAPIKeys\": [\n    {\n      \"id\": 0,\n      \"name\": \"Key0\",\n      \"token\": \"\",\n      \"access\": \"user\"\n    }\n  ],\n  \"dataHost\": \"\",\n  \"dataUsername\": \"\",\n  \"dataPassword\": \"\",\n  \"dataProtocol\": \"ftp\",\n  \"dataPrivateKey\": \"\",\n  \"dataFTPPath\": \"\",\n  \"dataUrl\": \"\",\n  \"dataHttpAuthorization\": \"noAuth\",\n  \"dataHttpAuthorizationUsername\": \"\",\n  \"dataHttpAuthorizationPassword\": \"\",\n  \"interval\": \"daily\",\n  \"intervalHour\": \"1\",\n  \"intervalAMPM\": \"AM\",\n  \"timezone\": \"Europe/London\",\n  \"intervalWeekDay\": \"mon\",\n  \"intervalMonthDay\": \"1\",\n  \"intervalMinutes\": 0,\n  \"s3\": {\n    \"bucket\": \"\",\n    \"s3Key\": \"\",\n    \"region\": \"\",\n    \"key\": \"\",\n    \"secret\": \"\"\n  },\n  \"logLevel\": {\n    \"ownership\": false\n  },\n  \"overrides\": {\n    \"skipWorkflows\": false,\n    \"skipValidationRules\": false,\n    \"skipAssignmentRules\": false,\n    \"skipSourceMaster\": false\n  },\n  \"dataSetId\": \"\",\n  \"dataSetOverwrite\": false,\n  \"id\": \"5ceeaf06c048ef000f78aabe\",\n  \"_versionId\": \"bcbbe645129bc08e2ad9d428b5c0dd92854a332e\",\n  \"dateUpdated\": \"2019-05-29T16:10:46.978Z\"\n}"}],"_postman_id":"0a544d82-593f-46bd-95a2-36c8a52c83ca"},{"name":"Create task to run immediately","id":"84ee52ef-5ae7-44c8-805e-6ecc6ba09e67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://pimber.ly/api/feeds/runFeedTask","description":"<p>This endpoint will create a task to run immediately. The Mongo ID of the feed to run must be passed in the <code>feedId</code> query parameter.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","feeds","runFeedTask"],"host":["pimber.ly"],"query":[{"disabled":true,"description":{"content":"<p><em><strong>Required</strong></em> | <em>string</em> | <em>Default: None</em> | The Mongo ID of the feed you want to run</p>\n","type":"text/plain"},"key":"feedId","value":""}],"variable":[]}},"response":[{"id":"d80b3198-5f4c-45e4-9731-a92e3b45a331","name":"Create task to run immediately","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://pimber.ly/api/feeds/runFeedTask?feedId=64eddcc2ad0aaf0017fbbe09","protocol":"https","host":["pimber","ly"],"path":["api","feeds","runFeedTask"],"query":[{"key":"feedId","value":"64eddcc2ad0aaf0017fbbe09","description":"_**Optional**_ | _string_ | _Default: None_ | The Mongo ID of the feed you want to run"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"65"},{"key":"Date","value":"Tue, 29 Aug 2023 12:16:39 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"createdTaskCount\": 1,\n    \"createdTaskId\": \"64ede1a721128700106db507\"\n}"}],"_postman_id":"84ee52ef-5ae7-44c8-805e-6ecc6ba09e67"},{"name":"Delete feed by Mongo ID","id":"23bdbeb1-4c5d-489e-9419-83da76493ab3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://pimber.ly/api/feeds/:feed_id","description":"<p>This endpoint will delete the feed specified by its Mongo ID.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","feeds",":feed_id"],"host":["pimber.ly"],"query":[],"variable":[{"id":"e9cea3e8-3a68-4435-8631-eaf5027d1894","description":{"content":"<p>Mongo ID of the feed you want to delete</p>\n","type":"text/plain"},"type":"any","value":"","key":"feed_id"}]}},"response":[{"id":"e173d50d-aec4-43ec-8a40-dc1f404b2c72","name":"Delete feed by Mongo ID","originalRequest":{"method":"DELETE","header":[],"url":"https://pimber.ly/api/feeds/64eddcc2ad0aaf0017fbbe09"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"11"},{"key":"Date","value":"Tue, 29 Aug 2023 12:20:21 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1\n}"}],"_postman_id":"23bdbeb1-4c5d-489e-9419-83da76493ab3"}],"id":"09b3920f-fc52-40fd-9391-4de51a48bd43","_postman_id":"09b3920f-fc52-40fd-9391-4de51a48bd43","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}}},{"name":"Schemas","item":[{"name":"Get all schemas","id":"5603c7de-f9b2-4a1f-a8c2-1d1db3467128","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pimber.ly/api/schemas","description":"<p>This endpoint will return all schemas for the current account. The <code>filter</code> query parameter can be used with this endpoint to filter the results you get.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","schemas"],"host":["pimber.ly"],"query":[{"disabled":true,"description":{"content":"<p><em><strong>Optional</strong></em> | <em>Object</em> | <em>Default: None</em> | Filter to be applied to the results</p>\n","type":"text/plain"},"key":"filter","value":null}],"variable":[]}},"response":[{"id":"0c00e6e6-522e-426d-9ee7-652e71b78ef4","name":"Get all schemas","originalRequest":{"method":"GET","header":[],"url":"https://pimber.ly/api/schemas"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"16282"},{"key":"Date","value":"Thu, 24 Aug 2023 11:30:17 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"accountId\": \"62fce77449ccd3001b067c4e\",\n        \"name\": \"FashionINC\",\n        \"description\": \"\",\n        \"status\": \"Active\",\n        \"primaryId\": {\n            \"name\": \"Product Code\",\n            \"fixedLength\": \"0\",\n            \"prefix\": \"\",\n            \"suffix\": \"\",\n            \"padChar\": \"0\",\n            \"format\": \"unrestricted\",\n            \"uppercase\": false,\n            \"doAutoGenIds\": false,\n            \"doAllowOverride\": false,\n            \"canScope\": false\n        },\n        \"primaryDescriptionProperty\": \"desc\",\n        \"acls\": [\n            {\n                \"userGroups\": [],\n                \"attributes\": [],\n                \"permission\": \"allowReadWriteCreate\"\n            },\n            {\n                \"userGroups\": [\n                    \"62fe59161b2c5d001efe91ef\"\n                ],\n                \"attributes\": [\n                    {\n                        \"name\": \"desc\",\n                        \"scopeIds\": [],\n                        \"localeIds\": []\n                    },\n                    {\n                        \"name\": \"countryOfOrigin\"\n                    },\n                    {\n                        \"name\": \"gender\"\n                    },\n                    {\n                        \"name\": \"ageGroup\"\n                    },\n                    {\n                        \"name\": \"hangingOrBoxed\"\n                    },\n                    {\n                        \"name\": \"crossSell\"\n                    },\n                    {\n                        \"name\": \"descriptionBullet1\",\n                        \"scopeIds\": [],\n                        \"localeIds\": []\n                    },\n                    {\n                        \"name\": \"descriptionBullet2\",\n                        \"scopeIds\": [],\n                        \"localeIds\": []\n                    },\n                    {\n                        \"name\": \"brand\"\n                    },\n                    {\n                        \"name\": \"sleeveLength\"\n                    },\n                    {\n                        \"name\": \"cuff\"\n                    },\n                    {\n                        \"name\": \"fit\"\n                    },\n                    {\n                        \"name\": \"legLength\",\n                        \"scopeIds\": [],\n                        \"localeIds\": []\n                    },\n                    {\n                        \"name\": \"material\"\n                    },\n                    {\n                        \"name\": \"careInformation\",\n                        \"scopeIds\": [],\n                        \"localeIds\": []\n                    },\n                    {\n                        \"name\": \"supplier\",\n                        \"scopeIds\": [],\n                        \"localeIds\": []\n                    },\n                    {\n                        \"name\": \"colour\",\n                        \"scopeIds\": [],\n                        \"localeIds\": []\n                    },\n                    {\n                        \"name\": \"size\"\n                    },\n                    {\n                        \"name\": \"marketingDescription\",\n                        \"scopeIds\": [],\n                        \"localeIds\": []\n                    },\n                    {\n                        \"name\": \"autoReleaseFlag\"\n                    },\n                    {\n                        \"name\": \"releasedDateTime\"\n                    },\n                    {\n                        \"name\": \"rrp\"\n                    },\n                    {\n                        \"name\": \"price\",\n                        \"scopeIds\": [],\n                        \"localeIds\": []\n                    }\n                ],\n                \"permission\": \"denyWrite\"\n            },\n            {\n                \"userGroups\": [\n                    \"62fe59c6ce92140012a6ae21\"\n                ],\n                \"attributes\": [\n                    {\n                        \"name\": \"desc\",\n                        \"scopeIds\": [],\n                        \"localeIds\": []\n                    },\n                    {\n                        \"name\": \"countryOfOrigin\"\n                    },\n                    {\n                        \"name\": \"gender\"\n                    },\n                    {\n                        \"name\": \"ageGroup\"\n                    },\n                    {\n                        \"name\": \"hangingOrBoxed\"\n                    },\n                    {\n                        \"name\": \"crossSell\"\n                    },\n                    {\n                        \"name\": \"descriptionBullet1\",\n                        \"scopeIds\": [],\n                        \"localeIds\": []\n                    },\n                    {\n                        \"name\": \"descriptionBullet2\",\n                        \"scopeIds\": [],\n                        \"localeIds\": []\n                    },\n                    {\n                        \"name\": \"defaultImage\"\n                    },\n                    {\n                        \"name\": \"images\"\n                    },\n                    {\n                        \"name\": \"videos\"\n                    },\n                    {\n                        \"name\": \"documents\"\n                    },\n                    {\n                        \"name\": \"sleeveLength\"\n                    },\n                    {\n                        \"name\": \"cuff\"\n                    },\n                    {\n                        \"name\": \"fit\"\n                    },\n                    {\n                        \"name\": \"legLength\",\n                        \"scopeIds\": [],\n                        \"localeIds\": []\n                    },\n                    {\n                        \"name\": \"material\"\n                    },\n                    {\n                        \"name\": \"careInformation\",\n                        \"scopeIds\": [],\n                        \"localeIds\": []\n                    },\n                    {\n                        \"name\": \"supplier\",\n                        \"scopeIds\": [],\n                        \"localeIds\": []\n                    },\n                    {\n                        \"name\": \"colour\",\n                        \"scopeIds\": [],\n                        \"localeIds\": []\n                    },\n                    {\n                        \"name\": \"size\"\n                    },\n                    {\n                        \"name\": \"autoReleaseFlag\"\n                    },\n                    {\n                        \"name\": \"releasedDateTime\"\n                    },\n                    {\n                        \"name\": \"rrp\"\n                    },\n                    {\n                        \"name\": \"price\",\n                        \"scopeIds\": [],\n                        \"localeIds\": []\n                    }\n                ],\n                \"permission\": \"denyWrite\"\n            },\n            {\n                \"userGroups\": [\n                    \"62fe5a7243d99c0018732667\"\n                ],\n                \"attributes\": [],\n                \"permission\": \"allowReadWriteCreate\"\n            },\n            {\n                \"userGroups\": [\n                    \"62fe59c6ce92140012a6ae21\"\n                ],\n                \"attributes\": [\n                    {\n                        \"name\": \"marketingDescription\",\n                        \"scopeIds\": [\n                            \"*\",\n                            \"62fe11c7ce92140012a6a66d\",\n                            \"62fe1253ce92140012a6a66e\"\n                        ],\n                        \"localeIds\": [\n                            \"62fce77449ccd3001b067c53\",\n                            \"62fe081dce92140012a6a628\",\n                            \"62fe082b43d99c0018731b26\"\n                        ]\n                    }\n                ],\n                \"permission\": \"workflowWrite\",\n                \"workflows\": [\n                    \"62fe5b63ce92140012a6ae23\"\n                ]\n            }\n        ],\n        \"computedAcls\": {\n            \"62fe59161b2c5d001efe91ef\": {\n                \"desc\": {\n                    \"u\": false,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"countryOfOrigin\": {\n                    \"u\": false,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"gender\": {\n                    \"u\": false,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"ageGroup\": {\n                    \"u\": false,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"hangingOrBoxed\": {\n                    \"u\": false,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"crossSell\": {\n                    \"u\": false,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"descriptionBullet1\": {\n                    \"u\": false,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"descriptionBullet2\": {\n                    \"u\": false,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"defaultImage\": {\n                    \"u\": true,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"images\": {\n                    \"u\": true,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"videos\": {\n                    \"u\": true,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"documents\": {\n                    \"u\": true,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"brand\": {\n                    \"u\": false,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"sleeveLength\": {\n                    \"u\": false,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"cuff\": {\n                    \"u\": false,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"fit\": {\n                    \"u\": false,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"legLength\": {\n                    \"u\": false,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"material\": {\n                    \"u\": false,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"careInformation\": {\n                    \"u\": false,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"supplier\": {\n                    \"u\": false,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"colour\": {\n                    \"u\": false,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"size\": {\n                    \"u\": false,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"marketingDescription\": {\n                    \"u\": false,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"autoReleaseFlag\": {\n                    \"u\": false,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"releasedDateTime\": {\n                    \"u\": false,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"rrp\": {\n                    \"u\": false,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"price\": {\n                    \"u\": false,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"!create\": true,\n                \"!read\": true,\n                \"!update\": true,\n                \"!delete\": true\n            },\n            \"62fe59c6ce92140012a6ae21\": {\n                \"desc\": {\n                    \"u\": false,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"countryOfOrigin\": {\n                    \"u\": false,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"gender\": {\n                    \"u\": false,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"ageGroup\": {\n                    \"u\": false,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"hangingOrBoxed\": {\n                    \"u\": false,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"crossSell\": {\n                    \"u\": false,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"descriptionBullet1\": {\n                    \"u\": false,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"descriptionBullet2\": {\n                    \"u\": false,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"defaultImage\": {\n                    \"u\": false,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"images\": {\n                    \"u\": false,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"videos\": {\n                    \"u\": false,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"documents\": {\n                    \"u\": false,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"brand\": {\n                    \"u\": true,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"sleeveLength\": {\n                    \"u\": false,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"cuff\": {\n                    \"u\": false,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"fit\": {\n                    \"u\": false,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"legLength\": {\n                    \"u\": false,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"material\": {\n                    \"u\": false,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"careInformation\": {\n                    \"u\": false,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"supplier\": {\n                    \"u\": false,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"colour\": {\n                    \"u\": false,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"size\": {\n                    \"u\": false,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"marketingDescription\": {\n                    \"u\": true,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true,\n                    \"u-*-62fce77449ccd3001b067c53\": \"62fe5b63ce92140012a6ae23\",\n                    \"u-*-62fe081dce92140012a6a628\": \"62fe5b63ce92140012a6ae23\",\n                    \"u-*-62fe082b43d99c0018731b26\": \"62fe5b63ce92140012a6ae23\",\n                    \"u-62fe11c7ce92140012a6a66d-62fce77449ccd3001b067c53\": \"62fe5b63ce92140012a6ae23\",\n                    \"u-62fe11c7ce92140012a6a66d-62fe081dce92140012a6a628\": \"62fe5b63ce92140012a6ae23\",\n                    \"u-62fe11c7ce92140012a6a66d-62fe082b43d99c0018731b26\": \"62fe5b63ce92140012a6ae23\",\n                    \"u-62fe1253ce92140012a6a66e-62fce77449ccd3001b067c53\": \"62fe5b63ce92140012a6ae23\",\n                    \"u-62fe1253ce92140012a6a66e-62fe081dce92140012a6a628\": \"62fe5b63ce92140012a6ae23\",\n                    \"u-62fe1253ce92140012a6a66e-62fe082b43d99c0018731b26\": \"62fe5b63ce92140012a6ae23\"\n                },\n                \"autoReleaseFlag\": {\n                    \"u\": false,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"releasedDateTime\": {\n                    \"u\": false,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"rrp\": {\n                    \"u\": false,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"price\": {\n                    \"u\": false,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"!create\": true,\n                \"!read\": true,\n                \"!update\": true,\n                \"!delete\": true\n            },\n            \"62fe5a7243d99c0018732667\": {\n                \"desc\": {\n                    \"u\": true,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"countryOfOrigin\": {\n                    \"u\": true,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"gender\": {\n                    \"u\": true,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"ageGroup\": {\n                    \"u\": true,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"hangingOrBoxed\": {\n                    \"u\": true,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"crossSell\": {\n                    \"u\": true,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"descriptionBullet1\": {\n                    \"u\": true,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"descriptionBullet2\": {\n                    \"u\": true,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"defaultImage\": {\n                    \"u\": true,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"images\": {\n                    \"u\": true,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"videos\": {\n                    \"u\": true,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"documents\": {\n                    \"u\": true,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"brand\": {\n                    \"u\": true,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"sleeveLength\": {\n                    \"u\": true,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"cuff\": {\n                    \"u\": true,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"fit\": {\n                    \"u\": true,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"legLength\": {\n                    \"u\": true,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"material\": {\n                    \"u\": true,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"careInformation\": {\n                    \"u\": true,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"supplier\": {\n                    \"u\": true,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"colour\": {\n                    \"u\": true,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"size\": {\n                    \"u\": true,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"marketingDescription\": {\n                    \"u\": true,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"autoReleaseFlag\": {\n                    \"u\": true,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"releasedDateTime\": {\n                    \"u\": true,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"rrp\": {\n                    \"u\": true,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"price\": {\n                    \"u\": true,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"!create\": true,\n                \"!read\": true,\n                \"!update\": true,\n                \"!delete\": true\n            },\n            \"any\": {\n                \"desc\": {\n                    \"u\": true,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"countryOfOrigin\": {\n                    \"u\": true,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"gender\": {\n                    \"u\": true,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"ageGroup\": {\n                    \"u\": true,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"hangingOrBoxed\": {\n                    \"u\": true,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"crossSell\": {\n                    \"u\": true,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"descriptionBullet1\": {\n                    \"u\": true,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"descriptionBullet2\": {\n                    \"u\": true,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"defaultImage\": {\n                    \"u\": true,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"images\": {\n                    \"u\": true,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"videos\": {\n                    \"u\": true,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"documents\": {\n                    \"u\": true,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"brand\": {\n                    \"u\": true,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"sleeveLength\": {\n                    \"u\": true,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"cuff\": {\n                    \"u\": true,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"fit\": {\n                    \"u\": true,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"legLength\": {\n                    \"u\": true,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"material\": {\n                    \"u\": true,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"careInformation\": {\n                    \"u\": true,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"supplier\": {\n                    \"u\": true,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"colour\": {\n                    \"u\": true,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"size\": {\n                    \"u\": true,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"marketingDescription\": {\n                    \"u\": true,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"autoReleaseFlag\": {\n                    \"u\": true,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"releasedDateTime\": {\n                    \"u\": true,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"rrp\": {\n                    \"u\": true,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"price\": {\n                    \"u\": true,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"!create\": true,\n                \"!read\": true,\n                \"!update\": true,\n                \"!delete\": true\n            }\n        },\n        \"workflows\": [\n            {\n                \"trigger\": \"update\",\n                \"workflows\": [\n                    \"62fe0e0143d99c0018731b7a\"\n                ],\n                \"scope-marketingDescription\": false,\n                \"locale-marketingDescription\": false\n            },\n            {\n                \"trigger\": \"update\",\n                \"workflows\": [\n                    \"62fe3b5fce92140012a6acac\"\n                ],\n                \"scope-desc\": false,\n                \"locale-desc\": false,\n                \"scope-descriptionBullet1\": false,\n                \"locale-descriptionBullet1\": false,\n                \"scope-descriptionBullet2\": false,\n                \"locale-descriptionBullet2\": false,\n                \"scope-legLength\": false,\n                \"locale-legLength\": false,\n                \"scope-careInformation\": false,\n                \"locale-careInformation\": false,\n                \"scope-supplier\": false,\n                \"locale-supplier\": false,\n                \"scope-marketingDescription\": false,\n                \"locale-marketingDescription\": false,\n                \"scope-price\": false,\n                \"locale-price\": false\n            },\n            {\n                \"trigger\": \"update\",\n                \"workflows\": [\n                    \"62fe3bf043d99c001873232b\"\n                ],\n                \"scope-desc\": false,\n                \"locale-desc\": false,\n                \"scope-descriptionBullet1\": false,\n                \"locale-descriptionBullet1\": false,\n                \"scope-descriptionBullet2\": false,\n                \"locale-descriptionBullet2\": false,\n                \"scope-legLength\": false,\n                \"locale-legLength\": false,\n                \"scope-careInformation\": false,\n                \"locale-careInformation\": false,\n                \"scope-supplier\": false,\n                \"locale-supplier\": false,\n                \"scope-marketingDescription\": false,\n                \"locale-marketingDescription\": false,\n                \"scope-price\": false,\n                \"locale-price\": false\n            }\n        ],\n        \"itemSchemaId\": \"\",\n        \"itemType\": \"components\",\n        \"lifecycleId\": \"62fce77449ccd3001b067c55\",\n        \"validationRules\": [],\n        \"assignmentRules\": [],\n        \"attributeSetIds\": [\n            \"62fe127343d99c0018731b7e\",\n            \"62fd06be43d99c0018731709\",\n            \"62fcea5043d99c00187314dd\",\n            \"62fcebe31b2c5d001efe86bd\"\n        ],\n        \"taxonomy\": [\n            {\n                \"id\": \"62fce77449ccd3001b067c50\",\n                \"name\": \"Taxonomy root\",\n                \"path\": \"root\",\n                \"subs\": [\n                    {\n                        \"id\": \"62fcfee309c2f60aa7000006\",\n                        \"name\": \"Shirts\",\n                        \"path\": \"root.62fce77449ccd3001b067c50\",\n                        \"subs\": [],\n                        \"sets\": {\n                            \"Style\": [\n                                \"62fe127343d99c0018731b7e\"\n                            ],\n                            \"Colour\": [\n                                \"62fd06be43d99c0018731709\"\n                            ]\n                        },\n                        \"attributes\": {\n                            \"Style\": [\n                                \"brand\",\n                                \"sleeveLength\",\n                                \"cuff\",\n                                \"fit\",\n                                \"material\",\n                                \"careInformation\",\n                                \"supplier\",\n                                \"rrp\",\n                                \"price\",\n                                \"countryOfOrigin\",\n                                \"gender\",\n                                \"ageGroup\",\n                                \"hangingOrBoxed\",\n                                \"crossSell\",\n                                \"descriptionBullet1\",\n                                \"descriptionBullet2\"\n                            ],\n                            \"Colour\": [\n                                \"colour\",\n                                \"defaultImage\",\n                                \"images\",\n                                \"videos\",\n                                \"documents\",\n                                \"marketingDescription\",\n                                \"autoReleaseFlag\",\n                                \"releasedDateTime\"\n                            ],\n                            \"Item Group\": [\n                                \"size\"\n                            ],\n                            \"Size\": [\n                                \"size\"\n                            ]\n                        },\n                        \"code\": \"\"\n                    },\n                    {\n                        \"id\": \"62fcfef009c2f60aa7000008\",\n                        \"name\": \"Trousers\",\n                        \"path\": \"root.62fce77449ccd3001b067c50\",\n                        \"subs\": [],\n                        \"sets\": {\n                            \"Colour\": [\n                                \"62fd06be43d99c0018731709\"\n                            ],\n                            \"Style\": [\n                                \"62fe127343d99c0018731b7e\"\n                            ]\n                        },\n                        \"attributes\": {\n                            \"Style\": [\n                                \"brand\",\n                                \"material\",\n                                \"careInformation\",\n                                \"supplier\",\n                                \"rrp\",\n                                \"price\",\n                                \"countryOfOrigin\",\n                                \"gender\",\n                                \"ageGroup\",\n                                \"hangingOrBoxed\",\n                                \"crossSell\",\n                                \"descriptionBullet1\",\n                                \"descriptionBullet2\"\n                            ],\n                            \"Size\": [\n                                \"size\",\n                                \"legLength\"\n                            ],\n                            \"Colour\": [\n                                \"colour\",\n                                \"defaultImage\",\n                                \"images\",\n                                \"videos\",\n                                \"documents\",\n                                \"marketingDescription\",\n                                \"autoReleaseFlag\",\n                                \"releasedDateTime\"\n                            ]\n                        },\n                        \"code\": \"\"\n                    }\n                ],\n                \"sets\": {},\n                \"attributes\": []\n            }\n        ],\n        \"ACL\": [],\n        \"childrenUpdateParents\": true,\n        \"parentsUpdateChildren\": true,\n        \"_lastUpdatedDate\": \"2023-02-15T14:37:57.599Z\",\n        \"id\": \"62fce77449ccd3001b067c51\",\n        \"sections\": [\n            {\n                \"id\": \"62fce77449ccd3001b067c4f\",\n                \"name\": \"Basic Attributes\",\n                \"attributes\": [\n                    {\n                        \"shortName\": \"desc\",\n                        \"name\": \"Description\",\n                        \"type\": \"Plain Text\",\n                        \"unitFamily\": \"weight\",\n                        \"unitOfMeasure\": \"g\",\n                        \"textInputType\": \"Short Text\",\n                        \"inputType\": \"Regular\",\n                        \"values\": \"\",\n                        \"defaultValue\": \"\",\n                        \"autoPopulateFilter\": \"\",\n                        \"minLength\": \"\",\n                        \"maxLength\": \"\",\n                        \"specialFormat\": \"(no special format)\",\n                        \"specialFormatRegex\": \"\",\n                        \"accuracy\": \"\",\n                        \"maxAssetSize\": \"\",\n                        \"allowedExtensions\": \"\",\n                        \"rounding\": \"round\",\n                        \"readOnly\": false,\n                        \"hideLabel\": false,\n                        \"isHidden\": false,\n                        \"canLocalise\": false,\n                        \"canScope\": false,\n                        \"isHeritable\": false,\n                        \"canOverride\": false,\n                        \"isFaceted\": false,\n                        \"locked\": true\n                    }\n                ]\n            }\n        ],\n        \"_versionId\": \"7abd5d6dca007d28ab62030f10f9a72a82cdac03\",\n        \"dateUpdated\": \"2023-02-15T14:37:57.601Z\",\n        \"hasReadAccess\": true,\n        \"hasWriteAccess\": true\n    },\n    {\n        \"accountId\": \"62fce77449ccd3001b067c4e\",\n        \"name\": \"Schema A\",\n        \"description\": \"\",\n        \"status\": \"Active\",\n        \"primaryId\": {\n            \"name\": \"Product Code\",\n            \"primaryDescriptionProperty\": \"description\",\n            \"prefix\": \"\",\n            \"suffix\": \"\",\n            \"padChar\": \"0\",\n            \"format\": \"unrestricted\",\n            \"doAutoGenIds\": true,\n            \"doAllowOverride\": false,\n            \"canScope\": false,\n            \"fixedLength\": \"\",\n            \"uppercase\": false\n        },\n        \"primaryDescriptionProperty\": \"\",\n        \"acls\": [\n            {\n                \"userGroups\": [],\n                \"attributes\": [],\n                \"permission\": \"allowReadWriteCreate\"\n            }\n        ],\n        \"computedAcls\": {\n            \"any\": {\n                \"desc\": {\n                    \"u\": true,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"!create\": true,\n                \"!read\": true,\n                \"!update\": true,\n                \"!delete\": true\n            }\n        },\n        \"workflows\": [],\n        \"itemSchemaId\": \"\",\n        \"itemType\": \"components\",\n        \"lifecycleId\": \"62fce77449ccd3001b067c55\",\n        \"variantAxes\": [],\n        \"validationRules\": [],\n        \"assignmentRules\": [],\n        \"attributeSetIds\": [],\n        \"taxonomy\": [\n            {\n                \"id\": \"63513a95972e1775b0000012\",\n                \"name\": \"Taxonomy root\",\n                \"path\": \"root\",\n                \"subs\": [],\n                \"sets\": {\n                    \"Size\": [],\n                    \"Colour\": [],\n                    \"Style\": []\n                },\n                \"attributes\": []\n            }\n        ],\n        \"ACL\": [],\n        \"childrenUpdateParents\": false,\n        \"parentsUpdateChildren\": false,\n        \"_lastUpdatedDate\": \"2022-10-20T12:10:19.564Z\",\n        \"id\": \"63513aab924e5a02e43bf433\",\n        \"_versionId\": \"24ddc9a0a9cc74169eea7a56086ed6acd6e635f7\",\n        \"dateCreated\": \"2022-10-20T12:10:19.565Z\",\n        \"dateUpdated\": \"2022-10-20T12:10:19.565Z\",\n        \"hasReadAccess\": true,\n        \"hasWriteAccess\": true\n    },\n    {\n        \"accountId\": \"62fce77449ccd3001b067c4e\",\n        \"name\": \"Schema B\",\n        \"description\": \"\",\n        \"status\": \"Active\",\n        \"primaryId\": {\n            \"name\": \"Product Code\",\n            \"primaryDescriptionProperty\": \"description\",\n            \"prefix\": \"\",\n            \"suffix\": \"\",\n            \"padChar\": \"0\",\n            \"format\": \"unrestricted\",\n            \"doAutoGenIds\": true,\n            \"doAllowOverride\": false,\n            \"canScope\": false,\n            \"fixedLength\": \"\",\n            \"uppercase\": false\n        },\n        \"primaryDescriptionProperty\": \"\",\n        \"acls\": [\n            {\n                \"userGroups\": [],\n                \"attributes\": [],\n                \"permission\": \"allowReadWriteCreate\"\n            }\n        ],\n        \"computedAcls\": {\n            \"any\": {\n                \"desc\": {\n                    \"u\": true,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"!create\": true,\n                \"!read\": true,\n                \"!update\": true,\n                \"!delete\": true\n            }\n        },\n        \"workflows\": [],\n        \"itemSchemaId\": \"\",\n        \"itemType\": \"components\",\n        \"lifecycleId\": \"62fce77449ccd3001b067c55\",\n        \"variantAxes\": [],\n        \"validationRules\": [],\n        \"assignmentRules\": [],\n        \"attributeSetIds\": [],\n        \"taxonomy\": [\n            {\n                \"id\": \"63513ab5972e173057000008\",\n                \"name\": \"Taxonomy root\",\n                \"path\": \"root\",\n                \"subs\": [],\n                \"sets\": {\n                    \"Size\": [],\n                    \"Colour\": [],\n                    \"Style\": []\n                },\n                \"attributes\": []\n            }\n        ],\n        \"ACL\": [],\n        \"childrenUpdateParents\": false,\n        \"parentsUpdateChildren\": false,\n        \"_lastUpdatedDate\": \"2022-10-20T12:10:36.808Z\",\n        \"id\": \"63513abc924e5a02e43bf434\",\n        \"_versionId\": \"7758aff1571723b050f10001fedb1ecef24d1de1\",\n        \"dateCreated\": \"2022-10-20T12:10:36.808Z\",\n        \"dateUpdated\": \"2022-10-20T12:10:36.808Z\",\n        \"hasReadAccess\": true,\n        \"hasWriteAccess\": true\n    },\n    {\n        \"accountId\": \"62fce77449ccd3001b067c4e\",\n        \"name\": \"Schema C\",\n        \"description\": \"\",\n        \"status\": \"Active\",\n        \"primaryId\": {\n            \"name\": \"Product Code\",\n            \"primaryDescriptionProperty\": \"description\",\n            \"prefix\": \"\",\n            \"suffix\": \"\",\n            \"padChar\": \"0\",\n            \"format\": \"unrestricted\",\n            \"doAutoGenIds\": true,\n            \"doAllowOverride\": false,\n            \"canScope\": false,\n            \"fixedLength\": \"\",\n            \"uppercase\": false\n        },\n        \"primaryDescriptionProperty\": \"\",\n        \"acls\": [\n            {\n                \"userGroups\": [],\n                \"attributes\": [],\n                \"permission\": \"allowReadWriteCreate\"\n            }\n        ],\n        \"computedAcls\": {\n            \"any\": {\n                \"desc\": {\n                    \"u\": true,\n                    \"r\": true,\n                    \"c\": true,\n                    \"d\": true\n                },\n                \"!create\": true,\n                \"!read\": true,\n                \"!update\": true,\n                \"!delete\": true\n            }\n        },\n        \"workflows\": [],\n        \"itemSchemaId\": \"\",\n        \"itemType\": \"components\",\n        \"lifecycleId\": \"62fce77449ccd3001b067c55\",\n        \"variantAxes\": [],\n        \"validationRules\": [],\n        \"assignmentRules\": [],\n        \"attributeSetIds\": [],\n        \"taxonomy\": [\n            {\n                \"id\": \"63513ac2972e17157200000a\",\n                \"name\": \"Taxonomy root\",\n                \"path\": \"root\",\n                \"subs\": [],\n                \"sets\": {\n                    \"Size\": [],\n                    \"Colour\": [],\n                    \"Style\": []\n                },\n                \"attributes\": []\n            }\n        ],\n        \"ACL\": [],\n        \"childrenUpdateParents\": false,\n        \"parentsUpdateChildren\": false,\n        \"_lastUpdatedDate\": \"2022-10-20T12:10:49.843Z\",\n        \"id\": \"63513ac9924e5a02e43bf435\",\n        \"_versionId\": \"c8a97052fbaa21223e64182f920cb532c61b0341\",\n        \"dateCreated\": \"2022-10-20T12:10:49.844Z\",\n        \"dateUpdated\": \"2022-10-20T12:10:49.844Z\",\n        \"hasReadAccess\": true,\n        \"hasWriteAccess\": true\n    }\n]"}],"_postman_id":"5603c7de-f9b2-4a1f-a8c2-1d1db3467128"},{"name":"Get schema by Mongo ID","id":"37bf9f17-f80f-4703-846c-9082516ec4b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pimber.ly/api/schemas/:schema_id","description":"<p>This endpoint will return information about the schema specified by its Mongo ID.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","schemas",":schema_id"],"host":["pimber.ly"],"query":[],"variable":[{"id":"4711a65f-950b-4ff0-b295-41330039a8fa","description":{"content":"<p>Mongo ID of the schema you want to get</p>\n","type":"text/plain"},"type":"any","value":"","key":"schema_id"}]}},"response":[{"id":"9c2d7329-9346-4608-b44c-1d6844e6bd64","name":"Get schema by Mongo ID","originalRequest":{"method":"GET","header":[],"url":"https://pimber.ly/api/schemas/62fce77449ccd3001b067c51"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"12596"},{"key":"Date","value":"Thu, 24 Aug 2023 11:32:14 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountId\": \"62fce77449ccd3001b067c4e\",\n    \"name\": \"FashionINC\",\n    \"description\": \"\",\n    \"status\": \"Active\",\n    \"primaryId\": {\n        \"name\": \"Product Code\",\n        \"fixedLength\": \"0\",\n        \"prefix\": \"\",\n        \"suffix\": \"\",\n        \"padChar\": \"0\",\n        \"format\": \"unrestricted\",\n        \"uppercase\": false,\n        \"doAutoGenIds\": false,\n        \"doAllowOverride\": false,\n        \"canScope\": false\n    },\n    \"primaryDescriptionProperty\": \"desc\",\n    \"acls\": [\n        {\n            \"userGroups\": [],\n            \"attributes\": [],\n            \"permission\": \"allowReadWriteCreate\"\n        },\n        {\n            \"userGroups\": [\n                \"62fe59161b2c5d001efe91ef\"\n            ],\n            \"attributes\": [\n                {\n                    \"name\": \"desc\",\n                    \"scopeIds\": [],\n                    \"localeIds\": []\n                },\n                {\n                    \"name\": \"countryOfOrigin\"\n                },\n                {\n                    \"name\": \"gender\"\n                },\n                {\n                    \"name\": \"ageGroup\"\n                },\n                {\n                    \"name\": \"hangingOrBoxed\"\n                },\n                {\n                    \"name\": \"crossSell\"\n                },\n                {\n                    \"name\": \"descriptionBullet1\",\n                    \"scopeIds\": [],\n                    \"localeIds\": []\n                },\n                {\n                    \"name\": \"descriptionBullet2\",\n                    \"scopeIds\": [],\n                    \"localeIds\": []\n                },\n                {\n                    \"name\": \"brand\"\n                },\n                {\n                    \"name\": \"sleeveLength\"\n                },\n                {\n                    \"name\": \"cuff\"\n                },\n                {\n                    \"name\": \"fit\"\n                },\n                {\n                    \"name\": \"legLength\",\n                    \"scopeIds\": [],\n                    \"localeIds\": []\n                },\n                {\n                    \"name\": \"material\"\n                },\n                {\n                    \"name\": \"careInformation\",\n                    \"scopeIds\": [],\n                    \"localeIds\": []\n                },\n                {\n                    \"name\": \"supplier\",\n                    \"scopeIds\": [],\n                    \"localeIds\": []\n                },\n                {\n                    \"name\": \"colour\",\n                    \"scopeIds\": [],\n                    \"localeIds\": []\n                },\n                {\n                    \"name\": \"size\"\n                },\n                {\n                    \"name\": \"marketingDescription\",\n                    \"scopeIds\": [],\n                    \"localeIds\": []\n                },\n                {\n                    \"name\": \"autoReleaseFlag\"\n                },\n                {\n                    \"name\": \"releasedDateTime\"\n                },\n                {\n                    \"name\": \"rrp\"\n                },\n                {\n                    \"name\": \"price\",\n                    \"scopeIds\": [],\n                    \"localeIds\": []\n                }\n            ],\n            \"permission\": \"denyWrite\"\n        },\n        {\n            \"userGroups\": [\n                \"62fe59c6ce92140012a6ae21\"\n            ],\n            \"attributes\": [\n                {\n                    \"name\": \"desc\",\n                    \"scopeIds\": [],\n                    \"localeIds\": []\n                },\n                {\n                    \"name\": \"countryOfOrigin\"\n                },\n                {\n                    \"name\": \"gender\"\n                },\n                {\n                    \"name\": \"ageGroup\"\n                },\n                {\n                    \"name\": \"hangingOrBoxed\"\n                },\n                {\n                    \"name\": \"crossSell\"\n                },\n                {\n                    \"name\": \"descriptionBullet1\",\n                    \"scopeIds\": [],\n                    \"localeIds\": []\n                },\n                {\n                    \"name\": \"descriptionBullet2\",\n                    \"scopeIds\": [],\n                    \"localeIds\": []\n                },\n                {\n                    \"name\": \"defaultImage\"\n                },\n                {\n                    \"name\": \"images\"\n                },\n                {\n                    \"name\": \"videos\"\n                },\n                {\n                    \"name\": \"documents\"\n                },\n                {\n                    \"name\": \"sleeveLength\"\n                },\n                {\n                    \"name\": \"cuff\"\n                },\n                {\n                    \"name\": \"fit\"\n                },\n                {\n                    \"name\": \"legLength\",\n                    \"scopeIds\": [],\n                    \"localeIds\": []\n                },\n                {\n                    \"name\": \"material\"\n                },\n                {\n                    \"name\": \"careInformation\",\n                    \"scopeIds\": [],\n                    \"localeIds\": []\n                },\n                {\n                    \"name\": \"supplier\",\n                    \"scopeIds\": [],\n                    \"localeIds\": []\n                },\n                {\n                    \"name\": \"colour\",\n                    \"scopeIds\": [],\n                    \"localeIds\": []\n                },\n                {\n                    \"name\": \"size\"\n                },\n                {\n                    \"name\": \"autoReleaseFlag\"\n                },\n                {\n                    \"name\": \"releasedDateTime\"\n                },\n                {\n                    \"name\": \"rrp\"\n                },\n                {\n                    \"name\": \"price\",\n                    \"scopeIds\": [],\n                    \"localeIds\": []\n                }\n            ],\n            \"permission\": \"denyWrite\"\n        },\n        {\n            \"userGroups\": [\n                \"62fe5a7243d99c0018732667\"\n            ],\n            \"attributes\": [],\n            \"permission\": \"allowReadWriteCreate\"\n        },\n        {\n            \"userGroups\": [\n                \"62fe59c6ce92140012a6ae21\"\n            ],\n            \"attributes\": [\n                {\n                    \"name\": \"marketingDescription\",\n                    \"scopeIds\": [\n                        \"*\",\n                        \"62fe11c7ce92140012a6a66d\",\n                        \"62fe1253ce92140012a6a66e\"\n                    ],\n                    \"localeIds\": [\n                        \"62fce77449ccd3001b067c53\",\n                        \"62fe081dce92140012a6a628\",\n                        \"62fe082b43d99c0018731b26\"\n                    ]\n                }\n            ],\n            \"permission\": \"workflowWrite\",\n            \"workflows\": [\n                \"62fe5b63ce92140012a6ae23\"\n            ]\n        }\n    ],\n    \"computedAcls\": {\n        \"62fe59161b2c5d001efe91ef\": {\n            \"desc\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"countryOfOrigin\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"gender\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"ageGroup\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"hangingOrBoxed\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"crossSell\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"descriptionBullet1\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"descriptionBullet2\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"defaultImage\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"images\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"videos\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"documents\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"brand\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"sleeveLength\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"cuff\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"fit\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"legLength\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"material\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"careInformation\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"supplier\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"colour\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"size\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"marketingDescription\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"autoReleaseFlag\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"releasedDateTime\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"rrp\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"price\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"!create\": true,\n            \"!read\": true,\n            \"!update\": true,\n            \"!delete\": true\n        },\n        \"62fe59c6ce92140012a6ae21\": {\n            \"desc\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"countryOfOrigin\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"gender\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"ageGroup\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"hangingOrBoxed\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"crossSell\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"descriptionBullet1\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"descriptionBullet2\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"defaultImage\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"images\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"videos\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"documents\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"brand\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"sleeveLength\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"cuff\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"fit\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"legLength\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"material\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"careInformation\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"supplier\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"colour\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"size\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"marketingDescription\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true,\n                \"u-*-62fce77449ccd3001b067c53\": \"62fe5b63ce92140012a6ae23\",\n                \"u-*-62fe081dce92140012a6a628\": \"62fe5b63ce92140012a6ae23\",\n                \"u-*-62fe082b43d99c0018731b26\": \"62fe5b63ce92140012a6ae23\",\n                \"u-62fe11c7ce92140012a6a66d-62fce77449ccd3001b067c53\": \"62fe5b63ce92140012a6ae23\",\n                \"u-62fe11c7ce92140012a6a66d-62fe081dce92140012a6a628\": \"62fe5b63ce92140012a6ae23\",\n                \"u-62fe11c7ce92140012a6a66d-62fe082b43d99c0018731b26\": \"62fe5b63ce92140012a6ae23\",\n                \"u-62fe1253ce92140012a6a66e-62fce77449ccd3001b067c53\": \"62fe5b63ce92140012a6ae23\",\n                \"u-62fe1253ce92140012a6a66e-62fe081dce92140012a6a628\": \"62fe5b63ce92140012a6ae23\",\n                \"u-62fe1253ce92140012a6a66e-62fe082b43d99c0018731b26\": \"62fe5b63ce92140012a6ae23\"\n            },\n            \"autoReleaseFlag\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"releasedDateTime\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"rrp\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"price\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"!create\": true,\n            \"!read\": true,\n            \"!update\": true,\n            \"!delete\": true\n        },\n        \"62fe5a7243d99c0018732667\": {\n            \"desc\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"countryOfOrigin\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"gender\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"ageGroup\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"hangingOrBoxed\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"crossSell\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"descriptionBullet1\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"descriptionBullet2\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"defaultImage\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"images\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"videos\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"documents\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"brand\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"sleeveLength\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"cuff\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"fit\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"legLength\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"material\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"careInformation\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"supplier\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"colour\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"size\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"marketingDescription\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"autoReleaseFlag\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"releasedDateTime\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"rrp\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"price\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"!create\": true,\n            \"!read\": true,\n            \"!update\": true,\n            \"!delete\": true\n        },\n        \"any\": {\n            \"desc\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"countryOfOrigin\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"gender\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"ageGroup\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"hangingOrBoxed\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"crossSell\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"descriptionBullet1\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"descriptionBullet2\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"defaultImage\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"images\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"videos\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"documents\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"brand\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"sleeveLength\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"cuff\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"fit\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"legLength\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"material\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"careInformation\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"supplier\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"colour\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"size\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"marketingDescription\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"autoReleaseFlag\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"releasedDateTime\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"rrp\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"price\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"!create\": true,\n            \"!read\": true,\n            \"!update\": true,\n            \"!delete\": true\n        }\n    },\n    \"workflows\": [\n        {\n            \"trigger\": \"update\",\n            \"workflows\": [\n                \"62fe0e0143d99c0018731b7a\"\n            ],\n            \"scope-marketingDescription\": false,\n            \"locale-marketingDescription\": false\n        },\n        {\n            \"trigger\": \"update\",\n            \"workflows\": [\n                \"62fe3b5fce92140012a6acac\"\n            ],\n            \"scope-desc\": false,\n            \"locale-desc\": false,\n            \"scope-descriptionBullet1\": false,\n            \"locale-descriptionBullet1\": false,\n            \"scope-descriptionBullet2\": false,\n            \"locale-descriptionBullet2\": false,\n            \"scope-legLength\": false,\n            \"locale-legLength\": false,\n            \"scope-careInformation\": false,\n            \"locale-careInformation\": false,\n            \"scope-supplier\": false,\n            \"locale-supplier\": false,\n            \"scope-marketingDescription\": false,\n            \"locale-marketingDescription\": false,\n            \"scope-price\": false,\n            \"locale-price\": false\n        },\n        {\n            \"trigger\": \"update\",\n            \"workflows\": [\n                \"62fe3bf043d99c001873232b\"\n            ],\n            \"scope-desc\": false,\n            \"locale-desc\": false,\n            \"scope-descriptionBullet1\": false,\n            \"locale-descriptionBullet1\": false,\n            \"scope-descriptionBullet2\": false,\n            \"locale-descriptionBullet2\": false,\n            \"scope-legLength\": false,\n            \"locale-legLength\": false,\n            \"scope-careInformation\": false,\n            \"locale-careInformation\": false,\n            \"scope-supplier\": false,\n            \"locale-supplier\": false,\n            \"scope-marketingDescription\": false,\n            \"locale-marketingDescription\": false,\n            \"scope-price\": false,\n            \"locale-price\": false\n        }\n    ],\n    \"itemSchemaId\": \"\",\n    \"itemType\": \"components\",\n    \"lifecycleId\": \"62fce77449ccd3001b067c55\",\n    \"validationRules\": [],\n    \"assignmentRules\": [],\n    \"attributeSetIds\": [\n        \"62fe127343d99c0018731b7e\",\n        \"62fd06be43d99c0018731709\",\n        \"62fcea5043d99c00187314dd\",\n        \"62fcebe31b2c5d001efe86bd\"\n    ],\n    \"taxonomy\": [\n        {\n            \"id\": \"62fce77449ccd3001b067c50\",\n            \"name\": \"Taxonomy root\",\n            \"path\": \"root\",\n            \"subs\": [\n                {\n                    \"id\": \"62fcfee309c2f60aa7000006\",\n                    \"name\": \"Shirts\",\n                    \"path\": \"root.62fce77449ccd3001b067c50\",\n                    \"subs\": [],\n                    \"sets\": {\n                        \"Style\": [\n                            \"62fe127343d99c0018731b7e\"\n                        ],\n                        \"Colour\": [\n                            \"62fd06be43d99c0018731709\"\n                        ]\n                    },\n                    \"attributes\": {\n                        \"Style\": [\n                            \"brand\",\n                            \"sleeveLength\",\n                            \"cuff\",\n                            \"fit\",\n                            \"material\",\n                            \"careInformation\",\n                            \"supplier\",\n                            \"rrp\",\n                            \"price\",\n                            \"countryOfOrigin\",\n                            \"gender\",\n                            \"ageGroup\",\n                            \"hangingOrBoxed\",\n                            \"crossSell\",\n                            \"descriptionBullet1\",\n                            \"descriptionBullet2\"\n                        ],\n                        \"Colour\": [\n                            \"colour\",\n                            \"defaultImage\",\n                            \"images\",\n                            \"videos\",\n                            \"documents\",\n                            \"marketingDescription\",\n                            \"autoReleaseFlag\",\n                            \"releasedDateTime\"\n                        ],\n                        \"Item Group\": [\n                            \"size\"\n                        ],\n                        \"Size\": [\n                            \"size\"\n                        ]\n                    },\n                    \"code\": \"\"\n                },\n                {\n                    \"id\": \"62fcfef009c2f60aa7000008\",\n                    \"name\": \"Trousers\",\n                    \"path\": \"root.62fce77449ccd3001b067c50\",\n                    \"subs\": [],\n                    \"sets\": {\n                        \"Colour\": [\n                            \"62fd06be43d99c0018731709\"\n                        ],\n                        \"Style\": [\n                            \"62fe127343d99c0018731b7e\"\n                        ]\n                    },\n                    \"attributes\": {\n                        \"Style\": [\n                            \"brand\",\n                            \"material\",\n                            \"careInformation\",\n                            \"supplier\",\n                            \"rrp\",\n                            \"price\",\n                            \"countryOfOrigin\",\n                            \"gender\",\n                            \"ageGroup\",\n                            \"hangingOrBoxed\",\n                            \"crossSell\",\n                            \"descriptionBullet1\",\n                            \"descriptionBullet2\"\n                        ],\n                        \"Size\": [\n                            \"size\",\n                            \"legLength\"\n                        ],\n                        \"Colour\": [\n                            \"colour\",\n                            \"defaultImage\",\n                            \"images\",\n                            \"videos\",\n                            \"documents\",\n                            \"marketingDescription\",\n                            \"autoReleaseFlag\",\n                            \"releasedDateTime\"\n                        ]\n                    },\n                    \"code\": \"\"\n                }\n            ],\n            \"sets\": {},\n            \"attributes\": []\n        }\n    ],\n    \"ACL\": [],\n    \"childrenUpdateParents\": true,\n    \"parentsUpdateChildren\": true,\n    \"_lastUpdatedDate\": \"2023-02-15T14:37:57.599Z\",\n    \"id\": \"62fce77449ccd3001b067c51\",\n    \"sections\": [\n        {\n            \"id\": \"62fce77449ccd3001b067c4f\",\n            \"name\": \"Basic Attributes\",\n            \"attributes\": [\n                {\n                    \"shortName\": \"desc\",\n                    \"name\": \"Description\",\n                    \"type\": \"Plain Text\",\n                    \"unitFamily\": \"weight\",\n                    \"unitOfMeasure\": \"g\",\n                    \"textInputType\": \"Short Text\",\n                    \"inputType\": \"Regular\",\n                    \"values\": \"\",\n                    \"defaultValue\": \"\",\n                    \"autoPopulateFilter\": \"\",\n                    \"minLength\": \"\",\n                    \"maxLength\": \"\",\n                    \"specialFormat\": \"(no special format)\",\n                    \"specialFormatRegex\": \"\",\n                    \"accuracy\": \"\",\n                    \"maxAssetSize\": \"\",\n                    \"allowedExtensions\": \"\",\n                    \"rounding\": \"round\",\n                    \"readOnly\": false,\n                    \"hideLabel\": false,\n                    \"isHidden\": false,\n                    \"canLocalise\": false,\n                    \"canScope\": false,\n                    \"isHeritable\": false,\n                    \"canOverride\": false,\n                    \"isFaceted\": false,\n                    \"locked\": true\n                }\n            ]\n        }\n    ],\n    \"_versionId\": \"7abd5d6dca007d28ab62030f10f9a72a82cdac03\",\n    \"dateUpdated\": \"2023-02-15T14:37:57.601Z\",\n    \"hasReadAccess\": true,\n    \"hasWriteAccess\": true\n}"}],"_postman_id":"37bf9f17-f80f-4703-846c-9082516ec4b5"},{"name":"Get one schema","id":"8d1a393e-db89-45a7-9392-cff45ada9ee2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pimber.ly/api/schemas/findOne","description":"<p>This endpoint will return information about one schema. The <code>filter</code> query parameter can be used with the endpoint to filter the schema returned.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","schemas","findOne"],"host":["pimber.ly"],"query":[{"disabled":true,"description":{"content":"<p><em><strong>Optional</strong></em> | <em>Object</em> | <em>Default: None</em> | Filter to be applied to the results</p>\n","type":"text/plain"},"key":"filter","value":null}],"variable":[]}},"response":[{"id":"6f7a9466-5417-49cf-a467-321d9e103eef","name":"Get one schema","originalRequest":{"method":"GET","header":[],"url":"https://pimber.ly/api/schemas/findOne"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"12596"},{"key":"Date","value":"Thu, 24 Aug 2023 11:34:08 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountId\": \"62fce77449ccd3001b067c4e\",\n    \"name\": \"FashionINC\",\n    \"description\": \"\",\n    \"status\": \"Active\",\n    \"primaryId\": {\n        \"name\": \"Product Code\",\n        \"fixedLength\": \"0\",\n        \"prefix\": \"\",\n        \"suffix\": \"\",\n        \"padChar\": \"0\",\n        \"format\": \"unrestricted\",\n        \"uppercase\": false,\n        \"doAutoGenIds\": false,\n        \"doAllowOverride\": false,\n        \"canScope\": false\n    },\n    \"primaryDescriptionProperty\": \"desc\",\n    \"acls\": [\n        {\n            \"userGroups\": [],\n            \"attributes\": [],\n            \"permission\": \"allowReadWriteCreate\"\n        },\n        {\n            \"userGroups\": [\n                \"62fe59161b2c5d001efe91ef\"\n            ],\n            \"attributes\": [\n                {\n                    \"name\": \"desc\",\n                    \"scopeIds\": [],\n                    \"localeIds\": []\n                },\n                {\n                    \"name\": \"countryOfOrigin\"\n                },\n                {\n                    \"name\": \"gender\"\n                },\n                {\n                    \"name\": \"ageGroup\"\n                },\n                {\n                    \"name\": \"hangingOrBoxed\"\n                },\n                {\n                    \"name\": \"crossSell\"\n                },\n                {\n                    \"name\": \"descriptionBullet1\",\n                    \"scopeIds\": [],\n                    \"localeIds\": []\n                },\n                {\n                    \"name\": \"descriptionBullet2\",\n                    \"scopeIds\": [],\n                    \"localeIds\": []\n                },\n                {\n                    \"name\": \"brand\"\n                },\n                {\n                    \"name\": \"sleeveLength\"\n                },\n                {\n                    \"name\": \"cuff\"\n                },\n                {\n                    \"name\": \"fit\"\n                },\n                {\n                    \"name\": \"legLength\",\n                    \"scopeIds\": [],\n                    \"localeIds\": []\n                },\n                {\n                    \"name\": \"material\"\n                },\n                {\n                    \"name\": \"careInformation\",\n                    \"scopeIds\": [],\n                    \"localeIds\": []\n                },\n                {\n                    \"name\": \"supplier\",\n                    \"scopeIds\": [],\n                    \"localeIds\": []\n                },\n                {\n                    \"name\": \"colour\",\n                    \"scopeIds\": [],\n                    \"localeIds\": []\n                },\n                {\n                    \"name\": \"size\"\n                },\n                {\n                    \"name\": \"marketingDescription\",\n                    \"scopeIds\": [],\n                    \"localeIds\": []\n                },\n                {\n                    \"name\": \"autoReleaseFlag\"\n                },\n                {\n                    \"name\": \"releasedDateTime\"\n                },\n                {\n                    \"name\": \"rrp\"\n                },\n                {\n                    \"name\": \"price\",\n                    \"scopeIds\": [],\n                    \"localeIds\": []\n                }\n            ],\n            \"permission\": \"denyWrite\"\n        },\n        {\n            \"userGroups\": [\n                \"62fe59c6ce92140012a6ae21\"\n            ],\n            \"attributes\": [\n                {\n                    \"name\": \"desc\",\n                    \"scopeIds\": [],\n                    \"localeIds\": []\n                },\n                {\n                    \"name\": \"countryOfOrigin\"\n                },\n                {\n                    \"name\": \"gender\"\n                },\n                {\n                    \"name\": \"ageGroup\"\n                },\n                {\n                    \"name\": \"hangingOrBoxed\"\n                },\n                {\n                    \"name\": \"crossSell\"\n                },\n                {\n                    \"name\": \"descriptionBullet1\",\n                    \"scopeIds\": [],\n                    \"localeIds\": []\n                },\n                {\n                    \"name\": \"descriptionBullet2\",\n                    \"scopeIds\": [],\n                    \"localeIds\": []\n                },\n                {\n                    \"name\": \"defaultImage\"\n                },\n                {\n                    \"name\": \"images\"\n                },\n                {\n                    \"name\": \"videos\"\n                },\n                {\n                    \"name\": \"documents\"\n                },\n                {\n                    \"name\": \"sleeveLength\"\n                },\n                {\n                    \"name\": \"cuff\"\n                },\n                {\n                    \"name\": \"fit\"\n                },\n                {\n                    \"name\": \"legLength\",\n                    \"scopeIds\": [],\n                    \"localeIds\": []\n                },\n                {\n                    \"name\": \"material\"\n                },\n                {\n                    \"name\": \"careInformation\",\n                    \"scopeIds\": [],\n                    \"localeIds\": []\n                },\n                {\n                    \"name\": \"supplier\",\n                    \"scopeIds\": [],\n                    \"localeIds\": []\n                },\n                {\n                    \"name\": \"colour\",\n                    \"scopeIds\": [],\n                    \"localeIds\": []\n                },\n                {\n                    \"name\": \"size\"\n                },\n                {\n                    \"name\": \"autoReleaseFlag\"\n                },\n                {\n                    \"name\": \"releasedDateTime\"\n                },\n                {\n                    \"name\": \"rrp\"\n                },\n                {\n                    \"name\": \"price\",\n                    \"scopeIds\": [],\n                    \"localeIds\": []\n                }\n            ],\n            \"permission\": \"denyWrite\"\n        },\n        {\n            \"userGroups\": [\n                \"62fe5a7243d99c0018732667\"\n            ],\n            \"attributes\": [],\n            \"permission\": \"allowReadWriteCreate\"\n        },\n        {\n            \"userGroups\": [\n                \"62fe59c6ce92140012a6ae21\"\n            ],\n            \"attributes\": [\n                {\n                    \"name\": \"marketingDescription\",\n                    \"scopeIds\": [\n                        \"*\",\n                        \"62fe11c7ce92140012a6a66d\",\n                        \"62fe1253ce92140012a6a66e\"\n                    ],\n                    \"localeIds\": [\n                        \"62fce77449ccd3001b067c53\",\n                        \"62fe081dce92140012a6a628\",\n                        \"62fe082b43d99c0018731b26\"\n                    ]\n                }\n            ],\n            \"permission\": \"workflowWrite\",\n            \"workflows\": [\n                \"62fe5b63ce92140012a6ae23\"\n            ]\n        }\n    ],\n    \"computedAcls\": {\n        \"62fe59161b2c5d001efe91ef\": {\n            \"desc\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"countryOfOrigin\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"gender\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"ageGroup\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"hangingOrBoxed\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"crossSell\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"descriptionBullet1\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"descriptionBullet2\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"defaultImage\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"images\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"videos\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"documents\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"brand\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"sleeveLength\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"cuff\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"fit\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"legLength\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"material\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"careInformation\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"supplier\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"colour\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"size\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"marketingDescription\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"autoReleaseFlag\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"releasedDateTime\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"rrp\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"price\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"!create\": true,\n            \"!read\": true,\n            \"!update\": true,\n            \"!delete\": true\n        },\n        \"62fe59c6ce92140012a6ae21\": {\n            \"desc\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"countryOfOrigin\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"gender\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"ageGroup\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"hangingOrBoxed\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"crossSell\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"descriptionBullet1\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"descriptionBullet2\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"defaultImage\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"images\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"videos\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"documents\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"brand\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"sleeveLength\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"cuff\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"fit\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"legLength\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"material\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"careInformation\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"supplier\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"colour\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"size\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"marketingDescription\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true,\n                \"u-*-62fce77449ccd3001b067c53\": \"62fe5b63ce92140012a6ae23\",\n                \"u-*-62fe081dce92140012a6a628\": \"62fe5b63ce92140012a6ae23\",\n                \"u-*-62fe082b43d99c0018731b26\": \"62fe5b63ce92140012a6ae23\",\n                \"u-62fe11c7ce92140012a6a66d-62fce77449ccd3001b067c53\": \"62fe5b63ce92140012a6ae23\",\n                \"u-62fe11c7ce92140012a6a66d-62fe081dce92140012a6a628\": \"62fe5b63ce92140012a6ae23\",\n                \"u-62fe11c7ce92140012a6a66d-62fe082b43d99c0018731b26\": \"62fe5b63ce92140012a6ae23\",\n                \"u-62fe1253ce92140012a6a66e-62fce77449ccd3001b067c53\": \"62fe5b63ce92140012a6ae23\",\n                \"u-62fe1253ce92140012a6a66e-62fe081dce92140012a6a628\": \"62fe5b63ce92140012a6ae23\",\n                \"u-62fe1253ce92140012a6a66e-62fe082b43d99c0018731b26\": \"62fe5b63ce92140012a6ae23\"\n            },\n            \"autoReleaseFlag\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"releasedDateTime\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"rrp\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"price\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"!create\": true,\n            \"!read\": true,\n            \"!update\": true,\n            \"!delete\": true\n        },\n        \"62fe5a7243d99c0018732667\": {\n            \"desc\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"countryOfOrigin\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"gender\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"ageGroup\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"hangingOrBoxed\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"crossSell\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"descriptionBullet1\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"descriptionBullet2\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"defaultImage\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"images\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"videos\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"documents\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"brand\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"sleeveLength\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"cuff\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"fit\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"legLength\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"material\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"careInformation\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"supplier\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"colour\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"size\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"marketingDescription\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"autoReleaseFlag\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"releasedDateTime\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"rrp\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"price\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"!create\": true,\n            \"!read\": true,\n            \"!update\": true,\n            \"!delete\": true\n        },\n        \"any\": {\n            \"desc\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"countryOfOrigin\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"gender\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"ageGroup\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"hangingOrBoxed\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"crossSell\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"descriptionBullet1\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"descriptionBullet2\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"defaultImage\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"images\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"videos\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"documents\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"brand\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"sleeveLength\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"cuff\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"fit\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"legLength\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"material\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"careInformation\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"supplier\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"colour\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"size\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"marketingDescription\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"autoReleaseFlag\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"releasedDateTime\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"rrp\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"price\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"!create\": true,\n            \"!read\": true,\n            \"!update\": true,\n            \"!delete\": true\n        }\n    },\n    \"workflows\": [\n        {\n            \"trigger\": \"update\",\n            \"workflows\": [\n                \"62fe0e0143d99c0018731b7a\"\n            ],\n            \"scope-marketingDescription\": false,\n            \"locale-marketingDescription\": false\n        },\n        {\n            \"trigger\": \"update\",\n            \"workflows\": [\n                \"62fe3b5fce92140012a6acac\"\n            ],\n            \"scope-desc\": false,\n            \"locale-desc\": false,\n            \"scope-descriptionBullet1\": false,\n            \"locale-descriptionBullet1\": false,\n            \"scope-descriptionBullet2\": false,\n            \"locale-descriptionBullet2\": false,\n            \"scope-legLength\": false,\n            \"locale-legLength\": false,\n            \"scope-careInformation\": false,\n            \"locale-careInformation\": false,\n            \"scope-supplier\": false,\n            \"locale-supplier\": false,\n            \"scope-marketingDescription\": false,\n            \"locale-marketingDescription\": false,\n            \"scope-price\": false,\n            \"locale-price\": false\n        },\n        {\n            \"trigger\": \"update\",\n            \"workflows\": [\n                \"62fe3bf043d99c001873232b\"\n            ],\n            \"scope-desc\": false,\n            \"locale-desc\": false,\n            \"scope-descriptionBullet1\": false,\n            \"locale-descriptionBullet1\": false,\n            \"scope-descriptionBullet2\": false,\n            \"locale-descriptionBullet2\": false,\n            \"scope-legLength\": false,\n            \"locale-legLength\": false,\n            \"scope-careInformation\": false,\n            \"locale-careInformation\": false,\n            \"scope-supplier\": false,\n            \"locale-supplier\": false,\n            \"scope-marketingDescription\": false,\n            \"locale-marketingDescription\": false,\n            \"scope-price\": false,\n            \"locale-price\": false\n        }\n    ],\n    \"itemSchemaId\": \"\",\n    \"itemType\": \"components\",\n    \"lifecycleId\": \"62fce77449ccd3001b067c55\",\n    \"validationRules\": [],\n    \"assignmentRules\": [],\n    \"attributeSetIds\": [\n        \"62fe127343d99c0018731b7e\",\n        \"62fd06be43d99c0018731709\",\n        \"62fcea5043d99c00187314dd\",\n        \"62fcebe31b2c5d001efe86bd\"\n    ],\n    \"taxonomy\": [\n        {\n            \"id\": \"62fce77449ccd3001b067c50\",\n            \"name\": \"Taxonomy root\",\n            \"path\": \"root\",\n            \"subs\": [\n                {\n                    \"id\": \"62fcfee309c2f60aa7000006\",\n                    \"name\": \"Shirts\",\n                    \"path\": \"root.62fce77449ccd3001b067c50\",\n                    \"subs\": [],\n                    \"sets\": {\n                        \"Style\": [\n                            \"62fe127343d99c0018731b7e\"\n                        ],\n                        \"Colour\": [\n                            \"62fd06be43d99c0018731709\"\n                        ]\n                    },\n                    \"attributes\": {\n                        \"Style\": [\n                            \"brand\",\n                            \"sleeveLength\",\n                            \"cuff\",\n                            \"fit\",\n                            \"material\",\n                            \"careInformation\",\n                            \"supplier\",\n                            \"rrp\",\n                            \"price\",\n                            \"countryOfOrigin\",\n                            \"gender\",\n                            \"ageGroup\",\n                            \"hangingOrBoxed\",\n                            \"crossSell\",\n                            \"descriptionBullet1\",\n                            \"descriptionBullet2\"\n                        ],\n                        \"Colour\": [\n                            \"colour\",\n                            \"defaultImage\",\n                            \"images\",\n                            \"videos\",\n                            \"documents\",\n                            \"marketingDescription\",\n                            \"autoReleaseFlag\",\n                            \"releasedDateTime\"\n                        ],\n                        \"Item Group\": [\n                            \"size\"\n                        ],\n                        \"Size\": [\n                            \"size\"\n                        ]\n                    },\n                    \"code\": \"\"\n                },\n                {\n                    \"id\": \"62fcfef009c2f60aa7000008\",\n                    \"name\": \"Trousers\",\n                    \"path\": \"root.62fce77449ccd3001b067c50\",\n                    \"subs\": [],\n                    \"sets\": {\n                        \"Colour\": [\n                            \"62fd06be43d99c0018731709\"\n                        ],\n                        \"Style\": [\n                            \"62fe127343d99c0018731b7e\"\n                        ]\n                    },\n                    \"attributes\": {\n                        \"Style\": [\n                            \"brand\",\n                            \"material\",\n                            \"careInformation\",\n                            \"supplier\",\n                            \"rrp\",\n                            \"price\",\n                            \"countryOfOrigin\",\n                            \"gender\",\n                            \"ageGroup\",\n                            \"hangingOrBoxed\",\n                            \"crossSell\",\n                            \"descriptionBullet1\",\n                            \"descriptionBullet2\"\n                        ],\n                        \"Size\": [\n                            \"size\",\n                            \"legLength\"\n                        ],\n                        \"Colour\": [\n                            \"colour\",\n                            \"defaultImage\",\n                            \"images\",\n                            \"videos\",\n                            \"documents\",\n                            \"marketingDescription\",\n                            \"autoReleaseFlag\",\n                            \"releasedDateTime\"\n                        ]\n                    },\n                    \"code\": \"\"\n                }\n            ],\n            \"sets\": {},\n            \"attributes\": []\n        }\n    ],\n    \"ACL\": [],\n    \"childrenUpdateParents\": true,\n    \"parentsUpdateChildren\": true,\n    \"_lastUpdatedDate\": \"2023-02-15T14:37:57.599Z\",\n    \"id\": \"62fce77449ccd3001b067c51\",\n    \"sections\": [\n        {\n            \"id\": \"62fce77449ccd3001b067c4f\",\n            \"name\": \"Basic Attributes\",\n            \"attributes\": [\n                {\n                    \"shortName\": \"desc\",\n                    \"name\": \"Description\",\n                    \"type\": \"Plain Text\",\n                    \"unitFamily\": \"weight\",\n                    \"unitOfMeasure\": \"g\",\n                    \"textInputType\": \"Short Text\",\n                    \"inputType\": \"Regular\",\n                    \"values\": \"\",\n                    \"defaultValue\": \"\",\n                    \"autoPopulateFilter\": \"\",\n                    \"minLength\": \"\",\n                    \"maxLength\": \"\",\n                    \"specialFormat\": \"(no special format)\",\n                    \"specialFormatRegex\": \"\",\n                    \"accuracy\": \"\",\n                    \"maxAssetSize\": \"\",\n                    \"allowedExtensions\": \"\",\n                    \"rounding\": \"round\",\n                    \"readOnly\": false,\n                    \"hideLabel\": false,\n                    \"isHidden\": false,\n                    \"canLocalise\": false,\n                    \"canScope\": false,\n                    \"isHeritable\": false,\n                    \"canOverride\": false,\n                    \"isFaceted\": false,\n                    \"locked\": true\n                }\n            ]\n        }\n    ],\n    \"_versionId\": \"7abd5d6dca007d28ab62030f10f9a72a82cdac03\",\n    \"dateUpdated\": \"2023-02-15T14:37:57.601Z\",\n    \"hasReadAccess\": true,\n    \"hasWriteAccess\": true\n}"}],"_postman_id":"8d1a393e-db89-45a7-9392-cff45ada9ee2"},{"name":"Get is taxonomy deletable","id":"a43a8d1a-beed-406c-90f5-069ecee9706c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pimber.ly/api/schemas/canDeleteTaxonomy","description":"<p>This endpoint will return either <code>true</code> or <code>false</code> based on whether the user has permission to delete the schemas' taxonomies. The <code>ids[]</code> query parameter must be included to specify the schema(s) to check against (by their Mongo ID).</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","schemas","canDeleteTaxonomy"],"host":["pimber.ly"],"query":[{"disabled":true,"description":{"content":"<p><em><strong>Required</strong></em> | <em>[string]</em> | <em>Default: None</em> | Array of Mongo IDs for the schemas you want to query</p>\n","type":"text/plain"},"key":"ids[]","value":""}],"variable":[]}},"response":[{"id":"8f7c1bb9-bbd9-433e-8222-e0d974bcd4ef","name":"Get is taxonomy deletable","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://pimber.ly/api/schemas/canDeleteTaxonomy?ids[]=[62fce77449ccd3001b067c51]","protocol":"https","host":["pimber","ly"],"path":["api","schemas","canDeleteTaxonomy"],"query":[{"key":"ids[]","value":"[62fce77449ccd3001b067c51]","description":"_**Required**_ | _[string]_ | _Default: None_ | Array of Mongo IDs for the schemas you want to query"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"11"},{"key":"Date","value":"Thu, 24 Aug 2023 13:18:03 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"ok\": true\n}"}],"_postman_id":"a43a8d1a-beed-406c-90f5-069ecee9706c"},{"name":"Update schema by Mongo ID","id":"c13d787a-7754-4d8b-9d44-46632a937cdc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://pimber.ly/api/schemas/:schema_id","description":"<p>This endpoint will update a schema specified by its Mongo ID, based on the JSON provided in the request's body.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","schemas",":schema_id"],"host":["pimber.ly"],"query":[],"variable":[{"id":"1c513086-fb8c-4fe7-9279-ad7d2d9381e5","description":{"content":"<p>Mongo ID of the schema you want to update</p>\n","type":"text/plain"},"type":"any","value":"","key":"schema_id"}]}},"response":[{"id":"03eb920b-ec5b-45b1-a4b8-9622acd93682","name":"Update schema by Mongo ID","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"name\": \"Updated Schema Name\"\n}","options":{"raw":{"language":"json"}}},"url":"https://pimber.ly/api/schemas/64ede603e580da00187836ba"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1241"},{"key":"Date","value":"Tue, 29 Aug 2023 12:36:30 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountId\": \"62fce77449ccd3001b067c4e\",\n    \"name\": \"Updated Schema Name\",\n    \"description\": \"\",\n    \"status\": \"Active\",\n    \"primaryId\": {\n        \"name\": \"Product Code\",\n        \"primaryDescriptionProperty\": \"description\",\n        \"prefix\": \"\",\n        \"suffix\": \"\",\n        \"padChar\": \"0\",\n        \"format\": \"unrestricted\",\n        \"doAutoGenIds\": true,\n        \"doAllowOverride\": false,\n        \"canScope\": false,\n        \"fixedLength\": \"\",\n        \"uppercase\": false\n    },\n    \"primaryDescriptionProperty\": \"\",\n    \"acls\": [\n        {\n            \"userGroups\": [],\n            \"attributes\": [],\n            \"permission\": \"allowReadWriteCreate\"\n        }\n    ],\n    \"computedAcls\": {\n        \"any\": {\n            \"desc\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"color\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"!create\": true,\n            \"!read\": true,\n            \"!update\": true,\n            \"!delete\": true\n        }\n    },\n    \"workflows\": [],\n    \"itemSchemaId\": \"\",\n    \"itemType\": \"components\",\n    \"lifecycleId\": \"62fce77449ccd3001b067c55\",\n    \"variantAxes\": [],\n    \"validationRules\": [],\n    \"assignmentRules\": [],\n    \"attributeSetIds\": [],\n    \"taxonomy\": [\n        {\n            \"id\": \"64ede5f906abef549900000c\",\n            \"name\": \"Taxonomy root\",\n            \"path\": \"root\",\n            \"subs\": [],\n            \"sets\": {\n                \"Size\": [],\n                \"Colour\": [],\n                \"Style\": []\n            },\n            \"attributes\": []\n        }\n    ],\n    \"ACL\": [],\n    \"childrenUpdateParents\": false,\n    \"parentsUpdateChildren\": false,\n    \"_lastUpdatedDate\": \"2023-08-29T12:36:29.943Z\",\n    \"id\": \"64ede603e580da00187836ba\",\n    \"_versionId\": \"6ce2b871579bc4a7b23c144e6c4aaf151966ce2d\",\n    \"dateCreated\": \"2023-08-29T12:35:15.354Z\",\n    \"dateUpdated\": \"2023-08-29T12:36:29.944Z\"\n}"}],"_postman_id":"c13d787a-7754-4d8b-9d44-46632a937cdc"},{"name":"Update schema by Mongo ID Copy","id":"194a2196-ae4d-4ff2-b14c-2730869874bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://pimber.ly/api/schemas/:schema_id","description":"<p>This endpoint will update a schema specified by its Mongo ID, based on the JSON provided in the request's body.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","schemas",":schema_id"],"host":["pimber.ly"],"query":[],"variable":[{"id":"aebb2e12-d5f5-4eea-adee-54e48d1264e7","description":{"content":"<p>Mongo ID of the schema you want to update</p>\n","type":"text/plain"},"type":"any","value":"","key":"schema_id"}]}},"response":[{"id":"e2bc022e-045d-4721-9191-f6359883ee97","name":"Update schema by Mongo ID","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"name\": \"Updated Schema Name by PUT\"\n}","options":{"raw":{"language":"json"}}},"url":"https://pimber.ly/api/schemas/64ede603e580da00187836ba"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1248"},{"key":"Date","value":"Tue, 29 Aug 2023 12:37:20 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountId\": \"62fce77449ccd3001b067c4e\",\n    \"name\": \"Updated Schema Name by PUT\",\n    \"description\": \"\",\n    \"status\": \"Active\",\n    \"primaryId\": {\n        \"name\": \"Product Code\",\n        \"primaryDescriptionProperty\": \"description\",\n        \"prefix\": \"\",\n        \"suffix\": \"\",\n        \"padChar\": \"0\",\n        \"format\": \"unrestricted\",\n        \"doAutoGenIds\": true,\n        \"doAllowOverride\": false,\n        \"canScope\": false,\n        \"fixedLength\": \"\",\n        \"uppercase\": false\n    },\n    \"primaryDescriptionProperty\": \"\",\n    \"acls\": [\n        {\n            \"userGroups\": [],\n            \"attributes\": [],\n            \"permission\": \"allowReadWriteCreate\"\n        }\n    ],\n    \"computedAcls\": {\n        \"any\": {\n            \"desc\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"color\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true,\n                \"d\": true\n            },\n            \"!create\": true,\n            \"!read\": true,\n            \"!update\": true,\n            \"!delete\": true\n        }\n    },\n    \"workflows\": [],\n    \"itemSchemaId\": \"\",\n    \"itemType\": \"components\",\n    \"lifecycleId\": \"62fce77449ccd3001b067c55\",\n    \"variantAxes\": [],\n    \"validationRules\": [],\n    \"assignmentRules\": [],\n    \"attributeSetIds\": [],\n    \"taxonomy\": [\n        {\n            \"id\": \"64ede5f906abef549900000c\",\n            \"name\": \"Taxonomy root\",\n            \"path\": \"root\",\n            \"subs\": [],\n            \"sets\": {\n                \"Size\": [],\n                \"Colour\": [],\n                \"Style\": []\n            },\n            \"attributes\": []\n        }\n    ],\n    \"ACL\": [],\n    \"childrenUpdateParents\": false,\n    \"parentsUpdateChildren\": false,\n    \"_lastUpdatedDate\": \"2023-08-29T12:37:20.746Z\",\n    \"id\": \"64ede603e580da00187836ba\",\n    \"_versionId\": \"863d75afc4f8e51bbff8745a0822c941d2b5f1b9\",\n    \"dateCreated\": \"2023-08-29T12:35:15.354Z\",\n    \"dateUpdated\": \"2023-08-29T12:37:20.747Z\"\n}"}],"_postman_id":"194a2196-ae4d-4ff2-b14c-2730869874bb"},{"name":"Replace existing schema","id":"5ff87b15-9560-47e2-b99d-de4c970ed380","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://pimber.ly/api/schemas/:schema_id/replace","description":"<p>This endpoint will replace an existing schema (specified by its Mongo ID) with a new version defined in JSON in the request's body.</p>\n<p>This works similarly to the <code>PUT</code> and <code>PATCH</code> update requests, however in this case the entire document must be specified (rather than just the fields to be updated).</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","schemas",":schema_id","replace"],"host":["pimber.ly"],"query":[],"variable":[{"id":"98807e0b-860c-4550-81c0-28259345b203","description":{"content":"<p>Mongo ID of the schema you want to replace</p>\n","type":"text/plain"},"type":"any","value":"","key":"schema_id"}]}},"response":[{"id":"938a84f7-e0bf-4801-874e-c3dea698caff","name":"Replace existing schema","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"accountId\": \"59c4eb89cbd9882649b1708b\",\n    \"name\": \"Example Schema\",\n    \"description\": \"\",\n    \"status\": \"Active\",\n    \"primaryDescriptionProperty\": \"\",\n    \"itemSchemaId\": \"\",\n    \"itemType\": \"components\",\n    \"lifecycleId\": \"59c4eb89cbd9882649b17092\",\n    \"childrenUpdateParents\": false,\n    \"_lastUpdatedDate\": \"2019-05-08T14:12:20.440Z\",\n    \"id\": \"5c3ca5a5101424001520f7ed\",\n    \"_versionId\": \"0d5cbc1608480ec76d17ba3b95e7459813e265ed\",\n    \"dateCreate\": \"2019-01-14T15:07:17.451Z\",\n    \"dateUpdated\": \"2019-05-08T14:12:20.441Z\",\n    \"primaryId\": {\n        \"name\": \"CODE\",\n        \"primaryDescriptionProperty\": \"description\",\n        \"prefix\": \"\",\n        \"suffix\": \"\",\n        \"padChar\": \"0\",\n        \"format\": \"unrestricted\",\n        \"doAutoGenIds\": false,\n        \"doAllowOverride\": false,\n        \"canScope\": false,\n        \"fixedLength\": \"\",\n        \"uppercase\": false\n    },\n    \"acls\": [\n        {\n            \"userGroups\": [],\n            \"attributes\": [],\n            \"permission\": \"allowReadWriteCreate\"\n        }\n    ],\n    \"computedAcls\": {\n        \"any\": {\n            \"LongDescription\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"colour\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"size\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"kgkgkgkgkgkgkkgkggkkgkgkgkgkgkgkkgkgkkggkkgkkgkgkggkgk\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"Images\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"colourSwatches\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"videos\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true\n            },\n            \"Documents\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"itemInStock\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"stock\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"reStockDate\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"Amazon\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"ebay\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"webStores\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"upSell\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"manufacturerBrand\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"Discontinued\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"department\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"name\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"DefaultImage\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"productReference\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"buyer\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"ExtraLargeAttributeName\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"HTML\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"Multi\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"Free\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"Free2\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"texta\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"KVP\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"textb\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"TextB\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"prod1\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"prod2\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"Date\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"Time\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"DateTime\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"Number\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"Bool\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"SingleCombo\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"SingleSelectDataSet\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"MultiSelectDataSet\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"Code2498\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"Text2499\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"SimpleMultiSelect\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"URL\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"Currency\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"MultiCombo\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"largeMultiCombo\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"parentID\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"schemaClassification\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"categorisation\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"productType\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"basicAttributesProductReference\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"productDescription\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"manufacturer\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"supplier\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"brand\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"buyerInitials\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"basicAttributesSize\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"basicAttributesColour\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"marketingDescription\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"defaultImage\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"images\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"basicAttributesVideos\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"documents\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"RRP\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"salePrice\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"costPrice\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"material\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"pattern\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"neckline\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"sleeveLength\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"washingInstructions\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"code\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"hjhjhjjhjhhjhjjhjhjjhjhjhjhjhjjhjhjhjhjhjhjhjhjhjjhjhhjhjh\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"Text\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"Description\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"Colour\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"Size\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"SizeColour\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"DreMulti1\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"MultiSelect\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"MultiCOMBO\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"SingleSelect\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"combo\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"!create\": true,\n            \"!read\": true,\n            \"!update\": true\n        }\n    },\n    \"workflows\": [],\n    \"variantAxes\": [],\n    \"validationRules\": [],\n    \"assignmentRules\": [],\n    \"attributeSetIds\": [\n        \"5a290517c03b880030eec9bd\",\n        \"59c512a09db27d000eb27840\",\n        \"59c5116e4a7c92000e1255ea\",\n        \"59c5119efaae4f000e5b10f8\",\n        \"59c511c19e16530010fe9346\",\n        \"59d4d2c2e22a430011de6f2a\",\n        \"59db49588041e9000e1248e9\",\n        \"59de35970bc287000e5ed175\",\n        \"59fc9c603a4013000eb8e8b1\",\n        \"5be17ea1b570b9000fdc9eaa\",\n        \"59c4eb89cbd9882649b1708c\"\n    ],\n    \"taxonomy\": [\n        {\n            \"id\": \"5c3ca5955e63af2320000011\",\n            \"name\": \"Taxonomy root\",\n            \"path\": \"root\",\n            \"subs\": [],\n            \"sets\": {\n                \"Item\": [\n                    \"5a290517c03b880030eec9bd\",\n                    \"59c512a09db27d000eb27840\",\n                    \"59c5116e4a7c92000e1255ea\",\n                    \"59c5119efaae4f000e5b10f8\",\n                    \"59c511c19e16530010fe9346\",\n                    \"59d4d2c2e22a430011de6f2a\",\n                    \"59db49588041e9000e1248e9\",\n                    \"59de35970bc287000e5ed175\",\n                    \"59fc9c603a4013000eb8e8b1\",\n                    \"5be17ea1b570b9000fdc9eaa\"\n                ],\n                \"Product\": [\n                    \"5a290517c03b880030eec9bd\",\n                    \"59c512a09db27d000eb27840\",\n                    \"59c5116e4a7c92000e1255ea\",\n                    \"59c5119efaae4f000e5b10f8\",\n                    \"59c511c19e16530010fe9346\",\n                    \"59d4d2c2e22a430011de6f2a\",\n                    \"59db49588041e9000e1248e9\",\n                    \"59de35970bc287000e5ed175\",\n                    \"59fc9c603a4013000eb8e8b1\",\n                    \"5be17ea1b570b9000fdc9eaa\"\n                ],\n                \"Bundle\": [\n                    \"5a290517c03b880030eec9bd\",\n                    \"59c512a09db27d000eb27840\",\n                    \"59c5116e4a7c92000e1255ea\",\n                    \"59c5119efaae4f000e5b10f8\",\n                    \"59c511c19e16530010fe9346\",\n                    \"59d4d2c2e22a430011de6f2a\",\n                    \"59db49588041e9000e1248e9\",\n                    \"59de35970bc287000e5ed175\",\n                    \"59fc9c603a4013000eb8e8b1\",\n                    \"5be17ea1b570b9000fdc9eaa\"\n                ],\n                \"Bathroom\": [\n                    \"5a290517c03b880030eec9bd\",\n                    \"59c512a09db27d000eb27840\",\n                    \"59c5116e4a7c92000e1255ea\",\n                    \"59c5119efaae4f000e5b10f8\",\n                    \"59c511c19e16530010fe9346\",\n                    \"59d4d2c2e22a430011de6f2a\",\n                    \"59db49588041e9000e1248e9\",\n                    \"59de35970bc287000e5ed175\",\n                    \"59fc9c603a4013000eb8e8b1\",\n                    \"5be17ea1b570b9000fdc9eaa\"\n                ]\n            },\n            \"attributes\": {\n                \"Item\": [\n                    \"desc\",\n                    \"productNotes\",\n                    \"Features\",\n                    \"collection\",\n                    \"categories\",\n                    \"gradeIndex\",\n                    \"gender\",\n                    \"details\",\n                    \"composition\",\n                    \"colour\",\n                    \"size\",\n                    \"Images\",\n                    \"colourSwatches\",\n                    \"videos\",\n                    \"documents\",\n                    \"price\",\n                    \"onSale\",\n                    \"salePrice\",\n                    \"itemInStock\",\n                    \"stock\",\n                    \"reStockDate\",\n                    \"area\",\n                    \"featuresType\",\n                    \"productShape\",\n                    \"fit\",\n                    \"material\",\n                    \"pattern\",\n                    \"fastening\",\n                    \"externalPockets\",\n                    \"internalPockets\",\n                    \"neckline\",\n                    \"sleeveLength\",\n                    \"numberOfVents\",\n                    \"lapelShape\",\n                    \"hasBeltLoops\",\n                    \"readyForWeb\",\n                    \"washingInstructions\",\n                    \"Amazon\",\n                    \"ebay\",\n                    \"webStores\",\n                    \"CrossSell\",\n                    \"upSell\",\n                    \"manufacturerBrand\",\n                    \"Discontinued\",\n                    \"department\"\n                ],\n                \"Product\": [\n                    \"desc\",\n                    \"productNotes\",\n                    \"Features\",\n                    \"collection\",\n                    \"categories\",\n                    \"gradeIndex\",\n                    \"gender\",\n                    \"details\",\n                    \"composition\",\n                    \"colour\",\n                    \"size\",\n                    \"Images\",\n                    \"colourSwatches\",\n                    \"videos\",\n                    \"documents\",\n                    \"price\",\n                    \"onSale\",\n                    \"salePrice\",\n                    \"itemInStock\",\n                    \"stock\",\n                    \"reStockDate\",\n                    \"area\",\n                    \"featuresType\",\n                    \"productShape\",\n                    \"fit\",\n                    \"material\",\n                    \"pattern\",\n                    \"fastening\",\n                    \"externalPockets\",\n                    \"internalPockets\",\n                    \"neckline\",\n                    \"sleeveLength\",\n                    \"numberOfVents\",\n                    \"lapelShape\",\n                    \"hasBeltLoops\",\n                    \"readyForWeb\",\n                    \"washingInstructions\",\n                    \"Amazon\",\n                    \"ebay\",\n                    \"webStores\",\n                    \"CrossSell\",\n                    \"upSell\",\n                    \"manufacturerBrand\",\n                    \"Discontinued\",\n                    \"department\"\n                ],\n                \"Bundle\": [\n                    \"desc\",\n                    \"productNotes\",\n                    \"Features\",\n                    \"collection\",\n                    \"categories\",\n                    \"gradeIndex\",\n                    \"gender\",\n                    \"details\",\n                    \"composition\",\n                    \"colour\",\n                    \"size\",\n                    \"Images\",\n                    \"colourSwatches\",\n                    \"videos\",\n                    \"documents\",\n                    \"price\",\n                    \"onSale\",\n                    \"salePrice\",\n                    \"itemInStock\",\n                    \"stock\",\n                    \"reStockDate\",\n                    \"area\",\n                    \"featuresType\",\n                    \"productShape\",\n                    \"fit\",\n                    \"material\",\n                    \"pattern\",\n                    \"fastening\",\n                    \"externalPockets\",\n                    \"internalPockets\",\n                    \"neckline\",\n                    \"sleeveLength\",\n                    \"numberOfVents\",\n                    \"lapelShape\",\n                    \"hasBeltLoops\",\n                    \"readyForWeb\",\n                    \"washingInstructions\",\n                    \"Amazon\",\n                    \"ebay\",\n                    \"webStores\",\n                    \"CrossSell\",\n                    \"upSell\",\n                    \"manufacturerBrand\",\n                    \"Discontinued\",\n                    \"department\"\n                ],\n                \"Bathroom\": [\n                    \"desc\",\n                    \"productNotes\",\n                    \"Features\",\n                    \"collection\",\n                    \"categories\",\n                    \"gradeIndex\",\n                    \"gender\",\n                    \"details\",\n                    \"composition\",\n                    \"colour\",\n                    \"size\",\n                    \"Images\",\n                    \"colourSwatches\",\n                    \"videos\",\n                    \"documents\",\n                    \"price\",\n                    \"onSale\",\n                    \"salePrice\",\n                    \"itemInStock\",\n                    \"stock\",\n                    \"reStockDate\",\n                    \"area\",\n                    \"featuresType\",\n                    \"productShape\",\n                    \"fit\",\n                    \"material\",\n                    \"pattern\",\n                    \"fastening\",\n                    \"externalPockets\",\n                    \"internalPockets\",\n                    \"neckline\",\n                    \"sleeveLength\",\n                    \"numberOfVents\",\n                    \"lapelShape\",\n                    \"hasBeltLoops\",\n                    \"readyForWeb\",\n                    \"washingInstructions\",\n                    \"Amazon\",\n                    \"ebay\",\n                    \"webStores\",\n                    \"CrossSell\",\n                    \"upSell\",\n                    \"manufacturerBrand\",\n                    \"Discontinued\",\n                    \"department\"\n                ]\n            },\n            \"code\": \"\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://pimber.ly/api/schemas/64ede603e580da00187836ba/replace"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountId\": \"59c4eb89cbd9882649b1708b\",\n    \"name\": \"Example Schema\",\n    \"description\": \"\",\n    \"status\": \"Active\",\n    \"primaryId\": {\n        \"name\": \"CODE\",\n        \"primaryDescriptionProperty\": \"description\",\n        \"prefix\": \"\",\n        \"suffix\": \"\",\n        \"padChar\": \"0\",\n        \"format\": \"unrestricted\",\n        \"doAutoGenIds\": false,\n        \"doAllowOverride\": false,\n        \"canScope\": false,\n        \"fixedLength\": \"\",\n        \"uppercase\": false\n    },\n    \"primaryDescriptionProperty\": \"\",\n    \"acls\": [\n        {\n            \"userGroups\": [],\n            \"attributes\": [],\n            \"permission\": \"allowReadWriteCreate\"\n        }\n    ],\n    \"computedAcls\": {\n        \"any\": {\n            \"LongDescription\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"colour\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"size\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"kgkgkgkgkgkgkkgkggkkgkgkgkgkgkgkkgkgkkggkkgkkgkgkggkgk\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"Images\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"colourSwatches\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"videos\": {\n                \"u\": false,\n                \"r\": true,\n                \"c\": true\n            },\n            \"Documents\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"itemInStock\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"stock\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"reStockDate\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"Amazon\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"ebay\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"webStores\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"upSell\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"manufacturerBrand\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"Discontinued\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"department\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"name\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"DefaultImage\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"productReference\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"buyer\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"ExtraLargeAttributeName\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"HTML\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"Multi\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"Free\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"Free2\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"texta\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"KVP\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"textb\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"TextB\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"prod1\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"prod2\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"Date\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"Time\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"DateTime\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"Number\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"Bool\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"SingleCombo\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"SingleSelectDataSet\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"MultiSelectDataSet\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"Code2498\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"Text2499\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"SimpleMultiSelect\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"URL\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"Currency\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"MultiCombo\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"largeMultiCombo\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"parentID\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"schemaClassification\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"categorisation\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"productType\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"basicAttributesProductReference\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"productDescription\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"manufacturer\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"supplier\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"brand\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"buyerInitials\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"basicAttributesSize\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"basicAttributesColour\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"marketingDescription\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"defaultImage\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"images\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"basicAttributesVideos\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"documents\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"RRP\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"salePrice\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"costPrice\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"material\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"pattern\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"neckline\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"sleeveLength\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"washingInstructions\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"code\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"hjhjhjjhjhhjhjjhjhjjhjhjhjhjhjjhjhjhjhjhjhjhjhjhjjhjhhjhjh\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"Text\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"Description\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"Colour\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"Size\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"SizeColour\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"DreMulti1\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"MultiSelect\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"MultiCOMBO\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"SingleSelect\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"combo\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"!create\": true,\n            \"!read\": true,\n            \"!update\": true\n        }\n    },\n    \"workflows\": [],\n    \"itemSchemaId\": \"\",\n    \"itemType\": \"components\",\n    \"lifecycleId\": \"59c4eb89cbd9882649b17092\",\n    \"variantAxes\": [],\n    \"validationRules\": [],\n    \"assignmentRules\": [],\n    \"attributeSetIds\": [\n        \"5a290517c03b880030eec9bd\",\n        \"59c512a09db27d000eb27840\",\n        \"59c5116e4a7c92000e1255ea\",\n        \"59c5119efaae4f000e5b10f8\",\n        \"59c511c19e16530010fe9346\",\n        \"59d4d2c2e22a430011de6f2a\",\n        \"59db49588041e9000e1248e9\",\n        \"59de35970bc287000e5ed175\",\n        \"59fc9c603a4013000eb8e8b1\",\n        \"5be17ea1b570b9000fdc9eaa\",\n        \"59c4eb89cbd9882649b1708c\"\n    ],\n    \"taxonomy\": [\n        {\n            \"id\": \"5c3ca5955e63af2320000011\",\n            \"name\": \"Taxonomy root\",\n            \"path\": \"root\",\n            \"subs\": [],\n            \"sets\": {\n                \"Item\": [\n                    \"5a290517c03b880030eec9bd\",\n                    \"59c512a09db27d000eb27840\",\n                    \"59c5116e4a7c92000e1255ea\",\n                    \"59c5119efaae4f000e5b10f8\",\n                    \"59c511c19e16530010fe9346\",\n                    \"59d4d2c2e22a430011de6f2a\",\n                    \"59db49588041e9000e1248e9\",\n                    \"59de35970bc287000e5ed175\",\n                    \"59fc9c603a4013000eb8e8b1\",\n                    \"5be17ea1b570b9000fdc9eaa\"\n                ],\n                \"Product\": [\n                    \"5a290517c03b880030eec9bd\",\n                    \"59c512a09db27d000eb27840\",\n                    \"59c5116e4a7c92000e1255ea\",\n                    \"59c5119efaae4f000e5b10f8\",\n                    \"59c511c19e16530010fe9346\",\n                    \"59d4d2c2e22a430011de6f2a\",\n                    \"59db49588041e9000e1248e9\",\n                    \"59de35970bc287000e5ed175\",\n                    \"59fc9c603a4013000eb8e8b1\",\n                    \"5be17ea1b570b9000fdc9eaa\"\n                ],\n                \"Bundle\": [\n                    \"5a290517c03b880030eec9bd\",\n                    \"59c512a09db27d000eb27840\",\n                    \"59c5116e4a7c92000e1255ea\",\n                    \"59c5119efaae4f000e5b10f8\",\n                    \"59c511c19e16530010fe9346\",\n                    \"59d4d2c2e22a430011de6f2a\",\n                    \"59db49588041e9000e1248e9\",\n                    \"59de35970bc287000e5ed175\",\n                    \"59fc9c603a4013000eb8e8b1\",\n                    \"5be17ea1b570b9000fdc9eaa\"\n                ],\n                \"Bathroom\": [\n                    \"5a290517c03b880030eec9bd\",\n                    \"59c512a09db27d000eb27840\",\n                    \"59c5116e4a7c92000e1255ea\",\n                    \"59c5119efaae4f000e5b10f8\",\n                    \"59c511c19e16530010fe9346\",\n                    \"59d4d2c2e22a430011de6f2a\",\n                    \"59db49588041e9000e1248e9\",\n                    \"59de35970bc287000e5ed175\",\n                    \"59fc9c603a4013000eb8e8b1\",\n                    \"5be17ea1b570b9000fdc9eaa\"\n                ]\n            },\n            \"attributes\": {\n                \"Item\": [\n                    \"desc\",\n                    \"productNotes\",\n                    \"Features\",\n                    \"collection\",\n                    \"categories\",\n                    \"gradeIndex\",\n                    \"gender\",\n                    \"details\",\n                    \"composition\",\n                    \"colour\",\n                    \"size\",\n                    \"Images\",\n                    \"colourSwatches\",\n                    \"videos\",\n                    \"documents\",\n                    \"price\",\n                    \"onSale\",\n                    \"salePrice\",\n                    \"itemInStock\",\n                    \"stock\",\n                    \"reStockDate\",\n                    \"area\",\n                    \"featuresType\",\n                    \"productShape\",\n                    \"fit\",\n                    \"material\",\n                    \"pattern\",\n                    \"fastening\",\n                    \"externalPockets\",\n                    \"internalPockets\",\n                    \"neckline\",\n                    \"sleeveLength\",\n                    \"numberOfVents\",\n                    \"lapelShape\",\n                    \"hasBeltLoops\",\n                    \"readyForWeb\",\n                    \"washingInstructions\",\n                    \"Amazon\",\n                    \"ebay\",\n                    \"webStores\",\n                    \"CrossSell\",\n                    \"upSell\",\n                    \"manufacturerBrand\",\n                    \"Discontinued\",\n                    \"department\"\n                ],\n                \"Product\": [\n                    \"desc\",\n                    \"productNotes\",\n                    \"Features\",\n                    \"collection\",\n                    \"categories\",\n                    \"gradeIndex\",\n                    \"gender\",\n                    \"details\",\n                    \"composition\",\n                    \"colour\",\n                    \"size\",\n                    \"Images\",\n                    \"colourSwatches\",\n                    \"videos\",\n                    \"documents\",\n                    \"price\",\n                    \"onSale\",\n                    \"salePrice\",\n                    \"itemInStock\",\n                    \"stock\",\n                    \"reStockDate\",\n                    \"area\",\n                    \"featuresType\",\n                    \"productShape\",\n                    \"fit\",\n                    \"material\",\n                    \"pattern\",\n                    \"fastening\",\n                    \"externalPockets\",\n                    \"internalPockets\",\n                    \"neckline\",\n                    \"sleeveLength\",\n                    \"numberOfVents\",\n                    \"lapelShape\",\n                    \"hasBeltLoops\",\n                    \"readyForWeb\",\n                    \"washingInstructions\",\n                    \"Amazon\",\n                    \"ebay\",\n                    \"webStores\",\n                    \"CrossSell\",\n                    \"upSell\",\n                    \"manufacturerBrand\",\n                    \"Discontinued\",\n                    \"department\"\n                ],\n                \"Bundle\": [\n                    \"desc\",\n                    \"productNotes\",\n                    \"Features\",\n                    \"collection\",\n                    \"categories\",\n                    \"gradeIndex\",\n                    \"gender\",\n                    \"details\",\n                    \"composition\",\n                    \"colour\",\n                    \"size\",\n                    \"Images\",\n                    \"colourSwatches\",\n                    \"videos\",\n                    \"documents\",\n                    \"price\",\n                    \"onSale\",\n                    \"salePrice\",\n                    \"itemInStock\",\n                    \"stock\",\n                    \"reStockDate\",\n                    \"area\",\n                    \"featuresType\",\n                    \"productShape\",\n                    \"fit\",\n                    \"material\",\n                    \"pattern\",\n                    \"fastening\",\n                    \"externalPockets\",\n                    \"internalPockets\",\n                    \"neckline\",\n                    \"sleeveLength\",\n                    \"numberOfVents\",\n                    \"lapelShape\",\n                    \"hasBeltLoops\",\n                    \"readyForWeb\",\n                    \"washingInstructions\",\n                    \"Amazon\",\n                    \"ebay\",\n                    \"webStores\",\n                    \"CrossSell\",\n                    \"upSell\",\n                    \"manufacturerBrand\",\n                    \"Discontinued\",\n                    \"department\"\n                ],\n                \"Bathroom\": [\n                    \"desc\",\n                    \"productNotes\",\n                    \"Features\",\n                    \"collection\",\n                    \"categories\",\n                    \"gradeIndex\",\n                    \"gender\",\n                    \"details\",\n                    \"composition\",\n                    \"colour\",\n                    \"size\",\n                    \"Images\",\n                    \"colourSwatches\",\n                    \"videos\",\n                    \"documents\",\n                    \"price\",\n                    \"onSale\",\n                    \"salePrice\",\n                    \"itemInStock\",\n                    \"stock\",\n                    \"reStockDate\",\n                    \"area\",\n                    \"featuresType\",\n                    \"productShape\",\n                    \"fit\",\n                    \"material\",\n                    \"pattern\",\n                    \"fastening\",\n                    \"externalPockets\",\n                    \"internalPockets\",\n                    \"neckline\",\n                    \"sleeveLength\",\n                    \"numberOfVents\",\n                    \"lapelShape\",\n                    \"hasBeltLoops\",\n                    \"readyForWeb\",\n                    \"washingInstructions\",\n                    \"Amazon\",\n                    \"ebay\",\n                    \"webStores\",\n                    \"CrossSell\",\n                    \"upSell\",\n                    \"manufacturerBrand\",\n                    \"Discontinued\",\n                    \"department\"\n                ]\n            },\n            \"code\": \"\"\n        }\n    ],\n    \"childrenUpdateParents\": false,\n    \"_lastUpdatedDate\": \"2019-05-08T14:12:20.440Z\",\n    \"id\": \"5c3ca5a5101424001520f7ed\",\n    \"_versionId\": \"0d5cbc1608480ec76d17ba3b95e7459813e265ed\",\n    \"dateCreate\": \"2019-01-14T15:07:17.451Z\",\n    \"dateUpdated\": \"2019-05-08T14:12:20.441Z\"\n}"}],"_postman_id":"5ff87b15-9560-47e2-b99d-de4c970ed380"},{"name":"Create new schema","id":"9d6c4362-102d-4e90-8a0e-a9b5efd42159","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://pimber.ly/api/schemas","description":"<p>This endpoint will create a new schema as defined by the JSON provided in the request's body.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","schemas"],"host":["pimber.ly"],"query":[],"variable":[]}},"response":[{"id":"4fefe760-81c0-4be7-95ba-be4430c57b67","name":"Create new schema","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"accountId\": \"59c4eb89cbd9882649b1708b\",\n    \"name\": \"New_Schema\",\n    \"description\": \"New Schema\",\n    \"status\": \"Active\",\n    \"primaryDescriptionProperty\": \"\",\n    \"itemSchemaId\": \"\",\n    \"itemType\": \"components\",\n    \"lifecycleId\": \"59c4eb89cbd9882649b17092\",\n    \"childrenUpdateParents\": false,\n    \"_lastUpdatedDate\": \"2019-05-08T10:24:16.149Z\",\n    \"_versionId\": \"0d4d5301a87ca9fe0cd668cbf4392a888be8bd84\",\n    \"dateCreate\": \"2019-05-08T10:24:16.149Z\",\n    \"dateUpdated\": \"2019-05-08T10:24:16.149Z\",\n    \"primaryId\": {\n        \"name\": \"Product Code\",\n        \"primaryDescriptionProperty\": \"description\",\n        \"prefix\": \"\",\n        \"suffix\": \"\",\n        \"padChar\": \"0\",\n        \"format\": \"unrestricted\",\n        \"doAutoGenIds\": true,\n        \"doAllowOverride\": false,\n        \"canScope\": false,\n        \"fixedLength\": \"\",\n        \"uppercase\": false\n    },\n    \"acls\": [\n        {\n            \"userGroups\": [],\n            \"attributes\": [],\n            \"permission\": \"allowReadWriteCreate\"\n        }\n    ],\n    \"computedAcls\": {\n        \"any\": {\n            \"name\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"DefaultImage\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"productReference\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"buyer\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"ExtraLargeAttributeName\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"HTML\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"Multi\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"Free\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"Free2\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"texta\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"KVP\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"textb\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"TextB\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"prod1\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"prod2\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"Date\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"Time\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"DateTime\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"Number\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"Bool\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"SingleCombo\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"SingleSelectDataSet\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"MultiSelectDataSet\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"Code2498\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"Text2499\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"SimpleMultiSelect\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"URL\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"Currency\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"MultiCombo\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"largeMultiCombo\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"parentID\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"schemaClassification\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"categorisation\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"productType\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"basicAttributesProductReference\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"productDescription\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"manufacturer\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"supplier\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"brand\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"buyerInitials\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"basicAttributesSize\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"basicAttributesColour\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"marketingDescription\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"defaultImage\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"images\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"basicAttributesVideos\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"documents\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"RRP\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"salePrice\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"costPrice\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"material\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"pattern\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"neckline\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"sleeveLength\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"washingInstructions\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"code\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"hjhjhjjhjhhjhjjhjhjjhjhjhjhjhjjhjhjhjhjhjhjhjhjhjjhjhhjhjh\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"Text\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"Description\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"Colour\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"Size\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"SizeColour\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"DreMulti1\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"MultiSelect\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"MultiCOMBO\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"SingleSelect\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"combo\": {\n                \"u\": true,\n                \"r\": true,\n                \"c\": true\n            },\n            \"!create\": true,\n            \"!read\": true,\n            \"!update\": true\n        }\n    },\n    \"workflows\": [],\n    \"variantAxes\": [],\n    \"validationRules\": [],\n    \"assignmentRules\": [],\n    \"attributeSetIds\": [],\n    \"taxonomy\": [\n        {\n            \"id\": \"5cd2ae445e63af66ba000013\",\n            \"name\": \"Taxonomy root\",\n            \"path\": \"root\",\n            \"subs\": [],\n            \"sets\": {\n                \"Item\": [],\n                \"Product\": [],\n                \"Bundle\": [],\n                \"clothes\": []\n            },\n            \"attributes\": [],\n            \"code\": \"\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://pimber.ly/api/schemas"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"accountId\": \"59c4eb89cbd9882649b1708b\",\n  \"name\": \"New_Schema\",\n  \"description\": \"New Schema\",\n  \"status\": \"Active\",\n  \"primaryId\": {\n    \"name\": \"Product Code\",\n    \"primaryDescriptionProperty\": \"description\",\n    \"prefix\": \"\",\n    \"suffix\": \"\",\n    \"padChar\": \"0\",\n    \"format\": \"unrestricted\",\n    \"doAutoGenIds\": true,\n    \"doAllowOverride\": false,\n    \"canScope\": false,\n    \"fixedLength\": \"\",\n    \"uppercase\": false\n  },\n  \"primaryDescriptionProperty\": \"\",\n  \"acls\": [\n    {\n      \"userGroups\": [],\n      \"attributes\": [],\n      \"permission\": \"allowReadWriteCreate\"\n    }\n  ],\n  \"computedAcls\": {\n    \"any\": {\n      \"name\": {\n        \"u\": true,\n        \"r\": true,\n        \"c\": true\n      },\n      \"DefaultImage\": {\n        \"u\": true,\n        \"r\": true,\n        \"c\": true\n      },\n      \"productReference\": {\n        \"u\": true,\n        \"r\": true,\n        \"c\": true\n      },\n      \"buyer\": {\n        \"u\": true,\n        \"r\": true,\n        \"c\": true\n      },\n      \"ExtraLargeAttributeName\": {\n        \"u\": true,\n        \"r\": true,\n        \"c\": true\n      },\n      \"HTML\": {\n        \"u\": true,\n        \"r\": true,\n        \"c\": true\n      },\n      \"Multi\": {\n        \"u\": true,\n        \"r\": true,\n        \"c\": true\n      },\n      \"Free\": {\n        \"u\": true,\n        \"r\": true,\n        \"c\": true\n      },\n      \"Free2\": {\n        \"u\": true,\n        \"r\": true,\n        \"c\": true\n      },\n      \"texta\": {\n        \"u\": true,\n        \"r\": true,\n        \"c\": true\n      },\n      \"KVP\": {\n        \"u\": true,\n        \"r\": true,\n        \"c\": true\n      },\n      \"textb\": {\n        \"u\": true,\n        \"r\": true,\n        \"c\": true\n      },\n      \"TextB\": {\n        \"u\": true,\n        \"r\": true,\n        \"c\": true\n      },\n      \"prod1\": {\n        \"u\": true,\n        \"r\": true,\n        \"c\": true\n      },\n      \"prod2\": {\n        \"u\": true,\n        \"r\": true,\n        \"c\": true\n      },\n      \"Date\": {\n        \"u\": true,\n        \"r\": true,\n        \"c\": true\n      },\n      \"Time\": {\n        \"u\": true,\n        \"r\": true,\n        \"c\": true\n      },\n      \"DateTime\": {\n        \"u\": true,\n        \"r\": true,\n        \"c\": true\n      },\n      \"Number\": {\n        \"u\": true,\n        \"r\": true,\n        \"c\": true\n      },\n      \"Bool\": {\n        \"u\": true,\n        \"r\": true,\n        \"c\": true\n      },\n      \"SingleCombo\": {\n        \"u\": true,\n        \"r\": true,\n        \"c\": true\n      },\n      \"SingleSelectDataSet\": {\n        \"u\": true,\n        \"r\": true,\n        \"c\": true\n      },\n      \"MultiSelectDataSet\": {\n        \"u\": true,\n        \"r\": true,\n        \"c\": true\n      },\n      \"Code2498\": {\n        \"u\": true,\n        \"r\": true,\n        \"c\": true\n      },\n      \"Text2499\": {\n        \"u\": true,\n        \"r\": true,\n        \"c\": true\n      },\n      \"SimpleMultiSelect\": {\n        \"u\": true,\n        \"r\": true,\n        \"c\": true\n      },\n      \"URL\": {\n        \"u\": true,\n        \"r\": true,\n        \"c\": true\n      },\n      \"Currency\": {\n        \"u\": true,\n        \"r\": true,\n        \"c\": true\n      },\n      \"MultiCombo\": {\n        \"u\": true,\n        \"r\": true,\n        \"c\": true\n      },\n      \"largeMultiCombo\": {\n        \"u\": true,\n        \"r\": true,\n        \"c\": true\n      },\n      \"parentID\": {\n        \"u\": true,\n        \"r\": true,\n        \"c\": true\n      },\n      \"schemaClassification\": {\n        \"u\": true,\n        \"r\": true,\n        \"c\": true\n      },\n      \"categorisation\": {\n        \"u\": true,\n        \"r\": true,\n        \"c\": true\n      },\n      \"productType\": {\n        \"u\": true,\n        \"r\": true,\n        \"c\": true\n      },\n      \"basicAttributesProductReference\": {\n        \"u\": true,\n        \"r\": true,\n        \"c\": true\n      },\n      \"productDescription\": {\n        \"u\": true,\n        \"r\": true,\n        \"c\": true\n      },\n      \"manufacturer\": {\n        \"u\": true,\n        \"r\": true,\n        \"c\": true\n      },\n      \"supplier\": {\n        \"u\": true,\n        \"r\": true,\n        \"c\": true\n      },\n      \"brand\": {\n        \"u\": true,\n        \"r\": true,\n        \"c\": true\n      },\n      \"buyerInitials\": {\n        \"u\": true,\n        \"r\": true,\n        \"c\": true\n      },\n      \"basicAttributesSize\": {\n        \"u\": true,\n        \"r\": true,\n        \"c\": true\n      },\n      \"basicAttributesColour\": {\n        \"u\": true,\n        \"r\": true,\n        \"c\": true\n      },\n      \"marketingDescription\": {\n        \"u\": true,\n        \"r\": true,\n        \"c\": true\n      },\n      \"defaultImage\": {\n        \"u\": true,\n        \"r\": true,\n        \"c\": true\n      },\n      \"images\": {\n        \"u\": true,\n        \"r\": true,\n        \"c\": true\n      },\n      \"basicAttributesVideos\": {\n        \"u\": true,\n        \"r\": true,\n        \"c\": true\n      },\n      \"documents\": {\n        \"u\": true,\n        \"r\": true,\n        \"c\": true\n      },\n      \"RRP\": {\n        \"u\": true,\n        \"r\": true,\n        \"c\": true\n      },\n      \"salePrice\": {\n        \"u\": true,\n        \"r\": true,\n        \"c\": true\n      },\n      \"costPrice\": {\n        \"u\": true,\n        \"r\": true,\n        \"c\": true\n      },\n      \"material\": {\n        \"u\": true,\n        \"r\": true,\n        \"c\": true\n      },\n      \"pattern\": {\n        \"u\": true,\n        \"r\": true,\n        \"c\": true\n      },\n      \"neckline\": {\n        \"u\": true,\n        \"r\": true,\n        \"c\": true\n      },\n      \"sleeveLength\": {\n        \"u\": true,\n        \"r\": true,\n        \"c\": true\n      },\n      \"washingInstructions\": {\n        \"u\": true,\n        \"r\": true,\n        \"c\": true\n      },\n      \"code\": {\n        \"u\": true,\n        \"r\": true,\n        \"c\": true\n      },\n      \"hjhjhjjhjhhjhjjhjhjjhjhjhjhjhjjhjhjhjhjhjhjhjhjhjjhjhhjhjh\": {\n        \"u\": true,\n        \"r\": true,\n        \"c\": true\n      },\n      \"Text\": {\n        \"u\": true,\n        \"r\": true,\n        \"c\": true\n      },\n      \"Description\": {\n        \"u\": true,\n        \"r\": true,\n        \"c\": true\n      },\n      \"Colour\": {\n        \"u\": true,\n        \"r\": true,\n        \"c\": true\n      },\n      \"Size\": {\n        \"u\": true,\n        \"r\": true,\n        \"c\": true\n      },\n      \"SizeColour\": {\n        \"u\": true,\n        \"r\": true,\n        \"c\": true\n      },\n      \"DreMulti1\": {\n        \"u\": true,\n        \"r\": true,\n        \"c\": true\n      },\n      \"MultiSelect\": {\n        \"u\": true,\n        \"r\": true,\n        \"c\": true\n      },\n      \"MultiCOMBO\": {\n        \"u\": true,\n        \"r\": true,\n        \"c\": true\n      },\n      \"SingleSelect\": {\n        \"u\": true,\n        \"r\": true,\n        \"c\": true\n      },\n      \"combo\": {\n        \"u\": true,\n        \"r\": true,\n        \"c\": true\n      },\n      \"!create\": true,\n      \"!read\": true,\n      \"!update\": true\n    }\n  },\n  \"workflows\": [],\n  \"itemSchemaId\": \"\",\n  \"itemType\": \"components\",\n  \"lifecycleId\": \"59c4eb89cbd9882649b17092\",\n  \"variantAxes\": [],\n  \"validationRules\": [],\n  \"assignmentRules\": [],\n  \"attributeSetIds\": [],\n  \"taxonomy\": [\n    {\n      \"id\": \"5cd2ae445e63af66ba000013\",\n      \"name\": \"Taxonomy root\",\n      \"path\": \"root\",\n      \"subs\": [],\n      \"sets\": {\n        \"Item\": [],\n        \"Product\": [],\n        \"Bundle\": [],\n        \"clothes\": []\n      },\n      \"attributes\": [],\n      \"code\": \"\"\n    }\n  ],\n  \"childrenUpdateParents\": false,\n  \"_lastUpdatedDate\": \"2019-05-08T10:35:16.638Z\",\n  \"id\": \"5cd2b0e4d8ba4a0015581f4b\",\n  \"_versionId\": \"0220c20e35dd8c0dab5b96794ee6d6853bb6d908\",\n  \"dateCreate\": \"2019-05-08T10:35:16.639Z\",\n  \"dateUpdated\": \"2019-05-08T10:35:16.639Z\"\n}"}],"_postman_id":"9d6c4362-102d-4e90-8a0e-a9b5efd42159"},{"name":"Delete schema","id":"3b614123-53ce-4dbb-87e9-eaf8f1db8b02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://pimber.ly/api/schemas/:schema_id","description":"<p>This endpoint will delete a schema specified by its Mongo ID. The response body will contain the number of schemas deleted.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","schemas",":schema_id"],"host":["pimber.ly"],"query":[],"variable":[{"id":"93dc0788-b358-4815-97ca-8b9930ca9855","description":{"content":"<p>Mongo ID of the schema you want to delete</p>\n","type":"text/plain"},"type":"any","value":"","key":"schema_id"}]}},"response":[{"id":"66017116-87cc-4c10-ac4b-00aed145f47c","name":"Delete schema","originalRequest":{"method":"DELETE","header":[],"url":"https://pimber.ly/api/schemas/64ede603e580da00187836ba"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"11"},{"key":"Date","value":"Tue, 29 Aug 2023 12:42:10 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1\n}"}],"_postman_id":"3b614123-53ce-4dbb-87e9-eaf8f1db8b02"}],"id":"49af0fb6-0b83-4afb-a9cf-dd79d61d2447","_postman_id":"49af0fb6-0b83-4afb-a9cf-dd79d61d2447","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}}},{"name":"Localisation","item":[{"name":"Get all locales","id":"5c024243-4d16-4f92-bdb2-be2424cd6c38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pimber.ly/api/locales","description":"<p>This endpoint will return all locales for the current account. The <code>filter</code> query parameter can be used with this endpoint to filter the results you get.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","locales"],"host":["pimber.ly"],"query":[{"disabled":true,"description":{"content":"<p><em><strong>Optional</strong></em> | <em>Object</em> | <em>Default: None</em> | Filter to be applied to the results</p>\n","type":"text/plain"},"key":"filter","value":null}],"variable":[]}},"response":[{"id":"abbfb78b-16c2-4f61-bb05-6ea9c294632d","name":"Get all locales","originalRequest":{"method":"GET","header":[],"url":"https://pimber.ly/api/locales"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"990"},{"key":"Date","value":"Thu, 24 Aug 2023 11:34:23 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"accountId\": \"62fce77449ccd3001b067c4e\",\n        \"name\": \"Default\",\n        \"status\": \"Active\",\n        \"language\": \"EN_GB\",\n        \"region\": \"UK\",\n        \"currency\": \"GBP\",\n        \"weightsAndMeasures\": \"Metric\",\n        \"ACL\": [],\n        \"id\": \"62fce77449ccd3001b067c53\",\n        \"hasReadAccess\": true,\n        \"hasWriteAccess\": true\n    },\n    {\n        \"accountId\": \"62fce77449ccd3001b067c4e\",\n        \"name\": \"French\",\n        \"status\": \"Active\",\n        \"language\": \"fra\",\n        \"region\": \"fr\",\n        \"currency\": \"EUR\",\n        \"weightsAndMeasures\": \"Metric\",\n        \"ACL\": [],\n        \"id\": \"62fe081dce92140012a6a628\",\n        \"_versionId\": \"bd3ba72b3b552631a7e9114ff406f38255fec35d\",\n        \"dateCreated\": \"2022-08-18T09:36:29.033Z\",\n        \"dateUpdated\": \"2023-08-17T10:11:58.881Z\",\n        \"hasReadAccess\": true,\n        \"hasWriteAccess\": true\n    },\n    {\n        \"accountId\": \"62fce77449ccd3001b067c4e\",\n        \"name\": \"German\",\n        \"status\": \"Active\",\n        \"language\": \"de\",\n        \"region\": \"de\",\n        \"currency\": \"EUR\",\n        \"weightsAndMeasures\": \"Metric\",\n        \"ACL\": [],\n        \"id\": \"62fe082b43d99c0018731b26\",\n        \"_versionId\": \"95959d52c8f2bab824bb21e45b0d40ce9ee64f57\",\n        \"dateCreated\": \"2022-08-18T09:36:43.061Z\",\n        \"dateUpdated\": \"2022-08-18T09:36:43.061Z\",\n        \"hasReadAccess\": true,\n        \"hasWriteAccess\": true\n    }\n]"}],"_postman_id":"5c024243-4d16-4f92-bdb2-be2424cd6c38"},{"name":"Get locale by Mongo ID","id":"9ce0563d-eedc-4633-9f95-ded58e5a18a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pimber.ly/api/locales/:locale_id","description":"<p>This endpoint will return information about the locale specified by its Mongo ID.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","locales",":locale_id"],"host":["pimber.ly"],"query":[],"variable":[{"id":"d35e456b-810d-4ff7-8edb-1941ef6b023f","description":{"content":"<p>Mongo ID of the locale you want to get</p>\n","type":"text/plain"},"type":"any","value":"","key":"locale_id"}]}},"response":[{"id":"d8652652-693f-4b90-b463-c3e5938affe1","name":"Get locale by Mongo ID","originalRequest":{"method":"GET","header":[],"url":"https://pimber.ly/api/locales/62fce77449ccd3001b067c53"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"239"},{"key":"Date","value":"Thu, 24 Aug 2023 11:34:30 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountId\": \"62fce77449ccd3001b067c4e\",\n    \"name\": \"Default\",\n    \"status\": \"Active\",\n    \"language\": \"EN_GB\",\n    \"region\": \"UK\",\n    \"currency\": \"GBP\",\n    \"weightsAndMeasures\": \"Metric\",\n    \"ACL\": [],\n    \"id\": \"62fce77449ccd3001b067c53\",\n    \"hasReadAccess\": true,\n    \"hasWriteAccess\": true\n}"}],"_postman_id":"9ce0563d-eedc-4633-9f95-ded58e5a18a0"},{"name":"Get one locale","id":"0ab788fe-c7cb-4981-82bd-f49e97b64f6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pimber.ly/api/locales/findOne","description":"<p>This endpoint will return information about one locale. The <code>filter</code> query paramter can be used with this endpoint to filter the result you get.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","locales","findOne"],"host":["pimber.ly"],"query":[{"disabled":true,"description":{"content":"<p><em><strong>Optional</strong></em> | <em>Object</em> | <em>Default: None</em> | Filter to be applied to the results</p>\n","type":"text/plain"},"key":"filter","value":null}],"variable":[]}},"response":[{"id":"b55ff048-7537-483f-983a-c348845f1aa0","name":"Get one locale","originalRequest":{"method":"GET","header":[],"url":"https://pimber.ly/api/locales/findOne"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"239"},{"key":"Date","value":"Thu, 24 Aug 2023 11:34:40 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountId\": \"62fce77449ccd3001b067c4e\",\n    \"name\": \"Default\",\n    \"status\": \"Active\",\n    \"language\": \"EN_GB\",\n    \"region\": \"UK\",\n    \"currency\": \"GBP\",\n    \"weightsAndMeasures\": \"Metric\",\n    \"ACL\": [],\n    \"id\": \"62fce77449ccd3001b067c53\",\n    \"hasReadAccess\": true,\n    \"hasWriteAccess\": true\n}"}],"_postman_id":"0ab788fe-c7cb-4981-82bd-f49e97b64f6c"},{"name":"Get amount of locales","id":"0e181b22-8d59-4490-b755-0c653003cb63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pimber.ly/api/locales/count","description":"<p>This endpoint will return the number of locales. The <code>filter</code> query parameter can be used with this endpoint to get the number of locales which match the filter.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","locales","count"],"host":["pimber.ly"],"query":[{"disabled":true,"description":{"content":"<p><em><strong>Optional</strong></em> | <em>Object</em> | <em>Default: None</em> | Filter to be applied to the results</p>\n","type":"text/plain"},"key":"filter","value":null}],"variable":[]}},"response":[{"id":"42444123-0731-41c2-8333-2fd6a8fcbd8a","name":"Get amount of locales","originalRequest":{"method":"GET","header":[],"url":"https://pimber.ly/api/locales/count"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"11"},{"key":"Date","value":"Thu, 24 Aug 2023 11:34:46 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 3\n}"}],"_postman_id":"0e181b22-8d59-4490-b755-0c653003cb63"},{"name":"Update locale by Mongo ID","id":"6fdb3c41-c775-4819-b49a-28c782a070f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://pimber.ly/api/locales/:locale_id","description":"<p>This endpoint updates a locale based on the JSON provided in the request body.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","locales",":locale_id"],"host":["pimber.ly"],"query":[],"variable":[{"id":"4ad953e7-9e08-48d0-81d5-8352d647fc54","description":{"content":"<p>Mongo ID of the locale you want to update</p>\n","type":"text/plain"},"type":"any","value":"","key":"locale_id"}]}},"response":[{"id":"75d57c85-aa88-450a-9d7d-dd5e4311b9b7","name":"Update locale by Mongo ID","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"currency\": \"EUR\"\n}","options":{"raw":{"language":"json"}}},"url":"https://pimber.ly/api/locales/64ede83ae580da00187836bc"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"339"},{"key":"Date","value":"Tue, 29 Aug 2023 12:45:45 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountId\": \"62fce77449ccd3001b067c4e\",\n    \"name\": \"Example Locale\",\n    \"status\": \"Active\",\n    \"language\": \"eng\",\n    \"region\": \"GB\",\n    \"currency\": \"EUR\",\n    \"weightsAndMeasures\": \"Metric\",\n    \"ACL\": [],\n    \"id\": \"64ede83ae580da00187836bc\",\n    \"_versionId\": \"531d355476ebc8b6c820bf52dbf598781856f77e\",\n    \"dateCreated\": \"2023-08-29T12:44:42.554Z\",\n    \"dateUpdated\": \"2023-08-29T12:45:45.005Z\"\n}"}],"_postman_id":"6fdb3c41-c775-4819-b49a-28c782a070f9"},{"name":"Update locale by Mongo ID","id":"d4cd83e3-c22c-4f70-a514-92125889e908","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://pimber.ly/api/locales/:locale_id","description":"<p>This endpoint updates a locale based on the JSON provided in the request body.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","locales",":locale_id"],"host":["pimber.ly"],"query":[],"variable":[{"id":"19c09e85-6b05-4d77-934e-9445c1058600","description":{"content":"<p>Mongo ID of the locale you want to update</p>\n","type":"text/plain"},"type":"any","value":"","key":"locale_id"}]}},"response":[{"id":"1e4d769e-3fec-4875-8b9b-e454db386f71","name":"Update locale by Mongo ID","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"currency\": \"GBP\"\n}","options":{"raw":{"language":"json"}}},"url":"https://pimber.ly/api/locales/64ede83ae580da00187836bc"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"339"},{"key":"Date","value":"Tue, 29 Aug 2023 12:46:43 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountId\": \"62fce77449ccd3001b067c4e\",\n    \"name\": \"Example Locale\",\n    \"status\": \"Active\",\n    \"language\": \"eng\",\n    \"region\": \"GB\",\n    \"currency\": \"GBP\",\n    \"weightsAndMeasures\": \"Metric\",\n    \"ACL\": [],\n    \"id\": \"64ede83ae580da00187836bc\",\n    \"_versionId\": \"281a1e9f0a3b07768625c8c8bb14280e3ef2819a\",\n    \"dateCreated\": \"2023-08-29T12:44:42.554Z\",\n    \"dateUpdated\": \"2023-08-29T12:46:43.091Z\"\n}"}],"_postman_id":"d4cd83e3-c22c-4f70-a514-92125889e908"},{"name":"Replace existing locale","id":"daf9556c-b20d-4bc8-bbca-33de434d78ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://pimber.ly/api/locales/:locale_id/replace","description":"<p>This endpoint will replace an existing locale (specified by its Mongo ID) based on the JSON provided in the request's body.</p>\n<p>This works similarly to the <code>PUT</code> and <code>PATCH</code> update requests, however in this case the entire document must be specified (rather than just the fields to be updated).</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","locales",":locale_id","replace"],"host":["pimber.ly"],"query":[],"variable":[{"id":"ce6d790c-6f67-443d-9759-ffb7807a60f5","description":{"content":"<p>Mongo ID of the locale you want to replace</p>\n","type":"text/plain"},"type":"any","value":"","key":"locale_id"}]}},"response":[{"id":"f92e63e3-5eed-442b-81d1-dd9265fa7544","name":"Replace existing locale","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"accountId\": \"62fce77449ccd3001b067c4e\",\n  \"name\": \"Replaced Locale\",\n  \"status\": \"Active\",\n  \"language\": \"eng\",\n  \"region\": \"GB\",\n  \"currency\": \"GBP\",\n  \"weightsAndMeasures\": \"Metric\",\n  \"ACL\": [],\n  \"id\": \"64ede83ae580da00187836bc\",\n  \"_versionId\": \"281a1e9f0a3b07768625c8c8bb14280e3ef2819a\",\n  \"dateCreated\": \"2023-08-29T12:44:42.554Z\",\n  \"dateUpdated\": \"2023-08-29T12:46:43.091Z\",\n  \"hasReadAccess\": true,\n  \"hasWriteAccess\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://pimber.ly/api/locales/64ede83ae580da00187836bc/replace"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"383"},{"key":"Date","value":"Tue, 29 Aug 2023 12:54:44 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountId\": \"62fce77449ccd3001b067c4e\",\n    \"name\": \"Replaced Locale\",\n    \"status\": \"Active\",\n    \"language\": \"eng\",\n    \"region\": \"GB\",\n    \"currency\": \"GBP\",\n    \"weightsAndMeasures\": \"Metric\",\n    \"ACL\": [],\n    \"id\": \"64ede83ae580da00187836bc\",\n    \"_versionId\": \"281a1e9f0a3b07768625c8c8bb14280e3ef2819a\",\n    \"dateCreated\": \"2023-08-29T12:44:42.554Z\",\n    \"dateUpdated\": \"2023-08-29T12:46:43.091Z\",\n    \"hasReadAccess\": true,\n    \"hasWriteAccess\": true\n}"}],"_postman_id":"daf9556c-b20d-4bc8-bbca-33de434d78ec"},{"name":"Create locale","id":"f7ee6851-71d4-4569-a756-5174515dc662","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://pimber.ly/api/locales","description":"<p>This endpoint will create a new locale as defined by the JSON provided in the request's body.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","locales"],"host":["pimber.ly"],"query":[],"variable":[]}},"response":[{"id":"2a8d5b4b-de9c-46f6-b2f8-b3d7497159c5","name":"Create locale","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Created Locale\",\n    \"status\": \"Active\",\n    \"weightsAndMeasures\": \"Metric\",\n    \"language\": \"de\",\n    \"region\": \"de\",\n    \"currency\": \"EUR\",\n    \"accountId\": \"62fce77449ccd3001b067c4e\"\n}","options":{"raw":{"language":"json"}}},"url":"https://pimber.ly/api/locales"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"338"},{"key":"Date","value":"Tue, 29 Aug 2023 12:57:23 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountId\": \"62fce77449ccd3001b067c4e\",\n    \"name\": \"Created Locale\",\n    \"status\": \"Active\",\n    \"language\": \"de\",\n    \"region\": \"de\",\n    \"currency\": \"EUR\",\n    \"weightsAndMeasures\": \"Metric\",\n    \"ACL\": [],\n    \"id\": \"64edeb33c2634600165939b0\",\n    \"_versionId\": \"a842b0318f3691640452a2391c6fd61fca48981f\",\n    \"dateCreated\": \"2023-08-29T12:57:23.826Z\",\n    \"dateUpdated\": \"2023-08-29T12:57:23.826Z\"\n}"}],"_postman_id":"f7ee6851-71d4-4569-a756-5174515dc662"},{"name":"Delete locale by Mongo ID","id":"d7aefcf8-99ca-4a69-821b-f9efc1d6702a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://pimber.ly/api/locales/:locale_id","description":"<p>This endpoint will delete the locale specified by its Mongo ID.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","locales",":locale_id"],"host":["pimber.ly"],"query":[],"variable":[{"id":"a4d523b0-4c42-4ac9-8a06-ed10af70bb88","description":{"content":"<p>Mongo ID of the locale you want to delete</p>\n","type":"text/plain"},"type":"any","value":"","key":"locale_id"}]}},"response":[{"id":"a25dd3d0-8ab6-4683-8bea-97670cf476c6","name":"Delete locale by Mongo ID","originalRequest":{"method":"DELETE","header":[],"url":"https://pimber.ly/api/locales/64ede83ae580da00187836bc"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"11"},{"key":"Date","value":"Tue, 29 Aug 2023 12:59:09 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1\n}"}],"_postman_id":"d7aefcf8-99ca-4a69-821b-f9efc1d6702a"}],"id":"992504af-c735-4674-9175-6ddf115a71bf","_postman_id":"992504af-c735-4674-9175-6ddf115a71bf","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}}},{"name":"Attribute Sets","item":[{"name":"Get all attribute sets","id":"430a08e2-6a24-4a48-91b4-0bdae578300e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pimber.ly/api/attributeSets","description":"<p>This endpoint will return all attribute sets for the current account. The <code>filter</code> query parameter can be used with this endpoint to filter the results you get.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","attributeSets"],"host":["pimber.ly"],"query":[{"disabled":true,"description":{"content":"<p><em><strong>Optional</strong></em> | <em>Object</em> | <em>Default: None</em> | Filter to be applied to the results</p>\n","type":"text/plain"},"key":"filter","value":null}],"variable":[]}},"response":[{"id":"a7005282-3c41-4a67-ae59-eeda8c10ba69","name":"Get all attribute sets","originalRequest":{"method":"GET","header":[],"url":"https://pimber.ly/api/attributeSets"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"9210"},{"key":"Date","value":"Thu, 24 Aug 2023 11:34:57 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"accountId\": \"62fce77449ccd3001b067c4e\",\n        \"name\": \"Basic Attributes\",\n        \"attributes\": [\n            {\n                \"shortName\": \"desc\",\n                \"name\": \"Description\",\n                \"type\": \"Plain Text\",\n                \"textInputType\": \"Short Text\",\n                \"inputType\": \"Regular\",\n                \"values\": \"\",\n                \"defaultValue\": \"\",\n                \"autoPopulateFilter\": \"\",\n                \"minLength\": \"\",\n                \"maxLength\": \"\",\n                \"specialFormat\": \"(no special format)\",\n                \"specialFormatRegex\": \"\",\n                \"accuracy\": \"\",\n                \"maxAssetSize\": \"\",\n                \"allowedExtensions\": \"\",\n                \"readOnly\": false,\n                \"hideLabel\": false,\n                \"isHidden\": false,\n                \"canLocalise\": true,\n                \"canScope\": true,\n                \"isHeritable\": false,\n                \"canOverride\": false,\n                \"isFaceted\": false,\n                \"locked\": true,\n                \"minValue\": null,\n                \"maxValue\": null,\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"defaultValue\": \"\"\n                    }\n                },\n                \"masters\": [\n                    \"latch\",\n                    \"pimberly users\"\n                ],\n                \"sources\": [\n                    \"any\"\n                ],\n                \"attributeMetadata\": {}\n            }\n        ],\n        \"sortOrder\": 1,\n        \"ACL\": [],\n        \"id\": \"62fce77449ccd3001b067c4f\",\n        \"_versionId\": \"f82781313469704b24edfe82cfb5d67585087e20\",\n        \"dateUpdated\": \"2023-01-06T16:03:19.594Z\",\n        \"hasReadAccess\": true,\n        \"hasWriteAccess\": true\n    },\n    {\n        \"accountId\": \"62fce77449ccd3001b067c4e\",\n        \"name\": \"General\",\n        \"attributes\": [\n            {\n                \"shortName\": \"brand\",\n                \"name\": \"Brand\",\n                \"type\": \"Plain Text\",\n                \"textInputType\": \"Short Text\",\n                \"inputType\": \"Regular\",\n                \"defaultValue\": \"\",\n                \"minValue\": null,\n                \"maxValue\": null,\n                \"locked\": true,\n                \"sources\": [\n                    \"any\"\n                ],\n                \"masters\": [\n                    \"latch\",\n                    \"pimberly users\"\n                ],\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"defaultValue\": \"\"\n                    }\n                }\n            },\n            {\n                \"shortName\": \"sleeveLength\",\n                \"name\": \"Sleeve Length\",\n                \"type\": \"Plain Text\",\n                \"textInputType\": \"Short Text\",\n                \"inputType\": \"Regular\",\n                \"defaultValue\": \"\",\n                \"minValue\": null,\n                \"maxValue\": null,\n                \"locked\": true,\n                \"sources\": [\n                    \"any\"\n                ],\n                \"masters\": [\n                    \"latch\",\n                    \"pimberly users\"\n                ],\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"defaultValue\": \"\"\n                    }\n                },\n                \"attributeMetadata\": {}\n            },\n            {\n                \"shortName\": \"cuff\",\n                \"name\": \"Cuff\",\n                \"type\": \"Plain Text\",\n                \"textInputType\": \"Short Text\",\n                \"inputType\": \"Regular\",\n                \"defaultValue\": \"\",\n                \"minValue\": null,\n                \"maxValue\": null,\n                \"locked\": true,\n                \"sources\": [\n                    \"any\"\n                ],\n                \"masters\": [\n                    \"latch\",\n                    \"pimberly users\"\n                ],\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"defaultValue\": \"\"\n                    }\n                }\n            },\n            {\n                \"shortName\": \"fit\",\n                \"name\": \"Fit\",\n                \"type\": \"Plain Text\",\n                \"textInputType\": \"Short Text\",\n                \"inputType\": \"Regular\",\n                \"defaultValue\": \"\",\n                \"minValue\": null,\n                \"maxValue\": null,\n                \"locked\": true,\n                \"sources\": [\n                    \"any\"\n                ],\n                \"masters\": [\n                    \"latch\",\n                    \"pimberly users\"\n                ],\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"defaultValue\": \"\"\n                    }\n                }\n            },\n            {\n                \"shortName\": \"legLength\",\n                \"name\": \"Leg Length\",\n                \"type\": \"Plain Text\",\n                \"textInputType\": \"Short Text\",\n                \"inputType\": \"Regular\",\n                \"defaultValue\": \"\",\n                \"minValue\": null,\n                \"maxValue\": null,\n                \"locked\": true,\n                \"canScope\": true,\n                \"sources\": [\n                    \"any\"\n                ],\n                \"masters\": [\n                    \"latch\",\n                    \"pimberly users\"\n                ],\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"defaultValue\": \"\"\n                    }\n                },\n                \"attributeMetadata\": {}\n            },\n            {\n                \"shortName\": \"material\",\n                \"name\": \"Material\",\n                \"type\": \"Plain Text\",\n                \"textInputType\": \"Short Text\",\n                \"inputType\": \"Regular\",\n                \"defaultValue\": \"\",\n                \"minValue\": null,\n                \"maxValue\": null,\n                \"locked\": true,\n                \"sources\": [\n                    \"any\"\n                ],\n                \"masters\": [\n                    \"latch\",\n                    \"pimberly users\"\n                ],\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"defaultValue\": \"\"\n                    }\n                }\n            },\n            {\n                \"shortName\": \"careInformation\",\n                \"name\": \"Care Information\",\n                \"type\": \"Plain Text\",\n                \"textInputType\": \"Short Text\",\n                \"inputType\": \"Regular\",\n                \"defaultValue\": \"\",\n                \"minValue\": null,\n                \"maxValue\": null,\n                \"locked\": true,\n                \"canScope\": true,\n                \"sources\": [\n                    \"any\"\n                ],\n                \"masters\": [\n                    \"latch\",\n                    \"pimberly users\"\n                ],\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"defaultValue\": \"\"\n                    }\n                },\n                \"attributeMetadata\": {}\n            },\n            {\n                \"shortName\": \"supplier\",\n                \"name\": \"Supplier\",\n                \"type\": \"Plain Text\",\n                \"textInputType\": \"Short Text\",\n                \"inputType\": \"Regular\",\n                \"defaultValue\": \"\",\n                \"minValue\": null,\n                \"maxValue\": null,\n                \"locked\": true,\n                \"canScope\": true,\n                \"sources\": [\n                    \"any\"\n                ],\n                \"masters\": [\n                    \"latch\",\n                    \"pimberly users\"\n                ],\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"defaultValue\": \"\"\n                    }\n                },\n                \"attributeMetadata\": {}\n            },\n            {\n                \"shortName\": \"colour\",\n                \"name\": \"Colour\",\n                \"type\": \"Plain Text\",\n                \"textInputType\": \"Short Text\",\n                \"inputType\": \"Single Select\",\n                \"defaultValue\": \"\",\n                \"minValue\": null,\n                \"maxValue\": null,\n                \"locked\": true,\n                \"canLocalise\": true,\n                \"isFaceted\": true,\n                \"sources\": [\n                    \"any\"\n                ],\n                \"masters\": [\n                    \"latch\",\n                    \"pimberly users\"\n                ],\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"defaultValue\": \"\"\n                    }\n                },\n                \"values\": {\n                    \"listType\": \"dataSet\",\n                    \"dataSetId\": \"62fe51c4ce92140012a6ae1c\",\n                    \"valueCol\": \"Colour\",\n                    \"labelCol\": null,\n                    \"filterCol\": \"\",\n                    \"filterAttr\": \"\",\n                    \"syncLocalisedDataset\": true,\n                    \"localisedValCols\": [\n                        {\n                            \"localeId\": \"62fce77449ccd3001b067c53\",\n                            \"value\": \"Colour\"\n                        },\n                        {\n                            \"localeId\": \"62fe081dce92140012a6a628\",\n                            \"value\": \"French\"\n                        },\n                        {\n                            \"localeId\": \"62fe082b43d99c0018731b26\",\n                            \"value\": \"German\"\n                        }\n                    ]\n                },\n                \"attributeMetadata\": {}\n            },\n            {\n                \"shortName\": \"size\",\n                \"name\": \"Size\",\n                \"type\": \"Plain Text\",\n                \"textInputType\": \"Short Text\",\n                \"inputType\": \"Regular\",\n                \"defaultValue\": \"\",\n                \"minValue\": null,\n                \"maxValue\": null,\n                \"locked\": true,\n                \"sources\": [\n                    \"any\"\n                ],\n                \"masters\": [\n                    \"latch\",\n                    \"pimberly users\"\n                ],\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"defaultValue\": \"\"\n                    }\n                }\n            },\n            {\n                \"name\": \"Marketing Description\",\n                \"shortName\": \"marketingDescription\",\n                \"type\": \"Plain Text\",\n                \"inputType\": \"Regular\",\n                \"locked\": true,\n                \"textInputType\": \"Short Text\",\n                \"canLocalise\": true,\n                \"defaultValue\": \"\",\n                \"minValue\": null,\n                \"maxValue\": null,\n                \"canScope\": true,\n                \"masters\": [\n                    \"latch\",\n                    \"pimberly users\"\n                ],\n                \"sources\": [\n                    \"any\"\n                ],\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"defaultValue\": \"\"\n                    }\n                },\n                \"attributeMetadata\": {}\n            },\n            {\n                \"shortName\": \"autoReleaseFlag\",\n                \"name\": \"Auto Release Flag\",\n                \"type\": \"True or False\",\n                \"inputType\": \"Regular\",\n                \"defaultValue\": null,\n                \"minValue\": null,\n                \"maxValue\": null,\n                \"locked\": true,\n                \"sources\": [\n                    \"any\"\n                ],\n                \"masters\": [\n                    \"latch\",\n                    \"pimberly users\"\n                ],\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"defaultValue\": null\n                    }\n                }\n            },\n            {\n                \"shortName\": \"releasedDateTime\",\n                \"name\": \"Released Date/Time\",\n                \"type\": \"Date + Time\",\n                \"inputType\": \"Regular\",\n                \"defaultValue\": \"\",\n                \"minValue\": \"\",\n                \"maxValue\": \"\",\n                \"locked\": true,\n                \"sources\": [\n                    \"any\"\n                ],\n                \"masters\": [\n                    \"latch\",\n                    \"pimberly users\"\n                ],\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"defaultValue\": \"\",\n                        \"min\": \"\",\n                        \"max\": \"\"\n                    }\n                }\n            }\n        ],\n        \"sortOrder\": 2,\n        \"ACL\": [],\n        \"id\": \"62fcea5043d99c00187314dd\",\n        \"_versionId\": \"f6d8c321e8bc423f7c360d122aaccec0ec51ced9\",\n        \"dateCreated\": \"2022-08-17T13:17:04.482Z\",\n        \"dateUpdated\": \"2022-08-18T15:13:10.748Z\",\n        \"hasReadAccess\": true,\n        \"hasWriteAccess\": true\n    },\n    {\n        \"accountId\": \"62fce77449ccd3001b067c4e\",\n        \"name\": \"Pricing \",\n        \"attributes\": [\n            {\n                \"shortName\": \"rrp\",\n                \"name\": \"RRP\",\n                \"type\": \"Plain Text\",\n                \"textInputType\": \"Short Text\",\n                \"inputType\": \"Regular\",\n                \"defaultValue\": \"\",\n                \"minValue\": null,\n                \"maxValue\": null,\n                \"locked\": true,\n                \"sources\": [\n                    \"any\"\n                ],\n                \"masters\": [\n                    \"latch\",\n                    \"pimberly users\"\n                ],\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"defaultValue\": \"\"\n                    }\n                }\n            },\n            {\n                \"shortName\": \"price\",\n                \"name\": \"Price\",\n                \"type\": \"Plain Text\",\n                \"textInputType\": \"Short Text\",\n                \"inputType\": \"Regular\",\n                \"defaultValue\": \"\",\n                \"minValue\": null,\n                \"maxValue\": null,\n                \"locked\": true,\n                \"canScope\": true,\n                \"sources\": [\n                    \"any\"\n                ],\n                \"masters\": [\n                    \"latch\",\n                    \"pimberly users\"\n                ],\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"defaultValue\": \"\"\n                    }\n                },\n                \"attributeMetadata\": {}\n            }\n        ],\n        \"sortOrder\": 3,\n        \"ACL\": [],\n        \"id\": \"62fcebe31b2c5d001efe86bd\",\n        \"_versionId\": \"78a54c09b1703647e40d8fa508458d4a3429c88e\",\n        \"dateCreated\": \"2022-08-17T13:23:47.455Z\",\n        \"dateUpdated\": \"2022-08-18T10:25:49.106Z\",\n        \"hasReadAccess\": true,\n        \"hasWriteAccess\": true\n    },\n    {\n        \"accountId\": \"62fce77449ccd3001b067c4e\",\n        \"name\": \"Digital Assets\",\n        \"attributes\": [\n            {\n                \"name\": \"Default Image\",\n                \"shortName\": \"defaultImage\",\n                \"type\": \"Media Set\",\n                \"inputType\": \"Regular\",\n                \"masters\": [\n                    \"pimberly users\",\n                    \"latch\"\n                ],\n                \"sources\": [\n                    \"any\"\n                ],\n                \"locked\": true\n            },\n            {\n                \"name\": \"Images\",\n                \"shortName\": \"images\",\n                \"type\": \"Media Set\",\n                \"inputType\": \"Regular\",\n                \"masters\": [\n                    \"pimberly users\",\n                    \"latch\"\n                ],\n                \"sources\": [\n                    \"any\"\n                ],\n                \"locked\": true\n            },\n            {\n                \"name\": \"Videos\",\n                \"shortName\": \"videos\",\n                \"type\": \"Media Set\",\n                \"inputType\": \"Regular\",\n                \"masters\": [\n                    \"pimberly users\",\n                    \"latch\"\n                ],\n                \"sources\": [\n                    \"any\"\n                ],\n                \"locked\": true\n            },\n            {\n                \"name\": \"Documents\",\n                \"shortName\": \"documents\",\n                \"type\": \"Media Set\",\n                \"inputType\": \"Regular\",\n                \"masters\": [\n                    \"pimberly users\",\n                    \"latch\"\n                ],\n                \"sources\": [\n                    \"any\"\n                ],\n                \"locked\": true\n            }\n        ],\n        \"sortOrder\": 4,\n        \"ACL\": [],\n        \"id\": \"62fd06be43d99c0018731709\",\n        \"_versionId\": \"3a2e8344dac66145622937eadadfeaaec3afd50a\",\n        \"dateCreated\": \"2022-08-17T15:18:22.639Z\",\n        \"dateUpdated\": \"2022-08-17T15:19:35.403Z\",\n        \"hasReadAccess\": true,\n        \"hasWriteAccess\": true\n    },\n    {\n        \"accountId\": \"62fce77449ccd3001b067c4e\",\n        \"name\": \"Marketplace\",\n        \"attributes\": [\n            {\n                \"name\": \"countryOfOrigin\",\n                \"shortName\": \"countryOfOrigin\",\n                \"type\": \"Plain Text\",\n                \"inputType\": \"Regular\",\n                \"locked\": true,\n                \"masters\": [\n                    \"pimberly users\",\n                    \"latch\"\n                ],\n                \"sources\": [\n                    \"any\"\n                ]\n            },\n            {\n                \"name\": \"gender\",\n                \"shortName\": \"gender\",\n                \"type\": \"Plain Text\",\n                \"inputType\": \"Regular\",\n                \"locked\": true,\n                \"masters\": [\n                    \"pimberly users\",\n                    \"latch\"\n                ],\n                \"sources\": [\n                    \"any\"\n                ]\n            },\n            {\n                \"name\": \"ageGroup\",\n                \"shortName\": \"ageGroup\",\n                \"type\": \"Plain Text\",\n                \"inputType\": \"Regular\",\n                \"locked\": true,\n                \"masters\": [\n                    \"pimberly users\",\n                    \"latch\"\n                ],\n                \"sources\": [\n                    \"any\"\n                ]\n            },\n            {\n                \"name\": \"hangingOrBoxed\",\n                \"shortName\": \"hangingOrBoxed\",\n                \"type\": \"Plain Text\",\n                \"inputType\": \"Regular\",\n                \"locked\": true,\n                \"masters\": [\n                    \"pimberly users\",\n                    \"latch\"\n                ],\n                \"sources\": [\n                    \"any\"\n                ]\n            },\n            {\n                \"name\": \"crossSell\",\n                \"shortName\": \"crossSell\",\n                \"type\": \"Product Set\",\n                \"inputType\": \"Regular\",\n                \"locked\": true,\n                \"masters\": [\n                    \"pimberly users\",\n                    \"latch\"\n                ],\n                \"sources\": [\n                    \"any\"\n                ]\n            },\n            {\n                \"name\": \"descriptionBullet1\",\n                \"shortName\": \"descriptionBullet1\",\n                \"type\": \"Plain Text\",\n                \"inputType\": \"Regular\",\n                \"locked\": true,\n                \"textInputType\": \"Short Text\",\n                \"canScope\": true,\n                \"defaultValue\": \"\",\n                \"minValue\": null,\n                \"maxValue\": null,\n                \"masters\": [\n                    \"latch\",\n                    \"pimberly users\"\n                ],\n                \"sources\": [\n                    \"any\"\n                ],\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"defaultValue\": \"\"\n                    }\n                },\n                \"attributeMetadata\": {}\n            },\n            {\n                \"name\": \"descriptionBullet2\",\n                \"shortName\": \"descriptionBullet2\",\n                \"type\": \"Plain Text\",\n                \"inputType\": \"Regular\",\n                \"locked\": true,\n                \"textInputType\": \"Short Text\",\n                \"canScope\": true,\n                \"defaultValue\": \"\",\n                \"minValue\": null,\n                \"maxValue\": null,\n                \"masters\": [\n                    \"latch\",\n                    \"pimberly users\"\n                ],\n                \"sources\": [\n                    \"any\"\n                ],\n                \"*\": {\n                    \"62fce77449ccd3001b067c53\": {\n                        \"defaultValue\": \"\"\n                    }\n                },\n                \"attributeMetadata\": {}\n            }\n        ],\n        \"sortOrder\": 5,\n        \"ACL\": [],\n        \"id\": \"62fe127343d99c0018731b7e\",\n        \"_versionId\": \"81d5c41448a4c13b8a0ce064fd0d0102f7225b33\",\n        \"dateCreated\": \"2022-08-18T10:20:35.293Z\",\n        \"dateUpdated\": \"2022-08-18T10:25:49.185Z\",\n        \"hasReadAccess\": true,\n        \"hasWriteAccess\": true\n    }\n]"}],"_postman_id":"430a08e2-6a24-4a48-91b4-0bdae578300e"},{"name":"Get attribute set by Mongo ID","id":"655654bd-6d33-4a2b-b0e4-35a267ad3eb8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pimber.ly/api/attributeSets/:attribute_set_id","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","attributeSets",":attribute_set_id"],"host":["pimber.ly"],"query":[],"variable":[{"id":"ebaebe5e-50fc-4b94-ae87-4e5f94ba1ee8","description":{"content":"<p>Mongo ID of the attribute set you want to get</p>\n","type":"text/plain"},"type":"any","value":"","key":"attribute_set_id"}]}},"response":[{"id":"351dbe5b-78e3-40ec-abe1-aa8ba637a6bd","name":"Get attribute set by Mongo ID","originalRequest":{"method":"GET","header":[],"url":"https://pimber.ly/api/attributeSets/62fcea5043d99c00187314dd"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"4661"},{"key":"Date","value":"Thu, 24 Aug 2023 11:36:03 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountId\": \"62fce77449ccd3001b067c4e\",\n    \"name\": \"General\",\n    \"attributes\": [\n        {\n            \"shortName\": \"brand\",\n            \"name\": \"Brand\",\n            \"type\": \"Plain Text\",\n            \"textInputType\": \"Short Text\",\n            \"inputType\": \"Regular\",\n            \"defaultValue\": \"\",\n            \"minValue\": null,\n            \"maxValue\": null,\n            \"locked\": true,\n            \"sources\": [\n                \"any\"\n            ],\n            \"masters\": [\n                \"latch\",\n                \"pimberly users\"\n            ],\n            \"*\": {\n                \"62fce77449ccd3001b067c53\": {\n                    \"defaultValue\": \"\"\n                }\n            }\n        },\n        {\n            \"shortName\": \"sleeveLength\",\n            \"name\": \"Sleeve Length\",\n            \"type\": \"Plain Text\",\n            \"textInputType\": \"Short Text\",\n            \"inputType\": \"Regular\",\n            \"defaultValue\": \"\",\n            \"minValue\": null,\n            \"maxValue\": null,\n            \"locked\": true,\n            \"sources\": [\n                \"any\"\n            ],\n            \"masters\": [\n                \"latch\",\n                \"pimberly users\"\n            ],\n            \"*\": {\n                \"62fce77449ccd3001b067c53\": {\n                    \"defaultValue\": \"\"\n                }\n            },\n            \"attributeMetadata\": {}\n        },\n        {\n            \"shortName\": \"cuff\",\n            \"name\": \"Cuff\",\n            \"type\": \"Plain Text\",\n            \"textInputType\": \"Short Text\",\n            \"inputType\": \"Regular\",\n            \"defaultValue\": \"\",\n            \"minValue\": null,\n            \"maxValue\": null,\n            \"locked\": true,\n            \"sources\": [\n                \"any\"\n            ],\n            \"masters\": [\n                \"latch\",\n                \"pimberly users\"\n            ],\n            \"*\": {\n                \"62fce77449ccd3001b067c53\": {\n                    \"defaultValue\": \"\"\n                }\n            }\n        },\n        {\n            \"shortName\": \"fit\",\n            \"name\": \"Fit\",\n            \"type\": \"Plain Text\",\n            \"textInputType\": \"Short Text\",\n            \"inputType\": \"Regular\",\n            \"defaultValue\": \"\",\n            \"minValue\": null,\n            \"maxValue\": null,\n            \"locked\": true,\n            \"sources\": [\n                \"any\"\n            ],\n            \"masters\": [\n                \"latch\",\n                \"pimberly users\"\n            ],\n            \"*\": {\n                \"62fce77449ccd3001b067c53\": {\n                    \"defaultValue\": \"\"\n                }\n            }\n        },\n        {\n            \"shortName\": \"legLength\",\n            \"name\": \"Leg Length\",\n            \"type\": \"Plain Text\",\n            \"textInputType\": \"Short Text\",\n            \"inputType\": \"Regular\",\n            \"defaultValue\": \"\",\n            \"minValue\": null,\n            \"maxValue\": null,\n            \"locked\": true,\n            \"canScope\": true,\n            \"sources\": [\n                \"any\"\n            ],\n            \"masters\": [\n                \"latch\",\n                \"pimberly users\"\n            ],\n            \"*\": {\n                \"62fce77449ccd3001b067c53\": {\n                    \"defaultValue\": \"\"\n                }\n            },\n            \"attributeMetadata\": {}\n        },\n        {\n            \"shortName\": \"material\",\n            \"name\": \"Material\",\n            \"type\": \"Plain Text\",\n            \"textInputType\": \"Short Text\",\n            \"inputType\": \"Regular\",\n            \"defaultValue\": \"\",\n            \"minValue\": null,\n            \"maxValue\": null,\n            \"locked\": true,\n            \"sources\": [\n                \"any\"\n            ],\n            \"masters\": [\n                \"latch\",\n                \"pimberly users\"\n            ],\n            \"*\": {\n                \"62fce77449ccd3001b067c53\": {\n                    \"defaultValue\": \"\"\n                }\n            }\n        },\n        {\n            \"shortName\": \"careInformation\",\n            \"name\": \"Care Information\",\n            \"type\": \"Plain Text\",\n            \"textInputType\": \"Short Text\",\n            \"inputType\": \"Regular\",\n            \"defaultValue\": \"\",\n            \"minValue\": null,\n            \"maxValue\": null,\n            \"locked\": true,\n            \"canScope\": true,\n            \"sources\": [\n                \"any\"\n            ],\n            \"masters\": [\n                \"latch\",\n                \"pimberly users\"\n            ],\n            \"*\": {\n                \"62fce77449ccd3001b067c53\": {\n                    \"defaultValue\": \"\"\n                }\n            },\n            \"attributeMetadata\": {}\n        },\n        {\n            \"shortName\": \"supplier\",\n            \"name\": \"Supplier\",\n            \"type\": \"Plain Text\",\n            \"textInputType\": \"Short Text\",\n            \"inputType\": \"Regular\",\n            \"defaultValue\": \"\",\n            \"minValue\": null,\n            \"maxValue\": null,\n            \"locked\": true,\n            \"canScope\": true,\n            \"sources\": [\n                \"any\"\n            ],\n            \"masters\": [\n                \"latch\",\n                \"pimberly users\"\n            ],\n            \"*\": {\n                \"62fce77449ccd3001b067c53\": {\n                    \"defaultValue\": \"\"\n                }\n            },\n            \"attributeMetadata\": {}\n        },\n        {\n            \"shortName\": \"colour\",\n            \"name\": \"Colour\",\n            \"type\": \"Plain Text\",\n            \"textInputType\": \"Short Text\",\n            \"inputType\": \"Single Select\",\n            \"defaultValue\": \"\",\n            \"minValue\": null,\n            \"maxValue\": null,\n            \"locked\": true,\n            \"canLocalise\": true,\n            \"isFaceted\": true,\n            \"sources\": [\n                \"any\"\n            ],\n            \"masters\": [\n                \"latch\",\n                \"pimberly users\"\n            ],\n            \"*\": {\n                \"62fce77449ccd3001b067c53\": {\n                    \"defaultValue\": \"\"\n                }\n            },\n            \"values\": {\n                \"listType\": \"dataSet\",\n                \"dataSetId\": \"62fe51c4ce92140012a6ae1c\",\n                \"valueCol\": \"Colour\",\n                \"labelCol\": null,\n                \"filterCol\": \"\",\n                \"filterAttr\": \"\",\n                \"syncLocalisedDataset\": true,\n                \"localisedValCols\": [\n                    {\n                        \"localeId\": \"62fce77449ccd3001b067c53\",\n                        \"value\": \"Colour\"\n                    },\n                    {\n                        \"localeId\": \"62fe081dce92140012a6a628\",\n                        \"value\": \"French\"\n                    },\n                    {\n                        \"localeId\": \"62fe082b43d99c0018731b26\",\n                        \"value\": \"German\"\n                    }\n                ]\n            },\n            \"attributeMetadata\": {}\n        },\n        {\n            \"shortName\": \"size\",\n            \"name\": \"Size\",\n            \"type\": \"Plain Text\",\n            \"textInputType\": \"Short Text\",\n            \"inputType\": \"Regular\",\n            \"defaultValue\": \"\",\n            \"minValue\": null,\n            \"maxValue\": null,\n            \"locked\": true,\n            \"sources\": [\n                \"any\"\n            ],\n            \"masters\": [\n                \"latch\",\n                \"pimberly users\"\n            ],\n            \"*\": {\n                \"62fce77449ccd3001b067c53\": {\n                    \"defaultValue\": \"\"\n                }\n            }\n        },\n        {\n            \"name\": \"Marketing Description\",\n            \"shortName\": \"marketingDescription\",\n            \"type\": \"Plain Text\",\n            \"inputType\": \"Regular\",\n            \"locked\": true,\n            \"textInputType\": \"Short Text\",\n            \"canLocalise\": true,\n            \"defaultValue\": \"\",\n            \"minValue\": null,\n            \"maxValue\": null,\n            \"canScope\": true,\n            \"masters\": [\n                \"latch\",\n                \"pimberly users\"\n            ],\n            \"sources\": [\n                \"any\"\n            ],\n            \"*\": {\n                \"62fce77449ccd3001b067c53\": {\n                    \"defaultValue\": \"\"\n                }\n            },\n            \"attributeMetadata\": {}\n        },\n        {\n            \"shortName\": \"autoReleaseFlag\",\n            \"name\": \"Auto Release Flag\",\n            \"type\": \"True or False\",\n            \"inputType\": \"Regular\",\n            \"defaultValue\": null,\n            \"minValue\": null,\n            \"maxValue\": null,\n            \"locked\": true,\n            \"sources\": [\n                \"any\"\n            ],\n            \"masters\": [\n                \"latch\",\n                \"pimberly users\"\n            ],\n            \"*\": {\n                \"62fce77449ccd3001b067c53\": {\n                    \"defaultValue\": null\n                }\n            }\n        },\n        {\n            \"shortName\": \"releasedDateTime\",\n            \"name\": \"Released Date/Time\",\n            \"type\": \"Date + Time\",\n            \"inputType\": \"Regular\",\n            \"defaultValue\": \"\",\n            \"minValue\": \"\",\n            \"maxValue\": \"\",\n            \"locked\": true,\n            \"sources\": [\n                \"any\"\n            ],\n            \"masters\": [\n                \"latch\",\n                \"pimberly users\"\n            ],\n            \"*\": {\n                \"62fce77449ccd3001b067c53\": {\n                    \"defaultValue\": \"\",\n                    \"min\": \"\",\n                    \"max\": \"\"\n                }\n            }\n        }\n    ],\n    \"sortOrder\": 2,\n    \"ACL\": [],\n    \"id\": \"62fcea5043d99c00187314dd\",\n    \"_versionId\": \"f6d8c321e8bc423f7c360d122aaccec0ec51ced9\",\n    \"dateCreated\": \"2022-08-17T13:17:04.482Z\",\n    \"dateUpdated\": \"2022-08-18T15:13:10.748Z\",\n    \"hasReadAccess\": true,\n    \"hasWriteAccess\": true\n}"}],"_postman_id":"655654bd-6d33-4a2b-b0e4-35a267ad3eb8"},{"name":"Get one attribute set","id":"0ed1c76b-a96c-46b7-97b5-e643386ef0bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pimber.ly/api/attributeSets/findOne","description":"<p>This endpoint will return information about one attribute set. The <code>filter</code> query parameter can be used with this endpoint to filter the result you get.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","attributeSets","findOne"],"host":["pimber.ly"],"query":[{"disabled":true,"description":{"content":"<p><em><strong>Optional</strong></em> | <em>Object</em> | <em>Default: None</em> | Filter to be applied to the results</p>\n","type":"text/plain"},"key":"filter","value":null}],"variable":[]}},"response":[{"id":"8870e3f4-6cac-4eda-9510-0190138f7194","name":"Get one attribute set","originalRequest":{"method":"GET","header":[],"url":"https://pimber.ly/api/attributeSets/findOne"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"912"},{"key":"Date","value":"Thu, 24 Aug 2023 11:35:09 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountId\": \"62fce77449ccd3001b067c4e\",\n    \"name\": \"Basic Attributes\",\n    \"attributes\": [\n        {\n            \"shortName\": \"desc\",\n            \"name\": \"Description\",\n            \"type\": \"Plain Text\",\n            \"textInputType\": \"Short Text\",\n            \"inputType\": \"Regular\",\n            \"values\": \"\",\n            \"defaultValue\": \"\",\n            \"autoPopulateFilter\": \"\",\n            \"minLength\": \"\",\n            \"maxLength\": \"\",\n            \"specialFormat\": \"(no special format)\",\n            \"specialFormatRegex\": \"\",\n            \"accuracy\": \"\",\n            \"maxAssetSize\": \"\",\n            \"allowedExtensions\": \"\",\n            \"readOnly\": false,\n            \"hideLabel\": false,\n            \"isHidden\": false,\n            \"canLocalise\": true,\n            \"canScope\": true,\n            \"isHeritable\": false,\n            \"canOverride\": false,\n            \"isFaceted\": false,\n            \"locked\": true,\n            \"minValue\": null,\n            \"maxValue\": null,\n            \"*\": {\n                \"62fce77449ccd3001b067c53\": {\n                    \"defaultValue\": \"\"\n                }\n            },\n            \"masters\": [\n                \"latch\",\n                \"pimberly users\"\n            ],\n            \"sources\": [\n                \"any\"\n            ],\n            \"attributeMetadata\": {}\n        }\n    ],\n    \"sortOrder\": 1,\n    \"ACL\": [],\n    \"id\": \"62fce77449ccd3001b067c4f\",\n    \"_versionId\": \"f82781313469704b24edfe82cfb5d67585087e20\",\n    \"dateUpdated\": \"2023-01-06T16:03:19.594Z\",\n    \"hasReadAccess\": true,\n    \"hasWriteAccess\": true\n}"}],"_postman_id":"0ed1c76b-a96c-46b7-97b5-e643386ef0bf"},{"name":"Get amount of attribute sets","id":"d0f81283-e091-4d03-ace2-c94d9ec08a80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pimber.ly/api/attributeSets/count","description":"<p>This endpoint will return the number of attribute sets. The <code>filter</code> query parameter can be used with this endpoint to get the number of attribute sets that match the filter.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","attributeSets","count"],"host":["pimber.ly"],"query":[{"disabled":true,"description":{"content":"<p><em><strong>Optional</strong></em> | <em>Object</em> | <em>Default: None</em> | Filter to be applied to the results</p>\n","type":"text/plain"},"key":"filter","value":null}],"variable":[]}},"response":[{"id":"781e9bf4-9330-47e1-ad8b-6f777e5f1cbd","name":"Get amount of attribute sets","originalRequest":{"method":"GET","header":[],"url":"https://pimber.ly/api/attributeSets/count"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"11"},{"key":"Date","value":"Thu, 24 Aug 2023 11:35:17 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 5\n}"}],"_postman_id":"d0f81283-e091-4d03-ace2-c94d9ec08a80"},{"name":"Update attribute set by Mongo ID","id":"d6a80516-4631-45ad-95c4-d8b00b7df5e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"https://pimber.ly/api/attributeSets/:attribute_set_id","description":"<p>This endpoint will update an attribute set (specified by its Mongo ID) based on the JSON provided in the request's body.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","attributeSets",":attribute_set_id"],"host":["pimber.ly"],"query":[],"variable":[{"id":"4deb4d8c-cac5-4169-8282-8151508664b3","description":{"content":"<p>Mongo ID of the attribute set you want to update</p>\n","type":"text/plain"},"type":"any","value":"","key":"attribute_set_id"}]}},"response":[{"id":"8cd6f78f-afd3-498a-b368-3a6fb9fdcab4","name":"Update attribute set by Mongo ID","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"attributes\": [\n        {\n            \"shortName\": \"a\",\n            \"name\": \"a\",\n            \"type\": \"Plain Text\",\n            \"textInputType\": \"Long Text\",\n            \"inputType\": \"Regular\",\n            \"defaultValue\": \"\",\n            \"minValue\": null,\n            \"maxValue\": null,\n            \"sources\": [\n                \"any\"\n            ],\n            \"masters\": [\n                \"latch\",\n                \"pimberly users\"\n            ],\n            \"*\": {\n                \"5a3b8a79b2b0d604ef16b061\": {\n                    \"defaultValue\": \"\"\n                }\n            },\n            \"locked\": true\n        },\n        {\n            \"shortName\": \"b\",\n            \"name\": \"b\",\n            \"type\": \"Plain Text\",\n            \"textInputType\": \"Short Text\",\n            \"inputType\": \"Regular\",\n            \"defaultValue\": \"\",\n            \"minValue\": null,\n            \"maxValue\": null,\n            \"sources\": [\n                \"any\"\n            ],\n            \"masters\": [\n                \"latch\",\n                \"pimberly users\"\n            ],\n            \"*\": {\n                \"5a3b8a79b2b0d604ef16b061\": {\n                    \"defaultValue\": \"\"\n                }\n            },\n            \"locked\": true\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://pimber.ly/api/attributeSets/62fcea5043d99c00187314dd"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"accountId\": \"5a3b8a79b2b0d604ef16b05c\",\n  \"name\": \"New attribute set\",\n  \"attributes\": [\n    {\n      \"shortName\": \"a\",\n      \"name\": \"a\",\n      \"type\": \"Plain Text\",\n      \"textInputType\": \"Long Text\",\n      \"inputType\": \"Regular\",\n      \"defaultValue\": \"\",\n      \"minValue\": null,\n      \"maxValue\": null,\n      \"sources\": [\n        \"any\"\n      ],\n      \"masters\": [\n        \"latch\",\n        \"pimberly users\"\n      ],\n      \"*\": {\n        \"5a3b8a79b2b0d604ef16b061\": {\n          \"defaultValue\": \"\"\n        }\n      },\n      \"locked\": true\n    },\n    {\n      \"shortName\": \"b\",\n      \"name\": \"b\",\n      \"type\": \"Plain Text\",\n      \"textInputType\": \"Short Text\",\n      \"inputType\": \"Regular\",\n      \"defaultValue\": \"\",\n      \"minValue\": null,\n      \"maxValue\": null,\n      \"sources\": [\n        \"any\"\n      ],\n      \"masters\": [\n        \"latch\",\n        \"pimberly users\"\n      ],\n      \"*\": {\n        \"5a3b8a79b2b0d604ef16b061\": {\n          \"defaultValue\": \"\"\n        }\n      },\n      \"locked\": true\n    }\n  ],\n  \"sortOrder\": 6,\n  \"id\": \"5ce571dca3fddd001511ef8d\",\n  \"_versionId\": \"713eded07a394cce99c331f37908330e1667306f\",\n  \"dateUpdated\": \"2019-05-24T15:08:35.017Z\"\n}"}],"_postman_id":"d6a80516-4631-45ad-95c4-d8b00b7df5e1"},{"name":"Update attribute set by Mongo ID","id":"fad2f5e2-4f3c-45fe-a079-7ee0f63bcf3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://pimber.ly/api/attributeSets/:attribute_set_id","description":"<p>This endpoint will update an attribute set (specified by its Mongo ID) based on the JSON provided in the request's body.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","attributeSets",":attribute_set_id"],"host":["pimber.ly"],"query":[],"variable":[{"id":"5c50cbaa-89cd-41c9-850a-b5b7478ff7cd","description":{"content":"<p>Mongo ID of the attribute set you want to update</p>\n","type":"text/plain"},"type":"any","value":"","key":"attribute_set_id"}]}},"response":[{"id":"2089f709-eb5d-45f7-ab5b-604d3107f9ee","name":"Update attribute set by Mongo ID","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"attributes\": [\n        {\n            \"shortName\": \"a\",\n            \"name\": \"a\",\n            \"type\": \"Plain Text\",\n            \"textInputType\": \"Long Text\",\n            \"inputType\": \"Regular\",\n            \"defaultValue\": \"\",\n            \"minValue\": null,\n            \"maxValue\": null,\n            \"sources\": [\n                \"any\"\n            ],\n            \"masters\": [\n                \"latch\",\n                \"pimberly users\"\n            ],\n            \"*\": {\n                \"5a3b8a79b2b0d604ef16b061\": {\n                    \"defaultValue\": \"\"\n                }\n            },\n            \"locked\": true\n        },\n        {\n            \"shortName\": \"b\",\n            \"name\": \"b\",\n            \"type\": \"Plain Text\",\n            \"textInputType\": \"Short Text\",\n            \"inputType\": \"Regular\",\n            \"defaultValue\": \"\",\n            \"minValue\": null,\n            \"maxValue\": null,\n            \"sources\": [\n                \"any\"\n            ],\n            \"masters\": [\n                \"latch\",\n                \"pimberly users\"\n            ],\n            \"*\": {\n                \"5a3b8a79b2b0d604ef16b061\": {\n                    \"defaultValue\": \"\"\n                }\n            },\n            \"locked\": true\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://pimber.ly/api/attributeSets/62fcea5043d99c00187314dd"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"accountId\": \"5a3b8a79b2b0d604ef16b05c\",\n  \"name\": \"New attribute set\",\n  \"attributes\": [\n    {\n      \"shortName\": \"a\",\n      \"name\": \"a\",\n      \"type\": \"Plain Text\",\n      \"textInputType\": \"Long Text\",\n      \"inputType\": \"Regular\",\n      \"defaultValue\": \"\",\n      \"minValue\": null,\n      \"maxValue\": null,\n      \"sources\": [\n        \"any\"\n      ],\n      \"masters\": [\n        \"latch\",\n        \"pimberly users\"\n      ],\n      \"*\": {\n        \"5a3b8a79b2b0d604ef16b061\": {\n          \"defaultValue\": \"\"\n        }\n      },\n      \"locked\": true\n    },\n    {\n      \"shortName\": \"b\",\n      \"name\": \"b\",\n      \"type\": \"Plain Text\",\n      \"textInputType\": \"Short Text\",\n      \"inputType\": \"Regular\",\n      \"defaultValue\": \"\",\n      \"minValue\": null,\n      \"maxValue\": null,\n      \"sources\": [\n        \"any\"\n      ],\n      \"masters\": [\n        \"latch\",\n        \"pimberly users\"\n      ],\n      \"*\": {\n        \"5a3b8a79b2b0d604ef16b061\": {\n          \"defaultValue\": \"\"\n        }\n      },\n      \"locked\": true\n    }\n  ],\n  \"sortOrder\": 6,\n  \"id\": \"5ce571dca3fddd001511ef8d\",\n  \"_versionId\": \"d556a865da874d33dafebd281605c41f57212551\",\n  \"dateUpdated\": \"2019-05-24T15:05:09.073Z\"\n}"}],"_postman_id":"fad2f5e2-4f3c-45fe-a079-7ee0f63bcf3d"},{"name":"Replace existing attribute set","id":"a4c61985-1a06-4924-a183-3410243e4db8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://pimber.ly/api/attributeSets/:attribute_set_id/replace","description":"<p>This endpoint will replace an existing attrbute set (specified by its Mongo ID) based on the JSON provided in the request's body.</p>\n<p>This works similarly to the <code>PUT</code> and <code>PATCH</code> update requests, however in this case the entire document must be specified (rather than just the fields to be updated).</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","attributeSets",":attribute_set_id","replace"],"host":["pimber.ly"],"query":[],"variable":[{"id":"bd64e6bb-a796-4fd6-bf0b-b78f7cc6d3b7","description":{"content":"<p>Mongo ID of the attribute set you want to replace</p>\n","type":"text/plain"},"type":"any","value":"","key":"attribute_set_id"}]}},"response":[{"id":"b6aa24c0-237f-4ddc-a1d4-90d7c1f782f4","name":"Replace existing attribute set","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"accountId\": \"5a3b8a79b2b0d604ef16b05c\",\n    \"name\": \"New Attribute Set\",\n    \"attributes\": [\n        {\n            \"shortName\": \"a\",\n            \"name\": \"a\",\n            \"type\": \"Plain Text\",\n            \"textInputType\": \"Short Text\",\n            \"inputType\": \"Regular\",\n            \"defaultValue\": \"\",\n            \"minValue\": null,\n            \"maxValue\": null,\n            \"sources\": [\n                \"any\"\n            ],\n            \"masters\": [\n                \"latch\",\n                \"pimberly users\"\n            ],\n            \"*\": {\n                \"5a3b8a79b2b0d604ef16b061\": {\n                    \"defaultValue\": \"\"\n                }\n            },\n            \"locked\": true\n        },\n        {\n            \"shortName\": \"b\",\n            \"name\": \"b\",\n            \"type\": \"Plain Text\",\n            \"textInputType\": \"Short Text\",\n            \"inputType\": \"Regular\",\n            \"defaultValue\": \"\",\n            \"minValue\": null,\n            \"maxValue\": null,\n            \"sources\": [\n                \"any\"\n            ],\n            \"masters\": [\n                \"latch\",\n                \"pimberly users\"\n            ],\n            \"*\": {\n                \"5a3b8a79b2b0d604ef16b061\": {\n                    \"defaultValue\": \"\"\n                }\n            },\n            \"locked\": true\n        }\n    ],\n    \"sortOrder\": 7,\n    \"id\": \"5ce571dca3fddd001511ef8d\",\n    \"_versionId\": \"c87f35c3f465bee9228a667e911dde509b0b90f8\",\n    \"dateUpdated\": \"2019-05-22T16:08:38.638Z\"\n}","options":{"raw":{"language":"json"}}},"url":"https://pimber.ly/api/attributeSets/62fcea5043d99c00187314dd/replace"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountId\": \"5a3b8a79b2b0d604ef16b05c\",\n    \"name\": \"Attribute Set TEST\",\n    \"attributes\": [\n        {\n            \"shortName\": \"a\",\n            \"name\": \"a\",\n            \"type\": \"Plain Text\",\n            \"textInputType\": \"Short Text\",\n            \"inputType\": \"Regular\",\n            \"defaultValue\": \"\",\n            \"minValue\": null,\n            \"maxValue\": null,\n            \"sources\": [\n                \"any\"\n            ],\n            \"masters\": [\n                \"latch\",\n                \"pimberly users\"\n            ],\n            \"*\": {\n                \"5a3b8a79b2b0d604ef16b061\": {\n                    \"defaultValue\": \"\"\n                }\n            },\n            \"locked\": true\n        },\n        {\n            \"shortName\": \"b\",\n            \"name\": \"b\",\n            \"type\": \"Plain Text\",\n            \"textInputType\": \"Short Text\",\n            \"inputType\": \"Regular\",\n            \"defaultValue\": \"\",\n            \"minValue\": null,\n            \"maxValue\": null,\n            \"sources\": [\n                \"any\"\n            ],\n            \"masters\": [\n                \"latch\",\n                \"pimberly users\"\n            ],\n            \"*\": {\n                \"5a3b8a79b2b0d604ef16b061\": {\n                    \"defaultValue\": \"\"\n                }\n            },\n            \"locked\": true\n        }\n    ],\n    \"sortOrder\": 7,\n    \"id\": \"5ce571dca3fddd001511ef8d\",\n    \"_versionId\": \"c87f35c3f465bee9228a667e911dde509b0b90f8\",\n    \"dateUpdated\": \"2019-05-22T16:08:38.638Z\"\n}"}],"_postman_id":"a4c61985-1a06-4924-a183-3410243e4db8"},{"name":"Create new attribute set","id":"2a0e7357-e67d-4c90-93da-0c55d8a96370","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://pimber.ly/api/attributeSets","description":"<p>This endpoint will create a new attribute set as defined by the JSON provided in the request's body.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","attributeSets"],"host":["pimber.ly"],"query":[],"variable":[]}},"response":[{"id":"fad6cb64-f7d2-4a47-a9d4-a79a03aecdea","name":"Create new attribute set","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"name\": \"Created Attribute Set\"\n}","options":{"raw":{"language":"json"}}},"url":"https://pimber.ly/api/attributeSets"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"250"},{"key":"Date","value":"Tue, 29 Aug 2023 13:06:09 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountId\": \"62fce77449ccd3001b067c4e\",\n    \"name\": \"Created Attribute Set\",\n    \"ACL\": [],\n    \"id\": \"64eded41e580da00187836bd\",\n    \"_versionId\": \"6b73413524dfd88d462a1bf1018e03fab5f197a5\",\n    \"dateCreated\": \"2023-08-29T13:06:09.229Z\",\n    \"dateUpdated\": \"2023-08-29T13:06:09.229Z\"\n}"}],"_postman_id":"2a0e7357-e67d-4c90-93da-0c55d8a96370"},{"name":"Delete attribute set by Mongo ID","id":"56dbb69d-1569-45b7-a437-3f4044895f55","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://pimber.ly/api/attributeSets/:attribute_set_id","description":"<p>This endpoint will delete an attribute set specified by its Mongo ID.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","attributeSets",":attribute_set_id"],"host":["pimber.ly"],"query":[],"variable":[{"id":"4a475a94-64e3-46e1-97e6-f0dce086eca1","description":{"content":"<p>Mongo ID of the attribute set you want to delete</p>\n","type":"text/plain"},"type":"any","value":"","key":"attribute_set_id"}]}},"response":[{"id":"9698adc4-3820-4c6a-a4c8-28c3719642d8","name":"Delete attribute set by Mongo ID","originalRequest":{"method":"DELETE","header":[],"url":"https://pimber.ly/api/attributeSets/64eded41e580da00187836bd"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"11"},{"key":"Date","value":"Tue, 29 Aug 2023 13:07:57 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1\n}"}],"_postman_id":"56dbb69d-1569-45b7-a437-3f4044895f55"}],"id":"0e5810ed-9950-48be-982b-441ba54cd085","_postman_id":"0e5810ed-9950-48be-982b-441ba54cd085","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}}},{"name":"Workflow Templates","item":[{"name":"Get all workflow templates","id":"4b7cb7e0-a8c1-49e1-ba22-8e4428a8389e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pimber.ly/api/workflowTemplates","description":"<p>This endpoint will return all workflow templates for the current account. The <code>filter</code> query parameter can be used with this request to filter the results you get.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","workflowTemplates"],"host":["pimber.ly"],"query":[{"disabled":true,"description":{"content":"<p><em><strong>Optional</strong></em> | <em>Object</em> | <em>Default: None</em> | Filter to be applied to the results</p>\n","type":"text/plain"},"key":"filter","value":null}],"variable":[]}},"response":[{"id":"dc1948eb-7b29-4bb3-b31f-fd11c1c9481e","name":"Get all workflow templates","originalRequest":{"method":"GET","header":[],"url":"https://pimber.ly/api/workflowTemplates"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"6742"},{"key":"Date","value":"Thu, 24 Aug 2023 11:36:11 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"accountId\": \"62fce77449ccd3001b067c4e\",\n        \"type\": \"automation\",\n        \"name\": \"Automated: Next Stage\",\n        \"disabled\": false,\n        \"states\": [\n            {\n                \"type\": \"start\",\n                \"positionX\": 510,\n                \"positionY\": 0,\n                \"transitions\": [\n                    {\n                        \"goto\": 1,\n                        \"outcome\": \"done\",\n                        \"conditions\": []\n                    }\n                ]\n            },\n            {\n                \"schemaClassId\": \"on\",\n                \"changeLifecycleStageOnlyIfCurrentIsLower\": true,\n                \"skipLifecycleValidation\": false,\n                \"lifecycleStage\": [\n                    \"62fce77449ccd3001b067c54\"\n                ],\n                \"type\": \"lifecycleStage\",\n                \"transitions\": [\n                    {\n                        \"goto\": 2,\n                        \"outcome\": \"done\",\n                        \"conditions\": []\n                    }\n                ],\n                \"positionX\": 510,\n                \"positionY\": 90,\n                \"width\": 238\n            },\n            {\n                \"schemaClassId\": \"on\",\n                \"changeLifecycleStageOnlyIfCurrentIsLower\": true,\n                \"skipLifecycleValidation\": false,\n                \"lifecycleStage\": [\n                    \"62fe06e009c2f6235c000005\"\n                ],\n                \"type\": \"lifecycleStage\",\n                \"transitions\": [\n                    {\n                        \"goto\": 3,\n                        \"outcome\": \"done\",\n                        \"conditions\": []\n                    }\n                ],\n                \"positionX\": 510,\n                \"positionY\": 180,\n                \"width\": 246\n            },\n            {\n                \"schemaClassId\": \"on\",\n                \"changeLifecycleStageOnlyIfCurrentIsLower\": true,\n                \"skipLifecycleValidation\": false,\n                \"lifecycleStage\": [\n                    \"62fe06e409c2f6235c000006\"\n                ],\n                \"type\": \"lifecycleStage\",\n                \"transitions\": [\n                    {\n                        \"goto\": 4,\n                        \"outcome\": \"done\",\n                        \"conditions\": []\n                    }\n                ],\n                \"positionX\": 510,\n                \"positionY\": 270,\n                \"width\": 228\n            },\n            {\n                \"schemaClassId\": \"on\",\n                \"changeLifecycleStageOnlyIfCurrentIsLower\": true,\n                \"skipLifecycleValidation\": false,\n                \"lifecycleStage\": [\n                    \"62fe070309c2f6235c000007\"\n                ],\n                \"type\": \"lifecycleStage\",\n                \"transitions\": [],\n                \"positionX\": 510,\n                \"positionY\": 360,\n                \"width\": 294\n            }\n        ],\n        \"ACL\": [],\n        \"id\": \"62fe0e0143d99c0018731b7a\",\n        \"_versionId\": \"c93a584d6c6871512582cd486c6df8ee2ba16f6c\",\n        \"dateCreated\": \"2022-08-18T10:01:37.351Z\",\n        \"dateUpdated\": \"2022-08-18T10:01:37.351Z\",\n        \"hasReadAccess\": true,\n        \"hasWriteAccess\": true\n    },\n    {\n        \"accountId\": \"62fce77449ccd3001b067c4e\",\n        \"type\": \"automation\",\n        \"name\": \"Automated: Release\",\n        \"disabled\": false,\n        \"states\": [\n            {\n                \"type\": \"start\",\n                \"positionX\": 510,\n                \"positionY\": 0,\n                \"transitions\": [\n                    {\n                        \"goto\": 1,\n                        \"outcome\": \"done\",\n                        \"conditions\": [\n                            {\n                                \"propertyName\": \"autoReleaseFlag\",\n                                \"propertyComparator\": \"eq\",\n                                \"propertyScopeIds\": [\n                                    \"*\"\n                                ],\n                                \"propertyLocaleIds\": [\n                                    \"62fce77449ccd3001b067c53\"\n                                ],\n                                \"propertyValue\": true\n                            },\n                            {\n                                \"propertyName\": \"lifecycleStage\",\n                                \"propertyComparator\": \"idEqual\",\n                                \"propertyScopeIds\": [\n                                    \"*\"\n                                ],\n                                \"propertyLocaleIds\": [\n                                    \"62fce77449ccd3001b067c53\"\n                                ],\n                                \"propertyValue\": \"\\\"62fe070309c2f6235c000007\\\"\"\n                            },\n                            {\n                                \"propertyName\": \"marketingDescription\",\n                                \"propertyComparator\": \"isNotBlank\",\n                                \"propertyScopeIds\": [\n                                    \"*\"\n                                ],\n                                \"propertyLocaleIds\": [\n                                    \"62fce77449ccd3001b067c53\"\n                                ]\n                            }\n                        ]\n                    }\n                ],\n                \"width\": 78\n            },\n            {\n                \"type\": \"release\",\n                \"transitions\": [\n                    {\n                        \"goto\": 2,\n                        \"outcome\": \"done\",\n                        \"conditions\": []\n                    }\n                ],\n                \"channels\": [\n                    \"62fe3a9943d99c0018732329\"\n                ],\n                \"positionX\": 510,\n                \"positionY\": 150,\n                \"width\": 220,\n                \"channelAction\": \"release\"\n            },\n            {\n                \"modifyProperties\": [\n                    {\n                        \"propertyName\": \"releasedDateTime\",\n                        \"propertyComparator\": \"eq\",\n                        \"propertyScopeIds\": [\n                            \"*\"\n                        ],\n                        \"propertyLocaleIds\": [\n                            \"62fce77449ccd3001b067c53\"\n                        ],\n                        \"propertyValue\": \"{_NOW_ }\"\n                    }\n                ],\n                \"type\": \"modify\",\n                \"transitions\": [],\n                \"positionX\": 510,\n                \"positionY\": 270,\n                \"width\": 334\n            }\n        ],\n        \"ACL\": [],\n        \"id\": \"62fe3b5fce92140012a6acac\",\n        \"_versionId\": \"37a22c15be36bd76fda8bec56e051111d56cb65f\",\n        \"dateCreated\": \"2022-08-18T13:15:11.777Z\",\n        \"dateUpdated\": \"2022-08-18T14:18:29.017Z\",\n        \"hasReadAccess\": true,\n        \"hasWriteAccess\": true\n    },\n    {\n        \"accountId\": \"62fce77449ccd3001b067c4e\",\n        \"type\": \"automation\",\n        \"name\": \"Automated: Unrelease\",\n        \"disabled\": false,\n        \"states\": [\n            {\n                \"type\": \"start\",\n                \"positionX\": 510,\n                \"positionY\": 0,\n                \"transitions\": [\n                    {\n                        \"goto\": 1,\n                        \"outcome\": \"done\",\n                        \"conditions\": [\n                            {\n                                \"propertyName\": \"autoReleaseFlag\",\n                                \"propertyComparator\": \"eq\",\n                                \"propertyScopeIds\": [\n                                    \"*\"\n                                ],\n                                \"propertyLocaleIds\": [\n                                    \"62fce77449ccd3001b067c53\"\n                                ],\n                                \"propertyValue\": false\n                            },\n                            {\n                                \"propertyName\": \"lifecycleStage\",\n                                \"propertyComparator\": \"idEqual\",\n                                \"propertyScopeIds\": [\n                                    \"*\"\n                                ],\n                                \"propertyLocaleIds\": [\n                                    \"62fce77449ccd3001b067c53\"\n                                ],\n                                \"propertyValue\": \"\\\"62fe070309c2f6235c000007\\\"\"\n                            },\n                            {\n                                \"propertyName\": \"marketingDescription\",\n                                \"propertyComparator\": \"isBlank\",\n                                \"propertyScopeIds\": [\n                                    \"*\"\n                                ],\n                                \"propertyLocaleIds\": [\n                                    \"62fce77449ccd3001b067c53\"\n                                ]\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"channelAction\": \"unrelease\",\n                \"type\": \"release\",\n                \"transitions\": [\n                    {\n                        \"goto\": 2,\n                        \"outcome\": \"done\",\n                        \"conditions\": []\n                    }\n                ],\n                \"channels\": [\n                    \"62fe3a9943d99c0018732329\"\n                ],\n                \"positionX\": 510,\n                \"positionY\": 180,\n                \"width\": 246\n            },\n            {\n                \"modifyProperties\": [\n                    {\n                        \"propertyName\": \"releasedDateTime\",\n                        \"propertyComparator\": \"eq\",\n                        \"propertyScopeIds\": [\n                            \"*\"\n                        ],\n                        \"propertyLocaleIds\": [\n                            \"62fce77449ccd3001b067c53\"\n                        ],\n                        \"propertyValue\": \"{_NOW_ }\"\n                    }\n                ],\n                \"type\": \"modify\",\n                \"transitions\": [],\n                \"positionX\": 510,\n                \"positionY\": 330,\n                \"width\": 334\n            }\n        ],\n        \"ACL\": [],\n        \"id\": \"62fe3bf043d99c001873232b\",\n        \"_versionId\": \"b2a0ee2a79a61720122fbece915d9e5f83628bab\",\n        \"dateCreated\": \"2022-08-18T13:17:36.632Z\",\n        \"dateUpdated\": \"2022-08-18T14:18:46.180Z\",\n        \"hasReadAccess\": true,\n        \"hasWriteAccess\": true\n    },\n    {\n        \"accountId\": \"62fce77449ccd3001b067c4e\",\n        \"type\": \"automation\",\n        \"name\": \"Automation: Modify Colour\",\n        \"disabled\": false,\n        \"states\": [\n            {\n                \"type\": \"start\",\n                \"positionX\": 510,\n                \"positionY\": 0,\n                \"transitions\": [\n                    {\n                        \"goto\": 1,\n                        \"outcome\": \"done\",\n                        \"conditions\": [\n                            {\n                                \"propertyName\": \"colour\",\n                                \"propertyComparator\": \"isNotBlank\",\n                                \"propertyScopeIds\": [\n                                    \"*\"\n                                ],\n                                \"propertyLocaleIds\": [\n                                    \"62fce77449ccd3001b067c53\"\n                                ]\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"modifyProperties\": [\n                    {\n                        \"propertyName\": \"colour\",\n                        \"propertyComparator\": \"eq\",\n                        \"propertyScopeIds\": [\n                            \"*\"\n                        ],\n                        \"propertyLocaleIds\": [\n                            \"62fce77449ccd3001b067c53\",\n                            \"62fe081dce92140012a6a628\"\n                        ],\n                        \"propertyValue\": \"{colour|scope*|locale 62fce77449ccd3001b067c53 | dataSetLookup62fe51c4ce92140012a6ae1cColour>French}\"\n                    }\n                ],\n                \"type\": \"modify\",\n                \"transitions\": [\n                    {\n                        \"goto\": 2,\n                        \"outcome\": \"done\",\n                        \"conditions\": []\n                    }\n                ],\n                \"positionX\": 510,\n                \"positionY\": 120,\n                \"width\": 360\n            },\n            {\n                \"modifyProperties\": [\n                    {\n                        \"propertyName\": \"colour\",\n                        \"propertyComparator\": \"eq\",\n                        \"propertyScopeIds\": [\n                            \"*\"\n                        ],\n                        \"propertyLocaleIds\": [\n                            \"62fe082b43d99c0018731b26\"\n                        ],\n                        \"propertyValue\": \" {colour|scope*|locale 62fce77449ccd3001b067c53 | dataSetLookup62fe51c4ce92140012a6ae1cColour>German}\"\n                    }\n                ],\n                \"type\": \"modify\",\n                \"transitions\": [],\n                \"positionX\": 510,\n                \"positionY\": 270,\n                \"width\": 360\n            }\n        ],\n        \"ACL\": [],\n        \"id\": \"62fe548b1b2c5d001efe91eb\",\n        \"_versionId\": \"136fb1b087e90ae4c6854d989deed33e31b7a4e0\",\n        \"dateCreated\": \"2022-08-18T15:02:35.511Z\",\n        \"dateUpdated\": \"2022-08-18T15:04:03.721Z\",\n        \"hasReadAccess\": true,\n        \"hasWriteAccess\": true\n    },\n    {\n        \"accountId\": \"62fce77449ccd3001b067c4e\",\n        \"type\": \"approval\",\n        \"name\": \"Approval: Marketing \",\n        \"disabled\": false,\n        \"states\": [\n            {\n                \"type\": \"start\",\n                \"positionX\": 510,\n                \"positionY\": 0,\n                \"transitions\": [\n                    {\n                        \"goto\": 2,\n                        \"outcome\": \"done\",\n                        \"conditions\": []\n                    }\n                ]\n            },\n            {\n                \"type\": \"accept\",\n                \"positionX\": 390,\n                \"positionY\": 150,\n                \"transitions\": [],\n                \"width\": 90\n            },\n            {\n                \"hasTimeLimit\": \"false\",\n                \"timeLimitDays\": \"\",\n                \"timeLimitHours\": \"\",\n                \"userGroupMerging\": \"union\",\n                \"type\": \"approve\",\n                \"transitions\": [\n                    {\n                        \"goto\": 1,\n                        \"outcome\": \"approved\",\n                        \"conditions\": []\n                    },\n                    {\n                        \"goto\": 3,\n                        \"outcome\": \"timed out\",\n                        \"conditions\": []\n                    }\n                ],\n                \"userGroups\": [\n                    \"62fe5a7243d99c0018732667\"\n                ],\n                \"positionX\": 510,\n                \"positionY\": 60,\n                \"width\": 232\n            },\n            {\n                \"notifyEmailSubject\": \"\",\n                \"notifyText\": \"Change not approved in time - please action \",\n                \"sendNotificationToEmail\": false,\n                \"userGroupMerging\": \"union\",\n                \"type\": \"notify\",\n                \"transitions\": [],\n                \"userGroups\": [\n                    \"62fe5a7243d99c0018732667\"\n                ],\n                \"positionX\": 690,\n                \"positionY\": 150,\n                \"width\": 288\n            }\n        ],\n        \"ACL\": [],\n        \"id\": \"62fe5b63ce92140012a6ae23\",\n        \"_versionId\": \"260117c0fffc4a72ec6f754be1e0357f4ea6348d\",\n        \"dateCreated\": \"2022-08-18T15:31:47.938Z\",\n        \"dateUpdated\": \"2022-08-18T15:31:47.938Z\",\n        \"hasReadAccess\": true,\n        \"hasWriteAccess\": true\n    }\n]"}],"_postman_id":"4b7cb7e0-a8c1-49e1-ba22-8e4428a8389e"},{"name":"Get workflow template by Mongo ID","id":"84861a9f-4b4a-4a7c-bba5-1f8a0f1eef0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pimber.ly/api/workflowTemplates/:workflow_id","description":"<p>This endpoint will return information about a workflow template specified by its Mongo ID.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","workflowTemplates",":workflow_id"],"host":["pimber.ly"],"query":[],"variable":[{"id":"f7d3acda-2bad-423c-a4b8-ef25290e7ce2","description":{"content":"<p>Mongo ID of the workflow you want to get</p>\n","type":"text/plain"},"type":"any","value":"","key":"workflow_id"}]}},"response":[{"id":"ae02e546-066a-42c7-ab92-2daa8c596a14","name":"Get workflow template by Mongo ID","originalRequest":{"method":"GET","header":[],"url":"https://pimber.ly/api/workflowTemplates/62fe3bf043d99c001873232b"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1388"},{"key":"Date","value":"Thu, 24 Aug 2023 11:38:08 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountId\": \"62fce77449ccd3001b067c4e\",\n    \"type\": \"automation\",\n    \"name\": \"Automated: Unrelease\",\n    \"disabled\": false,\n    \"states\": [\n        {\n            \"type\": \"start\",\n            \"positionX\": 510,\n            \"positionY\": 0,\n            \"transitions\": [\n                {\n                    \"goto\": 1,\n                    \"outcome\": \"done\",\n                    \"conditions\": [\n                        {\n                            \"propertyName\": \"autoReleaseFlag\",\n                            \"propertyComparator\": \"eq\",\n                            \"propertyScopeIds\": [\n                                \"*\"\n                            ],\n                            \"propertyLocaleIds\": [\n                                \"62fce77449ccd3001b067c53\"\n                            ],\n                            \"propertyValue\": false\n                        },\n                        {\n                            \"propertyName\": \"lifecycleStage\",\n                            \"propertyComparator\": \"idEqual\",\n                            \"propertyScopeIds\": [\n                                \"*\"\n                            ],\n                            \"propertyLocaleIds\": [\n                                \"62fce77449ccd3001b067c53\"\n                            ],\n                            \"propertyValue\": \"\\\"62fe070309c2f6235c000007\\\"\"\n                        },\n                        {\n                            \"propertyName\": \"marketingDescription\",\n                            \"propertyComparator\": \"isBlank\",\n                            \"propertyScopeIds\": [\n                                \"*\"\n                            ],\n                            \"propertyLocaleIds\": [\n                                \"62fce77449ccd3001b067c53\"\n                            ]\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"channelAction\": \"unrelease\",\n            \"type\": \"release\",\n            \"transitions\": [\n                {\n                    \"goto\": 2,\n                    \"outcome\": \"done\",\n                    \"conditions\": []\n                }\n            ],\n            \"channels\": [\n                \"62fe3a9943d99c0018732329\"\n            ],\n            \"positionX\": 510,\n            \"positionY\": 180,\n            \"width\": 246\n        },\n        {\n            \"modifyProperties\": [\n                {\n                    \"propertyName\": \"releasedDateTime\",\n                    \"propertyComparator\": \"eq\",\n                    \"propertyScopeIds\": [\n                        \"*\"\n                    ],\n                    \"propertyLocaleIds\": [\n                        \"62fce77449ccd3001b067c53\"\n                    ],\n                    \"propertyValue\": \"{_NOW_ }\"\n                }\n            ],\n            \"type\": \"modify\",\n            \"transitions\": [],\n            \"positionX\": 510,\n            \"positionY\": 330,\n            \"width\": 334\n        }\n    ],\n    \"ACL\": [],\n    \"id\": \"62fe3bf043d99c001873232b\",\n    \"_versionId\": \"b2a0ee2a79a61720122fbece915d9e5f83628bab\",\n    \"dateCreated\": \"2022-08-18T13:17:36.632Z\",\n    \"dateUpdated\": \"2022-08-18T14:18:46.180Z\",\n    \"hasReadAccess\": true,\n    \"hasWriteAccess\": true\n}"}],"_postman_id":"84861a9f-4b4a-4a7c-bba5-1f8a0f1eef0a"},{"name":"Get one workflow template","id":"90ee3f9e-5612-4fa5-b7d6-64097cd062a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pimber.ly/api/workflowTemplates/findOne","description":"<p>This endpoint will return one workflow template. The <code>filter</code> query parameter can be used with this endpoint to filter the result you get.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","workflowTemplates","findOne"],"host":["pimber.ly"],"query":[{"disabled":true,"description":{"content":"<p><em><strong>Optional</strong></em> | <em>Object</em> | <em>Default: None</em> | Filter to be applied to the results</p>\n","type":"text/plain"},"key":"filter","value":null}],"variable":[]}},"response":[{"id":"2fdf96e9-2dac-4b40-83d4-3607f1b555f7","name":"Get one workflow template","originalRequest":{"method":"GET","header":[],"url":"https://pimber.ly/api/workflowTemplates/findOne"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1512"},{"key":"Date","value":"Thu, 24 Aug 2023 11:38:17 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountId\": \"62fce77449ccd3001b067c4e\",\n    \"type\": \"automation\",\n    \"name\": \"Automated: Next Stage\",\n    \"disabled\": false,\n    \"states\": [\n        {\n            \"type\": \"start\",\n            \"positionX\": 510,\n            \"positionY\": 0,\n            \"transitions\": [\n                {\n                    \"goto\": 1,\n                    \"outcome\": \"done\",\n                    \"conditions\": []\n                }\n            ]\n        },\n        {\n            \"schemaClassId\": \"on\",\n            \"changeLifecycleStageOnlyIfCurrentIsLower\": true,\n            \"skipLifecycleValidation\": false,\n            \"lifecycleStage\": [\n                \"62fce77449ccd3001b067c54\"\n            ],\n            \"type\": \"lifecycleStage\",\n            \"transitions\": [\n                {\n                    \"goto\": 2,\n                    \"outcome\": \"done\",\n                    \"conditions\": []\n                }\n            ],\n            \"positionX\": 510,\n            \"positionY\": 90,\n            \"width\": 238\n        },\n        {\n            \"schemaClassId\": \"on\",\n            \"changeLifecycleStageOnlyIfCurrentIsLower\": true,\n            \"skipLifecycleValidation\": false,\n            \"lifecycleStage\": [\n                \"62fe06e009c2f6235c000005\"\n            ],\n            \"type\": \"lifecycleStage\",\n            \"transitions\": [\n                {\n                    \"goto\": 3,\n                    \"outcome\": \"done\",\n                    \"conditions\": []\n                }\n            ],\n            \"positionX\": 510,\n            \"positionY\": 180,\n            \"width\": 246\n        },\n        {\n            \"schemaClassId\": \"on\",\n            \"changeLifecycleStageOnlyIfCurrentIsLower\": true,\n            \"skipLifecycleValidation\": false,\n            \"lifecycleStage\": [\n                \"62fe06e409c2f6235c000006\"\n            ],\n            \"type\": \"lifecycleStage\",\n            \"transitions\": [\n                {\n                    \"goto\": 4,\n                    \"outcome\": \"done\",\n                    \"conditions\": []\n                }\n            ],\n            \"positionX\": 510,\n            \"positionY\": 270,\n            \"width\": 228\n        },\n        {\n            \"schemaClassId\": \"on\",\n            \"changeLifecycleStageOnlyIfCurrentIsLower\": true,\n            \"skipLifecycleValidation\": false,\n            \"lifecycleStage\": [\n                \"62fe070309c2f6235c000007\"\n            ],\n            \"type\": \"lifecycleStage\",\n            \"transitions\": [],\n            \"positionX\": 510,\n            \"positionY\": 360,\n            \"width\": 294\n        }\n    ],\n    \"ACL\": [],\n    \"id\": \"62fe0e0143d99c0018731b7a\",\n    \"_versionId\": \"c93a584d6c6871512582cd486c6df8ee2ba16f6c\",\n    \"dateCreated\": \"2022-08-18T10:01:37.351Z\",\n    \"dateUpdated\": \"2022-08-18T10:01:37.351Z\",\n    \"hasReadAccess\": true,\n    \"hasWriteAccess\": true\n}"}],"_postman_id":"90ee3f9e-5612-4fa5-b7d6-64097cd062a3"},{"name":"Get amount of workflow templates","id":"a61e4418-2b0c-4030-86be-b7ddecb89519","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pimber.ly/api/workflowTemplates/count","description":"<p>This webhook will return the number of workflow templates. The <code>filter</code> parameter can be used with this endpoint to count the number of workflow templates which match the filter.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","workflowTemplates","count"],"host":["pimber.ly"],"query":[{"disabled":true,"description":{"content":"<p><em><strong>Optional</strong></em> | <em>Object</em> | <em>Default: None</em> | Filter to be applied to the results</p>\n","type":"text/plain"},"key":"filter","value":null}],"variable":[]}},"response":[{"id":"823d7836-5d5a-4008-ad6f-a9df3b563e79","name":"Get amount of workflow templates","originalRequest":{"method":"GET","header":[],"url":"https://pimber.ly/api/workflowTemplates/count"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"11"},{"key":"Date","value":"Thu, 24 Aug 2023 11:38:25 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 5\n}"}],"_postman_id":"a61e4418-2b0c-4030-86be-b7ddecb89519"},{"name":"Update workflow template by Mongo ID","id":"b847089b-e6d4-4250-a561-b2400a19798b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"https://pimber.ly/api/workflowTemplates/:workflow_id","description":"<p>This endpoint will update a workflow template (specified by its Mongo ID) based on the JSON provided in the request's body.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","workflowTemplates",":workflow_id"],"host":["pimber.ly"],"query":[],"variable":[{"id":"6545d14e-c8ee-42d9-87ee-8a2efcd56fbd","description":{"content":"<p>Mongo ID of the workflow you want to update</p>\n","type":"text/plain"},"type":"any","value":"","key":"workflow_id"}]}},"response":[{"id":"3477d8fa-48ab-460f-9586-4820656ceeb2","name":"Update workflow template by Mongo ID","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"states\": [\n        {\n            \"type\": \"start\",\n            \"positionX\": 510,\n            \"positionY\": 0,\n            \"transitions\": [\n                {\n                    \"goto\": 1,\n                    \"outcome\": \"done\",\n                    \"conditions\": [\n                        {\n                            \"propertyName\": \"desc\",\n                            \"propertyComparator\": \"isNotBlank\",\n                            \"propertyChannel\": \"*\",\n                            \"propertyLocale\": \"5a3b8a79b2b0d604ef16b061\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"type\": \"accept\",\n            \"positionX\": 510,\n            \"positionY\": 180,\n            \"transitions\": [\n                {\n                    \"goto\": 2,\n                    \"outcome\": \"done\",\n                    \"conditions\": []\n                }\n            ]\n        },\n        {\n            \"hasTimeLimit\": \"false\",\n            \"timeLimitDays\": \"\",\n            \"timeLimitHours\": \"\",\n            \"userGroupMerging\": \"union\",\n            \"type\": \"approve\",\n            \"transitions\": [],\n            \"userGroups\": [\n                \"5a3b8a79b2b0d604ef16b064\"\n            ],\n            \"positionX\": 510,\n            \"positionY\": 360,\n            \"width\": 178\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://pimber.ly/api/workflowTemplates/5cecf7bb4ce5aa0015a1ad58"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountId\": \"5a3b8a79b2b0d604ef16b05c\",\n    \"type\": \"approval\",\n    \"name\": \"New workflow\",\n    \"disabled\": false,\n    \"states\": [\n        {\n            \"type\": \"start\",\n            \"positionX\": 510,\n            \"positionY\": 0,\n            \"transitions\": [\n                {\n                    \"goto\": 1,\n                    \"outcome\": \"done\",\n                    \"conditions\": [\n                        {\n                            \"propertyName\": \"desc\",\n                            \"propertyComparator\": \"isNotBlank\",\n                            \"propertyChannel\": \"*\",\n                            \"propertyLocale\": \"5a3b8a79b2b0d604ef16b061\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"type\": \"accept\",\n            \"positionX\": 510,\n            \"positionY\": 180,\n            \"transitions\": [\n                {\n                    \"goto\": 2,\n                    \"outcome\": \"done\",\n                    \"conditions\": []\n                }\n            ]\n        },\n        {\n            \"hasTimeLimit\": \"false\",\n            \"timeLimitDays\": \"\",\n            \"timeLimitHours\": \"\",\n            \"userGroupMerging\": \"union\",\n            \"type\": \"approve\",\n            \"transitions\": [],\n            \"userGroups\": [\n                \"5a3b8a79b2b0d604ef16b064\"\n            ],\n            \"positionX\": 510,\n            \"positionY\": 360,\n            \"width\": 178\n        }\n    ],\n    \"id\": \"5cecf7bb4ce5aa0015a1ad58\",\n    \"_versionId\": \"ad44ad520a86b5382929dd719b4d08bd1c15ccb4\",\n    \"dateCreate\": \"2019-05-28T08:56:27.147Z\",\n    \"dateUpdated\": \"2019-05-28T10:26:12.699Z\"\n}"}],"_postman_id":"b847089b-e6d4-4250-a561-b2400a19798b"},{"name":"Update workflow template by Mongo ID","id":"531ca0bc-10b6-43ab-9206-135c2b0bc104","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://pimber.ly/api/workflowTemplates/:workflow_id","description":"<p>This endpoint will update a workflow template (specified by its Mongo ID) based on the JSON provided in the request's body.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","workflowTemplates",":workflow_id"],"host":["pimber.ly"],"query":[],"variable":[{"id":"43d58d74-09ca-49eb-9171-bc3ec25bea32","description":{"content":"<p>Mongo ID of the workflow you want to update</p>\n","type":"text/plain"},"type":"any","value":"","key":"workflow_id"}]}},"response":[{"id":"8ec89a6b-9501-4046-aa5c-70642bf62c34","name":"Update workflow template by Mongo ID","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n\t\"states\": [\n        {\n            \"type\": \"start\",\n            \"positionX\": 510,\n            \"positionY\": 0,\n            \"transitions\": [\n                {\n                    \"goto\": 1,\n                    \"outcome\": \"done\",\n                    \"conditions\": [\n                        {\n                            \"propertyName\": \"desc\",\n                            \"propertyComparator\": \"isNotBlank\",\n                            \"propertyChannel\": \"*\",\n                            \"propertyLocale\": \"5a3b8a79b2b0d604ef16b061\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"type\": \"accept\",\n            \"positionX\": 510,\n            \"positionY\": 180,\n            \"transitions\": [\n                {\n                    \"goto\": 2,\n                    \"outcome\": \"done\",\n                    \"conditions\": []\n                }\n            ]\n        },\n        {\n            \"hasTimeLimit\": \"false\",\n            \"timeLimitDays\": \"\",\n            \"timeLimitHours\": \"\",\n            \"userGroupMerging\": \"union\",\n            \"type\": \"approve\",\n            \"transitions\": [],\n            \"userGroups\": [\n                \"5a3b8a79b2b0d604ef16b064\"\n            ],\n            \"positionX\": 510,\n            \"positionY\": 360,\n            \"width\": 178\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://pimber.ly/api/workflowTemplates/5cecf7bb4ce5aa0015a1ad58"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"accountId\": \"5a3b8a79b2b0d604ef16b05c\",\n  \"type\": \"approval\",\n  \"name\": \"New workflow\",\n  \"disabled\": false,\n  \"states\": [\n    {\n      \"type\": \"start\",\n      \"positionX\": 510,\n      \"positionY\": 0,\n      \"transitions\": [\n        {\n          \"goto\": 1,\n          \"outcome\": \"done\",\n          \"conditions\": [\n            {\n              \"propertyName\": \"desc\",\n              \"propertyComparator\": \"isNotBlank\",\n              \"propertyChannel\": \"*\",\n              \"propertyLocale\": \"5a3b8a79b2b0d604ef16b061\"\n            }\n          ]\n        }\n      ]\n    },\n    {\n      \"type\": \"accept\",\n      \"positionX\": 510,\n      \"positionY\": 180,\n      \"transitions\": [\n        {\n          \"goto\": 2,\n          \"outcome\": \"done\",\n          \"conditions\": []\n        }\n      ]\n    },\n    {\n      \"hasTimeLimit\": \"false\",\n      \"timeLimitDays\": \"\",\n      \"timeLimitHours\": \"\",\n      \"userGroupMerging\": \"union\",\n      \"type\": \"approve\",\n      \"transitions\": [],\n      \"userGroups\": [\n        \"5a3b8a79b2b0d604ef16b064\"\n      ],\n      \"positionX\": 510,\n      \"positionY\": 360,\n      \"width\": 178\n    }\n  ],\n  \"id\": \"5cecf7bb4ce5aa0015a1ad58\",\n  \"_versionId\": \"d962536513188819c7b8d9c6b949b93a25b2ca23\",\n  \"dateCreate\": \"2019-05-28T08:56:27.147Z\",\n  \"dateUpdated\": \"2019-05-28T10:12:49.268Z\"\n}"}],"_postman_id":"531ca0bc-10b6-43ab-9206-135c2b0bc104"},{"name":"Replace existing workflow template","id":"6e681f49-3559-46f1-bd39-465eb35540ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://pimber.ly/api/workflowTemplates/:workflow_id/replace","description":"<p>This endpoint will replace an existing workflow template (specified by its Mongo ID) with a new version based on the JSON provided in the request's body.</p>\n<p>This works similarly to the <code>PUT</code> and <code>PATCH</code> update requests, however in this case the entire document must be specified (rather than just the fields to be updated).</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","workflowTemplates",":workflow_id","replace"],"host":["pimber.ly"],"query":[],"variable":[{"id":"bf09b540-51fb-4a03-8355-32ef17314fa7","description":{"content":"<p>Mongo ID of the workflow you want to replace</p>\n","type":"text/plain"},"type":"any","value":"","key":"workflow_id"}]}},"response":[{"id":"45b232cd-6b24-48bc-92b5-9af0879dc88d","name":"Replace existing workflow template","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"accountId\": \"5a3b8a79b2b0d604ef16b05c\",\n    \"type\": \"approval\",\n    \"name\": \"New workflow\",\n    \"disabled\": false,\n    \"states\": [\n        {\n            \"type\": \"start\",\n            \"positionX\": 510,\n            \"positionY\": 0,\n            \"transitions\": [\n                {\n                    \"goto\": 1,\n                    \"outcome\": \"done\",\n                    \"conditions\": [\n                        {\n                            \"propertyName\": \"desc\",\n                            \"propertyComparator\": \"isNotBlank\",\n                            \"propertyChannel\": \"*\",\n                            \"propertyLocale\": \"5a3b8a79b2b0d604ef16b061\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"type\": \"accept\",\n            \"positionX\": 510,\n            \"positionY\": 180,\n            \"transitions\": [\n                {\n                    \"goto\": 2,\n                    \"outcome\": \"done\",\n                    \"conditions\": []\n                }\n            ]\n        },\n        {\n            \"hasTimeLimit\": \"false\",\n            \"timeLimitDays\": \"\",\n            \"timeLimitHours\": \"\",\n            \"userGroupMerging\": \"union\",\n            \"type\": \"approve\",\n            \"transitions\": [],\n            \"userGroups\": [\n                \"5a3b8a79b2b0d604ef16b064\"\n            ],\n            \"positionX\": 510,\n            \"positionY\": 360,\n            \"width\": 178\n        }\n    ],\n    \"_versionId\": \"d962536513188819c7b8d9c6b949b93a25b2ca23\",\n    \"dateCreate\": \"2019-05-28T08:56:27.147Z\",\n    \"dateUpdated\": \"2019-05-28T10:12:49.268Z\"\n}","options":{"raw":{"language":"json"}}},"url":"https://pimber.ly/api/workflowTemplates/5cecf7bb4ce5aa0015a1ad58/replace"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"accountId\": \"5a3b8a79b2b0d604ef16b05c\",\n  \"type\": \"approval\",\n  \"name\": \"New workflow\",\n  \"disabled\": false,\n  \"states\": [\n    {\n      \"type\": \"start\",\n      \"positionX\": 510,\n      \"positionY\": 0,\n      \"transitions\": [\n        {\n          \"goto\": 1,\n          \"outcome\": \"done\",\n          \"conditions\": [\n            {\n              \"propertyName\": \"desc\",\n              \"propertyComparator\": \"isNotBlank\",\n              \"propertyChannel\": \"*\",\n              \"propertyLocale\": \"5a3b8a79b2b0d604ef16b061\"\n            }\n          ]\n        }\n      ]\n    },\n    {\n      \"type\": \"accept\",\n      \"positionX\": 510,\n      \"positionY\": 180,\n      \"transitions\": [\n        {\n          \"goto\": 2,\n          \"outcome\": \"done\",\n          \"conditions\": []\n        }\n      ]\n    },\n    {\n      \"hasTimeLimit\": \"false\",\n      \"timeLimitDays\": \"\",\n      \"timeLimitHours\": \"\",\n      \"userGroupMerging\": \"union\",\n      \"type\": \"approve\",\n      \"transitions\": [],\n      \"userGroups\": [\n        \"5a3b8a79b2b0d604ef16b064\"\n      ],\n      \"positionX\": 510,\n      \"positionY\": 360,\n      \"width\": 178\n    }\n  ],\n  \"id\": \"5cecf7bb4ce5aa0015a1ad58\",\n  \"_versionId\": \"d962536513188819c7b8d9c6b949b93a25b2ca23\",\n  \"dateCreate\": \"2019-05-28T08:56:27.147Z\",\n  \"dateUpdated\": \"2019-05-28T10:12:49.268Z\"\n}"}],"_postman_id":"6e681f49-3559-46f1-bd39-465eb35540ae"},{"name":"Create new workflow template","id":"0c0ea524-c383-4fbc-9d44-603d60f75542","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://pimber.ly/api/workflowTemplates","description":"<p>This endpoint will create a new workflow template as defined by the JSON provided in the request's body.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","workflowTemplates"],"host":["pimber.ly"],"query":[],"variable":[]}},"response":[{"id":"7233ee9a-4366-4169-9cb9-7ea6154058c8","name":"Create new workflow template","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"accountId\": \"5a3b8a79b2b0d604ef16b05c\",\n    \"type\": \"approval\",\n    \"name\": \"New workflow\",\n    \"disabled\": false,\n    \"states\": [\n        {\n            \"type\": \"start\",\n            \"positionX\": 510,\n            \"positionY\": 0,\n            \"transitions\": [\n                {\n                    \"goto\": 1,\n                    \"outcome\": \"done\",\n                    \"conditions\": [\n                        {\n                            \"propertyName\": \"desc\",\n                            \"propertyComparator\": \"isNotBlank\",\n                            \"propertyChannel\": \"*\",\n                            \"propertyLocale\": \"5a3b8a79b2b0d604ef16b061\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"type\": \"accept\",\n            \"positionX\": 510,\n            \"positionY\": 180,\n            \"transitions\": [\n                {\n                    \"goto\": 2,\n                    \"outcome\": \"done\",\n                    \"conditions\": []\n                }\n            ]\n        },\n        {\n            \"hasTimeLimit\": \"false\",\n            \"timeLimitDays\": \"\",\n            \"timeLimitHours\": \"\",\n            \"userGroupMerging\": \"union\",\n            \"type\": \"approve\",\n            \"transitions\": [],\n            \"userGroups\": [\n                \"5a3b8a79b2b0d604ef16b064\"\n            ],\n            \"positionX\": 510,\n            \"positionY\": 360,\n            \"width\": 178\n        }\n    ],\n    \"_versionId\": \"b0c5282878d17c7944aa6b82a7e232a3f74b9642\",\n    \"dateCreate\": \"2019-05-24T15:43:12.425Z\",\n    \"dateUpdated\": \"2019-05-28T08:13:21.627Z\"\n}","options":{"raw":{"language":"json"}}},"url":"https://pimber.ly/api/workflowTemplates"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"accountId\": \"5a3b8a79b2b0d604ef16b05c\",\n  \"type\": \"approval\",\n  \"name\": \"New workflow\",\n  \"disabled\": false,\n  \"states\": [\n    {\n      \"type\": \"start\",\n      \"positionX\": 510,\n      \"positionY\": 0,\n      \"transitions\": [\n        {\n          \"goto\": 1,\n          \"outcome\": \"done\",\n          \"conditions\": [\n            {\n              \"propertyName\": \"desc\",\n              \"propertyComparator\": \"isNotBlank\",\n              \"propertyChannel\": \"*\",\n              \"propertyLocale\": \"5a3b8a79b2b0d604ef16b061\"\n            }\n          ]\n        }\n      ]\n    },\n    {\n      \"type\": \"accept\",\n      \"positionX\": 510,\n      \"positionY\": 180,\n      \"transitions\": [\n        {\n          \"goto\": 2,\n          \"outcome\": \"done\",\n          \"conditions\": []\n        }\n      ]\n    },\n    {\n      \"hasTimeLimit\": \"false\",\n      \"timeLimitDays\": \"\",\n      \"timeLimitHours\": \"\",\n      \"userGroupMerging\": \"union\",\n      \"type\": \"approve\",\n      \"transitions\": [],\n      \"userGroups\": [\n        \"5a3b8a79b2b0d604ef16b064\"\n      ],\n      \"positionX\": 510,\n      \"positionY\": 360,\n      \"width\": 178\n    }\n  ],\n  \"id\": \"5ced34389bb3a60015c6b2fa\",\n  \"_versionId\": \"6449786e0451ef3300fdc967a44d6b2da5e65b89\",\n  \"dateCreate\": \"2019-05-28T13:14:32.815Z\",\n  \"dateUpdated\": \"2019-05-28T13:14:32.815Z\"\n}"}],"_postman_id":"0c0ea524-c383-4fbc-9d44-603d60f75542"},{"name":"Delete workflow template by Mongo ID","id":"db1013b0-715b-4191-be53-decafc991e4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://pimber.ly/api/workflowTemplates/:workflow_id","description":"<p>This endpoint will delete a workflow template specified by its Mongo ID.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","workflowTemplates",":workflow_id"],"host":["pimber.ly"],"query":[],"variable":[{"id":"b9d53d24-7386-468d-85c9-ead4334ced46","description":{"content":"<p>Mongo ID of the workflow you want to delete</p>\n","type":"text/plain"},"type":"any","value":"","key":"workflow_id"}]}},"response":[{"id":"88779d9e-aecf-436f-923c-83df743434d9","name":"Delete workflow template by Mongo ID","originalRequest":{"method":"DELETE","header":[],"url":"https://pimber.ly/api/workflowTemplates/5ced34389bb3a60015c6b2fa"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1\n}"}],"_postman_id":"db1013b0-715b-4191-be53-decafc991e4c"}],"id":"9386ba85-66ff-45ac-bc29-c8ea749b9732","_postman_id":"9386ba85-66ff-45ac-bc29-c8ea749b9732","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}}},{"name":"Datasets","item":[{"name":"Get all data sets","id":"987ace8a-1d29-4bf4-b873-41b80ab2a7f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pimber.ly/api/dataSets","description":"<p>This endpoint will return all data sets. The <code>filter</code> query parameter can be used with this endpoint to filter the results you get.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","dataSets"],"host":["pimber.ly"],"query":[{"disabled":true,"description":{"content":"<p><em><strong>Optional</strong></em> | <em>Object</em> | <em>Default: None</em> | Filter to be applied to the results</p>\n","type":"text/plain"},"key":"filter","value":null}],"variable":[]}},"response":[{"id":"1541da13-c242-446a-a06a-7511ff21c5d7","name":"Get all data sets","originalRequest":{"method":"GET","header":[],"url":"https://pimber.ly/api/dataSets"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"337"},{"key":"Date","value":"Thu, 24 Aug 2023 11:38:32 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"accountId\": \"62fce77449ccd3001b067c4e\",\n        \"name\": \"ColourDataSet\",\n        \"header\": [\n            \"Colour\",\n            \"French\",\n            \"German\"\n        ],\n        \"numRows\": 6,\n        \"ACL\": [],\n        \"id\": \"62fe51c4ce92140012a6ae1c\",\n        \"_versionId\": \"f328b12ff9856fe8f0ce2669f7f90c0b5132b851\",\n        \"dateCreated\": \"2022-08-18T14:50:44.129Z\",\n        \"dateUpdated\": \"2022-08-18T14:51:24.816Z\",\n        \"hasReadAccess\": true,\n        \"hasWriteAccess\": true\n    }\n]"}],"_postman_id":"987ace8a-1d29-4bf4-b873-41b80ab2a7f5"},{"name":"Get data set by Mongo ID","id":"2d67ae0f-688f-4adb-b9e2-822e1ade6a88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pimber.ly/api/dataSets/:dataset_id","description":"<p>This endpoint will return information about a data set specified by its Mongo ID.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","dataSets",":dataset_id"],"host":["pimber.ly"],"query":[],"variable":[{"id":"886a1cfb-c0b5-48c8-a0f2-ed507a317af3","description":{"content":"<p>Mongo ID of the dataset you want to get</p>\n","type":"text/plain"},"type":"any","value":"","key":"dataset_id"}]}},"response":[{"id":"c00653fe-1725-448e-9ec2-717fc1c34449","name":"Get data set by Mongo ID","originalRequest":{"method":"GET","header":[],"url":"https://pimber.ly/api/dataSets/62fe51c4ce92140012a6ae1c"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"335"},{"key":"Date","value":"Thu, 24 Aug 2023 11:39:07 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountId\": \"62fce77449ccd3001b067c4e\",\n    \"name\": \"ColourDataSet\",\n    \"header\": [\n        \"Colour\",\n        \"French\",\n        \"German\"\n    ],\n    \"numRows\": 6,\n    \"ACL\": [],\n    \"id\": \"62fe51c4ce92140012a6ae1c\",\n    \"_versionId\": \"f328b12ff9856fe8f0ce2669f7f90c0b5132b851\",\n    \"dateCreated\": \"2022-08-18T14:50:44.129Z\",\n    \"dateUpdated\": \"2022-08-18T14:51:24.816Z\",\n    \"hasReadAccess\": true,\n    \"hasWriteAccess\": true\n}"}],"_postman_id":"2d67ae0f-688f-4adb-b9e2-822e1ade6a88"},{"name":"Get data set rows by Mongo ID","id":"8f9bcf92-ae21-4ce3-bbbe-b9e8e44d5c94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pimber.ly/api/dataSets/:dataset_id/rows","description":"<p>This endpoint will return the rows in a dataset, specified by its Mongo ID.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","dataSets",":dataset_id","rows"],"host":["pimber.ly"],"query":[],"variable":[{"id":"c6bf0183-f846-4062-a001-abfed1071402","description":{"content":"<p>Mongo ID of the dataset whose rows you want to get</p>\n","type":"text/plain"},"type":"any","value":"","key":"dataset_id"}]}},"response":[{"id":"ab404d21-62eb-4a28-bf2c-bbc2edaf2a0e","name":"Get data set rows by Mongo ID Copy","originalRequest":{"method":"GET","header":[],"url":"https://pimber.ly/api/dataSets/62fe51c4ce92140012a6ae1c/rows"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"319"},{"key":"Date","value":"Thu, 24 Aug 2023 11:39:17 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Colour\": \"Black\",\n        \"French\": \"Noir\",\n        \"German\": \"Schwarz\"\n    },\n    {\n        \"Colour\": \"Navy\",\n        \"French\": \"Bleu marin\",\n        \"German\": \"Navy blau\"\n    },\n    {\n        \"Colour\": \"White\",\n        \"French\": \"Blanc\",\n        \"German\": \"Weiz\"\n    },\n    {\n        \"Colour\": \"Blue\",\n        \"French\": \"Bleu\",\n        \"German\": \"Blau\"\n    },\n    {\n        \"Colour\": \"Red\",\n        \"French\": \"Rouge\",\n        \"German\": \"Rot\"\n    },\n    {\n        \"Colour\": \"Green\",\n        \"French\": \"Verte\",\n        \"German\": \"Grun\"\n    }\n]"}],"_postman_id":"8f9bcf92-ae21-4ce3-bbbe-b9e8e44d5c94"},{"name":"Get one data set","id":"7457a64f-f91d-48d9-9c06-7c488f3d17e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pimber.ly/api/dataSets/findOne","description":"<p>This endpoint will return one data set. The <code>filter</code> query parameter can be used with this endpoint to filter the result you get.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","dataSets","findOne"],"host":["pimber.ly"],"query":[{"disabled":true,"description":{"content":"<p><em><strong>Optional</strong></em> | <em>Object</em> | <em>Default: None</em> | Filter to be applied to the results</p>\n","type":"text/plain"},"key":"filter","value":null}],"variable":[]}},"response":[{"id":"95e04f2b-8edd-4c19-b1fd-a52a646ead08","name":"Get one data set","originalRequest":{"method":"GET","header":[],"url":"https://pimber.ly/api/dataSets/findOne"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"335"},{"key":"Date","value":"Thu, 24 Aug 2023 11:39:27 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountId\": \"62fce77449ccd3001b067c4e\",\n    \"name\": \"ColourDataSet\",\n    \"header\": [\n        \"Colour\",\n        \"French\",\n        \"German\"\n    ],\n    \"numRows\": 6,\n    \"ACL\": [],\n    \"id\": \"62fe51c4ce92140012a6ae1c\",\n    \"_versionId\": \"f328b12ff9856fe8f0ce2669f7f90c0b5132b851\",\n    \"dateCreated\": \"2022-08-18T14:50:44.129Z\",\n    \"dateUpdated\": \"2022-08-18T14:51:24.816Z\",\n    \"hasReadAccess\": true,\n    \"hasWriteAccess\": true\n}"}],"_postman_id":"7457a64f-f91d-48d9-9c06-7c488f3d17e3"},{"name":"Get amount of data sets","id":"735f4c35-0870-4c80-8210-9ed70b4fbb5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pimber.ly/api/dataSets/count","description":"<p>This endpoint will return the number of data sets. The <code>filter</code> query parameter can be used with this endpoint to return the number of data sets that match the filter.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","dataSets","count"],"host":["pimber.ly"],"query":[{"disabled":true,"description":{"content":"<p><em><strong>Optional</strong></em> | <em>Object</em> | <em>Default: None</em> | Filter to be applied to the results</p>\n","type":"text/plain"},"key":"filter","value":null}],"variable":[]}},"response":[{"id":"830682d7-3d35-4a24-b65c-775e11e9a0da","name":"Get amount of data sets","originalRequest":{"method":"GET","header":[],"url":"https://pimber.ly/api/dataSets/count"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"11"},{"key":"Date","value":"Thu, 24 Aug 2023 11:39:32 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1\n}"}],"_postman_id":"735f4c35-0870-4c80-8210-9ed70b4fbb5e"},{"name":"Get subset of data rows","id":"54f206b2-d6f0-4a4d-b673-56ca9195a236","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pimber.ly/api/dataSets/:dataset_id/rows","description":"<p>This endpoint will return a subset of data rows from the specified data set. The subset is defined by the <code>sinceIndex</code> and <code>maxIndex</code> query parameters described below.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","dataSets",":dataset_id","rows"],"host":["pimber.ly"],"query":[{"disabled":true,"description":{"content":"<p><em><strong>Optional</strong></em> | <em>integer</em> | <em>Default: None</em> | Index of the data row you want the results to start from</p>\n","type":"text/plain"},"key":"sinceIndex","value":""},{"disabled":true,"description":{"content":"<p><em><strong>Optional</strong></em> | <em>integer</em> | <em>Default: None</em> | Index of the data row you want the results to end at</p>\n","type":"text/plain"},"key":"maxIndex","value":""},{"disabled":true,"description":{"content":"<p><em><strong>Optional</strong></em> | <em>integer</em> | <em>Default: None</em> | The number of data rows to be returned per page. See <strong>Quick Reference Guide &gt; Limiting Results</strong> for additional info on limits</p>\n","type":"text/plain"},"key":"limit","value":""}],"variable":[{"id":"2d514dc3-0edb-4a7c-944b-d6c8c2a6020a","description":{"content":"<p>Mongo ID of the dataset whose rows you want to get a subset of</p>\n","type":"text/plain"},"type":"any","value":"","key":"dataset_id"}]}},"response":[{"id":"8dc6a2b4-425d-4a7b-8cdf-4eb912857b8b","name":"Get subset of data rows","originalRequest":{"method":"GET","header":[],"url":"https://pimber.ly/api/dataSets/62fe51c4ce92140012a6ae1c/rows"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"319"},{"key":"Date","value":"Tue, 29 Aug 2023 13:22:47 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Colour\": \"Black\",\n        \"French\": \"Noir\",\n        \"German\": \"Schwarz\"\n    },\n    {\n        \"Colour\": \"Navy\",\n        \"French\": \"Bleu marin\",\n        \"German\": \"Navy blau\"\n    },\n    {\n        \"Colour\": \"White\",\n        \"French\": \"Blanc\",\n        \"German\": \"Weiz\"\n    },\n    {\n        \"Colour\": \"Blue\",\n        \"French\": \"Bleu\",\n        \"German\": \"Blau\"\n    },\n    {\n        \"Colour\": \"Red\",\n        \"French\": \"Rouge\",\n        \"German\": \"Rot\"\n    },\n    {\n        \"Colour\": \"Green\",\n        \"French\": \"Verte\",\n        \"German\": \"Grun\"\n    }\n]"}],"_postman_id":"54f206b2-d6f0-4a4d-b673-56ca9195a236"},{"name":"Get values beginning with query","id":"d716f454-3b06-4ac9-ac37-f52d695741fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pimber.ly/api/dataSets/:dataset_id/autocomplete","description":"<p>This endpoint will return suggested values from the specified data set, based on the query you provide. For example, if you had values of <code>Black</code> and <code>Blue</code> in your data set, and called the endpoint with <code>Bl</code>, it would suggest the <code>Black</code> and <code>Blue</code> values, as they start with the query provided.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","dataSets",":dataset_id","autocomplete"],"host":["pimber.ly"],"query":[{"disabled":true,"description":{"content":"<p><em><strong>Required</strong></em> | <em>string</em> | <em>Default: None</em> | Column value to query</p>\n","type":"text/plain"},"key":"valueCol","value":""},{"disabled":true,"description":{"content":"<p><em><strong>Optional</strong></em> | <em>string</em> | <em>Default: None</em> | Column label to query</p>\n","type":"text/plain"},"key":"labelCol","value":""},{"disabled":true,"description":{"content":"<p><em><strong>Required</strong></em> | <em>string</em> | <em>Default: None</em> | Query to be autocompleted (e.g. Gr for Green)</p>\n","type":"text/plain"},"key":"query","value":""}],"variable":[{"id":"b1198097-2d75-46e1-b074-6cb88919799a","description":{"content":"<p>Mongo ID of the dataset whose values you want to query</p>\n","type":"text/plain"},"type":"any","value":"","key":"dataset_id"}]}},"response":[{"id":"f57af06f-b7af-44d3-8959-68955a0e588e","name":"Get values beginning with query","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://pimber.ly/api/dataSets/62fe51c4ce92140012a6ae1c/autocomplete?valueCol=German&labelCol=Colour&query=Gr","protocol":"https","host":["pimber","ly"],"path":["api","dataSets","62fe51c4ce92140012a6ae1c","autocomplete"],"query":[{"key":"valueCol","value":"German"},{"key":"labelCol","value":"Colour"},{"key":"query","value":"Gr"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"59"},{"key":"Date","value":"Tue, 29 Aug 2023 13:26:35 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"suggestions\": [\n        {\n            \"value\": \"Green\",\n            \"data\": {\n                \"value\": \"Grun\"\n            }\n        }\n    ]\n}"}],"_postman_id":"d716f454-3b06-4ac9-ac37-f52d695741fb"},{"name":"Translate value to label","id":"bd701d18-3ae9-4097-951b-307bca45856d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pimber.ly/api/dataSets/:dataset_id/:label_col_name/:value_col_name/valueToLabel","description":"<p>This endpoint returns the values and labels for the specified values in the dataset.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","dataSets",":dataset_id",":label_col_name",":value_col_name","valueToLabel"],"host":["pimber.ly"],"query":[{"disabled":true,"key":"values","value":""}],"variable":[{"id":"4c68c58b-43f4-4f9a-8dd9-fff1e60e0185","description":{"content":"<p>Mongo ID of the dataset whose labels and values you want to access</p>\n","type":"text/plain"},"type":"any","value":"","key":"dataset_id"},{"id":"458b71ab-53ac-4ed2-873a-c12f94b47c31","description":{"content":"<p>Name of the dataset label column</p>\n","type":"text/plain"},"type":"any","value":"","key":"label_col_name"},{"id":"61917a5d-8962-46f7-80d6-156329380946","description":{"content":"<p>Name of the dataset value column</p>\n","type":"text/plain"},"type":"any","value":"","key":"value_col_name"}]}},"response":[{"id":"f4994044-f8d9-4695-8f4d-52ec14b6b9b9","name":"Translate value to label","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://pimber.ly/api/dataSets/62fe51c4ce92140012a6ae1c/Colour/German/valueToLabel?values=Grun","protocol":"https","host":["pimber","ly"],"path":["api","dataSets","62fe51c4ce92140012a6ae1c","Colour","German","valueToLabel"],"query":[{"key":"values","value":"Grun"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"16"},{"key":"Date","value":"Tue, 29 Aug 2023 13:46:55 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Grun\": \"Green\"\n}"}],"_postman_id":"bd701d18-3ae9-4097-951b-307bca45856d"},{"name":"Update data set by Mongo ID","id":"4948652f-a6a5-484b-b17d-0356258a5014","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"https://pimber.ly/api/dataSets/:dataset_id","description":"<p>This endpoint will update a data set (specified by Mongo ID) based on the JSON provided in the request's body.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","dataSets",":dataset_id"],"host":["pimber.ly"],"query":[],"variable":[{"id":"5ffa6689-2ccb-4c19-b7be-180ffb5bae60","description":{"content":"<p>Mongo ID of the dataset you want to update</p>\n","type":"text/plain"},"type":"any","value":"","key":"dataset_id"}]}},"response":[{"id":"62398899-8d26-4f56-a1ea-b50d522ae9cf","name":"Update data set by Mongo ID","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"header\": [\n        \"LABEL\",\n        \"VALUE\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://pimber.ly/api/dataSets/62fe51c4ce92140012a6ae1c"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"accountId\": \"5a3b8a79b2b0d604ef16b05c\",\n  \"name\": \"New data set\",\n  \"header\": [\n    \"LABEL\",\n    \"VALUE\"\n  ],\n  \"numRows\": 12,\n  \"id\": \"5ced5774f7158e0015d33e5e\",\n  \"_versionId\": \"3ba6bbd2b5334fc60131284fadbd33fe19c1394a\",\n  \"dateCreate\": \"2019-05-28T15:44:52.945Z\",\n  \"dateUpdated\": \"2019-05-29T09:19:50.949Z\"\n}"}],"_postman_id":"4948652f-a6a5-484b-b17d-0356258a5014"},{"name":"Update data set by Mongo ID","id":"bd0d9dff-d913-4a85-889e-a6cb75417429","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://pimber.ly/api/dataSets/:dataset_id","description":"<p>This endpoint will update a data set (specified by Mongo ID) based on the JSON provided in the request's body.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","dataSets",":dataset_id"],"host":["pimber.ly"],"query":[],"variable":[{"id":"57274c9b-7ecb-40b5-bc6b-080aef17658f","description":{"content":"<p>Mongo ID of the dataset you want to update</p>\n","type":"text/plain"},"type":"any","value":"","key":"dataset_id"}]}},"response":[{"id":"48d56177-cd01-462f-8735-ff2914a22409","name":"Update data set by Mongo ID","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n\t\"header\": [\n        \"LABEL\",\n        \"VALUE\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://pimber.ly/api/dataSets/62fe51c4ce92140012a6ae1c"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"accountId\": \"5a3b8a79b2b0d604ef16b05c\",\n  \"name\": \"New data set\",\n  \"header\": [\n    \"LABEL\",\n    \"VALUE\"\n  ],\n  \"numRows\": 12,\n  \"id\": \"5ced5774f7158e0015d33e5e\",\n  \"_versionId\": \"4cb86ea192af6707aede0076875a032cc57ba31d\",\n  \"dateCreate\": \"2019-05-28T15:44:52.945Z\",\n  \"dateUpdated\": \"2019-05-29T09:10:24.887Z\"\n}"}],"_postman_id":"bd0d9dff-d913-4a85-889e-a6cb75417429"},{"name":"Replace existing data set","id":"a14dde81-f0a2-4efd-8149-405d91f690c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://pimber.ly/api/dataSets/:dataset_id/replace","description":"<p>This endpoint will replace an existing data set (specified by its Mongo ID) with a new version based on the JSON provided in the request's body.</p>\n<p>This works similarly to the <code>PUT</code> and <code>PATCH</code> update requests, however in this case the entire document must be specified (rather than just the fields to be updated).</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","dataSets",":dataset_id","replace"],"host":["pimber.ly"],"query":[],"variable":[{"id":"963de70f-6bbd-40fa-99ec-8fabf5f5177f","description":{"content":"<p>Mongo ID of the dataset you want to replace</p>\n","type":"text/plain"},"type":"any","value":"","key":"dataset_id"}]}},"response":[{"id":"42482e5f-fe74-476a-bba1-efac369e51d3","name":"Replace existing data set","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"5ced5774f7158e0015d33e5e\",\n    \"name\": \"New data set\",\n    \"accountId\": \"5a3b8a79b2b0d604ef16b05c\",\n    \"numRows\": 12,\n\t\"array\":[\n\t\t[\"Blue\",\"blue\"],[\"Red\",\"red\"],[\"Green\",\"green\"],[\"Yellow\",\"yellow\"],[\"White\",\"white\"],[\"Black\",\"black\"],[\"Orange\",\"orange\"],[\"Purple\",\"purple\"],[\"Brown\",\"brown\"],[\"Grey\",\"grey\"],[\"Cyan\",\"cyan\"],[\"Pink\",\"pink\"]\n\t\t],\n\t\"header\":[\"label\",\"value\"],\n    \"_versionId\": \"3ba6bbd2b5334fc60131284fadbd33fe19c1394a\",\n    \"dateCreate\": \"2019-05-28T15:44:52.945Z\",\n    \"dateUpdated\": \"2019-05-29T09:19:50.949Z\"\n}","options":{"raw":{"language":"json"}}},"url":"https://pimber.ly/api/dataSets/62fe51c4ce92140012a6ae1c/replace"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"accountId\": \"5a3b8a79b2b0d604ef16b05c\",\n  \"name\": \"New data set\",\n  \"header\": [\n    \"label\",\n    \"value\"\n  ],\n  \"array\": [\n    [\n      \"Blue\",\n      \"blue\"\n    ],\n    [\n      \"Red\",\n      \"red\"\n    ],\n    [\n      \"Green\",\n      \"green\"\n    ],\n    [\n      \"Yellow\",\n      \"yellow\"\n    ],\n    [\n      \"White\",\n      \"white\"\n    ],\n    [\n      \"Black\",\n      \"black\"\n    ],\n    [\n      \"Orange\",\n      \"orange\"\n    ],\n    [\n      \"Purple\",\n      \"purple\"\n    ],\n    [\n      \"Brown\",\n      \"brown\"\n    ],\n    [\n      \"Grey\",\n      \"grey\"\n    ],\n    [\n      \"Cyan\",\n      \"cyan\"\n    ],\n    [\n      \"Pink\",\n      \"pink\"\n    ]\n  ],\n  \"numRows\": 12,\n  \"id\": \"5ced5774f7158e0015d33e5e\",\n  \"_versionId\": \"3ba6bbd2b5334fc60131284fadbd33fe19c1394a\",\n  \"dateCreate\": \"2019-05-28T15:44:52.945Z\",\n  \"dateUpdated\": \"2019-05-29T09:19:50.949Z\"\n}"}],"_postman_id":"a14dde81-f0a2-4efd-8149-405d91f690c3"},{"name":"Create data set","id":"e660a302-6301-4ca0-a1df-9914666e6ad7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://pimber.ly/api/dataSets","description":"<p>This endpoint will create a new data set as defined by the JSON in the request's body.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","dataSets"],"host":["pimber.ly"],"query":[],"variable":[]}},"response":[{"id":"1baedc91-eddc-43db-b395-027fbeb52d12","name":"Create data set","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"name\":\"New data set\",\n\t\"numRows\":12,\n\t\"array\":[\n\t\t[\"Blue\",\"blue\"],[\"Red\",\"red\"],[\"Green\",\"green\"],[\"Yellow\",\"yellow\"],[\"White\",\"white\"],[\"Black\",\"black\"],[\"Orange\",\"orange\"],[\"Purple\",\"purple\"],[\"Brown\",\"brown\"],[\"Grey\",\"grey\"],[\"Cyan\",\"cyan\"],[\"Pink\",\"pink\"]\n\t\t],\n\t\"header\":[\"label\",\"value\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://pimber.ly/api/dataSets"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"501"},{"key":"Date","value":"Tue, 29 Aug 2023 13:54:36 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountId\": \"62fce77449ccd3001b067c4e\",\n    \"name\": \"New data set\",\n    \"header\": [\n        \"label\",\n        \"value\"\n    ],\n    \"array\": [\n        [\n            \"Blue\",\n            \"blue\"\n        ],\n        [\n            \"Red\",\n            \"red\"\n        ],\n        [\n            \"Green\",\n            \"green\"\n        ],\n        [\n            \"Yellow\",\n            \"yellow\"\n        ],\n        [\n            \"White\",\n            \"white\"\n        ],\n        [\n            \"Black\",\n            \"black\"\n        ],\n        [\n            \"Orange\",\n            \"orange\"\n        ],\n        [\n            \"Purple\",\n            \"purple\"\n        ],\n        [\n            \"Brown\",\n            \"brown\"\n        ],\n        [\n            \"Grey\",\n            \"grey\"\n        ],\n        [\n            \"Cyan\",\n            \"cyan\"\n        ],\n        [\n            \"Pink\",\n            \"pink\"\n        ]\n    ],\n    \"numRows\": 12,\n    \"ACL\": [],\n    \"id\": \"64edf89cb95b75001ccb1610\",\n    \"_versionId\": \"f04051e2ee945b579661956b25fa6f05c26856d6\",\n    \"dateCreated\": \"2023-08-29T13:54:36.676Z\",\n    \"dateUpdated\": \"2023-08-29T13:54:36.676Z\"\n}"}],"_postman_id":"e660a302-6301-4ca0-a1df-9914666e6ad7"},{"name":"Add rows to data set by Mongo ID","id":"fb901fc5-a91e-4fad-b889-eeb09ea33fe8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"header","value":"","description":"<p><em><strong>Optional</strong></em> | <em>[string, string]</em> | <em>Default: None</em> | Array containing the header label and value</p>\n","type":"text","disabled":true},{"key":"rows","value":"","description":"<p><em><strong>Optional</strong></em> | <em>[[string, string]]</em> | <em>Default: None</em> | An array of arrays of row values to be uploaded. If uploading one row, the value must still be an array within an array, i.e. [[\"value\"], [\"value\"]]</p>\n","type":"text","disabled":true}]},"url":"https://pimber.ly/api/dataSets/:dataset_id/uploadDataRows","description":"<p>This endpoint will add new rows to a data set (specified by its Mongo ID). See the query parameter descriptions to see the format for new rows.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","dataSets",":dataset_id","uploadDataRows"],"host":["pimber.ly"],"query":[],"variable":[{"id":"cb5f6082-b922-4be3-9cba-56617d18b448","description":{"content":"<p>Mongo ID of the dataset you want to upload data rows to</p>\n","type":"text/plain"},"type":"any","value":"","key":"dataset_id"}]}},"response":[{"id":"052abd21-5f9d-4fb7-be30-d1cf41bb7b07","name":"Add rows to data set by Mongo ID","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"header","value":"[\"label\", \"value\"]","type":"text"},{"key":"rows","value":"[[\"Magenta\", \"magenta\"]]","type":"text"}]},"url":"https://pimber.ly/api/dataSets/62fe51c4ce92140012a6ae1c/uploadDataRows"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 29 Aug 2023 13:59:40 GMT"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fb901fc5-a91e-4fad-b889-eeb09ea33fe8"},{"name":"Update / create row by Mongo ID","id":"3c884226-0ab2-4c14-ab12-50d81438fd93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"isNew","value":"","description":"<p><em><strong>Required</strong></em> | <em>bool</em> | <em>Default: None</em> | Set to <strong>false</strong> to update a row, and set to <strong>true</strong> to create a new row</p>\n","type":"text","disabled":true},{"key":"rows","value":"","description":"<p><em><strong>Required</strong></em> | <em>[string, string]</em> | <em>Default: None</em> | The values for the new / updated row</p>\n","type":"text","disabled":true}]},"url":"https://pimber.ly/api/dataSets/:dataset_id/row/:row_index","description":"<p>This endpoint will create or update a row of a data set (specified by its Mongo ID). The row that you would like to update/create must be specified by index (integer value). If the <code>isNew</code> query parameter is <code>true</code>, this endpoint will create a row. If <code>false</code>, it will update a row.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","dataSets",":dataset_id","row",":row_index"],"host":["pimber.ly"],"query":[],"variable":[{"id":"12ce2a75-8e50-49bf-9d78-fc6b8d4a7e3f","description":{"content":"<p>Mongo ID of the dataset you want to create a row for</p>\n","type":"text/plain"},"type":"any","value":"","key":"dataset_id"},{"id":"cb046907-4a6e-413e-ad08-9b926ca5cdef","description":{"content":"<p>The index of the row to update or create</p>\n","type":"text/plain"},"type":"any","value":"","key":"row_index"}]}},"response":[],"_postman_id":"3c884226-0ab2-4c14-ab12-50d81438fd93"},{"name":"Get subset of data rows","id":"13473e82-5d57-4f38-abc1-09a73712718d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"indexes","value":"","description":"<p><em><strong>Optional</strong></em> | <em>string</em> | <em>Default: None</em> | Data set indexes separated by a '-', e.g. 1-2-3. For only one index, simply use the value, e.g. 4</p>\n","type":"text","disabled":true}]},"url":"https://pimber.ly/api/dataSets/:dataset_id/dataRows","description":"<p>This endpoint will return a subset of data rows from a data set (specified by its Mongo ID). Row indexes are specified as <code>-</code> separated numbers and are urlencoded (see description below).</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","dataSets",":dataset_id","dataRows"],"host":["pimber.ly"],"query":[],"variable":[{"id":"f1ac24ee-4c7f-4797-a9d5-3e67839465c9","description":{"content":"<p>Mongo ID of the dataset whose rows you want to get a subset of</p>\n","type":"text/plain"},"type":"any","value":"","key":"dataset_id"}]}},"response":[{"id":"69acf375-d3af-4147-8640-8e7e93374709","name":"Get subset of data rows","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"indexes","value":"0-3-5","type":"text"}]},"url":"https://pimber.ly/api/dataSets/62fe51c4ce92140012a6ae1c/dataRows"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"94"},{"key":"Date","value":"Tue, 29 Aug 2023 14:16:56 GMT"}],"cookie":[],"responseTime":null,"body":"\"Black\\u001fNoir\\u001fSchwarz\\u001f~Blue\\u001fBleu\\u001fBlau\\u001f~Green\\u001fVerte\\u001fGrun\""}],"_postman_id":"13473e82-5d57-4f38-abc1-09a73712718d"},{"name":"Delete all rows","id":"f0829cd3-c0a3-40f9-9324-a54ee2acf0d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://pimber.ly/api/dataSets/:dataset_id/clearDataRows","description":"<p>This endpoint will delete all rows within a data set (specified by its Mongo ID).</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","dataSets",":dataset_id","clearDataRows"],"host":["pimber.ly"],"query":[],"variable":[{"id":"04910c89-94da-4795-8e2a-c728d68805f6","description":{"content":"<p>Mongo ID of the dataset whose rows you want to delete</p>\n","type":"text/plain"},"type":"any","value":"","key":"dataset_id"}]}},"response":[{"id":"981554ac-7b38-4296-8a6f-598ab2648690","name":"Delete all rows","originalRequest":{"method":"POST","header":[],"url":"https://pimber.ly/api/dataSets/62fe51c4ce92140012a6ae1c/clearDataRows"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 29 Aug 2023 14:33:21 GMT"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f0829cd3-c0a3-40f9-9324-a54ee2acf0d5"},{"name":"Delete rows by Mongo ID","id":"f957604d-9524-42a8-bbbc-5dd3ca33a66d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://pimber.ly/api/dataSets/:dataset_id/row/:row_index_start/:row_index_end","description":"<p>This endpoint will delete a range of rows from a data set (specified by its Mongo ID), defined by the <code>row_index_start</code> and <code>row_index_end</code> path variables.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","dataSets",":dataset_id","row",":row_index_start",":row_index_end"],"host":["pimber.ly"],"query":[],"variable":[{"id":"f1b5743f-cf53-43b1-bb0f-02aafadec357","description":{"content":"<p>Mongo ID of the dataset whose rows you want to delete</p>\n","type":"text/plain"},"type":"any","value":"","key":"dataset_id"},{"id":"997c3a4d-1073-49a6-9825-9d7c27460d56","description":{"content":"<p>Starting index for the rows you want to delete</p>\n","type":"text/plain"},"type":"any","value":"","key":"row_index_start"},{"id":"3d256e17-caf4-4ecf-97d3-823c0ddf7981","description":{"content":"<p>End index for the rows you want to delete</p>\n","type":"text/plain"},"type":"any","value":"","key":"row_index_end"}]}},"response":[{"id":"0aa1e9b8-c4bf-4f4f-bb98-ab1548c3a348","name":"Delete rows by Mongo ID","originalRequest":{"method":"DELETE","header":[],"url":"https://pimber.ly/api/dataSets/62fe51c4ce92140012a6ae1c/row/0/3"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 29 Aug 2023 14:27:22 GMT"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f957604d-9524-42a8-bbbc-5dd3ca33a66d"},{"name":"Delete data set by Mongo ID","id":"498af819-a5a5-47c9-866c-feba7f376a5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://pimber.ly/api/dataSets/:dataset_id","description":"<p>This endpoint will delete a data set specified by its Mongo ID.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","dataSets",":dataset_id"],"host":["pimber.ly"],"query":[],"variable":[{"id":"de0c7cae-fc8c-4fbc-a09b-de2f40f79768","description":{"content":"<p>Mongo ID of the dataset you want to delete</p>\n","type":"text/plain"},"type":"any","value":"","key":"dataset_id"}]}},"response":[{"id":"fa4b8369-874e-4f78-b0e7-ee0a8aa24630","name":"Delete data set by Mongo ID","originalRequest":{"method":"DELETE","header":[],"url":"https://pimber.ly/api/dataSets/62fe51c4ce92140012a6ae1c"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"11"},{"key":"Date","value":"Tue, 29 Aug 2023 14:29:18 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1\n}"}],"_postman_id":"498af819-a5a5-47c9-866c-feba7f376a5d"}],"id":"a8388678-af3b-49fc-95ca-af3747e79c20","_postman_id":"a8388678-af3b-49fc-95ca-af3747e79c20","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}}}],"id":"081dc2d5-95a1-4241-8206-f05314e1dc56","_postman_id":"081dc2d5-95a1-4241-8206-f05314e1dc56","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}}},{"name":"Identity API","item":[{"name":"Accounts","item":[{"name":"Listing","item":[{"name":"Get all product types","id":"1439fdca-f423-45b0-8be5-fcbdf57ea265","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pimber.ly/api/accounts/:account_id/product-types","description":"<p>This endpoint returns all product types for the account specified by its Mongo ID. You can also filter this search by appending the ID for the product type you're interested in to the end of the URL.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","accounts",":account_id","product-types"],"host":["pimber.ly"],"query":[],"variable":[{"id":"8f83da4d-3528-4e6c-9788-ce0a7b472a47","description":{"content":"<p>Mongo ID of the account whose product-types you want to get</p>\n","type":"text/plain"},"type":"any","value":"","key":"account_id"}]}},"response":[{"id":"cf0a9d9e-215d-42ef-a979-63b35001f40b","name":"Get all product types","originalRequest":{"method":"GET","header":[],"url":"https://pimber.ly/api/accounts/62fce77449ccd3001b067c4e/product-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"199"},{"key":"Date","value":"Tue, 29 Aug 2023 14:34:19 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"Size\",\n        \"behavior\": \"none\",\n        \"canContain\": null,\n        \"ACL\": []\n    },\n    {\n        \"id\": \"Colour\",\n        \"behavior\": \"variants\",\n        \"canContain\": [\n            \"Size\"\n        ],\n        \"ACL\": []\n    },\n    {\n        \"id\": \"Style\",\n        \"behavior\": \"variants\",\n        \"canContain\": [\n            \"Colour\"\n        ],\n        \"ACL\": []\n    }\n]"}],"_postman_id":"1439fdca-f423-45b0-8be5-fcbdf57ea265"},{"name":"Get all accounts","id":"e2131ccd-b4e2-4412-97d6-4bc85e47e07f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pimber.ly/api/accounts","description":"<p>This endpoint will return all accounts. The <code>filter</code> query parameter can be used with this endpoint to filter the results you get.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","accounts"],"host":["pimber.ly"],"query":[{"disabled":true,"description":{"content":"<p><em><strong>Optional</strong></em> | <em>Object</em> | <em>Default: None</em> | Filter to be applied to the results</p>\n","type":"text/plain"},"key":"filter","value":""}],"variable":[]}},"response":[],"_postman_id":"e2131ccd-b4e2-4412-97d6-4bc85e47e07f"},{"name":"Get amount of product types for an account","id":"8a474edd-1525-43a6-980e-f1362a783166","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pimber.ly/api/accounts/:account_id/product-types/count","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","accounts",":account_id","product-types","count"],"host":["pimber.ly"],"query":[],"variable":[{"id":"e1a7cf10-5097-4763-8d0c-724ba16d017e","description":{"content":"<p>Mongo ID of the account whose product-types you want to count</p>\n","type":"text/plain"},"type":"any","value":"","key":"account_id"}]}},"response":[{"id":"bb7a7991-31c5-4561-ba1f-35cb488f3338","name":"Get amount of product types for an account","originalRequest":{"method":"GET","header":[],"url":"https://pimber.ly/api/accounts/62fce77449ccd3001b067c4e/product-types/count"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"11"},{"key":"Date","value":"Thu, 24 Aug 2023 12:30:10 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 0\n}"}],"_postman_id":"8a474edd-1525-43a6-980e-f1362a783166"}],"id":"4e4a0085-3358-4a36-8bb4-b3f5f5cbbedd","_postman_id":"4e4a0085-3358-4a36-8bb4-b3f5f5cbbedd","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}}},{"name":"Retrieving Account Information","item":[{"name":"Get account by Mongo ID","id":"78eedddd-ce1f-4b5c-9741-9356760ce868","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pimber.ly/api/accounts/:account_id","description":"<p>This endpoint will return information about an account specified by its Mongo ID.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","accounts",":account_id"],"host":["pimber.ly"],"query":[],"variable":[{"id":"b8fc9cc2-d91d-4de7-b8c7-a70c6f1c4a2c","description":{"content":"<p>Mongo ID of the account you want to get</p>\n","type":"text/plain"},"type":"any","value":"","key":"account_id"}]}},"response":[{"id":"194f1ef7-67d3-4733-a359-c207df5a5c29","name":"Get account by Mongo ID","originalRequest":{"method":"GET","header":[],"url":"https://pimber.ly/api/accounts/62fce77449ccd3001b067c4e"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"945"},{"key":"Date","value":"Thu, 24 Aug 2023 13:03:53 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"Pimberly API Documentation\",\n    \"status\": \"active\",\n    \"type\": \"enterprise\",\n    \"featureFlags\": {\n        \"hasProductEventLogging\": true\n    },\n    \"assetFlags\": [\n        {\n            \"name\": \"CMYK\",\n            \"iconName\": \"tint\"\n        },\n        {\n            \"name\": \"Colour Correct\",\n            \"iconName\": \"check\"\n        },\n        {\n            \"name\": \"Internet Exported\",\n            \"iconName\": \"globe\"\n        },\n        {\n            \"name\": \"Restrictions\",\n            \"iconName\": \"ban\"\n        }\n    ],\n    \"algopix\": null,\n    \"logAcls\": [],\n    \"id\": \"62fce77449ccd3001b067c4e\",\n    \"productTypes\": [\n        {\n            \"id\": \"Size\",\n            \"behavior\": \"none\",\n            \"canContain\": null,\n            \"ACL\": []\n        },\n        {\n            \"id\": \"Colour\",\n            \"behavior\": \"variants\",\n            \"canContain\": [\n                \"Size\"\n            ],\n            \"ACL\": []\n        },\n        {\n            \"id\": \"Style\",\n            \"behavior\": \"variants\",\n            \"canContain\": [\n                \"Colour\"\n            ],\n            \"ACL\": []\n        }\n    ],\n    \"salesForceAccountId\": \"\",\n    \"defaultUserGroupId\": \"62fce77449ccd3001b067c56\",\n    \"numProducts\": 49,\n    \"productMaxId\": \"64de2d85f7991901af7a08e1\",\n    \"_lastActivityDate\": \"2023-02-15T14:38:16.309Z\",\n    \"isPaidAccount\": false,\n    \"_versionId\": \"78495e57744888cc402925dc376877a8d5471733\",\n    \"dateUpdated\": \"2023-08-15T15:03:36.300Z\",\n    \"hasReadAccess\": true,\n    \"hasWriteAccess\": true\n}"}],"_postman_id":"78eedddd-ce1f-4b5c-9741-9356760ce868"},{"name":"Get account statistics","id":"2fd25fa9-f91c-477c-89d1-8f07c4d12e4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pimber.ly/api/accounts/stats","description":"<p>This endpoint will return statistics about the account you are currently logged into.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","accounts","stats"],"host":["pimber.ly"],"query":[],"variable":[]}},"response":[{"id":"8470d78b-ab40-402f-9a40-8fe988f78d8e","name":"Get statistics for currently logged-in account","originalRequest":{"method":"GET","header":[],"url":"https://pimber.ly/api/accounts/stats"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"10535"},{"key":"Date","value":"Thu, 24 Aug 2023 12:35:51 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"62fe390006d898478023694a\",\n        \"accountId\": \"62fce77449ccd3001b067c4e\",\n        \"stats\": {\n            \"product\": {\n                \"schemas\": {\n                    \"62fce77449ccd3001b067c51\": {\n                        \"count\": 49,\n                        \"query\": \"{\\\"schemaId\\\":\\\"62fce77449ccd3001b067c51\\\",\\\"accountId\\\":\\\"62fce77449ccd3001b067c4e\\\"}\",\n                        \"lifecycleStages\": {\n                            \"62fce77449ccd3001b067c55 -> 62fce77449ccd3001b067c54\": {\n                                \"count\": 34,\n                                \"query\": \"{\\\"schemaId\\\":\\\"62fce77449ccd3001b067c51\\\",\\\"accountId\\\":\\\"62fce77449ccd3001b067c4e\\\",\\\"lifecycleStage\\\":\\\"62fce77449ccd3001b067c54\\\"}\",\n                                \"name\": \"Default Lifecycle\",\n                                \"stageName\": \"Concept \"\n                            },\n                            \"62fce77449ccd3001b067c55 -> 62fe06e009c2f6235c000005\": {\n                                \"count\": 2,\n                                \"query\": \"{\\\"schemaId\\\":\\\"62fce77449ccd3001b067c51\\\",\\\"accountId\\\":\\\"62fce77449ccd3001b067c4e\\\",\\\"lifecycleStage\\\":\\\"62fe06e009c2f6235c000005\\\"}\",\n                                \"name\": \"Default Lifecycle\",\n                                \"stageName\": \"Marketing \"\n                            },\n                            \"62fce77449ccd3001b067c55 -> 62fe06e409c2f6235c000006\": {\n                                \"count\": 0,\n                                \"query\": \"{\\\"schemaId\\\":\\\"62fce77449ccd3001b067c51\\\",\\\"accountId\\\":\\\"62fce77449ccd3001b067c4e\\\",\\\"lifecycleStage\\\":\\\"62fe06e409c2f6235c000006\\\"}\",\n                                \"name\": \"Default Lifecycle\",\n                                \"stageName\": \"Studio\"\n                            },\n                            \"62fce77449ccd3001b067c55 -> 62fe070309c2f6235c000007\": {\n                                \"count\": 13,\n                                \"query\": \"{\\\"schemaId\\\":\\\"62fce77449ccd3001b067c51\\\",\\\"accountId\\\":\\\"62fce77449ccd3001b067c4e\\\",\\\"lifecycleStage\\\":\\\"62fe070309c2f6235c000007\\\"}\",\n                                \"name\": \"Default Lifecycle\",\n                                \"stageName\": \"Ready for Release \"\n                            }\n                        },\n                        \"name\": \"FashionINC\"\n                    },\n                    \"63513aab924e5a02e43bf433\": {\n                        \"count\": 0,\n                        \"query\": \"{\\\"schemaId\\\":\\\"63513aab924e5a02e43bf433\\\",\\\"accountId\\\":\\\"62fce77449ccd3001b067c4e\\\"}\",\n                        \"name\": \"Schema A\"\n                    },\n                    \"63513abc924e5a02e43bf434\": {\n                        \"count\": 0,\n                        \"query\": \"{\\\"schemaId\\\":\\\"63513abc924e5a02e43bf434\\\",\\\"accountId\\\":\\\"62fce77449ccd3001b067c4e\\\"}\",\n                        \"name\": \"Schema B\"\n                    },\n                    \"63513ac9924e5a02e43bf435\": {\n                        \"count\": 0,\n                        \"query\": \"{\\\"schemaId\\\":\\\"63513ac9924e5a02e43bf435\\\",\\\"accountId\\\":\\\"62fce77449ccd3001b067c4e\\\"}\",\n                        \"name\": \"Schema C\"\n                    }\n                },\n                \"channelMatchingProducts\": {\n                    \"62fe3a9943d99c0018732329\": {\n                        \"count\": 49,\n                        \"query\": \"{\\\"schemaClassId\\\":{\\\"$in\\\":[\\\"62fcfee309c2f60aa7000006\\\",\\\"62fcfef009c2f60aa7000008\\\"]},\\\"accountId\\\":\\\"62fce77449ccd3001b067c4e\\\"}\",\n                        \"channelIncompleteProducts\": {\n                            \"62fe3a9943d99c0018732329\": {\n                                \"count\": 36,\n                                \"query\": \"{\\\"schemaClassId\\\":{\\\"$in\\\":[\\\"62fcfee309c2f60aa7000006\\\",\\\"62fcfef009c2f60aa7000008\\\"]},\\\"accountId\\\":\\\"62fce77449ccd3001b067c4e\\\",\\\"lifecycleStage\\\":{\\\"$nin\\\":[\\\"62fe070309c2f6235c000007\\\"]},\\\"releasedChannelIds\\\":{\\\"$ne\\\":\\\"62fe3a9943d99c0018732329\\\"}}\"\n                            }\n                        },\n                        \"channelUnreleasedProducts\": {\n                            \"62fe3a9943d99c0018732329\": {\n                                \"count\": 6,\n                                \"query\": \"{\\\"schemaClassId\\\":{\\\"$in\\\":[\\\"62fcfee309c2f60aa7000006\\\",\\\"62fcfef009c2f60aa7000008\\\"]},\\\"accountId\\\":\\\"62fce77449ccd3001b067c4e\\\",\\\"lifecycleStage\\\":{\\\"$in\\\":[\\\"62fe070309c2f6235c000007\\\"]},\\\"releasedChannelIds\\\":{\\\"$ne\\\":\\\"62fe3a9943d99c0018732329\\\"}}\"\n                            }\n                        },\n                        \"channelReleasedProducts\": {\n                            \"62fe3a9943d99c0018732329\": {\n                                \"count\": 7,\n                                \"query\": \"{\\\"schemaClassId\\\":{\\\"$in\\\":[\\\"62fcfee309c2f60aa7000006\\\",\\\"62fcfef009c2f60aa7000008\\\"]},\\\"accountId\\\":\\\"62fce77449ccd3001b067c4e\\\",\\\"releasedChannelIds\\\":{\\\"$in\\\":[\\\"62fe3a9943d99c0018732329\\\"]}}\"\n                            }\n                        },\n                        \"name\": \"FashionINC Auto\"\n                    },\n                    \"62fe02d3ce92140012a6a61a\": {\n                        \"count\": 49,\n                        \"query\": \"{\\\"schemaClassId\\\":{\\\"$in\\\":[\\\"62fcfee309c2f60aa7000006\\\",\\\"62fcfef009c2f60aa7000008\\\"]},\\\"accountId\\\":\\\"62fce77449ccd3001b067c4e\\\"}\",\n                        \"channelIncompleteProducts\": {\n                            \"62fe02d3ce92140012a6a61a\": {\n                                \"count\": 36,\n                                \"query\": \"{\\\"schemaClassId\\\":{\\\"$in\\\":[\\\"62fcfee309c2f60aa7000006\\\",\\\"62fcfef009c2f60aa7000008\\\"]},\\\"accountId\\\":\\\"62fce77449ccd3001b067c4e\\\",\\\"lifecycleStage\\\":{\\\"$nin\\\":[\\\"62fe070309c2f6235c000007\\\"]},\\\"releasedChannelIds\\\":{\\\"$ne\\\":\\\"62fe02d3ce92140012a6a61a\\\"}}\"\n                            }\n                        },\n                        \"channelUnreleasedProducts\": {\n                            \"62fe02d3ce92140012a6a61a\": {\n                                \"count\": 8,\n                                \"query\": \"{\\\"schemaClassId\\\":{\\\"$in\\\":[\\\"62fcfee309c2f60aa7000006\\\",\\\"62fcfef009c2f60aa7000008\\\"]},\\\"accountId\\\":\\\"62fce77449ccd3001b067c4e\\\",\\\"lifecycleStage\\\":{\\\"$in\\\":[\\\"62fe070309c2f6235c000007\\\"]},\\\"releasedChannelIds\\\":{\\\"$ne\\\":\\\"62fe02d3ce92140012a6a61a\\\"}}\"\n                            }\n                        },\n                        \"channelReleasedProducts\": {\n                            \"62fe02d3ce92140012a6a61a\": {\n                                \"count\": 5,\n                                \"query\": \"{\\\"schemaClassId\\\":{\\\"$in\\\":[\\\"62fcfee309c2f60aa7000006\\\",\\\"62fcfef009c2f60aa7000008\\\"]},\\\"accountId\\\":\\\"62fce77449ccd3001b067c4e\\\",\\\"releasedChannelIds\\\":{\\\"$in\\\":[\\\"62fe02d3ce92140012a6a61a\\\"]},\\\"$or\\\":[{\\\"releasedChannelDates.62fe02d3ce92140012a6a61a\\\":{\\\"$gte\\\":\\\"2022-08-18T09:19:45.985Z\\\"}},{\\\"dateUpdated\\\":{\\\"$gte\\\":\\\"2022-08-18T09:19:45.985Z\\\"}}]}\"\n                            }\n                        },\n                        \"name\": \"FashionINC eCommerce\"\n                    },\n                    \"62fe312d1b2c5d001efe8fae\": {\n                        \"count\": 49,\n                        \"query\": \"{\\\"schemaClassId\\\":{\\\"$in\\\":[\\\"62fcfee309c2f60aa7000006\\\",\\\"62fcfef009c2f60aa7000008\\\"]},\\\"accountId\\\":\\\"62fce77449ccd3001b067c4e\\\"}\",\n                        \"channelIncompleteProducts\": {\n                            \"62fe312d1b2c5d001efe8fae\": {\n                                \"count\": 36,\n                                \"query\": \"{\\\"schemaClassId\\\":{\\\"$in\\\":[\\\"62fcfee309c2f60aa7000006\\\",\\\"62fcfef009c2f60aa7000008\\\"]},\\\"accountId\\\":\\\"62fce77449ccd3001b067c4e\\\",\\\"lifecycleStage\\\":{\\\"$nin\\\":[\\\"62fe070309c2f6235c000007\\\"]},\\\"releasedChannelIds\\\":{\\\"$ne\\\":\\\"62fe312d1b2c5d001efe8fae\\\"}}\"\n                            }\n                        },\n                        \"channelUnreleasedProducts\": {\n                            \"62fe312d1b2c5d001efe8fae\": {\n                                \"count\": 12,\n                                \"query\": \"{\\\"schemaClassId\\\":{\\\"$in\\\":[\\\"62fcfee309c2f60aa7000006\\\",\\\"62fcfef009c2f60aa7000008\\\"]},\\\"accountId\\\":\\\"62fce77449ccd3001b067c4e\\\",\\\"lifecycleStage\\\":{\\\"$in\\\":[\\\"62fe070309c2f6235c000007\\\"]},\\\"releasedChannelIds\\\":{\\\"$ne\\\":\\\"62fe312d1b2c5d001efe8fae\\\"}}\"\n                            }\n                        },\n                        \"channelReleasedProducts\": {\n                            \"62fe312d1b2c5d001efe8fae\": {\n                                \"count\": 1,\n                                \"query\": \"{\\\"schemaClassId\\\":{\\\"$in\\\":[\\\"62fcfee309c2f60aa7000006\\\",\\\"62fcfef009c2f60aa7000008\\\"]},\\\"accountId\\\":\\\"62fce77449ccd3001b067c4e\\\",\\\"releasedChannelIds\\\":{\\\"$in\\\":[\\\"62fe312d1b2c5d001efe8fae\\\"]}}\"\n                            }\n                        },\n                        \"name\": \"FashionINC (Amazon)\"\n                    },\n                    \"62fe34c61b2c5d001efe8fb1\": {\n                        \"count\": 49,\n                        \"query\": \"{\\\"schemaClassId\\\":{\\\"$in\\\":[\\\"62fcfee309c2f60aa7000006\\\",\\\"62fcfef009c2f60aa7000008\\\"]},\\\"accountId\\\":\\\"62fce77449ccd3001b067c4e\\\"}\",\n                        \"channelIncompleteProducts\": {\n                            \"62fe34c61b2c5d001efe8fb1\": {\n                                \"count\": 36,\n                                \"query\": \"{\\\"schemaClassId\\\":{\\\"$in\\\":[\\\"62fcfee309c2f60aa7000006\\\",\\\"62fcfef009c2f60aa7000008\\\"]},\\\"accountId\\\":\\\"62fce77449ccd3001b067c4e\\\",\\\"lifecycleStage\\\":{\\\"$nin\\\":[\\\"62fe070309c2f6235c000007\\\"]},\\\"releasedChannelIds\\\":{\\\"$ne\\\":\\\"62fe34c61b2c5d001efe8fb1\\\"}}\"\n                            }\n                        },\n                        \"channelUnreleasedProducts\": {\n                            \"62fe34c61b2c5d001efe8fb1\": {\n                                \"count\": 12,\n                                \"query\": \"{\\\"schemaClassId\\\":{\\\"$in\\\":[\\\"62fcfee309c2f60aa7000006\\\",\\\"62fcfef009c2f60aa7000008\\\"]},\\\"accountId\\\":\\\"62fce77449ccd3001b067c4e\\\",\\\"lifecycleStage\\\":{\\\"$in\\\":[\\\"62fe070309c2f6235c000007\\\"]},\\\"releasedChannelIds\\\":{\\\"$ne\\\":\\\"62fe34c61b2c5d001efe8fb1\\\"}}\"\n                            }\n                        },\n                        \"channelReleasedProducts\": {\n                            \"62fe34c61b2c5d001efe8fb1\": {\n                                \"count\": 1,\n                                \"query\": \"{\\\"schemaClassId\\\":{\\\"$in\\\":[\\\"62fcfee309c2f60aa7000006\\\",\\\"62fcfef009c2f60aa7000008\\\"]},\\\"accountId\\\":\\\"62fce77449ccd3001b067c4e\\\",\\\"releasedChannelIds\\\":{\\\"$in\\\":[\\\"62fe34c61b2c5d001efe8fb1\\\"]}}\"\n                            }\n                        },\n                        \"name\": \"FashionINC (eBay)\"\n                    },\n                    \"62ff659643d99c0018732e09\": {\n                        \"count\": 49,\n                        \"query\": \"{\\\"accountId\\\":\\\"62fce77449ccd3001b067c4e\\\"}\",\n                        \"channelIncompleteProducts\": {\n                            \"62ff659643d99c0018732e09\": {\n                                \"count\": 36,\n                                \"query\": \"{\\\"accountId\\\":\\\"62fce77449ccd3001b067c4e\\\",\\\"lifecycleStage\\\":{\\\"$nin\\\":[\\\"62fe070309c2f6235c000007\\\"]},\\\"releasedChannelIds\\\":{\\\"$ne\\\":\\\"62ff659643d99c0018732e09\\\"}}\"\n                            }\n                        },\n                        \"channelUnreleasedProducts\": {\n                            \"62ff659643d99c0018732e09\": {\n                                \"count\": 12,\n                                \"query\": \"{\\\"accountId\\\":\\\"62fce77449ccd3001b067c4e\\\",\\\"lifecycleStage\\\":{\\\"$in\\\":[\\\"62fe070309c2f6235c000007\\\"]},\\\"releasedChannelIds\\\":{\\\"$ne\\\":\\\"62ff659643d99c0018732e09\\\"}}\"\n                            }\n                        },\n                        \"channelReleasedProducts\": {\n                            \"62ff659643d99c0018732e09\": {\n                                \"count\": 1,\n                                \"query\": \"{\\\"accountId\\\":\\\"62fce77449ccd3001b067c4e\\\",\\\"releasedChannelIds\\\":{\\\"$in\\\":[\\\"62ff659643d99c0018732e09\\\"]}}\"\n                            }\n                        },\n                        \"name\": \"FashionINC API\"\n                    },\n                    \"62fe09731b2c5d001efe8bbd\": {\n                        \"count\": 49,\n                        \"query\": \"{\\\"schemaClassId\\\":{\\\"$in\\\":[\\\"62fcfee309c2f60aa7000006\\\",\\\"62fcfef009c2f60aa7000008\\\"]},\\\"accountId\\\":\\\"62fce77449ccd3001b067c4e\\\"}\",\n                        \"channelIncompleteProducts\": {\n                            \"62fe09731b2c5d001efe8bbd\": {\n                                \"count\": 36,\n                                \"query\": \"{\\\"schemaClassId\\\":{\\\"$in\\\":[\\\"62fcfee309c2f60aa7000006\\\",\\\"62fcfef009c2f60aa7000008\\\"]},\\\"accountId\\\":\\\"62fce77449ccd3001b067c4e\\\",\\\"lifecycleStage\\\":{\\\"$nin\\\":[\\\"62fe070309c2f6235c000007\\\"]},\\\"releasedChannelIds\\\":{\\\"$ne\\\":\\\"62fe09731b2c5d001efe8bbd\\\"}}\"\n                            }\n                        },\n                        \"channelUnreleasedProducts\": {\n                            \"62fe09731b2c5d001efe8bbd\": {\n                                \"count\": 13,\n                                \"query\": \"{\\\"schemaClassId\\\":{\\\"$in\\\":[\\\"62fcfee309c2f60aa7000006\\\",\\\"62fcfef009c2f60aa7000008\\\"]},\\\"accountId\\\":\\\"62fce77449ccd3001b067c4e\\\",\\\"lifecycleStage\\\":{\\\"$in\\\":[\\\"62fe070309c2f6235c000007\\\"]},\\\"releasedChannelIds\\\":{\\\"$ne\\\":\\\"62fe09731b2c5d001efe8bbd\\\"}}\"\n                            }\n                        },\n                        \"channelReleasedProducts\": {\n                            \"62fe09731b2c5d001efe8bbd\": {\n                                \"count\": 0,\n                                \"query\": \"{\\\"schemaClassId\\\":{\\\"$in\\\":[\\\"62fcfee309c2f60aa7000006\\\",\\\"62fcfef009c2f60aa7000008\\\"]},\\\"accountId\\\":\\\"62fce77449ccd3001b067c4e\\\",\\\"releasedChannelIds\\\":{\\\"$in\\\":[\\\"62fe09731b2c5d001efe8bbd\\\"]}}\"\n                            }\n                        },\n                        \"name\": \"FashionINC (French)\"\n                    },\n                    \"62fe0a841b2c5d001efe8bbe\": {\n                        \"count\": 49,\n                        \"query\": \"{\\\"schemaClassId\\\":{\\\"$in\\\":[\\\"62fcfee309c2f60aa7000006\\\",\\\"62fcfef009c2f60aa7000008\\\"]},\\\"accountId\\\":\\\"62fce77449ccd3001b067c4e\\\"}\",\n                        \"channelIncompleteProducts\": {\n                            \"62fe0a841b2c5d001efe8bbe\": {\n                                \"count\": 36,\n                                \"query\": \"{\\\"schemaClassId\\\":{\\\"$in\\\":[\\\"62fcfee309c2f60aa7000006\\\",\\\"62fcfef009c2f60aa7000008\\\"]},\\\"accountId\\\":\\\"62fce77449ccd3001b067c4e\\\",\\\"lifecycleStage\\\":{\\\"$nin\\\":[\\\"62fe070309c2f6235c000007\\\"]},\\\"releasedChannelIds\\\":{\\\"$ne\\\":\\\"62fe0a841b2c5d001efe8bbe\\\"}}\"\n                            }\n                        },\n                        \"channelUnreleasedProducts\": {\n                            \"62fe0a841b2c5d001efe8bbe\": {\n                                \"count\": 13,\n                                \"query\": \"{\\\"schemaClassId\\\":{\\\"$in\\\":[\\\"62fcfee309c2f60aa7000006\\\",\\\"62fcfef009c2f60aa7000008\\\"]},\\\"accountId\\\":\\\"62fce77449ccd3001b067c4e\\\",\\\"lifecycleStage\\\":{\\\"$in\\\":[\\\"62fe070309c2f6235c000007\\\"]},\\\"releasedChannelIds\\\":{\\\"$ne\\\":\\\"62fe0a841b2c5d001efe8bbe\\\"}}\"\n                            }\n                        },\n                        \"channelReleasedProducts\": {\n                            \"62fe0a841b2c5d001efe8bbe\": {\n                                \"count\": 0,\n                                \"query\": \"{\\\"schemaClassId\\\":{\\\"$in\\\":[\\\"62fcfee309c2f60aa7000006\\\",\\\"62fcfef009c2f60aa7000008\\\"]},\\\"accountId\\\":\\\"62fce77449ccd3001b067c4e\\\",\\\"releasedChannelIds\\\":{\\\"$in\\\":[\\\"62fe0a841b2c5d001efe8bbe\\\"]}}\"\n                            }\n                        },\n                        \"name\": \"FashionINC (German)\"\n                    }\n                },\n                \"feeds\": {\n                    \"62fd01a51b2c5d001efe88d4\": {\n                        \"count\": 0,\n                        \"query\": \"{\\\"feedData.62fd01a51b2c5d001efe88d4\\\":{\\\"$exists\\\":true},\\\"accountId\\\":\\\"62fce77449ccd3001b067c4e\\\"}\",\n                        \"name\": \"FTP - FashionINC (Style)\"\n                    },\n                    \"62fd029343d99c0018731700\": {\n                        \"count\": 0,\n                        \"query\": \"{\\\"feedData.62fd029343d99c0018731700\\\":{\\\"$exists\\\":true},\\\"accountId\\\":\\\"62fce77449ccd3001b067c4e\\\"}\",\n                        \"name\": \"FTP - FashionINC (Colour)\"\n                    },\n                    \"62fd0338ce92140012a6a23b\": {\n                        \"count\": 0,\n                        \"query\": \"{\\\"feedData.62fd0338ce92140012a6a23b\\\":{\\\"$exists\\\":true},\\\"accountId\\\":\\\"62fce77449ccd3001b067c4e\\\"}\",\n                        \"name\": \"FTP - FashionINC (Size)\"\n                    },\n                    \"64db93fc611e1c0803e5b902\": {\n                        \"count\": 0,\n                        \"query\": \"{\\\"feedData.64db93fc611e1c0803e5b902\\\":{\\\"$exists\\\":true},\\\"accountId\\\":\\\"62fce77449ccd3001b067c4e\\\"}\",\n                        \"name\": \"REST API\"\n                    }\n                }\n            },\n            \"numOfCustomers\": 0,\n            \"numOfProducts\": 49,\n            \"numOfUsers\": 4,\n            \"numOfVendors\": 0\n        }\n    }\n]"}],"_postman_id":"2fd25fa9-f91c-477c-89d1-8f07c4d12e4c"},{"name":"Get first instance of model by filter from the data source","id":"c3fd0615-0cc6-4ce5-8159-5e9c7ea2e25b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pimber.ly/api/accounts/findOne","description":"<p>This endpoint will return one account. The <code>filter</code> query parameter can be used with this endpoint to filter the result you get.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","accounts","findOne"],"host":["pimber.ly"],"query":[{"disabled":true,"description":{"content":"<p><em><strong>Optional</strong></em> | <em>Object</em> | <em>Default: None</em> | Filter to be applied to the results</p>\n","type":"text/plain"},"key":"filter","value":""}],"variable":[]}},"response":[],"_postman_id":"c3fd0615-0cc6-4ce5-8159-5e9c7ea2e25b"},{"name":"Get amount of accounts","id":"397640d5-c8b5-4c0d-8b06-b3eaba7d3b91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pimber.ly/api/accounts/count","description":"<p>This request will return the number of accounts. You can use the <code>where</code> query parameter with this endpoint to match accounts for the response.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","accounts","count"],"host":["pimber.ly"],"query":[{"disabled":true,"description":{"content":"<p>Query by which to match models</p>\n","type":"text/plain"},"key":"where","value":""}],"variable":[]}},"response":[{"id":"3addbd10-ddba-43e0-9d05-3ff3f06734fd","name":"Count instances of the model (matched by where) from the data source","originalRequest":{"method":"GET","header":[],"url":"https://pimber.ly/api/accounts/count"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"13"},{"key":"Date","value":"Thu, 24 Aug 2023 13:03:15 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 3\n}"}],"_postman_id":"397640d5-c8b5-4c0d-8b06-b3eaba7d3b91"}],"id":"5e5dfc76-471b-4d08-b701-6d1230e67dcf","_postman_id":"5e5dfc76-471b-4d08-b701-6d1230e67dcf","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}}},{"name":"Attributes","item":[{"name":"Get all faceted attributes","id":"cc57ea18-8c0b-4f17-80ee-314fc20549a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pimber.ly/api/accounts/pimFacets","description":"<p>This endpoint will return all faceted attributes, which are separated by their Scope IDs and Locale IDs.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","accounts","pimFacets"],"host":["pimber.ly"],"query":[],"variable":[]}},"response":[{"id":"f95f79ae-232f-4673-be8c-c6774ef48284","name":"Get all faceted attributes","originalRequest":{"method":"GET","header":[],"url":"https://pimber.ly/api/accounts/pimFacets"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"870"},{"key":"Date","value":"Thu, 24 Aug 2023 12:37:09 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"name\": \"Colour\",\n        \"attribute\": \"colour\",\n        \"type\": \"Plain Text\",\n        \"labelCol\": {\n            \"*\": {\n                \"62fce77449ccd3001b067c53\": false,\n                \"62fe081dce92140012a6a628\": false,\n                \"62fe082b43d99c0018731b26\": false\n            }\n        },\n        \"dataSet\": [\n            {\n                \"label\": null,\n                \"value\": \"Black\"\n            },\n            {\n                \"label\": null,\n                \"value\": \"Noir\"\n            },\n            {\n                \"label\": null,\n                \"value\": \"Schwarz\"\n            },\n            {\n                \"label\": null,\n                \"value\": \"Navy\"\n            },\n            {\n                \"label\": null,\n                \"value\": \"Bleu marin\"\n            },\n            {\n                \"label\": null,\n                \"value\": \"Navy blau\"\n            },\n            {\n                \"label\": null,\n                \"value\": \"White\"\n            },\n            {\n                \"label\": null,\n                \"value\": \"Blanc\"\n            },\n            {\n                \"label\": null,\n                \"value\": \"Weiz\"\n            },\n            {\n                \"label\": null,\n                \"value\": \"Blue\"\n            },\n            {\n                \"label\": null,\n                \"value\": \"Bleu\"\n            },\n            {\n                \"label\": null,\n                \"value\": \"Blau\"\n            },\n            {\n                \"label\": null,\n                \"value\": \"Red\"\n            },\n            {\n                \"label\": null,\n                \"value\": \"Rouge\"\n            },\n            {\n                \"label\": null,\n                \"value\": \"Rot\"\n            },\n            {\n                \"label\": null,\n                \"value\": \"Green\"\n            },\n            {\n                \"label\": null,\n                \"value\": \"Verte\"\n            },\n            {\n                \"label\": null,\n                \"value\": \"Grun\"\n            }\n        ],\n        \"options\": {\n            \"*\": {\n                \"62fce77449ccd3001b067c53\": [\n                    \"Black\",\n                    \"Blanc\",\n                    \"Blue\",\n                    \"Navy\",\n                    \"White\"\n                ],\n                \"62fe081dce92140012a6a628\": [\n                    \"Blanc\"\n                ]\n            }\n        }\n    }\n]"}],"_postman_id":"cc57ea18-8c0b-4f17-80ee-314fc20549a6"}],"id":"b3742f63-8840-48c8-8c76-2a976d78cc57","_postman_id":"b3742f63-8840-48c8-8c76-2a976d78cc57","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}}},{"name":"Updating Accounts","item":[{"name":"Update account by Mongo ID","id":"41fc1c2c-8323-4d25-b07c-9964b3ab5454","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"https://pimber.ly/api/accounts/:account_id","description":"<p>This endpoint will update an account (specified by its Mongo ID) based on the JSON provided in the request's body.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","accounts",":account_id"],"host":["pimber.ly"],"query":[],"variable":[{"id":"9305d954-8653-42a3-8963-fd78a3a1a00b","description":{"content":"<p>Mongo ID of the account you want to update</p>\n","type":"text/plain"},"type":"any","value":"","key":"account_id"}]}},"response":[{"id":"49d9c6cc-b8d7-4f3f-b454-0486fc3491be","name":"Update account by Mongo ID","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t    \"productTypes\": [\n        {\n            \"id\": \"SKU\",\n            \"behavior\": \"none\",\n            \"canContain\": null\n        },\n        {\n            \"id\": \"Item Group\",\n            \"behavior\": \"options\",\n            \"canContain\": [\n                \"SKU\"\n            ]\n        },\n        {\n            \"id\": \"Variant Group\",\n            \"behavior\": \"variants\",\n            \"canContain\": [\n                \"SKU\"\n            ]\n        },\n        {\n            \"id\": \"Bundle\",\n            \"behavior\": \"components\",\n            \"canContain\": [\n                \"SKU\",\n                \"Item Group\",\n                \"Variant Group\"\n            ]\n        },\n        {\n            \"id\": \"Family\",\n            \"behavior\": \"separates\",\n            \"canContain\": [\n                \"SKU\",\n                \"Item Group\",\n                \"Variant Group\",\n                \"Bundle\"\n            ]\n        },\n        {\n            \"id\": \"Range\",\n            \"behavior\": \"separates\",\n            \"canContain\": [\n                \"SKU\",\n                \"Item Group\",\n                \"Variant Group\",\n                \"Bundle\",\n                \"Family\"\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://pimber.ly/api/accounts/62fce77449ccd3001b067c4e"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"Pimberly API Documentation\",\n    \"status\": \"active\",\n    \"type\": \"enterprise\",\n    \"ssoSubDomain\": \"\",\n    \"ssoClientID\": \"\",\n    \"ssoClientSecret\": \"\",\n    \"ssoAuthorisationUrl\": \"\",\n    \"ssoAccessTokenUrl\": \"\",\n    \"ssoRevokeUrl\": \"\",\n    \"ssoScope\": \"\",\n    \"ssoUserDataUrl\": \"\",\n    \"ssoUserID\": \"id\",\n    \"ssoUserFirstName\": \"firstname\",\n    \"ssoUserLastName\": \"lastname\",\n    \"ssoUserEmail\": \"email\",\n    \"ssoUserPictureUrl\": \"picture\",\n    \"defaultSchemaId\": \"5c507effc148044ece57a5d8\",\n    \"defaultClassTreeId\": \"5c507effc148044ece57a5d9\",\n    \"defaultLocaleId\": \"5c507effc148044ece57a5da\",\n    \"defaultAttributeSetId\": \"5c507effc148044ece57a5d6\",\n    \"maxStaticPosition\": 16,\n    \"assetUploadRanges\": {\n        \"2019-02-04T13\": {\n            \"numActive\": 17,\n            \"staticPosition0\": 0,\n            \"staticPosition1\": 17,\n            \"displayName\": \"\"\n        }\n    },\n    \"isSearchable\": false,\n    \"adminUserId\": \"5c507effc148044ece57a5dd\",\n    \"taskServerUsage\": {\n        \"2019-01\": 241,\n        \"2019-02\": 4425,\n        \"2019-03\": 572125,\n        \"2019-04\": 72662736,\n        \"2019-05\": 5289856,\n        \"2019-06\": 123222\n    },\n    \"_lastStatsCollectionDate\": \"2019-06-06T10:22:24.493Z\",\n    \"s3UsageBytes\": 319026,\n    \"_lastPimFacetsCollectionDate\": \"2019-06-06T10:22:23.343Z\",\n    \"importMapping\": \"replace\",\n    \"deletedAttributes\": [\n        \"PlainTextShortRegular\",\n        \"PlainTextShortFreeTypedList\",\n        \"PlainTextShortSingleSelectList\",\n        \"PlainTextShortMulitSelectList\",\n        \"PlainTextShortComboList\",\n        \"PlainTextShortMultiComboList\",\n        \"PlainTextShortSingleSelectDataset\",\n        \"PlainTextShortMulitSelectDataset\"\n    ],\n    \"id\": \"5c507effc148044ece57a5d5\",\n    \"productTypes\": [\n        {\n            \"id\": \"SKU\",\n            \"behavior\": \"none\",\n            \"canContain\": null\n        },\n        {\n            \"id\": \"Item Group\",\n            \"behavior\": \"options\",\n            \"canContain\": [\n                \"SKU\"\n            ]\n        },\n        {\n            \"id\": \"Variant Group\",\n            \"behavior\": \"variants\",\n            \"canContain\": [\n                \"SKU\"\n            ]\n        },\n        {\n            \"id\": \"Bundle\",\n            \"behavior\": \"components\",\n            \"canContain\": [\n                \"SKU\",\n                \"Item Group\",\n                \"Variant Group\"\n            ]\n        },\n        {\n            \"id\": \"Family\",\n            \"behavior\": \"separates\",\n            \"canContain\": [\n                \"SKU\",\n                \"Item Group\",\n                \"Variant Group\",\n                \"Bundle\"\n            ]\n        },\n        {\n            \"id\": \"Range\",\n            \"behavior\": \"separates\",\n            \"canContain\": [\n                \"SKU\",\n                \"Item Group\",\n                \"Variant Group\",\n                \"Bundle\",\n                \"Family\"\n            ]\n        }\n    ],\n    \"defaultUserGroupId\": \"5c507effc148044ece57a5de\",\n    \"numProducts\": 55,\n    \"_lastRedisCachePurification\": \"2019-02-11T10:57:57.709Z\",\n    \"_versionId\": \"e55ef11f9416770d34088f57479f90827fa8d05a\",\n    \"dateUpdated\": \"2019-06-06T14:36:54.042Z\",\n    \"productMaxId\": \"5ce416685b456e03c2395fc7\",\n    \"_isProcessingCollage\": false\n}"}],"_postman_id":"41fc1c2c-8323-4d25-b07c-9964b3ab5454"},{"name":"Update account by Mongo ID","id":"c9b28b3c-0088-431b-8047-e27d893c6db2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://pimber.ly/api/accounts/:account_id","description":"<p>This endpoint will update an account (specified by its Mongo ID) based on the JSON provided in the request's body.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","accounts",":account_id"],"host":["pimber.ly"],"query":[],"variable":[{"id":"2a95987e-6585-4ed0-b975-4694bce72e16","description":{"content":"<p>Mongo ID of the account you want to update</p>\n","type":"text/plain"},"type":"any","value":"","key":"account_id"}]}},"response":[{"id":"312c7b68-fe6b-4156-a285-618f81825db3","name":"Update account by Mongo ID","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t    \"productTypes\": [\n        {\n            \"id\": \"SKU\",\n            \"behavior\": \"none\",\n            \"canContain\": null\n        },\n        {\n            \"id\": \"Item Group\",\n            \"behavior\": \"options\",\n            \"canContain\": [\n                \"SKU\"\n            ]\n        },\n        {\n            \"id\": \"Variant Group\",\n            \"behavior\": \"variants\",\n            \"canContain\": [\n                \"SKU\"\n            ]\n        },\n        {\n            \"id\": \"Bundle\",\n            \"behavior\": \"components\",\n            \"canContain\": [\n                \"SKU\",\n                \"Item Group\",\n                \"Variant Group\"\n            ]\n        },\n        {\n            \"id\": \"Family\",\n            \"behavior\": \"separates\",\n            \"canContain\": [\n                \"SKU\",\n                \"Item Group\",\n                \"Variant Group\",\n                \"Bundle\"\n            ]\n        },\n        {\n            \"id\": \"Range\",\n            \"behavior\": \"separates\",\n            \"canContain\": [\n                \"SKU\",\n                \"Item Group\",\n                \"Variant Group\",\n                \"Bundle\",\n                \"Family\"\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://pimber.ly/api/accounts/62fce77449ccd3001b067c4e"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"name\": \"Pimberly API Documentation\",\n  \"status\": \"active\",\n  \"type\": \"enterprise\",\n  \"ssoSubDomain\": \"\",\n  \"ssoClientID\": \"\",\n  \"ssoClientSecret\": \"\",\n  \"ssoAuthorisationUrl\": \"\",\n  \"ssoAccessTokenUrl\": \"\",\n  \"ssoRevokeUrl\": \"\",\n  \"ssoScope\": \"\",\n  \"ssoUserDataUrl\": \"\",\n  \"ssoUserID\": \"id\",\n  \"ssoUserFirstName\": \"firstname\",\n  \"ssoUserLastName\": \"lastname\",\n  \"ssoUserEmail\": \"email\",\n  \"ssoUserPictureUrl\": \"picture\",\n  \"defaultSchemaId\": \"5c507effc148044ece57a5d8\",\n  \"defaultClassTreeId\": \"5c507effc148044ece57a5d9\",\n  \"defaultLocaleId\": \"5c507effc148044ece57a5da\",\n  \"defaultAttributeSetId\": \"5c507effc148044ece57a5d6\",\n  \"maxStaticPosition\": 16,\n  \"assetUploadRanges\": {\n    \"2019-02-04T13\": {\n      \"numActive\": 17,\n      \"staticPosition0\": 0,\n      \"staticPosition1\": 17,\n      \"displayName\": \"\"\n    }\n  },\n  \"isSearchable\": false,\n  \"adminUserId\": \"5c507effc148044ece57a5dd\",\n  \"taskServerUsage\": {\n    \"2019-01\": 241,\n    \"2019-02\": 4425,\n    \"2019-03\": 572125,\n    \"2019-04\": 72662736,\n    \"2019-05\": 5289856,\n    \"2019-06\": 123222\n  },\n  \"_lastStatsCollectionDate\": \"2019-06-06T10:22:24.493Z\",\n  \"s3UsageBytes\": 319026,\n  \"_lastPimFacetsCollectionDate\": \"2019-06-06T10:22:23.343Z\",\n  \"importMapping\": \"replace\",\n  \"deletedAttributes\": [\n    \"PlainTextShortRegular\",\n    \"PlainTextShortFreeTypedList\",\n    \"PlainTextShortSingleSelectList\",\n    \"PlainTextShortMulitSelectList\",\n    \"PlainTextShortComboList\",\n    \"PlainTextShortMultiComboList\",\n    \"PlainTextShortSingleSelectDataset\",\n    \"PlainTextShortMulitSelectDataset\"\n  ],\n  \"id\": \"5c507effc148044ece57a5d5\",\n  \"productTypes\": [\n    {\n      \"id\": \"SKU\",\n      \"behavior\": \"none\",\n      \"canContain\": null\n    },\n    {\n      \"id\": \"Item Group\",\n      \"behavior\": \"options\",\n      \"canContain\": [\n        \"SKU\"\n      ]\n    },\n    {\n      \"id\": \"Variant Group\",\n      \"behavior\": \"variants\",\n      \"canContain\": [\n        \"SKU\"\n      ]\n    },\n    {\n      \"id\": \"Bundle\",\n      \"behavior\": \"components\",\n      \"canContain\": [\n        \"SKU\",\n        \"Item Group\",\n        \"Variant Group\"\n      ]\n    },\n    {\n      \"id\": \"Family\",\n      \"behavior\": \"separates\",\n      \"canContain\": [\n        \"SKU\",\n        \"Item Group\",\n        \"Variant Group\",\n        \"Bundle\"\n      ]\n    },\n    {\n      \"id\": \"Range\",\n      \"behavior\": \"separates\",\n      \"canContain\": [\n        \"SKU\",\n        \"Item Group\",\n        \"Variant Group\",\n        \"Bundle\",\n        \"Family\"\n      ]\n    }\n  ],\n  \"defaultUserGroupId\": \"5c507effc148044ece57a5de\",\n  \"numProducts\": 55,\n  \"_lastRedisCachePurification\": \"2019-02-11T10:57:57.709Z\",\n  \"_versionId\": \"037b72baa12623a5fe5875edca357879dffde695\",\n  \"dateUpdated\": \"2019-06-06T14:32:54.832Z\",\n  \"productMaxId\": \"5ce416685b456e03c2395fc7\",\n  \"_isProcessingCollage\": false\n}"}],"_postman_id":"c9b28b3c-0088-431b-8047-e27d893c6db2"},{"name":"Replace existing account","id":"1dbe0d0c-bc76-4528-8ad4-48ff4264d902","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://pimber.ly/api/accounts/:account_id/replace","description":"<p>This endpoint will replace an existing account (specified by its Mongo ID) based on the JSON provided in the request's body.</p>\n<p>This works similarly to the <code>PUT</code> and <code>PATCH</code> update requests, however in this case the entire document must be specified (rather than just the fields to be updated).</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","accounts",":account_id","replace"],"host":["pimber.ly"],"query":[],"variable":[{"id":"ddec4d68-09e3-4579-96dc-b6828080c87d","description":{"content":"<p>Mongo ID of the account you want to replace</p>\n","type":"text/plain"},"type":"any","value":"","key":"account_id"}]}},"response":[{"id":"333c9a58-b2ac-4cec-92ab-ad26f8b4eee9","name":"Replace existing account","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Pimberly API Documentation\",\n    \"status\": \"active\",\n    \"ssoSubDomain\": \"\",\n    \"ssoClientID\": \"\",\n    \"ssoClientSecret\": \"\",\n    \"ssoAuthorisationUrl\": \"\",\n    \"ssoAccessTokenUrl\": \"\",\n    \"ssoRevokeUrl\": \"\",\n    \"ssoScope\": \"\",\n    \"ssoUserDataUrl\": \"\",\n    \"ssoUserID\": \"id\",\n    \"ssoUserFirstName\": \"firstname\",\n    \"ssoUserLastName\": \"lastname\",\n    \"ssoUserEmail\": \"email\",\n    \"ssoUserPictureUrl\": \"picture\",\n    \"defaultSchemaId\": \"5c507effc148044ece57a5d8\",\n    \"defaultClassTreeId\": \"5c507effc148044ece57a5d9\",\n    \"defaultLocaleId\": \"5c507effc148044ece57a5da\",\n    \"defaultAttributeSetId\": \"5c507effc148044ece57a5d6\",\n    \"maxStaticPosition\": 16,\n    \"assetUploadRanges\": {\n        \"2019-02-04T13\": {\n            \"numActive\": 17,\n            \"staticPosition0\": 0,\n            \"staticPosition1\": 17,\n            \"displayName\": \"\"\n        }\n    },\n    \"adminUserId\": \"5c507effc148044ece57a5dd\",\n    \"taskServerUsage\": {\n        \"2019-01\": 241,\n        \"2019-02\": 4425,\n        \"2019-03\": 572125,\n        \"2019-04\": 72662736,\n        \"2019-05\": 5158926\n    },\n    \"_lastStatsCollectionDate\": \"2019-05-29T08:08:15.736Z\",\n    \"s3UsageBytes\": 319026,\n    \"_lastPimFacetsCollectionDate\": \"2019-05-29T08:08:14.401Z\",\n    \"importMapping\": \"replace\",\n    \"deletedAttributes\": [\n        \"PlainTextShortRegular\",\n        \"PlainTextShortFreeTypedList\",\n        \"PlainTextShortSingleSelectList\",\n        \"PlainTextShortMulitSelectList\",\n        \"PlainTextShortComboList\",\n        \"PlainTextShortMultiComboList\",\n        \"PlainTextShortSingleSelectDataset\",\n        \"PlainTextShortMulitSelectDataset\"\n    ],\n    \"id\": \"5c507effc148044ece57a5d5\",\n    \"productTypes\": [\n        {\n            \"id\": \"SKU\",\n            \"behavior\": \"none\",\n            \"canContain\": null\n        },\n        {\n            \"id\": \"Item Group\",\n            \"behavior\": \"options\",\n            \"canContain\": [\n                \"SKU\"\n            ]\n        },\n        {\n            \"id\": \"Variant Group\",\n            \"behavior\": \"variants\",\n            \"canContain\": [\n                \"SKU\"\n            ]\n        },\n        {\n            \"id\": \"Bundle\",\n            \"behavior\": \"components\",\n            \"canContain\": [\n                \"SKU\",\n                \"Item Group\",\n                \"Variant Group\"\n            ]\n        },\n        {\n            \"id\": \"Family\",\n            \"behavior\": \"separates\",\n            \"canContain\": [\n                \"SKU\",\n                \"Item Group\",\n                \"Variant Group\",\n                \"Bundle\"\n            ]\n        },\n        {\n            \"id\": \"Range\",\n            \"behavior\": \"separates\",\n            \"canContain\": [\n                \"SKU\",\n                \"Item Group\",\n                \"Variant Group\",\n                \"Bundle\",\n                \"Family\"\n            ]\n        },\n        {\n            \"id\": \"a\",\n            \"behavior\": \"none\",\n            \"canContain\": [\n                \"SKU\"\n            ]\n        },\n        {\n            \"id\": \"b\",\n            \"behavior\": \"none\",\n            \"canContain\": [\n                \"Item Group\"\n            ]\n        },\n        {\n            \"id\": \"c\",\n            \"behavior\": \"none\",\n            \"canContain\": [\n                \"Variant Group\"\n            ]\n        },\n        {\n            \"id\": \"d\",\n            \"behavior\": \"none\",\n            \"canContain\": [\n                \"Bundle\"\n            ]\n        },\n        {\n            \"id\": \"e\",\n            \"behavior\": \"none\",\n            \"canContain\": [\n                \"Item Group\"\n            ]\n        },\n        {\n            \"id\": \"f\",\n            \"behavior\": \"none\",\n            \"canContain\": [\n                \"SKU\"\n            ]\n        },\n        {\n            \"id\": \"g\",\n            \"behavior\": \"none\",\n            \"canContain\": [\n                \"Item Group\"\n            ]\n        },\n        {\n            \"id\": \"h\",\n            \"behavior\": \"none\",\n            \"canContain\": [\n                \"Item Group\"\n            ]\n        }\n    ],\n    \"defaultUserGroupId\": \"5c507effc148044ece57a5de\",\n    \"numProducts\": 57,\n    \"_lastRedisCachePurification\": \"2019-02-11T10:57:57.709Z\",\n    \"_versionId\": \"ac85bf408264cca05d9dcd1f134f82eebd47e91f\",\n    \"dateUpdated\": \"2019-05-17T15:11:18.396Z\",\n    \"productMaxId\": \"5ce416695b456e03c2395fc9\",\n    \"_isProcessingCollage\": false\n}","options":{"raw":{"language":"json"}}},"url":"https://pimber.ly/api/accounts/62fce77449ccd3001b067c4e/replace"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"name\": \"Pimberly API Documentation\",\n  \"status\": \"active\",\n  \"type\": \"standard\",\n  \"ssoSubDomain\": \"\",\n  \"ssoClientID\": \"\",\n  \"ssoClientSecret\": \"\",\n  \"ssoAuthorisationUrl\": \"\",\n  \"ssoAccessTokenUrl\": \"\",\n  \"ssoRevokeUrl\": \"\",\n  \"ssoScope\": \"\",\n  \"ssoUserDataUrl\": \"\",\n  \"ssoUserID\": \"id\",\n  \"ssoUserFirstName\": \"firstname\",\n  \"ssoUserLastName\": \"lastname\",\n  \"ssoUserEmail\": \"email\",\n  \"ssoUserPictureUrl\": \"picture\",\n  \"defaultSchemaId\": \"5c507effc148044ece57a5d8\",\n  \"defaultClassTreeId\": \"5c507effc148044ece57a5d9\",\n  \"defaultLocaleId\": \"5c507effc148044ece57a5da\",\n  \"defaultAttributeSetId\": \"5c507effc148044ece57a5d6\",\n  \"maxStaticPosition\": 16,\n  \"assetUploadRanges\": {\n    \"2019-02-04T13\": {\n      \"numActive\": 17,\n      \"staticPosition0\": 0,\n      \"staticPosition1\": 17,\n      \"displayName\": \"\"\n    }\n  },\n  \"adminUserId\": \"5c507effc148044ece57a5dd\",\n  \"taskServerUsage\": {\n    \"2019-01\": 241,\n    \"2019-02\": 4425,\n    \"2019-03\": 572125,\n    \"2019-04\": 72662736,\n    \"2019-05\": 5158926\n  },\n  \"_lastStatsCollectionDate\": \"2019-05-29T08:08:15.736Z\",\n  \"s3UsageBytes\": 319026,\n  \"_lastPimFacetsCollectionDate\": \"2019-05-29T08:08:14.401Z\",\n  \"importMapping\": \"replace\",\n  \"deletedAttributes\": [\n    \"PlainTextShortRegular\",\n    \"PlainTextShortFreeTypedList\",\n    \"PlainTextShortSingleSelectList\",\n    \"PlainTextShortMulitSelectList\",\n    \"PlainTextShortComboList\",\n    \"PlainTextShortMultiComboList\",\n    \"PlainTextShortSingleSelectDataset\",\n    \"PlainTextShortMulitSelectDataset\"\n  ],\n  \"id\": \"5c507effc148044ece57a5d5\",\n  \"productTypes\": [\n    {\n      \"id\": \"SKU\",\n      \"behavior\": \"none\",\n      \"canContain\": null\n    },\n    {\n      \"id\": \"Item Group\",\n      \"behavior\": \"options\",\n      \"canContain\": [\n        \"SKU\"\n      ]\n    },\n    {\n      \"id\": \"Variant Group\",\n      \"behavior\": \"variants\",\n      \"canContain\": [\n        \"SKU\"\n      ]\n    },\n    {\n      \"id\": \"Bundle\",\n      \"behavior\": \"components\",\n      \"canContain\": [\n        \"SKU\",\n        \"Item Group\",\n        \"Variant Group\"\n      ]\n    },\n    {\n      \"id\": \"Family\",\n      \"behavior\": \"separates\",\n      \"canContain\": [\n        \"SKU\",\n        \"Item Group\",\n        \"Variant Group\",\n        \"Bundle\"\n      ]\n    },\n    {\n      \"id\": \"Range\",\n      \"behavior\": \"separates\",\n      \"canContain\": [\n        \"SKU\",\n        \"Item Group\",\n        \"Variant Group\",\n        \"Bundle\",\n        \"Family\"\n      ]\n    },\n    {\n      \"id\": \"a\",\n      \"behavior\": \"none\",\n      \"canContain\": [\n        \"SKU\"\n      ]\n    },\n    {\n      \"id\": \"b\",\n      \"behavior\": \"none\",\n      \"canContain\": [\n        \"Item Group\"\n      ]\n    },\n    {\n      \"id\": \"c\",\n      \"behavior\": \"none\",\n      \"canContain\": [\n        \"Variant Group\"\n      ]\n    },\n    {\n      \"id\": \"d\",\n      \"behavior\": \"none\",\n      \"canContain\": [\n        \"Bundle\"\n      ]\n    },\n    {\n      \"id\": \"e\",\n      \"behavior\": \"none\",\n      \"canContain\": [\n        \"Item Group\"\n      ]\n    },\n    {\n      \"id\": \"f\",\n      \"behavior\": \"none\",\n      \"canContain\": [\n        \"SKU\"\n      ]\n    },\n    {\n      \"id\": \"g\",\n      \"behavior\": \"none\",\n      \"canContain\": [\n        \"Item Group\"\n      ]\n    },\n    {\n      \"id\": \"h\",\n      \"behavior\": \"none\",\n      \"canContain\": [\n        \"Item Group\"\n      ]\n    }\n  ],\n  \"defaultUserGroupId\": \"5c507effc148044ece57a5de\",\n  \"numProducts\": 57,\n  \"_lastRedisCachePurification\": \"2019-02-11T10:57:57.709Z\",\n  \"_versionId\": \"ac85bf408264cca05d9dcd1f134f82eebd47e91f\",\n  \"dateUpdated\": \"2019-05-17T15:11:18.396Z\",\n  \"productMaxId\": \"5ce416695b456e03c2395fc9\",\n  \"_isProcessingCollage\": false\n}"}],"_postman_id":"1dbe0d0c-bc76-4528-8ad4-48ff4264d902"}],"id":"e77c27fe-84eb-4f68-8920-a12ba4e315b4","_postman_id":"e77c27fe-84eb-4f68-8920-a12ba4e315b4","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}}},{"name":"Creating / Updating Product Types","item":[{"name":"Create product type","id":"3d4c8f5d-c249-4e46-9383-82d6a722564f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://pimber.ly/api/accounts/:account_id/product-types","description":"<p>This endpoint will create a new product-type as defined by the JSON provided in the request's body.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","accounts",":account_id","product-types"],"host":["pimber.ly"],"query":[],"variable":[{"id":"b9a3d701-44ed-4c19-8d7e-da1bd8d8122e","description":{"content":"<p>Mongo ID for the account which you want to add the product-type to</p>\n","type":"text/plain"},"type":"any","value":"","key":"account_id"}]}},"response":[{"id":"38576fb0-c2a7-4d45-bb28-f49f23d07a8a","name":"Create product type","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"id\": \"Range\",\n\t\"behavior\":\"separates\",\n\t\"canContain\": [\"SKU\", \"Item Group\", \"Variant Group\", \"Bundle\", \"Family\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://pimber.ly/api/accounts/product-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"Range\",\n  \"behavior\": \"separates\",\n  \"canContain\": [\n    \"SKU\",\n    \"Item Group\",\n    \"Variant Group\",\n    \"Bundle\",\n    \"Family\"\n  ]\n}"}],"_postman_id":"3d4c8f5d-c249-4e46-9383-82d6a722564f"},{"name":"Update product type by ID","id":"bff2608a-e627-46b0-af4b-ec085a30dc75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://pimber.ly/api/accounts/:account_id/product-types/:product_type_id","description":"<p>This endpoint will update a product-type (specified by its Mongo ID) of an account (specified by its Mongo ID) based on the JSON provided in the request's body.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","accounts",":account_id","product-types",":product_type_id"],"host":["pimber.ly"],"query":[],"variable":[{"id":"c6acf9c1-fdf4-40c7-bc83-d843a509c87f","description":{"content":"<p>Mongo ID of the account whose product-type you want to update</p>\n","type":"text/plain"},"type":"any","value":"","key":"account_id"},{"id":"654bd6d5-2e26-4ea7-99fc-ac1839825e0c","description":{"content":"<p>Mongo ID of the product type you want to update</p>\n","type":"text/plain"},"type":"any","value":"","key":"product_type_id"}]}},"response":[{"id":"47c0750a-139b-43af-820e-31568b294c22","name":"Update product type by ID","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"canContain\": [\n        \"SKU\",\n        \"Item Group\",\n        \"Variant Group\",\n        \"Bundle\",\n        \"Family\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://pimber.ly/api/accounts/62fce77449ccd3001b067c4e/product-types/a"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"a\",\n  \"behavior\": \"none\",\n  \"canContain\": [\n    \"SKU\",\n    \"Item Group\",\n    \"Variant Group\",\n    \"Bundle\",\n    \"Family\"\n  ]\n}"}],"_postman_id":"bff2608a-e627-46b0-af4b-ec085a30dc75"}],"id":"4a597deb-a969-4952-add3-8296c980bb3d","_postman_id":"4a597deb-a969-4952-add3-8296c980bb3d","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}}},{"name":"Removing Content","item":[{"name":"Delete product type by ID","id":"536a6f82-4fe5-469a-b32c-f880d6b18e99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://pimber.ly/api/accounts/:account_id/product-types/:product_type_id","description":"<p>This endpoint will delete a product-type, specified by its Mongo ID, from an account, also specified by its Mongo ID.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","accounts",":account_id","product-types",":product_type_id"],"host":["pimber.ly"],"query":[],"variable":[{"id":"669866a5-a4a5-4e44-a014-df312f83403b","description":{"content":"<p>Mongo ID of the account whose product-type you want to delete</p>\n","type":"text/plain"},"type":"any","value":"","key":"account_id"},{"id":"86c8479a-3bb7-4188-8ad1-fcaa72640dd6","description":{"content":"<p>Mongo ID of the product-type you want to delete</p>\n","type":"text/plain"},"type":"any","value":"","key":"product_type_id"}]}},"response":[],"_postman_id":"536a6f82-4fe5-469a-b32c-f880d6b18e99"},{"name":"Delete all product types for an account","id":"91d932fb-4eed-4cac-9469-e44842dd2458","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://pimber.ly/api/accounts/:account_id/product-types","description":"<p>This endpoint will delete all product-types for the account specified by its Mongo ID.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","accounts",":account_id","product-types"],"host":["pimber.ly"],"query":[],"variable":[{"id":"b7adf68c-4db3-49cf-8a42-990abdccc04e","description":{"content":"<p>Mongo ID of the account whose product-types you want to delete</p>\n","type":"text/plain"},"type":"any","value":"","key":"account_id"}]}},"response":[],"_postman_id":"91d932fb-4eed-4cac-9469-e44842dd2458"},{"name":"Delete model instance by ID from the data source","id":"df74fef5-999f-4757-86ab-35fab8b1dc0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://pimber.ly/api/accounts/:model_instance_id","description":"<p>This endpoint will delete the model instance, specified by its Mongo ID, from the data source.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","accounts",":model_instance_id"],"host":["pimber.ly"],"query":[],"variable":[{"id":"bfbc950d-1b93-46d7-b2d4-9d1a6a685fcb","description":{"content":"<p>Mongo ID of the model instance you want to delete</p>\n","type":"text/plain"},"type":"any","value":"","key":"model_instance_id"}]}},"response":[],"_postman_id":"df74fef5-999f-4757-86ab-35fab8b1dc0c"}],"id":"5718e52c-c405-4740-8809-c6a95a05fb01","_postman_id":"5718e52c-c405-4740-8809-c6a95a05fb01","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}}}],"id":"f6228d59-5e6d-439d-92cf-70d229d9db3e","_postman_id":"f6228d59-5e6d-439d-92cf-70d229d9db3e","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}}},{"name":"Users","item":[{"name":"Listing","item":[{"name":"Get user by Mongo ID","id":"f9d13119-1ffb-4f85-9e1c-d5661dcb8d32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pimber.ly/api/users/:user_id","description":"<p>This endpoint will return information about a user specified by their Mongo ID.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","users",":user_id"],"host":["pimber.ly"],"query":[],"variable":[{"id":"3e8b0b4a-0faa-47c7-90da-f7c3c74cc384","description":{"content":"<p>Mongo ID of the user you want to get</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_id"}]}},"response":[{"id":"f99c81b1-9f52-4bf6-b946-355d948a637e","name":"Get user by Mongo ID","originalRequest":{"method":"GET","header":[],"url":"https://pimber.ly/api/users/64d9f0dbf0eb2cf96419d91c"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"737"},{"key":"Date","value":"Wed, 30 Aug 2023 10:00:31 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"email\": \"\",\n    \"accounts\": [\n        {\n            \"id\": \"64d9f0dbf0eb2cf96419d91b\",\n            \"disabled\": false,\n            \"type\": \"accountAdmin\",\n            \"_lastActivityDate\": \"2023-08-24T14:24:23.374Z\"\n        },\n        {\n            \"id\": \"62fce77449ccd3001b067c4e\",\n            \"type\": \"accountAdmin\",\n            \"disabled\": false,\n            \"_lastActivityDate\": \"2023-08-30T09:59:52.246Z\"\n        }\n    ],\n    \"name\": \"Pimberly API Documentation\",\n    \"disabled\": false,\n    \"location\": \"Europe/London\",\n    \"invitationPending\": false,\n    \"pendingAccountInvitations\": [],\n    \"_lastActivityDate\": \"2023-08-30T09:59:52.246Z\",\n    \"id\": \"64d9f0dbf0eb2cf96419d91c\",\n    \"numActiveMessages\": 0,\n    \"_loginViolationCount\": 0,\n    \"_lastActivityIpAddress\": \"\",\n    \"_versionId\": \"9f2ef17d8558c72c151425a5bf54570a63cee0ea\",\n    \"dateUpdated\": \"2023-08-14T09:33:28.390Z\",\n    \"hasReadAccess\": true,\n    \"hasWriteAccess\": true\n}"}],"_postman_id":"f9d13119-1ffb-4f85-9e1c-d5661dcb8d32"},{"name":"Get amount of users (matched by where)","id":"c74c6113-ec2f-438a-9409-cbb6533355d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pimber.ly/api/users/count","description":"<p>This endpoint will return the number of users matched by the <code>where</code> query parameter.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","users","count"],"host":["pimber.ly"],"query":[{"disabled":true,"key":"where","value":null}],"variable":[]}},"response":[{"id":"06297cf6-7498-4030-9494-0adde05817ee","name":"Count instances of the model (matched by where) from the data source","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://pimber.ly/api/users/count","protocol":"https","host":["pimber","ly"],"path":["api","users","count"],"query":[{"key":"where","value":null,"disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 3\n}"}],"_postman_id":"c74c6113-ec2f-438a-9409-cbb6533355d7"},{"name":"Get one user","id":"0a896631-73b2-42b8-adf1-f6a801b118f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pimber.ly/api/users/findOne","description":"<p>This endpoint will return one user. The <code>filter</code> query parameter can be used with this endpoint to filter the result you get.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","users","findOne"],"host":["pimber.ly"],"query":[{"disabled":true,"description":{"content":"<p><em><strong>Optional</strong></em> | <em>Object</em> | <em>Default: None</em> | Filter to be applied to the results</p>\n","type":"text/plain"},"key":"filter","value":""}],"variable":[]}},"response":[],"_postman_id":"0a896631-73b2-42b8-adf1-f6a801b118f5"},{"name":"Get all users","id":"0be44e30-ade8-4560-ab56-ac795f7c6dd0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pimber.ly/api/users","description":"<p>This endpoint will return all users. The <code>filter</code> query parameter can be used with this endpoint to filter the results you get.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","users"],"host":["pimber.ly"],"query":[{"disabled":true,"description":{"content":"<p><em><strong>Optional</strong></em> | <em>Object</em> | <em>Default: None</em> | Filter to be applied to the results</p>\n","type":"text/plain"},"key":"filter","value":""}],"variable":[]}},"response":[],"_postman_id":"0be44e30-ade8-4560-ab56-ac795f7c6dd0"}],"id":"d3f65610-a0a1-44b4-9a33-ca95d9be2532","_postman_id":"d3f65610-a0a1-44b4-9a33-ca95d9be2532","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}}},{"name":"Log In / Log Out","item":[{"name":"Log In a user","id":"c1ad714c-5e44-4fa0-867e-05e269cf96c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://pimber.ly/api/users/login","description":"<p>This endpoint will generate a (temporary) interactive login token valid for 43,200 seconds (12 hours) based on the urlencoded <code>email</code> and <code>password</code> provided in the request's body.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","users","login"],"host":["pimber.ly"],"query":[{"disabled":true,"key":"include","value":null}],"variable":[]}},"response":[],"_postman_id":"c1ad714c-5e44-4fa0-867e-05e269cf96c5"},{"name":"Log Out a user","id":"7cb1a994-1280-4d7a-a3ae-287684902567","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://pimber.ly/api/users/logout","description":"<p>This endpoint will log out a user using their access token.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","users","logout"],"host":["pimber.ly"],"query":[],"variable":[]}},"response":[],"_postman_id":"7cb1a994-1280-4d7a-a3ae-287684902567"},{"name":"Reset user password","id":"02c68ee5-3e20-4254-bfcc-9d32c851f7fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://pimber.ly/api/users/reset","description":"<p>This endpoint will reset a user's password (specified by their account email address).</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","users","reset"],"host":["pimber.ly"],"query":[],"variable":[]}},"response":[],"_postman_id":"02c68ee5-3e20-4254-bfcc-9d32c851f7fb"}],"id":"78020925-18a8-4444-a56d-2ce34e0bb957","_postman_id":"78020925-18a8-4444-a56d-2ce34e0bb957","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}}},{"name":"User Events Log","item":[{"name":"Get messages stream for the model's CUD events","id":"667f06af-2193-48d5-8092-1affbf9e8a0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pimber.ly/api/users/v2/event-stream","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","users","v2","event-stream"],"host":["pimber.ly"],"query":[{"disabled":true,"key":"options","value":null}],"variable":[]}},"response":[{"id":"bcc28dfa-685f-4794-940e-be755f33dcc7","name":"Get messages stream for the model's CUD events","originalRequest":{"method":"GET","header":[],"url":"https://pimber.ly/api/users/v2/event-stream"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"text/event-stream"},{"key":"Date","value":"Thu, 24 Aug 2023 12:38:56 GMT"}],"cookie":[],"responseTime":null,"body":":ok\n\n"}],"_postman_id":"667f06af-2193-48d5-8092-1affbf9e8a0f"}],"id":"3af566d7-bac1-4255-890f-21e525b55543","_postman_id":"3af566d7-bac1-4255-890f-21e525b55543","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}}},{"name":"Creating / Updating Users","item":[{"name":"Update user by Mongo ID","id":"9bf0eee4-e09b-49db-b440-1ab0fc1f244a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"https://pimber.ly/api/users/:user_id","description":"<p>This endpoint updates a user (specified by their Mongo ID) based on the JSON provided in the request's body.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","users",":user_id"],"host":["pimber.ly"],"query":[],"variable":[{"id":"837e15fc-9be5-498f-9fa3-6e4f9b82e822","description":{"content":"<p>Mongo ID of the user you want to update</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_id"}]}},"response":[{"id":"f5c93091-3807-4bf7-ac00-33b7f3f71f36","name":"Update user by Mongo ID","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"name\":\"New name\"\n}","options":{"raw":{"language":"json"}}},"url":"https://pimber.ly/api/users/64d9f0dbf0eb2cf96419d91c"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"email\": \"\",\n  \"accounts\": [\n    {\n      \"id\": \"59c4eb90cbd9882649b17095\",\n      \"type\": \"user\",\n      \"disabled\": false,\n      \"_lastActivityDate\": \"2019-03-27T15:54:58.636Z\"\n    },\n    {\n      \"id\": \"5bcd9b2ccea10b002eb877c9\",\n      \"type\": \"user\",\n      \"disabled\": false\n    },\n    {\n      \"id\": \"5a8c13244d6da904d47144ba\",\n      \"type\": \"accountAdmin\",\n      \"disabled\": false\n    },\n    {\n      \"id\": \"5a3b8a79b2b0d604ef16b05c\",\n      \"type\": \"accountAdmin\",\n      \"disabled\": false\n    }\n  ],\n  \"name\": \"Updated Name\",\n  \"showWelcome\": false,\n  \"showOnboarding\": true,\n  \"disabled\": false,\n  \"location\": \"Europe/London\",\n  \"preferences\": {\n    \"pim\": {\n      \"tableViewFields\": [\n        {\n          \"name\": \"primaryId\",\n          \"caption\": \"Product Code\",\n          \"size\": 100,\n          \"sortable\": true\n        },\n        {\n          \"name\": \"description\",\n          \"caption\": \"Description\",\n          \"size\": 300,\n          \"sortable\": true\n        }\n      ]\n    }\n  },\n  \"invitationPending\": false,\n  \"pendingAccountInvitations\": [],\n  \"passwordSet\": true,\n  \"lastLoggedAccount\": \"59c4eb90cbd9882649b17095\",\n  \"_lastActivityDate\": \"2019-03-27T15:54:58.636Z\",\n  \"id\": \"5c700f578632070015c66cfd\",\n  \"_loginViolationCount\": 0,\n  \"_lastActivityIpAddress\": \"167.98.25.156\",\n  \"_versionId\": \"e034a358fb0e59c863408d9bd057fc235861aa72\",\n  \"dateUpdated\": \"2019-05-30T15:15:32.109Z\",\n  \"numActiveMessages\": 0\n}"}],"_postman_id":"9bf0eee4-e09b-49db-b440-1ab0fc1f244a"},{"name":"Update user by Mongo ID","id":"34dbca61-dea8-4c5c-ae99-a208b69a8ee3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://pimber.ly/api/users/:user_id","description":"<p>This endpoint updates a user (specified by their Mongo ID) based on the JSON provided in the request's body.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","users",":user_id"],"host":["pimber.ly"],"query":[],"variable":[{"id":"767c42dc-4864-465d-afe6-93f10dc31976","description":{"content":"<p>Mongo ID of the user you want to update</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_id"}]}},"response":[{"id":"bac98f09-be71-4a66-8803-e6cca969a441","name":"Update user by Mongo ID","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Updated Name\"\n}","options":{"raw":{"language":"json"}}},"url":"https://pimber.ly/api/users/64d9f0dbf0eb2cf96419d91c"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"email\": \"\",\n    \"accounts\": [\n        {\n            \"id\": \"59c4eb90cbd9882649b17095\",\n            \"type\": \"user\",\n            \"disabled\": false,\n            \"_lastActivityDate\": \"2019-03-27T15:54:58.636Z\"\n        },\n        {\n            \"id\": \"5bcd9b2ccea10b002eb877c9\",\n            \"type\": \"user\",\n            \"disabled\": false\n        },\n        {\n            \"id\": \"5a8c13244d6da904d47144ba\",\n            \"type\": \"accountAdmin\",\n            \"disabled\": false\n        },\n        {\n            \"id\": \"5a3b8a79b2b0d604ef16b05c\",\n            \"type\": \"accountAdmin\",\n            \"disabled\": false\n        }\n    ],\n    \"name\": \"Updated Name\",\n    \"showWelcome\": false,\n    \"showOnboarding\": true,\n    \"disabled\": false,\n    \"location\": \"Europe/London\",\n    \"preferences\": {\n        \"pim\": {\n            \"tableViewFields\": [\n                {\n                    \"name\": \"primaryId\",\n                    \"caption\": \"Product Code\",\n                    \"size\": 100,\n                    \"sortable\": true\n                },\n                {\n                    \"name\": \"description\",\n                    \"caption\": \"Description\",\n                    \"size\": 300,\n                    \"sortable\": true\n                }\n            ]\n        }\n    },\n    \"invitationPending\": false,\n    \"pendingAccountInvitations\": [],\n    \"passwordSet\": true,\n    \"lastLoggedAccount\": \"59c4eb90cbd9882649b17095\",\n    \"_lastActivityDate\": \"2019-03-27T15:54:58.636Z\",\n    \"id\": \"5c700f578632070015c66cfd\",\n    \"_loginViolationCount\": 0,\n    \"_lastActivityIpAddress\": \"167.98.25.156\",\n    \"_versionId\": \"df4c707d981f402d72e60c2347c2078dacf729c9\",\n    \"dateUpdated\": \"2019-05-30T15:17:21.937Z\",\n    \"numActiveMessages\": 0\n}"}],"_postman_id":"34dbca61-dea8-4c5c-ae99-a208b69a8ee3"},{"name":"Replace existing user with a new version","id":"fcade030-edef-423f-8339-a3c977a1432a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://pimber.ly/api/users/:user_id/replace","description":"<p>This endpoint will replace an existing user (specified by their Mongo ID) based on the JSON provided in the request's body.</p>\n<p>This works similarly to the <code>PUT</code> and <code>PATCH</code> update requests, however in this case the entire document must be specified (rather than just the fields to be updated).</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","users",":user_id","replace"],"host":["pimber.ly"],"query":[],"variable":[{"id":"56d24074-3cb5-47bd-9988-0b4e39c94b36","description":{"content":"<p>Mongo ID of the model instance whose attributes you want to relace</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_id"}]}},"response":[],"_postman_id":"fcade030-edef-423f-8339-a3c977a1432a"},{"name":"Create user avatar by file upload","id":"da33eff9-cf81-4657-838e-c16e95e29c78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://pimber.ly/api/users/v2/:user_id/avatar","description":"<p>This endpoint creates a new user avatar based on the file that is uploaded (by urlencoding it).</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","users","v2",":user_id","avatar"],"host":["pimber.ly"],"query":[],"variable":[{"id":"48eab4c3-3845-4cc4-a4cd-06f7226e3375","description":{"content":"<p>Mongo ID of the user you want to create the avatar for</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_id"}]}},"response":[],"_postman_id":"da33eff9-cf81-4657-838e-c16e95e29c78"},{"name":"Create new user","id":"7cef43ec-2d81-4eb3-8372-7a7365773264","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://pimber.ly/api/users","description":"<p>This endpoint will create a new user as defined by the JSON in the request's body.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","users"],"host":["pimber.ly"],"query":[],"variable":[]}},"response":[],"_postman_id":"7cef43ec-2d81-4eb3-8372-7a7365773264"}],"id":"d13af55b-2bd8-4888-857b-5f19019d1605","_postman_id":"d13af55b-2bd8-4888-857b-5f19019d1605","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}}},{"name":"Removing Content","item":[{"name":"Delete a model instance by ID from the data source","id":"35a95a6a-2d7f-4cd0-9b61-10dbee8d79c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://pimber.ly/api/users/:model_instance_id","description":"<p>This endpoint will delete a model instance specified by its Mongo ID.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","users",":model_instance_id"],"host":["pimber.ly"],"query":[],"variable":[{"id":"c36e46de-734a-4932-8700-a0f3fc707332","description":{"content":"<p>Mongo ID of the model instance you want to delete</p>\n","type":"text/plain"},"type":"any","value":"","key":"model_instance_id"}]}},"response":[],"_postman_id":"35a95a6a-2d7f-4cd0-9b61-10dbee8d79c7"}],"id":"ff4a0d1d-1170-4345-af59-543f185b894f","_postman_id":"ff4a0d1d-1170-4345-af59-543f185b894f","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}}}],"id":"67c08471-e6f2-45ae-b7c1-2fc82060b3ec","_postman_id":"67c08471-e6f2-45ae-b7c1-2fc82060b3ec","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}}},{"name":"User Groups","item":[{"name":"Listing","item":[{"name":"Get all user groups","id":"01cf685e-1e89-4f11-b45c-e33d56f45fe1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pimber.ly/api/userGroups","description":"<p>This endpoint will return all user groups. The <code>filter</code> query parameter can be used with this endpoint to filter the results you get.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","userGroups"],"host":["pimber.ly"],"query":[{"disabled":true,"description":{"content":"<p><em><strong>Optional</strong></em> | <em>Object</em> | <em>Default: None</em> | Filter to be applied to the results</p>\n","type":"text/plain"},"key":"filter","value":null}],"variable":[]}},"response":[{"id":"691cc7da-cf9a-4311-8801-e65ab50f7df4","name":"Get all user groups","originalRequest":{"method":"GET","header":[],"url":"https://pimber.ly/api/userGroups"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1792"},{"key":"Date","value":"Thu, 24 Aug 2023 12:39:18 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"accountId\": \"62fce77449ccd3001b067c4e\",\n        \"name\": \"Default\",\n        \"users\": [\n            \"62f0d5395aadd0001c490a6a\",\n            \"627104c1128639001bf62ce9\",\n            \"5c7f8d73e7107f002e8f094b\",\n            \"627104c1128639001bf62ce9\",\n            \"5c7f8d73e7107f002e8f094b\",\n            \"5c7f8d73e7107f002e8f094b\",\n            \"63b84a7a5039a5001f8b5049\",\n            \"5c7f8d73e7107f002e8f094b\",\n            \"62f0d5395aadd0001c490a6a\",\n            \"62f0d5395aadd0001c490a6a\",\n            \"62f0d5395aadd0001c490a6a\",\n            \"62f0d5395aadd0001c490a6a\",\n            \"627104c1128639001bf62ce9\",\n            \"627104c1128639001bf62ce9\",\n            \"64d9f0dbf0eb2cf96419d91c\"\n        ],\n        \"permissions\": [\n            \"adHocImport\",\n            \"adHocExport\"\n        ],\n        \"ACL\": [],\n        \"id\": \"62fce77449ccd3001b067c56\",\n        \"hasReadAccess\": true,\n        \"hasWriteAccess\": true\n    },\n    {\n        \"accountId\": \"62fce77449ccd3001b067c4e\",\n        \"name\": \"Studio\",\n        \"users\": [\n            \"62f0d5395aadd0001c490a6a\"\n        ],\n        \"permissions\": [\n            \"adHocImport\",\n            \"adHocExport\",\n            \"batchUpdate\"\n        ],\n        \"ACL\": [],\n        \"id\": \"62fe59161b2c5d001efe91ef\",\n        \"_versionId\": \"e2ec121e7538c46f32fab23a6dd307f94939cfe4\",\n        \"dateCreated\": \"2022-08-18T15:21:58.699Z\",\n        \"dateUpdated\": \"2022-08-18T15:25:31.944Z\",\n        \"hasReadAccess\": true,\n        \"hasWriteAccess\": true\n    },\n    {\n        \"accountId\": \"62fce77449ccd3001b067c4e\",\n        \"name\": \"Marketing\",\n        \"users\": [\n            \"62f0d5395aadd0001c490a6a\",\n            \"63b84a7a5039a5001f8b5049\"\n        ],\n        \"permissions\": [\n            \"adHocExport\",\n            \"adHocImport\",\n            \"batchUpdate\"\n        ],\n        \"ACL\": [],\n        \"id\": \"62fe59c6ce92140012a6ae21\",\n        \"_versionId\": \"2317356e371ee1a2af122a6f2a71fb33d17694b3\",\n        \"dateCreated\": \"2022-08-18T15:24:54.378Z\",\n        \"dateUpdated\": \"2023-02-15T11:34:22.763Z\",\n        \"hasReadAccess\": true,\n        \"hasWriteAccess\": true\n    },\n    {\n        \"accountId\": \"62fce77449ccd3001b067c4e\",\n        \"name\": \"Product Managers \",\n        \"users\": [\n            \"62f0d5395aadd0001c490a6a\",\n            \"627104c1128639001bf62ce9\"\n        ],\n        \"permissions\": [\n            \"adHocExport\",\n            \"adHocImport\",\n            \"batchUpdate\"\n        ],\n        \"ACL\": [],\n        \"id\": \"62fe5a7243d99c0018732667\",\n        \"_versionId\": \"c06a84f3ffc7829f594e2a1791f0249ccf1dfaff\",\n        \"dateCreated\": \"2022-08-18T15:27:46.994Z\",\n        \"dateUpdated\": \"2023-02-15T11:36:14.145Z\",\n        \"hasReadAccess\": true,\n        \"hasWriteAccess\": true\n    }\n]"}],"_postman_id":"01cf685e-1e89-4f11-b45c-e33d56f45fe1"},{"name":"Get user group by Mongo ID","id":"8b1ea705-5f01-47c1-b255-438f8a701792","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pimber.ly/api/userGroups/:user_group_id","description":"<p>This endpoint will return information about a user group specified by its Mongo ID.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","userGroups",":user_group_id"],"host":["pimber.ly"],"query":[],"variable":[{"id":"085fecbf-a0c9-42dc-8720-13e97109fecd","description":{"content":"<p>Mongo ID of the user group you want to get</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_group_id"}]}},"response":[{"id":"78911178-3203-452a-b54a-535f215a359a","name":"Get user group by Mongo ID","originalRequest":{"method":"GET","header":[],"url":"https://pimber.ly/api/userGroups/62fe5a7243d99c0018732667"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"411"},{"key":"Date","value":"Thu, 24 Aug 2023 12:40:58 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountId\": \"62fce77449ccd3001b067c4e\",\n    \"name\": \"Product Managers \",\n    \"users\": [\n        \"62f0d5395aadd0001c490a6a\",\n        \"627104c1128639001bf62ce9\"\n    ],\n    \"permissions\": [\n        \"adHocExport\",\n        \"adHocImport\",\n        \"batchUpdate\"\n    ],\n    \"ACL\": [],\n    \"id\": \"62fe5a7243d99c0018732667\",\n    \"_versionId\": \"c06a84f3ffc7829f594e2a1791f0249ccf1dfaff\",\n    \"dateCreated\": \"2022-08-18T15:27:46.994Z\",\n    \"dateUpdated\": \"2023-02-15T11:36:14.145Z\",\n    \"hasReadAccess\": true,\n    \"hasWriteAccess\": true\n}"}],"_postman_id":"8b1ea705-5f01-47c1-b255-438f8a701792"},{"name":"Get one user group","id":"c17d32f9-91f1-4413-af64-1a2c6a8497ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pimber.ly/api/userGroups/findOne","description":"<p>This endpoint will return one user group. The <code>filter</code> query parameter can be used with this request to filter the result you get.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","userGroups","findOne"],"host":["pimber.ly"],"query":[{"disabled":true,"description":{"content":"<p><em><strong>Optional</strong></em> | <em>Object</em> | <em>Default: None</em> | Filter to be applied to the results</p>\n","type":"text/plain"},"key":"filter","value":null}],"variable":[]}},"response":[{"id":"c3ad0da0-c517-4c2e-bc02-549d49dae5ad","name":"Get one user group","originalRequest":{"method":"GET","header":[],"url":"https://pimber.ly/api/userGroups/findOne"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"600"},{"key":"Date","value":"Thu, 24 Aug 2023 12:43:01 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountId\": \"62fce77449ccd3001b067c4e\",\n    \"name\": \"Default\",\n    \"users\": [\n        \"62f0d5395aadd0001c490a6a\",\n        \"627104c1128639001bf62ce9\",\n        \"5c7f8d73e7107f002e8f094b\",\n        \"627104c1128639001bf62ce9\",\n        \"5c7f8d73e7107f002e8f094b\",\n        \"5c7f8d73e7107f002e8f094b\",\n        \"63b84a7a5039a5001f8b5049\",\n        \"5c7f8d73e7107f002e8f094b\",\n        \"62f0d5395aadd0001c490a6a\",\n        \"62f0d5395aadd0001c490a6a\",\n        \"62f0d5395aadd0001c490a6a\",\n        \"62f0d5395aadd0001c490a6a\",\n        \"627104c1128639001bf62ce9\",\n        \"627104c1128639001bf62ce9\",\n        \"64d9f0dbf0eb2cf96419d91c\"\n    ],\n    \"permissions\": [\n        \"adHocImport\",\n        \"adHocExport\"\n    ],\n    \"ACL\": [],\n    \"id\": \"62fce77449ccd3001b067c56\",\n    \"hasReadAccess\": true,\n    \"hasWriteAccess\": true\n}"}],"_postman_id":"c17d32f9-91f1-4413-af64-1a2c6a8497ad"},{"name":"Get amount of user groups","id":"22ec7ec9-d40b-4a91-a362-d69d77fbb5f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pimber.ly/api/userGroups/count","description":"<p>This endpoint will return the number of user groups. The <code>filter</code> query parameter can be used with this endpint to return the number of user groups that match the filter.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","userGroups","count"],"host":["pimber.ly"],"query":[{"disabled":true,"description":{"content":"<p><em><strong>Optional</strong></em> | <em>Object</em> | <em>Default: None</em> | Filter to be applied to the results</p>\n","type":"text/plain"},"key":"filter","value":null}],"variable":[]}},"response":[{"id":"ea21b848-3358-4851-a9af-2b1c189f166a","name":"Get amount of user groups","originalRequest":{"method":"GET","header":[],"url":"https://pimber.ly/api/userGroups/count"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"11"},{"key":"Date","value":"Thu, 24 Aug 2023 12:43:09 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 4\n}"}],"_postman_id":"22ec7ec9-d40b-4a91-a362-d69d77fbb5f4"}],"id":"be700b29-d75f-43bf-a1d6-f886bbc2e0d9","_postman_id":"be700b29-d75f-43bf-a1d6-f886bbc2e0d9","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}}},{"name":"Creating / Updating User Groups","item":[{"name":"Update user group by Mongo ID","id":"1f6d5dd7-2b54-455a-96db-24cd618d587a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://pimber.ly/api/userGroups/:user_group_id","description":"<p>This endpoint will update the user group (specified by its Mongo ID) based on the JSON provided in the request's body.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","userGroups",":user_group_id"],"host":["pimber.ly"],"query":[],"variable":[{"id":"47f926ce-bd2a-4542-9f95-a3216c8c9b98","description":{"content":"<p>Mongo ID of the user group you want to update</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_group_id"}]}},"response":[{"id":"3e33c62e-59be-4d5b-b377-151326d9d9cb","name":"Update user group by Mongo ID","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"users\": [\"62fce77449ccd3001b067c4e\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://pimber.ly/api/userGroups/62fe5a7243d99c0018732667"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"300"},{"key":"Date","value":"Tue, 29 Aug 2023 15:39:20 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountId\": \"62fce77449ccd3001b067c4e\",\n    \"name\": \"New group\",\n    \"users\": [\n        \"62fce77449ccd3001b067c4e\"\n    ],\n    \"permissions\": [\n        \"adHocImport\",\n        \"adHocExport\",\n        \"batchUpdate\",\n        \"share\"\n    ],\n    \"ACL\": [],\n    \"id\": \"62fe5a7243d99c0018732667\",\n    \"_versionId\": \"180135878885a3eba9b5430236ec0cb2ad2128db\",\n    \"dateUpdated\": \"2023-08-29T15:39:20.982Z\"\n}"}],"_postman_id":"1f6d5dd7-2b54-455a-96db-24cd618d587a"},{"name":"Update user group by Mongo ID Copy","id":"dc3eb024-ca75-40d7-87fd-18218adb46d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://pimber.ly/api/userGroups/:user_group_id","description":"<p>This endpoint will update the user group (specified by its Mongo ID) based on the JSON provided in the request's body.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","userGroups",":user_group_id"],"host":["pimber.ly"],"query":[],"variable":[{"id":"c39375bb-e0e3-47df-8c29-ca699ef8645c","description":{"content":"<p>Mongo ID of the user group you want to update</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_group_id"}]}},"response":[{"id":"2d9aa4f2-aefd-4bc8-b21e-fb628f887dc6","name":"Update user group by Mongo ID Copy","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"users\": [\"62fce77449ccd3001b067c4e\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://pimber.ly/api/userGroups/62fe5a7243d99c0018732667"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"300"},{"key":"Date","value":"Tue, 29 Aug 2023 15:40:21 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountId\": \"62fce77449ccd3001b067c4e\",\n    \"name\": \"New group\",\n    \"users\": [\n        \"62fce77449ccd3001b067c4e\"\n    ],\n    \"permissions\": [\n        \"adHocImport\",\n        \"adHocExport\",\n        \"batchUpdate\",\n        \"share\"\n    ],\n    \"ACL\": [],\n    \"id\": \"62fe5a7243d99c0018732667\",\n    \"_versionId\": \"d1bd857210bd448901e4621942c14de0de6b7916\",\n    \"dateUpdated\": \"2023-08-29T15:40:21.486Z\"\n}"}],"_postman_id":"dc3eb024-ca75-40d7-87fd-18218adb46d6"},{"name":"Replace existing user group","id":"80872af5-2b4b-4b32-8e2d-60ffa798d779","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://pimber.ly/api/userGroups/:user_group_id/replace","description":"<p>This endpoint will replace an existing user group (specified by its Mongo ID) with a new version based on the JSON provided in the request's body.</p>\n<p>This works similarly to the <code>PUT</code> and <code>PATCH</code> update requests, however in this case the entire document must be specified (rather than just the fields to be updated).</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","userGroups",":user_group_id","replace"],"host":["pimber.ly"],"query":[],"variable":[{"id":"e74ea11e-fef6-4ff9-b82f-306f58801737","description":{"content":"<p>Mongo ID of the user group you want to replace</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_group_id"}]}},"response":[{"id":"af404bef-9e99-4346-9005-4b8f4ebafd5f","name":"Replace existing user group","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"accountId\": \"5a3b8a79b2b0d604ef16b05c\",\n    \"name\": \"New group\",\n    \"users\": [\n        \"5cc6c0570aa96f0015557546\"\n    ],\n    \"id\": \"5cefb7731a8daa000f16df48\",\n    \"_versionId\": \"e868fbd3fa95d40a064153bdcc90f1a8e65d5baa\",\n    \"dateCreate\": \"2019-05-30T10:58:59.549Z\",\n    \"dateUpdated\": \"2019-05-30T13:10:28.427Z\"\n}","options":{"raw":{"language":"json"}}},"url":"https://pimber.ly/api/userGroups/62fe5a7243d99c0018732667/replace"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"accountId\": \"5a3b8a79b2b0d604ef16b05c\",\n  \"name\": \"New group\",\n  \"users\": [\n    \"5cc6c0570aa96f0015557546\"\n  ],\n  \"id\": \"5cefb7731a8daa000f16df48\",\n  \"_versionId\": \"e868fbd3fa95d40a064153bdcc90f1a8e65d5baa\",\n  \"dateCreate\": \"2019-05-30T10:58:59.549Z\",\n  \"dateUpdated\": \"2019-05-30T13:10:28.427Z\"\n}"}],"_postman_id":"80872af5-2b4b-4b32-8e2d-60ffa798d779"},{"name":"Create user group","id":"44b839d9-834b-4180-9753-1233b53ce255","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://pimber.ly/api/userGroups","description":"<p>This endpoint will create a new user group as defined by the JSON provided in the request's body.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","userGroups"],"host":["pimber.ly"],"query":[],"variable":[]}},"response":[{"id":"e507c4c6-4b7f-4445-a3fc-3a023f46d917","name":"Create user group","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"name\": \"New group\",\n\t\"users\": [\n\t\t\"62fce77449ccd3001b067c4e\"\n\t\t],\n\t\"permissions\": [\n\t\t\"adHocImport\",\n\t\t\"adHocExport\",\n\t\t\"batchUpdate\",\n\t\t\"share\"\n\t\t]\n}","options":{"raw":{"language":"json"}}},"url":"https://pimber.ly/api/userGroups"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"341"},{"key":"Date","value":"Tue, 29 Aug 2023 15:35:20 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountId\": \"62fce77449ccd3001b067c4e\",\n    \"name\": \"New group\",\n    \"users\": [\n        \"62fce77449ccd3001b067c4e\"\n    ],\n    \"permissions\": [\n        \"adHocImport\",\n        \"adHocExport\",\n        \"batchUpdate\",\n        \"share\"\n    ],\n    \"ACL\": [],\n    \"id\": \"64ee103821128700106db7bc\",\n    \"_versionId\": \"235426216cd9d542b0c23fcf79d746d1bf842aff\",\n    \"dateCreated\": \"2023-08-29T15:35:20.640Z\",\n    \"dateUpdated\": \"2023-08-29T15:35:20.640Z\"\n}"}],"_postman_id":"44b839d9-834b-4180-9753-1233b53ce255"}],"id":"aae46559-a28c-4517-89f3-45188443c1e6","_postman_id":"aae46559-a28c-4517-89f3-45188443c1e6","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}}},{"name":"Removing Content","item":[{"name":"Delete user group by Mongo ID","id":"d478b3a1-9a92-4a2d-8b5f-9fcce56579b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://pimber.ly/api/userGroups/:user_group_id","description":"<p>This endpoint will delete a user group specified by its Mongo ID.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","userGroups",":user_group_id"],"host":["pimber.ly"],"query":[],"variable":[{"id":"87f57aba-6811-4cc8-84e3-458e0ddb43ea","description":{"content":"<p>Mongo ID of the user group you want to delete</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_group_id"}]}},"response":[{"id":"5c942812-80ac-405d-8387-cb70ca2bf59b","name":"Delete user group by Mongo ID","originalRequest":{"method":"DELETE","header":[],"url":"https://pimber.ly/api/userGroups/62fe5a7243d99c0018732667"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"11"},{"key":"Date","value":"Tue, 29 Aug 2023 15:40:56 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1\n}"}],"_postman_id":"d478b3a1-9a92-4a2d-8b5f-9fcce56579b3"}],"id":"6f9a0bf9-e88d-4dba-87e6-c70663c9aba2","_postman_id":"6f9a0bf9-e88d-4dba-87e6-c70663c9aba2","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}}}],"id":"e6166056-7a43-461a-80da-e589ade7c8a8","_postman_id":"e6166056-7a43-461a-80da-e589ade7c8a8","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}}},{"name":"Login","item":[],"id":"91517605-f3f0-4766-bb42-ebda15c04fde","_postman_id":"91517605-f3f0-4766-bb42-ebda15c04fde","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}}}],"id":"2ab174c4-7379-4e24-9f4c-5a2f3c6f7123","_postman_id":"2ab174c4-7379-4e24-9f4c-5a2f3c6f7123","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}}},{"name":"Asset API","item":[{"name":"Listing","item":[{"name":"Get all assets","id":"7f16161b-a01b-4a52-8319-0f57cda8228d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pimber.ly/api/assets","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","assets"],"host":["pimber.ly"],"query":[],"variable":[]}},"response":[{"id":"9698c633-537f-4beb-87ba-aa0a6c754602","name":"Get all assets","originalRequest":{"method":"GET","header":[],"url":"https://pimber.ly/api/assets"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"66492"},{"key":"Date","value":"Thu, 24 Aug 2023 12:43:23 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"accountId\": \"62fce77449ccd3001b067c4e\",\n        \"dateCreated\": \"2022-08-17T15:24:35.615Z\",\n        \"dateModify\": \"2022-08-17T15:24:35.615Z\",\n        \"staticPosition\": 0,\n        \"tags\": [],\n        \"comments\": [],\n        \"parent\": \"dam\",\n        \"classTreeNodeIds\": [\n            \"646231a22c7dce339300000f\"\n        ],\n        \"userId\": \"62f0d5395aadd0001c490a6a\",\n        \"cdnSandbox\": \"1a1d7cca\",\n        \"cdnSuffix\": \"\",\n        \"s3Key\": \"public/asset/raw/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000022/FINC_TRS001_NVY_04.jpg\",\n        \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/raw/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000022/FINC_TRS001_NVY_04.jpg\",\n        \"cdnPreviews\": {\n            \"smallRetina\": {\n                \"buffer\": {},\n                \"width\": 64,\n                \"height\": 64,\n                \"mimeType\": \"image/png\",\n                \"sizeBytes\": 16516,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000022/smallRetina/FINC_TRS001_NVY_04.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000022/smallRetina/FINC_TRS001_NVY_04.jpg\"\n            },\n            \"small\": {\n                \"buffer\": {},\n                \"width\": 32,\n                \"height\": 32,\n                \"mimeType\": \"image/png\",\n                \"sizeBytes\": 4196,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000022/small/FINC_TRS001_NVY_04.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000022/small/FINC_TRS001_NVY_04.jpg\"\n            },\n            \"mediumRetina\": {\n                \"buffer\": {},\n                \"width\": 150,\n                \"height\": 200,\n                \"mimeType\": \"image/jpeg\",\n                \"sizeBytes\": 2936,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000022/mediumRetina/FINC_TRS001_NVY_04.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000022/mediumRetina/FINC_TRS001_NVY_04.jpg\"\n            },\n            \"medium\": {\n                \"buffer\": {},\n                \"width\": 75,\n                \"height\": 100,\n                \"mimeType\": \"image/jpeg\",\n                \"sizeBytes\": 1899,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000022/medium/FINC_TRS001_NVY_04.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000022/medium/FINC_TRS001_NVY_04.jpg\"\n            }\n        },\n        \"filename\": \"FINC_TRS001_NVY_04.jpg\",\n        \"flags\": [],\n        \"metadata\": {\n            \"Format\": {\n                \"File Size\": \"18.0KB\",\n                \"Width\": \"610px\",\n                \"Height\": \"814px\",\n                \"Aspect ratio\": \"~3:4\"\n            },\n            \"Palette\": [\n                [\n                    241,\n                    241,\n                    241\n                ],\n                [\n                    27,\n                    27,\n                    28\n                ],\n                [\n                    118,\n                    120,\n                    120\n                ],\n                [\n                    148,\n                    148,\n                    148\n                ],\n                [\n                    140,\n                    140,\n                    148\n                ],\n                [\n                    140,\n                    148,\n                    148\n                ],\n                [\n                    66,\n                    65,\n                    68\n                ],\n                [\n                    82,\n                    82,\n                    84\n                ],\n                [\n                    84,\n                    92,\n                    92\n                ]\n            ]\n        },\n        \"averageColor\": \"9f9ea0\",\n        \"dominantColors\": [\n            8,\n            10,\n            9\n        ],\n        \"mimeType\": \"image/jpeg\",\n        \"sizeBytes\": 18454,\n        \"width\": 610,\n        \"height\": 814,\n        \"displayType\": \"JPEG\",\n        \"displaySize\": \"18KB\",\n        \"displayExtra\": \"610 x 814\",\n        \"facetSize\": 2,\n        \"previousVersions\": [],\n        \"slug\": \"finc_trs001_nvy_04\",\n        \"cachedProductIds\": [\n            \"62fd048a5ef36700186a04b0\"\n        ],\n        \"id\": \"62fd082f09c2f66bcc000022\",\n        \"hasReadAccess\": true,\n        \"hasWriteAccess\": true\n    },\n    {\n        \"accountId\": \"62fce77449ccd3001b067c4e\",\n        \"dateCreated\": \"2022-08-17T15:24:35.581Z\",\n        \"dateModify\": \"2022-08-17T15:24:35.581Z\",\n        \"staticPosition\": 1,\n        \"tags\": [],\n        \"comments\": [],\n        \"parent\": \"dam\",\n        \"classTreeNodeIds\": [\n            \"6462319d2c7dce339300000e\"\n        ],\n        \"userId\": \"62f0d5395aadd0001c490a6a\",\n        \"cdnSandbox\": \"1a1d7cca\",\n        \"cdnSuffix\": \"\",\n        \"s3Key\": \"public/asset/raw/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000023/FINC_SHRT004_BLU_02.jpg\",\n        \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/raw/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000023/FINC_SHRT004_BLU_02.jpg\",\n        \"cdnPreviews\": {\n            \"smallRetina\": {\n                \"buffer\": {},\n                \"width\": 64,\n                \"height\": 64,\n                \"mimeType\": \"image/png\",\n                \"sizeBytes\": 16516,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000023/smallRetina/FINC_SHRT004_BLU_02.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000023/smallRetina/FINC_SHRT004_BLU_02.jpg\"\n            },\n            \"small\": {\n                \"buffer\": {},\n                \"width\": 32,\n                \"height\": 32,\n                \"mimeType\": \"image/png\",\n                \"sizeBytes\": 4196,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000023/small/FINC_SHRT004_BLU_02.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000023/small/FINC_SHRT004_BLU_02.jpg\"\n            },\n            \"mediumRetina\": {\n                \"buffer\": {},\n                \"width\": 150,\n                \"height\": 200,\n                \"mimeType\": \"image/jpeg\",\n                \"sizeBytes\": 3491,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000023/mediumRetina/FINC_SHRT004_BLU_02.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000023/mediumRetina/FINC_SHRT004_BLU_02.jpg\"\n            },\n            \"medium\": {\n                \"buffer\": {},\n                \"width\": 75,\n                \"height\": 100,\n                \"mimeType\": \"image/jpeg\",\n                \"sizeBytes\": 2183,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000023/medium/FINC_SHRT004_BLU_02.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000023/medium/FINC_SHRT004_BLU_02.jpg\"\n            }\n        },\n        \"filename\": \"FINC_SHRT004_BLU_02.jpg\",\n        \"flags\": [],\n        \"metadata\": {\n            \"Format\": {\n                \"File Size\": \"86.4KB\",\n                \"Width\": \"610px\",\n                \"Height\": \"814px\",\n                \"Aspect ratio\": \"~3:4\"\n            },\n            \"Palette\": [\n                [\n                    202,\n                    208,\n                    228\n                ],\n                [\n                    168,\n                    178,\n                    211\n                ],\n                [\n                    137,\n                    149,\n                    192\n                ],\n                [\n                    180,\n                    188,\n                    212\n                ],\n                [\n                    156,\n                    164,\n                    201\n                ],\n                [\n                    180,\n                    188,\n                    220\n                ],\n                [\n                    180,\n                    180,\n                    214\n                ],\n                [\n                    230,\n                    230,\n                    235\n                ],\n                [\n                    220,\n                    228,\n                    232\n                ]\n            ]\n        },\n        \"averageColor\": \"c5cce1\",\n        \"dominantColors\": [\n            5\n        ],\n        \"mimeType\": \"image/jpeg\",\n        \"sizeBytes\": 88446,\n        \"width\": 610,\n        \"height\": 814,\n        \"displayType\": \"JPEG\",\n        \"displaySize\": \"86KB\",\n        \"displayExtra\": \"610 x 814\",\n        \"facetSize\": 2,\n        \"previousVersions\": [],\n        \"slug\": \"finc_shrt004_blu_02\",\n        \"cachedProductIds\": [\n            \"62fd048a5ef36700186a04c2\"\n        ],\n        \"id\": \"62fd082f09c2f66bcc000023\",\n        \"hasReadAccess\": true,\n        \"hasWriteAccess\": true\n    },\n    {\n        \"accountId\": \"62fce77449ccd3001b067c4e\",\n        \"dateCreated\": \"2022-08-17T15:24:36.144Z\",\n        \"dateModify\": \"2022-08-17T15:24:36.144Z\",\n        \"staticPosition\": 2,\n        \"tags\": [],\n        \"comments\": [],\n        \"parent\": \"dam\",\n        \"classTreeNodeIds\": [\n            \"646231a22c7dce339300000f\"\n        ],\n        \"userId\": \"62f0d5395aadd0001c490a6a\",\n        \"cdnSandbox\": \"1a1d7cca\",\n        \"cdnSuffix\": \"\",\n        \"s3Key\": \"public/asset/raw/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000025/FINC_SHRT003_WHT_02.jpg\",\n        \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/raw/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000025/FINC_SHRT003_WHT_02.jpg\",\n        \"cdnPreviews\": {\n            \"smallRetina\": {\n                \"buffer\": {},\n                \"width\": 64,\n                \"height\": 64,\n                \"mimeType\": \"image/png\",\n                \"sizeBytes\": 16516,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000025/smallRetina/FINC_SHRT003_WHT_02.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000025/smallRetina/FINC_SHRT003_WHT_02.jpg\"\n            },\n            \"small\": {\n                \"buffer\": {},\n                \"width\": 32,\n                \"height\": 32,\n                \"mimeType\": \"image/png\",\n                \"sizeBytes\": 4196,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000025/small/FINC_SHRT003_WHT_02.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000025/small/FINC_SHRT003_WHT_02.jpg\"\n            },\n            \"mediumRetina\": {\n                \"buffer\": {},\n                \"width\": 150,\n                \"height\": 200,\n                \"mimeType\": \"image/jpeg\",\n                \"sizeBytes\": 2159,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000025/mediumRetina/FINC_SHRT003_WHT_02.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000025/mediumRetina/FINC_SHRT003_WHT_02.jpg\"\n            },\n            \"medium\": {\n                \"buffer\": {},\n                \"width\": 75,\n                \"height\": 100,\n                \"mimeType\": \"image/jpeg\",\n                \"sizeBytes\": 1356,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000025/medium/FINC_SHRT003_WHT_02.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000025/medium/FINC_SHRT003_WHT_02.jpg\"\n            }\n        },\n        \"filename\": \"FINC_SHRT003_WHT_02.jpg\",\n        \"flags\": [],\n        \"metadata\": {\n            \"Format\": {\n                \"File Size\": \"14.5KB\",\n                \"Width\": \"610px\",\n                \"Height\": \"814px\",\n                \"Aspect ratio\": \"~3:4\"\n            },\n            \"Palette\": [\n                [\n                    241,\n                    241,\n                    242\n                ],\n                [\n                    88,\n                    85,\n                    89\n                ],\n                [\n                    168,\n                    164,\n                    170\n                ],\n                [\n                    140,\n                    140,\n                    140\n                ],\n                [\n                    148,\n                    142,\n                    148\n                ],\n                [\n                    188,\n                    188,\n                    188\n                ],\n                [\n                    207,\n                    203,\n                    209\n                ],\n                [\n                    196,\n                    196,\n                    196\n                ],\n                [\n                    212,\n                    212,\n                    224\n                ]\n            ]\n        },\n        \"averageColor\": \"f1f1f2\",\n        \"dominantColors\": [\n            9\n        ],\n        \"mimeType\": \"image/jpeg\",\n        \"sizeBytes\": 14843,\n        \"width\": 610,\n        \"height\": 814,\n        \"displayType\": \"JPEG\",\n        \"displaySize\": \"14KB\",\n        \"displayExtra\": \"610 x 814\",\n        \"facetSize\": 2,\n        \"previousVersions\": [],\n        \"slug\": \"finc_shrt003_wht_02\",\n        \"cachedProductIds\": [\n            \"62fd048a5ef36700186a04b9\"\n        ],\n        \"id\": \"62fd082f09c2f66bcc000025\",\n        \"hasReadAccess\": true,\n        \"hasWriteAccess\": true\n    },\n    {\n        \"accountId\": \"62fce77449ccd3001b067c4e\",\n        \"dateCreated\": \"2022-08-17T15:24:36.352Z\",\n        \"dateModify\": \"2022-08-17T15:24:36.352Z\",\n        \"staticPosition\": 3,\n        \"tags\": [],\n        \"comments\": [],\n        \"parent\": \"dam\",\n        \"classTreeNodeIds\": [\n            \"646231a22c7dce339300000f\",\n            \"646231932c7dce339300000d\"\n        ],\n        \"userId\": \"62f0d5395aadd0001c490a6a\",\n        \"cdnSandbox\": \"1a1d7cca\",\n        \"cdnSuffix\": \"\",\n        \"s3Key\": \"public/asset/raw/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000026/FINC_TRS001_NVY_01.jpg\",\n        \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/raw/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000026/FINC_TRS001_NVY_01.jpg\",\n        \"cdnPreviews\": {\n            \"smallRetina\": {\n                \"buffer\": {},\n                \"width\": 64,\n                \"height\": 64,\n                \"mimeType\": \"image/png\",\n                \"sizeBytes\": 16516,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000026/smallRetina/FINC_TRS001_NVY_01.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000026/smallRetina/FINC_TRS001_NVY_01.jpg\"\n            },\n            \"small\": {\n                \"buffer\": {},\n                \"width\": 32,\n                \"height\": 32,\n                \"mimeType\": \"image/png\",\n                \"sizeBytes\": 4196,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000026/small/FINC_TRS001_NVY_01.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000026/small/FINC_TRS001_NVY_01.jpg\"\n            },\n            \"mediumRetina\": {\n                \"buffer\": {},\n                \"width\": 150,\n                \"height\": 200,\n                \"mimeType\": \"image/jpeg\",\n                \"sizeBytes\": 4334,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000026/mediumRetina/FINC_TRS001_NVY_01.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000026/mediumRetina/FINC_TRS001_NVY_01.jpg\"\n            },\n            \"medium\": {\n                \"buffer\": {},\n                \"width\": 75,\n                \"height\": 100,\n                \"mimeType\": \"image/jpeg\",\n                \"sizeBytes\": 2739,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000026/medium/FINC_TRS001_NVY_01.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000026/medium/FINC_TRS001_NVY_01.jpg\"\n            }\n        },\n        \"filename\": \"FINC_TRS001_NVY_01.jpg\",\n        \"flags\": [],\n        \"metadata\": {\n            \"Format\": {\n                \"File Size\": \"38.4KB\",\n                \"Width\": \"610px\",\n                \"Height\": \"814px\",\n                \"Aspect ratio\": \"~3:4\"\n            },\n            \"Palette\": [\n                [\n                    35,\n                    35,\n                    46\n                ],\n                [\n                    231,\n                    231,\n                    231\n                ],\n                [\n                    112,\n                    97,\n                    103\n                ],\n                [\n                    138,\n                    135,\n                    141\n                ],\n                [\n                    92,\n                    92,\n                    98\n                ],\n                [\n                    190,\n                    148,\n                    148\n                ],\n                [\n                    124,\n                    116,\n                    116\n                ],\n                [\n                    183,\n                    182,\n                    185\n                ],\n                [\n                    176,\n                    172,\n                    170\n                ]\n            ]\n        },\n        \"averageColor\": \"a7a6a9\",\n        \"dominantColors\": [\n            10,\n            9\n        ],\n        \"mimeType\": \"image/jpeg\",\n        \"sizeBytes\": 39281,\n        \"width\": 610,\n        \"height\": 814,\n        \"displayType\": \"JPEG\",\n        \"displaySize\": \"38KB\",\n        \"displayExtra\": \"610 x 814\",\n        \"facetSize\": 2,\n        \"previousVersions\": [],\n        \"slug\": \"finc_trs001_nvy_01\",\n        \"cachedProductIds\": [\n            \"62fd048a5ef36700186a04b0\"\n        ],\n        \"id\": \"62fd082f09c2f66bcc000026\",\n        \"hasReadAccess\": true,\n        \"hasWriteAccess\": true\n    },\n    {\n        \"accountId\": \"62fce77449ccd3001b067c4e\",\n        \"dateCreated\": \"2022-08-17T15:24:38.102Z\",\n        \"dateModify\": \"2022-08-17T15:24:38.102Z\",\n        \"staticPosition\": 4,\n        \"tags\": [],\n        \"comments\": [],\n        \"parent\": \"dam\",\n        \"classTreeNodeIds\": [\n            \"6339dd3021ae3635a6000039\"\n        ],\n        \"userId\": \"62f0d5395aadd0001c490a6a\",\n        \"cdnSandbox\": \"1a1d7cca\",\n        \"cdnSuffix\": \"\",\n        \"s3Key\": \"public/asset/raw/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000027/FINC_TRS001_NVY_03.jpg\",\n        \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/raw/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000027/FINC_TRS001_NVY_03.jpg\",\n        \"cdnPreviews\": {\n            \"smallRetina\": {\n                \"buffer\": {},\n                \"width\": 64,\n                \"height\": 64,\n                \"mimeType\": \"image/png\",\n                \"sizeBytes\": 16516,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000027/smallRetina/FINC_TRS001_NVY_03.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000027/smallRetina/FINC_TRS001_NVY_03.jpg\"\n            },\n            \"small\": {\n                \"buffer\": {},\n                \"width\": 32,\n                \"height\": 32,\n                \"mimeType\": \"image/png\",\n                \"sizeBytes\": 4196,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000027/small/FINC_TRS001_NVY_03.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000027/small/FINC_TRS001_NVY_03.jpg\"\n            },\n            \"mediumRetina\": {\n                \"buffer\": {},\n                \"width\": 150,\n                \"height\": 200,\n                \"mimeType\": \"image/jpeg\",\n                \"sizeBytes\": 4406,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000027/mediumRetina/FINC_TRS001_NVY_03.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000027/mediumRetina/FINC_TRS001_NVY_03.jpg\"\n            },\n            \"medium\": {\n                \"buffer\": {},\n                \"width\": 75,\n                \"height\": 100,\n                \"mimeType\": \"image/jpeg\",\n                \"sizeBytes\": 2726,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000027/medium/FINC_TRS001_NVY_03.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000027/medium/FINC_TRS001_NVY_03.jpg\"\n            }\n        },\n        \"filename\": \"FINC_TRS001_NVY_03.jpg\",\n        \"flags\": [],\n        \"metadata\": {\n            \"Format\": {\n                \"File Size\": \"40.5KB\",\n                \"Width\": \"610px\",\n                \"Height\": \"814px\",\n                \"Aspect ratio\": \"~3:4\"\n            },\n            \"Palette\": [\n                [\n                    34,\n                    34,\n                    45\n                ],\n                [\n                    230,\n                    230,\n                    230\n                ],\n                [\n                    103,\n                    82,\n                    85\n                ],\n                [\n                    128,\n                    129,\n                    138\n                ],\n                [\n                    68,\n                    68,\n                    75\n                ],\n                [\n                    164,\n                    152,\n                    155\n                ],\n                [\n                    156,\n                    117,\n                    114\n                ],\n                [\n                    176,\n                    179,\n                    187\n                ],\n                [\n                    172,\n                    172,\n                    172\n                ]\n            ]\n        },\n        \"averageColor\": \"a3a2a6\",\n        \"dominantColors\": [\n            10,\n            9\n        ],\n        \"mimeType\": \"image/jpeg\",\n        \"sizeBytes\": 41491,\n        \"width\": 610,\n        \"height\": 814,\n        \"displayType\": \"JPEG\",\n        \"displaySize\": \"41KB\",\n        \"displayExtra\": \"610 x 814\",\n        \"facetSize\": 2,\n        \"previousVersions\": [],\n        \"slug\": \"finc_trs001_nvy_03\",\n        \"cachedProductIds\": [\n            \"62fd048a5ef36700186a04b0\"\n        ],\n        \"id\": \"62fd082f09c2f66bcc000027\",\n        \"hasReadAccess\": true,\n        \"hasWriteAccess\": true\n    },\n    {\n        \"accountId\": \"62fce77449ccd3001b067c4e\",\n        \"dateCreated\": \"2022-08-17T15:24:38.714Z\",\n        \"dateModify\": \"2022-08-17T15:24:38.714Z\",\n        \"staticPosition\": 5,\n        \"tags\": [],\n        \"comments\": [],\n        \"parent\": \"dam\",\n        \"classTreeNodeIds\": [\n            \"6339dd3021ae3635a6000039\"\n        ],\n        \"userId\": \"62f0d5395aadd0001c490a6a\",\n        \"cdnSandbox\": \"1a1d7cca\",\n        \"cdnSuffix\": \"\",\n        \"s3Key\": \"public/asset/raw/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000028/FINC_SHRT004_BLU_01.jpg\",\n        \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/raw/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000028/FINC_SHRT004_BLU_01.jpg\",\n        \"cdnPreviews\": {\n            \"smallRetina\": {\n                \"buffer\": {},\n                \"width\": 64,\n                \"height\": 64,\n                \"mimeType\": \"image/png\",\n                \"sizeBytes\": 16516,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000028/smallRetina/FINC_SHRT004_BLU_01.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000028/smallRetina/FINC_SHRT004_BLU_01.jpg\"\n            },\n            \"small\": {\n                \"buffer\": {},\n                \"width\": 32,\n                \"height\": 32,\n                \"mimeType\": \"image/png\",\n                \"sizeBytes\": 4196,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000028/small/FINC_SHRT004_BLU_01.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000028/small/FINC_SHRT004_BLU_01.jpg\"\n            },\n            \"mediumRetina\": {\n                \"buffer\": {},\n                \"width\": 150,\n                \"height\": 200,\n                \"mimeType\": \"image/jpeg\",\n                \"sizeBytes\": 3812,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000028/mediumRetina/FINC_SHRT004_BLU_01.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000028/mediumRetina/FINC_SHRT004_BLU_01.jpg\"\n            },\n            \"medium\": {\n                \"buffer\": {},\n                \"width\": 75,\n                \"height\": 100,\n                \"mimeType\": \"image/jpeg\",\n                \"sizeBytes\": 2328,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000028/medium/FINC_SHRT004_BLU_01.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000028/medium/FINC_SHRT004_BLU_01.jpg\"\n            }\n        },\n        \"filename\": \"FINC_SHRT004_BLU_01.jpg\",\n        \"flags\": [],\n        \"metadata\": {\n            \"Format\": {\n                \"File Size\": \"35.6KB\",\n                \"Width\": \"610px\",\n                \"Height\": \"814px\",\n                \"Aspect ratio\": \"~3:4\"\n            },\n            \"Palette\": [\n                [\n                    192,\n                    199,\n                    222\n                ],\n                [\n                    112,\n                    67,\n                    62\n                ],\n                [\n                    244,\n                    243,\n                    244\n                ],\n                [\n                    140,\n                    148,\n                    186\n                ],\n                [\n                    103,\n                    98,\n                    138\n                ],\n                [\n                    159,\n                    151,\n                    170\n                ],\n                [\n                    195,\n                    176,\n                    171\n                ],\n                [\n                    140,\n                    124,\n                    124\n                ],\n                [\n                    116,\n                    128,\n                    168\n                ]\n            ]\n        },\n        \"averageColor\": \"d4d3dc\",\n        \"dominantColors\": [\n            5,\n            0,\n            7\n        ],\n        \"mimeType\": \"image/jpeg\",\n        \"sizeBytes\": 36426,\n        \"width\": 610,\n        \"height\": 814,\n        \"displayType\": \"JPEG\",\n        \"displaySize\": \"36KB\",\n        \"displayExtra\": \"610 x 814\",\n        \"facetSize\": 2,\n        \"previousVersions\": [],\n        \"slug\": \"finc_shrt004_blu_01\",\n        \"cachedProductIds\": [\n            \"62fd048a5ef36700186a04c2\"\n        ],\n        \"id\": \"62fd082f09c2f66bcc000028\",\n        \"hasReadAccess\": true,\n        \"hasWriteAccess\": true\n    },\n    {\n        \"accountId\": \"62fce77449ccd3001b067c4e\",\n        \"dateCreated\": \"2022-08-17T15:24:39.051Z\",\n        \"dateModify\": \"2022-08-17T15:24:39.051Z\",\n        \"staticPosition\": 6,\n        \"tags\": [],\n        \"comments\": [],\n        \"parent\": \"dam\",\n        \"classTreeNodeIds\": [\n            \"6339dd3021ae3635a6000039\"\n        ],\n        \"userId\": \"62f0d5395aadd0001c490a6a\",\n        \"cdnSandbox\": \"1a1d7cca\",\n        \"cdnSuffix\": \"\",\n        \"s3Key\": \"public/asset/raw/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000029/FINC_SHRT003_WHT_01.jpg\",\n        \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/raw/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000029/FINC_SHRT003_WHT_01.jpg\",\n        \"cdnPreviews\": {\n            \"smallRetina\": {\n                \"buffer\": {},\n                \"width\": 64,\n                \"height\": 64,\n                \"mimeType\": \"image/png\",\n                \"sizeBytes\": 16516,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000029/smallRetina/FINC_SHRT003_WHT_01.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000029/smallRetina/FINC_SHRT003_WHT_01.jpg\"\n            },\n            \"small\": {\n                \"buffer\": {},\n                \"width\": 32,\n                \"height\": 32,\n                \"mimeType\": \"image/png\",\n                \"sizeBytes\": 4196,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000029/small/FINC_SHRT003_WHT_01.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000029/small/FINC_SHRT003_WHT_01.jpg\"\n            },\n            \"mediumRetina\": {\n                \"buffer\": {},\n                \"width\": 150,\n                \"height\": 200,\n                \"mimeType\": \"image/jpeg\",\n                \"sizeBytes\": 2947,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000029/mediumRetina/FINC_SHRT003_WHT_01.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000029/mediumRetina/FINC_SHRT003_WHT_01.jpg\"\n            },\n            \"medium\": {\n                \"buffer\": {},\n                \"width\": 75,\n                \"height\": 100,\n                \"mimeType\": \"image/jpeg\",\n                \"sizeBytes\": 1799,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000029/medium/FINC_SHRT003_WHT_01.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000029/medium/FINC_SHRT003_WHT_01.jpg\"\n            }\n        },\n        \"filename\": \"FINC_SHRT003_WHT_01.jpg\",\n        \"flags\": [],\n        \"metadata\": {\n            \"Format\": {\n                \"File Size\": \"25.5KB\",\n                \"Width\": \"610px\",\n                \"Height\": \"814px\",\n                \"Aspect ratio\": \"~3:4\"\n            },\n            \"Palette\": [\n                [\n                    69,\n                    67,\n                    82\n                ],\n                [\n                    241,\n                    240,\n                    242\n                ],\n                [\n                    159,\n                    157,\n                    165\n                ],\n                [\n                    132,\n                    124,\n                    132\n                ],\n                [\n                    132,\n                    132,\n                    141\n                ],\n                [\n                    140,\n                    135,\n                    140\n                ],\n                [\n                    188,\n                    188,\n                    194\n                ],\n                [\n                    203,\n                    201,\n                    206\n                ],\n                [\n                    196,\n                    196,\n                    196\n                ]\n            ]\n        },\n        \"averageColor\": \"e6e6e8\",\n        \"dominantColors\": [\n            9\n        ],\n        \"mimeType\": \"image/jpeg\",\n        \"sizeBytes\": 26061,\n        \"width\": 610,\n        \"height\": 814,\n        \"displayType\": \"JPEG\",\n        \"displaySize\": \"25KB\",\n        \"displayExtra\": \"610 x 814\",\n        \"facetSize\": 2,\n        \"previousVersions\": [],\n        \"slug\": \"finc_shrt003_wht_01\",\n        \"cachedProductIds\": [\n            \"62fd048a5ef36700186a04b9\"\n        ],\n        \"id\": \"62fd082f09c2f66bcc000029\",\n        \"hasReadAccess\": true,\n        \"hasWriteAccess\": true\n    },\n    {\n        \"accountId\": \"62fce77449ccd3001b067c4e\",\n        \"dateCreated\": \"2022-08-17T15:24:39.262Z\",\n        \"dateModify\": \"2022-08-17T15:24:39.262Z\",\n        \"staticPosition\": 7,\n        \"tags\": [],\n        \"comments\": [],\n        \"parent\": \"dam\",\n        \"classTreeNodeIds\": [\n            \"6339dd3021ae3635a6000039\"\n        ],\n        \"userId\": \"62f0d5395aadd0001c490a6a\",\n        \"cdnSandbox\": \"1a1d7cca\",\n        \"cdnSuffix\": \"\",\n        \"s3Key\": \"public/asset/raw/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc00002a/FINC_TRS001_NVY_02.jpg\",\n        \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/raw/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc00002a/FINC_TRS001_NVY_02.jpg\",\n        \"cdnPreviews\": {\n            \"smallRetina\": {\n                \"buffer\": {},\n                \"width\": 64,\n                \"height\": 64,\n                \"mimeType\": \"image/png\",\n                \"sizeBytes\": 16516,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc00002a/smallRetina/FINC_TRS001_NVY_02.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc00002a/smallRetina/FINC_TRS001_NVY_02.jpg\"\n            },\n            \"small\": {\n                \"buffer\": {},\n                \"width\": 32,\n                \"height\": 32,\n                \"mimeType\": \"image/png\",\n                \"sizeBytes\": 4196,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc00002a/small/FINC_TRS001_NVY_02.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc00002a/small/FINC_TRS001_NVY_02.jpg\"\n            },\n            \"mediumRetina\": {\n                \"buffer\": {},\n                \"width\": 150,\n                \"height\": 200,\n                \"mimeType\": \"image/jpeg\",\n                \"sizeBytes\": 4530,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc00002a/mediumRetina/FINC_TRS001_NVY_02.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc00002a/mediumRetina/FINC_TRS001_NVY_02.jpg\"\n            },\n            \"medium\": {\n                \"buffer\": {},\n                \"width\": 75,\n                \"height\": 100,\n                \"mimeType\": \"image/jpeg\",\n                \"sizeBytes\": 2838,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc00002a/medium/FINC_TRS001_NVY_02.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc00002a/medium/FINC_TRS001_NVY_02.jpg\"\n            }\n        },\n        \"filename\": \"FINC_TRS001_NVY_02.jpg\",\n        \"flags\": [],\n        \"metadata\": {\n            \"Format\": {\n                \"File Size\": \"38.9KB\",\n                \"Width\": \"610px\",\n                \"Height\": \"814px\",\n                \"Aspect ratio\": \"~3:4\"\n            },\n            \"Palette\": [\n                [\n                    34,\n                    33,\n                    43\n                ],\n                [\n                    231,\n                    231,\n                    231\n                ],\n                [\n                    132,\n                    98,\n                    104\n                ],\n                [\n                    144,\n                    142,\n                    146\n                ],\n                [\n                    215,\n                    148,\n                    148\n                ],\n                [\n                    168,\n                    116,\n                    115\n                ],\n                [\n                    100,\n                    100,\n                    104\n                ],\n                [\n                    187,\n                    186,\n                    188\n                ],\n                [\n                    172,\n                    172,\n                    172\n                ]\n            ]\n        },\n        \"averageColor\": \"a8a5a8\",\n        \"dominantColors\": [\n            10\n        ],\n        \"mimeType\": \"image/jpeg\",\n        \"sizeBytes\": 39838,\n        \"width\": 610,\n        \"height\": 814,\n        \"displayType\": \"JPEG\",\n        \"displaySize\": \"39KB\",\n        \"displayExtra\": \"610 x 814\",\n        \"facetSize\": 2,\n        \"previousVersions\": [],\n        \"slug\": \"finc_trs001_nvy_02\",\n        \"cachedProductIds\": [\n            \"62fd048a5ef36700186a04b0\"\n        ],\n        \"id\": \"62fd082f09c2f66bcc00002a\",\n        \"hasReadAccess\": true,\n        \"hasWriteAccess\": true\n    },\n    {\n        \"accountId\": \"62fce77449ccd3001b067c4e\",\n        \"dateCreated\": \"2022-08-17T15:24:40.985Z\",\n        \"dateModify\": \"2022-08-17T15:24:40.985Z\",\n        \"staticPosition\": 8,\n        \"tags\": [],\n        \"comments\": [],\n        \"parent\": \"dam\",\n        \"classTreeNodeIds\": [\n            \"6339dd3021ae3635a6000039\"\n        ],\n        \"userId\": \"62f0d5395aadd0001c490a6a\",\n        \"cdnSandbox\": \"1a1d7cca\",\n        \"cdnSuffix\": \"\",\n        \"s3Key\": \"public/asset/raw/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc00002b/FINC_SHRT004_WHT_01.jpg\",\n        \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/raw/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc00002b/FINC_SHRT004_WHT_01.jpg\",\n        \"cdnPreviews\": {\n            \"smallRetina\": {\n                \"buffer\": {},\n                \"width\": 64,\n                \"height\": 64,\n                \"mimeType\": \"image/png\",\n                \"sizeBytes\": 16516,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc00002b/smallRetina/FINC_SHRT004_WHT_01.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc00002b/smallRetina/FINC_SHRT004_WHT_01.jpg\"\n            },\n            \"small\": {\n                \"buffer\": {},\n                \"width\": 32,\n                \"height\": 32,\n                \"mimeType\": \"image/png\",\n                \"sizeBytes\": 4196,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc00002b/small/FINC_SHRT004_WHT_01.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc00002b/small/FINC_SHRT004_WHT_01.jpg\"\n            },\n            \"mediumRetina\": {\n                \"buffer\": {},\n                \"width\": 150,\n                \"height\": 200,\n                \"mimeType\": \"image/jpeg\",\n                \"sizeBytes\": 3079,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc00002b/mediumRetina/FINC_SHRT004_WHT_01.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc00002b/mediumRetina/FINC_SHRT004_WHT_01.jpg\"\n            },\n            \"medium\": {\n                \"buffer\": {},\n                \"width\": 75,\n                \"height\": 100,\n                \"mimeType\": \"image/jpeg\",\n                \"sizeBytes\": 1848,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc00002b/medium/FINC_SHRT004_WHT_01.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc00002b/medium/FINC_SHRT004_WHT_01.jpg\"\n            }\n        },\n        \"filename\": \"FINC_SHRT004_WHT_01.jpg\",\n        \"flags\": [],\n        \"metadata\": {\n            \"Format\": {\n                \"File Size\": \"30.9KB\",\n                \"Width\": \"610px\",\n                \"Height\": \"814px\",\n                \"Aspect ratio\": \"~3:4\"\n            },\n            \"Palette\": [\n                [\n                    104,\n                    86,\n                    108\n                ],\n                [\n                    241,\n                    240,\n                    242\n                ],\n                [\n                    172,\n                    165,\n                    177\n                ],\n                [\n                    132,\n                    119,\n                    156\n                ],\n                [\n                    149,\n                    140,\n                    148\n                ],\n                [\n                    144,\n                    142,\n                    166\n                ],\n                [\n                    204,\n                    201,\n                    208\n                ],\n                [\n                    197,\n                    193,\n                    196\n                ],\n                [\n                    188,\n                    188,\n                    191\n                ]\n            ]\n        },\n        \"averageColor\": \"e7e5e8\",\n        \"dominantColors\": [\n            9,\n            8\n        ],\n        \"mimeType\": \"image/jpeg\",\n        \"sizeBytes\": 31668,\n        \"width\": 610,\n        \"height\": 814,\n        \"displayType\": \"JPEG\",\n        \"displaySize\": \"31KB\",\n        \"displayExtra\": \"610 x 814\",\n        \"facetSize\": 2,\n        \"previousVersions\": [],\n        \"slug\": \"finc_shrt004_wht_01\",\n        \"cachedProductIds\": [\n            \"62fd048a5ef36700186a04bc\"\n        ],\n        \"id\": \"62fd082f09c2f66bcc00002b\",\n        \"hasReadAccess\": true,\n        \"hasWriteAccess\": true\n    },\n    {\n        \"accountId\": \"62fce77449ccd3001b067c4e\",\n        \"dateCreated\": \"2022-08-17T15:24:41.375Z\",\n        \"dateModify\": \"2022-08-17T15:24:41.375Z\",\n        \"staticPosition\": 9,\n        \"tags\": [],\n        \"comments\": [],\n        \"parent\": \"dam\",\n        \"classTreeNodeIds\": [\n            \"6339dd3021ae3635a6000039\"\n        ],\n        \"userId\": \"62f0d5395aadd0001c490a6a\",\n        \"cdnSandbox\": \"1a1d7cca\",\n        \"cdnSuffix\": \"\",\n        \"s3Key\": \"public/asset/raw/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc00002c/FINC_SHRT004_WHT_02.jpg\",\n        \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/raw/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc00002c/FINC_SHRT004_WHT_02.jpg\",\n        \"cdnPreviews\": {\n            \"smallRetina\": {\n                \"buffer\": {},\n                \"width\": 64,\n                \"height\": 64,\n                \"mimeType\": \"image/png\",\n                \"sizeBytes\": 16516,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc00002c/smallRetina/FINC_SHRT004_WHT_02.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc00002c/smallRetina/FINC_SHRT004_WHT_02.jpg\"\n            },\n            \"small\": {\n                \"buffer\": {},\n                \"width\": 32,\n                \"height\": 32,\n                \"mimeType\": \"image/png\",\n                \"sizeBytes\": 4196,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc00002c/small/FINC_SHRT004_WHT_02.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc00002c/small/FINC_SHRT004_WHT_02.jpg\"\n            },\n            \"mediumRetina\": {\n                \"buffer\": {},\n                \"width\": 150,\n                \"height\": 200,\n                \"mimeType\": \"image/jpeg\",\n                \"sizeBytes\": 2357,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc00002c/mediumRetina/FINC_SHRT004_WHT_02.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc00002c/mediumRetina/FINC_SHRT004_WHT_02.jpg\"\n            },\n            \"medium\": {\n                \"buffer\": {},\n                \"width\": 75,\n                \"height\": 100,\n                \"mimeType\": \"image/jpeg\",\n                \"sizeBytes\": 1508,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc00002c/medium/FINC_SHRT004_WHT_02.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc00002c/medium/FINC_SHRT004_WHT_02.jpg\"\n            }\n        },\n        \"filename\": \"FINC_SHRT004_WHT_02.jpg\",\n        \"flags\": [],\n        \"metadata\": {\n            \"Format\": {\n                \"File Size\": \"19.4KB\",\n                \"Width\": \"610px\",\n                \"Height\": \"814px\",\n                \"Aspect ratio\": \"~3:4\"\n            },\n            \"Palette\": [\n                [\n                    236,\n                    236,\n                    236\n                ],\n                [\n                    226,\n                    225,\n                    226\n                ],\n                [\n                    231,\n                    228,\n                    236\n                ],\n                [\n                    212,\n                    212,\n                    212\n                ],\n                [\n                    200,\n                    199,\n                    202\n                ],\n                [\n                    212,\n                    204,\n                    212\n                ],\n                [\n                    212,\n                    212,\n                    220\n                ],\n                [\n                    244,\n                    238,\n                    242\n                ],\n                [\n                    240,\n                    240,\n                    232\n                ]\n            ]\n        },\n        \"averageColor\": \"e6e5e7\",\n        \"dominantColors\": [\n            8,\n            9\n        ],\n        \"mimeType\": \"image/jpeg\",\n        \"sizeBytes\": 19824,\n        \"width\": 610,\n        \"height\": 814,\n        \"displayType\": \"JPEG\",\n        \"displaySize\": \"19KB\",\n        \"displayExtra\": \"610 x 814\",\n        \"facetSize\": 2,\n        \"previousVersions\": [],\n        \"slug\": \"finc_shrt004_wht_02\",\n        \"cachedProductIds\": [\n            \"62fd048a5ef36700186a04bc\"\n        ],\n        \"id\": \"62fd082f09c2f66bcc00002c\",\n        \"hasReadAccess\": true,\n        \"hasWriteAccess\": true\n    },\n    {\n        \"accountId\": \"62fce77449ccd3001b067c4e\",\n        \"dateCreated\": \"2022-08-17T15:24:41.615Z\",\n        \"dateModify\": \"2022-08-17T15:24:41.615Z\",\n        \"staticPosition\": 10,\n        \"tags\": [],\n        \"comments\": [],\n        \"parent\": \"dam\",\n        \"classTreeNodeIds\": [\n            \"6339dd3021ae3635a6000039\"\n        ],\n        \"userId\": \"62f0d5395aadd0001c490a6a\",\n        \"cdnSandbox\": \"1a1d7cca\",\n        \"cdnSuffix\": \"\",\n        \"s3Key\": \"public/asset/raw/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc00002d/FINC_SHRT004_BLK_01.jpg\",\n        \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/raw/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc00002d/FINC_SHRT004_BLK_01.jpg\",\n        \"cdnPreviews\": {\n            \"smallRetina\": {\n                \"buffer\": {},\n                \"width\": 64,\n                \"height\": 64,\n                \"mimeType\": \"image/png\",\n                \"sizeBytes\": 16516,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc00002d/smallRetina/FINC_SHRT004_BLK_01.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc00002d/smallRetina/FINC_SHRT004_BLK_01.jpg\"\n            },\n            \"small\": {\n                \"buffer\": {},\n                \"width\": 32,\n                \"height\": 32,\n                \"mimeType\": \"image/png\",\n                \"sizeBytes\": 4196,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc00002d/small/FINC_SHRT004_BLK_01.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc00002d/small/FINC_SHRT004_BLK_01.jpg\"\n            },\n            \"mediumRetina\": {\n                \"buffer\": {},\n                \"width\": 150,\n                \"height\": 200,\n                \"mimeType\": \"image/jpeg\",\n                \"sizeBytes\": 3382,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc00002d/mediumRetina/FINC_SHRT004_BLK_01.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc00002d/mediumRetina/FINC_SHRT004_BLK_01.jpg\"\n            },\n            \"medium\": {\n                \"buffer\": {},\n                \"width\": 75,\n                \"height\": 100,\n                \"mimeType\": \"image/jpeg\",\n                \"sizeBytes\": 2029,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc00002d/medium/FINC_SHRT004_BLK_01.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc00002d/medium/FINC_SHRT004_BLK_01.jpg\"\n            }\n        },\n        \"filename\": \"FINC_SHRT004_BLK_01.jpg\",\n        \"flags\": [],\n        \"metadata\": {\n            \"Format\": {\n                \"File Size\": \"34.8KB\",\n                \"Width\": \"610px\",\n                \"Height\": \"814px\",\n                \"Aspect ratio\": \"~3:4\"\n            },\n            \"Palette\": [\n                [\n                    238,\n                    238,\n                    238\n                ],\n                [\n                    37,\n                    37,\n                    38\n                ],\n                [\n                    107,\n                    97,\n                    117\n                ],\n                [\n                    84,\n                    74,\n                    99\n                ],\n                [\n                    156,\n                    156,\n                    156\n                ],\n                [\n                    72,\n                    67,\n                    77\n                ],\n                [\n                    91,\n                    92,\n                    101\n                ],\n                [\n                    148,\n                    148,\n                    148\n                ],\n                [\n                    124,\n                    108,\n                    148\n                ]\n            ]\n        },\n        \"averageColor\": \"9b9a9d\",\n        \"dominantColors\": [\n            10,\n            9\n        ],\n        \"mimeType\": \"image/jpeg\",\n        \"sizeBytes\": 35625,\n        \"width\": 610,\n        \"height\": 814,\n        \"displayType\": \"JPEG\",\n        \"displaySize\": \"35KB\",\n        \"displayExtra\": \"610 x 814\",\n        \"facetSize\": 2,\n        \"previousVersions\": [],\n        \"slug\": \"finc_shrt004_blk_01\",\n        \"cachedProductIds\": [\n            \"62fd048a5ef36700186a04bf\"\n        ],\n        \"id\": \"62fd082f09c2f66bcc00002d\",\n        \"hasReadAccess\": true,\n        \"hasWriteAccess\": true\n    },\n    {\n        \"accountId\": \"62fce77449ccd3001b067c4e\",\n        \"dateCreated\": \"2022-08-17T15:24:42.196Z\",\n        \"dateModify\": \"2022-08-17T15:24:42.196Z\",\n        \"staticPosition\": 11,\n        \"tags\": [],\n        \"comments\": [],\n        \"parent\": \"dam\",\n        \"classTreeNodeIds\": [\n            \"6339dd3021ae3635a6000039\"\n        ],\n        \"userId\": \"62f0d5395aadd0001c490a6a\",\n        \"cdnSandbox\": \"1a1d7cca\",\n        \"cdnSuffix\": \"\",\n        \"s3Key\": \"public/asset/raw/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc00002e/FINC_SHRT001_WHT_02.jpg\",\n        \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/raw/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc00002e/FINC_SHRT001_WHT_02.jpg\",\n        \"cdnPreviews\": {\n            \"smallRetina\": {\n                \"buffer\": {},\n                \"width\": 64,\n                \"height\": 64,\n                \"mimeType\": \"image/png\",\n                \"sizeBytes\": 16516,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc00002e/smallRetina/FINC_SHRT001_WHT_02.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc00002e/smallRetina/FINC_SHRT001_WHT_02.jpg\"\n            },\n            \"small\": {\n                \"buffer\": {},\n                \"width\": 32,\n                \"height\": 32,\n                \"mimeType\": \"image/png\",\n                \"sizeBytes\": 4196,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc00002e/small/FINC_SHRT001_WHT_02.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc00002e/small/FINC_SHRT001_WHT_02.jpg\"\n            },\n            \"mediumRetina\": {\n                \"buffer\": {},\n                \"width\": 150,\n                \"height\": 200,\n                \"mimeType\": \"image/jpeg\",\n                \"sizeBytes\": 3234,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc00002e/mediumRetina/FINC_SHRT001_WHT_02.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc00002e/mediumRetina/FINC_SHRT001_WHT_02.jpg\"\n            },\n            \"medium\": {\n                \"buffer\": {},\n                \"width\": 75,\n                \"height\": 100,\n                \"mimeType\": \"image/jpeg\",\n                \"sizeBytes\": 2032,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc00002e/medium/FINC_SHRT001_WHT_02.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc00002e/medium/FINC_SHRT001_WHT_02.jpg\"\n            }\n        },\n        \"filename\": \"FINC_SHRT001_WHT_02.jpg\",\n        \"flags\": [],\n        \"metadata\": {\n            \"Format\": {\n                \"File Size\": \"52.6KB\",\n                \"Width\": \"610px\",\n                \"Height\": \"814px\",\n                \"Aspect ratio\": \"~3:4\"\n            },\n            \"Palette\": [\n                [\n                    225,\n                    224,\n                    229\n                ],\n                [\n                    140,\n                    138,\n                    144\n                ],\n                [\n                    176,\n                    174,\n                    181\n                ],\n                [\n                    164,\n                    156,\n                    165\n                ],\n                [\n                    202,\n                    201,\n                    208\n                ],\n                [\n                    164,\n                    164,\n                    164\n                ],\n                [\n                    212,\n                    204,\n                    212\n                ],\n                [\n                    196,\n                    188,\n                    199\n                ],\n                [\n                    196,\n                    196,\n                    196\n                ]\n            ]\n        },\n        \"averageColor\": \"dcdbe1\",\n        \"dominantColors\": [\n            8,\n            9\n        ],\n        \"mimeType\": \"image/jpeg\",\n        \"sizeBytes\": 53827,\n        \"width\": 610,\n        \"height\": 814,\n        \"displayType\": \"JPEG\",\n        \"displaySize\": \"53KB\",\n        \"displayExtra\": \"610 x 814\",\n        \"facetSize\": 2,\n        \"previousVersions\": [],\n        \"slug\": \"finc_shrt001_wht_02\",\n        \"cachedProductIds\": [],\n        \"id\": \"62fd082f09c2f66bcc00002e\",\n        \"hasReadAccess\": true,\n        \"hasWriteAccess\": true\n    },\n    {\n        \"accountId\": \"62fce77449ccd3001b067c4e\",\n        \"dateCreated\": \"2022-08-17T15:24:43.600Z\",\n        \"dateModify\": \"2022-08-17T15:24:43.600Z\",\n        \"staticPosition\": 12,\n        \"tags\": [],\n        \"comments\": [],\n        \"parent\": \"dam\",\n        \"classTreeNodeIds\": [\n            \"6339dd3021ae3635a6000039\"\n        ],\n        \"userId\": \"62f0d5395aadd0001c490a6a\",\n        \"cdnSandbox\": \"1a1d7cca\",\n        \"cdnSuffix\": \"\",\n        \"s3Key\": \"public/asset/raw/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc00002f/FINC_SHRT004_BLK_02.jpg\",\n        \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/raw/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc00002f/FINC_SHRT004_BLK_02.jpg\",\n        \"cdnPreviews\": {\n            \"smallRetina\": {\n                \"buffer\": {},\n                \"width\": 64,\n                \"height\": 64,\n                \"mimeType\": \"image/png\",\n                \"sizeBytes\": 16516,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc00002f/smallRetina/FINC_SHRT004_BLK_02.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc00002f/smallRetina/FINC_SHRT004_BLK_02.jpg\"\n            },\n            \"small\": {\n                \"buffer\": {},\n                \"width\": 32,\n                \"height\": 32,\n                \"mimeType\": \"image/png\",\n                \"sizeBytes\": 4196,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc00002f/small/FINC_SHRT004_BLK_02.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc00002f/small/FINC_SHRT004_BLK_02.jpg\"\n            },\n            \"mediumRetina\": {\n                \"buffer\": {},\n                \"width\": 150,\n                \"height\": 200,\n                \"mimeType\": \"image/jpeg\",\n                \"sizeBytes\": 2908,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc00002f/mediumRetina/FINC_SHRT004_BLK_02.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc00002f/mediumRetina/FINC_SHRT004_BLK_02.jpg\"\n            },\n            \"medium\": {\n                \"buffer\": {},\n                \"width\": 75,\n                \"height\": 100,\n                \"mimeType\": \"image/jpeg\",\n                \"sizeBytes\": 1796,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc00002f/medium/FINC_SHRT004_BLK_02.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc00002f/medium/FINC_SHRT004_BLK_02.jpg\"\n            }\n        },\n        \"filename\": \"FINC_SHRT004_BLK_02.jpg\",\n        \"flags\": [],\n        \"metadata\": {\n            \"Format\": {\n                \"File Size\": \"47.7KB\",\n                \"Width\": \"610px\",\n                \"Height\": \"814px\",\n                \"Aspect ratio\": \"~3:4\"\n            },\n            \"Palette\": [\n                [\n                    42,\n                    42,\n                    42\n                ],\n                [\n                    8,\n                    7,\n                    6\n                ],\n                [\n                    51,\n                    52,\n                    52\n                ],\n                [\n                    48,\n                    44,\n                    52\n                ],\n                [\n                    20,\n                    20,\n                    12\n                ],\n                [\n                    28,\n                    27,\n                    26\n                ],\n                [\n                    20,\n                    20,\n                    20\n                ],\n                [\n                    20,\n                    12,\n                    12\n                ],\n                [\n                    62,\n                    60,\n                    62\n                ]\n            ]\n        },\n        \"averageColor\": 282828,\n        \"dominantColors\": [\n            10\n        ],\n        \"mimeType\": \"image/jpeg\",\n        \"sizeBytes\": 48892,\n        \"width\": 610,\n        \"height\": 814,\n        \"displayType\": \"JPEG\",\n        \"displaySize\": \"48KB\",\n        \"displayExtra\": \"610 x 814\",\n        \"facetSize\": 2,\n        \"previousVersions\": [],\n        \"slug\": \"finc_shrt004_blk_02\",\n        \"cachedProductIds\": [\n            \"62fd048a5ef36700186a04bf\"\n        ],\n        \"id\": \"62fd082f09c2f66bcc00002f\",\n        \"hasReadAccess\": true,\n        \"hasWriteAccess\": true\n    },\n    {\n        \"accountId\": \"62fce77449ccd3001b067c4e\",\n        \"dateCreated\": \"2022-08-17T15:24:44.699Z\",\n        \"dateModify\": \"2022-08-17T15:24:44.699Z\",\n        \"staticPosition\": 13,\n        \"tags\": [],\n        \"comments\": [],\n        \"parent\": \"dam\",\n        \"classTreeNodeIds\": [\n            \"6339dd3021ae3635a6000039\"\n        ],\n        \"userId\": \"62f0d5395aadd0001c490a6a\",\n        \"cdnSandbox\": \"1a1d7cca\",\n        \"cdnSuffix\": \"\",\n        \"s3Key\": \"public/asset/raw/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000030/FINC_SHRT001_WHT_01.jpg\",\n        \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/raw/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000030/FINC_SHRT001_WHT_01.jpg\",\n        \"cdnPreviews\": {\n            \"smallRetina\": {\n                \"buffer\": {},\n                \"width\": 64,\n                \"height\": 64,\n                \"mimeType\": \"image/png\",\n                \"sizeBytes\": 16516,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000030/smallRetina/FINC_SHRT001_WHT_01.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000030/smallRetina/FINC_SHRT001_WHT_01.jpg\"\n            },\n            \"small\": {\n                \"buffer\": {},\n                \"width\": 32,\n                \"height\": 32,\n                \"mimeType\": \"image/png\",\n                \"sizeBytes\": 4196,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000030/small/FINC_SHRT001_WHT_01.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000030/small/FINC_SHRT001_WHT_01.jpg\"\n            },\n            \"mediumRetina\": {\n                \"buffer\": {},\n                \"width\": 150,\n                \"height\": 200,\n                \"mimeType\": \"image/jpeg\",\n                \"sizeBytes\": 3262,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000030/mediumRetina/FINC_SHRT001_WHT_01.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000030/mediumRetina/FINC_SHRT001_WHT_01.jpg\"\n            },\n            \"medium\": {\n                \"buffer\": {},\n                \"width\": 75,\n                \"height\": 100,\n                \"mimeType\": \"image/jpeg\",\n                \"sizeBytes\": 1981,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000030/medium/FINC_SHRT001_WHT_01.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000030/medium/FINC_SHRT001_WHT_01.jpg\"\n            }\n        },\n        \"filename\": \"FINC_SHRT001_WHT_01.jpg\",\n        \"flags\": [],\n        \"metadata\": {\n            \"Format\": {\n                \"File Size\": \"30.0KB\",\n                \"Width\": \"610px\",\n                \"Height\": \"814px\",\n                \"Aspect ratio\": \"~3:4\"\n            },\n            \"Palette\": [\n                [\n                    239,\n                    239,\n                    243\n                ],\n                [\n                    109,\n                    115,\n                    148\n                ],\n                [\n                    159,\n                    174,\n                    195\n                ],\n                [\n                    146,\n                    137,\n                    170\n                ],\n                [\n                    132,\n                    156,\n                    182\n                ],\n                [\n                    189,\n                    186,\n                    204\n                ],\n                [\n                    199,\n                    203,\n                    215\n                ],\n                [\n                    150,\n                    154,\n                    164\n                ],\n                [\n                    193,\n                    196,\n                    204\n                ]\n            ]\n        },\n        \"averageColor\": \"e8e9ed\",\n        \"mimeType\": \"image/jpeg\",\n        \"sizeBytes\": 30710,\n        \"width\": 610,\n        \"height\": 814,\n        \"displayType\": \"JPEG\",\n        \"displaySize\": \"30KB\",\n        \"displayExtra\": \"610 x 814\",\n        \"facetSize\": 2,\n        \"previousVersions\": [],\n        \"slug\": \"finc_shrt001_wht_01\",\n        \"cachedProductIds\": [],\n        \"id\": \"62fd082f09c2f66bcc000030\",\n        \"hasReadAccess\": true,\n        \"hasWriteAccess\": true\n    },\n    {\n        \"accountId\": \"62fce77449ccd3001b067c4e\",\n        \"dateCreated\": \"2022-08-17T15:24:44.101Z\",\n        \"dateModify\": \"2022-08-17T15:24:44.101Z\",\n        \"staticPosition\": 14,\n        \"tags\": [],\n        \"comments\": [],\n        \"parent\": \"dam\",\n        \"classTreeNodeIds\": [\n            \"6339dd3021ae3635a6000039\"\n        ],\n        \"userId\": \"62f0d5395aadd0001c490a6a\",\n        \"cdnSandbox\": \"1a1d7cca\",\n        \"cdnSuffix\": \"\",\n        \"s3Key\": \"public/asset/raw/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000031/FINC_SHRT002_WHT_02.jpg\",\n        \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/raw/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000031/FINC_SHRT002_WHT_02.jpg\",\n        \"cdnPreviews\": {\n            \"smallRetina\": {\n                \"buffer\": {},\n                \"width\": 64,\n                \"height\": 64,\n                \"mimeType\": \"image/png\",\n                \"sizeBytes\": 16516,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000031/smallRetina/FINC_SHRT002_WHT_02.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000031/smallRetina/FINC_SHRT002_WHT_02.jpg\"\n            },\n            \"small\": {\n                \"buffer\": {},\n                \"width\": 32,\n                \"height\": 32,\n                \"mimeType\": \"image/png\",\n                \"sizeBytes\": 4196,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000031/small/FINC_SHRT002_WHT_02.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000031/small/FINC_SHRT002_WHT_02.jpg\"\n            },\n            \"mediumRetina\": {\n                \"buffer\": {},\n                \"width\": 150,\n                \"height\": 200,\n                \"mimeType\": \"image/jpeg\",\n                \"sizeBytes\": 2010,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000031/mediumRetina/FINC_SHRT002_WHT_02.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000031/mediumRetina/FINC_SHRT002_WHT_02.jpg\"\n            },\n            \"medium\": {\n                \"buffer\": {},\n                \"width\": 75,\n                \"height\": 100,\n                \"mimeType\": \"image/jpeg\",\n                \"sizeBytes\": 1289,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000031/medium/FINC_SHRT002_WHT_02.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000031/medium/FINC_SHRT002_WHT_02.jpg\"\n            }\n        },\n        \"filename\": \"FINC_SHRT002_WHT_02.jpg\",\n        \"flags\": [],\n        \"metadata\": {\n            \"Format\": {\n                \"File Size\": \"11.5KB\",\n                \"Width\": \"610px\",\n                \"Height\": \"814px\",\n                \"Aspect ratio\": \"~3:4\"\n            },\n            \"Palette\": [\n                [\n                    244,\n                    244,\n                    244\n                ],\n                [\n                    239,\n                    236,\n                    241\n                ],\n                [\n                    228,\n                    228,\n                    234\n                ],\n                [\n                    236,\n                    228,\n                    236\n                ],\n                [\n                    244,\n                    244,\n                    236\n                ],\n                [\n                    236,\n                    236,\n                    228\n                ],\n                [\n                    252,\n                    252,\n                    252\n                ],\n                [\n                    248,\n                    248,\n                    248\n                ],\n                [\n                    248,\n                    248,\n                    248\n                ]\n            ]\n        },\n        \"averageColor\": \"f2f1f3\",\n        \"dominantColors\": [\n            8\n        ],\n        \"mimeType\": \"image/jpeg\",\n        \"sizeBytes\": 11736,\n        \"width\": 610,\n        \"height\": 814,\n        \"displayType\": \"JPEG\",\n        \"displaySize\": \"11KB\",\n        \"displayExtra\": \"610 x 814\",\n        \"facetSize\": 2,\n        \"previousVersions\": [],\n        \"slug\": \"finc_shrt002_wht_02\",\n        \"cachedProductIds\": [\n            \"62fd048a5ef36700186a04b6\"\n        ],\n        \"id\": \"62fd082f09c2f66bcc000031\",\n        \"hasReadAccess\": true,\n        \"hasWriteAccess\": true\n    },\n    {\n        \"accountId\": \"62fce77449ccd3001b067c4e\",\n        \"dateCreated\": \"2022-08-17T15:24:44.443Z\",\n        \"dateModify\": \"2022-08-17T15:24:44.443Z\",\n        \"staticPosition\": 15,\n        \"tags\": [],\n        \"comments\": [],\n        \"parent\": \"dam\",\n        \"classTreeNodeIds\": [\n            \"6339dd3021ae3635a6000039\"\n        ],\n        \"userId\": \"62f0d5395aadd0001c490a6a\",\n        \"cdnSandbox\": \"1a1d7cca\",\n        \"cdnSuffix\": \"\",\n        \"s3Key\": \"public/asset/raw/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000032/FINC_TRS001_BLK_04.jpg\",\n        \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/raw/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000032/FINC_TRS001_BLK_04.jpg\",\n        \"cdnPreviews\": {\n            \"smallRetina\": {\n                \"buffer\": {},\n                \"width\": 64,\n                \"height\": 64,\n                \"mimeType\": \"image/png\",\n                \"sizeBytes\": 16516,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000032/smallRetina/FINC_TRS001_BLK_04.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000032/smallRetina/FINC_TRS001_BLK_04.jpg\"\n            },\n            \"small\": {\n                \"buffer\": {},\n                \"width\": 32,\n                \"height\": 32,\n                \"mimeType\": \"image/png\",\n                \"sizeBytes\": 4196,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000032/small/FINC_TRS001_BLK_04.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000032/small/FINC_TRS001_BLK_04.jpg\"\n            },\n            \"mediumRetina\": {\n                \"buffer\": {},\n                \"width\": 150,\n                \"height\": 200,\n                \"mimeType\": \"image/jpeg\",\n                \"sizeBytes\": 2784,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000032/mediumRetina/FINC_TRS001_BLK_04.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000032/mediumRetina/FINC_TRS001_BLK_04.jpg\"\n            },\n            \"medium\": {\n                \"buffer\": {},\n                \"width\": 75,\n                \"height\": 100,\n                \"mimeType\": \"image/jpeg\",\n                \"sizeBytes\": 1734,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000032/medium/FINC_TRS001_BLK_04.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000032/medium/FINC_TRS001_BLK_04.jpg\"\n            }\n        },\n        \"filename\": \"FINC_TRS001_BLK_04.jpg\",\n        \"flags\": [],\n        \"metadata\": {\n            \"Format\": {\n                \"File Size\": \"17.0KB\",\n                \"Width\": \"610px\",\n                \"Height\": \"814px\",\n                \"Aspect ratio\": \"~3:4\"\n            },\n            \"Palette\": [\n                [\n                    41,\n                    38,\n                    39\n                ],\n                [\n                    243,\n                    243,\n                    243\n                ],\n                [\n                    159,\n                    159,\n                    159\n                ],\n                [\n                    124,\n                    124,\n                    124\n                ],\n                [\n                    133,\n                    132,\n                    132\n                ],\n                [\n                    132,\n                    124,\n                    124\n                ],\n                [\n                    188,\n                    188,\n                    188\n                ],\n                [\n                    200,\n                    199,\n                    199\n                ],\n                [\n                    188,\n                    180,\n                    188\n                ]\n            ]\n        },\n        \"averageColor\": \"cac9ca\",\n        \"dominantColors\": [\n            10\n        ],\n        \"mimeType\": \"image/jpeg\",\n        \"sizeBytes\": 17453,\n        \"width\": 610,\n        \"height\": 814,\n        \"displayType\": \"JPEG\",\n        \"displaySize\": \"17KB\",\n        \"displayExtra\": \"610 x 814\",\n        \"facetSize\": 2,\n        \"previousVersions\": [],\n        \"slug\": \"finc_trs001_blk_04\",\n        \"cachedProductIds\": [\n            \"62fd048a5ef36700186a04ad\"\n        ],\n        \"id\": \"62fd082f09c2f66bcc000032\",\n        \"hasReadAccess\": true,\n        \"hasWriteAccess\": true\n    },\n    {\n        \"accountId\": \"62fce77449ccd3001b067c4e\",\n        \"dateCreated\": \"2022-08-17T15:24:47.640Z\",\n        \"dateModify\": \"2022-08-17T15:24:47.640Z\",\n        \"staticPosition\": 16,\n        \"tags\": [],\n        \"comments\": [],\n        \"parent\": \"dam\",\n        \"classTreeNodeIds\": [\n            \"6339dd3021ae3635a6000039\"\n        ],\n        \"userId\": \"62f0d5395aadd0001c490a6a\",\n        \"cdnSandbox\": \"1a1d7cca\",\n        \"cdnSuffix\": \"\",\n        \"s3Key\": \"public/asset/raw/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000033/FINC_TRS001_BLK_05.jpg\",\n        \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/raw/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000033/FINC_TRS001_BLK_05.jpg\",\n        \"cdnPreviews\": {\n            \"smallRetina\": {\n                \"buffer\": {},\n                \"width\": 64,\n                \"height\": 64,\n                \"mimeType\": \"image/png\",\n                \"sizeBytes\": 16516,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000033/smallRetina/FINC_TRS001_BLK_05.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000033/smallRetina/FINC_TRS001_BLK_05.jpg\"\n            },\n            \"small\": {\n                \"buffer\": {},\n                \"width\": 32,\n                \"height\": 32,\n                \"mimeType\": \"image/png\",\n                \"sizeBytes\": 4196,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000033/small/FINC_TRS001_BLK_05.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000033/small/FINC_TRS001_BLK_05.jpg\"\n            },\n            \"mediumRetina\": {\n                \"buffer\": {},\n                \"width\": 150,\n                \"height\": 200,\n                \"mimeType\": \"image/jpeg\",\n                \"sizeBytes\": 2796,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000033/mediumRetina/FINC_TRS001_BLK_05.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000033/mediumRetina/FINC_TRS001_BLK_05.jpg\"\n            },\n            \"medium\": {\n                \"buffer\": {},\n                \"width\": 75,\n                \"height\": 100,\n                \"mimeType\": \"image/jpeg\",\n                \"sizeBytes\": 1754,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000033/medium/FINC_TRS001_BLK_05.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000033/medium/FINC_TRS001_BLK_05.jpg\"\n            }\n        },\n        \"filename\": \"FINC_TRS001_BLK_05.jpg\",\n        \"flags\": [],\n        \"metadata\": {\n            \"Format\": {\n                \"File Size\": \"17.1KB\",\n                \"Width\": \"610px\",\n                \"Height\": \"814px\",\n                \"Aspect ratio\": \"~3:4\"\n            },\n            \"Palette\": [\n                [\n                    37,\n                    35,\n                    36\n                ],\n                [\n                    243,\n                    243,\n                    243\n                ],\n                [\n                    124,\n                    124,\n                    124\n                ],\n                [\n                    162,\n                    161,\n                    162\n                ],\n                [\n                    133,\n                    132,\n                    132\n                ],\n                [\n                    132,\n                    124,\n                    132\n                ],\n                [\n                    188,\n                    188,\n                    188\n                ],\n                [\n                    200,\n                    200,\n                    201\n                ],\n                [\n                    188,\n                    180,\n                    188\n                ]\n            ]\n        },\n        \"averageColor\": \"cbcaca\",\n        \"dominantColors\": [\n            10,\n            9\n        ],\n        \"mimeType\": \"image/jpeg\",\n        \"sizeBytes\": 17548,\n        \"width\": 610,\n        \"height\": 814,\n        \"displayType\": \"JPEG\",\n        \"displaySize\": \"17KB\",\n        \"displayExtra\": \"610 x 814\",\n        \"facetSize\": 2,\n        \"previousVersions\": [],\n        \"slug\": \"finc_trs001_blk_05\",\n        \"cachedProductIds\": [\n            \"62fd048a5ef36700186a04ad\"\n        ],\n        \"id\": \"62fd082f09c2f66bcc000033\",\n        \"hasReadAccess\": true,\n        \"hasWriteAccess\": true\n    },\n    {\n        \"accountId\": \"62fce77449ccd3001b067c4e\",\n        \"dateCreated\": \"2022-08-17T15:24:47.687Z\",\n        \"dateModify\": \"2022-08-17T15:24:47.687Z\",\n        \"staticPosition\": 17,\n        \"tags\": [],\n        \"comments\": [],\n        \"parent\": \"dam\",\n        \"classTreeNodeIds\": [\n            \"6339dd3021ae3635a6000039\"\n        ],\n        \"userId\": \"62f0d5395aadd0001c490a6a\",\n        \"cdnSandbox\": \"1a1d7cca\",\n        \"cdnSuffix\": \"\",\n        \"s3Key\": \"public/asset/raw/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000034/FINC_SHRT002_WHT_01.jpg\",\n        \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/raw/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000034/FINC_SHRT002_WHT_01.jpg\",\n        \"cdnPreviews\": {\n            \"smallRetina\": {\n                \"buffer\": {},\n                \"width\": 64,\n                \"height\": 64,\n                \"mimeType\": \"image/png\",\n                \"sizeBytes\": 16516,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000034/smallRetina/FINC_SHRT002_WHT_01.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000034/smallRetina/FINC_SHRT002_WHT_01.jpg\"\n            },\n            \"small\": {\n                \"buffer\": {},\n                \"width\": 32,\n                \"height\": 32,\n                \"mimeType\": \"image/png\",\n                \"sizeBytes\": 4196,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000034/small/FINC_SHRT002_WHT_01.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000034/small/FINC_SHRT002_WHT_01.jpg\"\n            },\n            \"mediumRetina\": {\n                \"buffer\": {},\n                \"width\": 150,\n                \"height\": 200,\n                \"mimeType\": \"image/jpeg\",\n                \"sizeBytes\": 2950,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000034/mediumRetina/FINC_SHRT002_WHT_01.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000034/mediumRetina/FINC_SHRT002_WHT_01.jpg\"\n            },\n            \"medium\": {\n                \"buffer\": {},\n                \"width\": 75,\n                \"height\": 100,\n                \"mimeType\": \"image/jpeg\",\n                \"sizeBytes\": 1818,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000034/medium/FINC_SHRT002_WHT_01.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000034/medium/FINC_SHRT002_WHT_01.jpg\"\n            }\n        },\n        \"filename\": \"FINC_SHRT002_WHT_01.jpg\",\n        \"flags\": [],\n        \"metadata\": {\n            \"Format\": {\n                \"File Size\": \"28.9KB\",\n                \"Width\": \"610px\",\n                \"Height\": \"814px\",\n                \"Aspect ratio\": \"~3:4\"\n            },\n            \"Palette\": [\n                [\n                    156,\n                    120,\n                    121\n                ],\n                [\n                    241,\n                    240,\n                    242\n                ],\n                [\n                    180,\n                    149,\n                    143\n                ],\n                [\n                    185,\n                    170,\n                    177\n                ],\n                [\n                    156,\n                    148,\n                    167\n                ],\n                [\n                    213,\n                    205,\n                    210\n                ],\n                [\n                    156,\n                    140,\n                    172\n                ],\n                [\n                    206,\n                    196,\n                    188\n                ],\n                [\n                    196,\n                    196,\n                    206\n                ]\n            ]\n        },\n        \"averageColor\": \"ece8e9\",\n        \"dominantColors\": [\n            9\n        ],\n        \"mimeType\": \"image/jpeg\",\n        \"sizeBytes\": 29593,\n        \"width\": 610,\n        \"height\": 814,\n        \"displayType\": \"JPEG\",\n        \"displaySize\": \"29KB\",\n        \"displayExtra\": \"610 x 814\",\n        \"facetSize\": 2,\n        \"previousVersions\": [],\n        \"slug\": \"finc_shrt002_wht_01\",\n        \"cachedProductIds\": [\n            \"62fd048a5ef36700186a04b6\"\n        ],\n        \"id\": \"62fd082f09c2f66bcc000034\",\n        \"hasReadAccess\": true,\n        \"hasWriteAccess\": true\n    },\n    {\n        \"accountId\": \"62fce77449ccd3001b067c4e\",\n        \"dateCreated\": \"2022-08-17T15:24:47.855Z\",\n        \"dateModify\": \"2022-08-17T15:24:47.855Z\",\n        \"staticPosition\": 18,\n        \"tags\": [],\n        \"comments\": [],\n        \"parent\": \"dam\",\n        \"classTreeNodeIds\": [\n            \"6339dd3021ae3635a6000039\"\n        ],\n        \"userId\": \"62f0d5395aadd0001c490a6a\",\n        \"cdnSandbox\": \"1a1d7cca\",\n        \"cdnSuffix\": \"\",\n        \"s3Key\": \"public/asset/raw/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000035/FINC_TRS001_BLK_02.jpg\",\n        \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/raw/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000035/FINC_TRS001_BLK_02.jpg\",\n        \"cdnPreviews\": {\n            \"smallRetina\": {\n                \"buffer\": {},\n                \"width\": 64,\n                \"height\": 64,\n                \"mimeType\": \"image/png\",\n                \"sizeBytes\": 16516,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000035/smallRetina/FINC_TRS001_BLK_02.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000035/smallRetina/FINC_TRS001_BLK_02.jpg\"\n            },\n            \"small\": {\n                \"buffer\": {},\n                \"width\": 32,\n                \"height\": 32,\n                \"mimeType\": \"image/png\",\n                \"sizeBytes\": 4196,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000035/small/FINC_TRS001_BLK_02.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000035/small/FINC_TRS001_BLK_02.jpg\"\n            },\n            \"mediumRetina\": {\n                \"buffer\": {},\n                \"width\": 150,\n                \"height\": 200,\n                \"mimeType\": \"image/jpeg\",\n                \"sizeBytes\": 3820,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000035/mediumRetina/FINC_TRS001_BLK_02.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000035/mediumRetina/FINC_TRS001_BLK_02.jpg\"\n            },\n            \"medium\": {\n                \"buffer\": {},\n                \"width\": 75,\n                \"height\": 100,\n                \"mimeType\": \"image/jpeg\",\n                \"sizeBytes\": 2344,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000035/medium/FINC_TRS001_BLK_02.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000035/medium/FINC_TRS001_BLK_02.jpg\"\n            }\n        },\n        \"filename\": \"FINC_TRS001_BLK_02.jpg\",\n        \"flags\": [],\n        \"metadata\": {\n            \"Format\": {\n                \"File Size\": \"32.6KB\",\n                \"Width\": \"610px\",\n                \"Height\": \"814px\",\n                \"Aspect ratio\": \"~3:4\"\n            },\n            \"Palette\": [\n                [\n                    42,\n                    42,\n                    42\n                ],\n                [\n                    241,\n                    241,\n                    241\n                ],\n                [\n                    190,\n                    161,\n                    156\n                ],\n                [\n                    122,\n                    122,\n                    124\n                ],\n                [\n                    220,\n                    195,\n                    191\n                ],\n                [\n                    148,\n                    116,\n                    108\n                ],\n                [\n                    180,\n                    179,\n                    180\n                ],\n                [\n                    156,\n                    124,\n                    124\n                ],\n                [\n                    232,\n                    180,\n                    180\n                ]\n            ]\n        },\n        \"averageColor\": \"bebdbd\",\n        \"dominantColors\": [\n            10,\n            9\n        ],\n        \"mimeType\": \"image/jpeg\",\n        \"sizeBytes\": 33395,\n        \"width\": 610,\n        \"height\": 814,\n        \"displayType\": \"JPEG\",\n        \"displaySize\": \"33KB\",\n        \"displayExtra\": \"610 x 814\",\n        \"facetSize\": 2,\n        \"previousVersions\": [],\n        \"slug\": \"finc_trs001_blk_02\",\n        \"cachedProductIds\": [\n            \"62fd048a5ef36700186a04ad\"\n        ],\n        \"id\": \"62fd082f09c2f66bcc000035\",\n        \"hasReadAccess\": true,\n        \"hasWriteAccess\": true\n    },\n    {\n        \"accountId\": \"62fce77449ccd3001b067c4e\",\n        \"dateCreated\": \"2022-08-17T15:24:47.956Z\",\n        \"dateModify\": \"2022-08-17T15:24:47.956Z\",\n        \"staticPosition\": 19,\n        \"tags\": [],\n        \"comments\": [],\n        \"parent\": \"dam\",\n        \"classTreeNodeIds\": [\n            \"6339dd3021ae3635a6000039\"\n        ],\n        \"userId\": \"62f0d5395aadd0001c490a6a\",\n        \"cdnSandbox\": \"1a1d7cca\",\n        \"cdnSuffix\": \"\",\n        \"s3Key\": \"public/asset/raw/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000036/FINC_TRS001_BLK_03.jpg\",\n        \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/raw/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000036/FINC_TRS001_BLK_03.jpg\",\n        \"cdnPreviews\": {\n            \"smallRetina\": {\n                \"buffer\": {},\n                \"width\": 64,\n                \"height\": 64,\n                \"mimeType\": \"image/png\",\n                \"sizeBytes\": 16516,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000036/smallRetina/FINC_TRS001_BLK_03.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000036/smallRetina/FINC_TRS001_BLK_03.jpg\"\n            },\n            \"small\": {\n                \"buffer\": {},\n                \"width\": 32,\n                \"height\": 32,\n                \"mimeType\": \"image/png\",\n                \"sizeBytes\": 4196,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000036/small/FINC_TRS001_BLK_03.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000036/small/FINC_TRS001_BLK_03.jpg\"\n            },\n            \"mediumRetina\": {\n                \"buffer\": {},\n                \"width\": 150,\n                \"height\": 200,\n                \"mimeType\": \"image/jpeg\",\n                \"sizeBytes\": 4270,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000036/mediumRetina/FINC_TRS001_BLK_03.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000036/mediumRetina/FINC_TRS001_BLK_03.jpg\"\n            },\n            \"medium\": {\n                \"buffer\": {},\n                \"width\": 75,\n                \"height\": 100,\n                \"mimeType\": \"image/jpeg\",\n                \"sizeBytes\": 2605,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000036/medium/FINC_TRS001_BLK_03.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000036/medium/FINC_TRS001_BLK_03.jpg\"\n            }\n        },\n        \"filename\": \"FINC_TRS001_BLK_03.jpg\",\n        \"flags\": [],\n        \"metadata\": {\n            \"Format\": {\n                \"File Size\": \"37.1KB\",\n                \"Width\": \"610px\",\n                \"Height\": \"814px\",\n                \"Aspect ratio\": \"~3:4\"\n            },\n            \"Palette\": [\n                [\n                    32,\n                    31,\n                    31\n                ],\n                [\n                    236,\n                    235,\n                    235\n                ],\n                [\n                    101,\n                    100,\n                    101\n                ],\n                [\n                    149,\n                    141,\n                    139\n                ],\n                [\n                    151,\n                    88,\n                    75\n                ],\n                [\n                    156,\n                    110,\n                    100\n                ],\n                [\n                    168,\n                    167,\n                    171\n                ],\n                [\n                    189,\n                    184,\n                    184\n                ],\n                [\n                    209,\n                    172,\n                    166\n                ]\n            ]\n        },\n        \"averageColor\": \"a9a7a7\",\n        \"dominantColors\": [\n            10,\n            9\n        ],\n        \"mimeType\": \"image/jpeg\",\n        \"sizeBytes\": 38037,\n        \"width\": 610,\n        \"height\": 814,\n        \"displayType\": \"JPEG\",\n        \"displaySize\": \"37KB\",\n        \"displayExtra\": \"610 x 814\",\n        \"facetSize\": 2,\n        \"previousVersions\": [],\n        \"slug\": \"finc_trs001_blk_03\",\n        \"cachedProductIds\": [\n            \"62fd048a5ef36700186a04ad\"\n        ],\n        \"id\": \"62fd082f09c2f66bcc000036\",\n        \"hasReadAccess\": true,\n        \"hasWriteAccess\": true\n    },\n    {\n        \"accountId\": \"62fce77449ccd3001b067c4e\",\n        \"dateCreated\": \"2022-08-17T15:24:48.707Z\",\n        \"dateModify\": \"2022-08-17T15:24:48.707Z\",\n        \"staticPosition\": 20,\n        \"tags\": [],\n        \"comments\": [],\n        \"parent\": \"dam\",\n        \"classTreeNodeIds\": [\n            \"6339dd3021ae3635a6000039\"\n        ],\n        \"userId\": \"62f0d5395aadd0001c490a6a\",\n        \"cdnSandbox\": \"1a1d7cca\",\n        \"cdnSuffix\": \"\",\n        \"s3Key\": \"public/asset/raw/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000037/FINC_TRS001_BLK_01.jpg\",\n        \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/raw/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000037/FINC_TRS001_BLK_01.jpg\",\n        \"cdnPreviews\": {\n            \"smallRetina\": {\n                \"buffer\": {},\n                \"width\": 64,\n                \"height\": 64,\n                \"mimeType\": \"image/png\",\n                \"sizeBytes\": 16516,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000037/smallRetina/FINC_TRS001_BLK_01.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000037/smallRetina/FINC_TRS001_BLK_01.jpg\"\n            },\n            \"small\": {\n                \"buffer\": {},\n                \"width\": 32,\n                \"height\": 32,\n                \"mimeType\": \"image/png\",\n                \"sizeBytes\": 4196,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000037/small/FINC_TRS001_BLK_01.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000037/small/FINC_TRS001_BLK_01.jpg\"\n            },\n            \"mediumRetina\": {\n                \"buffer\": {},\n                \"width\": 150,\n                \"height\": 200,\n                \"mimeType\": \"image/jpeg\",\n                \"sizeBytes\": 4375,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000037/mediumRetina/FINC_TRS001_BLK_01.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000037/mediumRetina/FINC_TRS001_BLK_01.jpg\"\n            },\n            \"medium\": {\n                \"buffer\": {},\n                \"width\": 75,\n                \"height\": 100,\n                \"mimeType\": \"image/jpeg\",\n                \"sizeBytes\": 2633,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000037/medium/FINC_TRS001_BLK_01.jpg\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000037/medium/FINC_TRS001_BLK_01.jpg\"\n            }\n        },\n        \"filename\": \"FINC_TRS001_BLK_01.jpg\",\n        \"flags\": [],\n        \"metadata\": {\n            \"Format\": {\n                \"File Size\": \"36.5KB\",\n                \"Width\": \"610px\",\n                \"Height\": \"814px\",\n                \"Aspect ratio\": \"~3:4\"\n            },\n            \"Palette\": [\n                [\n                    38,\n                    37,\n                    38\n                ],\n                [\n                    240,\n                    239,\n                    239\n                ],\n                [\n                    112,\n                    111,\n                    111\n                ],\n                [\n                    191,\n                    153,\n                    150\n                ],\n                [\n                    152,\n                    117,\n                    113\n                ],\n                [\n                    177,\n                    175,\n                    177\n                ],\n                [\n                    216,\n                    192,\n                    188\n                ],\n                [\n                    228,\n                    176,\n                    174\n                ],\n                [\n                    124,\n                    84,\n                    76\n                ]\n            ]\n        },\n        \"averageColor\": \"b2b0b0\",\n        \"dominantColors\": [\n            10\n        ],\n        \"mimeType\": \"image/jpeg\",\n        \"sizeBytes\": 37345,\n        \"width\": 610,\n        \"height\": 814,\n        \"displayType\": \"JPEG\",\n        \"displaySize\": \"36KB\",\n        \"displayExtra\": \"610 x 814\",\n        \"facetSize\": 2,\n        \"previousVersions\": [],\n        \"slug\": \"finc_trs001_blk_01\",\n        \"cachedProductIds\": [\n            \"62fd048a5ef36700186a04ad\"\n        ],\n        \"id\": \"62fd082f09c2f66bcc000037\",\n        \"hasReadAccess\": true,\n        \"hasWriteAccess\": true\n    },\n    {\n        \"accountId\": \"62fce77449ccd3001b067c4e\",\n        \"dateCreated\": \"2022-10-26T14:48:36.186Z\",\n        \"dateModify\": \"2022-10-26T14:48:36.186Z\",\n        \"staticPosition\": 21,\n        \"tags\": [],\n        \"comments\": [],\n        \"parent\": \"dam\",\n        \"classTreeNodeIds\": [\n            \"6339dd3021ae3635a6000039\"\n        ],\n        \"userId\": \"62f0d5395aadd0001c490a6a\",\n        \"cdnSandbox\": \"ab7e62ce\",\n        \"cdnSuffix\": \"\",\n        \"s3Key\": \"public/asset/raw/62fce77449ccd3001b067c4e/ab7e62ce/635948c19a95c869fe000017/Screenshot 2022-10-20 at 16.31.29.png\",\n        \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/raw/62fce77449ccd3001b067c4e/ab7e62ce/635948c19a95c869fe000017/Screenshot%202022-10-20%20at%2016.31.29.png\",\n        \"cdnPreviews\": {\n            \"smallRetina\": {\n                \"buffer\": {},\n                \"width\": 64,\n                \"height\": 64,\n                \"mimeType\": \"image/png\",\n                \"sizeBytes\": 16516,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/ab7e62ce/635948c19a95c869fe000017/smallRetina/Screenshot%202022-10-20%20at%2016.31.29.png\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/ab7e62ce/635948c19a95c869fe000017/smallRetina/Screenshot 2022-10-20 at 16.31.29.png\"\n            },\n            \"small\": {\n                \"buffer\": {},\n                \"width\": 32,\n                \"height\": 32,\n                \"mimeType\": \"image/png\",\n                \"sizeBytes\": 4196,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/ab7e62ce/635948c19a95c869fe000017/small/Screenshot%202022-10-20%20at%2016.31.29.png\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/ab7e62ce/635948c19a95c869fe000017/small/Screenshot 2022-10-20 at 16.31.29.png\"\n            },\n            \"mediumRetina\": {\n                \"buffer\": {},\n                \"width\": 200,\n                \"height\": 102,\n                \"mimeType\": \"image/jpeg\",\n                \"sizeBytes\": 3593,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/ab7e62ce/635948c19a95c869fe000017/mediumRetina/Screenshot%202022-10-20%20at%2016.31.29.png\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/ab7e62ce/635948c19a95c869fe000017/mediumRetina/Screenshot 2022-10-20 at 16.31.29.png\"\n            },\n            \"medium\": {\n                \"buffer\": {},\n                \"width\": 100,\n                \"height\": 51,\n                \"mimeType\": \"image/jpeg\",\n                \"sizeBytes\": 2530,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/ab7e62ce/635948c19a95c869fe000017/medium/Screenshot%202022-10-20%20at%2016.31.29.png\",\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/ab7e62ce/635948c19a95c869fe000017/medium/Screenshot 2022-10-20 at 16.31.29.png\"\n            }\n        },\n        \"filename\": \"Screenshot 2022-10-20 at 16.31.29.png\",\n        \"flags\": [],\n        \"metadata\": {\n            \"Format\": {\n                \"File Size\": \"214KB\",\n                \"Width\": \"2798px\",\n                \"Height\": \"1414px\",\n                \"Aspect ratio\": \"~2:1\"\n            },\n            \"Palette\": [\n                [\n                    251,\n                    251,\n                    251\n                ],\n                [\n                    232,\n                    175,\n                    122\n                ],\n                [\n                    232,\n                    216,\n                    216\n                ],\n                [\n                    244,\n                    217,\n                    190\n                ],\n                [\n                    236,\n                    204,\n                    204\n                ],\n                [\n                    228,\n                    233,\n                    239\n                ],\n                [\n                    244,\n                    232,\n                    217\n                ],\n                [\n                    212,\n                    212,\n                    212\n                ],\n                [\n                    244,\n                    228,\n                    228\n                ]\n            ]\n        },\n        \"averageColor\": \"ecf2f5\",\n        \"dominantColors\": [\n            8\n        ],\n        \"mimeType\": \"image/png\",\n        \"sizeBytes\": 218891,\n        \"width\": 2798,\n        \"height\": 1414,\n        \"displayType\": \"PNG\",\n        \"displaySize\": \"214KB\",\n        \"displayExtra\": \"2798 x 1414\",\n        \"facetSize\": 4,\n        \"previousVersions\": [],\n        \"slug\": \"screenshot-2022-10-20-at-16-31-29\",\n        \"id\": \"635948c19a95c869fe000017\",\n        \"hasReadAccess\": true,\n        \"hasWriteAccess\": true\n    },\n    {\n        \"accountId\": \"62fce77449ccd3001b067c4e\",\n        \"dateCreated\": \"2023-08-22T10:09:22.729Z\",\n        \"dateModify\": \"2023-08-22T10:09:22.729Z\",\n        \"staticPosition\": 23,\n        \"tags\": [],\n        \"comments\": [],\n        \"parent\": \"dam\",\n        \"classTreeNodeIds\": [],\n        \"userId\": \"64db93fc611e1c0803e5b902\",\n        \"cdnSandbox\": \"9e88213c\",\n        \"cdnSuffix\": \"\",\n        \"s3Key\": \"public/asset/raw/62fce77449ccd3001b067c4e/9e88213c/64e48952fa37b7036f559b32/example-image.png\",\n        \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/raw/62fce77449ccd3001b067c4e/9e88213c/64e48952fa37b7036f559b32/example-image.png\",\n        \"cdnPreviews\": {\n            \"medium\": {\n                \"mimeType\": \"image/jpeg\",\n                \"width\": 100,\n                \"height\": 100,\n                \"dpi\": 72,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/9e88213c/64e48952fa37b7036f559b32/medium/example-image.jpeg\",\n                \"sizeBytes\": 1768,\n                \"resize\": true,\n                \"convert\": false,\n                \"removeBg\": false,\n                \"useCustomIccProfile\": false,\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/9e88213c/64e48952fa37b7036f559b32/medium/example-image.jpeg\",\n                \"resizeStrategy\": \"fit\"\n            },\n            \"mediumRetina\": {\n                \"mimeType\": \"image/jpeg\",\n                \"width\": 200,\n                \"height\": 200,\n                \"dpi\": 72,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/9e88213c/64e48952fa37b7036f559b32/mediumRetina/example-image.jpeg\",\n                \"sizeBytes\": 4013,\n                \"resize\": true,\n                \"convert\": false,\n                \"removeBg\": false,\n                \"useCustomIccProfile\": false,\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/9e88213c/64e48952fa37b7036f559b32/mediumRetina/example-image.jpeg\",\n                \"resizeStrategy\": \"fit\"\n            },\n            \"small\": {\n                \"mimeType\": \"image/png\",\n                \"width\": 32,\n                \"height\": 32,\n                \"dpi\": 72,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/9e88213c/64e48952fa37b7036f559b32/small/example-image.png\",\n                \"sizeBytes\": 854,\n                \"resize\": true,\n                \"convert\": false,\n                \"removeBg\": false,\n                \"useCustomIccProfile\": false,\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/9e88213c/64e48952fa37b7036f559b32/small/example-image.png\",\n                \"resizeStrategy\": \"fit\"\n            },\n            \"smallRetina\": {\n                \"mimeType\": \"image/png\",\n                \"width\": 64,\n                \"height\": 64,\n                \"dpi\": 72,\n                \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/9e88213c/64e48952fa37b7036f559b32/smallRetina/example-image.png\",\n                \"sizeBytes\": 2197,\n                \"resize\": true,\n                \"convert\": false,\n                \"removeBg\": false,\n                \"useCustomIccProfile\": false,\n                \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/9e88213c/64e48952fa37b7036f559b32/smallRetina/example-image.png\",\n                \"resizeStrategy\": \"fit\"\n            }\n        },\n        \"filename\": \"example-image.png\",\n        \"flags\": [],\n        \"metadata\": {\n            \"Format\": {\n                \"File Size\": \"60.4KB\",\n                \"Width\": \"1845px\",\n                \"Height\": \"513px\",\n                \"Aspect ratio\": \"~7:2\",\n                \"Compression\": \"Zip\"\n            },\n            \"Palette\": [\n                [\n                    23,\n                    147,\n                    207\n                ],\n                [\n                    135,\n                    202,\n                    231\n                ],\n                [\n                    174,\n                    212,\n                    236\n                ],\n                [\n                    87,\n                    204,\n                    236\n                ],\n                [\n                    189,\n                    230,\n                    246\n                ],\n                [\n                    217,\n                    236,\n                    244\n                ],\n                [\n                    251,\n                    252,\n                    252\n                ],\n                [\n                    236,\n                    244,\n                    252\n                ],\n                [\n                    214,\n                    244,\n                    252\n                ]\n            ]\n        },\n        \"averageColor\": \"b4dff1\",\n        \"dominantColors\": [\n            4,\n            5\n        ],\n        \"mimeType\": \"image/png\",\n        \"sizeBytes\": 61840,\n        \"width\": 1845,\n        \"height\": 513,\n        \"displayType\": \"PNG\",\n        \"displaySize\": \"60KB\",\n        \"displayExtra\": \"1845 x 513\",\n        \"facetSize\": 3,\n        \"previousVersions\": [],\n        \"slug\": \"example-image\",\n        \"id\": \"64e48952fa37b7036f559b32\",\n        \"hasReadAccess\": true,\n        \"hasWriteAccess\": true\n    }\n]"}],"_postman_id":"7f16161b-a01b-4a52-8319-0f57cda8228d"}],"id":"24506527-3e4e-45ba-8259-29036da3c264","_postman_id":"24506527-3e4e-45ba-8259-29036da3c264","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}}},{"name":"Retrieving Asset Information","item":[{"name":"Get asset by Asset ID","id":"3c30a336-4ce1-4ff4-bc32-559d4a1f9b30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pimber.ly/api/assets/<asset_id>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","assets","<asset_id>"],"host":["pimber.ly"],"query":[],"variable":[]}},"response":[{"id":"2b4eff04-f930-4770-a9e3-400f32f7d90d","name":"Get asset by Asset ID","originalRequest":{"method":"GET","header":[],"url":"https://pimber.ly/api/assets/62fd082f09c2f66bcc000022"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2883"},{"key":"Date","value":"Thu, 24 Aug 2023 12:45:32 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountId\": \"62fce77449ccd3001b067c4e\",\n    \"dateCreated\": \"2022-08-17T15:24:35.615Z\",\n    \"dateModify\": \"2022-08-17T15:24:35.615Z\",\n    \"staticPosition\": 0,\n    \"tags\": [],\n    \"comments\": [],\n    \"parent\": \"dam\",\n    \"classTreeNodeIds\": [\n        \"646231a22c7dce339300000f\"\n    ],\n    \"userId\": \"62f0d5395aadd0001c490a6a\",\n    \"cdnSandbox\": \"1a1d7cca\",\n    \"cdnSuffix\": \"\",\n    \"s3Key\": \"public/asset/raw/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000022/FINC_TRS001_NVY_04.jpg\",\n    \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/raw/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000022/FINC_TRS001_NVY_04.jpg\",\n    \"cdnPreviews\": {\n        \"smallRetina\": {\n            \"buffer\": {},\n            \"width\": 64,\n            \"height\": 64,\n            \"mimeType\": \"image/png\",\n            \"sizeBytes\": 16516,\n            \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000022/smallRetina/FINC_TRS001_NVY_04.jpg\",\n            \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000022/smallRetina/FINC_TRS001_NVY_04.jpg\"\n        },\n        \"small\": {\n            \"buffer\": {},\n            \"width\": 32,\n            \"height\": 32,\n            \"mimeType\": \"image/png\",\n            \"sizeBytes\": 4196,\n            \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000022/small/FINC_TRS001_NVY_04.jpg\",\n            \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000022/small/FINC_TRS001_NVY_04.jpg\"\n        },\n        \"mediumRetina\": {\n            \"buffer\": {},\n            \"width\": 150,\n            \"height\": 200,\n            \"mimeType\": \"image/jpeg\",\n            \"sizeBytes\": 2936,\n            \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000022/mediumRetina/FINC_TRS001_NVY_04.jpg\",\n            \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000022/mediumRetina/FINC_TRS001_NVY_04.jpg\"\n        },\n        \"medium\": {\n            \"buffer\": {},\n            \"width\": 75,\n            \"height\": 100,\n            \"mimeType\": \"image/jpeg\",\n            \"sizeBytes\": 1899,\n            \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000022/medium/FINC_TRS001_NVY_04.jpg\",\n            \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000022/medium/FINC_TRS001_NVY_04.jpg\"\n        }\n    },\n    \"channelPreviews\": \"\",\n    \"filename\": \"FINC_TRS001_NVY_04.jpg\",\n    \"flags\": [],\n    \"metadata\": {\n        \"Format\": {\n            \"File Size\": \"18.0KB\",\n            \"Width\": \"610px\",\n            \"Height\": \"814px\",\n            \"Aspect ratio\": \"~3:4\"\n        },\n        \"Palette\": [\n            [\n                241,\n                241,\n                241\n            ],\n            [\n                27,\n                27,\n                28\n            ],\n            [\n                118,\n                120,\n                120\n            ],\n            [\n                148,\n                148,\n                148\n            ],\n            [\n                140,\n                140,\n                148\n            ],\n            [\n                140,\n                148,\n                148\n            ],\n            [\n                66,\n                65,\n                68\n            ],\n            [\n                82,\n                82,\n                84\n            ],\n            [\n                84,\n                92,\n                92\n            ]\n        ]\n    },\n    \"averageColor\": \"9f9ea0\",\n    \"dominantColors\": [\n        8,\n        10,\n        9\n    ],\n    \"mimeType\": \"image/jpeg\",\n    \"sizeBytes\": 18454,\n    \"width\": 610,\n    \"height\": 814,\n    \"displayType\": \"JPEG\",\n    \"displaySize\": \"18KB\",\n    \"displayExtra\": \"610 x 814\",\n    \"facetSize\": 2,\n    \"previousVersions\": [],\n    \"slug\": \"finc_trs001_nvy_04\",\n    \"cachedProductIds\": [\n        \"62fd048a5ef36700186a04b0\"\n    ],\n    \"id\": \"62fd082f09c2f66bcc000022\",\n    \"hasReadAccess\": true,\n    \"hasWriteAccess\": true\n}"}],"_postman_id":"3c30a336-4ce1-4ff4-bc32-559d4a1f9b30"},{"name":"Get one asset","id":"17c8f09d-bf8b-4aeb-8c23-e8741680c020","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pimber.ly/api/assets/findOne","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","assets","findOne"],"host":["pimber.ly"],"query":[],"variable":[]}},"response":[{"id":"60d16589-f23d-494f-98c6-0ba1d9ea0ab0","name":"Get one asset","originalRequest":{"method":"GET","header":[],"url":"https://pimber.ly/api/assets/findOne"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2883"},{"key":"Date","value":"Thu, 24 Aug 2023 12:45:41 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountId\": \"62fce77449ccd3001b067c4e\",\n    \"dateCreated\": \"2022-08-17T15:24:35.615Z\",\n    \"dateModify\": \"2022-08-17T15:24:35.615Z\",\n    \"staticPosition\": 0,\n    \"tags\": [],\n    \"comments\": [],\n    \"parent\": \"dam\",\n    \"classTreeNodeIds\": [\n        \"646231a22c7dce339300000f\"\n    ],\n    \"userId\": \"62f0d5395aadd0001c490a6a\",\n    \"cdnSandbox\": \"1a1d7cca\",\n    \"cdnSuffix\": \"\",\n    \"s3Key\": \"public/asset/raw/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000022/FINC_TRS001_NVY_04.jpg\",\n    \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/raw/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000022/FINC_TRS001_NVY_04.jpg\",\n    \"cdnPreviews\": {\n        \"smallRetina\": {\n            \"buffer\": {},\n            \"width\": 64,\n            \"height\": 64,\n            \"mimeType\": \"image/png\",\n            \"sizeBytes\": 16516,\n            \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000022/smallRetina/FINC_TRS001_NVY_04.jpg\",\n            \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000022/smallRetina/FINC_TRS001_NVY_04.jpg\"\n        },\n        \"small\": {\n            \"buffer\": {},\n            \"width\": 32,\n            \"height\": 32,\n            \"mimeType\": \"image/png\",\n            \"sizeBytes\": 4196,\n            \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000022/small/FINC_TRS001_NVY_04.jpg\",\n            \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000022/small/FINC_TRS001_NVY_04.jpg\"\n        },\n        \"mediumRetina\": {\n            \"buffer\": {},\n            \"width\": 150,\n            \"height\": 200,\n            \"mimeType\": \"image/jpeg\",\n            \"sizeBytes\": 2936,\n            \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000022/mediumRetina/FINC_TRS001_NVY_04.jpg\",\n            \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000022/mediumRetina/FINC_TRS001_NVY_04.jpg\"\n        },\n        \"medium\": {\n            \"buffer\": {},\n            \"width\": 75,\n            \"height\": 100,\n            \"mimeType\": \"image/jpeg\",\n            \"sizeBytes\": 1899,\n            \"url\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000022/medium/FINC_TRS001_NVY_04.jpg\",\n            \"s3Key\": \"public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000022/medium/FINC_TRS001_NVY_04.jpg\"\n        }\n    },\n    \"channelPreviews\": \"\",\n    \"filename\": \"FINC_TRS001_NVY_04.jpg\",\n    \"flags\": [],\n    \"metadata\": {\n        \"Format\": {\n            \"File Size\": \"18.0KB\",\n            \"Width\": \"610px\",\n            \"Height\": \"814px\",\n            \"Aspect ratio\": \"~3:4\"\n        },\n        \"Palette\": [\n            [\n                241,\n                241,\n                241\n            ],\n            [\n                27,\n                27,\n                28\n            ],\n            [\n                118,\n                120,\n                120\n            ],\n            [\n                148,\n                148,\n                148\n            ],\n            [\n                140,\n                140,\n                148\n            ],\n            [\n                140,\n                148,\n                148\n            ],\n            [\n                66,\n                65,\n                68\n            ],\n            [\n                82,\n                82,\n                84\n            ],\n            [\n                84,\n                92,\n                92\n            ]\n        ]\n    },\n    \"averageColor\": \"9f9ea0\",\n    \"dominantColors\": [\n        8,\n        10,\n        9\n    ],\n    \"mimeType\": \"image/jpeg\",\n    \"sizeBytes\": 18454,\n    \"width\": 610,\n    \"height\": 814,\n    \"displayType\": \"JPEG\",\n    \"displaySize\": \"18KB\",\n    \"displayExtra\": \"610 x 814\",\n    \"facetSize\": 2,\n    \"previousVersions\": [],\n    \"slug\": \"finc_trs001_nvy_04\",\n    \"cachedProductIds\": [\n        \"62fd048a5ef36700186a04b0\"\n    ],\n    \"id\": \"62fd082f09c2f66bcc000022\",\n    \"hasReadAccess\": true,\n    \"hasWriteAccess\": true\n}"}],"_postman_id":"17c8f09d-bf8b-4aeb-8c23-e8741680c020"},{"name":"Get amount of assets","id":"dbec56fe-638a-41ca-bab5-a89e8a66b05d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pimber.ly/api/assets/count","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","assets","count"],"host":["pimber.ly"],"query":[],"variable":[]}},"response":[{"id":"238fc651-a71f-46e0-b9c8-612554e5aad8","name":"Get amount of assets","originalRequest":{"method":"GET","header":[],"url":"https://pimber.ly/api/assets/count"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"12"},{"key":"Date","value":"Thu, 24 Aug 2023 12:45:50 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 23\n}"}],"_postman_id":"dbec56fe-638a-41ca-bab5-a89e8a66b05d"},{"name":"Get static positions for Asset IDs","id":"e12e5292-f30a-4422-9b8a-0259f9406c1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pimber.ly/api/assets/staticPositions","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","assets","staticPositions"],"host":["pimber.ly"],"query":[{"disabled":true,"key":"assetIds","value":""}],"variable":[]}},"response":[{"id":"a99ac856-f672-4d74-9414-886f7fa16d5c","name":"Get static positions for Asset IDs","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://pimber.ly/api/assets/staticPositions?assetIds=62fd082f09c2f66bcc000022-62fd082f09c2f66bcc00002f","protocol":"https","host":["pimber","ly"],"path":["api","assets","staticPositions"],"query":[{"key":"assetIds","value":"62fd082f09c2f66bcc000022-62fd082f09c2f66bcc00002f"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"6"},{"key":"Date","value":"Thu, 24 Aug 2023 13:27:03 GMT"}],"cookie":[],"responseTime":null,"body":"\"0|12\""}],"_postman_id":"e12e5292-f30a-4422-9b8a-0259f9406c1a"},{"name":"Get assets by Static Position which pass the specified filter","id":"89c9ddc2-0734-4ef5-b165-79cf824a581f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"filters","value":"","type":"text","disabled":true},{"key":"ranges","value":"","type":"text","disabled":true}]},"url":"https://pimber.ly/api/assets/filtered","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","assets","filtered"],"host":["pimber.ly"],"query":[],"variable":[]}},"response":[{"id":"db51a42e-9dd3-4671-bcb8-ac8b1181e300","name":"Get assets by Static Position which pass the specified filter","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"filters","value":"{\"height\": {\"$gte\": 800}}","type":"text"},{"key":"ranges","value":"[{\"$gte\": 0, \"$lte\": 25}]","type":"text"}]},"url":"https://pimber.ly/api/assets/filtered"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"77"},{"key":"Date","value":"Thu, 31 Aug 2023 08:58:53 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"bulk\": \"21|20|19|18|17|16|15|14|13|12|11|10|9|8|7|6|5|4|3|2|1|0\",\n    \"count\": 22\n}"}],"_postman_id":"89c9ddc2-0734-4ef5-b165-79cf824a581f"},{"name":"Get asset's placeholder average color","id":"10c3e2ee-5e4b-4714-a9c5-e9ec01f97f0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://pimber.ly/api/assets/averageColors","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","assets","averageColors"],"host":["pimber.ly"],"query":[],"variable":[]}},"response":[],"_postman_id":"10c3e2ee-5e4b-4714-a9c5-e9ec01f97f0e"},{"name":"Get zoomed-in view information by Static Positions","id":"4dad4f42-510d-4446-9bac-894eb2e1d331","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"staticPositions","value":"","type":"text","disabled":true}]},"url":"https://pimber.ly/api/assets/mediumPreviewInfo","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","assets","mediumPreviewInfo"],"host":["pimber.ly"],"query":[],"variable":[]}},"response":[{"id":"49f041ca-e4f4-4a0c-8d3d-0158342d7727","name":"Get zoomed-in view information by Static Positions","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"staticPositions","value":"0-12","type":"text"}]},"url":"https://pimber.ly/api/assets/mediumPreviewInfo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2430"},{"key":"Date","value":"Thu, 31 Aug 2023 08:50:59 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"0\": {\n        \"id\": \"62fd082f09c2f66bcc000022\",\n        \"cdnSandbox\": \"1a1d7cca\",\n        \"cdnSuffix\": \"\",\n        \"width\": 610,\n        \"height\": 814,\n        \"filename\": \"FINC_TRS001_NVY_04.jpg\",\n        \"displaySize\": \"18KB\",\n        \"displayType\": \"JPEG\",\n        \"displayExtra\": \"610 x 814\",\n        \"flags\": [],\n        \"urls\": {\n            \"raw\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/raw/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000022/FINC_TRS001_NVY_04.jpg\",\n            \"small\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000022/small/FINC_TRS001_NVY_04.jpg\",\n            \"smallRetina\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000022/smallRetina/FINC_TRS001_NVY_04.jpg\",\n            \"medium\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000022/medium/FINC_TRS001_NVY_04.jpg\",\n            \"mediumRetina\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000022/mediumRetina/FINC_TRS001_NVY_04.jpg\"\n        },\n        \"fileExtension\": \".jpg\"\n    },\n    \"12\": {\n        \"id\": \"62fd082f09c2f66bcc00002f\",\n        \"cdnSandbox\": \"1a1d7cca\",\n        \"cdnSuffix\": \"\",\n        \"width\": 610,\n        \"height\": 814,\n        \"filename\": \"FINC_SHRT004_BLK_02.jpg\",\n        \"displaySize\": \"48KB\",\n        \"displayType\": \"JPEG\",\n        \"displayExtra\": \"610 x 814\",\n        \"flags\": [],\n        \"urls\": {\n            \"raw\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/raw/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc00002f/FINC_SHRT004_BLK_02.jpg\",\n            \"small\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc00002f/small/FINC_SHRT004_BLK_02.jpg\",\n            \"smallRetina\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc00002f/smallRetina/FINC_SHRT004_BLK_02.jpg\",\n            \"medium\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc00002f/medium/FINC_SHRT004_BLK_02.jpg\",\n            \"mediumRetina\": \"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc00002f/mediumRetina/FINC_SHRT004_BLK_02.jpg\"\n        },\n        \"fileExtension\": \".jpg\"\n    }\n}"}],"_postman_id":"4dad4f42-510d-4446-9bac-894eb2e1d331"},{"name":"Get Class Tree Node IDs for specified assets","id":"00781273-74a7-4545-94d7-fb4c328c2786","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://pimber.ly/api/assets/classTreeNodeIds","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","assets","classTreeNodeIds"],"host":["pimber.ly"],"query":[],"variable":[]}},"response":[],"_postman_id":"00781273-74a7-4545-94d7-fb4c328c2786"},{"name":"Check if filenames exist","id":"e095c925-adbc-43ff-ab81-cbae18c2c774","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"filenames","value":"","description":"<p><em><strong>Required</strong></em> | <em>string</em> | <em>Default: None</em> | Filenames to check, separated by a '/' character.</p>\n","type":"text","disabled":true}]},"url":"https://pimber.ly/api/assets/filenamesExist","description":"<p>If a file with the supplied name (<strong>including the extension</strong>, e.g. <code>.png,</code> <code>.jpg</code>) exists, this endpoint will return the URL for that file. Multiple files can be queried by separating them with a <code>/</code>, E.g. <code>file1.png/file2.jpg</code>. If a file doesn't exist, an empty string will be returned.</p>\n<p>URLs for multiple files will be returned together in one string, separated by a <code>|</code> character, for example: <code>url1|url2|url3</code>.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","assets","filenamesExist"],"host":["pimber.ly"],"query":[],"variable":[]}},"response":[{"id":"450c3a75-bf98-458b-a558-b713aca6ce57","name":"Check if filenames exist","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"filenames","value":"FINC_TRS001_BLK_01.jpg/FINC_TRS001_BLK_03.jpg","type":"text"}]},"url":"https://pimber.ly/api/assets/filenamesExist"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"359"},{"key":"Date","value":"Thu, 31 Aug 2023 08:24:10 GMT"}],"cookie":[],"responseTime":null,"body":"\"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000037/small/FINC_TRS001_BLK_01.jpg|https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000036/small/FINC_TRS001_BLK_03.jpg\""},{"id":"df72f2b9-5635-47cb-95b4-3d045d0463fb","name":"Check if filenames exist (one does, one doesn't)","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"filenames","value":"FINC_TRS001_BLK_01.jpg/no-image.jpg","type":"text"}]},"url":"https://pimber.ly/api/assets/filenamesExist"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"181"},{"key":"Date","value":"Thu, 31 Aug 2023 08:23:34 GMT"}],"cookie":[],"responseTime":null,"body":"\"https://s3-eu-west-1.amazonaws.com/cdn.sandbox.aws.eu-w1.pimberly.com/public/asset/preview/62fce77449ccd3001b067c4e/1a1d7cca/62fd082f09c2f66bcc000037/small/FINC_TRS001_BLK_01.jpg|\""},{"id":"049fe0e9-2be3-43e0-ba30-f762ae2411c0","name":"Check if filenames exist (doesn't exist))","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"filenames","value":"no-image.jpg","type":"text"}]},"url":"https://pimber.ly/api/assets/filenamesExist"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2"},{"key":"Date","value":"Thu, 31 Aug 2023 08:25:05 GMT"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"e095c925-adbc-43ff-ab81-cbae18c2c774"}],"id":"f18fd703-e9fd-4e73-b8e7-a80a9b1ddd31","_postman_id":"f18fd703-e9fd-4e73-b8e7-a80a9b1ddd31","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}}},{"name":"Asset Event Log","item":[{"name":"Get messages stream for model's CUD events","id":"89dfffeb-7ce9-4e70-bb6c-ccffd212b3e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pimber.ly/api/assets/v2/event-stream","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","assets","v2","event-stream"],"host":["pimber.ly"],"query":[],"variable":[]}},"response":[{"id":"484181be-18e6-4139-8dcb-0f09e8a76297","name":"Get messages stream for model's CUD events","originalRequest":{"method":"GET","header":[],"url":"https://pimber.ly/api/assets/v2/event-stream"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"text/event-stream"},{"key":"Date","value":"Thu, 24 Aug 2023 12:47:03 GMT"}],"cookie":[],"responseTime":null,"body":":ok\n\n"}],"_postman_id":"89dfffeb-7ce9-4e70-bb6c-ccffd212b3e5"}],"id":"19428c53-e76e-4fa7-9679-25d96a7aca91","_postman_id":"19428c53-e76e-4fa7-9679-25d96a7aca91","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}}},{"name":"Permissions","item":[{"name":"Get temporary permissions for client to upload assets","id":"3b763b21-d3a0-441c-8a12-018bb80186b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pimber.ly/api/assets/cdnAllocate","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","assets","cdnAllocate"],"host":["pimber.ly"],"query":[],"variable":[]}},"response":[{"id":"f8bfdf5c-9fca-4b92-837a-2ad811259116","name":"Get temporary permissions for client to upload assets","originalRequest":{"method":"GET","header":[],"url":"https://pimber.ly/api/assets/cdnAllocate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"824"},{"key":"Date","value":"Thu, 24 Aug 2023 12:47:22 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"cdnSandbox\": \"6d2226a9\",\n    \"Bucket\": \"cdn.sandbox.aws.eu-w1.pimberly.com\",\n    \"region\": \"eu-west-1\",\n    \"accessKeyId\": \"FOOBAR\",\n    \"secretAccessKey\": \"FOOBAR\",\n    \"sessionToken\": \"FOOBAR\"\n}"}],"_postman_id":"3b763b21-d3a0-441c-8a12-018bb80186b9"}],"id":"6cd1d339-325a-4531-832e-0f0c53428a42","_postman_id":"6cd1d339-325a-4531-832e-0f0c53428a42","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}}},{"name":"Creating / Updating Assets","item":[{"name":"Create asset(s) by file upload","id":"37315956-a58b-49f4-b7df-26e7233e09b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","description":"<p>file to be uploaded</p>\n","type":"file","value":null,"disabled":true}]},"url":"https://pimber.ly/api/assets/v2","description":"<p>This endpoint will create an asset in Pimberly's DAM via file upload. This can only be done by sending the file as form-data.</p>\n<p>If you're using Postman to test / send requests, you can choose the 'form-data' option from the Body window. Enter <code>file</code> in the KEY section, select set the type to <code>file</code>, and upload your image in the <code>value</code> section</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","assets","v2"],"host":["pimber.ly"],"query":[],"variable":[]}},"response":[],"_postman_id":"37315956-a58b-49f4-b7df-26e7233e09b3"},{"name":"Replace existing asset","id":"95f903e3-3cda-4772-933e-bcbba9f2c5d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://pimber.ly/api/assets/<asset_id>/replace","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","assets","<asset_id>","replace"],"host":["pimber.ly"],"query":[],"variable":[]}},"response":[],"_postman_id":"95f903e3-3cda-4772-933e-bcbba9f2c5d7"},{"name":"Post new version and update relevant parent properties","id":"d91cc404-6b7b-4d6b-9a0e-947b2e9bf775","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://pimber.ly/api/assets/postAssetVersion/:assetId","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","assets","postAssetVersion",":assetId"],"host":["pimber.ly"],"query":[],"variable":[{"id":"3972538f-de8c-46ae-8872-ac4802f3b795","type":"any","value":"","key":"assetId"}]}},"response":[],"_postman_id":"d91cc404-6b7b-4d6b-9a0e-947b2e9bf775"},{"name":"Add comment to asset by Asset ID","id":"1bd63428-41fc-49bd-8a24-1396e67ee080","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://pimber.ly/api/assets/<asset_id>/comments","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","assets","<asset_id>","comments"],"host":["pimber.ly"],"query":[],"variable":[]}},"response":[],"_postman_id":"1bd63428-41fc-49bd-8a24-1396e67ee080"},{"name":"Add tag to asset by Asset ID","id":"be99603f-c3fa-4786-8093-6ed833cf1e3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"text","value":"new_tag","type":"text"}]},"url":"https://pimber.ly/api/assets/<asset_id>/tags","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","assets","<asset_id>","tags"],"host":["pimber.ly"],"query":[],"variable":[]}},"response":[],"_postman_id":"be99603f-c3fa-4786-8093-6ed833cf1e3e"},{"name":"Update asset's Class Tree Node IDs","id":"5e507d46-7192-4c15-8bec-e25eecfe6377","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://pimber.ly/api/assets/classify","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","assets","classify"],"host":["pimber.ly"],"query":[],"variable":[]}},"response":[],"_postman_id":"5e507d46-7192-4c15-8bec-e25eecfe6377"}],"id":"a1cdbb72-9c4b-436c-b0e1-0eb2c59e50c0","_postman_id":"a1cdbb72-9c4b-436c-b0e1-0eb2c59e50c0","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}}},{"name":"Removing Content","item":[{"name":"Delete asset(s)","id":"0064eeed-7891-44e9-a457-f135d6a902d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"assetIds","value":"64e48952fa37b7036f559b32","type":"text"}]},"url":"https://pimber.ly/api/assets/remove","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","assets","remove"],"host":["pimber.ly"],"query":[],"variable":[]}},"response":[],"_postman_id":"0064eeed-7891-44e9-a457-f135d6a902d0"},{"name":"Delete tag by Asset ID","id":"7333ab10-f28f-459f-bed8-b71f583472fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://pimber.ly/api/assets/<asset_id>/tags","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","assets","<asset_id>","tags"],"host":["pimber.ly"],"query":[],"variable":[]}},"response":[],"_postman_id":"7333ab10-f28f-459f-bed8-b71f583472fb"}],"id":"c0d3640a-98d8-4c8b-bc27-ca2d3bfe7fe3","_postman_id":"c0d3640a-98d8-4c8b-bc27-ca2d3bfe7fe3","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}}}],"id":"065a606c-b807-4880-a7fa-6a0e26a26b46","_postman_id":"065a606c-b807-4880-a7fa-6a0e26a26b46","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}}}],"id":"c29ed3e8-65e5-40ba-a030-1fb592605891","description":"<h1 id=\"warning\">WARNING</h1>\n<p>We <strong>DO NOT</strong> recommend or support integrations to v1 endpoints. The v1 API is an internal Pimberly API which is documented here for completeness. The v1 API is subject to change without notice. Always use v2 channel/feed API endpoints unless you have specificially been instructed otherwise by your Pimberly solution specialist.</p>\n","_postman_id":"c29ed3e8-65e5-40ba-a030-1fb592605891","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}}}],"id":"d0c6d23c-e774-4b51-8852-999b8f6ef478","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"a1f9866f-39e5-41f6-8302-449e726492c8"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"7ee96b24-f778-4983-a013-edac88d46a16"}}],"_postman_id":"d0c6d23c-e774-4b51-8852-999b8f6ef478","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","id":"d05b36d3-8d0a-4708-8191-5dc655f0c64c","name":"Pimberly API Documentation","type":"collection"}}}],"auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"}},"event":[{"listen":"prerequest","script":{"id":"c5e8b266-7481-47d1-a6d9-ce987af5b56d","type":"text/javascript","requests":{},"exec":[""]}},{"listen":"test","script":{"id":"20c05ba3-873c-485b-a99d-795d5139dba6","type":"text/javascript","requests":{},"exec":[""]}}],"variable":[{"key":"BASE_URL","value":"api.pimberly.io"},{"key":"DEPRECATED_BASE_URL","value":"pimber.ly"},{"key":"PRIMARY_ID","value":""},{"key":"ATTRIBUTE_NAME","value":""},{"key":"ASSET_SLUG","value":""},{"key":"LOCALE_ID","value":""},{"key":"ITEM_PRIMARY_ID","value":""},{"key":"NEW_ITEM_ID","value":"<new_item_id>"},{"key":"CLASS_ID","value":""},{"key":"CHANNEL_ID","value":""},{"key":"LIFECYCLE_ID","value":""},{"key":"FEED_ID","value":""},{"key":"CHANGE_REQUEST_ID","value":""},{"key":"WEBHOOK_NAME","value":""},{"key":"MONGO_ID","value":""},{"key":"JOB_TYPE","value":""},{"key":"JOB_MONGO_ID","value":""},{"key":"ASSET_ID","value":"<asset_id>"},{"key":"ACCOUNT_ID","value":""},{"key":"PRODUCT_TYPE_ID","value":""},{"key":"USER_GROUP_ID","value":""},{"key":"USER_ID","value":""},{"key":"SCHEMA_ID","value":""},{"key":"SCHEMA_IDS","value":"[<schema_ids>]"},{"key":"ATTRIBUTE_SET_ID","value":""},{"key":"WORKFLOW_ID","value":""},{"key":"DATASET_ID","value":""},{"key":"LABEL_COL_NAME","value":""},{"key":"ROW_INDEX","value":""},{"key":"ROW_INDEX_START","value":""},{"key":"ROW_INDEX_END","value":""},{"key":"PARENT_PRIMARY_ID","value":""},{"key":"ASSET_IDS","value":""},{"key":"ASSET_IDS_ARRAY","value":""},{"key":"ASSET_ATTRS","value":""},{"key":"VALUE_COL_NAME","value":""},{"key":"MODEL_INSTANCE_ID","value":""},{"key":"API_KEY","value":"<token>"},{"key":"WEBHOOK_EU_BASE_URL","value":"webhooks-api.eu-west-1.service.pimberly.com"}]}