如何实现我的电子商务主机API?

时间:2013-04-10 20:40:46

标签: xml api e-commerce implementation

我尝试使用我的商店API生成产品页面,但不确定如何开始。

以下是产品页面http://www.imagedepotinc.com/Image_Depot_Store/Products。如果我可以访问代码,我会调整它直到它设置我想要的方式。由于我无法访问,因此他们唯一的选择就是从头开始构建它。

我的电子商务主机是inksoft,他们没有提供最有用的技术支持或有任何文档。所有我被告知的是"这里是API文件,但我们不知道他们做了什么"。

" API"他们给我的文件是一些链接的列表,如下面的链接:

  

http://www.imagedepotinc.com/GetProductCategoryList/2585

当你点击一个时,会把你带到一个XML文件(API文件是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的信息,但我找不到任何有用的信息。

先谢谢,如果我模糊不清,请对不起。

1 个答案:

答案 0 :(得分:0)

您可以使用zend-frameworks或epiphany

创建可靠的API