Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/xml/12.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Xml 如何实现我的电子商务主机&x27;什么是API?_Xml_Api_E Commerce_Implementation - Fatal编程技术网

Xml 如何实现我的电子商务主机&x27;什么是API?

Xml 如何实现我的电子商务主机&x27;什么是API?,xml,api,e-commerce,implementation,Xml,Api,E Commerce,Implementation,我正在尝试使用stores API生成产品页面,但不确定如何开始 现在是产品页面。如果我可以访问代码,我会调整它,直到它按照我想要的方式设置。因为我没有访问权限,所以他们给我的唯一选择就是从头开始构建 我的电子商务主机是inksoft,他们没有提供最有用的技术支持或任何文档。我所听到的只是“这里是API文件,但我们不知道它们是做什么的” 他们给我的“API”文件是一些链接的列表,如以下链接: 当您单击其中一个时,它会将您带到一个XML文件(这些XML文件是API吗?) 我一直在寻找关于如何

我正在尝试使用stores API生成产品页面,但不确定如何开始

现在是产品页面。如果我可以访问代码,我会调整它,直到它按照我想要的方式设置。因为我没有访问权限,所以他们给我的唯一选择就是从头开始构建

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

他们给我的“API”文件是一些链接的列表,如以下链接:

当您单击其中一个时,它会将您带到一个XML文件(这些XML文件是API吗?)


我一直在寻找关于如何实现我的商店API的信息,但我找不到任何有用的信息


感谢高级版,如果我含糊不清,请原谅。

您可以使用zend框架或epiphany创建可靠的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>