{"info":{"_postman_id":"55226e70-0e4e-4a2c-8023-51740ee6b062","name":"Partner Integration Layer for Listing Management","description":"<html><head></head><body><p><strong>Objectives</strong> <br>\nBuild a Partner Integration layer for listing management similar to that of order management layer \nMake the listings submission API driven reducing manual intervention so as to make the style live the same day it is in stock in the warehouse/ store\nComplete listing level transparency &amp; control to the sellers</p>\n<p>Note : </p>\n<p>Parameters which are mark with astrik(*) sign are treated as compulsory params.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"5299635","collectionId":"55226e70-0e4e-4a2c-8023-51740ee6b062","publishedId":"TVmMgHzs","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-12-02T19:19:08.000Z"},"item":[{"name":"Authentication","item":[{"name":"Generate Token API","id":"1e95e16f-53cc-493e-93f3-035f2134e6b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>value shared by us</p>\n","key":"secret_key","value":"XXXX"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"merchant_id\": \"XXXX\" //value shared my us \n}"},"url":"https://api.pretr.com/authorization/generate_token","description":"<p>This is the first step of the API Integration.</p>\n<p>Token is generated basesd on 2 parameters</p>\n<p>Heders contain</p>\n<p>secret_key  : Shared by us.</p>\n<p>Request Body : </p>\n<p>merchant_id : Shared by us.</p>\n<hr />\n<h2 id=\"note\">NOTE:</h2>\n<p>On successful response 200 OK, you will find values in a </p><h6>response headers</h6>\naccess_token<p></p>\n<p>refresh_token </p>\n<p>access_token : valid for 30 days.\nrefresh_token : non expiry token, can be use for generating next valid token. </p>\n<p>Genrated Token will be valid for next 30 days by datetime of token generated.</p>\n<p>After 30 days token will get expired, You can generate a new token by using \"Refresh Token API\".</p>\n<p>*generate token API can be use only once or in case we ask you to generate explicitly. </p>\n<hr />\n<h2 id=\"response-code-\">Response Code : </h2>\n<p>401 : access_token token is invalid.</p>\n<p>477 : access_token token is expired.</p>\n","urlObject":{"path":["authorization","generate_token"],"host":["https://api.pretr.com"],"query":[],"variable":[]}},"response":[{"id":"4eba4a2e-bb30-45b9-bc16-61970b508bb9","name":"400 - ERROR - Invalid Merchant","originalRequest":{"method":"POST","header":[{"key":"secret_key","value":"ABC","description":"value shared by us"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"merchant_id\": \"ABC\" //value shared my us \n}","options":{"raw":{"language":"json"}}},"url":"https://api.pretr.com/authorization/generate_token"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 400,\n    \"statusType\": \"ERROR\",\n    \"statusMessage\": \"The combination of secret_key and merchant_id is not valid\"\n}"},{"id":"a1da9884-6410-46de-b5f2-aa5917e72c0d","name":"200 - SUCCESS - Token Successfully Geneated","originalRequest":{"method":"POST","header":[{"key":"secret_key","value":"XXXX","description":"value shared by us"},{"key":"Content-Type","name":"Content-Type","value":"application/javascript","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"merchant_id\" : \"XXXX\" //value shared my us \n}","options":{"raw":{"language":"javascript"}}},"url":"https://api.pretr.com/authorization/generate_token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access_token","value":"xxxx","description":"","type":"text"},{"key":"refresh_token","value":"xxxx","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 200,\n    \"statusType\": \"SUCCESS\",\n    \"statusMessage\": \"Token generated successfully\"\n}"},{"id":"e8769a51-f6de-400a-9fc2-ffca2460acfc","name":"400 - ERROR - Invalid Params","originalRequest":{"method":"POST","header":[{"key":"secret_key","value":"XXXX","description":"value shared by us"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"merchant_id\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.pretr.com/authorization/generate_token"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 400,\n    \"statusMessage\": \"Invalid merchant.\",\n    \"statusType\": \"ERROR\"\n}"}],"_postman_id":"1e95e16f-53cc-493e-93f3-035f2134e6b1"},{"name":"Refresh Token API","id":"475ce66d-6af7-4565-ac33-cc8775000723","protocolProfileBehavior":{"disabledSystemHeaders":{"user-agent":true},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"refresh_token","value":"XXXX","description":"<p>will be shared by us</p>\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"merchant_id\": \"XXXX\" \n}"},"url":"https://api.pretr.com/authorization/refresh_token","description":"<h6 id=\"refresh-token-api-\">Refresh Token API:-</h6>\n<p><br />Regenerate Token which validaty is for next 30 days at time of generation.</p>\n<h2 id=\"parameters-\">Parameters:-</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th>Definition</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>refresh_token</td>\n<td>value you have received while using generate token API in response headers.</td>\n</tr>\n<tr>\n<td>merchant_id</td>\n<td>share by us</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["authorization","refresh_token"],"host":["https://api.pretr.com"],"query":[],"variable":[]}},"response":[{"id":"2685c500-0039-4fe8-a978-63178e5b2df4","name":"400 - ERROR : Invalid Merchant","originalRequest":{"method":"POST","header":[{"key":"refresh_token","value":"XXXX","description":"will be shared by us"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"merchant_id\": \"XXXX\" \n}","options":{"raw":{"language":"json"}}},"url":"https://api.pretr.com/authorization/refresh_token"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 400,\n    \"statusType\": \"ERROR\",\n    \"statusMessage\": \"The combination of secret_key and merchant_id is not valid\"\n}"},{"id":"666ac259-5130-445a-b659-052f7a822c6d","name":"200 - SUCCESS - Token Refresh Successfully","originalRequest":{"method":"POST","header":[{"key":"refresh_token","value":"XXXX","description":"will be shared by us"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"merchant_id\": \"XXXX\" \n}","options":{"raw":{"language":"json"}}},"url":"https://api.pretr.com/authorization/refresh_token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 200,\n    \"statusType\": \"SUCCESS\",\n    \"statusMessage\": \"Token generated successfully\"\n}"},{"id":"9af5ce96-c546-4129-bc61-17b679e92c55","name":"400 - ERROR - Invalid Params","originalRequest":{"method":"POST","header":[{"key":"refresh_token","value":"XXXX","description":"will be shared by us"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"merchant_id\": \"XXX\" \n}","options":{"raw":{"language":"json"}}},"url":"https://api.pretr.com/authorization/refresh_token"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 400,\n    \"statusMessage\": \"Invalid merchant.\",\n    \"statusType\": \"ERROR\"\n}\n"}],"_postman_id":"475ce66d-6af7-4565-ac33-cc8775000723"}],"id":"7af8a4dc-b9fc-414b-a542-91e11338fd5f","description":"<p>Following APIs used to generate new token using <code>generate token</code> API, which is to be used only once. \n                    &amp;\nTo regenerte new tokne use <code>refresh token</code> API</p>\n","event":[{"listen":"prerequest","script":{"id":"140c3997-9796-46b8-bfc1-f56635673b26","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"fbe968d4-cae8-4492-a863-2c7831a13c3b","type":"text/javascript","exec":[""]}}],"_postman_id":"7af8a4dc-b9fc-414b-a542-91e11338fd5f"},{"name":"Catalog Submission","item":[{"name":"Submit Catalog","id":"5a734f5a-6d80-48ea-bd93-70a379ea444f","protocolProfileBehavior":{"disabledSystemHeaders":{"accept-encoding":true,"user-agent":true},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"access_token","type":"text","value":"xxxx"},{"key":"Transfer-Encoding","value":"chunked","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"/Users/300041359/Downloads/lotSheet (1).xlsx"}]},"url":"https://api.pretr.com/partner/catalog/diy/import/sheetValidator?source=seller&styleCreationSource=diy&studio=other_studios&partnerEmailId={{email_id}}","description":"<p>API is used to submit a catalog file to MYNTRA system.</p>\n<hr />\n<h2 id=\"parameters-\">Parameters : </h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th>Value</th>\n<th>Definition</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>source*</td>\n<td>seller / JIT</td>\n<td>seller : PPMP/ OMNI <br /> JIT : JIT</td>\n</tr>\n<tr>\n<td>styleCreationSource*</td>\n<td>diy <br /><br /><br /><hr /> mas</td>\n<td>diy is the normal cataloging flow, where partners submit catalog, which get verified by catalog team and are finally on-boarded onto our platform. Default value is diy. <br /><br /><br /><hr /> mas (Myntra Assured Shoot) is a different workflow, where partners outsource the photoshoot to Myntra only.</td>\n</tr>\n<tr>\n<td>studio*</td>\n<td>other_studios</td>\n<td>Refer as cataloging studio for photoshoot.</td>\n</tr>\n<tr>\n<td>partnerEmailId*</td>\n<td></td>\n<td>Person's/ partners email id who is submitting the catalog, used to send notification who has                                submitted the catalog</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"constraints-\">Constraints : </h2>\n<ul>\n<li>File should define with one category of sheet.</li>\n<li>Maximum Numbers rows per file is <b> 5000 .</b></li>\n<li>Max File size is <b> 5MB.</b></li>\n<li>Allowed file type - <b> .XLSX</b></li>\n<li>File name should not exceed <b> 150 Characters.</b></li>\n</ul>\n<hr />\n<h2 id=\"response-\">Response : </h2>\n<p>Following attributes in the response will help identify if the file submission was successful or had any errors.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>sheetValidatorErrorEntries</td>\n<td>This attribute contains the validation errors for each row in the file.If this attribute is an empty array, it means the file was successfully submitted for further processing.If there is any entry in this attribute, it means the file was not submitted for processing and will have to be subitted again with all the correction mentioned in this array for each row.</td>\n</tr>\n<tr>\n<td>sheetValidatorSuccessEntry</td>\n<td>If there are no errors found in any of the items uploaded, you will get the <code>taskId</code> under this attribute. This <code>taskId</code> can be used to fetch status of the Task.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"api-response-\">API Response : </h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status Code</th>\n<th>HTTP Status Code</th>\n<th>Status Type</th>\n<th>Status Message</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>3</td>\n<td>200</td>\n<td>SUCCESS</td>\n<td>Successfully completed the sheet validation</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["partner","catalog","diy","import","sheetValidator"],"host":["https://api.pretr.com"],"query":[{"key":"source","value":"seller"},{"key":"styleCreationSource","value":"diy"},{"key":"studio","value":"other_studios"},{"key":"partnerEmailId","value":"{{email_id}}"},{"disabled":true,"key":"","value":null}],"variable":[]}},"response":[{"id":"163c5471-6330-4fe7-993d-fa7f931a76d8","name":"400 - ERROR - Invalid data","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"access_token","type":"text","value":"xxxx"},{"key":"Transfer-Encoding","value":"chunked","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"/Users/300041359/Downloads/lotSheet (1).xlsx"}]},"url":{"raw":"https://api.pretr.com/partner/catalog/diy/import/sheetValidator?source=seller&styleCreationSource={{creation_source}}&studio={{studio}}&partnerEmailId={{email_id}}","host":["https://api.pretr.com"],"path":["partner","catalog","diy","import","sheetValidator"],"query":[{"key":"source","value":"seller"},{"key":"styleCreationSource","value":"{{creation_source}}"},{"key":"studio","value":"{{studio}}"},{"key":"partnerEmailId","value":"{{email_id}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 400,\n    \"statusMessage\": \"Invalid data provided\",\n    \"statusType\": \"ERROR\",\n    \"totalCount\": 0\n}"},{"id":"5da30295-2a06-46fa-8143-395164cd64c2","name":"200 - Error in catalog file","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"multipart/form-data","type":"text"},{"key":"access_token","value":"xxxx","type":"text"},{"key":"Transfer-Encoding","value":"chunked","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null}]},"url":{"raw":"https://api.pretr.com/partner/catalog/diy/import/sheetValidator?source=seller&styleCreationSource={{creation_source}}&studio={{studio}}&partnerEmailId={{email_id}}","host":["https://api.pretr.com"],"path":["partner","catalog","diy","import","sheetValidator"],"query":[{"key":"source","value":"seller"},{"key":"styleCreationSource","value":"{{creation_source}}"},{"key":"studio","value":"{{studio}}"},{"key":"partnerEmailId","value":"{{email_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 3,\n    \"statusMessage\": \"Successfully completed the sheet validation\",\n    \"statusType\": \"SUCCESS\",\n    \"totalCount\": 0,\n    \"data\": {\n        \"rowDTOList\": [\n            {\n                \"articleTypeCode\": \"SHRT\",\n                \"sheetName\": \"Shirts\",\n                \"rowNo\": 2,\n                \"styleGroupId\": 1229,\n                \"vendorSKUCode\": \"0811525001013\",\n                \"vendorArticleNumber\": \"0811525001\",\n                \"vendorArticleName\": \"Oversize Cotton Shirt\",\n                \"brand\": \"H&M\",\n                \"manufacturerInfo\": \"Manufactured By : MAHARANI OF INDIANO. C-154,, MAYAPURI INDUSTRIAL AREA,, PHASE II,, 110064, NEW DELHI\",\n                \"countryOfOrigin\": \"India\",\n                \"articleType\": \"Shirts\",\n                \"remarks\": \"White\",\n                \"vendorHSN\": \"61061000\",\n                \"brandCode\": \"H&M\",\n                \"globalAttributeAgeGroup\": \"Adults-Women\",\n                \"globalAttributeGender\": \"Women\",\n                \"globalAttributeBaseColor\": \"White\",\n                \"globalAttributeFashionType\": \"Fashion\",\n                \"globalAttributeYear\": \"2020\",\n                \"globalAttributeSeason\": \"Winter\",\n                \"specificAttributesNameToValueMap\": {\n                    \"wash care\": \"machine wash\",\n                    \"sleeve length\": \"long sleeves\"\n                },\n                \"attributeValueEntryList\": [\n                    {\n                        \"type\": \"attributeValueEntry\",\n                        \"id\": 827,\n                        \"version\": 0,\n                        \"attributeValue\": \"Long Sleeves\",\n                        \"applicableSet\": \"Default\",\n                        \"isActive\": true,\n                        \"attributeCode\": \"LONG_SLEEVES\",\n                        \"updatedBy\": \"roshni.subba\",\n                        \"filterOrder\": 2,\n                        \"isFeatured\": 0,\n                        \"isLatest\": 0,\n                        \"attributeType\": {\n                            \"id\": 52,\n                            \"typeName\": \"Sleeve Length\",\n                            \"isActive\": true,\n                            \"typeOfAttribute\": \"singleValued\",\n                            \"isFilter\": true,\n                            \"isRequired\": true,\n                            \"productCategoryId\": 85,\n                            \"code\": \"sleeve_length_measurement\",\n                            \"updatedBy\": \"roshni.subba\",\n                            \"isSearchableOnPDP\": false,\n                            \"attributeType\": \"LIST\"\n                        },\n                        \"attributeTypeId\": 52\n                    },\n                    {\n                        \"type\": \"attributeValueEntry\",\n                        \"id\": 15694,\n                        \"createdBy\": \"roshni.subba\",\n                        \"version\": 0,\n                        \"attributeValue\": \"Machine Wash\",\n                        \"isActive\": true,\n                        \"attributeCode\": \"MACHINE_WASH\",\n                        \"updatedBy\": \"roshni.subba\",\n                        \"filterOrder\": 2,\n                        \"isFeatured\": 0,\n                        \"isLatest\": 0,\n                        \"attributeType\": {\n                            \"id\": 1661,\n                            \"createdBy\": \"roshni.subba\",\n                            \"typeName\": \"Wash Care\",\n                            \"isActive\": true,\n                            \"typeOfAttribute\": \"singleValued\",\n                            \"isFilter\": false,\n                            \"isRequired\": false,\n                            \"productCategoryId\": 85,\n                            \"code\": \"wash_care\",\n                            \"updatedBy\": \"roshni.subba\",\n                            \"isSearchableOnPDP\": false,\n                            \"attributeType\": \"LIST\"\n                        },\n                        \"attributeTypeId\": 1661\n                    }\n                ],\n                \"unifiedSizeValueId\": 10016,\n                \"unifiedSizeIntraScaleOrder\": 17,\n                \"measurementMap\": {\n                    \"bust ( inches )\": \"45.5\",\n                    \"to fit bust ( inches )\": \"45.5\",\n                    \"chest ( inches )\": \"45.5\"\n                },\n                \"measurementCodeToValueMap\": {\n                    \"chest\": 45.5,\n                    \"to_fit_bust\": 45.5,\n                    \"bust\": 45.5\n                },\n                \"measurementRangeCodeToValueMap\": {},\n                \"sizesMap\": {\n                    \"Standard Size\": \"XL\",\n                    \"Brand Size\": \"XL/P\",\n                    \"is Standard Size present on Label\": \"YES\"\n                },\n                \"sizeCodeToValuesMap\": {\n                    \"brand_size\": \"XL/P\",\n                    \"myntra_size\": \"XL\",\n                    \"is_in_brand\": \"YES\"\n                },\n                \"sizeDescToValuesMap\": {\n                    \"Standard Size\": \"XL\",\n                    \"Brand Size\": \"XL/P\",\n                    \"is Standard Size present on Label\": \"YES\"\n                },\n                \"specificAttributesName\": [\n                    \"fabric\",\n                    \"collar\",\n                    \"sleeve length\",\n                    \"sleeve styling\",\n                    \"pattern\",\n                    \"fit\",\n                    \"occasion\",\n                    \"weave pattern\",\n                    \"fabric 2\",\n                    \"brand fit name\",\n                    \"surface styling\",\n                    \"length\",\n                    \"hemline\",\n                    \"placket\",\n                    \"print or pattern type\",\n                    \"main trend\",\n                    \"wash care\",\n                    \"placket length\",\n                    \"cuff\",\n                    \"transparency\",\n                    \"pocket type\",\n                    \"body or garment size\",\n                    \"number of pockets\"\n                ],\n                \"styleDescription\": \"Classic, oversize shirt in a crisp cotton weave. Features a collar, concealed buttons down the front and a yoke with a pleat at the back for added width. Dropped shoulders, long sleeves with button cuffs and a rounded hem. Slightly longer at the back.\",\n                \"materialCareDescription\": \"100% Cotton\",\n                \"styleNote\": \"white\",\n                \"sizeAndFitDescription\": \"Classic, oversize shirt in a crisp cotton weave. Features a collar, concealed buttons down the front and a yoke with a pleat at the back for added width. Dropped shoulders, long sleeves with button cuffs and a rounded hem. Slightly longer at the back.\",\n                \"productDisplayName\": \"Oversize Cotton Shirt\",\n                \"defaultImageURL\": \"http://lp2.hm.com/hmgoepprod?set=source[/13/3b/133b529269bb1182ed287d4d4308c591c9b4a950.jpg],origin[dam],category[ladies_shirtsblouses_shirts],type[DESCRIPTIVESTILLLIFE],res[m],hmver[1]&call=url[file:/product/fullscreen]\",\n                \"rightImageURL\": \"http://lp2.hm.com/hmgoepprod?set=source[/b7/21/b721f349538475eb2146e1b5d5f084a721778729.jpg],origin[dam],category[ladies_shirtsblouses_shirts],type[DESCRIPTIVEDETAIL],res[m],hmver[1]&call=url[file:/product/fullscreen]\",\n                \"leftImageURL\": \"http://lp2.hm.com/hmgoepprod?set=source[/4e/52/4e52c93489e7cf807fae695be8010cc8154133f0.jpg],origin[dam],category[ladies_shirtsblouses_shirts],type[LOOKBOOK],res[m],hmver[1]&call=url[file:/product/fullscreen]\",\n                \"frontImageURL\": \"http://lp2.hm.com/hmgoepprod?set=source[/9a/49/9a49da5094d83d2fcb75ab3db366413a99685d07.jpg],origin[dam],category[ladies_shirtsblouses_shirts],type[LOOKBOOK],res[m],hmver[1]&call=url[file:/product/fullscreen]\",\n                \"backImageURL\": \"http://lp2.hm.com/hmgoepprod?set=source[/60/5e/605e44c0d91f46d0d1d84919d1e00c348a400edf.jpg],origin[dam],category[ladies_shirtsblouses_shirts],type[LOOKBOOK],res[m],hmver[1]&call=url[file:/product/fullscreen]\",\n                \"boughtFor\": 3974,\n                \"isIB\": false,\n                \"sellerID\": 1082,\n                \"hsnempty\": false,\n                \"mrp\": 29,\n                \"bvcsinfo\": \"BVCS(H&M, 0811525001, White, XL/P )\",\n                \"gtin\": \"00811525001013\"\n            },\n            {\n                \"articleTypeCode\": \"SHRT\",\n                \"sheetName\": \"Shirts\",\n                \"rowNo\": 3,\n                \"styleGroupId\": 419,\n                \"vendorSKUCode\": \"0697564010018\",\n                \"vendorArticleNumber\": \"0697564010\",\n                \"vendorArticleName\": \"Cotton Shirt\",\n                \"brand\": \"H&M\",\n                \"manufacturerInfo\": \"Imported By : H&M Hennes & Mauritz Retail Pvt. Ltd. A-wing, D-3, 2nd Floor District Centre Saket New Delhi -110017 India\",\n                \"countryOfOrigin\": \"Bangladesh\",\n                \"articleType\": \"Shirts\",\n                \"remarks\": \"White\",\n                \"vendorHSN\": \"61061000\",\n                \"brandCode\": \"H&M\",\n                \"globalAttributeAgeGroup\": \"Adults-Women\",\n                \"globalAttributeGender\": \"Women\",\n                \"globalAttributeBaseColor\": \"White\",\n                \"globalAttributeFashionType\": \"Fashion\",\n                \"globalAttributeYear\": \"2020\",\n                \"globalAttributeSeason\": \"Winter\",\n                \"specificAttributesNameToValueMap\": {\n                    \"wash care\": \"machine wash\",\n                    \"sleeve length\": \"long sleeves\"\n                },\n                \"attributeValueEntryList\": [\n                    {\n                        \"type\": \"attributeValueEntry\",\n                        \"id\": 827,\n                        \"version\": 0,\n                        \"attributeValue\": \"Long Sleeves\",\n                        \"applicableSet\": \"Default\",\n                        \"isActive\": true,\n                        \"attributeCode\": \"LONG_SLEEVES\",\n                        \"updatedBy\": \"roshni.subba\",\n                        \"filterOrder\": 2,\n                        \"isFeatured\": 0,\n                        \"isLatest\": 0,\n                        \"attributeType\": {\n                            \"id\": 52,\n                            \"typeName\": \"Sleeve Length\",\n                            \"isActive\": true,\n                            \"typeOfAttribute\": \"singleValued\",\n                            \"isFilter\": true,\n                            \"isRequired\": true,\n                            \"productCategoryId\": 85,\n                            \"code\": \"sleeve_length_measurement\",\n                            \"updatedBy\": \"roshni.subba\",\n                            \"isSearchableOnPDP\": false,\n                            \"attributeType\": \"LIST\"\n                        },\n                        \"attributeTypeId\": 52\n                    },\n                    {\n                        \"type\": \"attributeValueEntry\",\n                        \"id\": 15694,\n                        \"createdBy\": \"roshni.subba\",\n                        \"version\": 0,\n                        \"attributeValue\": \"Machine Wash\",\n                        \"isActive\": true,\n                        \"attributeCode\": \"MACHINE_WASH\",\n                        \"updatedBy\": \"roshni.subba\",\n                        \"filterOrder\": 2,\n                        \"isFeatured\": 0,\n                        \"isLatest\": 0,\n                        \"attributeType\": {\n                            \"id\": 1661,\n                            \"createdBy\": \"roshni.subba\",\n                            \"typeName\": \"Wash Care\",\n                            \"isActive\": true,\n                            \"typeOfAttribute\": \"singleValued\",\n                            \"isFilter\": false,\n                            \"isRequired\": false,\n                            \"productCategoryId\": 85,\n                            \"code\": \"wash_care\",\n                            \"updatedBy\": \"roshni.subba\",\n                            \"isSearchableOnPDP\": false,\n                            \"attributeType\": \"LIST\"\n                        },\n                        \"attributeTypeId\": 1661\n                    }\n                ],\n                \"measurementMap\": {},\n                \"measurementCodeToValueMap\": {},\n                \"measurementRangeCodeToValueMap\": {},\n                \"sizesMap\": {\n                    \"Standard Size\": \"\",\n                    \"Brand Size\": \"6P (EUR 34P)\",\n                    \"is Standard Size present on Label\": \"YES\"\n                },\n                \"sizeCodeToValuesMap\": {\n                    \"brand_size\": \"6P (EUR 34P)\",\n                    \"myntra_size\": \"\",\n                    \"is_in_brand\": \"YES\"\n                },\n                \"sizeDescToValuesMap\": {\n                    \"Standard Size\": \"\",\n                    \"Brand Size\": \"6P (EUR 34P)\",\n                    \"is Standard Size present on Label\": \"YES\"\n                },\n                \"specificAttributesName\": [\n                    \"fabric\",\n                    \"collar\",\n                    \"sleeve length\",\n                    \"sleeve styling\",\n                    \"pattern\",\n                    \"fit\",\n                    \"occasion\",\n                    \"weave pattern\",\n                    \"fabric 2\",\n                    \"brand fit name\",\n                    \"surface styling\",\n                    \"length\",\n                    \"hemline\",\n                    \"placket\",\n                    \"print or pattern type\",\n                    \"main trend\",\n                    \"wash care\",\n                    \"placket length\",\n                    \"cuff\",\n                    \"transparency\",\n                    \"pocket type\",\n                    \"body or garment size\",\n                    \"number of pockets\"\n                ],\n                \"styleDescription\": \"Shirt in airy cotton with a collar and buttons down the front. Long sleeves with buttoned cuff and a rounded hem.\",\n                \"materialCareDescription\": \"100% Cotton\",\n                \"styleNote\": \"white\",\n                \"sizeAndFitDescription\": \"Shirt in airy cotton with a collar and buttons down the front. Long sleeves with buttoned cuff and a rounded hem.\",\n                \"productDisplayName\": \"Cotton Shirt\",\n                \"defaultImageURL\": \"http://lp2.hm.com/hmgoepprod?set=source[/0d/df/0ddfbc91b035f8f92e67f38482bae80486070300.jpg],origin[dam],category[ladies_shirtsblouses_shirts],type[DESCRIPTIVESTILLLIFE],res[m],hmver[1]&call=url[file:/product/fullscreen]\",\n                \"rightImageURL\": \"http://lp2.hm.com/hmgoepprod?set=source[/83/a6/83a608680dc4f1928e835bb231390b078b53d2b3.jpg],origin[dam],category[ladies_shirtsblouses_shirts],type[DESCRIPTIVEDETAIL],res[m],hmver[1]&call=url[file:/product/fullscreen]\",\n                \"leftImageURL\": \"http://lp2.hm.com/hmgoepprod?set=source[/aa/96/aa96cb04dcd2614d083d1661b3740897b03dcab9.jpg],origin[dam],category[ladies_shirtsblouses_shirts],type[LOOKBOOK],res[m],hmver[1]&call=url[file:/product/fullscreen]\",\n                \"frontImageURL\": \"http://lp2.hm.com/hmgoepprod?set=source[/e1/46/e14633ca4f6f6ef5b783fdad2b2131c63fea2a2e.jpg],origin[dam],category[ladies_shirtsblouses_shirts],type[LOOKBOOK],res[m],hmver[1]&call=url[file:/product/fullscreen]\",\n                \"backImageURL\": \"http://lp2.hm.com/hmgoepprod?set=source[/80/a1/80a11400ece9c8f22f80323b50020257630f537e.jpg],origin[dam],category[ladies_shirtsblouses_shirts],type[LOOKBOOK],res[m],hmver[1]&call=url[file:/product/fullscreen]\",\n                \"boughtFor\": 3974,\n                \"isIB\": false,\n                \"sellerID\": 1082,\n                \"hsnempty\": false,\n                \"mrp\": 19,\n                \"bvcsinfo\": \"BVCS(H&M, 0697564010, White, 6P (EUR 34P) )\",\n                \"gtin\": \"00697564010018\"\n            }\n        ],\n        \"sheetValidatorErrorEntries\": [\n            {\n                \"errorInfo\": \"Error in sheet 'Shirts', row no 3 and BVCS(H&M, 0697564010, White, 6P (EUR 34P) )\",\n                \"errorMessage\": \"Size value cannot be empty for the mandatory size Standard Size\"\n            },\n            {\n                \"errorInfo\": \"Error in sheet 'Shirts', row no 4 and BVCS(H&M, 0697564010, White, 8P (EUR 36P) )\",\n                \"errorMessage\": \"Size value cannot be empty for the mandatory size Standard Size\"\n            },\n            {\n                \"errorInfo\": \"Error in sheet 'Shirts', row no 5 and BVCS(H&M, 0697564010, White, 10P (EUR 38P) )\",\n                \"errorMessage\": \"Size value cannot be empty for the mandatory size Standard Size\"\n            }\n        ],\n        \"buyingEntityId\": 3974,\n        \"brandName\": \"H&M\"\n    }\n}"},{"id":"93674fdf-8db0-43dd-93d8-7c3d56d7c99a","name":"500 - ERROR - Error while uploading file ","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"access_token","value":"xxxx","type":"text"},{"key":"Transfer-Encoding","value":"chunked","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"/Users/300041359/Downloads/lotSheet (1).xlsx"}]},"url":{"raw":"https://api.pretr.com/partner/catalog/diy/import/sheetValidator?source=seller&styleCreationSource={{creation_source}}&studio={{studio}}&partnerEmailId={{email_id}}","host":["https://api.pretr.com"],"path":["partner","catalog","diy","import","sheetValidator"],"query":[{"key":"source","value":"seller"},{"key":"styleCreationSource","value":"{{creation_source}}"},{"key":"studio","value":"{{studio}}"},{"key":"partnerEmailId","value":"{{email_id}}"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 500,\n    \"statusMessage\": \"Error while Uploading File\",\n    \"statusType\": \"ERROR\"\n}"},{"id":"d551882b-514d-48a1-9c01-df751347ec8d","name":"200 - SUCEESS- Successfully sumission of catalog","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"multipart/form-data","type":"text"},{"key":"access_token","value":"xxxx","type":"text"},{"key":"Transfer-Encoding","value":"chunked","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null}]},"url":{"raw":"https://api.pretr.com/partner/catalog/diy/import/sheetValidator?source=seller&styleCreationSource={{creation_source}}&studio={{studio}}&partnerEmailId={{email_id}}","host":["https://api.pretr.com"],"path":["partner","catalog","diy","import","sheetValidator"],"query":[{"key":"source","value":"seller"},{"key":"styleCreationSource","value":"{{creation_source}}"},{"key":"studio","value":"{{studio}}"},{"key":"partnerEmailId","value":"{{email_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 3,\n    \"statusMessage\": \"Successfully completed the sheet validation\",\n    \"statusType\": \"SUCCESS\",\n    \"totalCount\": 0,\n    \"data\": {\n        \"rowDTOList\": [\n            {\n                \"articleTypeCode\": \"TSHT\",\n                \"sheetName\": \"Tshirts\",\n                \"rowNo\": 4,\n                \"styleGroupId\": 1,\n                \"vendorArticleNumber\": \"205000005881059\",\n                \"vendorArticleName\": \"110042758PINK MELANGE\",\n                \"brand\": \"Puma\",\n                \"manufacturerInfo\": \"Aditya Birla Fashion & Retail Limited, Pantaloons Division, 701-704, 7Th Floor, Skyline Icon Business Park, 86-92, Off A.K. Road, Marol Village, Andheri East, Mumbai, Maharashtra - 400059, India\",\n                \"countryOfOrigin\": \"India\",\n                \"articleType\": \"Tshirts\",\n                \"remarks\": \"PINK MELANGE\",\n                \"myntraHSN\": \"42031010\",\n                \"vendorHSN\": \"42031010\",\n                \"brandCode\": \"PUMA\",\n                \"globalAttributeAgeGroup\": \"Adults-Women\",\n                \"globalAttributeGender\": \"Women\",\n                \"globalAttributeBaseColor\": \"Pink\",\n                \"globalAttributeFashionType\": \"Fashion\",\n                \"globalAttributeYear\": \"2018\",\n                \"globalAttributeSeason\": \"Spring\",\n                \"specificAttributesNameToValueMap\": {\n                    \"occasion\": \"\",\n                    \"number of pockets\": \"\",\n                    \"sleeve styling\": \"\",\n                    \"wash care\": \"\",\n                    \"multipack set\": \"\",\n                    \"surface styling\": \"\",\n                    \"sleeve length\": \"\",\n                    \"pattern\": \"\",\n                    \"length\": \"\",\n                    \"print or pattern type\": \"\",\n                    \"neck\": \"\",\n                    \"body or garment size\": \"\",\n                    \"fit\": \"\",\n                    \"fabric 2\": \"\",\n                    \"fabric\": \"cotton\",\n                    \"main trend\": \"\",\n                    \"pattern coverage\": \"\",\n                    \"fabric 3\": \"\"\n                },\n                \"attributeValueEntryList\": [\n                    {\n                        \"type\": \"attributeValueEntry\",\n                        \"id\": 980,\n                        \"version\": 1,\n                        \"attributeValue\": \"Cotton\",\n                        \"applicableSet\": \"Default\",\n                        \"isActive\": true,\n                        \"attributeCode\": \"COTTON\",\n                        \"updatedBy\": \"cmsadminuser@myntra.com\",\n                        \"filterOrder\": 1,\n                        \"isFeatured\": 0,\n                        \"isLatest\": 0,\n                        \"attributeType\": {\n                            \"id\": 80,\n                            \"typeName\": \"Fabric\",\n                            \"isActive\": true,\n                            \"typeOfAttribute\": \"singleValued\",\n                            \"isFilter\": true,\n                            \"isRequired\": false,\n                            \"productCategoryId\": 90,\n                            \"code\": \"fabric\",\n                            \"sourceMandatoriness\": {\n                                \"diy\": true,\n                                \"oi\": true,\n                                \"mfb\": true\n                            },\n                            \"updatedBy\": \"cmsadminuser@myntra.com\",\n                            \"isSearchableOnPDP\": false,\n                            \"attributeType\": \"LIST\"\n                        },\n                        \"attributeTypeId\": 80\n                    }\n                ],\n                \"unifiedSizeValueId\": 10007,\n                \"unifiedSizeIntraScaleOrder\": 8,\n                \"measurementMap\": {\n                    \"bust ( inches )\": \"34\",\n                    \"across shoulder ( inches )\": \"\",\n                    \"to fit waist ( inches )\": \"\",\n                    \"to fit bust ( inches )\": \"\",\n                    \"waist ( inches )\": \"\",\n                    \"sleeve-length ( inches )\": \"\",\n                    \"front length ( inches )\": \"24.5\",\n                    \"hips ( inches )\": \"\",\n                    \"chest ( inches )\": \"34\"\n                },\n                \"measurementCodeToValueMap\": {\n                    \"chest\": 34,\n                    \"front_length\": 24.5,\n                    \"bust\": 34\n                },\n                \"measurementRangeCodeToValueMap\": {},\n                \"sizesMap\": {\n                    \"Standard Size\": \"S\",\n                    \"Brand Size\": \"S\",\n                    \"is Standard Size present on Label\": \"Yes\"\n                },\n                \"sizeCodeToValuesMap\": {\n                    \"brand_size\": \"S\",\n                    \"myntra_size\": \"S\",\n                    \"is_in_brand\": true\n                },\n                \"sizeDescToValuesMap\": {\n                    \"Standard Size\": \"S\",\n                    \"Brand Size\": \"S\"\n                },\n                \"specificAttributesName\": [\n                    \"fabric\",\n                    \"sleeve length\",\n                    \"neck\",\n                    \"pattern\",\n                    \"fit\",\n                    \"multipack set\",\n                    \"occasion\",\n                    \"fabric 2\",\n                    \"fabric 3\",\n                    \"surface styling\",\n                    \"print or pattern type\",\n                    \"pattern coverage\",\n                    \"main trend\",\n                    \"sleeve styling\",\n                    \"length\",\n                    \"number of pockets\",\n                    \"wash care\",\n                    \"body or garment size\"\n                ],\n                \"materialCareDescription\": \"Machine Wash\",\n                \"defaultImageURL\": \"http://myntra.myntassets.com/assets/images/diy/2019/1/8/b7914fc9-9fca-466c-95d6-7f8cb214e9ffdefault.jpg\",\n                \"rightImageURL\": \"http://myntra.myntassets.com/assets/images/diy/2019/1/8/b7914fc9-9fca-466c-95d6-7f8cb214e9ffright.jpg\",\n                \"leftImageURL\": \"http://myntra.myntassets.com/assets/images/diy/2019/1/8/b7914fc9-9fca-466c-95d6-7f8cb214e9ffleft.jpg\",\n                \"frontImageURL\": \"http://myntra.myntassets.com/assets/images/diy/2019/1/8/b7914fc9-9fca-466c-95d6-7f8cb214e9fffront.jpg\",\n                \"backImageURL\": \"http://myntra.myntassets.com/assets/images/diy/2019/1/8/b7914fc9-9fca-466c-95d6-7f8cb214e9ffback.jpg\",\n                \"topImageURL\": \"http://myntra.myntassets.com/assets/images/diy/2019/1/8/b7914fc9-9fca-466c-95d6-7f8cb214e9ffright.jpg\",\n                \"boughtFor\": 3974,\n                \"isIB\": false,\n                \"sellerID\": 1,\n                \"mrp\": 249,\n                \"hsnempty\": false,\n                \"bvcsinfo\": \"BVCS(Puma, 205000005881059, PINK MELANGE, S )\"\n            },\n            {\n                \"articleTypeCode\": \"TSHT\",\n                \"sheetName\": \"Tshirts\",\n                \"rowNo\": 5,\n                \"styleGroupId\": 1,\n                \"vendorArticleNumber\": \"205000005881060\",\n                \"vendorArticleName\": \"110042758PINK MELANGE\",\n                \"brand\": \"Puma\",\n                \"manufacturerInfo\": \"Aditya Birla Fashion & Retail Limited, Pantaloons Division, 701-704, 7Th Floor, Skyline Icon Business Park, 86-92, Off A.K. Road, Marol Village, Andheri East, Mumbai, Maharashtra - 400059, India\",\n                \"countryOfOrigin\": \"India\",\n                \"articleType\": \"Tshirts\",\n                \"remarks\": \"PINK MELANGE\",\n                \"myntraHSN\": \"42031010\",\n                \"vendorHSN\": \"42031010\",\n                \"brandCode\": \"PUMA\",\n                \"globalAttributeAgeGroup\": \"Adults-Women\",\n                \"globalAttributeGender\": \"Women\",\n                \"globalAttributeBaseColor\": \"Pink\",\n                \"globalAttributeFashionType\": \"Fashion\",\n                \"globalAttributeYear\": \"2018\",\n                \"globalAttributeSeason\": \"Spring\",\n                \"specificAttributesNameToValueMap\": {\n                    \"occasion\": \"\",\n                    \"number of pockets\": \"\",\n                    \"sleeve styling\": \"\",\n                    \"wash care\": \"\",\n                    \"multipack set\": \"\",\n                    \"surface styling\": \"\",\n                    \"sleeve length\": \"\",\n                    \"pattern\": \"\",\n                    \"length\": \"\",\n                    \"print or pattern type\": \"\",\n                    \"neck\": \"\",\n                    \"body or garment size\": \"\",\n                    \"fit\": \"\",\n                    \"fabric 2\": \"\",\n                    \"fabric\": \"cotton\",\n                    \"main trend\": \"\",\n                    \"pattern coverage\": \"\",\n                    \"fabric 3\": \"\"\n                },\n                \"attributeValueEntryList\": [\n                    {\n                        \"type\": \"attributeValueEntry\",\n                        \"id\": 980,\n                        \"version\": 1,\n                        \"attributeValue\": \"Cotton\",\n                        \"applicableSet\": \"Default\",\n                        \"isActive\": true,\n                        \"attributeCode\": \"COTTON\",\n                        \"updatedBy\": \"cmsadminuser@myntra.com\",\n                        \"filterOrder\": 1,\n                        \"isFeatured\": 0,\n                        \"isLatest\": 0,\n                        \"attributeType\": {\n                            \"id\": 80,\n                            \"typeName\": \"Fabric\",\n                            \"isActive\": true,\n                            \"typeOfAttribute\": \"singleValued\",\n                            \"isFilter\": true,\n                            \"isRequired\": false,\n                            \"productCategoryId\": 90,\n                            \"code\": \"fabric\",\n                            \"sourceMandatoriness\": {\n                                \"diy\": true,\n                                \"oi\": true,\n                                \"mfb\": true\n                            },\n                            \"updatedBy\": \"cmsadminuser@myntra.com\",\n                            \"isSearchableOnPDP\": false,\n                            \"attributeType\": \"LIST\"\n                        },\n                        \"attributeTypeId\": 80\n                    }\n                ],\n                \"unifiedSizeValueId\": 10010,\n                \"unifiedSizeIntraScaleOrder\": 11,\n                \"measurementMap\": {\n                    \"bust ( inches )\": \"36\",\n                    \"across shoulder ( inches )\": \"\",\n                    \"to fit waist ( inches )\": \"\",\n                    \"to fit bust ( inches )\": \"\",\n                    \"waist ( inches )\": \"\",\n                    \"sleeve-length ( inches )\": \"\",\n                    \"front length ( inches )\": \"25\",\n                    \"hips ( inches )\": \"\",\n                    \"chest ( inches )\": \"36\"\n                },\n                \"measurementCodeToValueMap\": {\n                    \"chest\": 36,\n                    \"front_length\": 25,\n                    \"bust\": 36\n                },\n                \"measurementRangeCodeToValueMap\": {},\n                \"sizesMap\": {\n                    \"Standard Size\": \"M\",\n                    \"Brand Size\": \"M\",\n                    \"is Standard Size present on Label\": \"Yes\"\n                },\n                \"sizeCodeToValuesMap\": {\n                    \"brand_size\": \"M\",\n                    \"myntra_size\": \"M\",\n                    \"is_in_brand\": true\n                },\n                \"sizeDescToValuesMap\": {\n                    \"Standard Size\": \"M\",\n                    \"Brand Size\": \"M\"\n                },\n                \"specificAttributesName\": [\n                    \"fabric\",\n                    \"sleeve length\",\n                    \"neck\",\n                    \"pattern\",\n                    \"fit\",\n                    \"multipack set\",\n                    \"occasion\",\n                    \"fabric 2\",\n                    \"fabric 3\",\n                    \"surface styling\",\n                    \"print or pattern type\",\n                    \"pattern coverage\",\n                    \"main trend\",\n                    \"sleeve styling\",\n                    \"length\",\n                    \"number of pockets\",\n                    \"wash care\",\n                    \"body or garment size\"\n                ],\n                \"materialCareDescription\": \"Machine Wash\",\n                \"defaultImageURL\": \"http://myntra.myntassets.com/assets/images/diy/2019/1/8/b7914fc9-9fca-466c-95d6-7f8cb214e9ffdefault.jpg\",\n                \"rightImageURL\": \"http://myntra.myntassets.com/assets/images/diy/2019/1/8/b7914fc9-9fca-466c-95d6-7f8cb214e9ffright.jpg\",\n                \"leftImageURL\": \"http://myntra.myntassets.com/assets/images/diy/2019/1/8/b7914fc9-9fca-466c-95d6-7f8cb214e9ffleft.jpg\",\n                \"frontImageURL\": \"http://myntra.myntassets.com/assets/images/diy/2019/1/8/b7914fc9-9fca-466c-95d6-7f8cb214e9fffront.jpg\",\n                \"backImageURL\": \"http://myntra.myntassets.com/assets/images/diy/2019/1/8/b7914fc9-9fca-466c-95d6-7f8cb214e9ffback.jpg\",\n                \"topImageURL\": \"http://myntra.myntassets.com/assets/images/diy/2019/1/8/b7914fc9-9fca-466c-95d6-7f8cb214e9ffright.jpg\",\n                \"boughtFor\": 3974,\n                \"isIB\": false,\n                \"sellerID\": 1,\n                \"mrp\": 249,\n                \"hsnempty\": false,\n                \"bvcsinfo\": \"BVCS(Puma, 205000005881060, PINK MELANGE, M )\"\n            }\n        ],\n        \"sheetValidatorErrorEntries\": [],\n        \"sheetValidatorSuccessEntry\": {\n            \"taskId\": 298889,\n            \"sheetUrl\": \"https://myntracms.blob.core.windows.net/dam-assets/assets/documents/2020/10/28/76567-1603879963001-temp491603879962236lotSheet--1-.xlsx\"\n        },\n        \"buyingEntityId\": 3974,\n        \"businessUnit\": \"Women's Western Wear\",\n        \"brandName\": \"Puma\",\n        \"cmEmailIdCsv\": \"nishima.kaler@jabong.com\",\n        \"curationType\": \"MANUAL\",\n        \"partnerEmailId\": \"vinayak.parekh@myntra.com\"\n    }\n}"}],"_postman_id":"5a734f5a-6d80-48ea-bd93-70a379ea444f"},{"name":"Fetch Task Status","id":"52d1aa2f-6fe4-4296-8a0c-ebc46a3085af","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"user-agent":true}},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"access_token","type":"text","value":"xxxx"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.pretr.com/partner/catalog/diy/task/{{task_id}}","description":"<hr />\n<h2 id=\"parameters-\">Parameters : </h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th>Value</th>\n<th>Definition</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>task_id*</td>\n<td>xxxx</td>\n<td><code>taskId</code> which you would have received in response of successful catalog submission submit catalog API.</td>\n</tr>\n<tr>\n<td>status</td>\n<td>xxxx</td>\n<td>Also <code>status</code> attribute which will give you current status of task_id</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"usecase-\">UseCase :</h2>\n<p>API will give the status of task id</p>\n<hr />\n<h2 id=\"api-response-\">API Response : </h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status Code</th>\n<th>HTTP Status Code</th>\n<th>Status Type</th>\n<th>Status Message</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>3</td>\n<td>200</td>\n<td>SUCCESS</td>\n<td>Success</td>\n</tr>\n<tr>\n<td>1</td>\n<td>200</td>\n<td>SUCCESS</td>\n<td>Row with given id/info not found</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["partner","catalog","diy","task","{{task_id}}"],"host":["https://api.pretr.com"],"query":[],"variable":[]}},"response":[{"id":"0164913b-c65b-4409-9112-d4b367b1da3c","name":"200 - ERROR - NOT FOUND","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"access_token","type":"text","value":"xxxx"}],"url":"https://api.pretr.com/partner/catalog/diy/task/{{task_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 1,\n    \"statusCodes\": {\n        \"statusCode\": 1,\n        \"statusMessage\": \"Row with given id/info not found\"\n    },\n    \"statusMessage\": \"Row with given id/info not found\",\n    \"statusType\": \"SUCCESS\",\n    \"totalCount\": 0\n}"},{"id":"baf8a5e9-4836-45e2-bbde-68813fa82521","name":"200 - SUCCESS - FOUND","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"access_token","type":"text","value":"xxxx"}],"url":"https://api.pretr.com/partner/catalog/diy/task/{{task_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 3,\n    \"statusCodes\": {\n        \"statusCode\": 3,\n        \"statusMessage\": \"Success\"\n    },\n    \"statusMessage\": \"Success\",\n    \"statusType\": \"SUCCESS\",\n    \"totalCount\": 1,\n    \"data\": [\n        {\n            \"id\": 298889,\n            \"createdBy\": \"test@g.com\",\n            \"createdOn\": 1603879963000,\n            \"lastModifiedOn\": 1603963534000,\n            \"version\": 3,\n            \"status\": \"MANUAL_QC\",\n            \"partnerId\": 1,\n            \"inputFileLocation\": \"https://myntracms.blob.core.windows.net/dam-assets/assets/documents/2020/10/28/76567-1603879963001-temp491603879962236lotSheet--1-.xlsx\",\n            \"studio\": \"other_studios\",\n            \"businessUnit\": \"Women's Western Wear\",\n            \"brandName\": \"Puma\",\n            \"productsCount\": 1,\n            \"source\": \"seller\",\n            \"cmEmailIds\": \"nishima.kaler@jabong.com\",\n            \"curationType\": \"MANUAL\",\n            \"curationPendingProductsCount\": 0,\n            \"curationRejectProductsCount\": 1,\n            \"buyingEntityId\": 3974,\n            \"currentProductCount\": 1,\n            \"isIB\": false,\n            \"partnerEmailId\": \"test@g.com\",\n            \"styleCreationSource\": \"diy\"\n        }\n    ]\n}"}],"_postman_id":"52d1aa2f-6fe4-4296-8a0c-ebc46a3085af"},{"name":"Fetch status of uploaded styles","id":"11e67b70-755f-4431-ac55-69698d76c79b","protocolProfileBehavior":{"disabledSystemHeaders":{"user-agent":true},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"access_token","value":"xxxx"},{"key":"cache-control","value":"no-cache"},{"key":"access_token","value":"xxxx","type":"text"}],"url":"https://api.pretr.com/partner/catalog/diy/status/export/{{task_id}}","description":"<hr />\n<h2 id=\"parameters-\">Parameters : </h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th>Value</th>\n<th>Definition</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>job_id*</td>\n<td>xxxx</td>\n<td><code>taskId</code> from submit catalog API response</td>\n</tr>\n<tr>\n<td>filterStatus</td>\n<td>P  <hr /> QCR,CR,DR</td>\n<td>returns all the styles listed and visible on Myntra's website.  <hr />Returns all the styles which have been rejected and are not yet live on Myntra's website</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"style-status-code--definition-\">Style Status Code &amp; Definition :</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>QCR</td>\n<td>QC Reject : The style has been rejected by the QC team. Please check the error file for more details.</td>\n</tr>\n<tr>\n<td>CR</td>\n<td>Curation Reject : Product isn't fit to be on-boarded into Myntra catalog</td>\n</tr>\n<tr>\n<td>PR</td>\n<td>Partner Reject : This style is not submitted and has been disabled by you.</td>\n</tr>\n<tr>\n<td>CA</td>\n<td>Curation Approved</td>\n</tr>\n<tr>\n<td>D</td>\n<td>Draft</td>\n</tr>\n<tr>\n<td>DR</td>\n<td>Duplicate Reject</td>\n</tr>\n<tr>\n<td>PD</td>\n<td>Partner Draft</td>\n</tr>\n<tr>\n<td>SCA</td>\n<td>System Curation Approved</td>\n</tr>\n<tr>\n<td>P</td>\n<td>Active</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"usecase-\">UseCase : </h2>\n<p>The API will fetch the status of each style uploaded in the file. \nAPI response will come in <code>text</code> CSV (coma separated values) format.</p>\n<hr />\n<h2 id=\"api-response-\">API Response : </h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status Code</th>\n<th>HTTP Status Code</th>\n<th>Definition</th>\n</tr>\n</thead>\n<tbody>\n</tbody>\n</table>\n</div><ul>\n<li><pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>        | 200                 | Gives result in CSV format     \n</code></pre></li>\n<li><pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>        | 204                 | No Content Found\n</code></pre></li>\n</ul>\n","urlObject":{"path":["partner","catalog","diy","status","export","{{task_id}}"],"host":["https://api.pretr.com"],"query":[],"variable":[]}},"response":[{"id":"57e40b46-3929-4195-8c58-7b2f0ae5843f","name":"200- SUCESS- Fetch sucess/failure","originalRequest":{"method":"POST","header":[{"key":"accept","value":"application/json","disabled":true},{"key":"access_token","value":"xxxx"},{"key":"cache-control","value":"no-cache"},{"key":"content-type","value":"application/json","disabled":true},{"key":"access_token","value":"xxxx","type":"text"}],"url":{"raw":"https://api.pretr.com/partner/diy/status/export/{{task_id}}?filterStatus=P","host":["https://api.pretr.com"],"path":["partner","diy","status","export","{{task_id}}"],"query":[{"key":"filterStatus","value":"P"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"x-myntra-req-id","value":"fb9ea22a-473f-4e37-a000-c0a397d8fcd4"},{"key":"date","value":"Mon, 26 Oct 2020 10:21:32 GMT"},{"key":"content-type","value":"application/json"},{"key":"transfer-encoding","value":"chunked"},{"key":"connection","value":"close"}],"cookie":[],"responseTime":null,"body":"\"Lot Status\",\"VendorArticleNumber\",\"Vendor Colour(Remarks)\",\"DIY Style Status\",\"Catalog Style Status\",\"Final Status\",\"Manual Feedback\",\"Comments\"\n\"IN_CURATION\",\"2618\",\"Yellow\",\"D\",\"NA\",\"Curation In Progress\",,\"The style is currently being curated. This will move to the catalog queue in sometime\"\n\"IN_CURATION\",\"2619\",\"Orange\",\"D\",\"NA\",\"Curation In Progress\",,\"The style is currently being curated. This will move to the catalog queue in sometime\"\n\"IN_CURATION\",\"2620\",\"Magenta\",\"D\",\"NA\",\"Curation In Progress\",,\"The style is currently being curated. This will move to the catalog queue in sometime\"\n\"IN_CURATION\",\"2621\",\"Navy Blue\",\"D\",\"NA\",\"Curation In Progress\",,\"The style is currently being curated. This will move to the catalog queue in sometime\"\n\"IN_CURATION\",\"2622\",\"Grey\",\"D\",\"NA\",\"Curation In Progress\",,\"The style is currently being curated. This will move to the catalog queue in sometime\"\n\"IN_CURATION\",\"2623\",\"Green\",\"D\",\"NA\",\"Curation In Progress\",,\"The style is currently being curated. This will move to the catalog queue in sometime\"\n\"IN_CURATION\",\"2624\",\"Peach\",\"D\",\"NA\",\"Curation In Progress\",,\"The style is currently being curated. This will move to the catalog queue in sometime\"\n\"IN_CURATION\",\"2625\",\"Blue\",\"D\",\"NA\",\"Curation In Progress\",,\"The style is currently being curated. This will move to the catalog queue in sometime\"\n\"IN_CURATION\",\"2626\",\"Pink\",\"D\",\"NA\",\"Curation In Progress\",,\"The style is currently being curated. This will move to the catalog queue in sometime\"\n"},{"id":"c45e7ece-8375-4a7e-8e0d-cc51d06cb971","name":"Fetch Failure entries in Task","originalRequest":{"method":"POST","header":[{"key":"accept","value":"application/json"},{"key":"access_token","value":"xxxx"},{"key":"cache-control","value":"no-cache"},{"key":"content-type","value":"application/json","disabled":true},{"key":"access_token","value":"xxxx","type":"text"}],"url":{"raw":"https://api.pretr.com/partner/diy/status/export/{{task_id}}?filterStatus=QCR,CR,DR","host":["https://api.pretr.com"],"path":["partner","diy","status","export","{{task_id}}"],"query":[{"key":"filterStatus","value":"QCR,CR,DR"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"x-myntra-req-id","value":"fb9ea22a-473f-4e37-a000-c0a397d8fcd4"},{"key":"date","value":"Mon, 26 Oct 2020 10:21:32 GMT"},{"key":"content-type","value":"application/json"},{"key":"transfer-encoding","value":"chunked"},{"key":"connection","value":"close"}],"cookie":[],"responseTime":null,"body":"\"Lot Status\",\"VendorArticleNumber\",\"Vendor Colour(Remarks)\",\"DIY Style Status\",\"Catalog Style Status\",\"Final Status\",\"Manual Feedback\",\"Comments\"\n\"LOT_REJECTED\",\"TIiKgyjARFYMmawHOurW\",\"Red\",\"QCR\",\"NA\",\"Rejected by Visual Quality Team\",,\"The style has been rejected by the QC team. Please check the error file for more details\"\n"}],"_postman_id":"11e67b70-755f-4431-ac55-69698d76c79b"}],"id":"95bfb8d1-b712-4d3a-98e3-aa8059065576","description":"<hr />\n<h2 id=\"process-\">Process : </h2>\n<p>The process of submitting the catalog is as follows</p>\n<ol>\n<li><h6 id=\"submit-catalog--\">Submit Catalog : <br /></h6>\n<p> The catalog must be submitted using a file details of which are mentioned in the API definition. The catalog creation is a Asynchronous process and the API returns a task id which can be used to track the status of the upload.</p>\n</li>\n<li><h6 id=\"fetch-task-status--\">Fetch Task Status:  <br /></h6>\n<p> To track the status of submitted catalog can be used to get the status of all the styles uploaded.</p>\n</li>\n<li><h6 id=\"fetch-status-of-uploaded-styles-\">Fetch status of uploaded styles <br /></h6>\n<p> You can fetch the status of the each uploaded style.</p>\n</li>\n</ol>\n","event":[{"listen":"prerequest","script":{"id":"9c963d76-1055-43db-b45a-a196ac91fb83","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"27301ea3-13a7-48f2-a6a3-4ab8526da7d7","type":"text/javascript","exec":[""]}}],"_postman_id":"95bfb8d1-b712-4d3a-98e3-aa8059065576"},{"name":"Products Search API","item":[{"name":"Fetch Products Listing","id":"724123e1-f547-4869-8003-99626c86b3af","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"user-agent":true}},"request":{"method":"GET","header":[{"key":"access_token","value":"xxx"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"https://api.pretr.com/partner/catalog/v2/product/search/nofilter?q={{attribute}}.eq:{{value}}&{{attribute}}.in:{{value}},{{value}}&start=0&cursorMark=*&sellerApprovalStatus={{seller_approval_status}}","description":"<hr />\n<h2 id=\"usecase-\">UseCase : </h2>\n<p> API used to fetch catalog listing </p>\n<hr />\n<h2 id=\"query-parameters-\">Query Parameters : </h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th>Name</th>\n<th>Attributes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search Allowed on Attributes</td>\n<td>Product ID / Style ID</td>\n<td>productId</td>\n</tr>\n</tbody>\n</table>\n</div><pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>                            | Brand name                            | brandName                     |\n                            | Brand ID                              | brandId                       |\n                            | Brand code                            | brandCode                     |\n                            | Physical SKU ID                       | physicalSkuIds                |\n                            | Listing Status(A,DA)                  | listingStatus                 |\n                            | Seller Approval Status(APR, REJ, PEN) | sellerApprovalStatus          |\n                            | Article Type                          | articleType.typeName          |\n                            | Article Id                            | articleType.id                |\n                            | season                                | season                        |\n                            | year                                  | year                          |\n                            | Sku Id                                | productOptions.sku.skuId      |\n</code></pre><p>Operators                       | equals (eq) and in (in)               |\nSortBy                          | Style id (productId)                  |</p>\n<h3 id=\"format-\">Format:-</h3>\n<p>{attributeName}.{operator}:{value to compare}<em><strong>{attributeName}.{operator}:{value to compare}</strong></em></p>\n<h3 id=\"example-\">Example:-</h3>\n<p>Single result operand 'eq' can be used as </p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>q=___productId.eq:1894501\n</code></pre><p>Multiple reqeust operand 'in' can be used as </p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>q=___productId.in:1894501,456321\n</code></pre>","urlObject":{"path":["partner","catalog","v2","product","search","nofilter"],"host":["https://api.pretr.com"],"query":[{"key":"q","value":"{{attribute}}.eq:{{value}}"},{"key":"{{attribute}}.in:{{value}},{{value}}","value":null},{"key":"start","value":"0"},{"key":"cursorMark","value":"*"},{"key":"sellerApprovalStatus","value":"{{seller_approval_status}}"}],"variable":[]}},"response":[{"id":"13d31302-d3f6-49b0-af8d-a530c1967dd0","name":"200 - SUCCESS - Fetching list","originalRequest":{"method":"GET","header":[{"key":"access_token","value":"xxx"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.pretr.com/partner/catalog/v2/product/search/nofilter?q={{attribute}}.eq:{{value}}&{{attribute}}.in:{{value}},{{value}}&start=0&cursorMark=*&sellerApprovalStatus={{seller_approval_status}}","host":["https://api.pretr.com"],"path":["partner","catalog","v2","product","search","nofilter"],"query":[{"key":"q","value":"{{attribute}}.eq:{{value}}"},{"key":"{{attribute}}.in:{{value}},{{value}}","value":null},{"key":"start","value":"0"},{"key":"cursorMark","value":"*"},{"key":"sellerApprovalStatus","value":"{{seller_approval_status}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 3,\n    \"statusMessage\": \"Success\",\n    \"statusType\": \"SUCCESS\",\n    \"totalCount\": 105411,\n    \"data\": [\n        {\n            \"productId\": 10430,\n            \"title\": \"Flying Machine Men Ydc Blue Shirts\",\n            \"price\": 1299,\n            \"styleType\": \"P\",\n            \"styleCategory\": \"Single Styles\",\n            \"codEnabled\": \"Y\",\n            \"isCustomizable\": false,\n            \"sizeChartDisclaimerText\": \"Garment Measurements in\",\n            \"productOptions\": [\n                {\n                    \"id\": 40594,\n                    \"name\": \"Size\",\n                    \"value\": \"SHS\",\n                    \"isActive\": true,\n                    \"price\": 1299,\n                    \"allSize\": \"38,SHS\",\n                    \"measurement\": \"{\\\"Across Shoulder\\\":{\\\"type\\\":\\\"flat\\\",\\\"value\\\":{\\\"value\\\":17.0,\\\"unit\\\":\\\"Inches\\\"}},\\\"Chest\\\":{\\\"type\\\":\\\"flat\\\",\\\"value\\\":{\\\"value\\\":39.0,\\\"unit\\\":\\\"Inches\\\"}},\\\"Front Length\\\":{\\\"type\\\":\\\"flat\\\",\\\"value\\\":{\\\"value\\\":28.0,\\\"unit\\\":\\\"Inches\\\"}}}\",\n                    \"unifiedSizeValueId\": 10544,\n                    \"unifiedSizeValue\": \"38\",\n                    \"unifiedSize\": \"38\",\n                    \"unifiedSizeScale\": \"\",\n                    \"sizeModified\": \"38\",\n                    \"unifiedScaleCode\": \"numerical_size\",\n                    \"inferredSize\": \"38\",\n                    \"overRideIsonMs\": false,\n                    \"mismatchBtwISandMS\": false,\n                    \"myntraSize\": \"38\",\n                    \"sizeUnificationIntraScaleSizeOrder\": 55,\n                    \"allSizesList\": [\n                        {\n                            \"scaleCode\": \"myntra_size\",\n                            \"sizeValue\": \"38\",\n                            \"size\": \"Size\",\n                            \"order\": 1\n                        },\n                        {\n                            \"scaleCode\": \"brand_size\",\n                            \"sizeValue\": \"SHS\",\n                            \"size\": \"Brand Size\",\n                            \"order\": 2\n                        }\n                    ],\n                    \"measurements\": [\n                        {\n                            \"name\": \"Chest\",\n                            \"displayName\": \"Chest\",\n                            \"value\": \"39.0\",\n                            \"order\": 1,\n                            \"isActive\": true,\n                            \"display\": true,\n                            \"code\": \"chest\",\n                            \"measurementUnit\": \"Inches\",\n                            \"minValue\": \"39.0\",\n                            \"maxValue\": \"39.0\"\n                        },\n                        {\n                            \"name\": \"Front Length\",\n                            \"displayName\": \"Front Length\",\n                            \"value\": \"28.0\",\n                            \"order\": 2,\n                            \"isActive\": true,\n                            \"display\": true,\n                            \"code\": \"front_length\",\n                            \"measurementUnit\": \"Inches\",\n                            \"minValue\": \"28.0\",\n                            \"maxValue\": \"28.0\"\n                        },\n                        {\n                            \"name\": \"Across Shoulder\",\n                            \"displayName\": \"Across Shoulder\",\n                            \"value\": \"17.0\",\n                            \"order\": 3,\n                            \"isActive\": true,\n                            \"display\": true,\n                            \"code\": \"across_shoulder\",\n                            \"measurementUnit\": \"Inches\",\n                            \"minValue\": \"17.0\",\n                            \"maxValue\": \"17.0\"\n                        }\n                    ],\n                    \"inferredSizeIntraScaleSizeOrder\": 55,\n                    \"listings\": [\n                        {\n                            \"id\": 40229232,\n                            \"skuId\": 58838,\n                            \"myntraSkuCode\": \"NULL\",\n                            \"sellerSkuCode\": \"8903537728237\",\n                            \"styleId\": 10430,\n                            \"enabled\": true,\n                            \"soldByPartnerId\": 6262,\n                            \"sellerId\": 6262,\n                            \"soldToPartnerId\": 2297,\n                            \"listingId\": 40229232,\n                            \"listingStatus\": \"A\",\n                            \"listingComments\": \"Relist,pendency cleared\",\n                            \"sellerApprovalStatus\": \"APR\",\n                            \"betaApprovalStatus\": \"APR\",\n                            \"sellerName\": \"ARVIND LIFESTYLE BRANDS LIMITED\",\n                            \"sellerMrp\": 1299,\n                            \"isActiveForStore\": true\n                        },\n                        {\n                            \"id\": 5199955,\n                            \"skuId\": 58838,\n                            \"myntraSkuCode\": \"NULL\",\n                            \"sellerSkuCode\": \"58838\",\n                            \"styleId\": 10430,\n                            \"enabled\": true,\n                            \"soldByPartnerId\": 4076,\n                            \"sellerId\": 19,\n                            \"soldToPartnerId\": 2297,\n                            \"listingId\": 5199955,\n                            \"listingStatus\": \"A\",\n                            \"sellerApprovalStatus\": \"APR\",\n                            \"betaApprovalStatus\": \"APR\",\n                            \"sellerName\": \"RetailNet\",\n                            \"sellerMrp\": 1299,\n                            \"isActiveForStore\": true\n                        }\n                    ],\n                    \"vendorArticleNumber\": \"FMSH5271\",\n                    \"vendorArticleName\": \"mens shirt-HS-Blue\",\n                    \"skuId\": 58838,\n                    \"gtin\": \"08903537728237\",\n                    \"skuCode\": \"FLYMSHRT00031\",\n                    \"vendorArticleNo\": \"FMSH5271\",\n                    \"remarks\": \"Blue\",\n                    \"active\": true\n                },\n                {\n                    \"id\": 40593,\n                    \"name\": \"Size\",\n                    \"value\": \"MHS\",\n                    \"isActive\": true,\n                    \"price\": 1299,\n                    \"allSize\": \"40,MHS\",\n                    \"measurement\": \"{\\\"Across Shoulder\\\":{\\\"type\\\":\\\"flat\\\",\\\"value\\\":{\\\"value\\\":18.0,\\\"unit\\\":\\\"Inches\\\"}},\\\"Chest\\\":{\\\"type\\\":\\\"flat\\\",\\\"value\\\":{\\\"value\\\":42.0,\\\"unit\\\":\\\"Inches\\\"}},\\\"Front Length\\\":{\\\"type\\\":\\\"flat\\\",\\\"value\\\":{\\\"value\\\":28.5,\\\"unit\\\":\\\"Inches\\\"}}}\",\n                    \"unifiedSizeValueId\": 10548,\n                    \"unifiedSizeValue\": \"40\",\n                    \"unifiedSize\": \"40\",\n                    \"unifiedSizeScale\": \"\",\n                    \"sizeModified\": \"40\",\n                    \"unifiedScaleCode\": \"numerical_size\",\n                    \"inferredSize\": \"40\",\n                    \"overRideIsonMs\": false,\n                    \"mismatchBtwISandMS\": false,\n                    \"myntraSize\": \"40\",\n                    \"sizeUnificationIntraScaleSizeOrder\": 59,\n                    \"allSizesList\": [\n                        {\n                            \"scaleCode\": \"myntra_size\",\n                            \"sizeValue\": \"40\",\n                            \"size\": \"Size\",\n                            \"order\": 1\n                        },\n                        {\n                            \"scaleCode\": \"brand_size\",\n                            \"sizeValue\": \"MHS\",\n                            \"size\": \"Brand Size\",\n                            \"order\": 2\n                        }\n                    ],\n                    \"measurements\": [\n                        {\n                            \"name\": \"Chest\",\n                            \"displayName\": \"Chest\",\n                            \"value\": \"42.0\",\n                            \"order\": 1,\n                            \"isActive\": true,\n                            \"display\": true,\n                            \"code\": \"chest\",\n                            \"measurementUnit\": \"Inches\",\n                            \"minValue\": \"42.0\",\n                            \"maxValue\": \"42.0\"\n                        },\n                        {\n                            \"name\": \"Front Length\",\n                            \"displayName\": \"Front Length\",\n                            \"value\": \"28.5\",\n                            \"order\": 2,\n                            \"isActive\": true,\n                            \"display\": true,\n                            \"code\": \"front_length\",\n                            \"measurementUnit\": \"Inches\",\n                            \"minValue\": \"28.5\",\n                            \"maxValue\": \"28.5\"\n                        },\n                        {\n                            \"name\": \"Across Shoulder\",\n                            \"displayName\": \"Across Shoulder\",\n                            \"value\": \"18.0\",\n                            \"order\": 3,\n                            \"isActive\": true,\n                            \"display\": true,\n                            \"code\": \"across_shoulder\",\n                            \"measurementUnit\": \"Inches\",\n                            \"minValue\": \"18.0\",\n                            \"maxValue\": \"18.0\"\n                        }\n                    ],\n                    \"inferredSizeIntraScaleSizeOrder\": 59,\n                    \"listings\": [\n                        {\n                            \"id\": 40229224,\n                            \"skuId\": 58839,\n                            \"myntraSkuCode\": \"NULL\",\n                            \"sellerSkuCode\": \"8903537728244\",\n                            \"styleId\": 10430,\n                            \"enabled\": true,\n                            \"soldByPartnerId\": 6262,\n                            \"sellerId\": 6262,\n                            \"soldToPartnerId\": 2297,\n                            \"listingId\": 40229224,\n                            \"listingStatus\": \"A\",\n                            \"listingComments\": \"Relist,pendency cleared\",\n                            \"sellerApprovalStatus\": \"APR\",\n                            \"betaApprovalStatus\": \"APR\",\n                            \"sellerName\": \"ARVIND LIFESTYLE BRANDS LIMITED\",\n                            \"sellerMrp\": 1299,\n                            \"isActiveForStore\": true\n                        },\n                        {\n                            \"id\": 5199750,\n                            \"skuId\": 58839,\n                            \"myntraSkuCode\": \"NULL\",\n                            \"sellerSkuCode\": \"58839\",\n                            \"styleId\": 10430,\n                            \"enabled\": true,\n                            \"soldByPartnerId\": 4076,\n                            \"sellerId\": 19,\n                            \"soldToPartnerId\": 2297,\n                            \"listingId\": 5199750,\n                            \"listingStatus\": \"A\",\n                            \"sellerApprovalStatus\": \"APR\",\n                            \"betaApprovalStatus\": \"APR\",\n                            \"sellerName\": \"RetailNet\",\n                            \"sellerMrp\": 1299,\n                            \"isActiveForStore\": true\n                        }\n                    ],\n                    \"vendorArticleNumber\": \"FMSH5271\",\n                    \"vendorArticleName\": \"mens shirt-HS-Blue\",\n                    \"skuId\": 58839,\n                    \"gtin\": \"08903537728244\",\n                    \"skuCode\": \"FLYMSHRT00032\",\n                    \"vendorArticleNo\": \"FMSH5271\",\n                    \"remarks\": \"Blue\",\n                    \"active\": true\n                },\n                {\n                    \"id\": 40592,\n                    \"name\": \"Size\",\n                    \"value\": \"LHS\",\n                    \"isActive\": true,\n                    \"price\": 1299,\n                    \"allSize\": \"42,LHS\",\n                    \"measurement\": \"{\\\"Across Shoulder\\\":{\\\"type\\\":\\\"flat\\\",\\\"value\\\":{\\\"value\\\":19.0,\\\"unit\\\":\\\"Inches\\\"}},\\\"Chest\\\":{\\\"type\\\":\\\"flat\\\",\\\"value\\\":{\\\"value\\\":45.0,\\\"unit\\\":\\\"Inches\\\"}},\\\"Front Length\\\":{\\\"type\\\":\\\"flat\\\",\\\"value\\\":{\\\"value\\\":29.0,\\\"unit\\\":\\\"Inches\\\"}}}\",\n                    \"unifiedSizeValueId\": 10552,\n                    \"unifiedSizeValue\": \"42\",\n                    \"unifiedSize\": \"42\",\n                    \"unifiedSizeScale\": \"\",\n                    \"sizeModified\": \"42\",\n                    \"unifiedScaleCode\": \"numerical_size\",\n                    \"inferredSize\": \"44\",\n                    \"overRideIsonMs\": false,\n                    \"mismatchBtwISandMS\": true,\n                    \"myntraSize\": \"42\",\n                    \"sizeUnificationIntraScaleSizeOrder\": 63,\n                    \"allSizesList\": [\n                        {\n                            \"scaleCode\": \"myntra_size\",\n                            \"sizeValue\": \"42\",\n                            \"size\": \"Size\",\n                            \"order\": 1\n                        },\n                        {\n                            \"scaleCode\": \"brand_size\",\n                            \"sizeValue\": \"LHS\",\n                            \"size\": \"Brand Size\",\n                            \"order\": 2\n                        }\n                    ],\n                    \"measurements\": [\n                        {\n                            \"name\": \"Chest\",\n                            \"displayName\": \"Chest\",\n                            \"value\": \"45.0\",\n                            \"order\": 1,\n                            \"isActive\": true,\n                            \"display\": true,\n                            \"code\": \"chest\",\n                            \"measurementUnit\": \"Inches\",\n                            \"minValue\": \"45.0\",\n                            \"maxValue\": \"45.0\"\n                        },\n                        {\n                            \"name\": \"Front Length\",\n                            \"displayName\": \"Front Length\",\n                            \"value\": \"29.0\",\n                            \"order\": 2,\n                            \"isActive\": true,\n                            \"display\": true,\n                            \"code\": \"front_length\",\n                            \"measurementUnit\": \"Inches\",\n                            \"minValue\": \"29.0\",\n                            \"maxValue\": \"29.0\"\n                        },\n                        {\n                            \"name\": \"Across Shoulder\",\n                            \"displayName\": \"Across Shoulder\",\n                            \"value\": \"19.0\",\n                            \"order\": 3,\n                            \"isActive\": true,\n                            \"display\": true,\n                            \"code\": \"across_shoulder\",\n                            \"measurementUnit\": \"Inches\",\n                            \"minValue\": \"19.0\",\n                            \"maxValue\": \"19.0\"\n                        }\n                    ],\n                    \"inferredSizeIntraScaleSizeOrder\": 67,\n                    \"listings\": [\n                        {\n                            \"id\": 40229226,\n                            \"skuId\": 58840,\n                            \"myntraSkuCode\": \"NULL\",\n                            \"sellerSkuCode\": \"8903537728251\",\n                            \"styleId\": 10430,\n                            \"enabled\": true,\n                            \"soldByPartnerId\": 6262,\n                            \"sellerId\": 6262,\n                            \"soldToPartnerId\": 2297,\n                            \"listingId\": 40229226,\n                            \"listingStatus\": \"A\",\n                            \"listingComments\": \"Relist,pendency cleared\",\n                            \"sellerApprovalStatus\": \"APR\",\n                            \"betaApprovalStatus\": \"APR\",\n                            \"sellerName\": \"ARVIND LIFESTYLE BRANDS LIMITED\",\n                            \"sellerMrp\": 1299,\n                            \"isActiveForStore\": true\n                        },\n                        {\n                            \"id\": 5199790,\n                            \"skuId\": 58840,\n                            \"myntraSkuCode\": \"NULL\",\n                            \"sellerSkuCode\": \"58840\",\n                            \"styleId\": 10430,\n                            \"enabled\": true,\n                            \"soldByPartnerId\": 4076,\n                            \"sellerId\": 19,\n                            \"soldToPartnerId\": 2297,\n                            \"listingId\": 5199790,\n                            \"listingStatus\": \"A\",\n                            \"sellerApprovalStatus\": \"APR\",\n                            \"betaApprovalStatus\": \"APR\",\n                            \"sellerName\": \"RetailNet\",\n                            \"sellerMrp\": 1299,\n                            \"isActiveForStore\": true\n                        }\n                    ],\n                    \"vendorArticleNumber\": \"FMSH5271\",\n                    \"vendorArticleName\": \"mens shirt-HS-Blue\",\n                    \"skuId\": 58840,\n                    \"gtin\": \"08903537728251\",\n                    \"skuCode\": \"FLYMSHRT00033\",\n                    \"vendorArticleNo\": \"FMSH5271\",\n                    \"remarks\": \"Blue\",\n                    \"active\": true\n                },\n                {\n                    \"id\": 40591,\n                    \"name\": \"Size\",\n                    \"value\": \"XLHS\",\n                    \"isActive\": true,\n                    \"price\": 1299,\n                    \"allSize\": \"44,XLHS\",\n                    \"measurement\": \"{\\\"Across Shoulder\\\":{\\\"type\\\":\\\"flat\\\",\\\"value\\\":{\\\"value\\\":20.0,\\\"unit\\\":\\\"Inches\\\"}},\\\"Chest\\\":{\\\"type\\\":\\\"flat\\\",\\\"value\\\":{\\\"value\\\":47.0,\\\"unit\\\":\\\"Inches\\\"}},\\\"Front Length\\\":{\\\"type\\\":\\\"flat\\\",\\\"value\\\":{\\\"value\\\":29.5,\\\"unit\\\":\\\"Inches\\\"}}}\",\n                    \"unifiedSizeValueId\": 10556,\n                    \"unifiedSizeValue\": \"44\",\n                    \"unifiedSize\": \"44\",\n                    \"unifiedSizeScale\": \"\",\n                    \"sizeModified\": \"44\",\n                    \"unifiedScaleCode\": \"numerical_size\",\n                    \"inferredSize\": \"46\",\n                    \"overRideIsonMs\": false,\n                    \"mismatchBtwISandMS\": true,\n                    \"myntraSize\": \"44\",\n                    \"sizeUnificationIntraScaleSizeOrder\": 67,\n                    \"allSizesList\": [\n                        {\n                            \"scaleCode\": \"myntra_size\",\n                            \"sizeValue\": \"44\",\n                            \"size\": \"Size\",\n                            \"order\": 1\n                        },\n                        {\n                            \"scaleCode\": \"brand_size\",\n                            \"sizeValue\": \"XLHS\",\n                            \"size\": \"Brand Size\",\n                            \"order\": 2\n                        }\n                    ],\n                    \"measurements\": [\n                        {\n                            \"name\": \"Chest\",\n                            \"displayName\": \"Chest\",\n                            \"value\": \"47.0\",\n                            \"order\": 1,\n                            \"isActive\": true,\n                            \"display\": true,\n                            \"code\": \"chest\",\n                            \"measurementUnit\": \"Inches\",\n                            \"minValue\": \"47.0\",\n                            \"maxValue\": \"47.0\"\n                        },\n                        {\n                            \"name\": \"Front Length\",\n                            \"displayName\": \"Front Length\",\n                            \"value\": \"29.5\",\n                            \"order\": 2,\n                            \"isActive\": true,\n                            \"display\": true,\n                            \"code\": \"front_length\",\n                            \"measurementUnit\": \"Inches\",\n                            \"minValue\": \"29.5\",\n                            \"maxValue\": \"29.5\"\n                        },\n                        {\n                            \"name\": \"Across Shoulder\",\n                            \"displayName\": \"Across Shoulder\",\n                            \"value\": \"20.0\",\n                            \"order\": 3,\n                            \"isActive\": true,\n                            \"display\": true,\n                            \"code\": \"across_shoulder\",\n                            \"measurementUnit\": \"Inches\",\n                            \"minValue\": \"20.0\",\n                            \"maxValue\": \"20.0\"\n                        }\n                    ],\n                    \"inferredSizeIntraScaleSizeOrder\": 71,\n                    \"listings\": [\n                        {\n                            \"id\": 40229230,\n                            \"skuId\": 58841,\n                            \"myntraSkuCode\": \"NULL\",\n                            \"sellerSkuCode\": \"8903537728268\",\n                            \"styleId\": 10430,\n                            \"enabled\": true,\n                            \"soldByPartnerId\": 6262,\n                            \"sellerId\": 6262,\n                            \"soldToPartnerId\": 2297,\n                            \"listingId\": 40229230,\n                            \"listingStatus\": \"A\",\n                            \"listingComments\": \"Relist,pendency cleared\",\n                            \"sellerApprovalStatus\": \"APR\",\n                            \"betaApprovalStatus\": \"APR\",\n                            \"sellerName\": \"ARVIND LIFESTYLE BRANDS LIMITED\",\n                            \"sellerMrp\": 1299,\n                            \"isActiveForStore\": true\n                        },\n                        {\n                            \"id\": 5199949,\n                            \"skuId\": 58841,\n                            \"myntraSkuCode\": \"NULL\",\n                            \"sellerSkuCode\": \"58841\",\n                            \"styleId\": 10430,\n                            \"enabled\": true,\n                            \"soldByPartnerId\": 4076,\n                            \"sellerId\": 19,\n                            \"soldToPartnerId\": 2297,\n                            \"listingId\": 5199949,\n                            \"listingStatus\": \"A\",\n                            \"sellerApprovalStatus\": \"APR\",\n                            \"betaApprovalStatus\": \"APR\",\n                            \"sellerName\": \"RetailNet\",\n                            \"sellerMrp\": 1299,\n                            \"isActiveForStore\": true\n                        }\n                    ],\n                    \"vendorArticleNumber\": \"FMSH5271\",\n                    \"vendorArticleName\": \"mens shirt-HS-Blue\",\n                    \"skuId\": 58841,\n                    \"gtin\": \"08903537728268\",\n                    \"skuCode\": \"FLYMSHRT00034\",\n                    \"vendorArticleNo\": \"FMSH5271\",\n                    \"remarks\": \"Blue\",\n                    \"active\": true\n                },\n                {\n                    \"id\": 40590,\n                    \"name\": \"Size\",\n                    \"value\": \"XXLHS\",\n                    \"isActive\": true,\n                    \"price\": 1299,\n                    \"allSize\": \"46,XXLHS\",\n                    \"measurement\": \"{\\\"Across Shoulder\\\":{\\\"type\\\":\\\"flat\\\",\\\"value\\\":{\\\"value\\\":21.0,\\\"unit\\\":\\\"Inches\\\"}},\\\"Chest\\\":{\\\"type\\\":\\\"flat\\\",\\\"value\\\":{\\\"value\\\":50.0,\\\"unit\\\":\\\"Inches\\\"}},\\\"Front Length\\\":{\\\"type\\\":\\\"flat\\\",\\\"value\\\":{\\\"value\\\":31.0,\\\"unit\\\":\\\"Inches\\\"}}}\",\n                    \"unifiedSizeValueId\": 10560,\n                    \"unifiedSizeValue\": \"46\",\n                    \"unifiedSize\": \"46\",\n                    \"unifiedSizeScale\": \"\",\n                    \"sizeModified\": \"46\",\n                    \"unifiedScaleCode\": \"numerical_size\",\n                    \"inferredSize\": \"48\",\n                    \"overRideIsonMs\": false,\n                    \"mismatchBtwISandMS\": true,\n                    \"myntraSize\": \"46\",\n                    \"sizeUnificationIntraScaleSizeOrder\": 71,\n                    \"allSizesList\": [\n                        {\n                            \"scaleCode\": \"myntra_size\",\n                            \"sizeValue\": \"46\",\n                            \"size\": \"Size\",\n                            \"order\": 1\n                        },\n                        {\n                            \"scaleCode\": \"brand_size\",\n                            \"sizeValue\": \"XXLHS\",\n                            \"size\": \"Brand Size\",\n                            \"order\": 2\n                        }\n                    ],\n                    \"measurements\": [\n                        {\n                            \"name\": \"Chest\",\n                            \"displayName\": \"Chest\",\n                            \"value\": \"50.0\",\n                            \"order\": 1,\n                            \"isActive\": true,\n                            \"display\": true,\n                            \"code\": \"chest\",\n                            \"measurementUnit\": \"Inches\",\n                            \"minValue\": \"50.0\",\n                            \"maxValue\": \"50.0\"\n                        },\n                        {\n                            \"name\": \"Front Length\",\n                            \"displayName\": \"Front Length\",\n                            \"value\": \"31.0\",\n                            \"order\": 2,\n                            \"isActive\": true,\n                            \"display\": true,\n                            \"code\": \"front_length\",\n                            \"measurementUnit\": \"Inches\",\n                            \"minValue\": \"31.0\",\n                            \"maxValue\": \"31.0\"\n                        },\n                        {\n                            \"name\": \"Across Shoulder\",\n                            \"displayName\": \"Across Shoulder\",\n                            \"value\": \"21.0\",\n                            \"order\": 3,\n                            \"isActive\": true,\n                            \"display\": true,\n                            \"code\": \"across_shoulder\",\n                            \"measurementUnit\": \"Inches\",\n                            \"minValue\": \"21.0\",\n                            \"maxValue\": \"21.0\"\n                        }\n                    ],\n                    \"inferredSizeIntraScaleSizeOrder\": 75,\n                    \"listings\": [\n                        {\n                            \"id\": 40229228,\n                            \"skuId\": 58842,\n                            \"myntraSkuCode\": \"NULL\",\n                            \"sellerSkuCode\": \"8903537728275\",\n                            \"styleId\": 10430,\n                            \"enabled\": true,\n                            \"soldByPartnerId\": 6262,\n                            \"sellerId\": 6262,\n                            \"soldToPartnerId\": 2297,\n                            \"listingId\": 40229228,\n                            \"listingStatus\": \"A\",\n                            \"listingComments\": \"Relist,pendency cleared\",\n                            \"sellerApprovalStatus\": \"APR\",\n                            \"betaApprovalStatus\": \"APR\",\n                            \"sellerName\": \"ARVIND LIFESTYLE BRANDS LIMITED\",\n                            \"sellerMrp\": 1299,\n                            \"isActiveForStore\": true\n                        },\n                        {\n                            \"id\": 5199868,\n                            \"skuId\": 58842,\n                            \"myntraSkuCode\": \"NULL\",\n                            \"sellerSkuCode\": \"58842\",\n                            \"styleId\": 10430,\n                            \"enabled\": true,\n                            \"soldByPartnerId\": 4076,\n                            \"sellerId\": 19,\n                            \"soldToPartnerId\": 2297,\n                            \"listingId\": 5199868,\n                            \"listingStatus\": \"A\",\n                            \"sellerApprovalStatus\": \"APR\",\n                            \"betaApprovalStatus\": \"APR\",\n                            \"sellerName\": \"RetailNet\",\n                            \"sellerMrp\": 1299,\n                            \"isActiveForStore\": true\n                        }\n                    ],\n                    \"vendorArticleNumber\": \"FMSH5271\",\n                    \"vendorArticleName\": \"mens shirt-HS-Blue\",\n                    \"skuId\": 58842,\n                    \"gtin\": \"08903537728275\",\n                    \"skuCode\": \"FLYMSHRT00035\",\n                    \"vendorArticleNo\": \"FMSH5271\",\n                    \"remarks\": \"Blue\",\n                    \"active\": true\n                }\n            ],\n            \"articleNumber\": \"FMSH5271\",\n            \"productDisplayName\": \"Flying Machine Men Ydc Blue Shirts\",\n            \"listViewName\": \"Shirts\",\n            \"variantName\": \"YDC\",\n            \"manufacturerInfo\": \"DEVKI DESIGNS# 49, HILLVIEW BUILDINGS,NAYNDAHALLI,MYSORE ROADBANGALOREINDIA-560026\",\n            \"countryOfOrigin\": \"India\",\n            \"hsnCode\": \"61051010\",\n            \"sourceId\": \"\",\n            \"sourceInfo\": \"\",\n            \"myntraRating\": 1,\n            \"addDate\": 1316003961,\n            \"articleType\": {\n                \"id\": 85,\n                \"filterOrder\": 60,\n                \"typeName\": \"Shirts\",\n                \"typeCode\": \"SHRT\",\n                \"isActive\": true,\n                \"isSocialSharingEnabled\": true,\n                \"isJewellery\": false,\n                \"isReturnable\": true,\n                \"isExchangeable\": true,\n                \"isLarge\": false,\n                \"isHazmat\": false,\n                \"isTryAndBuyEnabled\": true,\n                \"pickupEnabled\": true,\n                \"contentGroupEntryList\": [],\n                \"fragile\": false\n            },\n            \"subCatagory\": {\n                \"id\": 31,\n                \"filterOrder\": 0,\n                \"typeName\": \"Topwear\",\n                \"typeCode\": \"\",\n                \"isActive\": true,\n                \"isSocialSharingEnabled\": true,\n                \"isJewellery\": false,\n                \"isReturnable\": true,\n                \"isExchangeable\": true,\n                \"isLarge\": false,\n                \"isHazmat\": false,\n                \"isTryAndBuyEnabled\": true,\n                \"pickupEnabled\": true,\n                \"parent1Id\": 9,\n                \"parent2Id\": -1,\n                \"trialAttributes\": [],\n                \"contentGroupEntryList\": [],\n                \"allAttributeTypeEntires\": [],\n                \"fragile\": false\n            },\n            \"masterCatagory\": {\n                \"id\": 9,\n                \"filterOrder\": 0,\n                \"typeName\": \"Apparel\",\n                \"typeCode\": \"APPAREL\",\n                \"isActive\": true,\n                \"isSocialSharingEnabled\": true,\n                \"isJewellery\": false,\n                \"isReturnable\": true,\n                \"isExchangeable\": true,\n                \"isLarge\": false,\n                \"isHazmat\": false,\n                \"isTryAndBuyEnabled\": true,\n                \"pickupEnabled\": true,\n                \"parent1Id\": -1,\n                \"parent2Id\": -1,\n                \"trialAttributes\": [],\n                \"contentGroupEntryList\": [],\n                \"allAttributeTypeEntires\": [],\n                \"fragile\": false\n            },\n            \"productSpecification\": {},\n            \"globalAttributes\": {\n                \"baseColour\": {\n                    \"type\": \"attributeValueEntry\",\n                    \"attributeValue\": \"Blue\",\n                    \"attributeValueFamily\": {\n                        \"familyName\": \"Blue\",\n                        \"familySwatchPosition\": 3,\n                        \"familyHexCode\": \"#0074D9\"\n                    }\n                },\n                \"season\": {\n                    \"type\": \"attributeValueEntry\",\n                    \"attributeValue\": \"Fall\"\n                },\n                \"usage\": {\n                    \"type\": \"attributeValueEntry\",\n                    \"attributeValue\": \"Casual\"\n                },\n                \"brandName\": {\n                    \"type\": \"attributeValueEntry\",\n                    \"attributeValue\": \"Flying Machine\"\n                },\n                \"colour1\": {\n                    \"type\": \"attributeValueEntry\",\n                    \"attributeValue\": \"Black\",\n                    \"attributeValueFamily\": {\n                        \"familyName\": \"Black\",\n                        \"familySwatchPosition\": 2,\n                        \"familyHexCode\": \"#36454f\"\n                    }\n                },\n                \"year\": {\n                    \"type\": \"attributeValueEntry\",\n                    \"attributeValue\": \"2011\"\n                },\n                \"colour2\": {\n                    \"type\": \"attributeValueEntry\",\n                    \"attributeValue\": \"White\",\n                    \"attributeValueFamily\": {\n                        \"familyName\": \"White\",\n                        \"familySwatchPosition\": 24,\n                        \"familyHexCode\": \"#f2f2f2\"\n                    }\n                },\n                \"globalStore\": {\n                    \"type\": \"attributeValueEntry\"\n                },\n                \"ageGroup\": {\n                    \"type\": \"attributeValueEntry\",\n                    \"attributeValue\": \"Adults-Men\"\n                },\n                \"fashionType\": {\n                    \"type\": \"attributeValueEntry\",\n                    \"attributeValue\": \"Fashion\"\n                },\n                \"gender\": {\n                    \"type\": \"attributeValueEntry\",\n                    \"attributeValue\": \"Men\"\n                },\n                \"grade\": {\n                    \"type\": \"attributeValueEntry\",\n                    \"attributeValue\": \"NA\"\n                }\n            },\n            \"brandDetails\": {\n                \"id\": 1108,\n                \"name\": \"Flying Machine\",\n                \"logoURL\": \"http://assets.myntassets.com/assets/images/retaillabs/2019/2/12/74eb3c21-ed58-4d7e-9fc0-a441745aac681549965870244-FlyingMachine.png\",\n                \"uidx\": \"08518c08.ef1f.4821.add2.930ea265e667yuCwuGSJew\",\n                \"brandCode\": \"FLYM\"\n            },\n            \"catalogAddDate\": 1452002942,\n            \"catalogDate\": 1316003961,\n            \"catalogLiveDate\": 1452002942,\n            \"categories\": \"Shirts,Sale and Clearance,Casual Wear\",\n            \"sizeRepresentationUrl\": \"http://assets.myntassets.com/assets/images/sizechart/2016/12/14/11481690794680-shirt_men.png\",\n            \"productDescriptorCollection\": {\n                \"productDescriptorMap\": {\n                    \"description\": {\n                        \"value\": \"<p>Composition<br>Blue and white check shirt with black accents made of 100% cotton, that has short sleeves, panel detailing on the inseam of the collar, white stitch detailing, buttoned placket, two patch pockets on the chest with buttoned flaps, embroidered branding over the left chest pocket and curved hemline<br><br>Fitting<br>Regular<br><br>Wash care<br>Machine wash cold<br>Do not tumble dry<br>Turn inside out before drying<br>Don't dry in direct sunlight<br>Use warm iron<br>Do not iron on print<br><br>Upgrade your cool quotient with this checked shirt from flying machine. The cotton fabric keeps you fresh all day while you hang out with your friends. The double patch pocket adds a touch of style. Team it with jeans or chinos and slip-on shoes for a laidback look.<br><br>Model statistics<br>The model wears size M in t-shirts<br>Height-6'; Shoulders-19\\\\\\\"</p>\",\n                        \"descriptorType\": \"description\"\n                    }\n                }\n            },\n            \"comments\": \"Relist_EORSerror_22june20_sudhakar\",\n            \"weight\": \"0\",\n            \"navigationId\": 1080,\n            \"landingPageUrl\": \"Shirts/Flying-Machine/Flying-Machine-Men-Ydc-Blue-Shirts/10430/buy\",\n            \"sizeGroupEntry\": {\n                \"id\": 6,\n                \"articleTypeId\": 85,\n                \"groupName\": \"tshirt_size\"\n            },\n            \"associatedImageProducts\": {\n                \"default\": {\n                    \"styleIds\": []\n                }\n            },\n            \"taxation\": {\n                \"taxPercentage\": 5\n            },\n            \"bundledSkus\": {},\n            \"styleStatus\": \"P\",\n            \"unicomPushStatus\": \"PENDING\",\n            \"inventoryUploadStatus\": \"PENDING\",\n            \"contentGroupEntryList\": [\n                {\n                    \"type\": \"DETAILS\",\n                    \"order\": 1,\n                    \"attributes\": [\n                        {\n                            \"attributeName\": \"Product Details\",\n                            \"order\": 1,\n                            \"value\": \"<p>Composition<br>Blue and white check shirt with black accents made of 100% cotton, that has short sleeves, panel detailing on the inseam of the collar, white stitch detailing, buttoned placket, two patch pockets on the chest with buttoned flaps, embroidered branding over the left chest pocket and curved hemline<br><br>Fitting<br>Regular<br><br>Wash care<br>Machine wash cold<br>Do not tumble dry<br>Turn inside out before drying<br>Don't dry in direct sunlight<br>Use warm iron<br>Do not iron on print<br><br>Upgrade your cool quotient with this checked shirt from flying machine. The cotton fabric keeps you fresh all day while you hang out with your friends. The double patch pocket adds a touch of style. Team it with jeans or chinos and slip-on shoes for a laidback look.<br><br>Model statistics<br>The model wears size M in t-shirts<br>Height-6'; Shoulders-19\\\\\\\"</p>\",\n                            \"attributeType\": \"STRING\"\n                        }\n                    ]\n                }\n            ],\n            \"poMrp\": 1299,\n            \"productTag\": \"Flying Machine,Coupon-Offer,check-shirtsbrandd,dailyopenoffer30,dailyopenoffer20,dailyopenoffer10,fm-denim-diaries,fm-cuban-diaries,jeans-streetwear,jns-apr18,men-casual-fest-june-2018,fm-under999,fm-jj-bh,jns-mmb,sushant-eors-dec2018,denim-fest-mainbanner,arvind-may-2020\",\n            \"productTags\": \"Flying Machine,Coupon-Offer,check-shirtsbrandd,dailyopenoffer30,dailyopenoffer20,dailyopenoffer10,fm-denim-diaries,fm-cuban-diaries,jeans-streetwear,jns-apr18,men-casual-fest-june-2018,fm-under999,fm-jj-bh,jns-mmb,sushant-eors-dec2018,denim-fest-mainbanner,arvind-may-2020\",\n            \"visualTags\": \"\",\n            \"imageCollection\": {\n                \"imageEntryMap\": {\n                    \"front\": {\n                        \"path\": \"http://assets.myntassets.com/v1/images/style/properties/05f008bebd751d721d9b70bf76e570d6_images.jpg\",\n                        \"imageType\": \"front\",\n                        \"resolutionFormula\": \"h_($height),q_($qualityPercentage),w_($width)/v1/images/style/properties/05f008bebd751d721d9b70bf76e570d6_images.jpg\",\n                        \"domain\": \"http://assets.myntassets.com/\",\n                        \"securedDomain\": \"https://assets.myntassets.com/\",\n                        \"relativePath\": \"v1/images/style/properties/05f008bebd751d721d9b70bf76e570d6_images.jpg\",\n                        \"storedUploaderType\": \"CL\",\n                        \"servingUploaderType\": \"CL\",\n                        \"supportedResolutions\": \"1080X1440,540X720,360X480,48X64,81X108\",\n                        \"imageAnnotations\": [],\n                        \"order\": 2\n                    },\n                    \"back\": {\n                        \"path\": \"http://assets.myntassets.com/v1/images/style/properties/f2f8e8441ed601666944863d290a17cc_images.jpg\",\n                        \"imageType\": \"back\",\n                        \"resolutionFormula\": \"h_($height),q_($qualityPercentage),w_($width)/v1/images/style/properties/f2f8e8441ed601666944863d290a17cc_images.jpg\",\n                        \"domain\": \"http://assets.myntassets.com/\",\n                        \"securedDomain\": \"https://assets.myntassets.com/\",\n                        \"relativePath\": \"v1/images/style/properties/f2f8e8441ed601666944863d290a17cc_images.jpg\",\n                        \"storedUploaderType\": \"CL\",\n                        \"servingUploaderType\": \"CL\",\n                        \"supportedResolutions\": \"1080X1440,540X720,360X480,48X64,81X108\",\n                        \"imageAnnotations\": [],\n                        \"order\": 3\n                    },\n                    \"search_deprecated\": {\n                        \"path\": \"http://myntra.myntassets.com/images/style/properties/b77929d59d81689e660446586e5e8dc3_images.jpg\",\n                        \"imageType\": \"search_deprecated\",\n                        \"resolutionFormula\": \"images/style/properties/b77929d59d81689e660446586e5e8dc3_images_($width)_($height).jpg\",\n                        \"domain\": \"http://myntra.myntassets.com/\",\n                        \"securedDomain\": \"https://myntrawebimages.s3.amazonaws.com/\",\n                        \"relativePath\": \"images/style/properties/b77929d59d81689e660446586e5e8dc3_images.jpg\",\n                        \"storedUploaderType\": \"S3\",\n                        \"servingUploaderType\": \"S3\",\n                        \"supportedResolutions\": \"1080X1440,540X720,180X240,360X480,150X200,96X128,81X108,48X64\",\n                        \"imageAnnotations\": [],\n                        \"order\": 9999\n                    },\n                    \"size_chart\": {\n                        \"path\": \"http://myntra.myntassets.com/images/style/sizechartimages/b54d4a558f8b2c8d680cbe8a8ba5f538.jpg\",\n                        \"imageType\": \"size_chart\",\n                        \"resolutionFormula\": \"http://myntra.myntassets.com/images/style/sizechartimages/b54d4a558f8b2c8d680cbe8a8ba5f538_($width)_($height).jpg\",\n                        \"domain\": \"https://azmyntra.myntassets.com/\",\n                        \"securedDomain\": \"https://azmyntra.myntassets.com/\",\n                        \"relativePath\": \"http://myntra.myntassets.com/images/style/sizechartimages/b54d4a558f8b2c8d680cbe8a8ba5f538.jpg\",\n                        \"storedUploaderType\": \"AZ\",\n                        \"servingUploaderType\": \"AZ\"\n                    },\n                    \"default\": {\n                        \"path\": \"http://assets.myntassets.com/v1/images/style/properties/b77929d59d81689e660446586e5e8dc3_images.jpg\",\n                        \"imageType\": \"default\",\n                        \"resolutionFormula\": \"h_($height),q_($qualityPercentage),w_($width)/v1/images/style/properties/b77929d59d81689e660446586e5e8dc3_images.jpg\",\n                        \"domain\": \"http://assets.myntassets.com/\",\n                        \"securedDomain\": \"https://assets.myntassets.com/\",\n                        \"relativePath\": \"v1/images/style/properties/b77929d59d81689e660446586e5e8dc3_images.jpg\",\n                        \"storedUploaderType\": \"CL\",\n                        \"servingUploaderType\": \"CL\",\n                        \"supportedResolutions\": \"1080X1440,540X720,180X240,360X480,150X200,96X128,81X108,48X64\",\n                        \"imageAnnotations\": [],\n                        \"order\": 1\n                    },\n                    \"left\": {\n                        \"path\": \"http://assets.myntassets.com/v1/images/style/properties/69fdf34f887bbfd72a00dbcf151872bb_images.jpg\",\n                        \"imageType\": \"left\",\n                        \"resolutionFormula\": \"h_($height),q_($qualityPercentage),w_($width)/v1/images/style/properties/69fdf34f887bbfd72a00dbcf151872bb_images.jpg\",\n                        \"domain\": \"http://assets.myntassets.com/\",\n                        \"securedDomain\": \"https://assets.myntassets.com/\",\n                        \"relativePath\": \"v1/images/style/properties/69fdf34f887bbfd72a00dbcf151872bb_images.jpg\",\n                        \"storedUploaderType\": \"CL\",\n                        \"servingUploaderType\": \"CL\",\n                        \"supportedResolutions\": \"1080X1440,540X720,360X480,48X64,81X108\",\n                        \"imageAnnotations\": [],\n                        \"order\": 5\n                    },\n                    \"default_deprecated\": {\n                        \"path\": \"http://myntra.myntassets.com/images/style/properties/b77929d59d81689e660446586e5e8dc3_images.jpg\",\n                        \"imageType\": \"default_deprecated\",\n                        \"resolutionFormula\": \"images/style/properties/b77929d59d81689e660446586e5e8dc3_images_($width)_($height).jpg\",\n                        \"domain\": \"http://myntra.myntassets.com/\",\n                        \"securedDomain\": \"https://myntrawebimages.s3.amazonaws.com/\",\n                        \"relativePath\": \"images/style/properties/b77929d59d81689e660446586e5e8dc3_images.jpg\",\n                        \"storedUploaderType\": \"S3\",\n                        \"servingUploaderType\": \"S3\",\n                        \"supportedResolutions\": \"1080X1440,540X720,180X240,360X480,150X200,96X128,81X108,48X64\",\n                        \"imageAnnotations\": [],\n                        \"order\": 9999\n                    },\n                    \"search\": {\n                        \"path\": \"http://assets.myntassets.com/v1/images/style/properties/b77929d59d81689e660446586e5e8dc3_images.jpg\",\n                        \"imageType\": \"search\",\n                        \"resolutionFormula\": \"h_($height),q_($qualityPercentage),w_($width)/v1/images/style/properties/b77929d59d81689e660446586e5e8dc3_images.jpg\",\n                        \"domain\": \"http://assets.myntassets.com/\",\n                        \"securedDomain\": \"https://assets.myntassets.com/\",\n                        \"relativePath\": \"v1/images/style/properties/b77929d59d81689e660446586e5e8dc3_images.jpg\",\n                        \"storedUploaderType\": \"CL\",\n                        \"servingUploaderType\": \"CL\",\n                        \"supportedResolutions\": \"1080X1440,540X720,180X240,360X480,150X200,96X128,81X108,48X64\",\n                        \"imageAnnotations\": [],\n                        \"order\": 9999\n                    },\n                    \"right\": {\n                        \"path\": \"http://assets.myntassets.com/v1/images/style/properties/74d8036ac593507ed60c20ca00c8eee2_images.jpg\",\n                        \"imageType\": \"right\",\n                        \"resolutionFormula\": \"h_($height),q_($qualityPercentage),w_($width)/v1/images/style/properties/74d8036ac593507ed60c20ca00c8eee2_images.jpg\",\n                        \"domain\": \"http://assets.myntassets.com/\",\n                        \"securedDomain\": \"https://assets.myntassets.com/\",\n                        \"relativePath\": \"v1/images/style/properties/74d8036ac593507ed60c20ca00c8eee2_images.jpg\",\n                        \"storedUploaderType\": \"CL\",\n                        \"servingUploaderType\": \"CL\",\n                        \"supportedResolutions\": \"1080X1440,540X720,360X480,48X64,81X108\",\n                        \"imageAnnotations\": [],\n                        \"order\": 4\n                    }\n                },\n                \"isDefault\": true,\n                \"priorityOrder\": 0,\n                \"albumName\": \"Default\"\n            },\n            \"productAlbums\": [\n                {\n                    \"imageEntryMap\": {\n                        \"front\": {\n                            \"path\": \"http://assets.myntassets.com/v1/images/style/properties/05f008bebd751d721d9b70bf76e570d6_images.jpg\",\n                            \"imageType\": \"front\",\n                            \"resolutionFormula\": \"h_($height),q_($qualityPercentage),w_($width)/v1/images/style/properties/05f008bebd751d721d9b70bf76e570d6_images.jpg\",\n                            \"domain\": \"http://assets.myntassets.com/\",\n                            \"securedDomain\": \"https://assets.myntassets.com/\",\n                            \"relativePath\": \"v1/images/style/properties/05f008bebd751d721d9b70bf76e570d6_images.jpg\",\n                            \"storedUploaderType\": \"CL\",\n                            \"servingUploaderType\": \"CL\",\n                            \"supportedResolutions\": \"1080X1440,540X720,360X480,48X64,81X108\",\n                            \"imageAnnotations\": [],\n                            \"order\": 2\n                        },\n                        \"back\": {\n                            \"path\": \"http://assets.myntassets.com/v1/images/style/properties/f2f8e8441ed601666944863d290a17cc_images.jpg\",\n                            \"imageType\": \"back\",\n                            \"resolutionFormula\": \"h_($height),q_($qualityPercentage),w_($width)/v1/images/style/properties/f2f8e8441ed601666944863d290a17cc_images.jpg\",\n                            \"domain\": \"http://assets.myntassets.com/\",\n                            \"securedDomain\": \"https://assets.myntassets.com/\",\n                            \"relativePath\": \"v1/images/style/properties/f2f8e8441ed601666944863d290a17cc_images.jpg\",\n                            \"storedUploaderType\": \"CL\",\n                            \"servingUploaderType\": \"CL\",\n                            \"supportedResolutions\": \"1080X1440,540X720,360X480,48X64,81X108\",\n                            \"imageAnnotations\": [],\n                            \"order\": 3\n                        },\n                        \"search_deprecated\": {\n                            \"path\": \"http://myntra.myntassets.com/images/style/properties/b77929d59d81689e660446586e5e8dc3_images.jpg\",\n                            \"imageType\": \"search_deprecated\",\n                            \"resolutionFormula\": \"images/style/properties/b77929d59d81689e660446586e5e8dc3_images_($width)_($height).jpg\",\n                            \"domain\": \"http://myntra.myntassets.com/\",\n                            \"securedDomain\": \"https://myntrawebimages.s3.amazonaws.com/\",\n                            \"relativePath\": \"images/style/properties/b77929d59d81689e660446586e5e8dc3_images.jpg\",\n                            \"storedUploaderType\": \"S3\",\n                            \"servingUploaderType\": \"S3\",\n                            \"supportedResolutions\": \"1080X1440,540X720,180X240,360X480,150X200,96X128,81X108,48X64\",\n                            \"imageAnnotations\": [],\n                            \"order\": 9999\n                        },\n                        \"size_chart\": {\n                            \"path\": \"http://myntra.myntassets.com/images/style/sizechartimages/b54d4a558f8b2c8d680cbe8a8ba5f538.jpg\",\n                            \"imageType\": \"size_chart\",\n                            \"resolutionFormula\": \"http://myntra.myntassets.com/images/style/sizechartimages/b54d4a558f8b2c8d680cbe8a8ba5f538_($width)_($height).jpg\",\n                            \"domain\": \"https://azmyntra.myntassets.com/\",\n                            \"securedDomain\": \"https://azmyntra.myntassets.com/\",\n                            \"relativePath\": \"http://myntra.myntassets.com/images/style/sizechartimages/b54d4a558f8b2c8d680cbe8a8ba5f538.jpg\",\n                            \"storedUploaderType\": \"AZ\",\n                            \"servingUploaderType\": \"AZ\"\n                        },\n                        \"default\": {\n                            \"path\": \"http://assets.myntassets.com/v1/images/style/properties/b77929d59d81689e660446586e5e8dc3_images.jpg\",\n                            \"imageType\": \"default\",\n                            \"resolutionFormula\": \"h_($height),q_($qualityPercentage),w_($width)/v1/images/style/properties/b77929d59d81689e660446586e5e8dc3_images.jpg\",\n                            \"domain\": \"http://assets.myntassets.com/\",\n                            \"securedDomain\": \"https://assets.myntassets.com/\",\n                            \"relativePath\": \"v1/images/style/properties/b77929d59d81689e660446586e5e8dc3_images.jpg\",\n                            \"storedUploaderType\": \"CL\",\n                            \"servingUploaderType\": \"CL\",\n                            \"supportedResolutions\": \"1080X1440,540X720,180X240,360X480,150X200,96X128,81X108,48X64\",\n                            \"imageAnnotations\": [],\n                            \"order\": 1\n                        },\n                        \"left\": {\n                            \"path\": \"http://assets.myntassets.com/v1/images/style/properties/69fdf34f887bbfd72a00dbcf151872bb_images.jpg\",\n                            \"imageType\": \"left\",\n                            \"resolutionFormula\": \"h_($height),q_($qualityPercentage),w_($width)/v1/images/style/properties/69fdf34f887bbfd72a00dbcf151872bb_images.jpg\",\n                            \"domain\": \"http://assets.myntassets.com/\",\n                            \"securedDomain\": \"https://assets.myntassets.com/\",\n                            \"relativePath\": \"v1/images/style/properties/69fdf34f887bbfd72a00dbcf151872bb_images.jpg\",\n                            \"storedUploaderType\": \"CL\",\n                            \"servingUploaderType\": \"CL\",\n                            \"supportedResolutions\": \"1080X1440,540X720,360X480,48X64,81X108\",\n                            \"imageAnnotations\": [],\n                            \"order\": 5\n                        },\n                        \"default_deprecated\": {\n                            \"path\": \"http://myntra.myntassets.com/images/style/properties/b77929d59d81689e660446586e5e8dc3_images.jpg\",\n                            \"imageType\": \"default_deprecated\",\n                            \"resolutionFormula\": \"images/style/properties/b77929d59d81689e660446586e5e8dc3_images_($width)_($height).jpg\",\n                            \"domain\": \"http://myntra.myntassets.com/\",\n                            \"securedDomain\": \"https://myntrawebimages.s3.amazonaws.com/\",\n                            \"relativePath\": \"images/style/properties/b77929d59d81689e660446586e5e8dc3_images.jpg\",\n                            \"storedUploaderType\": \"S3\",\n                            \"servingUploaderType\": \"S3\",\n                            \"supportedResolutions\": \"1080X1440,540X720,180X240,360X480,150X200,96X128,81X108,48X64\",\n                            \"imageAnnotations\": [],\n                            \"order\": 9999\n                        },\n                        \"search\": {\n                            \"path\": \"http://assets.myntassets.com/v1/images/style/properties/b77929d59d81689e660446586e5e8dc3_images.jpg\",\n                            \"imageType\": \"search\",\n                            \"resolutionFormula\": \"h_($height),q_($qualityPercentage),w_($width)/v1/images/style/properties/b77929d59d81689e660446586e5e8dc3_images.jpg\",\n                            \"domain\": \"http://assets.myntassets.com/\",\n                            \"securedDomain\": \"https://assets.myntassets.com/\",\n                            \"relativePath\": \"v1/images/style/properties/b77929d59d81689e660446586e5e8dc3_images.jpg\",\n                            \"storedUploaderType\": \"CL\",\n                            \"servingUploaderType\": \"CL\",\n                            \"supportedResolutions\": \"1080X1440,540X720,180X240,360X480,150X200,96X128,81X108,48X64\",\n                            \"imageAnnotations\": [],\n                            \"order\": 9999\n                        },\n                        \"right\": {\n                            \"path\": \"http://assets.myntassets.com/v1/images/style/properties/74d8036ac593507ed60c20ca00c8eee2_images.jpg\",\n                            \"imageType\": \"right\",\n                            \"resolutionFormula\": \"h_($height),q_($qualityPercentage),w_($width)/v1/images/style/properties/74d8036ac593507ed60c20ca00c8eee2_images.jpg\",\n                            \"domain\": \"http://assets.myntassets.com/\",\n                            \"securedDomain\": \"https://assets.myntassets.com/\",\n                            \"relativePath\": \"v1/images/style/properties/74d8036ac593507ed60c20ca00c8eee2_images.jpg\",\n                            \"storedUploaderType\": \"CL\",\n                            \"servingUploaderType\": \"CL\",\n                            \"supportedResolutions\": \"1080X1440,540X720,360X480,48X64,81X108\",\n                            \"imageAnnotations\": [],\n                            \"order\": 4\n                        }\n                    },\n                    \"isDefault\": true,\n                    \"priorityOrder\": 0,\n                    \"albumName\": \"Default\"\n                }\n            ],\n            \"productArticleTypeAttributeValues\": [\n                {\n                    \"type\": \"attributeValueEntry\",\n                    \"id\": 940,\n                    \"createdOn\": 1517392277000,\n                    \"attributeValue\": \"Cotton\",\n                    \"applicableSet\": \"Default\",\n                    \"isActive\": true,\n                    \"attributeCode\": \"COTTON\",\n                    \"updatedBy\": \"Arundhati Bhattacharyya\",\n                    \"filterOrder\": 1,\n                    \"isFeatured\": 0,\n                    \"isLatest\": 0,\n                    \"attributeType\": {\n                        \"id\": 50,\n                        \"typeName\": \"Fabric\",\n                        \"typeOfAttribute\": \"singleValued\",\n                        \"code\": \"fabric\"\n                    },\n                    \"attributeTypeId\": 50\n                },\n                {\n                    \"type\": \"attributeValueEntry\",\n                    \"id\": 549,\n                    \"createdOn\": 1517392277000,\n                    \"attributeValue\": \"Spread Collar\",\n                    \"applicableSet\": \"Default\",\n                    \"isActive\": true,\n                    \"attributeCode\": \"SPREAD_COLLAR\",\n                    \"updatedOn\": 1488036240000,\n                    \"updatedBy\": \"roshni.subba\",\n                    \"filterOrder\": 3,\n                    \"isFeatured\": 0,\n                    \"isLatest\": 0,\n                    \"attributeType\": {\n                        \"id\": 51,\n                        \"typeName\": \"Collar\",\n                        \"typeOfAttribute\": \"singleValued\",\n                        \"code\": \"collar\"\n                    },\n                    \"attributeTypeId\": 51\n                },\n                {\n                    \"type\": \"attributeValueEntry\",\n                    \"id\": 826,\n                    \"createdOn\": 1517392277000,\n                    \"attributeValue\": \"Short Sleeves\",\n                    \"applicableSet\": \"Default\",\n                    \"isActive\": true,\n                    \"attributeCode\": \"SHORT_SLEEVES\",\n                    \"updatedBy\": \"supriti s\",\n                    \"filterOrder\": 1,\n                    \"isFeatured\": 0,\n                    \"isLatest\": 0,\n                    \"attributeType\": {\n                        \"id\": 52,\n                        \"typeName\": \"Sleeve Length\",\n                        \"typeOfAttribute\": \"singleValued\",\n                        \"code\": \"sleeve_length\"\n                    },\n                    \"attributeTypeId\": 52\n                },\n                {\n                    \"type\": \"attributeValueEntry\",\n                    \"id\": 441,\n                    \"createdOn\": 1517392277000,\n                    \"attributeValue\": \"Checked\",\n                    \"applicableSet\": \"Default\",\n                    \"isActive\": true,\n                    \"attributeCode\": \"CHECKED\",\n                    \"updatedOn\": 1446283020000,\n                    \"updatedBy\": \"supriti s\",\n                    \"filterOrder\": 7,\n                    \"isFeatured\": 0,\n                    \"isLatest\": 0,\n                    \"attributeType\": {\n                        \"id\": 56,\n                        \"typeName\": \"Pattern\",\n                        \"typeOfAttribute\": \"singleValued\",\n                        \"code\": \"pattern\"\n                    },\n                    \"attributeTypeId\": 56\n                },\n                {\n                    \"type\": \"attributeValueEntry\",\n                    \"id\": 257,\n                    \"createdOn\": 1517392277000,\n                    \"attributeValue\": \"Regular Fit\",\n                    \"applicableSet\": \"Default\",\n                    \"isActive\": true,\n                    \"attributeCode\": \"REGULAR_FIT\",\n                    \"updatedBy\": \"supriti s\",\n                    \"filterOrder\": 3,\n                    \"isFeatured\": 0,\n                    \"isLatest\": 0,\n                    \"attributeType\": {\n                        \"id\": 57,\n                        \"typeName\": \"Fit\",\n                        \"typeOfAttribute\": \"singleValued\",\n                        \"code\": \"fit\"\n                    },\n                    \"attributeTypeId\": 57\n                },\n                {\n                    \"type\": \"attributeValueEntry\",\n                    \"id\": 18132,\n                    \"createdBy\": \"roshni.subba\",\n                    \"createdOn\": 1477555817000,\n                    \"attributeValue\": \"Garment Measurements in\",\n                    \"isActive\": true,\n                    \"attributeCode\": \"GARMENT_MEASUREMENTS_IN_INCHES\",\n                    \"updatedOn\": 1437530520000,\n                    \"updatedBy\": \"supriti s\",\n                    \"filterOrder\": 2,\n                    \"isFeatured\": 0,\n                    \"isLatest\": 0,\n                    \"attributeType\": {\n                        \"id\": 2032,\n                        \"typeName\": \"Body or Garment Size\",\n                        \"typeOfAttribute\": \"singleValued\",\n                        \"code\": \"body_or_garment_size\"\n                    },\n                    \"attributeTypeId\": 2032\n                }\n            ],\n            \"productSystemAttributeValueEntriesForStyle\": [],\n            \"productType\": {\n                \"id\": 320,\n                \"name\": \"Shirts\",\n                \"codEnabled\": \"Y\",\n                \"vat\": 5.5,\n                \"productGroup\": {\n                    \"id\": 16,\n                    \"name\": \"Clothing\"\n                }\n            },\n            \"inferredAttributeValues\": {\n                \"returnInfo\": {\n                    \"isReturnable\": true,\n                    \"returnPeriod\": 30\n                },\n                \"pickupEnabled\": true,\n                \"enableCategoryShipping\": false,\n                \"itemCountLimit\": 10,\n                \"alterationInfo\": {\n                    \"sampleMode\": false,\n                    \"measurementMode\": false,\n                    \"alterationPeriod\": 30\n                },\n                \"logisticsRateCardV2Level\": 1,\n                \"isImageManipulationDisabled\": false,\n                \"isExchangeable\": true,\n                \"isFragile\": false,\n                \"isLuxury\": false,\n                \"isLarge\": false,\n                \"isExpirable\": false,\n                \"isMyntsEnabled\": true,\n                \"isSocialSharingEnabled\": true,\n                \"isHazmat\": false,\n                \"isChatEnabled\": false,\n                \"isJewellery\": false,\n                \"isCODEnabled\": true,\n                \"isEMIEnabled\": true,\n                \"isTryAndBuyEnabled\": true\n            }\n        },\n        {\n            \"productId\": 10431,\n            \"title\": \"Flying Machine Men Ydc Grey Shirts\",\n            \"price\": 1499,\n            \"styleType\": \"P\",\n            \"styleCategory\": \"Single Styles\",\n            \"codEnabled\": \"Y\",\n            \"isCustomizable\": false,\n            \"sizeChartDisclaimerText\": \"Garment Measurements in\",\n            \"productOptions\": [\n                {\n                    \"id\": 40599,\n                    \"name\": \"Size\",\n                    \"value\": \"SFS\",\n                    \"isActive\": true,\n                    \"price\": 1499,\n                    \"allSize\": \"38,SFS\",\n                    \"measurement\": \"{\\\"Across Shoulder\\\":{\\\"type\\\":\\\"flat\\\",\\\"value\\\":{\\\"value\\\":17.0,\\\"unit\\\":\\\"Inches\\\"}},\\\"Chest\\\":{\\\"type\\\":\\\"flat\\\",\\\"value\\\":{\\\"value\\\":39.0,\\\"unit\\\":\\\"Inches\\\"}},\\\"Front Length\\\":{\\\"type\\\":\\\"flat\\\",\\\"value\\\":{\\\"value\\\":28.0,\\\"unit\\\":\\\"Inches\\\"}}}\",\n                    \"unifiedSizeValueId\": 10544,\n                    \"unifiedSizeValue\": \"38\",\n                    \"unifiedSize\": \"38\",\n                    \"unifiedSizeScale\": \"\",\n                    \"sizeModified\": \"38\",\n                    \"unifiedScaleCode\": \"numerical_size\",\n                    \"inferredSize\": \"38\",\n                    \"overRideIsonMs\": false,\n                    \"mismatchBtwISandMS\": false,\n                    \"myntraSize\": \"38\",\n                    \"sizeUnificationIntraScaleSizeOrder\": 55,\n                    \"allSizesList\": [\n                        {\n                            \"scaleCode\": \"myntra_size\",\n                            \"sizeValue\": \"38\",\n                            \"size\": \"Size\",\n                            \"order\": 1\n                        },\n                        {\n                            \"scaleCode\": \"brand_size\",\n                            \"sizeValue\": \"SFS\",\n                            \"size\": \"Brand Size\",\n                            \"order\": 2\n                        }\n                    ],\n                    \"measurements\": [\n                        {\n                            \"name\": \"Chest\",\n                            \"displayName\": \"Chest\",\n                            \"value\": \"39.0\",\n                            \"order\": 1,\n                            \"isActive\": true,\n                            \"display\": true,\n                            \"code\": \"chest\",\n                            \"measurementUnit\": \"Inches\",\n                            \"minValue\": \"39.0\",\n                            \"maxValue\": \"39.0\"\n                        },\n                        {\n                            \"name\": \"Front Length\",\n                            \"displayName\": \"Front Length\",\n                            \"value\": \"28.0\",\n                            \"order\": 2,\n                            \"isActive\": true,\n                            \"display\": true,\n                            \"code\": \"front_length\",\n                            \"measurementUnit\": \"Inches\",\n                            \"minValue\": \"28.0\",\n                            \"maxValue\": \"28.0\"\n                        },\n                        {\n                            \"name\": \"Across Shoulder\",\n                            \"displayName\": \"Across Shoulder\",\n                            \"value\": \"17.0\",\n                            \"order\": 3,\n                            \"isActive\": true,\n                            \"display\": true,\n                            \"code\": \"across_shoulder\",\n                            \"measurementUnit\": \"Inches\",\n                            \"minValue\": \"17.0\",\n                            \"maxValue\": \"17.0\"\n                        }\n                    ],\n                    \"inferredSizeIntraScaleSizeOrder\": 55,\n                    \"listings\": [\n                        {\n                            \"id\": 60242836,\n                            \"skuId\": 58928,\n                            \"myntraSkuCode\": \"NULL\",\n                            \"sellerSkuCode\": \"8903537598830\",\n                            \"styleId\": 10431,\n                            \"enabled\": true,\n                            \"soldByPartnerId\": 6262,\n                            \"sellerId\": 6262,\n                            \"soldToPartnerId\": 2297,\n                            \"listingId\": 60242836,\n                            \"listingStatus\": \"A\",\n                            \"sellerApprovalStatus\": \"APR\",\n                            \"betaApprovalStatus\": \"APR\",\n                            \"sellerName\": \"ARVIND LIFESTYLE BRANDS LIMITED\",\n                            \"sellerMrp\": 1499,\n                            \"isActiveForStore\": true\n                        },\n                        {\n                            \"id\": 5199559,\n                            \"skuId\": 58928,\n                            \"myntraSkuCode\": \"NULL\",\n                            \"sellerSkuCode\": \"58928\",\n                            \"styleId\": 10431,\n                            \"enabled\": true,\n                            \"soldByPartnerId\": 4076,\n                            \"sellerId\": 19,\n                            \"soldToPartnerId\": 2297,\n                            \"listingId\": 5199559,\n                            \"listingStatus\": \"A\",\n                            \"sellerApprovalStatus\": \"APR\",\n                            \"betaApprovalStatus\": \"APR\",\n                            \"sellerName\": \"RetailNet\",\n                            \"sellerMrp\": 1499,\n                            \"isActiveForStore\": true\n                        }\n                    ],\n                    \"vendorArticleNumber\": \"FMSH5329\",\n                    \"vendorArticleName\": \"MENS SHIRT F/S-YDC-YELLOW\",\n                    \"skuId\": 58928,\n                    \"gtin\": \"08903537598830\",\n                    \"skuCode\": \"FLYMSHRT00122\",\n                    \"vendorArticleNo\": \"FMSH5329\",\n                    \"remarks\": \"YELLOW\",\n                    \"active\": true\n                },\n                {\n                    \"id\": 40598,\n                    \"name\": \"Size\",\n                    \"value\": \"MFS\",\n                    \"isActive\": true,\n                    \"price\": 1499,\n                    \"allSize\": \"40,MFS\",\n                    \"measurement\": \"{\\\"Across Shoulder\\\":{\\\"type\\\":\\\"flat\\\",\\\"value\\\":{\\\"value\\\":18.0,\\\"unit\\\":\\\"Inches\\\"}},\\\"Chest\\\":{\\\"type\\\":\\\"flat\\\",\\\"value\\\":{\\\"value\\\":42.0,\\\"unit\\\":\\\"Inches\\\"}},\\\"Front Length\\\":{\\\"type\\\":\\\"flat\\\",\\\"value\\\":{\\\"value\\\":28.5,\\\"unit\\\":\\\"Inches\\\"}}}\",\n                    \"unifiedSizeValueId\": 10548,\n                    \"unifiedSizeValue\": \"40\",\n                    \"unifiedSize\": \"40\",\n                    \"unifiedSizeScale\": \"\",\n                    \"sizeModified\": \"40\",\n                    \"unifiedScaleCode\": \"numerical_size\",\n                    \"inferredSize\": \"40\",\n                    \"overRideIsonMs\": false,\n                    \"mismatchBtwISandMS\": false,\n                    \"myntraSize\": \"40\",\n                    \"sizeUnificationIntraScaleSizeOrder\": 59,\n                    \"allSizesList\": [\n                        {\n                            \"scaleCode\": \"myntra_size\",\n                            \"sizeValue\": \"40\",\n                            \"size\": \"Size\",\n                            \"order\": 1\n                        },\n                        {\n                            \"scaleCode\": \"brand_size\",\n                            \"sizeValue\": \"MFS\",\n                            \"size\": \"Brand Size\",\n                            \"order\": 2\n                        }\n                    ],\n                    \"measurements\": [\n                        {\n                            \"name\": \"Chest\",\n                            \"displayName\": \"Chest\",\n                            \"value\": \"42.0\",\n                            \"order\": 1,\n                            \"isActive\": true,\n                            \"display\": true,\n                            \"code\": \"chest\",\n                            \"measurementUnit\": \"Inches\",\n                            \"minValue\": \"42.0\",\n                            \"maxValue\": \"42.0\"\n                        },\n                        {\n                            \"name\": \"Front Length\",\n                            \"displayName\": \"Front Length\",\n                            \"value\": \"28.5\",\n                            \"order\": 2,\n                            \"isActive\": true,\n                            \"display\": true,\n                            \"code\": \"front_length\",\n                            \"measurementUnit\": \"Inches\",\n                            \"minValue\": \"28.5\",\n                            \"maxValue\": \"28.5\"\n                        },\n                        {\n                            \"name\": \"Across Shoulder\",\n                            \"displayName\": \"Across Shoulder\",\n                            \"value\": \"18.0\",\n                            \"order\": 3,\n                            \"isActive\": true,\n                            \"display\": true,\n                            \"code\": \"across_shoulder\",\n                            \"measurementUnit\": \"Inches\",\n                            \"minValue\": \"18.0\",\n                            \"maxValue\": \"18.0\"\n                        }\n                    ],\n                    \"inferredSizeIntraScaleSizeOrder\": 59,\n                    \"listings\": [\n                        {\n                            \"id\": 60242830,\n                            \"skuId\": 58929,\n                            \"myntraSkuCode\": \"NULL\",\n                            \"sellerSkuCode\": \"8903537598809\",\n                            \"styleId\": 10431,\n                            \"enabled\": true,\n                            \"soldByPartnerId\": 6262,\n                            \"sellerId\": 6262,\n                            \"soldToPartnerId\": 2297,\n                            \"listingId\": 60242830,\n                            \"listingStatus\": \"A\",\n                            \"sellerApprovalStatus\": \"APR\",\n                            \"betaApprovalStatus\": \"APR\",\n                            \"sellerName\": \"ARVIND LIFESTYLE BRANDS LIMITED\",\n                            \"sellerMrp\": 1499,\n                            \"isActiveForStore\": true\n                        },\n                        {\n                            \"id\": 5199717,\n                            \"skuId\": 58929,\n                            \"myntraSkuCode\": \"NULL\",\n                            \"sellerSkuCode\": \"58929\",\n                            \"styleId\": 10431,\n                            \"enabled\": true,\n                            \"soldByPartnerId\": 4076,\n                            \"sellerId\": 19,\n                            \"soldToPartnerId\": 2297,\n                            \"listingId\": 5199717,\n                            \"listingStatus\": \"A\",\n                            \"sellerApprovalStatus\": \"APR\",\n                            \"betaApprovalStatus\": \"APR\",\n                            \"sellerName\": \"RetailNet\",\n                            \"sellerMrp\": 1499,\n                            \"isActiveForStore\": true\n                        }\n                    ],\n                    \"vendorArticleNumber\": \"FMSH5329\",\n                    \"vendorArticleName\": \"MENS SHIRT F/S-YDC-YELLOW\",\n                    \"skuId\": 58929,\n                    \"gtin\": \"08903537598809\",\n                    \"skuCode\": \"FLYMSHRT00123\",\n                    \"vendorArticleNo\": \"FMSH5329\",\n                    \"remarks\": \"YELLOW\",\n                    \"active\": true\n                },\n                {\n                    \"id\": 40597,\n                    \"name\": \"Size\",\n                    \"value\": \"LFS\",\n                    \"isActive\": true,\n                    \"price\": 1499,\n                    \"allSize\": \"42,LFS\",\n                    \"measurement\": \"{\\\"Across Shoulder\\\":{\\\"type\\\":\\\"flat\\\",\\\"value\\\":{\\\"value\\\":19.0,\\\"unit\\\":\\\"Inches\\\"}},\\\"Chest\\\":{\\\"type\\\":\\\"flat\\\",\\\"value\\\":{\\\"value\\\":45.0,\\\"unit\\\":\\\"Inches\\\"}},\\\"Front Length\\\":{\\\"type\\\":\\\"flat\\\",\\\"value\\\":{\\\"value\\\":29.0,\\\"unit\\\":\\\"Inches\\\"}}}\",\n                    \"unifiedSizeValueId\": 10552,\n                    \"unifiedSizeValue\": \"42\",\n                    \"unifiedSize\": \"42\",\n                    \"unifiedSizeScale\": \"\",\n                    \"sizeModified\": \"42\",\n                    \"unifiedScaleCode\": \"numerical_size\",\n                    \"inferredSize\": \"44\",\n                    \"overRideIsonMs\": false,\n                    \"mismatchBtwISandMS\": true,\n                    \"myntraSize\": \"42\",\n                    \"sizeUnificationIntraScaleSizeOrder\": 63,\n                    \"allSizesList\": [\n                        {\n                            \"scaleCode\": \"myntra_size\",\n                            \"sizeValue\": \"42\",\n                            \"size\": \"Size\",\n                            \"order\": 1\n                        },\n                        {\n                            \"scaleCode\": \"brand_size\",\n                            \"sizeValue\": \"LFS\",\n                            \"size\": \"Brand Size\",\n                            \"order\": 2\n                        }\n                    ],\n                    \"measurements\": [\n                        {\n                            \"name\": \"Chest\",\n                            \"displayName\": \"Chest\",\n                            \"value\": \"45.0\",\n                            \"order\": 1,\n                            \"isActive\": true,\n                            \"display\": true,\n                            \"code\": \"chest\",\n                            \"measurementUnit\": \"Inches\",\n                            \"minValue\": \"45.0\",\n                            \"maxValue\": \"45.0\"\n                        },\n                        {\n                            \"name\": \"Front Length\",\n                            \"displayName\": \"Front Length\",\n                            \"value\": \"29.0\",\n                            \"order\": 2,\n                            \"isActive\": true,\n                            \"display\": true,\n                            \"code\": \"front_length\",\n                            \"measurementUnit\": \"Inches\",\n                            \"minValue\": \"29.0\",\n                            \"maxValue\": \"29.0\"\n                        },\n                        {\n                            \"name\": \"Across Shoulder\",\n                            \"displayName\": \"Across Shoulder\",\n                            \"value\": \"19.0\",\n                            \"order\": 3,\n                            \"isActive\": true,\n                            \"display\": true,\n                            \"code\": \"across_shoulder\",\n                            \"measurementUnit\": \"Inches\",\n                            \"minValue\": \"19.0\",\n                            \"maxValue\": \"19.0\"\n                        }\n                    ],\n                    \"inferredSizeIntraScaleSizeOrder\": 67,\n                    \"listings\": [\n                        {\n                            \"id\": 60242828,\n                            \"skuId\": 58930,\n                            \"myntraSkuCode\": \"NULL\",\n                            \"sellerSkuCode\": \"8903537598793\",\n                            \"styleId\": 10431,\n                            \"enabled\": true,\n                            \"soldByPartnerId\": 6262,\n                            \"sellerId\": 6262,\n                            \"soldToPartnerId\": 2297,\n                            \"listingId\": 60242828,\n                            \"listingStatus\": \"A\",\n                            \"sellerApprovalStatus\": \"APR\",\n                            \"betaApprovalStatus\": \"APR\",\n                            \"sellerName\": \"ARVIND LIFESTYLE BRANDS LIMITED\",\n                            \"sellerMrp\": 1499,\n                            \"isActiveForStore\": true\n                        },\n                        {\n                            \"id\": 5199701,\n                            \"skuId\": 58930,\n                            \"myntraSkuCode\": \"NULL\",\n                            \"sellerSkuCode\": \"58930\",\n                            \"styleId\": 10431,\n                            \"enabled\": true,\n                            \"soldByPartnerId\": 4076,\n                            \"sellerId\": 19,\n                            \"soldToPartnerId\": 2297,\n                            \"listingId\": 5199701,\n                            \"listingStatus\": \"A\",\n                            \"sellerApprovalStatus\": \"APR\",\n                            \"betaApprovalStatus\": \"APR\",\n                            \"sellerName\": \"RetailNet\",\n                            \"sellerMrp\": 1499,\n                            \"isActiveForStore\": true\n                        }\n                    ],\n                    \"vendorArticleNumber\": \"FMSH5329\",\n                    \"vendorArticleName\": \"MENS SHIRT F/S-YDC-YELLOW\",\n                    \"skuId\": 58930,\n                    \"gtin\": \"08903537598793\",\n                    \"skuCode\": \"FLYMSHRT00124\",\n                    \"vendorArticleNo\": \"FMSH5329\",\n                    \"remarks\": \"YELLOW\",\n                    \"active\": true\n                },\n                {\n                    \"id\": 40596,\n                    \"name\": \"Size\",\n                    \"value\": \"XLFS\",\n                    \"isActive\": true,\n                    \"price\": 1499,\n                    \"allSize\": \"44,XLFS\",\n                    \"measurement\": \"{\\\"Across Shoulder\\\":{\\\"type\\\":\\\"flat\\\",\\\"value\\\":{\\\"value\\\":20.0,\\\"unit\\\":\\\"Inches\\\"}},\\\"Chest\\\":{\\\"type\\\":\\\"flat\\\",\\\"value\\\":{\\\"value\\\":47.0,\\\"unit\\\":\\\"Inches\\\"}},\\\"Front Length\\\":{\\\"type\\\":\\\"flat\\\",\\\"value\\\":{\\\"value\\\":29.5,\\\"unit\\\":\\\"Inches\\\"}}}\",\n                    \"unifiedSizeValueId\": 10556,\n                    \"unifiedSizeValue\": \"44\",\n                    \"unifiedSize\": \"44\",\n                    \"unifiedSizeScale\": \"\",\n                    \"sizeModified\": \"44\",\n                    \"unifiedScaleCode\": \"numerical_size\",\n                    \"inferredSize\": \"46\",\n                    \"overRideIsonMs\": false,\n                    \"mismatchBtwISandMS\": true,\n                    \"myntraSize\": \"44\",\n                    \"sizeUnificationIntraScaleSizeOrder\": 67,\n                    \"allSizesList\": [\n                        {\n                            \"scaleCode\": \"myntra_size\",\n                            \"sizeValue\": \"44\",\n                            \"size\": \"Size\",\n                            \"order\": 1\n                        },\n                        {\n                            \"scaleCode\": \"brand_size\",\n                            \"sizeValue\": \"XLFS\",\n                            \"size\": \"Brand Size\",\n                            \"order\": 2\n                        }\n                    ],\n                    \"measurements\": [\n                        {\n                            \"name\": \"Chest\",\n                            \"displayName\": \"Chest\",\n                            \"value\": \"47.0\",\n                            \"order\": 1,\n                            \"isActive\": true,\n                            \"display\": true,\n                            \"code\": \"chest\",\n                            \"measurementUnit\": \"Inches\",\n                            \"minValue\": \"47.0\",\n                            \"maxValue\": \"47.0\"\n                        },\n                        {\n                            \"name\": \"Front Length\",\n                            \"displayName\": \"Front Length\",\n                            \"value\": \"29.5\",\n                            \"order\": 2,\n                            \"isActive\": true,\n                            \"display\": true,\n                            \"code\": \"front_length\",\n                            \"measurementUnit\": \"Inches\",\n                            \"minValue\": \"29.5\",\n                            \"maxValue\": \"29.5\"\n                        },\n                        {\n                            \"name\": \"Across Shoulder\",\n                            \"displayName\": \"Across Shoulder\",\n                            \"value\": \"20.0\",\n                            \"order\": 3,\n                            \"isActive\": true,\n                            \"display\": true,\n                            \"code\": \"across_shoulder\",\n                            \"measurementUnit\": \"Inches\",\n                            \"minValue\": \"20.0\",\n                            \"maxValue\": \"20.0\"\n                        }\n                    ],\n                    \"inferredSizeIntraScaleSizeOrder\": 71,\n                    \"listings\": [\n                        {\n                            \"id\": 60242832,\n                            \"skuId\": 58931,\n                            \"myntraSkuCode\": \"NULL\",\n                            \"sellerSkuCode\": \"8903537598816\",\n                            \"styleId\": 10431,\n                            \"enabled\": true,\n                            \"soldByPartnerId\": 6262,\n                            \"sellerId\": 6262,\n                            \"soldToPartnerId\": 2297,\n                            \"listingId\": 60242832,\n                            \"listingStatus\": \"A\",\n                            \"sellerApprovalStatus\": \"APR\",\n                            \"betaApprovalStatus\": \"APR\",\n                            \"sellerName\": \"ARVIND LIFESTYLE BRANDS LIMITED\",\n                            \"sellerMrp\": 1499,\n                            \"isActiveForStore\": true\n                        },\n                        {\n                            \"id\": 5199669,\n                            \"skuId\": 58931,\n                            \"myntraSkuCode\": \"NULL\",\n                            \"sellerSkuCode\": \"58931\",\n                            \"styleId\": 10431,\n                            \"enabled\": true,\n                            \"soldByPartnerId\": 4076,\n                            \"sellerId\": 19,\n                            \"soldToPartnerId\": 2297,\n                            \"listingId\": 5199669,\n                            \"listingStatus\": \"A\",\n                            \"sellerApprovalStatus\": \"APR\",\n                            \"betaApprovalStatus\": \"APR\",\n                            \"sellerName\": \"RetailNet\",\n                            \"sellerMrp\": 1499,\n                            \"isActiveForStore\": true\n                        }\n                    ],\n                    \"vendorArticleNumber\": \"FMSH5329\",\n                    \"vendorArticleName\": \"MENS SHIRT F/S-YDC-YELLOW\",\n                    \"skuId\": 58931,\n                    \"gtin\": \"08903537598816\",\n                    \"skuCode\": \"FLYMSHRT00125\",\n                    \"vendorArticleNo\": \"FMSH5329\",\n                    \"remarks\": \"YELLOW\",\n                    \"active\": true\n                },\n                {\n                    \"id\": 40595,\n                    \"name\": \"Size\",\n                    \"value\": \"XXLFS\",\n                    \"isActive\": true,\n                    \"price\": 1499,\n                    \"allSize\": \"46,XXLFS\",\n                    \"measurement\": \"{\\\"Across Shoulder\\\":{\\\"type\\\":\\\"flat\\\",\\\"value\\\":{\\\"value\\\":21.0,\\\"unit\\\":\\\"Inches\\\"}},\\\"Chest\\\":{\\\"type\\\":\\\"flat\\\",\\\"value\\\":{\\\"value\\\":50.0,\\\"unit\\\":\\\"Inches\\\"}},\\\"Front Length\\\":{\\\"type\\\":\\\"flat\\\",\\\"value\\\":{\\\"value\\\":31.0,\\\"unit\\\":\\\"Inches\\\"}}}\",\n                    \"unifiedSizeValueId\": 10560,\n                    \"unifiedSizeValue\": \"46\",\n                    \"unifiedSize\": \"46\",\n                    \"unifiedSizeScale\": \"\",\n                    \"sizeModified\": \"46\",\n                    \"unifiedScaleCode\": \"numerical_size\",\n                    \"inferredSize\": \"48\",\n                    \"overRideIsonMs\": false,\n                    \"mismatchBtwISandMS\": true,\n                    \"myntraSize\": \"46\",\n                    \"sizeUnificationIntraScaleSizeOrder\": 71,\n                    \"allSizesList\": [\n                        {\n                            \"scaleCode\": \"myntra_size\",\n                            \"sizeValue\": \"46\",\n                            \"size\": \"Size\",\n                            \"order\": 1\n                        },\n                        {\n                            \"scaleCode\": \"brand_size\",\n                            \"sizeValue\": \"XXLFS\",\n                            \"size\": \"Brand Size\",\n                            \"order\": 2\n                        }\n                    ],\n                    \"measurements\": [\n                        {\n                            \"name\": \"Chest\",\n                            \"displayName\": \"Chest\",\n                            \"value\": \"50.0\",\n                            \"order\": 1,\n                            \"isActive\": true,\n                            \"display\": true,\n                            \"code\": \"chest\",\n                            \"measurementUnit\": \"Inches\",\n                            \"minValue\": \"50.0\",\n                            \"maxValue\": \"50.0\"\n                        },\n                        {\n                            \"name\": \"Front Length\",\n                            \"displayName\": \"Front Length\",\n                            \"value\": \"31.0\",\n                            \"order\": 2,\n                            \"isActive\": true,\n                            \"display\": true,\n                            \"code\": \"front_length\",\n                            \"measurementUnit\": \"Inches\",\n                            \"minValue\": \"31.0\",\n                            \"maxValue\": \"31.0\"\n                        },\n                        {\n                            \"name\": \"Across Shoulder\",\n                            \"displayName\": \"Across Shoulder\",\n                            \"value\": \"21.0\",\n                            \"order\": 3,\n                            \"isActive\": true,\n                            \"display\": true,\n                            \"code\": \"across_shoulder\",\n                            \"measurementUnit\": \"Inches\",\n                            \"minValue\": \"21.0\",\n                            \"maxValue\": \"21.0\"\n                        }\n                    ],\n                    \"inferredSizeIntraScaleSizeOrder\": 75,\n                    \"listings\": [\n                        {\n                            \"id\": 60242834,\n                            \"skuId\": 58932,\n                            \"myntraSkuCode\": \"NULL\",\n                            \"sellerSkuCode\": \"8903537598823\",\n                            \"styleId\": 10431,\n                            \"enabled\": true,\n                            \"soldByPartnerId\": 6262,\n                            \"sellerId\": 6262,\n                            \"soldToPartnerId\": 2297,\n                            \"listingId\": 60242834,\n                            \"listingStatus\": \"A\",\n                            \"sellerApprovalStatus\": \"APR\",\n                            \"betaApprovalStatus\": \"APR\",\n                            \"sellerName\": \"ARVIND LIFESTYLE BRANDS LIMITED\",\n                            \"sellerMrp\": 1499,\n                            \"isActiveForStore\": true\n                        },\n                        {\n                            \"id\": 5199535,\n                            \"skuId\": 58932,\n                            \"myntraSkuCode\": \"NULL\",\n                            \"sellerSkuCode\": \"58932\",\n                            \"styleId\": 10431,\n                            \"enabled\": true,\n                            \"soldByPartnerId\": 4076,\n                            \"sellerId\": 19,\n                            \"soldToPartnerId\": 2297,\n                            \"listingId\": 5199535,\n                            \"listingStatus\": \"A\",\n                            \"sellerApprovalStatus\": \"APR\",\n                            \"betaApprovalStatus\": \"APR\",\n                            \"sellerName\": \"RetailNet\",\n                            \"sellerMrp\": 1499,\n                            \"isActiveForStore\": true\n                        }\n                    ],\n                    \"vendorArticleNumber\": \"FMSH5329\",\n                    \"vendorArticleName\": \"MENS SHIRT F/S-YDC-YELLOW\",\n                    \"skuId\": 58932,\n                    \"gtin\": \"08903537598823\",\n                    \"skuCode\": \"FLYMSHRT00126\",\n                    \"vendorArticleNo\": \"FMSH5329\",\n                    \"remarks\": \"YELLOW\",\n                    \"active\": true\n                }\n            ],\n            \"articleNumber\": \"FMSH5329\",\n            \"productDisplayName\": \"Flying Machine Men Ydc Grey Shirts\",\n            \"listViewName\": \"Shirts\",\n            \"variantName\": \"YDC\",\n            \"manufacturerInfo\": \"DEVKI DESIGNS\",\n            \"countryOfOrigin\": \"India\",\n            \"hsnCode\": \"61051010\",\n            \"sourceId\": \"\",\n            \"sourceInfo\": \"\",\n            \"myntraRating\": 1,\n            \"addDate\": 1316003971,\n            \"articleType\": {\n                \"id\": 85,\n                \"filterOrder\": 60,\n                \"typeName\": \"Shirts\",\n                \"typeCode\": \"SHRT\",\n                \"isActive\": true,\n                \"isSocialSharingEnabled\": true,\n                \"isJewellery\": false,\n                \"isReturnable\": true,\n                \"isExchangeable\": true,\n                \"isLarge\": false,\n                \"isHazmat\": false,\n                \"isTryAndBuyEnabled\": true,\n                \"pickupEnabled\": true,\n                \"contentGroupEntryList\": [],\n                \"fragile\": false\n            },\n            \"subCatagory\": {\n                \"id\": 31,\n                \"filterOrder\": 0,\n                \"typeName\": \"Topwear\",\n                \"typeCode\": \"\",\n                \"isActive\": true,\n                \"isSocialSharingEnabled\": true,\n                \"isJewellery\": false,\n                \"isReturnable\": true,\n                \"isExchangeable\": true,\n                \"isLarge\": false,\n                \"isHazmat\": false,\n                \"isTryAndBuyEnabled\": true,\n                \"pickupEnabled\": true,\n                \"parent1Id\": 9,\n                \"parent2Id\": -1,\n                \"trialAttributes\": [],\n                \"contentGroupEntryList\": [],\n                \"allAttributeTypeEntires\": [],\n                \"fragile\": false\n            },\n            \"masterCatagory\": {\n                \"id\": 9,\n                \"filterOrder\": 0,\n                \"typeName\": \"Apparel\",\n                \"typeCode\": \"APPAREL\",\n                \"isActive\": true,\n                \"isSocialSharingEnabled\": true,\n                \"isJewellery\": false,\n                \"isReturnable\": true,\n                \"isExchangeable\": true,\n                \"isLarge\": false,\n                \"isHazmat\": false,\n                \"isTryAndBuyEnabled\": true,\n                \"pickupEnabled\": true,\n                \"parent1Id\": -1,\n                \"parent2Id\": -1,\n                \"trialAttributes\": [],\n                \"contentGroupEntryList\": [],\n                \"allAttributeTypeEntires\": [],\n                \"fragile\": false\n            },\n            \"productSpecification\": {},\n            \"globalAttributes\": {\n                \"season\": {\n                    \"type\": \"attributeValueEntry\",\n                    \"attributeValue\": \"Fall\"\n                },\n                \"brandName\": {\n                    \"type\": \"attributeValueEntry\",\n                    \"attributeValue\": \"Flying Machine\"\n                },\n                \"gender\": {\n                    \"type\": \"attributeValueEntry\",\n                    \"attributeValue\": \"Men\"\n                },\n                \"grade\": {\n                    \"type\": \"attributeValueEntry\",\n                    \"attributeValue\": \"NA\"\n                },\n                \"baseColour\": {\n                    \"type\": \"attributeValueEntry\",\n                    \"attributeValue\": \"Grey\",\n                    \"attributeValueFamily\": {\n                        \"familyName\": \"Grey\",\n                        \"familySwatchPosition\": 9,\n                        \"familyHexCode\": \"#808080\"\n                    }\n                },\n                \"fashionType\": {\n                    \"type\": \"attributeValueEntry\",\n                    \"attributeValue\": \"Fashion\"\n                },\n                \"ageGroup\": {\n                    \"type\": \"attributeValueEntry\",\n                    \"attributeValue\": \"Adults-Men\"\n                },\n                \"globalStore\": {\n                    \"type\": \"attributeValueEntry\"\n                },\n                \"colour1\": {\n                    \"type\": \"attributeValueEntry\",\n                    \"attributeValue\": \"White\",\n                    \"attributeValueFamily\": {\n                        \"familyName\": \"White\",\n                        \"familySwatchPosition\": 24,\n                        \"familyHexCode\": \"#f2f2f2\"\n                    }\n                },\n                \"year\": {\n                    \"type\": \"attributeValueEntry\",\n                    \"attributeValue\": \"2011\"\n                },\n                \"usage\": {\n                    \"type\": \"attributeValueEntry\",\n                    \"attributeValue\": \"Casual\"\n                },\n                \"colour2\": {\n                    \"type\": \"attributeValueEntry\",\n                    \"attributeValue\": \"Yellow\",\n                    \"attributeValueFamily\": {\n                        \"familyName\": \"Yellow\",\n                        \"familySwatchPosition\": 25,\n                        \"familyHexCode\": \"#eadc32\"\n                    }\n                }\n            },\n            \"brandDetails\": {\n                \"id\": 1108,\n                \"name\": \"Flying Machine\",\n                \"logoURL\": \"http://assets.myntassets.com/assets/images/retaillabs/2019/2/12/74eb3c21-ed58-4d7e-9fc0-a441745aac681549965870244-FlyingMachine.png\",\n                \"uidx\": \"08518c08.ef1f.4821.add2.930ea265e667yuCwuGSJew\",\n                \"brandCode\": \"FLYM\"\n            },\n            \"catalogAddDate\": 1467793079,\n            \"catalogDate\": 1316003971,\n            \"catalogLiveDate\": 1467793079,\n            \"categories\": \"Shirts,Sale and Clearance,Casual Wear\",\n            \"sizeRepresentationUrl\": \"http://assets.myntassets.com/assets/images/sizechart/2016/12/14/11481690794680-shirt_men.png\",\n            \"productDescriptorCollection\": {\n                \"productDescriptorMap\": {\n                    \"description\": {\n                        \"value\": \"<p>Composition<br>White and grey plaid check shirt with black and yellow accents made of 100% cotton,long sleeves with buttoned placket, buttoned flaps over the shoulders, two patch pockets on the chest, buttoned placket, embroidered brand logo over the left chest pocket and curved hemline <br><br>Fitting<br>Regular<br><br>Wash care<br>Machine wash cold<br>Do not tumble dry<br>Turn inside out before drying<br>Don't dry in direct sunlight<br>Use warm iron<br>Do not iron on print<br><br>Upgrade your cool quotient with this checked shirt from flying machine. The cotton fabric keeps you fresh all day while you hang out with your friends. The double patch pocket adds a touch of style. Team it with jeans or chinos and slip-on shoes for a laidback look.<br><br>Model statistics<br>The model wears size M in t-shirts<br>Height-6'; Shoulders-19\\\\\\\"</p>\",\n                        \"descriptorType\": \"description\"\n                    }\n                }\n            },\n            \"comments\": \"arvind-may-2020\",\n            \"weight\": \"0\",\n            \"navigationId\": 0,\n            \"landingPageUrl\": \"Shirts/Flying-Machine/Flying-Machine-Men-Ydc-Grey-Shirts/10431/buy\",\n            \"sizeGroupEntry\": {\n                \"id\": 6,\n                \"articleTypeId\": 85,\n                \"groupName\": \"tshirt_size\"\n            },\n            \"associatedImageProducts\": {\n                \"default\": {\n                    \"styleIds\": []\n                }\n            },\n            \"taxation\": {\n                \"taxPercentage\": 5\n            },\n            \"bundledSkus\": {},\n            \"styleStatus\": \"P\",\n            \"unicomPushStatus\": \"PENDING\",\n            \"inventoryUploadStatus\": \"SUCCESS\",\n            \"contentGroupEntryList\": [\n                {\n                    \"type\": \"DETAILS\",\n                    \"order\": 1,\n                    \"attributes\": [\n                        {\n                            \"attributeName\": \"Product Details\",\n                            \"order\": 1,\n                            \"value\": \"<p>Composition<br>White and grey plaid check shirt with black and yellow accents made of 100% cotton,long sleeves with buttoned placket, buttoned flaps over the shoulders, two patch pockets on the chest, buttoned placket, embroidered brand logo over the left chest pocket and curved hemline <br><br>Fitting<br>Regular<br><br>Wash care<br>Machine wash cold<br>Do not tumble dry<br>Turn inside out before drying<br>Don't dry in direct sunlight<br>Use warm iron<br>Do not iron on print<br><br>Upgrade your cool quotient with this checked shirt from flying machine. The cotton fabric keeps you fresh all day while you hang out with your friends. The double patch pocket adds a touch of style. Team it with jeans or chinos and slip-on shoes for a laidback look.<br><br>Model statistics<br>The model wears size M in t-shirts<br>Height-6'; Shoulders-19\\\\\\\"</p>\",\n                            \"attributeType\": \"STRING\"\n                        }\n                    ]\n                }\n            ],\n            \"poMrp\": 1499,\n            \"productTag\": \"Flying Machine,Coupon-Offer,check-shirtsbrandd,dailyopenoffer30,dailyopenoffer20,dailyopenoffer10,rs-500-off-22may,men-casuals-rfm-2016,rs-500-off-28may,b140-b260-1jun,500rs-1jun,rs-500-off-5jun,rs-500-off-june-pn,first-time-on-discount-eors,500rs-5julextra-35-6july,extra-35-6july,rs-500-off-10jul,fm-denim-diaries,fm-cuban-diaries,jeans-streetwear,jns-apr18,men-casual-fest-june-2018,fm-under999,fm-jj-bh,jns-mmb,sushant-eors-dec2018,denim-fest-mainbanner,arvind-may-2020\",\n            \"productTags\": \"Flying Machine,Coupon-Offer,check-shirtsbrandd,dailyopenoffer30,dailyopenoffer20,dailyopenoffer10,rs-500-off-22may,men-casuals-rfm-2016,rs-500-off-28may,b140-b260-1jun,500rs-1jun,rs-500-off-5jun,rs-500-off-june-pn,first-time-on-discount-eors,500rs-5julextra-35-6july,extra-35-6july,rs-500-off-10jul,fm-denim-diaries,fm-cuban-diaries,jeans-streetwear,jns-apr18,men-casual-fest-june-2018,fm-under999,fm-jj-bh,jns-mmb,sushant-eors-dec2018,denim-fest-mainbanner,arvind-may-2020\",\n            \"visualTags\": \"\",\n            \"imageCollection\": {\n                \"imageEntryMap\": {\n                    \"right\": {\n                        \"path\": \"http://assets.myntassets.com/v1/images/style/properties/f314822fe46f46ea01a97613392d432f_images.jpg\",\n                        \"imageType\": \"right\",\n                        \"resolutionFormula\": \"h_($height),q_($qualityPercentage),w_($width)/v1/images/style/properties/f314822fe46f46ea01a97613392d432f_images.jpg\",\n                        \"domain\": \"http://assets.myntassets.com/\",\n                        \"securedDomain\": \"https://assets.myntassets.com/\",\n                        \"relativePath\": \"v1/images/style/properties/f314822fe46f46ea01a97613392d432f_images.jpg\",\n                        \"storedUploaderType\": \"CL\",\n                        \"servingUploaderType\": \"CL\",\n                        \"supportedResolutions\": \"1080X1440,540X720,360X480,48X64,81X108\",\n                        \"imageAnnotations\": [],\n                        \"order\": 4\n                    },\n                    \"search_deprecated\": {\n                        \"path\": \"http://myntra.myntassets.com/images/style/properties/429b1346c82a8db263917d178d1b843e_images.jpg\",\n                        \"imageType\": \"search_deprecated\",\n                        \"resolutionFormula\": \"images/style/properties/429b1346c82a8db263917d178d1b843e_images_($width)_($height).jpg\",\n                        \"domain\": \"http://myntra.myntassets.com/\",\n                        \"securedDomain\": \"https://myntrawebimages.s3.amazonaws.com/\",\n                        \"relativePath\": \"images/style/properties/429b1346c82a8db263917d178d1b843e_images.jpg\",\n                        \"storedUploaderType\": \"S3\",\n                        \"servingUploaderType\": \"S3\",\n                        \"supportedResolutions\": \"1080X1440,540X720,180X240,360X480,150X200,96X128,81X108,48X64\",\n                        \"imageAnnotations\": [],\n                        \"order\": 9999\n                    },\n                    \"size_chart\": {\n                        \"path\": \"http://myntra.myntassets.com/images/style/sizechartimages/5c866091a18898418503d2a3410e47a8.jpg\",\n                        \"imageType\": \"size_chart\",\n                        \"resolutionFormula\": \"http://myntra.myntassets.com/images/style/sizechartimages/5c866091a18898418503d2a3410e47a8_($width)_($height).jpg\",\n                        \"domain\": \"https://azmyntra.myntassets.com/\",\n                        \"securedDomain\": \"https://azmyntra.myntassets.com/\",\n                        \"relativePath\": \"http://myntra.myntassets.com/images/style/sizechartimages/5c866091a18898418503d2a3410e47a8.jpg\",\n                        \"storedUploaderType\": \"AZ\",\n                        \"servingUploaderType\": \"AZ\"\n                    },\n                    \"search\": {\n                        \"path\": \"http://assets.myntassets.com/v1/images/style/properties/429b1346c82a8db263917d178d1b843e_images.jpg\",\n                        \"imageType\": \"search\",\n                        \"resolutionFormula\": \"h_($height),q_($qualityPercentage),w_($width)/v1/images/style/properties/429b1346c82a8db263917d178d1b843e_images.jpg\",\n                        \"domain\": \"http://assets.myntassets.com/\",\n                        \"securedDomain\": \"https://assets.myntassets.com/\",\n                        \"relativePath\": \"v1/images/style/properties/429b1346c82a8db263917d178d1b843e_images.jpg\",\n                        \"storedUploaderType\": \"CL\",\n                        \"servingUploaderType\": \"CL\",\n                        \"supportedResolutions\": \"1080X1440,540X720,180X240,360X480,150X200,96X128,81X108,48X64\",\n                        \"imageAnnotations\": [],\n                        \"order\": 9999\n                    },\n                    \"back\": {\n                        \"path\": \"http://assets.myntassets.com/v1/images/style/properties/e4c97d2e5cc1382fa48ac221c7c35aca_images.jpg\",\n                        \"imageType\": \"back\",\n                        \"resolutionFormula\": \"h_($height),q_($qualityPercentage),w_($width)/v1/images/style/properties/e4c97d2e5cc1382fa48ac221c7c35aca_images.jpg\",\n                        \"domain\": \"http://assets.myntassets.com/\",\n                        \"securedDomain\": \"https://assets.myntassets.com/\",\n                        \"relativePath\": \"v1/images/style/properties/e4c97d2e5cc1382fa48ac221c7c35aca_images.jpg\",\n                        \"storedUploaderType\": \"CL\",\n                        \"servingUploaderType\": \"CL\",\n                        \"supportedResolutions\": \"1080X1440,540X720,360X480,48X64,81X108\",\n                        \"imageAnnotations\": [],\n                        \"order\": 3\n                    },\n                    \"front\": {\n                        \"path\": \"http://assets.myntassets.com/v1/images/style/properties/ad27443d18c6861f815ed33fedec1c5b_images.jpg\",\n                        \"imageType\": \"front\",\n                        \"resolutionFormula\": \"h_($height),q_($qualityPercentage),w_($width)/v1/images/style/properties/ad27443d18c6861f815ed33fedec1c5b_images.jpg\",\n                        \"domain\": \"http://assets.myntassets.com/\",\n                        \"securedDomain\": \"https://assets.myntassets.com/\",\n                        \"relativePath\": \"v1/images/style/properties/ad27443d18c6861f815ed33fedec1c5b_images.jpg\",\n                        \"storedUploaderType\": \"CL\",\n                        \"servingUploaderType\": \"CL\",\n                        \"supportedResolutions\": \"1080X1440,540X720,360X480,48X64,81X108\",\n                        \"imageAnnotations\": [],\n                        \"order\": 2\n                    },\n                    \"left\": {\n                        \"path\": \"http://assets.myntassets.com/v1/images/style/properties/adc13519210d784625dad999755a6492_images.jpg\",\n                        \"imageType\": \"left\",\n                        \"resolutionFormula\": \"h_($height),q_($qualityPercentage),w_($width)/v1/images/style/properties/adc13519210d784625dad999755a6492_images.jpg\",\n                        \"domain\": \"http://assets.myntassets.com/\",\n                        \"securedDomain\": \"https://assets.myntassets.com/\",\n                        \"relativePath\": \"v1/images/style/properties/adc13519210d784625dad999755a6492_images.jpg\",\n                        \"storedUploaderType\": \"CL\",\n                        \"servingUploaderType\": \"CL\",\n                        \"supportedResolutions\": \"1080X1440,540X720,360X480,48X64,81X108\",\n                        \"imageAnnotations\": [],\n                        \"order\": 5\n                    },\n                    \"default\": {\n                        \"path\": \"http://assets.myntassets.com/v1/images/style/properties/429b1346c82a8db263917d178d1b843e_images.jpg\",\n                        \"imageType\": \"default\",\n                        \"resolutionFormula\": \"h_($height),q_($qualityPercentage),w_($width)/v1/images/style/properties/429b1346c82a8db263917d178d1b843e_images.jpg\",\n                        \"domain\": \"http://assets.myntassets.com/\",\n                        \"securedDomain\": \"https://assets.myntassets.com/\",\n                        \"relativePath\": \"v1/images/style/properties/429b1346c82a8db263917d178d1b843e_images.jpg\",\n                        \"storedUploaderType\": \"CL\",\n                        \"servingUploaderType\": \"CL\",\n                        \"supportedResolutions\": \"1080X1440,540X720,180X240,360X480,150X200,96X128,81X108,48X64\",\n                        \"imageAnnotations\": [],\n                        \"order\": 1\n                    },\n                    \"default_deprecated\": {\n                        \"path\": \"http://myntra.myntassets.com/images/style/properties/429b1346c82a8db263917d178d1b843e_images.jpg\",\n                        \"imageType\": \"default_deprecated\",\n                        \"resolutionFormula\": \"images/style/properties/429b1346c82a8db263917d178d1b843e_images_($width)_($height).jpg\",\n                        \"domain\": \"http://myntra.myntassets.com/\",\n                        \"securedDomain\": \"https://myntrawebimages.s3.amazonaws.com/\",\n                        \"relativePath\": \"images/style/properties/429b1346c82a8db263917d178d1b843e_images.jpg\",\n                        \"storedUploaderType\": \"S3\",\n                        \"servingUploaderType\": \"S3\",\n                        \"supportedResolutions\": \"1080X1440,540X720,180X240,360X480,150X200,96X128,81X108,48X64\",\n                        \"imageAnnotations\": [],\n                        \"order\": 9999\n                    }\n                },\n                \"isDefault\": true,\n                \"priorityOrder\": 0,\n                \"albumName\": \"Default\"\n            },\n            \"productAlbums\": [\n                {\n                    \"imageEntryMap\": {\n                        \"right\": {\n                            \"path\": \"http://assets.myntassets.com/v1/images/style/properties/f314822fe46f46ea01a97613392d432f_images.jpg\",\n                            \"imageType\": \"right\",\n                            \"resolutionFormula\": \"h_($height),q_($qualityPercentage),w_($width)/v1/images/style/properties/f314822fe46f46ea01a97613392d432f_images.jpg\",\n                            \"domain\": \"http://assets.myntassets.com/\",\n                            \"securedDomain\": \"https://assets.myntassets.com/\",\n                            \"relativePath\": \"v1/images/style/properties/f314822fe46f46ea01a97613392d432f_images.jpg\",\n                            \"storedUploaderType\": \"CL\",\n                            \"servingUploaderType\": \"CL\",\n                            \"supportedResolutions\": \"1080X1440,540X720,360X480,48X64,81X108\",\n                            \"imageAnnotations\": [],\n                            \"order\": 4\n                        },\n                        \"search_deprecated\": {\n                            \"path\": \"http://myntra.myntassets.com/images/style/properties/429b1346c82a8db263917d178d1b843e_images.jpg\",\n                            \"imageType\": \"search_deprecated\",\n                            \"resolutionFormula\": \"images/style/properties/429b1346c82a8db263917d178d1b843e_images_($width)_($height).jpg\",\n                            \"domain\": \"http://myntra.myntassets.com/\",\n                            \"securedDomain\": \"https://myntrawebimages.s3.amazonaws.com/\",\n                            \"relativePath\": \"images/style/properties/429b1346c82a8db263917d178d1b843e_images.jpg\",\n                            \"storedUploaderType\": \"S3\",\n                            \"servingUploaderType\": \"S3\",\n                            \"supportedResolutions\": \"1080X1440,540X720,180X240,360X480,150X200,96X128,81X108,48X64\",\n                            \"imageAnnotations\": [],\n                            \"order\": 9999\n                        },\n                        \"size_chart\": {\n                            \"path\": \"http://myntra.myntassets.com/images/style/sizechartimages/5c866091a18898418503d2a3410e47a8.jpg\",\n                            \"imageType\": \"size_chart\",\n                            \"resolutionFormula\": \"http://myntra.myntassets.com/images/style/sizechartimages/5c866091a18898418503d2a3410e47a8_($width)_($height).jpg\",\n                            \"domain\": \"https://azmyntra.myntassets.com/\",\n                            \"securedDomain\": \"https://azmyntra.myntassets.com/\",\n                            \"relativePath\": \"http://myntra.myntassets.com/images/style/sizechartimages/5c866091a18898418503d2a3410e47a8.jpg\",\n                            \"storedUploaderType\": \"AZ\",\n                            \"servingUploaderType\": \"AZ\"\n                        },\n                        \"search\": {\n                            \"path\": \"http://assets.myntassets.com/v1/images/style/properties/429b1346c82a8db263917d178d1b843e_images.jpg\",\n                            \"imageType\": \"search\",\n                            \"resolutionFormula\": \"h_($height),q_($qualityPercentage),w_($width)/v1/images/style/properties/429b1346c82a8db263917d178d1b843e_images.jpg\",\n                            \"domain\": \"http://assets.myntassets.com/\",\n                            \"securedDomain\": \"https://assets.myntassets.com/\",\n                            \"relativePath\": \"v1/images/style/properties/429b1346c82a8db263917d178d1b843e_images.jpg\",\n                            \"storedUploaderType\": \"CL\",\n                            \"servingUploaderType\": \"CL\",\n                            \"supportedResolutions\": \"1080X1440,540X720,180X240,360X480,150X200,96X128,81X108,48X64\",\n                            \"imageAnnotations\": [],\n                            \"order\": 9999\n                        },\n                        \"back\": {\n                            \"path\": \"http://assets.myntassets.com/v1/images/style/properties/e4c97d2e5cc1382fa48ac221c7c35aca_images.jpg\",\n                            \"imageType\": \"back\",\n                            \"resolutionFormula\": \"h_($height),q_($qualityPercentage),w_($width)/v1/images/style/properties/e4c97d2e5cc1382fa48ac221c7c35aca_images.jpg\",\n                            \"domain\": \"http://assets.myntassets.com/\",\n                            \"securedDomain\": \"https://assets.myntassets.com/\",\n                            \"relativePath\": \"v1/images/style/properties/e4c97d2e5cc1382fa48ac221c7c35aca_images.jpg\",\n                            \"storedUploaderType\": \"CL\",\n                            \"servingUploaderType\": \"CL\",\n                            \"supportedResolutions\": \"1080X1440,540X720,360X480,48X64,81X108\",\n                            \"imageAnnotations\": [],\n                            \"order\": 3\n                        },\n                        \"front\": {\n                            \"path\": \"http://assets.myntassets.com/v1/images/style/properties/ad27443d18c6861f815ed33fedec1c5b_images.jpg\",\n                            \"imageType\": \"front\",\n                            \"resolutionFormula\": \"h_($height),q_($qualityPercentage),w_($width)/v1/images/style/properties/ad27443d18c6861f815ed33fedec1c5b_images.jpg\",\n                            \"domain\": \"http://assets.myntassets.com/\",\n                            \"securedDomain\": \"https://assets.myntassets.com/\",\n                            \"relativePath\": \"v1/images/style/properties/ad27443d18c6861f815ed33fedec1c5b_images.jpg\",\n                            \"storedUploaderType\": \"CL\",\n                            \"servingUploaderType\": \"CL\",\n                            \"supportedResolutions\": \"1080X1440,540X720,360X480,48X64,81X108\",\n                            \"imageAnnotations\": [],\n                            \"order\": 2\n                        },\n                        \"left\": {\n                            \"path\": \"http://assets.myntassets.com/v1/images/style/properties/adc13519210d784625dad999755a6492_images.jpg\",\n                            \"imageType\": \"left\",\n                            \"resolutionFormula\": \"h_($height),q_($qualityPercentage),w_($width)/v1/images/style/properties/adc13519210d784625dad999755a6492_images.jpg\",\n                            \"domain\": \"http://assets.myntassets.com/\",\n                            \"securedDomain\": \"https://assets.myntassets.com/\",\n                            \"relativePath\": \"v1/images/style/properties/adc13519210d784625dad999755a6492_images.jpg\",\n                            \"storedUploaderType\": \"CL\",\n                            \"servingUploaderType\": \"CL\",\n                            \"supportedResolutions\": \"1080X1440,540X720,360X480,48X64,81X108\",\n                            \"imageAnnotations\": [],\n                            \"order\": 5\n                        },\n                        \"default\": {\n                            \"path\": \"http://assets.myntassets.com/v1/images/style/properties/429b1346c82a8db263917d178d1b843e_images.jpg\",\n                            \"imageType\": \"default\",\n                            \"resolutionFormula\": \"h_($height),q_($qualityPercentage),w_($width)/v1/images/style/properties/429b1346c82a8db263917d178d1b843e_images.jpg\",\n                            \"domain\": \"http://assets.myntassets.com/\",\n                            \"securedDomain\": \"https://assets.myntassets.com/\",\n                            \"relativePath\": \"v1/images/style/properties/429b1346c82a8db263917d178d1b843e_images.jpg\",\n                            \"storedUploaderType\": \"CL\",\n                            \"servingUploaderType\": \"CL\",\n                            \"supportedResolutions\": \"1080X1440,540X720,180X240,360X480,150X200,96X128,81X108,48X64\",\n                            \"imageAnnotations\": [],\n                            \"order\": 1\n                        },\n                        \"default_deprecated\": {\n                            \"path\": \"http://myntra.myntassets.com/images/style/properties/429b1346c82a8db263917d178d1b843e_images.jpg\",\n                            \"imageType\": \"default_deprecated\",\n                            \"resolutionFormula\": \"images/style/properties/429b1346c82a8db263917d178d1b843e_images_($width)_($height).jpg\",\n                            \"domain\": \"http://myntra.myntassets.com/\",\n                            \"securedDomain\": \"https://myntrawebimages.s3.amazonaws.com/\",\n                            \"relativePath\": \"images/style/properties/429b1346c82a8db263917d178d1b843e_images.jpg\",\n                            \"storedUploaderType\": \"S3\",\n                            \"servingUploaderType\": \"S3\",\n                            \"supportedResolutions\": \"1080X1440,540X720,180X240,360X480,150X200,96X128,81X108,48X64\",\n                            \"imageAnnotations\": [],\n                            \"order\": 9999\n                        }\n                    },\n                    \"isDefault\": true,\n                    \"priorityOrder\": 0,\n                    \"albumName\": \"Default\"\n                }\n            ],\n            \"productArticleTypeAttributeValues\": [\n                {\n                    \"type\": \"attributeValueEntry\",\n                    \"id\": 940,\n                    \"createdOn\": 1517392277000,\n                    \"attributeValue\": \"Cotton\",\n                    \"applicableSet\": \"Default\",\n                    \"isActive\": true,\n                    \"attributeCode\": \"COTTON\",\n                    \"updatedBy\": \"Arundhati Bhattacharyya\",\n                    \"filterOrder\": 1,\n                    \"isFeatured\": 0,\n                    \"isLatest\": 0,\n                    \"attributeType\": {\n                        \"id\": 50,\n                        \"typeName\": \"Fabric\",\n                        \"typeOfAttribute\": \"singleValued\",\n                        \"code\": \"fabric\"\n                    },\n                    \"attributeTypeId\": 50\n                },\n                {\n                    \"type\": \"attributeValueEntry\",\n                    \"id\": 549,\n                    \"createdOn\": 1517392277000,\n                    \"attributeValue\": \"Spread Collar\",\n                    \"applicableSet\": \"Default\",\n                    \"isActive\": true,\n                    \"attributeCode\": \"SPREAD_COLLAR\",\n                    \"updatedOn\": 1488036240000,\n                    \"updatedBy\": \"roshni.subba\",\n                    \"filterOrder\": 3,\n                    \"isFeatured\": 0,\n                    \"isLatest\": 0,\n                    \"attributeType\": {\n                        \"id\": 51,\n                        \"typeName\": \"Collar\",\n                        \"typeOfAttribute\": \"singleValued\",\n                        \"code\": \"collar\"\n                    },\n                    \"attributeTypeId\": 51\n                },\n                {\n                    \"type\": \"attributeValueEntry\",\n                    \"id\": 827,\n                    \"createdOn\": 1517392277000,\n                    \"attributeValue\": \"Long Sleeves\",\n                    \"applicableSet\": \"Default\",\n                    \"isActive\": true,\n                    \"attributeCode\": \"LONG_SLEEVES\",\n                    \"updatedBy\": \"Arundhati Bhattacharyya\",\n                    \"filterOrder\": 2,\n                    \"isFeatured\": 0,\n                    \"isLatest\": 0,\n                    \"attributeType\": {\n                        \"id\": 52,\n                        \"typeName\": \"Sleeve Length\",\n                        \"typeOfAttribute\": \"singleValued\",\n                        \"code\": \"sleeve_length\"\n                    },\n                    \"attributeTypeId\": 52\n                },\n                {\n                    \"type\": \"attributeValueEntry\",\n                    \"id\": 441,\n                    \"createdOn\": 1517392277000,\n                    \"attributeValue\": \"Checked\",\n                    \"applicableSet\": \"Default\",\n                    \"isActive\": true,\n                    \"attributeCode\": \"CHECKED\",\n                    \"updatedOn\": 1446283020000,\n                    \"updatedBy\": \"supriti s\",\n                    \"filterOrder\": 7,\n                    \"isFeatured\": 0,\n                    \"isLatest\": 0,\n                    \"attributeType\": {\n                        \"id\": 56,\n                        \"typeName\": \"Pattern\",\n                        \"typeOfAttribute\": \"singleValued\",\n                        \"code\": \"pattern\"\n                    },\n                    \"attributeTypeId\": 56\n                },\n                {\n                    \"type\": \"attributeValueEntry\",\n                    \"id\": 257,\n                    \"createdOn\": 1517392277000,\n                    \"attributeValue\": \"Regular Fit\",\n                    \"applicableSet\": \"Default\",\n                    \"isActive\": true,\n                    \"attributeCode\": \"REGULAR_FIT\",\n                    \"updatedBy\": \"supriti s\",\n                    \"filterOrder\": 3,\n                    \"isFeatured\": 0,\n                    \"isLatest\": 0,\n                    \"attributeType\": {\n                        \"id\": 57,\n                        \"typeName\": \"Fit\",\n                        \"typeOfAttribute\": \"singleValued\",\n                        \"code\": \"fit\"\n                    },\n                    \"attributeTypeId\": 57\n                },\n                {\n                    \"type\": \"attributeValueEntry\",\n                    \"id\": 18132,\n                    \"createdBy\": \"roshni.subba\",\n                    \"createdOn\": 1477555817000,\n                    \"attributeValue\": \"Garment Measurements in\",\n                    \"isActive\": true,\n                    \"attributeCode\": \"GARMENT_MEASUREMENTS_IN_INCHES\",\n                    \"updatedOn\": 1437530520000,\n                    \"updatedBy\": \"supriti s\",\n                    \"filterOrder\": 2,\n                    \"isFeatured\": 0,\n                    \"isLatest\": 0,\n                    \"attributeType\": {\n                        \"id\": 2032,\n                        \"typeName\": \"Body or Garment Size\",\n                        \"typeOfAttribute\": \"singleValued\",\n                        \"code\": \"body_or_garment_size\"\n                    },\n                    \"attributeTypeId\": 2032\n                }\n            ],\n            \"productSystemAttributeValueEntriesForStyle\": [],\n            \"productType\": {\n                \"id\": 320,\n                \"name\": \"Shirts\",\n                \"codEnabled\": \"Y\",\n                \"vat\": 5.5,\n                \"productGroup\": {\n                    \"id\": 16,\n                    \"name\": \"Clothing\"\n                }\n            },\n            \"inferredAttributeValues\": {\n                \"returnInfo\": {\n                    \"isReturnable\": true,\n                    \"returnPeriod\": 30\n                },\n                \"pickupEnabled\": true,\n                \"enableCategoryShipping\": false,\n                \"itemCountLimit\": 10,\n                \"alterationInfo\": {\n                    \"sampleMode\": false,\n                    \"measurementMode\": false,\n                    \"alterationPeriod\": 30\n                },\n                \"logisticsRateCardV2Level\": 1,\n                \"isImageManipulationDisabled\": false,\n                \"isExchangeable\": true,\n                \"isFragile\": false,\n                \"isLuxury\": false,\n                \"isLarge\": false,\n                \"isExpirable\": false,\n                \"isMyntsEnabled\": true,\n                \"isSocialSharingEnabled\": true,\n                \"isHazmat\": false,\n                \"isChatEnabled\": false,\n                \"isJewellery\": false,\n                \"isCODEnabled\": true,\n                \"isEMIEnabled\": true,\n                \"isTryAndBuyEnabled\": true\n            }\n        }\n    ]\n}"},{"id":"58503a1c-765e-48e9-ae78-2d04383fc4c8","name":"200 - SUCCESS - No Products found","originalRequest":{"method":"GET","header":[{"key":"access_token","value":"xxx"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.pretr.com/partner/catalog/v2/product/search/nofilter?q={{attribute}}.eq:{{value}}&{{attribute}}.in:{{value}},{{value}}&start=0&cursorMark=*&sellerApprovalStatus={{seller_approval_status}}","host":["https://api.pretr.com"],"path":["partner","catalog","v2","product","search","nofilter"],"query":[{"key":"q","value":"{{attribute}}.eq:{{value}}"},{"key":"{{attribute}}.in:{{value}},{{value}}","value":null},{"key":"start","value":"0"},{"key":"cursorMark","value":"*"},{"key":"sellerApprovalStatus","value":"{{seller_approval_status}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 2,\n    \"statusMessage\": \"No products found.\",\n    \"statusType\": \"SUCCESS\",\n    \"totalCount\": 0,\n    \"nextCursorMark\": \"*\"\n}"}],"_postman_id":"724123e1-f547-4869-8003-99626c86b3af"},{"name":"Fetch Product Details","id":"de799a1a-3222-4f3c-b31b-d83811c44cfd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"access_token","value":"xxx"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.pretr.com/partner/catalog/v2/product/search/nofilter?q={{attribute}}.eq:{{value}}","urlObject":{"path":["partner","catalog","v2","product","search","nofilter"],"host":["https://api.pretr.com"],"query":[{"key":"q","value":"{{attribute}}.eq:{{value}}"}],"variable":[]}},"response":[{"id":"18b7c048-3113-4bb2-ad97-659195b8a729","name":"200 - SUCCESS - Retriving List","originalRequest":{"method":"GET","header":[{"key":"access_token","value":"xxx"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.pretr.com/partner/catalog/v2/product/search/nofilter?q={{attribute}}.eq:{{value}}","host":["https://api.pretr.com"],"path":["partner","catalog","v2","product","search","nofilter"],"query":[{"key":"q","value":"{{attribute}}.eq:{{value}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"statusCode\": 3,\n        \"statusMessage\": \"Success\",\n        \"statusType\": \"SUCCESS\",\n        \"totalCount\": 1,\n        \"data\": [\n            {\n                \"productId\": 11815214,\n                \"title\": \"Louis Philippe Men 5 Pc Blue Solid 3-Layer Reusable Fabric Outdoor Masks\",\n                \"price\": 599,\n                \"styleType\": \"P\",\n                \"styleCategory\": \"Single Styles\",\n                \"codEnabled\": \"Y\",\n                \"productOptions\": [\n                    {\n                        \"id\": 44958550,\n                        \"name\": \"Size\",\n                        \"value\": \"L\",\n                        \"isActive\": true,\n                        \"price\": 599,\n                        \"allSize\": \"L\",\n                        \"unifiedSizeValueId\": 10012,\n                        \"unifiedSizeValue\": \"L\",\n                        \"unifiedSize\": \"L\",\n                        \"unifiedSizeScale\": \"\",\n                        \"sizeModified\": \"L\",\n                        \"unifiedScaleCode\": \"size\",\n                        \"myntraSize\": \"L\",\n                        \"sizeUnificationIntraScaleSizeOrder\": 13,\n                        \"sizeOrderIntOrder\": 206,\n                        \"allSizesList\": [\n                            {\n                                \"scaleCode\": \"myntra_size\",\n                                \"sizeValue\": \"L\",\n                                \"size\": \"Size\",\n                                \"order\": 0\n                            }\n                        ],\n                        \"listings\": [\n                            {\n                                \"id\": 46652488,\n                                \"skuId\": 41154322,\n                                \"myntraSkuCode\": \"LSPLOTMK41154322\",\n                                \"sellerSkuCode\": \"8905238166509\",\n                                \"styleId\": 11815214,\n                                \"enabled\": true,\n                                \"soldByPartnerId\": 3138,\n                                \"sellerId\": 18,\n                                \"soldToPartnerId\": 2297,\n                                \"listingId\": 46652488,\n                                \"listingStatus\": \"A\",\n                                \"listingComments\": \"Relist, Bangalore FC issue resolved 14thJuly2020/Devashish Chourasiya\",\n                                \"sellerApprovalStatus\": \"APR\",\n                                \"betaApprovalStatus\": \"APR\",\n                                \"sellerName\": \"Aditya Birla Fashion and Retail Limited (Madura Fashion & Lifestyle)\",\n                                \"sellerMrp\": 599,\n                                \"isActiveForStore\": true\n                            }\n                        ],\n                        \"vendorArticleNumber\": \"LPMSMRGFX03699\",\n                        \"vendorArticleName\": \"Fabric Mask\",\n                        \"skuId\": 41154322,\n                        \"gtin\": \"08905238166509\",\n                        \"skuCode\": \"LSPLOTMK41154322\",\n                        \"vendorArticleNo\": \"LPMSMRGFX03699\",\n                        \"remarks\": \"Light Blue\",\n                        \"active\": true,\n                        \"inBrand\": true\n                    }\n                ],\n                \"articleNumber\": \"LPMSMRGFX03699-Light Blue\",\n                \"productDisplayName\": \"Louis Philippe Men 5 Pc Blue Solid 3-Layer Reusable Fabric Outdoor Masks\",\n                \"listViewName\": \"Men 5 Pc 3-Layer Outdoor Masks\",\n                \"variantName\": \"Fabric Mask\",\n                \"manufacturerInfo\": \"Aditya Birla Fashion and Retail Limited,No.527,Marasur Village,Anekal Taluk, Bangalore-562106,Karnataka\",\n                \"countryOfOrigin\": \"India\",\n                \"vendorHSN\": \"62052000\",\n                \"hsnCode\": \"62052000\",\n                \"sourceId\": \"3049494\",\n                \"sourceInfo\": \"diy\",\n                \"addDate\": 1587911732,\n                \"modifiedDate\": 1653912120000,\n                \"articleType\": {\n                    \"id\": 636,\n                    \"filterOrder\": 498,\n                    \"typeName\": \"Outdoor Masks\",\n                    \"typeCode\": \"OTMK\",\n                    \"isActive\": true,\n                    \"isSocialSharingEnabled\": true,\n                    \"isJewellery\": false,\n                    \"isReturnable\": false,\n                    \"isExchangeable\": false,\n                    \"isLarge\": false,\n                    \"isHazmat\": true,\n                    \"isTryAndBuyEnabled\": false,\n                    \"pickupEnabled\": true,\n                    \"contentGroupEntryList\": [],\n                    \"fragile\": false\n                },\n                \"subCatagory\": {\n                    \"id\": 166,\n                    \"filterOrder\": 0,\n                    \"typeName\": \"Accessories\",\n                    \"typeCode\": \"\",\n                    \"isActive\": true,\n                    \"isSocialSharingEnabled\": true,\n                    \"isJewellery\": false,\n                    \"isReturnable\": true,\n                    \"isExchangeable\": true,\n                    \"isLarge\": false,\n                    \"isHazmat\": false,\n                    \"isTryAndBuyEnabled\": true,\n                    \"pickupEnabled\": true,\n                    \"parent1Id\": 1,\n                    \"parent2Id\": -1,\n                    \"trialAttributes\": [],\n                    \"contentGroupEntryList\": [],\n                    \"allAttributeTypeEntires\": [],\n                    \"fragile\": false\n                },\n                \"masterCatagory\": {\n                    \"id\": 1,\n                    \"filterOrder\": 0,\n                    \"typeName\": \"Accessories\",\n                    \"typeCode\": \"ACCESSORIES\",\n                    \"isActive\": true,\n                    \"isSocialSharingEnabled\": true,\n                    \"isJewellery\": false,\n                    \"isReturnable\": true,\n                    \"isExchangeable\": true,\n                    \"isLarge\": false,\n                    \"isHazmat\": false,\n                    \"isTryAndBuyEnabled\": true,\n                    \"pickupEnabled\": true,\n                    \"parent1Id\": -1,\n                    \"parent2Id\": -1,\n                    \"trialAttributes\": [],\n                    \"contentGroupEntryList\": [],\n                    \"allAttributeTypeEntires\": [],\n                    \"fragile\": false\n                },\n                \"productSpecification\": {},\n                \"globalAttributes\": {\n                    \"year\": {\n                        \"type\": \"attributeValueEntry\",\n                        \"attributeValue\": \"2020\"\n                    },\n                    \"usage\": {\n                        \"type\": \"attributeValueEntry\",\n                        \"attributeValue\": \"Casual\"\n                    },\n                    \"ageGroup\": {\n                        \"type\": \"attributeValueEntry\",\n                        \"attributeValue\": \"Adults-Men\"\n                    },\n                    \"baseColour\": {\n                        \"type\": \"attributeValueEntry\",\n                        \"attributeValue\": \"Blue\",\n                        \"attributeValueFamily\": {\n                            \"familyName\": \"Blue\",\n                            \"familySwatchPosition\": 3,\n                            \"familyHexCode\": \"#0074D9\"\n                        }\n                    },\n                    \"colour2\": {\n                        \"type\": \"attributeValueEntry\",\n                        \"attributeValue\": \"NA\"\n                    },\n                    \"colour1\": {\n                        \"type\": \"attributeValueEntry\",\n                        \"attributeValue\": \"NA\"\n                    },\n                    \"brandName\": {\n                        \"type\": \"attributeValueEntry\",\n                        \"attributeValue\": \"Louis Philippe\"\n                    },\n                    \"fashionType\": {\n                        \"type\": \"attributeValueEntry\",\n                        \"attributeValue\": \"Fashion\"\n                    },\n                    \"globalStore\": {\n                        \"type\": \"attributeValueEntry\"\n                    },\n                    \"gender\": {\n                        \"type\": \"attributeValueEntry\",\n                        \"attributeValue\": \"Men\"\n                    },\n                    \"season\": {\n                        \"type\": \"attributeValueEntry\",\n                        \"attributeValue\": \"Winter\"\n                    }\n                },\n                \"brandDetails\": {\n                    \"id\": 100,\n                    \"name\": \"Louis Philippe\",\n                    \"logoURL\": \"http://assets.myntassets.com/assets/images/retaillabs/2019/2/13/fe264233-2056-4f1d-adb6-03a78c0ad59f1550060157871-LouisPhilippe.png\",\n                    \"uidx\": \"ff60cd69.78f0.488b.ba4d.d193228d8cb6MbNfd0ERzl\",\n                    \"brandCode\": \"LSPL\"\n                },\n                \"catalogDate\": 1587913909,\n                \"catalogLiveDate\": 1587913909,\n                \"productDescriptorCollection\": {\n                    \"productDescriptorMap\": {\n                        \"description\": {\n                            \"value\": \"5 pc light blue solid 3-ply reusable fabric outdoor masks for men<br><br><b>3-layer filtration system</b><br>Melt Blown material for high level of filtration<br><br><b>Special Features:</b><ul><li>Breathable, reusable till mask lasts, soft elastic loops for extra comfort</li><li>95% bacteria filtration efficiency</li><li>Dust protection</li><li>Breathable</li><li>Soft elastic loops for extra comforts</li><li>Reusable(up to 30 washes)</li></ul><b>How To Use:</b><ul><li>Wash your hands before touching your mask</li><li>When you put on the mask make sure it covers your nose and mouth and fits comfortably around your face</li><li>While you have the mask on in public places</li><li>Avoid touching it and replace it if it feels damp</li><li>Do Not wear the mask for more than 6 hours continuously</li><li>To remove the mask, remove it from behind, do not touch the mask</li><li>Store away separately in a closed bin</li><li>Do not touch the front&nbsp;side of the mask</li><li>Wash mask with soap and water / antiseptic liquid after every use</li></ul><b>Precautions</b>:&nbsp;<ul><li>The mask is for individual use ONLY, not to be shared with others to prevent contamination</li><li>Wear each mask for 6 hours only</li><li>Isolate mask after use</li><li>Wash hands carefully with soap after removing mask</li></ul><b>Warning</b>:&nbsp;<ul><li>Usage instructions &amp; precautions should be followed as recommended</li><li>Improper usage of the mask may cause health risks</li></ul>\",\n                            \"descriptorType\": \"description\"\n                        },\n                        \"materials_care_desc\": {\n                            \"value\": \"Cotton<br>Wash separately at 40 C\",\n                            \"descriptorType\": \"materials_care_desc\"\n                        }\n                    }\n                },\n                \"comments\": \"Part 2 addition\",\n                \"navigationId\": 0,\n                \"landingPageUrl\": \"Outdoor-Masks/Louis-Philippe/Louis-Philippe-Men-5-Pc-Blue-Solid-3-Layer-Reusable-Fabric-Outdoor-Masks/11815214/buy\",\n                \"associatedImageProducts\": {\n                    \"default\": {\n                        \"styleIds\": []\n                    }\n                },\n                \"styleGoLiveDate\": 1587911732,\n                \"taxation\": {\n                    \"taxPercentage\": 5\n                },\n                \"bundledSkus\": {},\n                \"styleStatus\": \"P\",\n                \"unicomPushStatus\": \"PENDING\",\n                \"inventoryUploadStatus\": \"SUCCESS\",\n                \"contentGroupEntryList\": [\n                    {\n                        \"type\": \"DETAILS\",\n                        \"order\": 1,\n                        \"attributes\": [\n                            {\n                                \"attributeName\": \"Product Details\",\n                                \"order\": 1,\n                                \"value\": \"5 pc light blue solid 3-ply reusable fabric outdoor masks for men<br><br><b>3-layer filtration system</b><br>Melt Blown material for high level of filtration<br><br><b>Special Features:</b><ul><li>Breathable, reusable till mask lasts, soft elastic loops for extra comfort</li><li>95% bacteria filtration efficiency</li><li>Dust protection</li><li>Breathable</li><li>Soft elastic loops for extra comforts</li><li>Reusable(up to 30 washes)</li></ul><b>How To Use:</b><ul><li>Wash your hands before touching your mask</li><li>When you put on the mask make sure it covers your nose and mouth and fits comfortably around your face</li><li>While you have the mask on in public places</li><li>Avoid touching it and replace it if it feels damp</li><li>Do Not wear the mask for more than 6 hours continuously</li><li>To remove the mask, remove it from behind, do not touch the mask</li><li>Store away separately in a closed bin</li><li>Do not touch the front&nbsp;side of the mask</li><li>Wash mask with soap and water / antiseptic liquid after every use</li></ul><b>Precautions</b>:&nbsp;<ul><li>The mask is for individual use ONLY, not to be shared with others to prevent contamination</li><li>Wear each mask for 6 hours only</li><li>Isolate mask after use</li><li>Wash hands carefully with soap after removing mask</li></ul><b>Warning</b>:&nbsp;<ul><li>Usage instructions &amp; precautions should be followed as recommended</li><li>Improper usage of the mask may cause health risks</li></ul>\",\n                                \"attributeType\": \"STRING\"\n                            },\n                            {\n                                \"attributeName\": \"Material & Care\",\n                                \"order\": 3,\n                                \"value\": \"Cotton<br>Wash separately at 40 C\",\n                                \"attributeType\": \"STRING\"\n                            }\n                        ]\n                    }\n                ],\n                \"attributeCommentGroups\": [\n                    {\n                        \"id\": 1,\n                        \"createdOn\": 1545849000000,\n                        \"lastModifiedOn\": 1545849000000,\n                        \"version\": 1,\n                        \"attributeName\": \"styleStatus\",\n                        \"productEntryName\": \"styleStatus\",\n                        \"styleEntryName\": \"styleStatus\",\n                        \"attributeCommentsEntryList\": [\n                            {\n                                \"id\": 1,\n                                \"createdBy\": \"vivek\",\n                                \"createdOn\": 1545849000000,\n                                \"lastModifiedOn\": 1545849000000,\n                                \"version\": 0,\n                                \"targetValue\": \"P\",\n                                \"comment\": \"Active\",\n                                \"isActive\": 1\n                            }\n                        ]\n                    }\n                ],\n                \"poMrp\": 599,\n                \"productTag\": \"Louis Philippe,madura-may-2020,mlta-fabricmasks,Wishlisted-8856441591759675200,Wishlisted-8856441591759777063,EORS-june20-wishlisted,made-in-india-masks,finest-deals-for-all\",\n                \"productTags\": \"Louis Philippe,madura-may-2020,mlta-fabricmasks,Wishlisted-8856441591759675200,Wishlisted-8856441591759777063,EORS-june20-wishlisted,made-in-india-masks,finest-deals-for-all\",\n                \"visualTags\": \"\",\n                \"imageCollection\": {\n                    \"imageEntryMap\": {\n                        \"right\": {\n                            \"path\": \"http://assets.myntassets.com/assets/images/11815214/2020/4/27/920e1b11-379e-432f-9dd3-4e79d483ce781587986077502LouisPhilippeMen5PcBlueSolid3-PlyReusableFabricOutdoorMasks4.jpg\",\n                            \"imageType\": \"right\",\n                            \"resolutionFormula\": \"h_($height),q_($qualityPercentage),w_($width)/v1/assets/images/11815214/2020/4/27/920e1b11-379e-432f-9dd3-4e79d483ce781587986077502LouisPhilippeMen5PcBlueSolid3-PlyReusableFabricOutdoorMasks4.jpg\",\n                            \"domain\": \"http://assets.myntassets.com/\",\n                            \"securedDomain\": \"https://assets.myntassets.com/\",\n                            \"relativePath\": \"assets/images/11815214/2020/4/27/920e1b11-379e-432f-9dd3-4e79d483ce781587986077502LouisPhilippeMen5PcBlueSolid3-PlyReusableFabricOutdoorMasks4.jpg\",\n                            \"storedUploaderType\": \"CL\",\n                            \"servingUploaderType\": \"CL\",\n                            \"supportedResolutions\": \"1080X1440,540X720,360X480,48X64,81X108\",\n                            \"imageAnnotations\": [],\n                            \"order\": 4\n                        },\n                        \"bottom\": {\n                            \"path\": \"http://assets.myntassets.com/assets/images/11815214/2020/4/27/5f7c956e-65b6-47e6-a628-f0ac54b1955c1587986077676LouisPhilippeMen5PcBlueSolid3-PlyReusableFabricOutdoorMasks7.jpg\",\n                            \"imageType\": \"bottom\",\n                            \"resolutionFormula\": \"h_($height),q_($qualityPercentage),w_($width)/v1/assets/images/11815214/2020/4/27/5f7c956e-65b6-47e6-a628-f0ac54b1955c1587986077676LouisPhilippeMen5PcBlueSolid3-PlyReusableFabricOutdoorMasks7.jpg\",\n                            \"domain\": \"http://assets.myntassets.com/\",\n                            \"securedDomain\": \"https://assets.myntassets.com/\",\n                            \"relativePath\": \"assets/images/11815214/2020/4/27/5f7c956e-65b6-47e6-a628-f0ac54b1955c1587986077676LouisPhilippeMen5PcBlueSolid3-PlyReusableFabricOutdoorMasks7.jpg\",\n                            \"storedUploaderType\": \"CL\",\n                            \"servingUploaderType\": \"CL\",\n                            \"supportedResolutions\": \"1080X1440,540X720,360X480,48X64,81X108\",\n                            \"imageAnnotations\": [],\n                            \"order\": 7\n                        },\n                        \"left\": {\n                            \"path\": \"http://assets.myntassets.com/assets/images/11815214/2020/4/27/26224447-7ef7-469c-8ac3-9f7a491607f31587986077565LouisPhilippeMen5PcBlueSolid3-PlyReusableFabricOutdoorMasks5.jpg\",\n                            \"imageType\": \"left\",\n                            \"resolutionFormula\": \"h_($height),q_($qualityPercentage),w_($width)/v1/assets/images/11815214/2020/4/27/26224447-7ef7-469c-8ac3-9f7a491607f31587986077565LouisPhilippeMen5PcBlueSolid3-PlyReusableFabricOutdoorMasks5.jpg\",\n                            \"domain\": \"http://assets.myntassets.com/\",\n                            \"securedDomain\": \"https://assets.myntassets.com/\",\n                            \"relativePath\": \"assets/images/11815214/2020/4/27/26224447-7ef7-469c-8ac3-9f7a491607f31587986077565LouisPhilippeMen5PcBlueSolid3-PlyReusableFabricOutdoorMasks5.jpg\",\n                            \"storedUploaderType\": \"CL\",\n                            \"servingUploaderType\": \"CL\",\n                            \"supportedResolutions\": \"1080X1440,540X720,360X480,48X64,81X108\",\n                            \"imageAnnotations\": [],\n                            \"order\": 5\n                        },\n                        \"default\": {\n                            \"path\": \"http://assets.myntassets.com/assets/images/11815214/2020/4/27/7d73c539-6777-49a6-8b29-fdc8631458ea1587986077296LouisPhilippeMen5PcBlueSolid3-PlyReusableFabricOutdoorMasks1.jpg\",\n                            \"imageType\": \"default\",\n                            \"resolutionFormula\": \"h_($height),q_($qualityPercentage),w_($width)/v1/assets/images/11815214/2020/4/27/7d73c539-6777-49a6-8b29-fdc8631458ea1587986077296LouisPhilippeMen5PcBlueSolid3-PlyReusableFabricOutdoorMasks1.jpg\",\n                            \"domain\": \"http://assets.myntassets.com/\",\n                            \"securedDomain\": \"https://assets.myntassets.com/\",\n                            \"relativePath\": \"assets/images/11815214/2020/4/27/7d73c539-6777-49a6-8b29-fdc8631458ea1587986077296LouisPhilippeMen5PcBlueSolid3-PlyReusableFabricOutdoorMasks1.jpg\",\n                            \"storedUploaderType\": \"CL\",\n                            \"servingUploaderType\": \"CL\",\n                            \"supportedResolutions\": \"1080X1440,540X720,180X240,360X480,150X200,96X128,81X108,48X64\",\n                            \"imageAnnotations\": [],\n                            \"order\": 1\n                        },\n                        \"front\": {\n                            \"path\": \"http://assets.myntassets.com/assets/images/11815214/2020/4/27/95c84d67-01a1-4ea9-a39d-f34b49b6ce461587986077358LouisPhilippeMen5PcBlueSolid3-PlyReusableFabricOutdoorMasks2.jpg\",\n                            \"imageType\": \"front\",\n                            \"resolutionFormula\": \"h_($height),q_($qualityPercentage),w_($width)/v1/assets/images/11815214/2020/4/27/95c84d67-01a1-4ea9-a39d-f34b49b6ce461587986077358LouisPhilippeMen5PcBlueSolid3-PlyReusableFabricOutdoorMasks2.jpg\",\n                            \"domain\": \"http://assets.myntassets.com/\",\n                            \"securedDomain\": \"https://assets.myntassets.com/\",\n                            \"relativePath\": \"assets/images/11815214/2020/4/27/95c84d67-01a1-4ea9-a39d-f34b49b6ce461587986077358LouisPhilippeMen5PcBlueSolid3-PlyReusableFabricOutdoorMasks2.jpg\",\n                            \"storedUploaderType\": \"CL\",\n                            \"servingUploaderType\": \"CL\",\n                            \"supportedResolutions\": \"1080X1440,540X720,360X480,48X64,81X108\",\n                            \"imageAnnotations\": [],\n                            \"order\": 2\n                        },\n                        \"search\": {\n                            \"path\": \"http://assets.myntassets.com/assets/images/11815214/2020/4/27/7d73c539-6777-49a6-8b29-fdc8631458ea1587986077296LouisPhilippeMen5PcBlueSolid3-PlyReusableFabricOutdoorMasks1.jpg\",\n                            \"imageType\": \"search\",\n                            \"resolutionFormula\": \"h_($height),q_($qualityPercentage),w_($width)/v1/assets/images/11815214/2020/4/27/7d73c539-6777-49a6-8b29-fdc8631458ea1587986077296LouisPhilippeMen5PcBlueSolid3-PlyReusableFabricOutdoorMasks1.jpg\",\n                            \"domain\": \"http://assets.myntassets.com/\",\n                            \"securedDomain\": \"https://assets.myntassets.com/\",\n                            \"relativePath\": \"assets/images/11815214/2020/4/27/7d73c539-6777-49a6-8b29-fdc8631458ea1587986077296LouisPhilippeMen5PcBlueSolid3-PlyReusableFabricOutdoorMasks1.jpg\",\n                            \"storedUploaderType\": \"CL\",\n                            \"servingUploaderType\": \"CL\",\n                            \"supportedResolutions\": \"1080X1440,540X720,180X240,360X480,150X200,96X128,81X108,48X64\",\n                            \"imageAnnotations\": [],\n                            \"order\": 9999\n                        },\n                        \"top\": {\n                            \"path\": \"http://assets.myntassets.com/assets/images/11815214/2020/4/27/c21bbcd3-5c03-4f4b-9d78-a319b1b98b691587986077621LouisPhilippeMen5PcBlueSolid3-PlyReusableFabricOutdoorMasks6.jpg\",\n                            \"imageType\": \"top\",\n                            \"resolutionFormula\": \"h_($height),q_($qualityPercentage),w_($width)/v1/assets/images/11815214/2020/4/27/c21bbcd3-5c03-4f4b-9d78-a319b1b98b691587986077621LouisPhilippeMen5PcBlueSolid3-PlyReusableFabricOutdoorMasks6.jpg\",\n                            \"domain\": \"http://assets.myntassets.com/\",\n                            \"securedDomain\": \"https://assets.myntassets.com/\",\n                            \"relativePath\": \"assets/images/11815214/2020/4/27/c21bbcd3-5c03-4f4b-9d78-a319b1b98b691587986077621LouisPhilippeMen5PcBlueSolid3-PlyReusableFabricOutdoorMasks6.jpg\",\n                            \"storedUploaderType\": \"CL\",\n                            \"servingUploaderType\": \"CL\",\n                            \"supportedResolutions\": \"1080X1440,540X720,360X480,48X64,81X108\",\n                            \"imageAnnotations\": [],\n                            \"order\": 6\n                        },\n                        \"search_deprecated\": {\n                            \"path\": \"https://azmyntra.myntassets.com/dam-assets/assets/images/11815214/2020/4/27/7d73c539-6777-49a6-8b29-fdc8631458ea1587986077296LouisPhilippeMen5PcBlueSolid3-PlyReusableFabricOutdoorMasks1.jpg\",\n                            \"imageType\": \"search_deprecated\",\n                            \"resolutionFormula\": \"dam-assets/assets/images/11815214/2020/4/27/7d73c539-6777-49a6-8b29-fdc8631458ea1587986077296LouisPhilippeMen5PcBlueSolid3-PlyReusableFabricOutdoorMasks1_($width)_($height).jpg\",\n                            \"domain\": \"https://azmyntra.myntassets.com/\",\n                            \"securedDomain\": \"https://azmyntra.myntassets.com/\",\n                            \"relativePath\": \"dam-assets/assets/images/11815214/2020/4/27/7d73c539-6777-49a6-8b29-fdc8631458ea1587986077296LouisPhilippeMen5PcBlueSolid3-PlyReusableFabricOutdoorMasks1.jpg\",\n                            \"storedUploaderType\": \"AZ\",\n                            \"servingUploaderType\": \"AZ\",\n                            \"supportedResolutions\": \"1080X1440,540X720,180X240,360X480,150X200,96X128,81X108,48X64\",\n                            \"imageAnnotations\": [],\n                            \"order\": 9999\n                        },\n                        \"default_deprecated\": {\n                            \"path\": \"https://azmyntra.myntassets.com/dam-assets/assets/images/11815214/2020/4/27/7d73c539-6777-49a6-8b29-fdc8631458ea1587986077296LouisPhilippeMen5PcBlueSolid3-PlyReusableFabricOutdoorMasks1.jpg\",\n                            \"imageType\": \"default_deprecated\",\n                            \"resolutionFormula\": \"dam-assets/assets/images/11815214/2020/4/27/7d73c539-6777-49a6-8b29-fdc8631458ea1587986077296LouisPhilippeMen5PcBlueSolid3-PlyReusableFabricOutdoorMasks1_($width)_($height).jpg\",\n                            \"domain\": \"https://azmyntra.myntassets.com/\",\n                            \"securedDomain\": \"https://azmyntra.myntassets.com/\",\n                            \"relativePath\": \"dam-assets/assets/images/11815214/2020/4/27/7d73c539-6777-49a6-8b29-fdc8631458ea1587986077296LouisPhilippeMen5PcBlueSolid3-PlyReusableFabricOutdoorMasks1.jpg\",\n                            \"storedUploaderType\": \"AZ\",\n                            \"servingUploaderType\": \"AZ\",\n                            \"supportedResolutions\": \"1080X1440,540X720,180X240,360X480,150X200,96X128,81X108,48X64\",\n                            \"imageAnnotations\": [],\n                            \"order\": 9999\n                        },\n                        \"back\": {\n                            \"path\": \"http://assets.myntassets.com/assets/images/11815214/2020/4/27/722b762d-f08b-4905-aa04-a56411822b841587986077433LouisPhilippeMen5PcBlueSolid3-PlyReusableFabricOutdoorMasks3.jpg\",\n                            \"imageType\": \"back\",\n                            \"resolutionFormula\": \"h_($height),q_($qualityPercentage),w_($width)/v1/assets/images/11815214/2020/4/27/722b762d-f08b-4905-aa04-a56411822b841587986077433LouisPhilippeMen5PcBlueSolid3-PlyReusableFabricOutdoorMasks3.jpg\",\n                            \"domain\": \"http://assets.myntassets.com/\",\n                            \"securedDomain\": \"https://assets.myntassets.com/\",\n                            \"relativePath\": \"assets/images/11815214/2020/4/27/722b762d-f08b-4905-aa04-a56411822b841587986077433LouisPhilippeMen5PcBlueSolid3-PlyReusableFabricOutdoorMasks3.jpg\",\n                            \"storedUploaderType\": \"CL\",\n                            \"servingUploaderType\": \"CL\",\n                            \"supportedResolutions\": \"1080X1440,540X720,360X480,48X64,81X108\",\n                            \"imageAnnotations\": [],\n                            \"order\": 3\n                        }\n                    },\n                    \"isDefault\": true,\n                    \"priorityOrder\": 0,\n                    \"albumName\": \"Default\"\n                },\n                \"productAlbums\": [\n                    {\n                        \"imageEntryMap\": {\n                            \"bottom\": {\n                                \"path\": \"http://assets.myntassets.com/assets/images/11815214/2020/4/26/376f96e8-531b-4201-9362-214824cd1fb21587911733051LouisPhilippe7.jpg\",\n                                \"imageType\": \"bottom\",\n                                \"resolutionFormula\": \"h_($height),q_($qualityPercentage),w_($width)/v1/assets/images/11815214/2020/4/26/376f96e8-531b-4201-9362-214824cd1fb21587911733051LouisPhilippe7.jpg\",\n                                \"domain\": \"http://assets.myntassets.com/\",\n                                \"securedDomain\": \"https://assets.myntassets.com/\",\n                                \"relativePath\": \"assets/images/11815214/2020/4/26/376f96e8-531b-4201-9362-214824cd1fb21587911733051LouisPhilippe7.jpg\",\n                                \"storedUploaderType\": \"CL\",\n                                \"servingUploaderType\": \"CL\",\n                                \"supportedResolutions\": \"1080X1440,540X720,360X480,48X64,81X108\",\n                                \"imageAnnotations\": [],\n                                \"order\": 7\n                            },\n                            \"right\": {\n                                \"path\": \"http://assets.myntassets.com/assets/images/11815214/2020/4/26/500986f7-3d9e-4e13-bab9-05f65c419ae11587911733326LouisPhilippe4.jpg\",\n                                \"imageType\": \"right\",\n                                \"resolutionFormula\": \"h_($height),q_($qualityPercentage),w_($width)/v1/assets/images/11815214/2020/4/26/500986f7-3d9e-4e13-bab9-05f65c419ae11587911733326LouisPhilippe4.jpg\",\n                                \"domain\": \"http://assets.myntassets.com/\",\n                                \"securedDomain\": \"https://assets.myntassets.com/\",\n                                \"relativePath\": \"assets/images/11815214/2020/4/26/500986f7-3d9e-4e13-bab9-05f65c419ae11587911733326LouisPhilippe4.jpg\",\n                                \"storedUploaderType\": \"CL\",\n                                \"servingUploaderType\": \"CL\",\n                                \"supportedResolutions\": \"1080X1440,540X720,360X480,48X64,81X108\",\n                                \"imageAnnotations\": [],\n                                \"order\": 4\n                            },\n                            \"left\": {\n                                \"path\": \"http://assets.myntassets.com/assets/images/11815214/2020/4/26/60144eb9-fd9c-4d0e-b70c-602f7a9cc75e1587911733263LouisPhilippe5.jpg\",\n                                \"imageType\": \"left\",\n                                \"resolutionFormula\": \"h_($height),q_($qualityPercentage),w_($width)/v1/assets/images/11815214/2020/4/26/60144eb9-fd9c-4d0e-b70c-602f7a9cc75e1587911733263LouisPhilippe5.jpg\",\n                                \"domain\": \"http://assets.myntassets.com/\",\n                                \"securedDomain\": \"https://assets.myntassets.com/\",\n                                \"relativePath\": \"assets/images/11815214/2020/4/26/60144eb9-fd9c-4d0e-b70c-602f7a9cc75e1587911733263LouisPhilippe5.jpg\",\n                                \"storedUploaderType\": \"CL\",\n                                \"servingUploaderType\": \"CL\",\n                                \"supportedResolutions\": \"1080X1440,540X720,360X480,48X64,81X108\",\n                                \"imageAnnotations\": [],\n                                \"order\": 5\n                            },\n                            \"front\": {\n                                \"path\": \"http://assets.myntassets.com/assets/images/11815214/2020/4/26/8f2aa024-6da1-44d2-a383-8cf9fe041dd01587911733116LouisPhilippe2.jpg\",\n                                \"imageType\": \"front\",\n                                \"resolutionFormula\": \"h_($height),q_($qualityPercentage),w_($width)/v1/assets/images/11815214/2020/4/26/8f2aa024-6da1-44d2-a383-8cf9fe041dd01587911733116LouisPhilippe2.jpg\",\n                                \"domain\": \"http://assets.myntassets.com/\",\n                                \"securedDomain\": \"https://assets.myntassets.com/\",\n                                \"relativePath\": \"assets/images/11815214/2020/4/26/8f2aa024-6da1-44d2-a383-8cf9fe041dd01587911733116LouisPhilippe2.jpg\",\n                                \"storedUploaderType\": \"CL\",\n                                \"servingUploaderType\": \"CL\",\n                                \"supportedResolutions\": \"1080X1440,540X720,360X480,48X64,81X108\",\n                                \"imageAnnotations\": [],\n                                \"order\": 2\n                            },\n                            \"default\": {\n                                \"path\": \"http://assets.myntassets.com/assets/images/11815214/2020/4/26/5b0fad4c-9b6a-48cc-96af-bccb5445965b1587911733385LouisPhilippe1.jpg\",\n                                \"imageType\": \"default\",\n                                \"resolutionFormula\": \"h_($height),q_($qualityPercentage),w_($width)/v1/assets/images/11815214/2020/4/26/5b0fad4c-9b6a-48cc-96af-bccb5445965b1587911733385LouisPhilippe1.jpg\",\n                                \"domain\": \"http://assets.myntassets.com/\",\n                                \"securedDomain\": \"https://assets.myntassets.com/\",\n                                \"relativePath\": \"assets/images/11815214/2020/4/26/5b0fad4c-9b6a-48cc-96af-bccb5445965b1587911733385LouisPhilippe1.jpg\",\n                                \"storedUploaderType\": \"CL\",\n                                \"servingUploaderType\": \"CL\",\n                                \"supportedResolutions\": \"1080X1440,540X720,180X240,360X480,150X200,96X128,81X108,48X64\",\n                                \"imageAnnotations\": [],\n                                \"order\": 1\n                            },\n                            \"search\": {\n                                \"path\": \"http://assets.myntassets.com/assets/images/11815214/2020/4/26/5b0fad4c-9b6a-48cc-96af-bccb5445965b1587911733385LouisPhilippe1.jpg\",\n                                \"imageType\": \"search\",\n                                \"resolutionFormula\": \"h_($height),q_($qualityPercentage),w_($width)/v1/assets/images/11815214/2020/4/26/5b0fad4c-9b6a-48cc-96af-bccb5445965b1587911733385LouisPhilippe1.jpg\",\n                                \"domain\": \"http://assets.myntassets.com/\",\n                                \"securedDomain\": \"https://assets.myntassets.com/\",\n                                \"relativePath\": \"assets/images/11815214/2020/4/26/5b0fad4c-9b6a-48cc-96af-bccb5445965b1587911733385LouisPhilippe1.jpg\",\n                                \"storedUploaderType\": \"CL\",\n                                \"servingUploaderType\": \"CL\",\n                                \"supportedResolutions\": \"1080X1440,540X720,180X240,360X480,150X200,96X128,81X108,48X64\",\n                                \"imageAnnotations\": [],\n                                \"order\": 9999\n                            },\n                            \"top\": {\n                                \"path\": \"http://assets.myntassets.com/assets/images/11815214/2020/4/26/1e79ea85-a318-4208-8764-419a32211cea1587911733442LouisPhilippe6.jpg\",\n                                \"imageType\": \"top\",\n                                \"resolutionFormula\": \"h_($height),q_($qualityPercentage),w_($width)/v1/assets/images/11815214/2020/4/26/1e79ea85-a318-4208-8764-419a32211cea1587911733442LouisPhilippe6.jpg\",\n                                \"domain\": \"http://assets.myntassets.com/\",\n                                \"securedDomain\": \"https://assets.myntassets.com/\",\n                                \"relativePath\": \"assets/images/11815214/2020/4/26/1e79ea85-a318-4208-8764-419a32211cea1587911733442LouisPhilippe6.jpg\",\n                                \"storedUploaderType\": \"CL\",\n                                \"servingUploaderType\": \"CL\",\n                                \"supportedResolutions\": \"1080X1440,540X720,360X480,48X64,81X108\",\n                                \"imageAnnotations\": [],\n                                \"order\": 6\n                            },\n                            \"search_deprecated\": {\n                                \"path\": \"https://azmyntra.myntassets.com/dam-assets/assets/images/11815214/2020/4/26/5b0fad4c-9b6a-48cc-96af-bccb5445965b1587911733385LouisPhilippe1.jpg\",\n                                \"imageType\": \"search_deprecated\",\n                                \"resolutionFormula\": \"dam-assets/assets/images/11815214/2020/4/26/5b0fad4c-9b6a-48cc-96af-bccb5445965b1587911733385LouisPhilippe1_($width)_($height).jpg\",\n                                \"domain\": \"https://azmyntra.myntassets.com/\",\n                                \"securedDomain\": \"https://azmyntra.myntassets.com/\",\n                                \"relativePath\": \"dam-assets/assets/images/11815214/2020/4/26/5b0fad4c-9b6a-48cc-96af-bccb5445965b1587911733385LouisPhilippe1.jpg\",\n                                \"storedUploaderType\": \"AZ\",\n                                \"servingUploaderType\": \"AZ\",\n                                \"supportedResolutions\": \"1080X1440,540X720,180X240,360X480,150X200,96X128,81X108,48X64\",\n                                \"imageAnnotations\": [],\n                                \"order\": 9999\n                            },\n                            \"back\": {\n                                \"path\": \"http://assets.myntassets.com/assets/images/11815214/2020/4/26/74d3d46d-e503-42bb-9016-796ff8ad13501587911733187LouisPhilippe3.jpg\",\n                                \"imageType\": \"back\",\n                                \"resolutionFormula\": \"h_($height),q_($qualityPercentage),w_($width)/v1/assets/images/11815214/2020/4/26/74d3d46d-e503-42bb-9016-796ff8ad13501587911733187LouisPhilippe3.jpg\",\n                                \"domain\": \"http://assets.myntassets.com/\",\n                                \"securedDomain\": \"https://assets.myntassets.com/\",\n                                \"relativePath\": \"assets/images/11815214/2020/4/26/74d3d46d-e503-42bb-9016-796ff8ad13501587911733187LouisPhilippe3.jpg\",\n                                \"storedUploaderType\": \"CL\",\n                                \"servingUploaderType\": \"CL\",\n                                \"supportedResolutions\": \"1080X1440,540X720,360X480,48X64,81X108\",\n                                \"imageAnnotations\": [],\n                                \"order\": 3\n                            },\n                            \"default_deprecated\": {\n                                \"path\": \"https://azmyntra.myntassets.com/dam-assets/assets/images/11815214/2020/4/26/5b0fad4c-9b6a-48cc-96af-bccb5445965b1587911733385LouisPhilippe1.jpg\",\n                                \"imageType\": \"default_deprecated\",\n                                \"resolutionFormula\": \"dam-assets/assets/images/11815214/2020/4/26/5b0fad4c-9b6a-48cc-96af-bccb5445965b1587911733385LouisPhilippe1_($width)_($height).jpg\",\n                                \"domain\": \"https://azmyntra.myntassets.com/\",\n                                \"securedDomain\": \"https://azmyntra.myntassets.com/\",\n                                \"relativePath\": \"dam-assets/assets/images/11815214/2020/4/26/5b0fad4c-9b6a-48cc-96af-bccb5445965b1587911733385LouisPhilippe1.jpg\",\n                                \"storedUploaderType\": \"AZ\",\n                                \"servingUploaderType\": \"AZ\",\n                                \"supportedResolutions\": \"1080X1440,540X720,180X240,360X480,150X200,96X128,81X108,48X64\",\n                                \"imageAnnotations\": [],\n                                \"order\": 9999\n                            }\n                        },\n                        \"isDefault\": false,\n                        \"priorityOrder\": 0,\n                        \"albumName\": \"PDP-Album-Raw\"\n                    },\n                    {\n                        \"imageEntryMap\": {\n                            \"right\": {\n                                \"path\": \"http://assets.myntassets.com/assets/images/11815214/2020/4/27/920e1b11-379e-432f-9dd3-4e79d483ce781587986077502LouisPhilippeMen5PcBlueSolid3-PlyReusableFabricOutdoorMasks4.jpg\",\n                                \"imageType\": \"right\",\n                                \"resolutionFormula\": \"h_($height),q_($qualityPercentage),w_($width)/v1/assets/images/11815214/2020/4/27/920e1b11-379e-432f-9dd3-4e79d483ce781587986077502LouisPhilippeMen5PcBlueSolid3-PlyReusableFabricOutdoorMasks4.jpg\",\n                                \"domain\": \"http://assets.myntassets.com/\",\n                                \"securedDomain\": \"https://assets.myntassets.com/\",\n                                \"relativePath\": \"assets/images/11815214/2020/4/27/920e1b11-379e-432f-9dd3-4e79d483ce781587986077502LouisPhilippeMen5PcBlueSolid3-PlyReusableFabricOutdoorMasks4.jpg\",\n                                \"storedUploaderType\": \"CL\",\n                                \"servingUploaderType\": \"CL\",\n                                \"supportedResolutions\": \"1080X1440,540X720,360X480,48X64,81X108\",\n                                \"imageAnnotations\": [],\n                                \"order\": 4\n                            },\n                            \"bottom\": {\n                                \"path\": \"http://assets.myntassets.com/assets/images/11815214/2020/4/27/5f7c956e-65b6-47e6-a628-f0ac54b1955c1587986077676LouisPhilippeMen5PcBlueSolid3-PlyReusableFabricOutdoorMasks7.jpg\",\n                                \"imageType\": \"bottom\",\n                                \"resolutionFormula\": \"h_($height),q_($qualityPercentage),w_($width)/v1/assets/images/11815214/2020/4/27/5f7c956e-65b6-47e6-a628-f0ac54b1955c1587986077676LouisPhilippeMen5PcBlueSolid3-PlyReusableFabricOutdoorMasks7.jpg\",\n                                \"domain\": \"http://assets.myntassets.com/\",\n                                \"securedDomain\": \"https://assets.myntassets.com/\",\n                                \"relativePath\": \"assets/images/11815214/2020/4/27/5f7c956e-65b6-47e6-a628-f0ac54b1955c1587986077676LouisPhilippeMen5PcBlueSolid3-PlyReusableFabricOutdoorMasks7.jpg\",\n                                \"storedUploaderType\": \"CL\",\n                                \"servingUploaderType\": \"CL\",\n                                \"supportedResolutions\": \"1080X1440,540X720,360X480,48X64,81X108\",\n                                \"imageAnnotations\": [],\n                                \"order\": 7\n                            },\n                            \"left\": {\n                                \"path\": \"http://assets.myntassets.com/assets/images/11815214/2020/4/27/26224447-7ef7-469c-8ac3-9f7a491607f31587986077565LouisPhilippeMen5PcBlueSolid3-PlyReusableFabricOutdoorMasks5.jpg\",\n                                \"imageType\": \"left\",\n                                \"resolutionFormula\": \"h_($height),q_($qualityPercentage),w_($width)/v1/assets/images/11815214/2020/4/27/26224447-7ef7-469c-8ac3-9f7a491607f31587986077565LouisPhilippeMen5PcBlueSolid3-PlyReusableFabricOutdoorMasks5.jpg\",\n                                \"domain\": \"http://assets.myntassets.com/\",\n                                \"securedDomain\": \"https://assets.myntassets.com/\",\n                                \"relativePath\": \"assets/images/11815214/2020/4/27/26224447-7ef7-469c-8ac3-9f7a491607f31587986077565LouisPhilippeMen5PcBlueSolid3-PlyReusableFabricOutdoorMasks5.jpg\",\n                                \"storedUploaderType\": \"CL\",\n                                \"servingUploaderType\": \"CL\",\n                                \"supportedResolutions\": \"1080X1440,540X720,360X480,48X64,81X108\",\n                                \"imageAnnotations\": [],\n                                \"order\": 5\n                            },\n                            \"default\": {\n                                \"path\": \"http://assets.myntassets.com/assets/images/11815214/2020/4/27/7d73c539-6777-49a6-8b29-fdc8631458ea1587986077296LouisPhilippeMen5PcBlueSolid3-PlyReusableFabricOutdoorMasks1.jpg\",\n                                \"imageType\": \"default\",\n                                \"resolutionFormula\": \"h_($height),q_($qualityPercentage),w_($width)/v1/assets/images/11815214/2020/4/27/7d73c539-6777-49a6-8b29-fdc8631458ea1587986077296LouisPhilippeMen5PcBlueSolid3-PlyReusableFabricOutdoorMasks1.jpg\",\n                                \"domain\": \"http://assets.myntassets.com/\",\n                                \"securedDomain\": \"https://assets.myntassets.com/\",\n                                \"relativePath\": \"assets/images/11815214/2020/4/27/7d73c539-6777-49a6-8b29-fdc8631458ea1587986077296LouisPhilippeMen5PcBlueSolid3-PlyReusableFabricOutdoorMasks1.jpg\",\n                                \"storedUploaderType\": \"CL\",\n                                \"servingUploaderType\": \"CL\",\n                                \"supportedResolutions\": \"1080X1440,540X720,180X240,360X480,150X200,96X128,81X108,48X64\",\n                                \"imageAnnotations\": [],\n                                \"order\": 1\n                            },\n                            \"front\": {\n                                \"path\": \"http://assets.myntassets.com/assets/images/11815214/2020/4/27/95c84d67-01a1-4ea9-a39d-f34b49b6ce461587986077358LouisPhilippeMen5PcBlueSolid3-PlyReusableFabricOutdoorMasks2.jpg\",\n                                \"imageType\": \"front\",\n                                \"resolutionFormula\": \"h_($height),q_($qualityPercentage),w_($width)/v1/assets/images/11815214/2020/4/27/95c84d67-01a1-4ea9-a39d-f34b49b6ce461587986077358LouisPhilippeMen5PcBlueSolid3-PlyReusableFabricOutdoorMasks2.jpg\",\n                                \"domain\": \"http://assets.myntassets.com/\",\n                                \"securedDomain\": \"https://assets.myntassets.com/\",\n                                \"relativePath\": \"assets/images/11815214/2020/4/27/95c84d67-01a1-4ea9-a39d-f34b49b6ce461587986077358LouisPhilippeMen5PcBlueSolid3-PlyReusableFabricOutdoorMasks2.jpg\",\n                                \"storedUploaderType\": \"CL\",\n                                \"servingUploaderType\": \"CL\",\n                                \"supportedResolutions\": \"1080X1440,540X720,360X480,48X64,81X108\",\n                                \"imageAnnotations\": [],\n                                \"order\": 2\n                            },\n                            \"search\": {\n                                \"path\": \"http://assets.myntassets.com/assets/images/11815214/2020/4/27/7d73c539-6777-49a6-8b29-fdc8631458ea1587986077296LouisPhilippeMen5PcBlueSolid3-PlyReusableFabricOutdoorMasks1.jpg\",\n                                \"imageType\": \"search\",\n                                \"resolutionFormula\": \"h_($height),q_($qualityPercentage),w_($width)/v1/assets/images/11815214/2020/4/27/7d73c539-6777-49a6-8b29-fdc8631458ea1587986077296LouisPhilippeMen5PcBlueSolid3-PlyReusableFabricOutdoorMasks1.jpg\",\n                                \"domain\": \"http://assets.myntassets.com/\",\n                                \"securedDomain\": \"https://assets.myntassets.com/\",\n                                \"relativePath\": \"assets/images/11815214/2020/4/27/7d73c539-6777-49a6-8b29-fdc8631458ea1587986077296LouisPhilippeMen5PcBlueSolid3-PlyReusableFabricOutdoorMasks1.jpg\",\n                                \"storedUploaderType\": \"CL\",\n                                \"servingUploaderType\": \"CL\",\n                                \"supportedResolutions\": \"1080X1440,540X720,180X240,360X480,150X200,96X128,81X108,48X64\",\n                                \"imageAnnotations\": [],\n                                \"order\": 9999\n                            },\n                            \"top\": {\n                                \"path\": \"http://assets.myntassets.com/assets/images/11815214/2020/4/27/c21bbcd3-5c03-4f4b-9d78-a319b1b98b691587986077621LouisPhilippeMen5PcBlueSolid3-PlyReusableFabricOutdoorMasks6.jpg\",\n                                \"imageType\": \"top\",\n                                \"resolutionFormula\": \"h_($height),q_($qualityPercentage),w_($width)/v1/assets/images/11815214/2020/4/27/c21bbcd3-5c03-4f4b-9d78-a319b1b98b691587986077621LouisPhilippeMen5PcBlueSolid3-PlyReusableFabricOutdoorMasks6.jpg\",\n                                \"domain\": \"http://assets.myntassets.com/\",\n                                \"securedDomain\": \"https://assets.myntassets.com/\",\n                                \"relativePath\": \"assets/images/11815214/2020/4/27/c21bbcd3-5c03-4f4b-9d78-a319b1b98b691587986077621LouisPhilippeMen5PcBlueSolid3-PlyReusableFabricOutdoorMasks6.jpg\",\n                                \"storedUploaderType\": \"CL\",\n                                \"servingUploaderType\": \"CL\",\n                                \"supportedResolutions\": \"1080X1440,540X720,360X480,48X64,81X108\",\n                                \"imageAnnotations\": [],\n                                \"order\": 6\n                            },\n                            \"search_deprecated\": {\n                                \"path\": \"https://azmyntra.myntassets.com/dam-assets/assets/images/11815214/2020/4/27/7d73c539-6777-49a6-8b29-fdc8631458ea1587986077296LouisPhilippeMen5PcBlueSolid3-PlyReusableFabricOutdoorMasks1.jpg\",\n                                \"imageType\": \"search_deprecated\",\n                                \"resolutionFormula\": \"dam-assets/assets/images/11815214/2020/4/27/7d73c539-6777-49a6-8b29-fdc8631458ea1587986077296LouisPhilippeMen5PcBlueSolid3-PlyReusableFabricOutdoorMasks1_($width)_($height).jpg\",\n                                \"domain\": \"https://azmyntra.myntassets.com/\",\n                                \"securedDomain\": \"https://azmyntra.myntassets.com/\",\n                                \"relativePath\": \"dam-assets/assets/images/11815214/2020/4/27/7d73c539-6777-49a6-8b29-fdc8631458ea1587986077296LouisPhilippeMen5PcBlueSolid3-PlyReusableFabricOutdoorMasks1.jpg\",\n                                \"storedUploaderType\": \"AZ\",\n                                \"servingUploaderType\": \"AZ\",\n                                \"supportedResolutions\": \"1080X1440,540X720,180X240,360X480,150X200,96X128,81X108,48X64\",\n                                \"imageAnnotations\": [],\n                                \"order\": 9999\n                            },\n                            \"default_deprecated\": {\n                                \"path\": \"https://azmyntra.myntassets.com/dam-assets/assets/images/11815214/2020/4/27/7d73c539-6777-49a6-8b29-fdc8631458ea1587986077296LouisPhilippeMen5PcBlueSolid3-PlyReusableFabricOutdoorMasks1.jpg\",\n                                \"imageType\": \"default_deprecated\",\n                                \"resolutionFormula\": \"dam-assets/assets/images/11815214/2020/4/27/7d73c539-6777-49a6-8b29-fdc8631458ea1587986077296LouisPhilippeMen5PcBlueSolid3-PlyReusableFabricOutdoorMasks1_($width)_($height).jpg\",\n                                \"domain\": \"https://azmyntra.myntassets.com/\",\n                                \"securedDomain\": \"https://azmyntra.myntassets.com/\",\n                                \"relativePath\": \"dam-assets/assets/images/11815214/2020/4/27/7d73c539-6777-49a6-8b29-fdc8631458ea1587986077296LouisPhilippeMen5PcBlueSolid3-PlyReusableFabricOutdoorMasks1.jpg\",\n                                \"storedUploaderType\": \"AZ\",\n                                \"servingUploaderType\": \"AZ\",\n                                \"supportedResolutions\": \"1080X1440,540X720,180X240,360X480,150X200,96X128,81X108,48X64\",\n                                \"imageAnnotations\": [],\n                                \"order\": 9999\n                            },\n                            \"back\": {\n                                \"path\": \"http://assets.myntassets.com/assets/images/11815214/2020/4/27/722b762d-f08b-4905-aa04-a56411822b841587986077433LouisPhilippeMen5PcBlueSolid3-PlyReusableFabricOutdoorMasks3.jpg\",\n                                \"imageType\": \"back\",\n                                \"resolutionFormula\": \"h_($height),q_($qualityPercentage),w_($width)/v1/assets/images/11815214/2020/4/27/722b762d-f08b-4905-aa04-a56411822b841587986077433LouisPhilippeMen5PcBlueSolid3-PlyReusableFabricOutdoorMasks3.jpg\",\n                                \"domain\": \"http://assets.myntassets.com/\",\n                                \"securedDomain\": \"https://assets.myntassets.com/\",\n                                \"relativePath\": \"assets/images/11815214/2020/4/27/722b762d-f08b-4905-aa04-a56411822b841587986077433LouisPhilippeMen5PcBlueSolid3-PlyReusableFabricOutdoorMasks3.jpg\",\n                                \"storedUploaderType\": \"CL\",\n                                \"servingUploaderType\": \"CL\",\n                                \"supportedResolutions\": \"1080X1440,540X720,360X480,48X64,81X108\",\n                                \"imageAnnotations\": [],\n                                \"order\": 3\n                            }\n                        },\n                        \"isDefault\": true,\n                        \"priorityOrder\": 0,\n                        \"albumName\": \"Default\"\n                    }\n                ],\n                \"productArticleTypeAttributeValues\": [\n                    {\n                        \"type\": \"attributeValueEntry\",\n                        \"id\": 71546,\n                        \"createdBy\": \"sucheta.roy@myntra.com\",\n                        \"createdOn\": 1587050868000,\n                        \"attributeValue\": \"Cloth Mask\",\n                        \"applicableSet\": \"Default\",\n                        \"isActive\": true,\n                        \"attributeCode\": \"CLOTH_MASKS\",\n                        \"updatedBy\": \"sucheta.roy@myntra.com\",\n                        \"filterOrder\": 999,\n                        \"isFeatured\": 1,\n                        \"isLatest\": 1,\n                        \"attributeType\": {\n                            \"id\": 5932,\n                            \"typeName\": \"Mask Type\",\n                            \"typeOfAttribute\": \"singleValued\",\n                            \"code\": \"mask_type\"\n                        },\n                        \"attributeTypeId\": 5932\n                    },\n                    {\n                        \"type\": \"attributeValueEntry\",\n                        \"id\": 71222,\n                        \"createdBy\": \"sucheta.roy@myntra.com\",\n                        \"createdOn\": 1585561553000,\n                        \"attributeValue\": \"Cotton\",\n                        \"applicableSet\": \"Default\",\n                        \"isActive\": true,\n                        \"attributeCode\": \"COTTON\",\n                        \"updatedBy\": \"Arundhati Bhattacharyya\",\n                        \"filterOrder\": 999,\n                        \"isFeatured\": 1,\n                        \"isLatest\": 1,\n                        \"attributeType\": {\n                            \"id\": 5934,\n                            \"typeName\": \"Material\",\n                            \"typeOfAttribute\": \"singleValued\",\n                            \"code\": \"material\"\n                        },\n                        \"attributeTypeId\": 5934\n                    },\n                    {\n                        \"type\": \"attributeValueEntry\",\n                        \"id\": 71256,\n                        \"createdBy\": \"sucheta.roy@myntra.com\",\n                        \"createdOn\": 1585561803000,\n                        \"attributeValue\": \"3\",\n                        \"applicableSet\": \"Default\",\n                        \"isActive\": true,\n                        \"attributeCode\": \"3\",\n                        \"updatedBy\": \"Arundhati Bhattacharyya\",\n                        \"filterOrder\": 999,\n                        \"isFeatured\": 1,\n                        \"isLatest\": 1,\n                        \"attributeType\": {\n                            \"id\": 5940,\n                            \"typeName\": \"Ply\",\n                            \"typeOfAttribute\": \"singleValued\",\n                            \"code\": \"ply\"\n                        },\n                        \"attributeTypeId\": 5940\n                    },\n                    {\n                        \"type\": \"attributeValueEntry\",\n                        \"id\": 71260,\n                        \"createdBy\": \"sucheta.roy@myntra.com\",\n                        \"createdOn\": 1585562298000,\n                        \"attributeValue\": \"No\",\n                        \"applicableSet\": \"Default\",\n                        \"isActive\": true,\n                        \"attributeCode\": \"NO\",\n                        \"updatedBy\": \"Arundhati Bhattacharyya\",\n                        \"filterOrder\": 999,\n                        \"isFeatured\": 1,\n                        \"isLatest\": 1,\n                        \"attributeType\": {\n                            \"id\": 5942,\n                            \"typeName\": \"Adjustable\",\n                            \"typeOfAttribute\": \"singleValued\",\n                            \"code\": \"adjustable\"\n                        },\n                        \"attributeTypeId\": 5942\n                    },\n                    {\n                        \"type\": \"attributeValueEntry\",\n                        \"id\": 71264,\n                        \"createdBy\": \"sucheta.roy@myntra.com\",\n                        \"createdOn\": 1585562378000,\n                        \"attributeValue\": \"Yes\",\n                        \"applicableSet\": \"Default\",\n                        \"isActive\": true,\n                        \"attributeCode\": \"YES\",\n                        \"updatedBy\": \"sucheta.roy@myntra.com\",\n                        \"filterOrder\": 999,\n                        \"isFeatured\": 1,\n                        \"isLatest\": 1,\n                        \"attributeType\": {\n                            \"id\": 5944,\n                            \"typeName\": \"Reusable\",\n                            \"typeOfAttribute\": \"singleValued\",\n                            \"code\": \"reusable\"\n                        },\n                        \"attributeTypeId\": 5944\n                    },\n                    {\n                        \"type\": \"attributeValueEntry\",\n                        \"id\": 71268,\n                        \"createdBy\": \"sucheta.roy@myntra.com\",\n                        \"createdOn\": 1585562434000,\n                        \"attributeValue\": \"Yes\",\n                        \"applicableSet\": \"Default\",\n                        \"isActive\": true,\n                        \"attributeCode\": \"YES\",\n                        \"updatedBy\": \"Arundhati Bhattacharyya\",\n                        \"filterOrder\": 999,\n                        \"isFeatured\": 1,\n                        \"isLatest\": 1,\n                        \"attributeType\": {\n                            \"id\": 5946,\n                            \"typeName\": \"Foldable\",\n                            \"typeOfAttribute\": \"singleValued\",\n                            \"code\": \"foldable\"\n                        },\n                        \"attributeTypeId\": 5946\n                    },\n                    {\n                        \"type\": \"attributeValueEntry\",\n                        \"id\": 71278,\n                        \"createdBy\": \"sucheta.roy@myntra.com\",\n                        \"createdOn\": 1585562560000,\n                        \"attributeValue\": \"5\",\n                        \"applicableSet\": \"Default\",\n                        \"isActive\": true,\n                        \"attributeCode\": \"5\",\n                        \"updatedBy\": \"Arundhati Bhattacharyya\",\n                        \"filterOrder\": 999,\n                        \"isFeatured\": 1,\n                        \"isLatest\": 1,\n                        \"attributeType\": {\n                            \"id\": 5948,\n                            \"typeName\": \"Multipack Set\",\n                            \"typeOfAttribute\": \"singleValued\",\n                            \"code\": \"multipack_set\"\n                        },\n                        \"attributeTypeId\": 5948\n                    },\n                    {\n                        \"type\": \"attributeValueEntry\",\n                        \"id\": 71294,\n                        \"createdBy\": \"sucheta.roy@myntra.com\",\n                        \"createdOn\": 1585562806000,\n                        \"attributeValue\": \"Unvalved\",\n                        \"applicableSet\": \"Default\",\n                        \"isActive\": true,\n                        \"attributeCode\": \"UNVALVED\",\n                        \"updatedBy\": \"sucheta.roy@myntra.com\",\n                        \"filterOrder\": 999,\n                        \"isFeatured\": 1,\n                        \"isLatest\": 1,\n                        \"attributeType\": {\n                            \"id\": 5950,\n                            \"typeName\": \"Filtration\",\n                            \"typeOfAttribute\": \"singleValued\",\n                            \"code\": \"filtration\"\n                        },\n                        \"attributeTypeId\": 5950\n                    },\n                    {\n                        \"type\": \"attributeValueEntry\",\n                        \"id\": 71312,\n                        \"createdBy\": \"sucheta.roy@myntra.com\",\n                        \"createdOn\": 1585563142000,\n                        \"attributeValue\": \"NA\",\n                        \"applicableSet\": \"Default\",\n                        \"isActive\": true,\n                        \"attributeCode\": \"NO_WARRANTY\",\n                        \"updatedBy\": \"sucheta.roy@myntra.com\",\n                        \"filterOrder\": 999,\n                        \"isFeatured\": 1,\n                        \"isLatest\": 1,\n                        \"attributeType\": {\n                            \"id\": 5952,\n                            \"typeName\": \"Warranty\",\n                            \"typeOfAttribute\": \"singleValued\",\n                            \"code\": \"warranty\"\n                        },\n                        \"attributeTypeId\": 5952\n                    },\n                    {\n                        \"type\": \"attributeValueEntry\",\n                        \"id\": 71318,\n                        \"createdBy\": \"sucheta.roy@myntra.com\",\n                        \"createdOn\": 1585563288000,\n                        \"attributeValue\": \"Elasticated\",\n                        \"applicableSet\": \"Default\",\n                        \"isActive\": true,\n                        \"attributeCode\": \"ELASTICATED\",\n                        \"updatedBy\": \"sucheta.roy@myntra.com\",\n                        \"filterOrder\": 999,\n                        \"isFeatured\": 1,\n                        \"isLatest\": 1,\n                        \"attributeType\": {\n                            \"id\": 5954,\n                            \"typeName\": \"Fastening\",\n                            \"typeOfAttribute\": \"singleValued\",\n                            \"code\": \"fastening\"\n                        },\n                        \"attributeTypeId\": 5954\n                    },\n                    {\n                        \"type\": \"attributeValueEntry\",\n                        \"id\": 71322,\n                        \"createdBy\": \"sucheta.roy@myntra.com\",\n                        \"createdOn\": 1585564492000,\n                        \"attributeValue\": \"Mask\",\n                        \"applicableSet\": \"Default\",\n                        \"isActive\": true,\n                        \"attributeCode\": \"MASK\",\n                        \"updatedBy\": \"sucheta.roy@myntra.com\",\n                        \"filterOrder\": 999,\n                        \"isFeatured\": 1,\n                        \"isLatest\": 1,\n                        \"attributeType\": {\n                            \"id\": 5956,\n                            \"typeName\": \"Package Content\",\n                            \"typeOfAttribute\": \"singleValued\",\n                            \"code\": \"package_content\"\n                        },\n                        \"attributeTypeId\": 5956\n                    },\n                    {\n                        \"type\": \"attributeValueEntry\",\n                        \"id\": 78918,\n                        \"attributeValue\": \"\",\n                        \"attributeType\": {\n                            \"id\": 5964,\n                            \"typeName\": \"Special Features\",\n                            \"isActive\": true,\n                            \"attributeType\": \"STRING\"\n                        }\n                    },\n                    {\n                        \"type\": \"attributeValueEntry\",\n                        \"id\": 78920,\n                        \"attributeValue\": \"\",\n                        \"attributeType\": {\n                            \"id\": 5970,\n                            \"typeName\": \"How-to-Use\",\n                            \"isActive\": true,\n                            \"attributeType\": \"STRING\"\n                        }\n                    }\n                ],\n                \"productSystemAttributeValueEntriesForStyle\": [],\n                \"inferredAttributeValues\": {\n                    \"returnInfo\": {\n                        \"isReturnable\": false,\n                        \"returnPeriod\": 30\n                    },\n                    \"pickupEnabled\": true,\n                    \"enableCategoryShipping\": false,\n                    \"itemCountLimit\": 3,\n                    \"alterationInfo\": {\n                        \"sampleMode\": false,\n                        \"measurementMode\": false,\n                        \"alterationPeriod\": 30\n                    },\n                    \"logisticsRateCardV2Level\": 2,\n                    \"isImageManipulationDisabled\": false,\n                    \"isExchangeable\": false,\n                    \"isFragile\": false,\n                    \"isLuxury\": false,\n                    \"isLarge\": false,\n                    \"isExpirable\": false,\n                    \"isMyntsEnabled\": true,\n                    \"isSocialSharingEnabled\": true,\n                    \"isHazmat\": true,\n                    \"isChatEnabled\": false,\n                    \"isJewellery\": false,\n                    \"isCODEnabled\": true,\n                    \"isEMIEnabled\": false,\n                    \"isTryAndBuyEnabled\": false\n                }\n            }\n        ]\n    }\n}"},{"id":"70289edb-87cb-4cb2-88ec-95da918d6835","name":"200 - SUCCESS - No Product Found","originalRequest":{"method":"GET","header":[{"key":"access_token","value":"xxx"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.pretr.com/partner/catalog/v2/product/search/nofilter?q={{attribute}}.eq:{{value}}","host":["https://api.pretr.com"],"path":["partner","catalog","v2","product","search","nofilter"],"query":[{"key":"q","value":"{{attribute}}.eq:{{value}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"statusCode\": 2,\n        \"statusMessage\": \"No products found.\",\n        \"statusType\": \"SUCCESS\",\n        \"totalCount\": 0\n    }\n}"}],"_postman_id":"de799a1a-3222-4f3c-b31b-d83811c44cfd"}],"id":"75927430-8ef5-41a8-a72c-7d119b670148","description":"<hr />\n<h2 id=\"api-response-\">API Response : </h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status Code</th>\n<th>HTTP Status Code</th>\n<th>Status Type</th>\n<th>Status Message</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>3</td>\n<td>200</td>\n<td>SUCCESS</td>\n<td>Success</td>\n</tr>\n<tr>\n<td>2</td>\n<td>200</td>\n<td>SUCCESS</td>\n<td>No products found.</td>\n</tr>\n</tbody>\n</table>\n</div>","event":[{"listen":"prerequest","script":{"id":"006eee24-ec79-4534-9200-d7a5c256b38b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ea61432f-32a7-462b-99a7-8611707950a3","type":"text/javascript","exec":[""]}}],"_postman_id":"75927430-8ef5-41a8-a72c-7d119b670148"},{"name":"Update Catalog(Work in Progress)","item":[{"name":"Activate / Deactive Style","id":"264b4674-9d32-436f-9f6f-bb6bc083d9ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"accept","value":"application/json"},{"key":"access_token","type":"text","value":"xxxx"},{"key":"buyingentityid","value":"3974"},{"key":"cache-control","value":"no-cache"},{"key":"content-type","value":"multipart/form-data","warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman."}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null},{"key":"comment","value":"relist","type":"text"},{"key":"status","value":"A","type":"text"}]},"url":"https://api.pretr.com/partner/catalog/style/v2/bulkActionUpdate/SELLER_LISTING_STATUS_UPDATE","description":"<hr />\n<h2 id=\"this-api-is-in-working-do-not-use-this-api\">THIS API IS IN WORKING, DO NOT USE THIS API.</h2>\n<hr />\n<h2 id=\"usecase-\">UseCase : </h2>\n<p>API will list vendor skus which are either successful submitted or failed to submitted based on query parameters.</p>\n<hr />\n<h2 id=\"parameters-\">Parameters : </h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th>Value</th>\n<th>Definition</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Comment*</td>\n<td>xxxx</td>\n<td>Action comment (max Length 5000 characters)</td>\n</tr>\n<tr>\n<td>status*</td>\n<td>A  <br /> <hr />DA</td>\n<td>Make style ACTIVE<br /> <hr />  Make style DEACTIVE</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"api-response-\">API Response : </h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status Code</th>\n<th>HTTP Status Code</th>\n<th>Definition</th>\n</tr>\n</thead>\n<tbody>\n</tbody>\n</table>\n</div><ul>\n<li><pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>        | 200                 | Print result in comma separate value which user can save it in .CSV file| \n</code></pre></li>\n<li><pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>        | 204                 | No Content Found|\n</code></pre></li>\n</ul>\n<hr />\n<h2 id=\"constraints-\">Constraints : </h2>\n<ol>\n<li>Comment max characters limit is 5000 characters.</li>\n<li>Allowed file type is only .XLSX</li>\n<li>Maximum rows allowed in single upload is 20k rows.</li>\n<li>This API right now allowed 5 concurrent call across the sellers.</li>\n</ol>\n","urlObject":{"path":["partner","catalog","style","v2","bulkActionUpdate","SELLER_LISTING_STATUS_UPDATE"],"host":["https://api.pretr.com"],"query":[],"variable":[]}},"response":[{"id":"0ebb0c64-5f55-4036-a762-0f6ba7fc8607","name":"200 - Sucess - Operation Complete","originalRequest":{"method":"POST","header":[{"key":"accept","value":"application/json"},{"key":"access_token","type":"text","value":"xxxx"},{"key":"cache-control","value":"no-cache"},{"key":"content-type","value":"multipart/form-data"},{"key":"storeid","value":"2297"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":[]},{"key":"comment","value":"relist","type":"text"},{"key":"store","value":"2297","type":"text"},{"key":"status","value":"A","type":"text"}]},"url":"https://api.pretr.com/partner/catalog/style/v2/bulkActionUpdate/SELLER_LISTING_STATUS_UPDATE"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 3,\n    \"statusCodes\": {\n        \"statusCode\": 3,\n        \"statusMessage\": \"Success\"\n    },\n    \"statusMessage\": \"Success\",\n    \"statusType\": \"SUCCESS\",\n    \"totalCount\": 0\n}"},{"id":"d3e87939-ef24-4f6d-906e-6ffe70368f0d","name":"200 - Failure - Exception On Reading File","originalRequest":{"method":"POST","header":[{"key":"accept","value":"application/json"},{"key":"access_token","type":"text","value":"xxxx"},{"key":"cache-control","value":"no-cache"},{"key":"content-type","value":"multipart/form-data"},{"key":"storeid","value":"2297"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":["/Users/300041359/Downloads/sellerListingBulkUpdateTemplate.xlsx"]},{"key":"comment","value":"relist","type":"text"},{"key":"store","value":"2297","type":"text"},{"key":"status","value":"DA","type":"text"}]},"url":"https://api.pretr.com/partner/catalog/style/v2/bulkActionUpdate/SELLER_LISTING_STATUS_UPDATE"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Tue, 27 Oct 2020 07:27:46 GMT"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"202"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'none'"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 51,\n    \"statusMessage\": \"Exception Occurred while reading the file,Please try again\",\n    \"statusType\": \"ERROR\",\n    \"totalCount\": 0\n}"},{"id":"f49eed44-b922-4129-9436-a366fb4ab393","name":"200 - Failure - Exceed Max Operation ","originalRequest":{"method":"POST","header":[{"key":"accept","value":"application/json"},{"key":"access_token","type":"text","value":"xxxx"},{"key":"cache-control","value":"no-cache"},{"key":"content-type","value":"multipart/form-data"},{"key":"storeid","value":"2297"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":["/Users/300041359/Downloads/sellerListingBulkUpdateTemplate.xlsx"]},{"key":"comment","value":"relist","type":"text"},{"key":"store","value":"2297","type":"text"},{"key":"status","value":"DA","type":"text"}]},"url":"https://api.pretr.com/partner/catalog/style/v2/bulkActionUpdate/SELLER_LISTING_STATUS_UPDATE"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Tue, 27 Oct 2020 07:27:46 GMT"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"202"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'none'"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 51,\n    \"statusMessage\": \"Exceeded the maximum no of concurrent jobs for the job type : SELLER_LISTING_STATUS_UPDATE\",\n    \"statusType\": \"ERROR\",\n    \"totalCount\": 0\n}"}],"_postman_id":"264b4674-9d32-436f-9f6f-bb6bc083d9ef"}],"id":"ab121c15-b03c-4381-84a7-f9abe240e4af","_postman_id":"ab121c15-b03c-4381-84a7-f9abe240e4af","description":""}],"event":[{"listen":"prerequest","script":{"id":"d2db678d-727f-4656-a3d3-210fdbede320","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ec7fdb88-a339-4db2-ac3a-20b8dea061e0","type":"text/javascript","exec":[""]}}],"variable":[{"key":"url","value":"https://api.pretr.com"},{"key":"task_id","value":"{{task_id}}"},{"key":"partner_id","value":"{{partner_id}}"},{"key":"seller_id","value":"{{seller_id}}"},{"key":"creation_source","value":"{{creation_source}}"},{"key":"studio","value":"{{studio}}"},{"key":"email_id","value":"{{email_id}}"},{"key":"seller_approval_status","value":"{{seller_approval_status}}"},{"key":"attribute","value":"{{attribute}}"},{"key":"value","value":"{{value}}"}]}