{"info":{"_postman_id":"bd1d0b27-a7a5-4cd2-8681-1aec32a7eafc","name":"Blastramp Docs - SOAP Services","description":"<html><head></head><body><p>The Blastramp SOAP Services allows you to access data stored in your Blastramp account programmatically.</p>\n<h1 id=\"overview\">Overview</h1>\n<p>You will need a valid <code>Vendor Code</code> and <code>Vendor Key</code> to send requests to the API endpoints.</p>\n<p>We have two environments:</p>\n<ul>\n<li>Sandbox - <code>base-url</code> = <code>https://sandbox.blastramp.com/ws/soap-services.php</code></li>\n<li>Production - <code>base-url</code> = <code>https://secure.blastramp.com/ws/soap-services.php</code></li>\n</ul>\n<p>To get your Sandbox vendor key and code please email the helpdesk here: <a href=\"https://mailto:help@blastramp.com\">help@blastramp.com</a>.</p>\n<p>Once your integration is ready to go-live please confirm with our helpdesk and get your live vendor key and code here: <code>Advanced / Admininstration / DC settings / Integrations</code> section of Blastramp (see below):</p>\n<img src=\"https://assets.blastramp.com/api/v1/images/blastramp-vendor-key-code.png\">\n\n<hr>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Overview","slug":"overview"}],"owner":"16858385","collectionId":"bd1d0b27-a7a5-4cd2-8681-1aec32a7eafc","publishedId":"2sAYdbNt9H","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2025-02-20T21:13:12.000Z"},"item":[{"name":"Customers","item":[{"name":"getCustomerList","event":[{"listen":"test","script":{"id":"168794c2-5673-42ea-8cfb-2a4b6e34a278","exec":[""],"type":"text/javascript"}}],"id":"b2829f73-7b1d-4245-b2d7-f6469883e0f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ns1=\"Blastramp\">\n    <SOAP-ENV:Body>\n        <ns1:getCustomerListRequest>\n            <ns1:vendorCode>{{vendor-code}}</ns1:vendorCode>\n            <ns1:vendorKey>{{vendor-key}}</ns1:vendorKey>\n        </ns1:getCustomerListRequest>\n    </SOAP-ENV:Body>\n</SOAP-ENV:Envelope>\n","options":{"raw":{"language":"xml"}}},"url":"{{base-url}}","description":"<p>Request list of id's for current customers.</p>\n<p><strong>Request Params</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Data Type</th>\n<th>Required / Optional</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>vendorCode</td>\n<td>String</td>\n<td>required</td>\n<td>The vendor code</td>\n</tr>\n<tr>\n<td>vendorKey</td>\n<td>String</td>\n<td>required</td>\n<td>The vendor key</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"host":["{{base-url}}"],"query":[],"variable":[]}},"response":[{"id":"7b1b8360-901d-45c9-8117-e2969baecf09","name":"getCustomerList","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ns1=\"Blastramp\">\n    <SOAP-ENV:Body>\n        <ns1:getCustomerListRequest>\n            <ns1:vendorCode>{{vendor-code}}</ns1:vendorCode>\n            <ns1:vendorKey>{{vendor-key}}</ns1:vendorKey>\n        </ns1:getCustomerListRequest>\n    </SOAP-ENV:Body>\n</SOAP-ENV:Envelope>\n","options":{"raw":{"language":"xml"}}},"url":"{{base-url}}"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Content-Type","value":"text/xml; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.33"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Wed, 29 May 2024 19:00:27 GMT"},{"key":"Content-Length","value":"329"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ns1=\"Blastramp\">\n    <SOAP-ENV:Body>\n        <ns1:getCustomerListResponse>\n            <ns1:Success>false</ns1:Success>\n            <ns1:ErrorMsg/>\n            <ns1:customers>1</ns1:customers>\n        </ns1:getCustomerListResponse>\n    </SOAP-ENV:Body>\n</SOAP-ENV:Envelope>"}],"_postman_id":"b2829f73-7b1d-4245-b2d7-f6469883e0f2"},{"name":"getCustomers","event":[{"listen":"test","script":{"id":"395b1321-f03c-441b-b27d-d2ad4bd90545","exec":["pm.test(\"Status code is 200\", () => {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"aad7ba09-8edf-4993-a60f-22e43da1fa21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ns1=\"Blastramp\">\n    <SOAP-ENV:Body>\n        <ns1:getCustomersRequest>\n            <ns1:vendorCode>{{vendor-code}}</ns1:vendorCode>\n            <ns1:vendorKey>{{vendor-key}}</ns1:vendorKey>\n            <ns1:page>1</ns1:page>\n            <ns1:limit>2</ns1:limit>            \n        </ns1:getCustomersRequest>\n    </SOAP-ENV:Body>\n</SOAP-ENV:Envelope>","options":{"raw":{"language":"xml"}}},"url":"{{base-url}}","description":"<p>Get Details for all Customers.</p>\n<p><strong>Request Params</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Data Type</th>\n<th>Required / Optional</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>vendorCode</td>\n<td>String</td>\n<td>required</td>\n<td>The vendor code</td>\n</tr>\n<tr>\n<td>vendorKey</td>\n<td>String</td>\n<td>required</td>\n<td>The vendor key</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"host":["{{base-url}}"],"query":[],"variable":[]}},"response":[{"id":"866a9a6a-811e-4af9-8b67-fabe9f4d4bb9","name":"getCustomers","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ns1=\"Blastramp\">\n    <SOAP-ENV:Body>\n        <ns1:getCustomersRequest>\n            <ns1:vendorCode>{{vendor-code}}</ns1:vendorCode>\n            <ns1:vendorKey>{{vendor-key}}</ns1:vendorKey>\n        </ns1:getCustomersRequest>\n    </SOAP-ENV:Body>\n</SOAP-ENV:Envelope>","options":{"raw":{"language":"xml"}}},"url":"{{base-url}}"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Content-Type","value":"text/xml; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.1.29"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 29 Jun 2021 19:57:36 GMT"},{"key":"Content-Length","value":"8711"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ns1=\"Blastramp\">\n    <SOAP-ENV:Body>\n        <ns1:getCustomersResponse>\n            <ns1:Success>true</ns1:Success>\n            <ns1:ErrorMsg/>\n            <ns1:Customers>\n                <ns1:id>1012</ns1:id>\n                <ns1:Name>DIISR - Small Business Services</ns1:Name>\n                <ns1:Address>Lane 5 New York NY 10025 United States</ns1:Address>\n                <ns1:City>New York</ns1:City>\n                <ns1:ProvState>NY</ns1:ProvState>\n                <ns1:PostalZip>10025</ns1:PostalZip>\n                <ns1:Phone>0800 4389376</ns1:Phone>\n                <ns1:Fax>---</ns1:Fax>\n                <ns1:Email>accounts@diisr.govt</ns1:Email>\n                <ns1:Web/>\n                <ns1:Country>United States of America</ns1:Country>\n                <ns1:Contact>Sheree Bond</ns1:Contact>\n                <ns1:BTName>DIISR - Small Business Services</ns1:BTName>\n                <ns1:BTAddress>L3, Southbank House 13 Gallery Ave Melbourne VIC 3131</ns1:BTAddress>\n                <ns1:BTCity>Melbourne</ns1:BTCity>\n                <ns1:BTProvState>VIC</ns1:BTProvState>\n                <ns1:BTPostalZip>3131</ns1:BTPostalZip>\n                <ns1:BTPhone>0800 4389376</ns1:BTPhone>\n                <ns1:BTFax>---</ns1:BTFax>\n                <ns1:BTEmail>accounts@diisr.govt</ns1:BTEmail>\n                <ns1:BTWeb/>\n                <ns1:BTCountry>---</ns1:BTCountry>\n                <ns1:BTContact>Sheree Bond</ns1:BTContact>\n                <ns1:DefaultOrderTerms>WEB</ns1:DefaultOrderTerms>\n                <ns1:DefaultShippingTerms>RATE SHOP</ns1:DefaultShippingTerms>\n                <ns1:DefaultOrderTax/>\n                <ns1:DefaultFreightTax/>\n                <ns1:DistChannel/>\n                <ns1:OrderCreditLimit/>\n                <ns1:RepName/>\n                <ns1:DefaultPricelist/>\n                <ns1:DefaultDiscountPctg/>\n                <ns1:OnCreditHold/>\n                <ns1:ExternalCustAcctID>true</ns1:ExternalCustAcctID>\n                <ns1:ParentID/>\n            </ns1:Customers>\n            <ns1:Customers>\n                <ns1:id>10</ns1:id>\n                <ns1:Name>EVOLUTION FULFILLMENT (NEW)</ns1:Name>\n                <ns1:Address>TEST</ns1:Address>\n                <ns1:City>TEST</ns1:City>\n                <ns1:ProvState>TEST</ns1:ProvState>\n                <ns1:PostalZip>V4K 5B8</ns1:PostalZip>\n                <ns1:Phone>TEST</ns1:Phone>\n                <ns1:Fax>TEST</ns1:Fax>\n                <ns1:Email/>\n                <ns1:Web/>\n                <ns1:Country/>\n                <ns1:Contact/>\n                <ns1:BTName/>\n                <ns1:BTAddress/>\n                <ns1:BTCity/>\n                <ns1:BTProvState/>\n                <ns1:BTPostalZip/>\n                <ns1:BTPhone/>\n                <ns1:BTFax/>\n                <ns1:BTEmail/>\n                <ns1:BTWeb/>\n                <ns1:BTCountry></ns1:BTCountry>\n                <ns1:BTContact/>\n                <ns1:DefaultOrderTerms>NET 10</ns1:DefaultOrderTerms>\n                <ns1:DefaultShippingTerms>COLLECT AIR</ns1:DefaultShippingTerms>\n                <ns1:DefaultOrderTax/>\n                <ns1:DefaultFreightTax/>\n                <ns1:DistChannel></ns1:DistChannel>\n                <ns1:OrderCreditLimit/>\n                <ns1:RepName></ns1:RepName>\n                <ns1:DefaultPricelist>---</ns1:DefaultPricelist>\n                <ns1:DefaultDiscountPctg/>\n                <ns1:OnCreditHold>false</ns1:OnCreditHold>\n                <ns1:ExternalCustAcctID/>\n                <ns1:ParentID/>\n            </ns1:Customers>\n            <ns1:Customers>\n                <ns1:id>2</ns1:id>\n                <ns1:Name>Evolution Fulfillment</ns1:Name>\n                <ns1:Address>STRING</ns1:Address>\n                <ns1:City>STRING</ns1:City>\n                <ns1:ProvState>--</ns1:ProvState>\n                <ns1:PostalZip>V4K 5B8</ns1:PostalZip>\n                <ns1:Phone>604-940-2228</ns1:Phone>\n                <ns1:Fax>STRING</ns1:Fax>\n                <ns1:Email>email@randy.com</ns1:Email>\n                <ns1:Web>string</ns1:Web>\n                <ns1:Country>CANADA</ns1:Country>\n                <ns1:Contact>STRING</ns1:Contact>\n                <ns1:BTName></ns1:BTName>\n                <ns1:BTAddress></ns1:BTAddress>\n                <ns1:BTCity></ns1:BTCity>\n                <ns1:BTProvState></ns1:BTProvState>\n                <ns1:BTPostalZip></ns1:BTPostalZip>\n                <ns1:BTPhone>---</ns1:BTPhone>\n                <ns1:BTFax>---</ns1:BTFax>\n                <ns1:BTEmail>---</ns1:BTEmail>\n                <ns1:BTWeb/>\n                <ns1:BTCountry></ns1:BTCountry>\n                <ns1:BTContact>---</ns1:BTContact>\n                <ns1:DefaultOrderTerms>Credit Card</ns1:DefaultOrderTerms>\n                <ns1:DefaultShippingTerms>RATE SHOP</ns1:DefaultShippingTerms>\n                <ns1:DefaultOrderTax/>\n                <ns1:DefaultFreightTax/>\n                <ns1:DistChannel>LTC</ns1:DistChannel>\n                <ns1:OrderCreditLimit/>\n                <ns1:RepName/>\n                <ns1:DefaultPricelist/>\n                <ns1:DefaultDiscountPctg/>\n                <ns1:OnCreditHold/>\n                <ns1:ExternalCustAcctID/>\n                <ns1:ParentID>1</ns1:ParentID>\n            </ns1:Customers>\n            <ns1:Customers>\n                <ns1:id>1</ns1:id>\n                <ns1:Name>HAMISH</ns1:Name>\n                <ns1:Address>123 MAIN STREET</ns1:Address>\n                <ns1:City>VANCOUVER</ns1:City>\n                <ns1:ProvState>BC</ns1:ProvState>\n                <ns1:PostalZip>V4K4V1</ns1:PostalZip>\n                <ns1:Phone>6047260561</ns1:Phone>\n                <ns1:Fax></ns1:Fax>\n                <ns1:Email>---</ns1:Email>\n                <ns1:Web/>\n                <ns1:Country>CANADA</ns1:Country>\n                <ns1:Contact></ns1:Contact>\n                <ns1:BTName></ns1:BTName>\n                <ns1:BTAddress></ns1:BTAddress>\n                <ns1:BTCity></ns1:BTCity>\n                <ns1:BTProvState></ns1:BTProvState>\n                <ns1:BTPostalZip></ns1:BTPostalZip>\n                <ns1:BTPhone>---</ns1:BTPhone>\n                <ns1:BTFax>---</ns1:BTFax>\n                <ns1:BTEmail>---</ns1:BTEmail>\n                <ns1:BTWeb/>\n                <ns1:BTCountry></ns1:BTCountry>\n                <ns1:BTContact>---</ns1:BTContact>\n                <ns1:DefaultOrderTerms>COD</ns1:DefaultOrderTerms>\n                <ns1:DefaultShippingTerms>COLLECT AIR</ns1:DefaultShippingTerms>\n                <ns1:DefaultOrderTax>0</ns1:DefaultOrderTax>\n                <ns1:DefaultFreightTax>0</ns1:DefaultFreightTax>\n                <ns1:DistChannel></ns1:DistChannel>\n                <ns1:OrderCreditLimit/>\n                <ns1:RepName></ns1:RepName>\n                <ns1:DefaultPricelist>---</ns1:DefaultPricelist>\n                <ns1:DefaultDiscountPctg/>\n                <ns1:OnCreditHold>false</ns1:OnCreditHold>\n                <ns1:ExternalCustAcctID/>\n                <ns1:ParentID>1012</ns1:ParentID>\n            </ns1:Customers>\n            <ns1:Customers>\n                <ns1:id>1028</ns1:id>\n                <ns1:Name>MCO GROUP SPA</ns1:Name>\n                <ns1:Address>La Luma 1283, Vitacura</ns1:Address>\n                <ns1:City>Vitacura</ns1:City>\n                <ns1:ProvState>Santiago</ns1:ProvState>\n                <ns1:PostalZip>7630403</ns1:PostalZip>\n                <ns1:Phone>+56994874169</ns1:Phone>\n                <ns1:Fax>\"---\"</ns1:Fax>\n                <ns1:Email>francisco@rideshop.cl</ns1:Email>\n                <ns1:Web/>\n                <ns1:Country>Chile</ns1:Country>\n                <ns1:Contact>Francisco Fuenzalida</ns1:Contact>\n                <ns1:BTName>MCO GROUP SPA</ns1:BTName>\n                <ns1:BTAddress>La Luma 1283, Vitacura</ns1:BTAddress>\n                <ns1:BTCity>Vitacura</ns1:BTCity>\n                <ns1:BTProvState>Santiago</ns1:BTProvState>\n                <ns1:BTPostalZip>7630403</ns1:BTPostalZip>\n                <ns1:BTPhone>+56994874169</ns1:BTPhone>\n                <ns1:BTFax>---</ns1:BTFax>\n                <ns1:BTEmail>francisco@rideshop.cl</ns1:BTEmail>\n                <ns1:BTWeb/>\n                <ns1:BTCountry>Chile</ns1:BTCountry>\n                <ns1:BTContact>Francisco Fuenzalida</ns1:BTContact>\n                <ns1:DefaultOrderTerms>CREDIT CARD</ns1:DefaultOrderTerms>\n                <ns1:DefaultShippingTerms>RATE SHOP</ns1:DefaultShippingTerms>\n                <ns1:DefaultOrderTax/>\n                <ns1:DefaultFreightTax/>\n                <ns1:DistChannel/>\n                <ns1:OrderCreditLimit/>\n                <ns1:RepName/>\n                <ns1:DefaultPricelist/>\n                <ns1:DefaultDiscountPctg/>\n                <ns1:OnCreditHold/>\n                <ns1:ExternalCustAcctID>true</ns1:ExternalCustAcctID>\n                <ns1:ParentID/>\n            </ns1:Customers>\n            <ns1:Customers>\n                <ns1:id>1011</ns1:id>\n                <ns1:Name>Pinnacle Management</ns1:Name>\n                <ns1:Address></ns1:Address>\n                <ns1:City></ns1:City>\n                <ns1:ProvState></ns1:ProvState>\n                <ns1:PostalZip></ns1:PostalZip>\n                <ns1:Phone>03 3014556</ns1:Phone>\n                <ns1:Fax>---</ns1:Fax>\n                <ns1:Email></ns1:Email>\n                <ns1:Web/>\n                <ns1:Country>---</ns1:Country>\n                <ns1:Contact>Pinnacle Management</ns1:Contact>\n                <ns1:BTName>Pinnacle Management</ns1:BTName>\n                <ns1:BTAddress>P O Box 456 Southbank Melbourne GPO VIC 3331</ns1:BTAddress>\n                <ns1:BTCity>Melbourne GPO</ns1:BTCity>\n                <ns1:BTProvState>VIC</ns1:BTProvState>\n                <ns1:BTPostalZip>3331</ns1:BTPostalZip>\n                <ns1:BTPhone>03 3014556</ns1:BTPhone>\n                <ns1:BTFax>---</ns1:BTFax>\n                <ns1:BTEmail></ns1:BTEmail>\n                <ns1:BTWeb/>\n                <ns1:BTCountry>---</ns1:BTCountry>\n                <ns1:BTContact>Pinnacle Management</ns1:BTContact>\n                <ns1:DefaultOrderTerms>WEB</ns1:DefaultOrderTerms>\n                <ns1:DefaultShippingTerms>RATE SHOP</ns1:DefaultShippingTerms>\n                <ns1:DefaultOrderTax/>\n                <ns1:DefaultFreightTax/>\n                <ns1:DistChannel/>\n                <ns1:OrderCreditLimit/>\n                <ns1:RepName/>\n                <ns1:DefaultPricelist/>\n                <ns1:DefaultDiscountPctg/>\n                <ns1:OnCreditHold/>\n                <ns1:ExternalCustAcctID>true</ns1:ExternalCustAcctID>\n                <ns1:ParentID/>\n            </ns1:Customers>\n            <ns1:Customers>\n                <ns1:id>3</ns1:id>\n                <ns1:Name>test</ns1:Name>\n                <ns1:Address>test</ns1:Address>\n                <ns1:City>test</ns1:City>\n                <ns1:ProvState>test</ns1:ProvState>\n                <ns1:PostalZip>Yax0C1</ns1:PostalZip>\n                <ns1:Phone>test</ns1:Phone>\n                <ns1:Fax>test</ns1:Fax>\n                <ns1:Email/>\n                <ns1:Web/>\n                <ns1:Country>Canada</ns1:Country>\n                <ns1:Contact/>\n                <ns1:BTName/>\n                <ns1:BTAddress/>\n                <ns1:BTCity/>\n                <ns1:BTProvState/>\n                <ns1:BTPostalZip/>\n                <ns1:BTPhone/>\n                <ns1:BTFax/>\n                <ns1:BTEmail/>\n                <ns1:BTWeb/>\n                <ns1:BTCountry/>\n                <ns1:BTContact/>\n                <ns1:DefaultOrderTerms/>\n                <ns1:DefaultShippingTerms/>\n                <ns1:DefaultOrderTax/>\n                <ns1:DefaultFreightTax/>\n                <ns1:DistChannel/>\n                <ns1:OrderCreditLimit/>\n                <ns1:RepName/>\n                <ns1:DefaultPricelist/>\n                <ns1:DefaultDiscountPctg/>\n                <ns1:OnCreditHold/>\n                <ns1:ExternalCustAcctID/>\n                <ns1:ParentID/>\n            </ns1:Customers>\n            <ns1:Customers>\n                <ns1:id>11</ns1:id>\n                <ns1:Name>Test name</ns1:Name>\n                <ns1:Address>Test address</ns1:Address>\n                <ns1:City>Test city</ns1:City>\n                <ns1:ProvState>Test prov_state</ns1:ProvState>\n                <ns1:PostalZip>Test postal_zip</ns1:PostalZip>\n                <ns1:Phone>Test contact_phone</ns1:Phone>\n                <ns1:Fax>---</ns1:Fax>\n                <ns1:Email>Test contact_email</ns1:Email>\n                <ns1:Web/>\n                <ns1:Country>Canada</ns1:Country>\n                <ns1:Contact>Test contact</ns1:Contact>\n                <ns1:BTName/>\n                <ns1:BTAddress/>\n                <ns1:BTCity/>\n                <ns1:BTProvState/>\n                <ns1:BTPostalZip/>\n                <ns1:BTPhone/>\n                <ns1:BTFax/>\n                <ns1:BTEmail/>\n                <ns1:BTWeb/>\n                <ns1:BTCountry/>\n                <ns1:BTContact/>\n                <ns1:DefaultOrderTerms></ns1:DefaultOrderTerms>\n                <ns1:DefaultShippingTerms></ns1:DefaultShippingTerms>\n                <ns1:DefaultOrderTax/>\n                <ns1:DefaultFreightTax/>\n                <ns1:DistChannel/>\n                <ns1:OrderCreditLimit/>\n                <ns1:RepName/>\n                <ns1:DefaultPricelist/>\n                <ns1:DefaultDiscountPctg/>\n                <ns1:OnCreditHold/>\n                <ns1:ExternalCustAcctID>true</ns1:ExternalCustAcctID>\n                <ns1:ParentID/>\n            </ns1:Customers>\n        </ns1:getCustomersResponse>\n    </SOAP-ENV:Body>\n</SOAP-ENV:Envelope>"}],"_postman_id":"aad7ba09-8edf-4993-a60f-22e43da1fa21"},{"name":"getCustomerDetails","event":[{"listen":"test","script":{"id":"9da29358-d86e-4f4e-886d-1454a55f12a5","exec":["pm.test(\"Status code is 200\", () => {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"6199b83e-1f94-49cf-9103-728a14d9b41f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ns1=\"Blastramp\">\n    <SOAP-ENV:Body>\n        <ns1:getCustomerDetailsRequest>\n            <ns1:vendorCode>{{vendor-code}}</ns1:vendorCode>\n            <ns1:vendorKey>{{vendor-key}}</ns1:vendorKey>\n            <ns1:identifier>1</ns1:identifier>\n            <ns1:identifierType>0</ns1:identifierType>\n        </ns1:getCustomerDetailsRequest>\n    </SOAP-ENV:Body>\n</SOAP-ENV:Envelope>","options":{"raw":{"language":"xml"}}},"url":"{{base-url}}","description":"<p>Request Customer Details for a single Customer </p>\n<p><strong>Request Params</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Data Type</th>\n<th>Required / Optional</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>vendorCode</td>\n<td>String</td>\n<td>required</td>\n<td>The vendor code</td>\n</tr>\n<tr>\n<td>vendorKey</td>\n<td>String</td>\n<td>required</td>\n<td>The vendor key</td>\n</tr>\n<tr>\n<td>identifier</td>\n<td>String</td>\n<td>required</td>\n<td>The identifier</td>\n</tr>\n<tr>\n<td>identifierType</td>\n<td>integer</td>\n<td>required</td>\n<td>The type of identifier being used. <br />0 = BRID<br /> 1 = NAMEPOSTAL<br /> 2 = EXTERNAL</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"host":["{{base-url}}"],"query":[],"variable":[]}},"response":[{"id":"183c2a16-8fc5-4ebc-bdeb-d184a901e984","name":"getCustomerDetails","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ns1=\"Blastramp\">\n    <SOAP-ENV:Body>\n        <ns1:getCustomerDetailsRequest>\n            <ns1:vendorCode>{{vendor-code}}</ns1:vendorCode>\n            <ns1:vendorKey>{{vendor-key}}</ns1:vendorKey>\n            <ns1:identifier>1</ns1:identifier>\n            <ns1:identifierType>0</ns1:identifierType>\n        </ns1:getCustomerDetailsRequest>\n    </SOAP-ENV:Body>\n</SOAP-ENV:Envelope>","options":{"raw":{"language":"xml"}}},"url":"{{base-url}}"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Content-Type","value":"text/xml; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.33"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Wed, 29 May 2024 18:59:41 GMT"},{"key":"Content-Length","value":"1308"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ns1=\"Blastramp\">\n    <SOAP-ENV:Body>\n        <ns1:getCustomerDetailsResponse>\n            <ns1:Success>true</ns1:Success>\n            <ns1:ErrorMsg/>\n            <ns1:Customer>\n                <ns1:Name>Test Company4</ns1:Name>\n                <ns1:Address>123 Fake St</ns1:Address>\n                <ns1:City>DELTA</ns1:City>\n                <ns1:ProvState>BC</ns1:ProvState>\n                <ns1:PostalZip>V4G1E2</ns1:PostalZip>\n                <ns1:Phone>111-111-1111</ns1:Phone>\n                <ns1:Fax/>\n                <ns1:Email>some@email.com</ns1:Email>\n                <ns1:Web/>\n                <ns1:Country>CA</ns1:Country>\n                <ns1:Contact>Bobby G</ns1:Contact>\n                <ns1:BTName/>\n                <ns1:BTAddress/>\n                <ns1:BTCity/>\n                <ns1:BTProvState/>\n                <ns1:BTPostalZip/>\n                <ns1:BTPhone/>\n                <ns1:BTFax/>\n                <ns1:BTEmail/>\n                <ns1:BTWeb/>\n                <ns1:BTCountry/>\n                <ns1:BTContact/>\n                <ns1:BlastrampID>1</ns1:BlastrampID>\n                <ns1:ExternalSalesAcctID/>\n                <ns1:DefaultOrderTerms/>\n                <ns1:DefaultShippingTerms/>\n                <ns1:DefaultOrderTax/>\n                <ns1:DefaultFreightTax/>\n                <ns1:DistChannel/>\n                <ns1:OrderCreditLimit/>\n                <ns1:RepName/>\n                <ns1:BookedOrderValue>50.0000</ns1:BookedOrderValue>\n                <ns1:LastOrderPlaced>2024-05-27 10:55:00</ns1:LastOrderPlaced>\n                <ns1:LastOrderShipped/>\n                <ns1:LastOrderCurrencyCode>CAD</ns1:LastOrderCurrencyCode>\n                <ns1:DefaultDiscountPctg/>\n                <ns1:DefaultPricelist/>\n                <ns1:OnCreditHold/>\n                <ns1:ParentID/>\n            </ns1:Customer>\n        </ns1:getCustomerDetailsResponse>\n    </SOAP-ENV:Body>\n</SOAP-ENV:Envelope>"}],"_postman_id":"6199b83e-1f94-49cf-9103-728a14d9b41f"}],"id":"59a2aed8-14a3-40b0-a4ac-45381187d2b9","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"8520d611-098b-4406-bbb6-c6e7834000e0"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"b8d5e065-8d34-4563-a3b3-66741f3d9014"}}],"_postman_id":"59a2aed8-14a3-40b0-a4ac-45381187d2b9","description":""},{"name":"Inventory","item":[{"name":"getInventoryCount","event":[{"listen":"test","script":{"id":"0dfa12e5-8a2b-41c0-a011-2b63a64927ac","exec":["pm.test(\"Status code is 200\", () => {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"1df3005d-9bf8-4964-809c-e6032cb0f598","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ns1=\"Blastramp\">\n    <SOAP-ENV:Body>\n        <ns1:getInventoryCountRequest>\n            <ns1:vendorCode>{{vendor-code}}</ns1:vendorCode>\n            <ns1:vendorKey>{{vendor-key}}</ns1:vendorKey>\n            <ns1:Sku>{{sku-code}}</ns1:Sku>\n        </ns1:getInventoryCountRequest>\n    </SOAP-ENV:Body>\n</SOAP-ENV:Envelope>","options":{"raw":{"language":"xml"}}},"url":"{{base-url}}","description":"<p>Request a summary of inventory quantities for all DCs for a specific SKU</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Data Type</th>\n<th>Required / Optional</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>vendorCode</td>\n<td>String</td>\n<td>required</td>\n<td>The vendor code</td>\n</tr>\n<tr>\n<td>vendorKey</td>\n<td>String</td>\n<td>required</td>\n<td>The vendor key</td>\n</tr>\n<tr>\n<td>sku</td>\n<td>String</td>\n<td>required</td>\n<td>The sku code</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"host":["{{base-url}}"],"query":[],"variable":[]}},"response":[{"id":"5ff8f47a-c639-4160-8fc3-0f702696aba8","name":"getInventoryCount","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ns1=\"Blastramp\">\n    <SOAP-ENV:Body>\n        <ns1:getInventoryCountRequest>\n            <ns1:vendorCode>{{vendor-code}}</ns1:vendorCode>\n            <ns1:vendorKey>{{vendor-key}}</ns1:vendorKey>\n            <ns1:Sku>{{sku-code}}</ns1:Sku>\n        </ns1:getInventoryCountRequest>\n    </SOAP-ENV:Body>\n</SOAP-ENV:Envelope>","options":{"raw":{"language":"xml"}}},"url":"{{base-url}}"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Content-Type","value":"text/xml; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.33"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Wed, 29 May 2024 18:40:00 GMT"},{"key":"Content-Length","value":"705"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ns1=\"Blastramp\">\n    <SOAP-ENV:Body>\n        <ns1:getInventoryCountResponse>\n            <ns1:Success>true</ns1:Success>\n            <ns1:ErrorMsg/>\n            <ns1:Results>\n                <ns1:Sku>Beach-GRN-9</ns1:Sku>\n                <ns1:Counts>\n                    <ns1:WHID>0001</ns1:WHID>\n                    <ns1:AvailableToAllocate>0</ns1:AvailableToAllocate>\n                    <ns1:CurrentInStock>0</ns1:CurrentInStock>\n                    <ns1:AvailableToSell>0</ns1:AvailableToSell>\n                    <ns1:OriginalPO>0</ns1:OriginalPO>\n                    <ns1:BeingManufactured>0</ns1:BeingManufactured>\n                    <ns1:TotalSalesOrder>0</ns1:TotalSalesOrder>\n                    <ns1:Unreleased>0</ns1:Unreleased>\n                </ns1:Counts>\n            </ns1:Results>\n        </ns1:getInventoryCountResponse>\n    </SOAP-ENV:Body>\n</SOAP-ENV:Envelope>"}],"_postman_id":"1df3005d-9bf8-4964-809c-e6032cb0f598"},{"name":"getLineListLevels","event":[{"listen":"test","script":{"id":"4a4128df-7df6-4226-adcb-495872c9051b","exec":["pm.test(\"Status code is 200\", () => {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"7939e2ef-4df1-434c-afd5-f0ad12730dcd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ns1=\"Blastramp\">\n    <SOAP-ENV:Body>\n        <ns1:getLineListLevelsRequest>\n            <ns1:vendorCode>{{vendor-code}}</ns1:vendorCode>\n            <ns1:vendorKey>{{vendor-key}}</ns1:vendorKey>\n            <ns1:SeasonCode>{{season-code}}</ns1:SeasonCode>\n            <ns1:WHID>{{warehouse-code}}</ns1:WHID>\n            <ns1:Mode>ATS</ns1:Mode>\n        </ns1:getLineListLevelsRequest>\n    </SOAP-ENV:Body>\n</SOAP-ENV:Envelope>","options":{"raw":{"language":"xml"}}},"url":"{{base-url}}","description":"<p>Request a list of inventory levels by Season/Linelist. </p>\n<p>Allows multiple types of inventory levels, as well as multiple category options. </p>\n<p><strong>Request Params</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Data Type</th>\n<th>Required / Optional</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>vendorCode</td>\n<td>String</td>\n<td>required</td>\n<td>The vendor code</td>\n</tr>\n<tr>\n<td>vendorKey</td>\n<td>String</td>\n<td>required</td>\n<td>The vendor key</td>\n</tr>\n<tr>\n<td>SeasonCode</td>\n<td>String</td>\n<td>required</td>\n<td>The season code</td>\n</tr>\n<tr>\n<td>WHID</td>\n<td>String</td>\n<td>required</td>\n<td>The warehouse identifier</td>\n</tr>\n<tr>\n<td>Mode</td>\n<td>String</td>\n<td>required</td>\n<td>The inventory mode. Modes can be: <br />CIS - Current In Stock, <br /> ATS - Available to Sell, <br /> ATA - Available to Allocate, <br /> AAO - Available At Once. <br /></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"host":["{{base-url}}"],"query":[],"variable":[]}},"response":[{"id":"4984b3ed-1de9-4b81-89ba-55bb04686ddf","name":"getLineListLevels","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ns1=\"Blastramp\">\n    <SOAP-ENV:Body>\n        <ns1:getLineListLevelsRequest>\n            <ns1:vendorCode>{{vendor-code}}</ns1:vendorCode>\n            <ns1:vendorKey>{{vendor-key}}</ns1:vendorKey>\n            <ns1:SeasonCode>{{season-code}}</ns1:SeasonCode>\n            <ns1:WHID>{{warehouse-code}}</ns1:WHID>\n            <ns1:Mode>AAO</ns1:Mode>\n        </ns1:getLineListLevelsRequest>\n    </SOAP-ENV:Body>\n</SOAP-ENV:Envelope>","options":{"raw":{"language":"xml"}}},"url":"{{base-url}}"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Content-Type","value":"text/xml; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.33"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Wed, 29 May 2024 18:52:58 GMT"},{"key":"Content-Length","value":"33313"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ns1=\"Blastramp\">\n    <SOAP-ENV:Body>\n        <ns1:getLineListLevelsResponse>\n            <ns1:Success>true</ns1:Success>\n            <ns1:ErrorMsg/>\n            <ns1:ItemDetails>\n                <ns1:SKU>Beach-BLK-10</ns1:SKU>\n                <ns1:Description>Beach style in BLK color, size 10</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Beach-BLK-7</ns1:SKU>\n                <ns1:Description>Beach style in BLK color, size 7</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Beach-BLK-8</ns1:SKU>\n                <ns1:Description>Beach style in BLK color, size 8</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Beach-BLU-13</ns1:SKU>\n                <ns1:Description>Beach style in BLU color, size 13</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Beach-BLU-14</ns1:SKU>\n                <ns1:Description>Beach style in BLU color, size 14</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Beach-BLU-8</ns1:SKU>\n                <ns1:Description>Beach style in BLU color, size 8</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Beach-BLU-9</ns1:SKU>\n                <ns1:Description>Beach style in BLU color, size 9</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Beach-GRN-13</ns1:SKU>\n                <ns1:Description>Beach style in GRN color, size 13</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Beach-GRN-8</ns1:SKU>\n                <ns1:Description>Beach style in GRN color, size 8</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Beach-GRN-9</ns1:SKU>\n                <ns1:Description>Beach style in GRN color, size 9</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Beach-PNK-12</ns1:SKU>\n                <ns1:Description>Beach style in PNK color, size 12</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Beach-PNK-6</ns1:SKU>\n                <ns1:Description>Beach style in PNK color, size 6</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Beach-PNK-7</ns1:SKU>\n                <ns1:Description>Beach style in PNK color, size 7</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Beach-PNK-8</ns1:SKU>\n                <ns1:Description>Beach style in PNK color, size 8</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Beach-PNK-9</ns1:SKU>\n                <ns1:Description>Beach style in PNK color, size 9</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Beach-RED-11</ns1:SKU>\n                <ns1:Description>Beach style in RED color, size 11</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Beach-RED-13</ns1:SKU>\n                <ns1:Description>Beach style in RED color, size 13</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Beach-RED-7</ns1:SKU>\n                <ns1:Description>Beach style in RED color, size 7</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Beach-WHT-11</ns1:SKU>\n                <ns1:Description>Beach style in WHT color, size 11</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Beach-WHT-6</ns1:SKU>\n                <ns1:Description>Beach style in WHT color, size 6</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Beach-WHT-8</ns1:SKU>\n                <ns1:Description>Beach style in WHT color, size 8</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Beach-WHT-9</ns1:SKU>\n                <ns1:Description>Beach style in WHT color, size 9</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Beach-YLW-12</ns1:SKU>\n                <ns1:Description>Beach style in YLW color, size 12</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Beach-YLW-13</ns1:SKU>\n                <ns1:Description>Beach style in YLW color, size 13</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Beach-YLW-8</ns1:SKU>\n                <ns1:Description>Beach style in YLW color, size 8</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Beach-YLW-9</ns1:SKU>\n                <ns1:Description>Beach style in YLW color, size 9</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Classic-BLK-12</ns1:SKU>\n                <ns1:Description>Classic style in BLK color, size 12</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Classic-BLK-13</ns1:SKU>\n                <ns1:Description>Classic style in BLK color, size 13</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Classic-BLK-7</ns1:SKU>\n                <ns1:Description>Classic style in BLK color, size 7</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Classic-BLK-9</ns1:SKU>\n                <ns1:Description>Classic style in BLK color, size 9</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Classic-BLU-13</ns1:SKU>\n                <ns1:Description>Classic style in BLU color, size 13</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Classic-BLU-6</ns1:SKU>\n                <ns1:Description>Classic style in BLU color, size 6</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Classic-GRN-10</ns1:SKU>\n                <ns1:Description>Classic style in GRN color, size 10</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Classic-GRN-11</ns1:SKU>\n                <ns1:Description>Classic style in GRN color, size 11</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Classic-GRN-13</ns1:SKU>\n                <ns1:Description>Classic style in GRN color, size 13</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Classic-GRN-14</ns1:SKU>\n                <ns1:Description>Classic style in GRN color, size 14</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Classic-GRN-6</ns1:SKU>\n                <ns1:Description>Classic style in GRN color, size 6</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Classic-GRN-8</ns1:SKU>\n                <ns1:Description>Classic style in GRN color, size 8</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Classic-GRN-9</ns1:SKU>\n                <ns1:Description>Classic style in GRN color, size 9</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Classic-PNK-11</ns1:SKU>\n                <ns1:Description>Classic style in PNK color, size 11</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Classic-PNK-13</ns1:SKU>\n                <ns1:Description>Classic style in PNK color, size 13</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Classic-PNK-14</ns1:SKU>\n                <ns1:Description>Classic style in PNK color, size 14</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Classic-PNK-6</ns1:SKU>\n                <ns1:Description>Classic style in PNK color, size 6</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Classic-PNK-9</ns1:SKU>\n                <ns1:Description>Classic style in PNK color, size 9</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Classic-RED-10</ns1:SKU>\n                <ns1:Description>Classic style in RED color, size 10</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Classic-RED-12</ns1:SKU>\n                <ns1:Description>Classic style in RED color, size 12</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Classic-RED-14</ns1:SKU>\n                <ns1:Description>Classic style in RED color, size 14</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Classic-RED-6</ns1:SKU>\n                <ns1:Description>Classic style in RED color, size 6</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Classic-RED-7</ns1:SKU>\n                <ns1:Description>Classic style in RED color, size 7</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Classic-RED-9</ns1:SKU>\n                <ns1:Description>Classic style in RED color, size 9</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Classic-WHT-12</ns1:SKU>\n                <ns1:Description>Classic style in WHT color, size 12</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Classic-WHT-7</ns1:SKU>\n                <ns1:Description>Classic style in WHT color, size 7</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Classic-WHT-8</ns1:SKU>\n                <ns1:Description>Classic style in WHT color, size 8</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Classic-WHT-9</ns1:SKU>\n                <ns1:Description>Classic style in WHT color, size 9</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Classic-YLW-11</ns1:SKU>\n                <ns1:Description>Classic style in YLW color, size 11</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Classic-YLW-12</ns1:SKU>\n                <ns1:Description>Classic style in YLW color, size 12</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Classic-YLW-14</ns1:SKU>\n                <ns1:Description>Classic style in YLW color, size 14</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Classic-YLW-9</ns1:SKU>\n                <ns1:Description>Classic style in YLW color, size 9</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Sport-BLK-12</ns1:SKU>\n                <ns1:Description>Sport style in BLK color, size 12</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Sport-BLK-13</ns1:SKU>\n                <ns1:Description>Sport style in BLK color, size 13</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Sport-BLK-9</ns1:SKU>\n                <ns1:Description>Sport style in BLK color, size 9</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Sport-BLU-10</ns1:SKU>\n                <ns1:Description>Sport style in BLU color, size 10</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Sport-BLU-12</ns1:SKU>\n                <ns1:Description>Sport style in BLU color, size 12</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Sport-BLU-13</ns1:SKU>\n                <ns1:Description>Sport style in BLU color, size 13</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Sport-BLU-14</ns1:SKU>\n                <ns1:Description>Sport style in BLU color, size 14</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Sport-BLU-6</ns1:SKU>\n                <ns1:Description>Sport style in BLU color, size 6</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Sport-GRN-11</ns1:SKU>\n                <ns1:Description>Sport style in GRN color, size 11</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Sport-GRN-12</ns1:SKU>\n                <ns1:Description>Sport style in GRN color, size 12</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Sport-GRN-6</ns1:SKU>\n                <ns1:Description>Sport style in GRN color, size 6</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Sport-GRN-9</ns1:SKU>\n                <ns1:Description>Sport style in GRN color, size 9</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Sport-PNK-11</ns1:SKU>\n                <ns1:Description>Sport style in PNK color, size 11</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Sport-PNK-12</ns1:SKU>\n                <ns1:Description>Sport style in PNK color, size 12</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Sport-PNK-6</ns1:SKU>\n                <ns1:Description>Sport style in PNK color, size 6</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Sport-RED-10</ns1:SKU>\n                <ns1:Description>Sport style in RED color, size 10</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Sport-RED-11</ns1:SKU>\n                <ns1:Description>Sport style in RED color, size 11</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Sport-RED-13</ns1:SKU>\n                <ns1:Description>Sport style in RED color, size 13</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Sport-RED-6</ns1:SKU>\n                <ns1:Description>Sport style in RED color, size 6</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Sport-RED-7</ns1:SKU>\n                <ns1:Description>Sport style in RED color, size 7</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Sport-RED-8</ns1:SKU>\n                <ns1:Description>Sport style in RED color, size 8</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Sport-WHT-13</ns1:SKU>\n                <ns1:Description>Sport style in WHT color, size 13</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Sport-WHT-14</ns1:SKU>\n                <ns1:Description>Sport style in WHT color, size 14</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Sport-WHT-6</ns1:SKU>\n                <ns1:Description>Sport style in WHT color, size 6</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Sport-WHT-7</ns1:SKU>\n                <ns1:Description>Sport style in WHT color, size 7</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Sport-WHT-9</ns1:SKU>\n                <ns1:Description>Sport style in WHT color, size 9</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Sport-YLW-10</ns1:SKU>\n                <ns1:Description>Sport style in YLW color, size 10</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Sport-YLW-6</ns1:SKU>\n                <ns1:Description>Sport style in YLW color, size 6</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Sport-YLW-7</ns1:SKU>\n                <ns1:Description>Sport style in YLW color, size 7</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Sport-YLW-8</ns1:SKU>\n                <ns1:Description>Sport style in YLW color, size 8</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Sport-YLW-9</ns1:SKU>\n                <ns1:Description>Sport style in YLW color, size 9</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Urban-BLK-10</ns1:SKU>\n                <ns1:Description>Urban style in BLK color, size 10</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Urban-BLK-11</ns1:SKU>\n                <ns1:Description>Urban style in BLK color, size 11</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Urban-BLK-12</ns1:SKU>\n                <ns1:Description>Urban style in BLK color, size 12</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Urban-BLK-13</ns1:SKU>\n                <ns1:Description>Urban style in BLK color, size 13</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Urban-BLK-14</ns1:SKU>\n                <ns1:Description>Urban style in BLK color, size 14</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Urban-BLU-10</ns1:SKU>\n                <ns1:Description>Urban style in BLU color, size 10</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Urban-BLU-11</ns1:SKU>\n                <ns1:Description>Urban style in BLU color, size 11</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Urban-BLU-12</ns1:SKU>\n                <ns1:Description>Urban style in BLU color, size 12</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Urban-BLU-14</ns1:SKU>\n                <ns1:Description>Urban style in BLU color, size 14</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Urban-BLU-6</ns1:SKU>\n                <ns1:Description>Urban style in BLU color, size 6</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Urban-BLU-9</ns1:SKU>\n                <ns1:Description>Urban style in BLU color, size 9</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Urban-GRN-11</ns1:SKU>\n                <ns1:Description>Urban style in GRN color, size 11</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Urban-GRN-6</ns1:SKU>\n                <ns1:Description>Urban style in GRN color, size 6</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Urban-GRN-7</ns1:SKU>\n                <ns1:Description>Urban style in GRN color, size 7</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Urban-PNK-12</ns1:SKU>\n                <ns1:Description>Urban style in PNK color, size 12</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Urban-PNK-14</ns1:SKU>\n                <ns1:Description>Urban style in PNK color, size 14</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Urban-PNK-9</ns1:SKU>\n                <ns1:Description>Urban style in PNK color, size 9</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Urban-RED-13</ns1:SKU>\n                <ns1:Description>Urban style in RED color, size 13</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Urban-RED-7</ns1:SKU>\n                <ns1:Description>Urban style in RED color, size 7</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Urban-RED-8</ns1:SKU>\n                <ns1:Description>Urban style in RED color, size 8</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Urban-RED-9</ns1:SKU>\n                <ns1:Description>Urban style in RED color, size 9</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Urban-WHT-10</ns1:SKU>\n                <ns1:Description>Urban style in WHT color, size 10</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Urban-WHT-12</ns1:SKU>\n                <ns1:Description>Urban style in WHT color, size 12</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Urban-WHT-7</ns1:SKU>\n                <ns1:Description>Urban style in WHT color, size 7</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Urban-WHT-9</ns1:SKU>\n                <ns1:Description>Urban style in WHT color, size 9</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Urban-YLW-13</ns1:SKU>\n                <ns1:Description>Urban style in YLW color, size 13</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Urban-YLW-8</ns1:SKU>\n                <ns1:Description>Urban style in YLW color, size 8</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Urban-YLW-9</ns1:SKU>\n                <ns1:Description>Urban style in YLW color, size 9</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Vintage-BLK-12</ns1:SKU>\n                <ns1:Description>Vintage style in BLK color, size 12</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Vintage-BLK-14</ns1:SKU>\n                <ns1:Description>Vintage style in BLK color, size 14</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Vintage-BLK-6</ns1:SKU>\n                <ns1:Description>Vintage style in BLK color, size 6</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Vintage-BLK-9</ns1:SKU>\n                <ns1:Description>Vintage style in BLK color, size 9</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Vintage-BLU-11</ns1:SKU>\n                <ns1:Description>Vintage style in BLU color, size 11</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Vintage-BLU-14</ns1:SKU>\n                <ns1:Description>Vintage style in BLU color, size 14</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Vintage-BLU-6</ns1:SKU>\n                <ns1:Description>Vintage style in BLU color, size 6</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Vintage-BLU-7</ns1:SKU>\n                <ns1:Description>Vintage style in BLU color, size 7</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Vintage-BLU-8</ns1:SKU>\n                <ns1:Description>Vintage style in BLU color, size 8</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Vintage-GRN-10</ns1:SKU>\n                <ns1:Description>Vintage style in GRN color, size 10</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Vintage-GRN-11</ns1:SKU>\n                <ns1:Description>Vintage style in GRN color, size 11</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Vintage-GRN-9</ns1:SKU>\n                <ns1:Description>Vintage style in GRN color, size 9</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Vintage-PNK-10</ns1:SKU>\n                <ns1:Description>Vintage style in PNK color, size 10</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Vintage-PNK-11</ns1:SKU>\n                <ns1:Description>Vintage style in PNK color, size 11</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Vintage-PNK-6</ns1:SKU>\n                <ns1:Description>Vintage style in PNK color, size 6</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Vintage-RED-10</ns1:SKU>\n                <ns1:Description>Vintage style in RED color, size 10</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Vintage-RED-12</ns1:SKU>\n                <ns1:Description>Vintage style in RED color, size 12</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Vintage-RED-13</ns1:SKU>\n                <ns1:Description>Vintage style in RED color, size 13</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Vintage-RED-6</ns1:SKU>\n                <ns1:Description>Vintage style in RED color, size 6</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Vintage-RED-7</ns1:SKU>\n                <ns1:Description>Vintage style in RED color, size 7</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Vintage-RED-8</ns1:SKU>\n                <ns1:Description>Vintage style in RED color, size 8</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Vintage-WHT-12</ns1:SKU>\n                <ns1:Description>Vintage style in WHT color, size 12</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Vintage-WHT-13</ns1:SKU>\n                <ns1:Description>Vintage style in WHT color, size 13</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Vintage-WHT-7</ns1:SKU>\n                <ns1:Description>Vintage style in WHT color, size 7</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Vintage-WHT-9</ns1:SKU>\n                <ns1:Description>Vintage style in WHT color, size 9</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Vintage-YLW-11</ns1:SKU>\n                <ns1:Description>Vintage style in YLW color, size 11</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Vintage-YLW-13</ns1:SKU>\n                <ns1:Description>Vintage style in YLW color, size 13</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Vintage-YLW-7</ns1:SKU>\n                <ns1:Description>Vintage style in YLW color, size 7</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n        </ns1:getLineListLevelsResponse>\n    </SOAP-ENV:Body>\n</SOAP-ENV:Envelope>"}],"_postman_id":"7939e2ef-4df1-434c-afd5-f0ad12730dcd"},{"name":"getTransactionLineListLevels","event":[{"listen":"test","script":{"id":"4e31b465-6090-48fa-8abb-4ab484e676b6","exec":["pm.test(\"Status code is 200\", () => {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"bbeec267-9301-4b02-9ca5-f0526f862a3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ns1=\"Blastramp\">\n    <SOAP-ENV:Body>\n        <ns1:getLineListLevelsRequest>\n            <ns1:vendorCode>{{vendor-code}}</ns1:vendorCode>\n            <ns1:vendorKey>{{vendor-key}}</ns1:vendorKey>\n            <ns1:SeasonCode>{{season-code}}</ns1:SeasonCode>\n            <ns1:WHID>{{warehouse-code}}</ns1:WHID>\n            <ns1:Mode>ATS</ns1:Mode>\n        </ns1:getLineListLevelsRequest>\n    </SOAP-ENV:Body>\n</SOAP-ENV:Envelope>","options":{"raw":{"language":"xml"}}},"url":"{{base-url}}","description":"<p>Request a list of inventory levels by Season/Linelist for transactions that have occured in a given time period.</p>\n<p>Allows multiple types of inventory levels, as well as multiple category options. </p>\n<p><strong>Request Params</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Data Type</th>\n<th>Required / Optional</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>vendorCode</td>\n<td>String</td>\n<td>required</td>\n<td>The vendor code</td>\n</tr>\n<tr>\n<td>vendorKey</td>\n<td>String</td>\n<td>required</td>\n<td>The vendor key</td>\n</tr>\n<tr>\n<td>seasonCode</td>\n<td>String</td>\n<td>required</td>\n<td>The season code</td>\n</tr>\n<tr>\n<td>whId</td>\n<td>String</td>\n<td>required</td>\n<td>The warehouse id</td>\n</tr>\n<tr>\n<td>catId</td>\n<td>String</td>\n<td>required</td>\n<td>The category id</td>\n</tr>\n<tr>\n<td>startDate</td>\n<td>String</td>\n<td>required</td>\n<td>The start date of the time period</td>\n</tr>\n<tr>\n<td>endDate</td>\n<td>String</td>\n<td>required</td>\n<td>The end date of the time period</td>\n</tr>\n<tr>\n<td>mode</td>\n<td>String</td>\n<td>required</td>\n<td>Inventory mode. Modes can be:<br />CIS = Current In Stock<br />ATS = Available To Sell<br />ATA = Available To Allocate<br />AAO = Available At Once</td>\n</tr>\n<tr>\n<td>page</td>\n<td>Integer</td>\n<td>optional</td>\n<td>The page number to return. Default is <code>1</code></td>\n</tr>\n<tr>\n<td>limit</td>\n<td>Integer</td>\n<td>optional</td>\n<td>The number of records to return. Default is <code>200</code> (Max is <code>1000</code>)</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"host":["{{base-url}}"],"query":[],"variable":[]}},"response":[{"id":"6b117722-1a90-4b9f-88cb-ddd6bc4bf26a","name":"getTransactionLineListLevels","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ns1=\"Blastramp\">\n    <SOAP-ENV:Body>\n        <ns1:getLineListLevelsRequest>\n            <ns1:vendorCode>{{vendor-code}}</ns1:vendorCode>\n            <ns1:vendorKey>{{vendor-key}}</ns1:vendorKey>\n            <ns1:SeasonCode>{{season-code}}</ns1:SeasonCode>\n            <ns1:WHID>{{warehouse-code}}</ns1:WHID>\n            <ns1:Mode>AAO</ns1:Mode>\n        </ns1:getLineListLevelsRequest>\n    </SOAP-ENV:Body>\n</SOAP-ENV:Envelope>","options":{"raw":{"language":"xml"}}},"url":"{{base-url}}"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Content-Type","value":"text/xml; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.33"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Wed, 29 May 2024 18:53:27 GMT"},{"key":"Content-Length","value":"33313"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ns1=\"Blastramp\">\n    <SOAP-ENV:Body>\n        <ns1:getLineListLevelsResponse>\n            <ns1:Success>true</ns1:Success>\n            <ns1:ErrorMsg/>\n            <ns1:ItemDetails>\n                <ns1:SKU>Beach-BLK-10</ns1:SKU>\n                <ns1:Description>Beach style in BLK color, size 10</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Beach-BLK-7</ns1:SKU>\n                <ns1:Description>Beach style in BLK color, size 7</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Beach-BLK-8</ns1:SKU>\n                <ns1:Description>Beach style in BLK color, size 8</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Beach-BLU-13</ns1:SKU>\n                <ns1:Description>Beach style in BLU color, size 13</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Beach-BLU-14</ns1:SKU>\n                <ns1:Description>Beach style in BLU color, size 14</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Beach-BLU-8</ns1:SKU>\n                <ns1:Description>Beach style in BLU color, size 8</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Beach-BLU-9</ns1:SKU>\n                <ns1:Description>Beach style in BLU color, size 9</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Beach-GRN-13</ns1:SKU>\n                <ns1:Description>Beach style in GRN color, size 13</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Beach-GRN-8</ns1:SKU>\n                <ns1:Description>Beach style in GRN color, size 8</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Beach-GRN-9</ns1:SKU>\n                <ns1:Description>Beach style in GRN color, size 9</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Beach-PNK-12</ns1:SKU>\n                <ns1:Description>Beach style in PNK color, size 12</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Beach-PNK-6</ns1:SKU>\n                <ns1:Description>Beach style in PNK color, size 6</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Beach-PNK-7</ns1:SKU>\n                <ns1:Description>Beach style in PNK color, size 7</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Beach-PNK-8</ns1:SKU>\n                <ns1:Description>Beach style in PNK color, size 8</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Beach-PNK-9</ns1:SKU>\n                <ns1:Description>Beach style in PNK color, size 9</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Beach-RED-11</ns1:SKU>\n                <ns1:Description>Beach style in RED color, size 11</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Beach-RED-13</ns1:SKU>\n                <ns1:Description>Beach style in RED color, size 13</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Beach-RED-7</ns1:SKU>\n                <ns1:Description>Beach style in RED color, size 7</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Beach-WHT-11</ns1:SKU>\n                <ns1:Description>Beach style in WHT color, size 11</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Beach-WHT-6</ns1:SKU>\n                <ns1:Description>Beach style in WHT color, size 6</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Beach-WHT-8</ns1:SKU>\n                <ns1:Description>Beach style in WHT color, size 8</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Beach-WHT-9</ns1:SKU>\n                <ns1:Description>Beach style in WHT color, size 9</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Beach-YLW-12</ns1:SKU>\n                <ns1:Description>Beach style in YLW color, size 12</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Beach-YLW-13</ns1:SKU>\n                <ns1:Description>Beach style in YLW color, size 13</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Beach-YLW-8</ns1:SKU>\n                <ns1:Description>Beach style in YLW color, size 8</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Beach-YLW-9</ns1:SKU>\n                <ns1:Description>Beach style in YLW color, size 9</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Classic-BLK-12</ns1:SKU>\n                <ns1:Description>Classic style in BLK color, size 12</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Classic-BLK-13</ns1:SKU>\n                <ns1:Description>Classic style in BLK color, size 13</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Classic-BLK-7</ns1:SKU>\n                <ns1:Description>Classic style in BLK color, size 7</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Classic-BLK-9</ns1:SKU>\n                <ns1:Description>Classic style in BLK color, size 9</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Classic-BLU-13</ns1:SKU>\n                <ns1:Description>Classic style in BLU color, size 13</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Classic-BLU-6</ns1:SKU>\n                <ns1:Description>Classic style in BLU color, size 6</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Classic-GRN-10</ns1:SKU>\n                <ns1:Description>Classic style in GRN color, size 10</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Classic-GRN-11</ns1:SKU>\n                <ns1:Description>Classic style in GRN color, size 11</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Classic-GRN-13</ns1:SKU>\n                <ns1:Description>Classic style in GRN color, size 13</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Classic-GRN-14</ns1:SKU>\n                <ns1:Description>Classic style in GRN color, size 14</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Classic-GRN-6</ns1:SKU>\n                <ns1:Description>Classic style in GRN color, size 6</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Classic-GRN-8</ns1:SKU>\n                <ns1:Description>Classic style in GRN color, size 8</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Classic-GRN-9</ns1:SKU>\n                <ns1:Description>Classic style in GRN color, size 9</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Classic-PNK-11</ns1:SKU>\n                <ns1:Description>Classic style in PNK color, size 11</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Classic-PNK-13</ns1:SKU>\n                <ns1:Description>Classic style in PNK color, size 13</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Classic-PNK-14</ns1:SKU>\n                <ns1:Description>Classic style in PNK color, size 14</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Classic-PNK-6</ns1:SKU>\n                <ns1:Description>Classic style in PNK color, size 6</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Classic-PNK-9</ns1:SKU>\n                <ns1:Description>Classic style in PNK color, size 9</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Classic-RED-10</ns1:SKU>\n                <ns1:Description>Classic style in RED color, size 10</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Classic-RED-12</ns1:SKU>\n                <ns1:Description>Classic style in RED color, size 12</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Classic-RED-14</ns1:SKU>\n                <ns1:Description>Classic style in RED color, size 14</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Classic-RED-6</ns1:SKU>\n                <ns1:Description>Classic style in RED color, size 6</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Classic-RED-7</ns1:SKU>\n                <ns1:Description>Classic style in RED color, size 7</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Classic-RED-9</ns1:SKU>\n                <ns1:Description>Classic style in RED color, size 9</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Classic-WHT-12</ns1:SKU>\n                <ns1:Description>Classic style in WHT color, size 12</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Classic-WHT-7</ns1:SKU>\n                <ns1:Description>Classic style in WHT color, size 7</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Classic-WHT-8</ns1:SKU>\n                <ns1:Description>Classic style in WHT color, size 8</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Classic-WHT-9</ns1:SKU>\n                <ns1:Description>Classic style in WHT color, size 9</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Classic-YLW-11</ns1:SKU>\n                <ns1:Description>Classic style in YLW color, size 11</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Classic-YLW-12</ns1:SKU>\n                <ns1:Description>Classic style in YLW color, size 12</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Classic-YLW-14</ns1:SKU>\n                <ns1:Description>Classic style in YLW color, size 14</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Classic-YLW-9</ns1:SKU>\n                <ns1:Description>Classic style in YLW color, size 9</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Sport-BLK-12</ns1:SKU>\n                <ns1:Description>Sport style in BLK color, size 12</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Sport-BLK-13</ns1:SKU>\n                <ns1:Description>Sport style in BLK color, size 13</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Sport-BLK-9</ns1:SKU>\n                <ns1:Description>Sport style in BLK color, size 9</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Sport-BLU-10</ns1:SKU>\n                <ns1:Description>Sport style in BLU color, size 10</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Sport-BLU-12</ns1:SKU>\n                <ns1:Description>Sport style in BLU color, size 12</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Sport-BLU-13</ns1:SKU>\n                <ns1:Description>Sport style in BLU color, size 13</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Sport-BLU-14</ns1:SKU>\n                <ns1:Description>Sport style in BLU color, size 14</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Sport-BLU-6</ns1:SKU>\n                <ns1:Description>Sport style in BLU color, size 6</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Sport-GRN-11</ns1:SKU>\n                <ns1:Description>Sport style in GRN color, size 11</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Sport-GRN-12</ns1:SKU>\n                <ns1:Description>Sport style in GRN color, size 12</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Sport-GRN-6</ns1:SKU>\n                <ns1:Description>Sport style in GRN color, size 6</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Sport-GRN-9</ns1:SKU>\n                <ns1:Description>Sport style in GRN color, size 9</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Sport-PNK-11</ns1:SKU>\n                <ns1:Description>Sport style in PNK color, size 11</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Sport-PNK-12</ns1:SKU>\n                <ns1:Description>Sport style in PNK color, size 12</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Sport-PNK-6</ns1:SKU>\n                <ns1:Description>Sport style in PNK color, size 6</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Sport-RED-10</ns1:SKU>\n                <ns1:Description>Sport style in RED color, size 10</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Sport-RED-11</ns1:SKU>\n                <ns1:Description>Sport style in RED color, size 11</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Sport-RED-13</ns1:SKU>\n                <ns1:Description>Sport style in RED color, size 13</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Sport-RED-6</ns1:SKU>\n                <ns1:Description>Sport style in RED color, size 6</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Sport-RED-7</ns1:SKU>\n                <ns1:Description>Sport style in RED color, size 7</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Sport-RED-8</ns1:SKU>\n                <ns1:Description>Sport style in RED color, size 8</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Sport-WHT-13</ns1:SKU>\n                <ns1:Description>Sport style in WHT color, size 13</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Sport-WHT-14</ns1:SKU>\n                <ns1:Description>Sport style in WHT color, size 14</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Sport-WHT-6</ns1:SKU>\n                <ns1:Description>Sport style in WHT color, size 6</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Sport-WHT-7</ns1:SKU>\n                <ns1:Description>Sport style in WHT color, size 7</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Sport-WHT-9</ns1:SKU>\n                <ns1:Description>Sport style in WHT color, size 9</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Sport-YLW-10</ns1:SKU>\n                <ns1:Description>Sport style in YLW color, size 10</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Sport-YLW-6</ns1:SKU>\n                <ns1:Description>Sport style in YLW color, size 6</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Sport-YLW-7</ns1:SKU>\n                <ns1:Description>Sport style in YLW color, size 7</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Sport-YLW-8</ns1:SKU>\n                <ns1:Description>Sport style in YLW color, size 8</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Sport-YLW-9</ns1:SKU>\n                <ns1:Description>Sport style in YLW color, size 9</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Urban-BLK-10</ns1:SKU>\n                <ns1:Description>Urban style in BLK color, size 10</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Urban-BLK-11</ns1:SKU>\n                <ns1:Description>Urban style in BLK color, size 11</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Urban-BLK-12</ns1:SKU>\n                <ns1:Description>Urban style in BLK color, size 12</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Urban-BLK-13</ns1:SKU>\n                <ns1:Description>Urban style in BLK color, size 13</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Urban-BLK-14</ns1:SKU>\n                <ns1:Description>Urban style in BLK color, size 14</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Urban-BLU-10</ns1:SKU>\n                <ns1:Description>Urban style in BLU color, size 10</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Urban-BLU-11</ns1:SKU>\n                <ns1:Description>Urban style in BLU color, size 11</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Urban-BLU-12</ns1:SKU>\n                <ns1:Description>Urban style in BLU color, size 12</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Urban-BLU-14</ns1:SKU>\n                <ns1:Description>Urban style in BLU color, size 14</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Urban-BLU-6</ns1:SKU>\n                <ns1:Description>Urban style in BLU color, size 6</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Urban-BLU-9</ns1:SKU>\n                <ns1:Description>Urban style in BLU color, size 9</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Urban-GRN-11</ns1:SKU>\n                <ns1:Description>Urban style in GRN color, size 11</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Urban-GRN-6</ns1:SKU>\n                <ns1:Description>Urban style in GRN color, size 6</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Urban-GRN-7</ns1:SKU>\n                <ns1:Description>Urban style in GRN color, size 7</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Urban-PNK-12</ns1:SKU>\n                <ns1:Description>Urban style in PNK color, size 12</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Urban-PNK-14</ns1:SKU>\n                <ns1:Description>Urban style in PNK color, size 14</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Urban-PNK-9</ns1:SKU>\n                <ns1:Description>Urban style in PNK color, size 9</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Urban-RED-13</ns1:SKU>\n                <ns1:Description>Urban style in RED color, size 13</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Urban-RED-7</ns1:SKU>\n                <ns1:Description>Urban style in RED color, size 7</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Urban-RED-8</ns1:SKU>\n                <ns1:Description>Urban style in RED color, size 8</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Urban-RED-9</ns1:SKU>\n                <ns1:Description>Urban style in RED color, size 9</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Urban-WHT-10</ns1:SKU>\n                <ns1:Description>Urban style in WHT color, size 10</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Urban-WHT-12</ns1:SKU>\n                <ns1:Description>Urban style in WHT color, size 12</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Urban-WHT-7</ns1:SKU>\n                <ns1:Description>Urban style in WHT color, size 7</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Urban-WHT-9</ns1:SKU>\n                <ns1:Description>Urban style in WHT color, size 9</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Urban-YLW-13</ns1:SKU>\n                <ns1:Description>Urban style in YLW color, size 13</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Urban-YLW-8</ns1:SKU>\n                <ns1:Description>Urban style in YLW color, size 8</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Urban-YLW-9</ns1:SKU>\n                <ns1:Description>Urban style in YLW color, size 9</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Vintage-BLK-12</ns1:SKU>\n                <ns1:Description>Vintage style in BLK color, size 12</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Vintage-BLK-14</ns1:SKU>\n                <ns1:Description>Vintage style in BLK color, size 14</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Vintage-BLK-6</ns1:SKU>\n                <ns1:Description>Vintage style in BLK color, size 6</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Vintage-BLK-9</ns1:SKU>\n                <ns1:Description>Vintage style in BLK color, size 9</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Vintage-BLU-11</ns1:SKU>\n                <ns1:Description>Vintage style in BLU color, size 11</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Vintage-BLU-14</ns1:SKU>\n                <ns1:Description>Vintage style in BLU color, size 14</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Vintage-BLU-6</ns1:SKU>\n                <ns1:Description>Vintage style in BLU color, size 6</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Vintage-BLU-7</ns1:SKU>\n                <ns1:Description>Vintage style in BLU color, size 7</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Vintage-BLU-8</ns1:SKU>\n                <ns1:Description>Vintage style in BLU color, size 8</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Vintage-GRN-10</ns1:SKU>\n                <ns1:Description>Vintage style in GRN color, size 10</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Vintage-GRN-11</ns1:SKU>\n                <ns1:Description>Vintage style in GRN color, size 11</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Vintage-GRN-9</ns1:SKU>\n                <ns1:Description>Vintage style in GRN color, size 9</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Vintage-PNK-10</ns1:SKU>\n                <ns1:Description>Vintage style in PNK color, size 10</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Vintage-PNK-11</ns1:SKU>\n                <ns1:Description>Vintage style in PNK color, size 11</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Vintage-PNK-6</ns1:SKU>\n                <ns1:Description>Vintage style in PNK color, size 6</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Vintage-RED-10</ns1:SKU>\n                <ns1:Description>Vintage style in RED color, size 10</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Vintage-RED-12</ns1:SKU>\n                <ns1:Description>Vintage style in RED color, size 12</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Vintage-RED-13</ns1:SKU>\n                <ns1:Description>Vintage style in RED color, size 13</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Vintage-RED-6</ns1:SKU>\n                <ns1:Description>Vintage style in RED color, size 6</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Vintage-RED-7</ns1:SKU>\n                <ns1:Description>Vintage style in RED color, size 7</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Vintage-RED-8</ns1:SKU>\n                <ns1:Description>Vintage style in RED color, size 8</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Vintage-WHT-12</ns1:SKU>\n                <ns1:Description>Vintage style in WHT color, size 12</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Vintage-WHT-13</ns1:SKU>\n                <ns1:Description>Vintage style in WHT color, size 13</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Vintage-WHT-7</ns1:SKU>\n                <ns1:Description>Vintage style in WHT color, size 7</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Vintage-WHT-9</ns1:SKU>\n                <ns1:Description>Vintage style in WHT color, size 9</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Vintage-YLW-11</ns1:SKU>\n                <ns1:Description>Vintage style in YLW color, size 11</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Vintage-YLW-13</ns1:SKU>\n                <ns1:Description>Vintage style in YLW color, size 13</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>Vintage-YLW-7</ns1:SKU>\n                <ns1:Description>Vintage style in YLW color, size 7</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:Quantity>0</ns1:Quantity>\n                <ns1:StopSelling>false</ns1:StopSelling>\n            </ns1:ItemDetails>\n        </ns1:getLineListLevelsResponse>\n    </SOAP-ENV:Body>\n</SOAP-ENV:Envelope>"}],"_postman_id":"bbeec267-9301-4b02-9ca5-f0526f862a3a"}],"id":"454bb0c5-d3b3-4e7d-a6fe-0d5caafff298","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"d21ed616-128f-4d80-b182-65563da1bd62"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"7eb0965a-b02e-4ced-8cc6-90acc10dd365"}}],"_postman_id":"454bb0c5-d3b3-4e7d-a6fe-0d5caafff298","description":""},{"name":"Orders","item":[{"name":"getOrderDetails","event":[{"listen":"test","script":{"id":"439e5e7b-5d8e-4b49-ad60-93749fd3f9b3","exec":["pm.test(\"Status code is 200\", () => {","  pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"9339e725-2b6a-4e5d-b5d8-033d5023a83e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ns1=\"Blastramp\">\n    <SOAP-ENV:Body>\n        <ns1:getOrderDetailsRequest>\n        <ns1:vendorCode>{{vendor-code}}</ns1:vendorCode>\n        <ns1:vendorKey>{{vendor-key}}</ns1:vendorKey>\n        <ns1:warehouseID>{{warehouse-code}}</ns1:warehouseID>\n        <ns1:includeItems>true</ns1:includeItems>\n        <ns1:filters>\n            <!-- <ns1:orderID>{{order-id}}</ns1:orderID> -->\n            <ns1:orderStatus>created</ns1:orderStatus>\n            <ns1:page>1</ns1:page>\n        </ns1:filters>\n        </ns1:getOrderDetailsRequest>\n    </SOAP-ENV:Body>\n</SOAP-ENV:Envelope>","options":{"raw":{"language":"xml"}}},"url":"{{base-url}}","description":"<p>Get order details based on a number of optional filters.</p>\n<p><strong>Request Params</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Data Type</th>\n<th>Required / Optional</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>vendorCode</td>\n<td>String</td>\n<td>required</td>\n<td>The vendor code</td>\n</tr>\n<tr>\n<td>vendorKey</td>\n<td>String</td>\n<td>required</td>\n<td>The vendor key</td>\n</tr>\n<tr>\n<td>includeItems</td>\n<td>Boolean</td>\n<td>optional</td>\n<td>Flag to determine if items are returned.</td>\n</tr>\n<tr>\n<td>filters</td>\n<td>Object</td>\n<td>optional</td>\n<td>Filter object with options to filter the returned results.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"host":["{{base-url}}"],"query":[],"variable":[]}},"response":[{"id":"9fd97ddc-c536-4e0b-917a-748aeb4a666c","name":"getOrderDetails","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ns1=\"Blastramp\">\n    <SOAP-ENV:Body>\n        <ns1:getOrderDetailsRequest>\n        <ns1:vendorCode>{{vendor-code}}</ns1:vendorCode>\n        <ns1:vendorKey>{{vendor-key}}</ns1:vendorKey>\n        <ns1:warehouseID>0031</ns1:warehouseID>\n        <ns1:includeItems>true</ns1:includeItems>\n        <ns1:filters>\n            <ns1:orderID>ST68989</ns1:orderID>\n            <ns1:page>1</ns1:page>\n        </ns1:filters>\n        </ns1:getOrderDetailsRequest>\n    </SOAP-ENV:Body>\n</SOAP-ENV:Envelope>","options":{"raw":{"language":"xml"}}},"url":"{{base-url}}"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Content-Type","value":"text/xml; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.1.29"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 28 Feb 2022 18:29:49 GMT"},{"key":"Content-Length","value":"3110"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ns1=\"Blastramp\">\n    <SOAP-ENV:Body>\n        <ns1:getOrderDetailsResponse>\n            <ns1:Success>true</ns1:Success>\n            <ns1:ErrorMsg/>\n            <ns1:Orders>\n                <ns1:Details>\n                    <ns1:orderID>ordcl252162137_1a</ns1:orderID>\n                    <ns1:shortOrderID>52162137</ns1:shortOrderID>\n                    <ns1:currentStatus>Created</ns1:currentStatus>\n                    <ns1:orderType>P</ns1:orderType>\n                    <ns1:orderPriority></ns1:orderPriority>\n                    <ns1:season>S22CL</ns1:season>\n                    <ns1:purchaseOrderNumber>POTEST</ns1:purchaseOrderNumber>\n                    <ns1:warehouseID>0002</ns1:warehouseID>\n                    <ns1:createdBy>Blastministrator</ns1:createdBy>\n                    <ns1:repName>Skoop Agency</ns1:repName>\n                    <ns1:currency>CAD</ns1:currency>\n                    <ns1:orderDate>2022-02-28</ns1:orderDate>\n                    <ns1:releaseDate></ns1:releaseDate>\n                    <ns1:shipDate></ns1:shipDate>\n                    <ns1:cancelledDate></ns1:cancelledDate>\n                    <ns1:startDate>2022-02-28</ns1:startDate>\n                    <ns1:cancelDate>2022-03-30</ns1:cancelDate>\n                    <ns1:packHoldStatus></ns1:packHoldStatus>\n                    <ns1:expectedShipDate></ns1:expectedShipDate>\n                    <ns1:commissionRate></ns1:commissionRate>\n                    <ns1:orderDiscount></ns1:orderDiscount>\n                    <ns1:discountNote></ns1:discountNote>\n                    <ns1:orderCredit></ns1:orderCredit>\n                    <ns1:creditNote></ns1:creditNote>\n                    <ns1:additionalCharges></ns1:additionalCharges>\n                    <ns1:additionalChargesNote></ns1:additionalChargesNote>\n                    <ns1:orderTerms>NET 30</ns1:orderTerms>\n                    <ns1:orderTax>0.05</ns1:orderTax>\n                    <ns1:freightCharge></ns1:freightCharge>\n                    <ns1:freightTax>0.05</ns1:freightTax>\n                    <ns1:freightService>RATE SHOP</ns1:freightService>\n                    <ns1:carrier></ns1:carrier>\n                    <ns1:waybill>---</ns1:waybill>\n                    <ns1:notes>---</ns1:notes>\n                    <ns1:custom1>COTEST</ns1:custom1>\n                    <ns1:custom2></ns1:custom2>\n                    <ns1:custom3></ns1:custom3>\n                    <ns1:custom4></ns1:custom4>\n                    <ns1:custom5></ns1:custom5>\n                </ns1:Details>\n                <ns1:Addresses>\n                    <ns1:ShipAddress>\n                        <ns1:name>27 BOUTIQUE</ns1:name>\n                        <ns1:streetAddress>506 12TH AVE SW</ns1:streetAddress>\n                        <ns1:city>CALGARY</ns1:city>\n                        <ns1:provState>AB</ns1:provState>\n                        <ns1:postalZip>T2R 0H3</ns1:postalZip>\n                        <ns1:country>CANADA</ns1:country>\n                        <ns1:phone>587-353-1127/403 618-0868</ns1:phone>\n                        <ns1:fax>--</ns1:fax>\n                        <ns1:email>kelly.schneider@live.com</ns1:email>\n                        <ns1:web></ns1:web>\n                        <ns1:contact>KELLY SCHNEIDER</ns1:contact>\n                    </ns1:ShipAddress>\n                    <ns1:BillAddress>\n                        <ns1:name>27 BOUTIQUE</ns1:name>\n                        <ns1:streetAddress>506 12TH AVE SW</ns1:streetAddress>\n                        <ns1:city>CALGARY</ns1:city>\n                        <ns1:provState>AB</ns1:provState>\n                        <ns1:postalZip>T2R 0H3</ns1:postalZip>\n                        <ns1:country>CANADA</ns1:country>\n                        <ns1:phone>587-353-1127/403 618-0868</ns1:phone>\n                        <ns1:fax>--</ns1:fax>\n                        <ns1:email>kelly.schneider@live.com</ns1:email>\n                        <ns1:web></ns1:web>\n                        <ns1:contact>KELLY SCHNEIDER</ns1:contact>\n                    </ns1:BillAddress>\n                </ns1:Addresses>\n                <ns1:Instructions>\n                    <ns1:label>ShippingInstructions</ns1:label>\n                    <ns1:note>DO NOT USE CANADA POST</ns1:note>\n                </ns1:Instructions>\n                <ns1:Items>\n                    <ns1:sku>9TZR4S58D-C-40Z-AC4</ns1:sku>\n                    <ns1:totalQuantity>1</ns1:totalQuantity>\n                    <ns1:backOrderedQuantity>0</ns1:backOrderedQuantity>\n                    <ns1:description>TZR-004S NUBUCK (CLBL)</ns1:description>\n                    <ns1:price>216</ns1:price>\n                    <ns1:upcCode>785719441336</ns1:upcCode>\n                </ns1:Items>\n            </ns1:Orders>\n        </ns1:getOrderDetailsResponse>\n    </SOAP-ENV:Body>\n</SOAP-ENV:Envelope>"},{"id":"39ac8234-7930-4089-b716-2a28843bce6f","name":"getOrderDetails","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ns1=\"Blastramp\">\n    <SOAP-ENV:Body>\n        <ns1:getOrderDetailsRequest>\n        <ns1:vendorCode>{{vendor-code}}</ns1:vendorCode>\n        <ns1:vendorKey>{{vendor-key}}</ns1:vendorKey>\n        <ns1:warehouseID>{{warehouse-code}}</ns1:warehouseID>\n        <ns1:includeItems>true</ns1:includeItems>\n        <ns1:filters>\n            <!-- <ns1:orderID>{{order-id}}</ns1:orderID> -->\n            <ns1:orderStatus>created</ns1:orderStatus>\n            <ns1:page>1</ns1:page>\n        </ns1:filters>\n        </ns1:getOrderDetailsRequest>\n    </SOAP-ENV:Body>\n</SOAP-ENV:Envelope>","options":{"raw":{"language":"xml"}}},"url":"{{base-url}}"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":null,"header":[{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.1.29"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"X-Xdebug-Profile-Filename","value":"C:\\Windows\\Temp\\cachegrind.out.6440"},{"key":"Date","value":"Thu, 26 Feb 2026 21:11:21 GMT"},{"key":"Content-Length","value":"0"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"9339e725-2b6a-4e5d-b5d8-033d5023a83e"},{"name":"createOrders","event":[{"listen":"test","script":{"id":"705be82b-082f-4bf2-aff9-14d9b5aa2743","exec":["pm.test(\"Status code is 200\", () => {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"cf975536-2e4b-4287-b4d3-19866f343b7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ns1=\"Blastramp\">\n    <SOAP-ENV:Body>\n        <ns1:createOrdersRequest>\n            <ns1:vendorCode>{{vendor-code}}</ns1:vendorCode>\n            <ns1:vendorKey>{{vendor-key}}</ns1:vendorKey>\n            <ns1:useUpcCode>true</ns1:useUpcCode>\n            <ns1:Orders>\n                <ns1:Details>\n                    <ns1:orderID>AUTO</ns1:orderID>                \n                    <ns1:warehouseID>0001</ns1:warehouseID>\n                    <ns1:orderDate>2024-05-27 10:55:00</ns1:orderDate>\n                    <ns1:startDate>2024-05-27</ns1:startDate>\n                    <ns1:cancelDate>2024-07-30</ns1:cancelDate>\n                    <ns1:expectedShipDate>2024-07-30</ns1:expectedShipDate>\n                    <ns1:season>SS24</ns1:season>\n                    <ns1:purchaseOrderNumber>12121212</ns1:purchaseOrderNumber>\n                    <ns1:createdBy>Postman-SOAP-createOrders</ns1:createdBy>\n                    <ns1:currency>CAD</ns1:currency>\n                    <ns1:orderDiscount>0</ns1:orderDiscount>\n                    <ns1:discountNote>Testing</ns1:discountNote>\n                    <ns1:orderCredit>0</ns1:orderCredit>\n                    <ns1:creditNote>Testing</ns1:creditNote>\n                    <ns1:orderTerms>Net30</ns1:orderTerms>\n                    <ns1:freightService>FEDEX</ns1:freightService>\n                    <ns1:orderTax>1.00</ns1:orderTax>\n                    <ns1:freightCharge>5.00</ns1:freightCharge>\n                    <ns1:carrier>FEDEX</ns1:carrier>\n                    <ns1:notes>Postman test</ns1:notes>\n                </ns1:Details>\n                <ns1:Addresses>\n                    <ns1:ShipAddress>\n                        <ns1:name>Test Company4</ns1:name>\n                        <ns1:streetAddress>123 Fake St</ns1:streetAddress>\n                        <ns1:city>DELTA</ns1:city>\n                        <ns1:provState>BC</ns1:provState>\n                        <ns1:postalZip>V4G1E2</ns1:postalZip>\n                        <ns1:country>CA</ns1:country>\n                        <ns1:phone>111-111-1111</ns1:phone>\n                        <ns1:email>some@email.com</ns1:email>\n                        <ns1:contact>Bobby G</ns1:contact>\n                    </ns1:ShipAddress>\n                </ns1:Addresses>\n                <ns1:Items>\n                    <ns1:sku>Beach-BLK-10</ns1:sku>\n                    <ns1:price>25</ns1:price>\n                    <ns1:quantity>2</ns1:quantity>\n                </ns1:Items>\n            </ns1:Orders>\n        </ns1:createOrdersRequest>\n    </SOAP-ENV:Body>\n</SOAP-ENV:Envelope>","options":{"raw":{"language":"xml"}}},"url":"{{base-url}}","description":"<p>Allows clients to import a list of orders directly into the Blast Ramp System.</p>\n","urlObject":{"host":["{{base-url}}"],"query":[],"variable":[]}},"response":[{"id":"6dfd7922-bdb0-4889-a8c9-fab255b9a909","name":"createOrders","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ns1=\"Blastramp\">\n    <SOAP-ENV:Body>\n        <ns1:createOrdersRequest>\n            <ns1:vendorCode>{{vendor-code}}</ns1:vendorCode>\n            <ns1:vendorKey>{{vendor-key}}</ns1:vendorKey>\n            <ns1:useUpcCode>true</ns1:useUpcCode>\n            <ns1:Orders>\n                <ns1:Details>\n                    <ns1:orderID>AUTO</ns1:orderID>                \n                    <ns1:warehouseID>0001</ns1:warehouseID>\n                    <ns1:orderDate>2024-05-27 10:55:00</ns1:orderDate>\n                    <ns1:startDate>2024-05-27</ns1:startDate>\n                    <ns1:cancelDate>2024-07-30</ns1:cancelDate>\n                    <ns1:expectedShipDate>2024-07-30</ns1:expectedShipDate>\n                    <ns1:season>SS24</ns1:season>\n                    <ns1:purchaseOrderNumber>12121212</ns1:purchaseOrderNumber>\n                    <ns1:createdBy>Postman-SOAP-createOrders</ns1:createdBy>\n                    <ns1:currency>CAD</ns1:currency>\n                    <ns1:orderDiscount>0</ns1:orderDiscount>\n                    <ns1:discountNote>Testing</ns1:discountNote>\n                    <ns1:orderCredit>0</ns1:orderCredit>\n                    <ns1:creditNote>Testing</ns1:creditNote>\n                    <ns1:orderTerms>Net30</ns1:orderTerms>\n                    <ns1:freightService>FEDEX</ns1:freightService>\n                    <ns1:orderTax>1.00</ns1:orderTax>\n                    <ns1:freightCharge>5.00</ns1:freightCharge>\n                    <ns1:carrier>FEDEX</ns1:carrier>\n                    <ns1:notes>Postman test</ns1:notes>\n                </ns1:Details>\n                <ns1:Addresses>\n                    <ns1:ShipAddress>\n                        <ns1:name>Test Company4</ns1:name>\n                        <ns1:streetAddress>123 Fake St</ns1:streetAddress>\n                        <ns1:city>DELTA</ns1:city>\n                        <ns1:provState>BC</ns1:provState>\n                        <ns1:postalZip>V4G1E2</ns1:postalZip>\n                        <ns1:country>CA</ns1:country>\n                        <ns1:phone>111-111-1111</ns1:phone>\n                        <ns1:email>some@email.com</ns1:email>\n                        <ns1:contact>Bobby G</ns1:contact>\n                    </ns1:ShipAddress>\n                </ns1:Addresses>\n                <ns1:Items>\n                    <ns1:sku>Beach-BLK-10</ns1:sku>\n                    <ns1:price>25</ns1:price>\n                    <ns1:quantity>2</ns1:quantity>\n                </ns1:Items>\n            </ns1:Orders>\n        </ns1:createOrdersRequest>\n    </SOAP-ENV:Body>\n</SOAP-ENV:Envelope>","options":{"raw":{"language":"xml"}}},"url":"{{base-url}}"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Content-Type","value":"text/xml; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.33"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Thu, 06 Jun 2024 21:09:13 GMT"},{"key":"Content-Length","value":"325"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ns1=\"Blastramp\">\n    <SOAP-ENV:Body>\n        <ns1:createOrdersResponse>\n            <ns1:Success>true</ns1:Success>\n            <ns1:ErrorMsg/>\n            <ns1:OrderIds>123458</ns1:OrderIds>\n        </ns1:createOrdersResponse>\n    </SOAP-ENV:Body>\n</SOAP-ENV:Envelope>"}],"_postman_id":"cf975536-2e4b-4287-b4d3-19866f343b7b"},{"name":"shipOrders","id":"152b8543-dd42-425a-afdb-659c99b0cc1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<soap:Envelope xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\">\n    <soap:Body>\n        <shipOrdersRequest xmlns=\"Blastramp\">\n            <vendorCode>{{vendor-code}}</vendorCode>\n            <vendorKey>{{vendor-key}}</vendorKey>\n            <warehouseID>0001</warehouseID>\n            <Orders>\n                <orderID>98766</orderID>\n                <carrier>FEDEX</carrier>\n                <freightCost>119</freightCost>\n                <shippedBy>Logiwa</shippedBy>\n                <Cartons>\n                    <cartonNumber>1</cartonNumber>\n                    <trackingNumber>1Z92F6680122659647</trackingNumber>\n                </Cartons>\n            </Orders>\n        </shipOrdersRequest>\n    </soap:Body>\n</soap:Envelope>","options":{"raw":{"language":"xml"}}},"url":"{{base-url}}","description":"<p>Ship a collection of orders</p>\n","urlObject":{"host":["{{base-url}}"],"query":[],"variable":[]}},"response":[{"id":"f30b90cd-85c4-4194-9e54-99db3f34f2bc","name":"shipOrders","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<soap:Envelope xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\">\n    <soap:Body>\n        <shipOrdersRequest xmlns=\"Blastramp\">\n            <vendorCode>{{vendor-code}}</vendorCode>\n            <vendorKey>{{vendor-key}}</vendorKey>\n            <warehouseID>0001</warehouseID>\n            <Orders>\n                <orderID>98766</orderID>\n                <carrier>FEDEX</carrier>\n                <freightCost>119</freightCost>\n                <shippedBy>Logiwa</shippedBy>\n                <Cartons>\n                    <cartonNumber>1</cartonNumber>\n                    <trackingNumber>1Z92F6680122659647</trackingNumber>\n                </Cartons>\n            </Orders>\n        </shipOrdersRequest>\n    </soap:Body>\n</soap:Envelope>","options":{"raw":{"language":"xml"}}},"url":"{{base-url}}"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Content-Type","value":"text/xml; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.33"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Thu, 06 Jun 2024 21:10:46 GMT"},{"key":"Content-Length","value":"390"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ns1=\"Blastramp\">\n    <SOAP-ENV:Body>\n        <ns1:shipOrdersResponse>\n            <ns1:Success>true</ns1:Success>\n            <ns1:ErrorMsg/>\n            <ns1:Results>\n                <ns1:orderID>98766</ns1:orderID>\n                <ns1:result>Successfully Shipped</ns1:result>\n            </ns1:Results>\n        </ns1:shipOrdersResponse>\n    </SOAP-ENV:Body>\n</SOAP-ENV:Envelope>"}],"_postman_id":"152b8543-dd42-425a-afdb-659c99b0cc1b"},{"name":"releaseHoldOrder","id":"627f6d1f-c7e9-4fa8-be34-39d1a1c04525","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<soap:Envelope xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\">\n<soap:Body>\n<shipOrdersRequest xmlns=\"Blastramp\">\n            <vendorCode>{{vendor-code}}</vendorCode>\n\t\t\t<vendorKey>{{vendor-key}}</vendorKey>\n            <warehouseID>0001</warehouseID>\n            <Orders>\n                <orderID>W797876</orderID>\n                <carrier>UPS</carrier>\n                <freightCost>119</freightCost>\n                <shippedBy>Logiwa</shippedBy>\n                <Cartons>\n                    <cartonNumber>1</cartonNumber>\n                    <trackingNumber>1Z92F6680122659647</trackingNumber>\n                </Cartons>\n            </Orders>\n            <Orders>\n                <orderID>W797881</orderID><carrier>UPS</carrier><freightCost>125</freightCost><shippedBy>Logiwa</shippedBy><Cartons><cartonNumber>1</cartonNumber><trackingNumber>1Z92F6680134461220</trackingNumber></Cartons></Orders><Orders><orderID>W797902</orderID><carrier>UPS</carrier><freightCost>154</freightCost><shippedBy>Logiwa</shippedBy><Cartons><cartonNumber>1</cartonNumber><trackingNumber>1Z92F6680127018053</trackingNumber></Cartons></Orders><Orders><orderID>W797919</orderID><carrier>UPS</carrier><freightCost>48</freightCost><shippedBy>Logiwa</shippedBy><Cartons><cartonNumber>1</cartonNumber><trackingNumber>1Z92F6680193080263</trackingNumber></Cartons></Orders><Orders><orderID>W797938</orderID><carrier>UPS</carrier><freightCost>57</freightCost><shippedBy>Logiwa</shippedBy><Cartons><cartonNumber>1</cartonNumber><trackingNumber>1Z92F6680130141261</trackingNumber></Cartons></Orders><Orders><orderID>W797942</orderID><carrier>UPS</carrier><freightCost>104</freightCost><shippedBy>Logiwa</shippedBy><Cartons><cartonNumber>1</cartonNumber><trackingNumber>1Z92F6681391129059</trackingNumber></Cartons></Orders><Orders><orderID>W797950</orderID><carrier>UPS</carrier><freightCost>131</freightCost><shippedBy>Logiwa</shippedBy><Cartons><cartonNumber>1</cartonNumber><trackingNumber>1Z92F6680124842033</trackingNumber></Cartons></Orders><Orders><orderID>W797956</orderID><carrier>UPS</carrier><freightCost>118</freightCost><shippedBy>Logiwa</shippedBy><Cartons><cartonNumber>1</cartonNumber><trackingNumber>1Z92F6680190052218</trackingNumber></Cartons></Orders><Orders><orderID>W796927_BO01</orderID><carrier>UPS</carrier><freightCost>118</freightCost><shippedBy>Logiwa</shippedBy><Cartons><cartonNumber>1</cartonNumber><trackingNumber>1Z92F6680190120224</trackingNumber></Cartons></Orders><Orders><orderID>W797116</orderID><carrier>UPS</carrier><freightCost>115</freightCost><shippedBy>Logiwa</shippedBy><Cartons><cartonNumber>1</cartonNumber><trackingNumber>1Z92F6680192833031</trackingNumber></Cartons></Orders><Orders><orderID>W797983</orderID><carrier>UPS</carrier><freightCost>118</freightCost><shippedBy>Logiwa</shippedBy><Cartons><cartonNumber>1</cartonNumber><trackingNumber>1Z92F6680192694647</trackingNumber></Cartons></Orders><Orders><orderID>W794078</orderID><carrier>UPS</carrier><freightCost>45</freightCost><shippedBy>Logiwa</shippedBy><Cartons><cartonNumber>1</cartonNumber><trackingNumber>1Z92F6680233128671</trackingNumber></Cartons></Orders><Orders><orderID>W794130</orderID><carrier>UPS</carrier><freightCost>45</freightCost><shippedBy>Logiwa</shippedBy><Cartons><cartonNumber>1</cartonNumber><trackingNumber>1Z92F6680228949437</trackingNumber></Cartons></Orders><Orders><orderID>888835492</orderID><carrier>Undefined</carrier><freightCost>0</freightCost><shippedBy>Logiwa</shippedBy><Cartons><cartonNumber>1</cartonNumber><trackingNumber>9999999999999</trackingNumber></Cartons></Orders><Orders><orderID>N83430260_BO02</orderID><carrier>UPS</carrier><freightCost>0</freightCost><shippedBy>Logiwa</shippedBy><Cartons><cartonNumber>1</cartonNumber><trackingNumber>1Z92F6680394361150</trackingNumber></Cartons></Orders><Orders><orderID>W794129</orderID><carrier>UPS</carrier><freightCost>48</freightCost><shippedBy>Logiwa</shippedBy><Cartons><cartonNumber>1</cartonNumber><trackingNumber>1Z92F6680230229451</trackingNumber></Cartons></Orders><Orders><orderID>N88658450_BO01</orderID><carrier>UPS</carrier><freightCost>0</freightCost><shippedBy>Logiwa</shippedBy><Cartons><cartonNumber>1</cartonNumber><trackingNumber>1Z92F6680338953465</trackingNumber></Cartons></Orders><Orders><orderID>N88666177_BO01</orderID><carrier>UPS</carrier><freightCost>0</freightCost><shippedBy>Logiwa</shippedBy><Cartons><cartonNumber>1</cartonNumber><trackingNumber>1Z92F6680331497364</trackingNumber></Cartons></Orders><Orders><orderID>N90206759</orderID><carrier>UPS</carrier><freightCost>49</freightCost><shippedBy>Logiwa</shippedBy><Cartons><cartonNumber>1</cartonNumber><trackingNumber>1Z92F6680322822662</trackingNumber></Cartons></Orders><Orders><orderID>NCOURTNEY</orderID><carrier>UPS</carrier><freightCost>17</freightCost><shippedBy>Logiwa</shippedBy><Cartons><cartonNumber>1</cartonNumber><trackingNumber>1Z92F6680325588938</trackingNumber></Cartons></Orders><Orders><orderID>W794814</orderID><carrier>UPS</carrier><freightCost>116</freightCost><shippedBy>Logiwa</shippedBy><Cartons><cartonNumber>1</cartonNumber><trackingNumber>1Z92F6680191643186</trackingNumber></Cartons></Orders><Orders><orderID>888835527</orderID><carrier>Undefined</carrier><freightCost>0</freightCost><shippedBy>Logiwa</shippedBy><Cartons><cartonNumber>1</cartonNumber><trackingNumber>9999999999999</trackingNumber></Cartons></Orders></shipOrdersRequest></soap:Body></soap:Envelope>","options":{"raw":{"language":"xml"}}},"url":"{{base-url}}","description":"<p>Ship a collection of orders</p>\n","urlObject":{"host":["{{base-url}}"],"query":[],"variable":[]}},"response":[{"id":"e088539b-01a2-441c-a0cf-73a036f55eff","name":"releaseHoldOrder","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<soap:Envelope xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\">\n    <soap:Body>\n        <releaseHoldOrderRequest xmlns=\"Blastramp\">\n            <vendorCode>{{vendor-code}}</vendorCode>\n            <vendorKey>{{vendor-key}}</vendorKey>\n            <orderID>123459</orderID>\n            <releasedBy>SOAP Requset</releasedBy>\n            <codCharge>0.0</codCharge>\n        </releaseHoldOrderRequest>\n    </soap:Body>\n</soap:Envelope>","options":{"raw":{"language":"xml"}}},"url":"http://{{br-domain}}/ws/soap-service.php"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Content-Type","value":"text/xml; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.1.29"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"X-Xdebug-Profile-Filename","value":"C:\\Windows\\Temp\\cachegrind.out.5412"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Date","value":"Wed, 10 Aug 2022 21:28:51 GMT"},{"key":"Content-Length","value":"298"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ns1=\"Blastramp\">\n    <SOAP-ENV:Body>\n        <ns1:releaseHoldOrderResponse>\n            <ns1:Success>true</ns1:Success>\n            <ns1:ErrorMsg/>\n        </ns1:releaseHoldOrderResponse>\n    </SOAP-ENV:Body>\n</SOAP-ENV:Envelope>"}],"_postman_id":"627f6d1f-c7e9-4fa8-be34-39d1a1c04525"},{"name":"cancelOrder","event":[{"listen":"prerequest","script":{"id":"f5e49703-8af5-4fe1-af2a-28d324680af4","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"ad896e43-5837-4706-8ae8-ef8fe8babb68","exec":["// pm.sendRequest({","//     url: \"https://secure.blastramp.com/br/api/v1/orders\",","//     method: 'POST',","//     data: {","//         \"conditions\": {","//           \"Curr_Stat\": ['O1','O2']","//         }","//     },","//     header: {","//         'Content-Type': 'application/json',","//         'Vendor-Code': pm.environment.get(\"vendor-code\"),","//         'Vendor-Key': pm.environment.get(\"vendor-key\")","//     }","// }, function (err, res) {","//     if (err) {","//         console.log(err);","//     } else {","//         // Assuming the response contains an array of orders","//         // console.log(res.json());","//         let orders = res.json().data;","//         if (orders.length > 0) {","//             let orderId = orders[0].short_order_id; // Get the first order's ID","//             pm.environment.set(\"test-order-id\", orderId);","//             console.log(\"Order ID set to collection variable: \" + orderId);","//         } else {","//             console.log(\"No orders found.\");","//         }","//     }","// });",""],"type":"text/javascript"}}],"id":"8dbefb37-9e5c-4ec9-bb27-d7fa159e064d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<soap:Envelope xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\">\n    <soap:Body>\n        <cancelOrderRequest xmlns=\"Blastramp\">\n            <vendorCode>{{vendor-code}}</vendorCode>\n            <vendorKey>{{vendor-key}}</vendorKey>\n            <orderID>{{test-order-id}}</orderID>\n            <reason>testing 123</reason>\n        </cancelOrderRequest>\n    </soap:Body>\n</soap:Envelope>","options":{"raw":{"language":"xml"}}},"url":"{{base-url}}","description":"<p>Cancel an Order</p>\n","urlObject":{"host":["{{base-url}}"],"query":[],"variable":[]}},"response":[{"id":"f7e4cdae-75ad-47ce-9d54-9e003d8445dc","name":"cancelOrder","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<soap:Envelope xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\">\n    <soap:Body>\n        <cancelOrderRequest xmlns=\"Blastramp\">\n            <vendorCode>{{vendor-code}}</vendorCode>\n            <vendorKey>{{vendor-key}}</vendorKey>\n            <orderID>{{test-order-id}}</orderID>\n            <reason>testing 123</reason>\n        </cancelOrderRequest>\n    </soap:Body>\n</soap:Envelope>"},"url":"{{base-url}}"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Content-Type","value":"text/xml; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.33"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Mon, 27 May 2024 23:21:51 GMT"},{"key":"Content-Length","value":"308"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ns1=\"Blastramp\">\n    <SOAP-ENV:Body>\n        <ns1:cancelOrderResponse>\n            <ns1:Success>true</ns1:Success>\n            <ns1:ErrorMsg>[null]</ns1:ErrorMsg>\n        </ns1:cancelOrderResponse>\n    </SOAP-ENV:Body>\n</SOAP-ENV:Envelope>"}],"_postman_id":"8dbefb37-9e5c-4ec9-bb27-d7fa159e064d"}],"id":"34a524c2-9ebf-4756-a713-d3945585e864","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"15212c0e-4277-47ca-901a-1eb030259bb4"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"d7bb62a3-7fc7-414a-aafd-733f90a6e64f"}}],"_postman_id":"34a524c2-9ebf-4756-a713-d3945585e864","description":""},{"name":"Seasons","item":[{"name":"getSeasons","event":[{"listen":"test","script":{"id":"f480a4a3-2ebd-4385-800d-05582a19764b","exec":["pm.test(\"Status code is 200\", () => {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"7d0cd6e4-c7f4-4a68-a9d3-c027951e98a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ns1=\"Blastramp\">\n  <SOAP-ENV:Body>\n    <ns1:getSeasonsRequest>\n        <ns1:vendorCode>{{vendor-code}}</ns1:vendorCode>\n        <ns1:vendorKey>{{vendor-key}}</ns1:vendorKey>\n    </ns1:getSeasonsRequest>\n  </SOAP-ENV:Body>\n</SOAP-ENV:Envelope>","options":{"raw":{"language":"xml"}}},"url":"{{base-url}}","description":"<p>Request a list of available Seasons/Linelists.</p>\n<p><strong>Request Params</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Data Type</th>\n<th>Required / Optional</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>vendorCode</td>\n<td>String</td>\n<td>required</td>\n<td>The vendor code</td>\n</tr>\n<tr>\n<td>vendorKey</td>\n<td>String</td>\n<td>required</td>\n<td>The vendor key</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"host":["{{base-url}}"],"query":[],"variable":[]}},"response":[{"id":"1c5e27e2-69f9-4aba-aa0d-b37fcb51971f","name":"getSeasons","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ns1=\"Blastramp\">\n  <SOAP-ENV:Body>\n    <ns1:getSeasonsRequest>\n        <ns1:vendorCode>{{vendor-code}}</ns1:vendorCode>\n        <ns1:vendorKey>{{vendor-key}}</ns1:vendorKey>\n    </ns1:getSeasonsRequest>\n  </SOAP-ENV:Body>\n</SOAP-ENV:Envelope>","options":{"raw":{"language":"xml"}}},"url":"{{base-url}}"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Content-Type","value":"text/xml; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.1.29"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 29 Jun 2021 19:59:26 GMT"},{"key":"Content-Length","value":"605"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ns1=\"Blastramp\">\n    <SOAP-ENV:Body>\n        <ns1:getSeasonsResponse>\n            <ns1:Success>true</ns1:Success>\n            <ns1:ErrorMsg/>\n            <ns1:Seasons>\n                <ns1:SeasonCode>SHOP</ns1:SeasonCode>\n                <ns1:SeasonName>Shopify</ns1:SeasonName>\n            </ns1:Seasons>\n            <ns1:Seasons>\n                <ns1:SeasonCode>GEN</ns1:SeasonCode>\n                <ns1:SeasonName>General</ns1:SeasonName>\n            </ns1:Seasons>\n            <ns1:Seasons>\n                <ns1:SeasonCode>SKM</ns1:SeasonCode>\n                <ns1:SeasonName>Some Kool Monkey</ns1:SeasonName>\n            </ns1:Seasons>\n        </ns1:getSeasonsResponse>\n    </SOAP-ENV:Body>\n</SOAP-ENV:Envelope>"}],"_postman_id":"7d0cd6e4-c7f4-4a68-a9d3-c027951e98a6"}],"id":"e993a62a-6b3d-404c-91b6-06e939265087","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"28e132d2-6ad4-4eb3-b1ad-73a69faeb37d"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"f142ab14-c527-48c1-880c-e6183fb7c0c0"}}],"_postman_id":"e993a62a-6b3d-404c-91b6-06e939265087","description":""},{"name":"Shipments","item":[{"name":"getShipmentDetails","event":[{"listen":"test","script":{"id":"c8bb670f-fc4e-4a70-b252-1a155835144a","exec":["pm.test(\"Status code is 200\", () => {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"6495d202-f18a-4c99-8a42-3701e0b6dbca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ns1=\"Blastramp\">\n    <SOAP-ENV:Body>\n        <ns1:getShipmentDetailsRequest>\n        <ns1:vendorCode>{{vendor-code}}</ns1:vendorCode>\n        <ns1:vendorKey>{{vendor-key}}</ns1:vendorKey>\n        <ns1:warehouseID>0001</ns1:warehouseID>\n        <ns1:includeItems>true</ns1:includeItems>\n        <ns1:filters>\n            <!-- <ns1:shipmentStatus>created</ns1:shipmentStatus> -->\n            <ns1:shipmentID>12345</ns1:shipmentID>\n        </ns1:filters>\n        </ns1:getShipmentDetailsRequest>\n    </SOAP-ENV:Body>\n</SOAP-ENV:Envelope>","options":{"raw":{"language":"xml"}}},"url":"{{base-url}}","description":"<p>Get shipment details based on a number of optional filters.</p>\n<p><strong>Request Params</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Data Type</th>\n<th>Required / Optional</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>vendorCode</td>\n<td>String</td>\n<td>required</td>\n<td>The vendor code</td>\n</tr>\n<tr>\n<td>vendorKey</td>\n<td>String</td>\n<td>required</td>\n<td>The vendor key</td>\n</tr>\n<tr>\n<td>warehouseID</td>\n<td>String</td>\n<td>required</td>\n<td>The warehouse identifier</td>\n</tr>\n<tr>\n<td>includeItems</td>\n<td>Boolean</td>\n<td>optional</td>\n<td>Flag to determine if items are returned.</td>\n</tr>\n<tr>\n<td>filters</td>\n<td>Object</td>\n<td>optional</td>\n<td>Filter object with options to filter the returned results.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"host":["{{base-url}}"],"query":[],"variable":[]}},"response":[{"id":"3c6e13bb-e732-45b9-aabf-b2340d04e11f","name":"getShipmentDetails","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ns1=\"Blastramp\">\n    <SOAP-ENV:Body>\n        <ns1:getShipmentDetailsRequest>\n        <ns1:vendorCode>{{vendor-code}}</ns1:vendorCode>\n        <ns1:vendorKey>{{vendor-key}}</ns1:vendorKey>\n        <ns1:warehouseID>0001</ns1:warehouseID>\n        <ns1:includeItems>true</ns1:includeItems>\n        <ns1:filters>\n            <!-- <ns1:shipmentStatus>created</ns1:shipmentStatus> -->\n            <ns1:shipmentID>12345</ns1:shipmentID>\n        </ns1:filters>\n        </ns1:getShipmentDetailsRequest>\n    </SOAP-ENV:Body>\n</SOAP-ENV:Envelope>","options":{"raw":{"language":"xml"}}},"url":"{{base-url}}"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Content-Type","value":"text/xml; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.33"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Tue, 28 May 2024 00:09:05 GMT"},{"key":"Content-Length","value":"1694"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ns1=\"Blastramp\">\n    <SOAP-ENV:Body>\n        <ns1:getShipmentDetailsResponse>\n            <ns1:Success>true</ns1:Success>\n            <ns1:ErrorMsg/>\n            <ns1:Shipments>\n                <ns1:Details>\n                    <ns1:shipmentID>12345</ns1:shipmentID>\n                    <ns1:currentStatus>Created</ns1:currentStatus>\n                    <ns1:carrier>FEDEX</ns1:carrier>\n                    <ns1:waybill>9898989</ns1:waybill>\n                    <ns1:purchaseOrderNumber>---</ns1:purchaseOrderNumber>\n                    <ns1:season>SS24</ns1:season>\n                    <ns1:warehouseID>0001</ns1:warehouseID>\n                    <ns1:createdBy/>\n                    <ns1:currency>CAD</ns1:currency>\n                    <ns1:shipmentDate>2024-05-27</ns1:shipmentDate>\n                    <ns1:finalizeDate/>\n                </ns1:Details>\n                <ns1:Items>\n                    <ns1:sku>Beach-BLK-10</ns1:sku>\n                    <ns1:expectedQuantity>5</ns1:expectedQuantity>\n                    <ns1:receivedQuantity>0</ns1:receivedQuantity>\n                    <ns1:description>Beach style in BLK color, size 10</ns1:description>\n                    <ns1:price>0</ns1:price>\n                </ns1:Items>\n                <ns1:Items>\n                    <ns1:sku>Beach-BLK-7</ns1:sku>\n                    <ns1:expectedQuantity>5</ns1:expectedQuantity>\n                    <ns1:receivedQuantity>0</ns1:receivedQuantity>\n                    <ns1:description>Beach style in BLK color, size 7</ns1:description>\n                    <ns1:price>0</ns1:price>\n                </ns1:Items>\n                <ns1:Items>\n                    <ns1:sku>Beach-BLK-8</ns1:sku>\n                    <ns1:expectedQuantity>5</ns1:expectedQuantity>\n                    <ns1:receivedQuantity>0</ns1:receivedQuantity>\n                    <ns1:description>Beach style in BLK color, size 8</ns1:description>\n                    <ns1:price>0</ns1:price>\n                </ns1:Items>\n                <ns1:Items>\n                    <ns1:sku>Beach-BLU-13</ns1:sku>\n                    <ns1:expectedQuantity>5</ns1:expectedQuantity>\n                    <ns1:receivedQuantity>0</ns1:receivedQuantity>\n                    <ns1:description>Beach style in BLU color, size 13</ns1:description>\n                    <ns1:price>0</ns1:price>\n                </ns1:Items>\n            </ns1:Shipments>\n        </ns1:getShipmentDetailsResponse>\n    </SOAP-ENV:Body>\n</SOAP-ENV:Envelope>"}],"_postman_id":"6495d202-f18a-4c99-8a42-3701e0b6dbca"},{"name":"createShipment","id":"f91c0868-d17b-455c-be5a-9e730a2086e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ns1=\"Blastramp\">\n    <SOAP-ENV:Body>\n        <ns1:createShipmentRequest>\n            <ns1:vendorCode>{{vendor-code}}</ns1:vendorCode>\n            <ns1:vendorKey>{{vendor-key}}</ns1:vendorKey>\n            <ns1:warehouseID>{{warehouse-code}}</ns1:warehouseID>\n            <ns1:Shipment>\n                <ns1:Details>\n                    <ns1:shipmentID>auto</ns1:shipmentID>\n                    <ns1:createdBy>Stargest USA</ns1:createdBy>\n                    <ns1:carrier></ns1:carrier>\n                    <ns1:waybill></ns1:waybill>\n                    <ns1:purchaseOrderNumber>CF70000107-03</ns1:purchaseOrderNumber>\n                    <ns1:origin></ns1:origin>\n                    <ns1:season></ns1:season>\n                    <ns1:containerNumber></ns1:containerNumber>\n                </ns1:Details>\n                <ns1:Items>\n                    <ns1:sku>{{sku-code}}</ns1:sku>\n                    <ns1:quantity>5</ns1:quantity>\n                    <ns1:price>0</ns1:price>\n                </ns1:Items>\n            </ns1:Shipment>\n        </ns1:createShipmentRequest>\n    </SOAP-ENV:Body>\n</SOAP-ENV:Envelope>\n","options":{"raw":{"language":"xml"}}},"url":"{{base-url}}","description":"<p>Allows clients to import an inbound shipment</p>\n","urlObject":{"host":["{{base-url}}"],"query":[],"variable":[]}},"response":[{"id":"31847d87-3579-4ce6-ae04-048b8234fffd","name":"createShipment","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ns1=\"Blastramp\">\n    <SOAP-ENV:Body>\n        <ns1:createShipmentRequest>\n            <ns1:vendorCode>{{vendor-code}}</ns1:vendorCode>\n            <ns1:vendorKey>{{vendor-key}}</ns1:vendorKey>\n            <ns1:warehouseID>{{warehouse-code}}</ns1:warehouseID>\n            <ns1:Shipment>\n                <ns1:Details>\n                    <ns1:shipmentID>CF70000107-03</ns1:shipmentID>\n                    <ns1:createdBy>Stargest USA</ns1:createdBy>\n                    <ns1:carrier></ns1:carrier>\n                    <ns1:waybill></ns1:waybill>\n                    <ns1:purchaseOrderNumber>CF70000107-03</ns1:purchaseOrderNumber>\n                    <ns1:origin></ns1:origin>\n                    <ns1:season></ns1:season>\n                    <ns1:containerNumber></ns1:containerNumber>\n                </ns1:Details>\n                <ns1:Items>\n                    <ns1:sku>{{sku-code}}</ns1:sku>\n                    <ns1:quantity>5</ns1:quantity>\n                    <ns1:price>0</ns1:price>\n                </ns1:Items>\n            </ns1:Shipment>\n        </ns1:createShipmentRequest>\n    </SOAP-ENV:Body>\n</SOAP-ENV:Envelope>\n","options":{"raw":{"language":"xml"}}},"url":"{{base-url}}"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Content-Type","value":"text/xml; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.33"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Wed, 29 May 2024 19:47:38 GMT"},{"key":"Content-Length","value":"294"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ns1=\"Blastramp\">\n    <SOAP-ENV:Body>\n        <ns1:createShipmentResponse>\n            <ns1:Success>true</ns1:Success>\n            <ns1:ErrorMsg/>\n        </ns1:createShipmentResponse>\n    </SOAP-ENV:Body>\n</SOAP-ENV:Envelope>"}],"_postman_id":"f91c0868-d17b-455c-be5a-9e730a2086e6"}],"id":"5f18ca98-d7b2-4101-8df8-86edc8419978","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"676c1d88-e919-4e5a-b79c-1e205201e2c1"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"5e1649a4-5b60-4131-857e-056561eb7fd2"}}],"_postman_id":"5f18ca98-d7b2-4101-8df8-86edc8419978","description":""},{"name":"SKUs","item":[{"name":"getSKUDetails","event":[{"listen":"test","script":{"id":"2e28d421-ec8e-431c-9b9f-6b89953d88d0","exec":["pm.test(\"Status code is 200\", () => {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"16b472eb-f2ba-4bc9-a1c7-32d30a13ef42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ns1=\"Blastramp\">\n    <SOAP-ENV:Body>\n        <ns1:getSKUDetailsRequest>\n            <ns1:vendorCode>{{vendor-code}}</ns1:vendorCode>\n            <ns1:vendorKey>{{vendor-key}}</ns1:vendorKey>\n            <ns1:SKU>{{sku-code}}</ns1:SKU>\n            <ns1:WHID>0001</ns1:WHID>\n            <ns1:CatID>0001</ns1:CatID>\n        </ns1:getSKUDetailsRequest>\n    </SOAP-ENV:Body>\n</SOAP-ENV:Envelope>","options":{"raw":{"language":"xml"}}},"url":"{{base-url}}","description":"<p>Request details for a single SKU.</p>\n<p><strong>Request Params</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Data Type</th>\n<th>Required / Optional</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>vendorCode</td>\n<td>String</td>\n<td>required</td>\n<td>The vendor code</td>\n</tr>\n<tr>\n<td>vendorKey</td>\n<td>String</td>\n<td>required</td>\n<td>The vendor key</td>\n</tr>\n<tr>\n<td>Sku</td>\n<td>String</td>\n<td>required</td>\n<td>The SKU code</td>\n</tr>\n<tr>\n<td>WHID</td>\n<td>String</td>\n<td>required</td>\n<td>The warehouse identifier</td>\n</tr>\n<tr>\n<td>CatID</td>\n<td>String</td>\n<td>required</td>\n<td>The category identifier. Default is <code>0001</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"host":["{{base-url}}"],"query":[],"variable":[]}},"response":[{"id":"ce15e0d0-7747-413d-a49a-e11ef0e27b9a","name":"getSKUDetails","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ns1=\"Blastramp\">\n    <SOAP-ENV:Body>\n        <ns1:getSKUDetailsRequest>\n            <ns1:vendorCode>{{vendor-code}}</ns1:vendorCode>\n            <ns1:vendorKey>{{vendor-key}}</ns1:vendorKey>\n            <ns1:SKU>{{sku-code}}</ns1:SKU>\n            <ns1:WHID>0001</ns1:WHID>\n            <ns1:CatID>0001</ns1:CatID>\n        </ns1:getSKUDetailsRequest>\n    </SOAP-ENV:Body>\n</SOAP-ENV:Envelope>","options":{"raw":{"language":"xml"}}},"url":"{{base-url}}"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Content-Type","value":"text/xml; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.33"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Wed, 29 May 2024 20:01:25 GMT"},{"key":"Content-Length","value":"800"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ns1=\"Blastramp\">\n    <SOAP-ENV:Body>\n        <ns1:getSKUDetailsResponse>\n            <ns1:Success>true</ns1:Success>\n            <ns1:ErrorMsg/>\n            <ns1:ItemDetail>\n                <ns1:SKU>mtpBeach-GRN-9</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Beach style in GRN color, size 9</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetail>\n        </ns1:getSKUDetailsResponse>\n    </SOAP-ENV:Body>\n</SOAP-ENV:Envelope>"}],"_postman_id":"16b472eb-f2ba-4bc9-a1c7-32d30a13ef42"},{"name":"getLineListDetails","event":[{"listen":"test","script":{"id":"b8cb26fb-3749-4ee3-a30f-f7985fba3653","exec":["pm.test(\"Status code is 200\", () => {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"01efea4a-a079-4c17-bf34-38b5db69727b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ns1=\"Blastramp\">\n    <SOAP-ENV:Body>\n        <ns1:getLineListDetailsRequest>\n            <ns1:vendorCode>{{vendor-code}}</ns1:vendorCode>\n            <ns1:vendorKey>{{vendor-key}}</ns1:vendorKey>\n            <ns1:SeasonCode>{{season-code}}</ns1:SeasonCode>\n            <ns1:WHID>{{warehouse-code}}</ns1:WHID>\n            <ns1:page>1</ns1:page>\n        </ns1:getLineListDetailsRequest>\n    </SOAP-ENV:Body>\n</SOAP-ENV:Envelope>","options":{"raw":{"language":"xml"}}},"url":"{{base-url}}","description":"<p>Request details for all SKUs within a listed Linelist.</p>\n<p><strong>Request Params</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Data Type</th>\n<th>Required / Optional</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>vendorCode</td>\n<td>String</td>\n<td>required</td>\n<td>The vendor code</td>\n</tr>\n<tr>\n<td>vendorKey</td>\n<td>String</td>\n<td>required</td>\n<td>The vendor key</td>\n</tr>\n<tr>\n<td>SeasonCode</td>\n<td>String</td>\n<td>required</td>\n<td>The season code</td>\n</tr>\n<tr>\n<td>WHID</td>\n<td>String</td>\n<td>required</td>\n<td>The warehouse identifier</td>\n</tr>\n<tr>\n<td>page</td>\n<td>String</td>\n<td>optional</td>\n<td>The page number of the results returned</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"host":["{{base-url}}"],"query":[],"variable":[]}},"response":[{"id":"eafd6772-f8d3-4769-b867-e4cb3b9ccefc","name":"getLineListDetails","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/xml"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ns1=\"Blastramp\">\n    <SOAP-ENV:Body>\n        <ns1:getLineListDetailsRequest>\n            <ns1:vendorCode>{{vendor-code}}</ns1:vendorCode>\n            <ns1:vendorKey>{{vendor-key}}</ns1:vendorKey>\n            <ns1:SeasonCode>{{season-code}}</ns1:SeasonCode>\n            <ns1:WHID>{{warehouse-code}}</ns1:WHID>\n            <ns1:page>1</ns1:page>\n        </ns1:getLineListDetailsRequest>\n    </SOAP-ENV:Body>\n</SOAP-ENV:Envelope>","options":{"raw":{"language":"xml"}}},"url":"{{base-url}}"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Content-Type","value":"text/xml; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.33"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Wed, 29 May 2024 20:02:02 GMT"},{"key":"Content-Length","value":"74640"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ns1=\"Blastramp\">\n    <SOAP-ENV:Body>\n        <ns1:getLineListDetailsResponse>\n            <ns1:Success>true</ns1:Success>\n            <ns1:ErrorMsg/>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpBeach-BLK-10</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Beach style in BLK color, size 10</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpBeach-BLK-7</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Beach style in BLK color, size 7</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpBeach-BLK-8</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Beach style in BLK color, size 8</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpBeach-BLU-13</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Beach style in BLU color, size 13</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpBeach-BLU-14</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Beach style in BLU color, size 14</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpBeach-BLU-8</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Beach style in BLU color, size 8</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpBeach-BLU-9</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Beach style in BLU color, size 9</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpBeach-GRN-13</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Beach style in GRN color, size 13</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpBeach-GRN-8</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Beach style in GRN color, size 8</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpBeach-GRN-9</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Beach style in GRN color, size 9</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpBeach-PNK-12</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Beach style in PNK color, size 12</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpBeach-PNK-6</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Beach style in PNK color, size 6</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpBeach-PNK-7</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Beach style in PNK color, size 7</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpBeach-PNK-8</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Beach style in PNK color, size 8</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpBeach-PNK-9</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Beach style in PNK color, size 9</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpBeach-RED-11</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Beach style in RED color, size 11</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpBeach-RED-13</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Beach style in RED color, size 13</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpBeach-RED-7</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Beach style in RED color, size 7</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpBeach-WHT-11</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Beach style in WHT color, size 11</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpBeach-WHT-6</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Beach style in WHT color, size 6</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpBeach-WHT-8</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Beach style in WHT color, size 8</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpBeach-WHT-9</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Beach style in WHT color, size 9</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpBeach-YLW-12</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Beach style in YLW color, size 12</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpBeach-YLW-13</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Beach style in YLW color, size 13</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpBeach-YLW-8</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Beach style in YLW color, size 8</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpBeach-YLW-9</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Beach style in YLW color, size 9</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpClassic-BLK-12</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Classic style in BLK color, size 12</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpClassic-BLK-13</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Classic style in BLK color, size 13</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpClassic-BLK-7</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Classic style in BLK color, size 7</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpClassic-BLK-9</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Classic style in BLK color, size 9</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpClassic-BLU-13</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Classic style in BLU color, size 13</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpClassic-BLU-6</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Classic style in BLU color, size 6</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpClassic-GRN-10</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Classic style in GRN color, size 10</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpClassic-GRN-11</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Classic style in GRN color, size 11</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpClassic-GRN-13</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Classic style in GRN color, size 13</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpClassic-GRN-14</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Classic style in GRN color, size 14</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpClassic-GRN-6</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Classic style in GRN color, size 6</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpClassic-GRN-8</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Classic style in GRN color, size 8</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpClassic-GRN-9</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Classic style in GRN color, size 9</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpClassic-PNK-11</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Classic style in PNK color, size 11</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpClassic-PNK-13</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Classic style in PNK color, size 13</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpClassic-PNK-14</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Classic style in PNK color, size 14</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpClassic-PNK-6</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Classic style in PNK color, size 6</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpClassic-PNK-9</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Classic style in PNK color, size 9</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpClassic-RED-10</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Classic style in RED color, size 10</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpClassic-RED-12</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Classic style in RED color, size 12</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpClassic-RED-14</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Classic style in RED color, size 14</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpClassic-RED-6</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Classic style in RED color, size 6</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpClassic-RED-7</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Classic style in RED color, size 7</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpClassic-RED-9</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Classic style in RED color, size 9</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpClassic-WHT-12</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Classic style in WHT color, size 12</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpClassic-WHT-7</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Classic style in WHT color, size 7</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpClassic-WHT-8</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Classic style in WHT color, size 8</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpClassic-WHT-9</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Classic style in WHT color, size 9</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpClassic-YLW-11</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Classic style in YLW color, size 11</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpClassic-YLW-12</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Classic style in YLW color, size 12</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpClassic-YLW-14</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Classic style in YLW color, size 14</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpClassic-YLW-9</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Classic style in YLW color, size 9</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpSport-BLK-12</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Sport style in BLK color, size 12</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpSport-BLK-13</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Sport style in BLK color, size 13</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpSport-BLK-9</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Sport style in BLK color, size 9</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpSport-BLU-10</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Sport style in BLU color, size 10</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpSport-BLU-12</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Sport style in BLU color, size 12</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpSport-BLU-13</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Sport style in BLU color, size 13</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpSport-BLU-14</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Sport style in BLU color, size 14</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpSport-BLU-6</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Sport style in BLU color, size 6</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpSport-GRN-11</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Sport style in GRN color, size 11</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpSport-GRN-12</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Sport style in GRN color, size 12</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpSport-GRN-6</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Sport style in GRN color, size 6</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpSport-GRN-9</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Sport style in GRN color, size 9</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpSport-PNK-11</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Sport style in PNK color, size 11</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpSport-PNK-12</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Sport style in PNK color, size 12</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpSport-PNK-6</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Sport style in PNK color, size 6</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpSport-RED-10</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Sport style in RED color, size 10</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpSport-RED-11</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Sport style in RED color, size 11</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpSport-RED-13</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Sport style in RED color, size 13</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpSport-RED-6</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Sport style in RED color, size 6</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpSport-RED-7</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Sport style in RED color, size 7</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpSport-RED-8</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Sport style in RED color, size 8</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpSport-WHT-13</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Sport style in WHT color, size 13</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpSport-WHT-14</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Sport style in WHT color, size 14</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpSport-WHT-6</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Sport style in WHT color, size 6</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpSport-WHT-7</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Sport style in WHT color, size 7</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpSport-WHT-9</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Sport style in WHT color, size 9</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpSport-YLW-10</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Sport style in YLW color, size 10</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpSport-YLW-6</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Sport style in YLW color, size 6</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpSport-YLW-7</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Sport style in YLW color, size 7</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpSport-YLW-8</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Sport style in YLW color, size 8</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpSport-YLW-9</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Sport style in YLW color, size 9</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpUrban-BLK-10</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Urban style in BLK color, size 10</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpUrban-BLK-11</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Urban style in BLK color, size 11</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpUrban-BLK-12</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Urban style in BLK color, size 12</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpUrban-BLK-13</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Urban style in BLK color, size 13</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpUrban-BLK-14</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Urban style in BLK color, size 14</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpUrban-BLU-10</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Urban style in BLU color, size 10</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpUrban-BLU-11</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Urban style in BLU color, size 11</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpUrban-BLU-12</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Urban style in BLU color, size 12</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpUrban-BLU-14</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Urban style in BLU color, size 14</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpUrban-BLU-6</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Urban style in BLU color, size 6</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpUrban-BLU-9</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Urban style in BLU color, size 9</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpUrban-GRN-11</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Urban style in GRN color, size 11</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpUrban-GRN-6</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Urban style in GRN color, size 6</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpUrban-GRN-7</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Urban style in GRN color, size 7</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpUrban-PNK-12</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Urban style in PNK color, size 12</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpUrban-PNK-14</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Urban style in PNK color, size 14</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpUrban-PNK-9</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Urban style in PNK color, size 9</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpUrban-RED-13</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Urban style in RED color, size 13</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpUrban-RED-7</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Urban style in RED color, size 7</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpUrban-RED-8</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Urban style in RED color, size 8</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpUrban-RED-9</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Urban style in RED color, size 9</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpUrban-WHT-10</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Urban style in WHT color, size 10</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpUrban-WHT-12</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Urban style in WHT color, size 12</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpUrban-WHT-7</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Urban style in WHT color, size 7</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpUrban-WHT-9</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Urban style in WHT color, size 9</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpUrban-YLW-13</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Urban style in YLW color, size 13</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpUrban-YLW-8</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Urban style in YLW color, size 8</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpUrban-YLW-9</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Urban style in YLW color, size 9</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpVintage-BLK-12</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Vintage style in BLK color, size 12</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpVintage-BLK-14</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Vintage style in BLK color, size 14</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpVintage-BLK-6</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Vintage style in BLK color, size 6</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpVintage-BLK-9</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Vintage style in BLK color, size 9</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpVintage-BLU-11</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Vintage style in BLU color, size 11</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpVintage-BLU-14</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Vintage style in BLU color, size 14</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpVintage-BLU-6</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Vintage style in BLU color, size 6</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpVintage-BLU-7</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Vintage style in BLU color, size 7</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpVintage-BLU-8</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Vintage style in BLU color, size 8</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpVintage-GRN-10</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Vintage style in GRN color, size 10</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpVintage-GRN-11</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Vintage style in GRN color, size 11</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpVintage-GRN-9</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Vintage style in GRN color, size 9</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpVintage-PNK-10</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Vintage style in PNK color, size 10</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpVintage-PNK-11</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Vintage style in PNK color, size 11</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpVintage-PNK-6</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Vintage style in PNK color, size 6</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpVintage-RED-10</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Vintage style in RED color, size 10</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpVintage-RED-12</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Vintage style in RED color, size 12</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpVintage-RED-13</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Vintage style in RED color, size 13</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpVintage-RED-6</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Vintage style in RED color, size 6</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpVintage-RED-7</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Vintage style in RED color, size 7</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpVintage-RED-8</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Vintage style in RED color, size 8</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpVintage-WHT-12</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Vintage style in WHT color, size 12</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpVintage-WHT-13</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Vintage style in WHT color, size 13</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpVintage-WHT-7</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Vintage style in WHT color, size 7</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpVintage-WHT-9</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Vintage style in WHT color, size 9</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpVintage-YLW-11</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Vintage style in YLW color, size 11</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpVintage-YLW-13</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Vintage style in YLW color, size 13</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n            <ns1:ItemDetails>\n                <ns1:SKU>mtpVintage-YLW-7</ns1:SKU>\n                <ns1:UPC/>\n                <ns1:Description>Vintage style in YLW color, size 7</ns1:Description>\n                <ns1:ColorDescription/>\n                <ns1:CatalogSequence/>\n                <ns1:CatalogPage/>\n                <ns1:RestockDate/>\n                <ns1:DescriptionURL/>\n                <ns1:ProductCategory1/>\n                <ns1:ProductCategory2/>\n                <ns1:ProductCategory3/>\n                <ns1:ProductCategory4/>\n                <ns1:ProductCategory5/>\n                <ns1:ECommerceDescription/>\n                <ns1:ECommerceImageSmall/>\n                <ns1:ECommerceImageLarge/>\n                <ns1:UnitType>each</ns1:UnitType>\n                <ns1:UnitsPerCarton/>\n                <ns1:Category/>\n            </ns1:ItemDetails>\n        </ns1:getLineListDetailsResponse>\n    </SOAP-ENV:Body>\n</SOAP-ENV:Envelope>"}],"_postman_id":"01efea4a-a079-4c17-bf34-38b5db69727b"}],"id":"d933e44a-d140-47f4-8618-6458f3ea1b27","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"ad9cf270-5ed6-46ff-9ae8-34643d3050ee"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"1c0d3f4d-d23d-45a8-af34-497d76ec37d4"}}],"_postman_id":"d933e44a-d140-47f4-8618-6458f3ea1b27","description":""}]}