Element | Description | Type | Note |
---|---|---|---|
product | attribute:id, Product ID is the unique ID of your instance of the product within the eSC system. | Container | |
catid | The Category ID is the ID of the category to which the product has been assigned within the eSC admin panel. There are actually two xml files, the products feed, and the categories feed. The categories feed supports our Manage Collection/Category Headers tool which allows categories and collections to be grouped into subcategories. Group id 0 and 1 are for category that have not been assigned to any subcategory. I've attached a sample of the categories feed. | Integer | |
manufseqid | The Manufacturer Sequence ID is the unique ID of the a particular style within our system. This is not equivalent to a UPC because styles can get a new Manufacturer Sequence ID when a style is carried over to a new season. | ||
manufid | The unique ID of the vendor/designer/manufacturer within our system. | Integer | |
mastercolid | The unique ID of the Master Collection defined within the eSC system. The Master Collection does not change from season to season. For example, Jovani Evenings Sping 2014 belongs to the Master Collection called "Evenings" with mastercolid=13. Jovani Evenings Fall 2014 and Jovani Evenings Spring 2015 will also belong to "Evenings" with mastercolid=13 | ||
<?xml version="1.0"?> <products> <product id="6548963"> <catid>66351</catid> <manufseqid>210926</manufseqid> <manufid>3</manufid> <mastercolid>16</mastercolid> <stylenum>110C36</stylenum> <name>Tony Bowls Collection Dress 110C36</name> <images> <image> <smallimage>http://isrv.efcsite.com/manufcols/moncheri/tbeveandcollection-current/thumbnails/110C36_006.jpg</smallimage> <bigimage>http://isrv.efcsite.com/manufcols/moncheri/tbeveandcollection-current/images/110C36_006.jpg</bigimage> <zoomimage>http://isrv.efcsite.com/manufcols/moncheri/tbeveandcollection-current/zoom/110C36_006.jpg</zoomimage> </image> </images> <shortdesc>Tony Bowls Collection</shortdesc> <desc>The fabric in this style is Charmeuse</desc> <keywords>Tony Bowls Collection Dress 110C36</keywords> <attributes> <attribute attid="123">A-line</attribute> <attribute attid="173">Chiffon</attribute> </attributes> <sizes> <size markup="">2</size> <size markup="">4</size> <size markup="">6</size> <size markup="">8</size> <size markup="">10</size> <size markup="">12</size> <size markup="">14</size> <size markup="">16</size> <size markup="50">18</size> <size markup="50">20</size> </sizes> <colors> <color> <colorname>Green/Black</colorname> <colorhex></colorhex> </color> <color> <colorname>White</colorname> <colorhex></colorhex> </color> </colors> <price>1539.00</price> <instock>0</instock> <inventorytypes> <inventory type="at-store"> <item> <colorname>Green/Black</colorname> <size>4</size> <qty>2</qty> <avldate>na</avldate> </item> <item> <colorname>White</colorname> <size>6</size> <qty>1</qty> <avldate>na</avldate> </item> </inventory> <inventory type="incoming-store"> <item> <colorname>Green/Black</colorname> <size>6</size> <qty>1</qty> <avldate>2013-07-01</avldate> </item> </inventory> <inventory type="at-vendor"> <item> <colorname>Green/Black</colorname> <size>6</size> <qty>8</qty> <avldate>na</avldate> </item> </inventory> <inventory type="incoming-vendor"> <item> <colorname>White</colorname> <size>2</size> <qty>23</qty> <avldate>2013-08-10</avldate> </item> <item> <colorname>Green/Black</colorname> <size>6</size> <qty>9</qty> <avldate>2013-08-10</avldate> </item> </inventory> </inventorytypes> </product> </products>
<?xml version="1.0"?> <classifications> <collections> <group id="186067"> <groupname>Prom Collections</groupname> <category id="67541">Faviana Prom</category> <category id="67542">Glamour by Faviana</category> <category id="67534">Jovani Prom</category> <category id="67667">La Femme prom</category> <category id="67530">Sherri Hill Prom</category> <category id="67540">Terani Cocktail</category> <category id="67539">Terani Prom</category> </group> <group id="186068"> <groupname>Plus Size Prom</groupname> <category id="67543">Faviana Prom-Plus Sizes</category> </group> <group id="186069"> <groupname>Sophisticated Prom </groupname> <category id="67533">Jovani Evening</category> <category id="67538">Terani Evening</category> </group> <group id="1"> <groupname></groupname> </group> </collections> <categories> <group id="0"> <groupname></groupname> <category id="67547">Accessories</category> <category id="67584">Casual Wear</category> <category id="67537">Evening Dresses</category> <category id="67546">Featured</category> <category id="67691">Jewelry and Accessories</category> <category id="67544">Plus Size Prom</category> <category id="67536">Prom Dresses</category> <category id="67532">Short & Cocktail Dresses</category> </group> </categories> </classifications>