0
我正嘗試使用我的商店API生成產品頁面,但不知道如何開始。如何實現我的電子商務主機的API?
以下是產品頁面http://www.imagedepotinc.com/Image_Depot_Store/Products。如果我能夠訪問代碼,我只需調整它直到它被設置爲我想要的。由於我沒有訪問權限,他們唯一的選擇是從頭開始構建它。
我的電子商務主機是inksoft,他們不提供最有幫助的技術支持或有任何文檔。我被告知的是「這裏是API文件,但我們不知道他們做了什麼」。
的「API」的文件,他們給了我一些鏈接的列表,如下面的一個:
,當你點擊一個,它把你帶到一個XML文件(在XML文件中的API?):
<ProductCategoryList>
<vw_product_categories product_category_id="45904" name="Printed Apparel" path="Printed Apparel" thumburl_front="REPLACE_DOMAIN_WITH/images/publishers/892/ProductCategories/Printed_Apparel/80.gif"/>
<vw_product_categories product_category_id="8920007" parent_id="45904" name="T-Shirts" path="Printed Apparel -> T-Shirts" thumburl_front="REPLACE_DOMAIN_WITH/images/publishers/892/ProductCategories/Printed_Apparel/T-Shirts/80.gif"/>
<vw_product_categories product_category_id="45907" name="Promotional Items" path="Promotional Items" thumburl_front="REPLACE_DOMAIN_WITH/images/publishers/892/ProductCategories/Promotional_Items/80.gif"/>
<vw_product_categories product_category_id="45906" name="Digital Printed Products" path="Digital Printed Products" thumburl_front="REPLACE_DOMAIN_WITH/images/publishers/892/ProductCategories/Digital_Printed_Products/80.gif"/>
<vw_product_categories product_category_id="45939" parent_id="45906" name="Banners" path="Digital Printed Products -> Banners" thumburl_front="REPLACE_DOMAIN_WITH/images/publishers/892/ProductCategories/Digital_Printed_Products/Banners/80.gif"/>
</ProductCategoryList>
我一直在尋找關於如何實現我的商店的API的信息,但我無法找到任何有用的。
感謝先進的,抱歉,如果我是模糊的。
謝謝。這可能會超出我的頭,但我會做一些研究。 – user2267720 2013-04-26 14:49:29