XML Data Feed: How to Find a Product Collection's CatalogGUID Number

Now that you've created your custom Product Collection, you will need your Product Collection's catalogGUID number for your XML Feed. Follow these steps to find the Product Collection's catalogGUID:

  1. Click Products in the left side menu
    25.png

  2. Choose Feeds and Plugins
    26.png

  3. Find the XML Product Data Feeds section (3rd section from the top) 27.png

  4. Click Edit to the right of your XML Feed28.png

  5. Then click Edit Products on the next screen
    29.png

  6. Click the Preview link to the right of your Product Collection30.png

  7. In the preview window, find and copy the catalogGUID number found at the very end of the URL in the address bar as shown below:

    https://www.distributorcentral.com/preview/A79F2E33-65FC-4C1B-A0F9-197133B1C608/p/catalog/{{YOUR CatalogGUID NUMBER}}

    31.png

  8. Now that you have your CatalogGUID, add it to your XML URL to return products within that collection   

Sample XML Results

<?xml version="1.0" encoding="UTF-8"?>
<products>
  <totalresults>757</totalresults>
  <product>
 	<COMPANYNAME><![CDATA[Fields Manufacturing]]></COMPANYNAME>
 	<ITEMNAME><![CDATA[Adhesive Notepad 3x3 25 sheets]]></ITEMNAME>
 	<MAXRETAIL>1.14000000</MAXRETAIL>
 	<MINQTY>250</MINQTY>
 	<MINRETAIL>0.36000000</MINRETAIL>
 	<PRODUCTIONTIME>5</PRODUCTIONTIME>
 	<RUSHAVAILABLE>0</RUSHAVAILABLE>
 	<SHOWNOPRICING>0</SHOWNOPRICING>
 	<SUPLDISPLAYNAME><![CDATA[note pad]]></SUPLDISPLAYNAME>
 	<SUPLDISPLAYNO><![CDATA[25 Sheets]]></SUPLDISPLAYNO>
	<SUPLITEMNO><![CDATA[N33 notepads sticky notes]]></SUPLITEMNO>
	<SUPPLIERITEMGUID>0BA9A937-2543-474C-BED8-B0C663F89CE6</SUPPLIERITEMGUID>
  </product>

  <product>
	<COMPANYNAME><![CDATA[TradeNet Publishing]]></COMPANYNAME>
 	<ITEMNAME><![CDATA[Magnetic Note Pad - Stock Things To Do (50 Sheet)]]></ITEMNAME>
 	<MAXRETAIL>0.73000000</MAXRETAIL>
 	<MINQTY>100</MINQTY>
 	<MINRETAIL>0.43000000</MINRETAIL>
 	<PRODUCTIONTIME>2</PRODUCTIONTIME>
 	<RUSHAVAILABLE>0</RUSHAVAILABLE>
 	<SHOWNOPRICING>0</SHOWNOPRICING>
 	<SUPLDISPLAYNAME><![CDATA[]]></SUPLDISPLAYNAME>
 	<SUPLDISPLAYNO><![CDATA[]]></SUPLDISPLAYNO>
 	<SUPLITEMNO><![CDATA[4101]]></SUPLITEMNO>
 	<SUPPLIERITEMGUID>3D0F1C12-E3F6-11D3-896A00105A7027AA</SUPPLIERITEMGUID>
  </product>
</products>

Was this article helpful?

0 out of 1 found this helpful

Have more questions? Submit a request