文档中心> 开发文档> 接口列表> 店铺API> dangdang.shop.ddsale...
dangdang.shop.ddcate...
下载当当标准商品分类
dangdang.shop.ddsale...
下载当当销售属性值类
dangdang.shop.ddbran...
下载当当标准品牌名称
dangdang.shop.catego...
下载店内分类
dangdang.shop.spec.g...
查询当当标准规格参数
dangdang.shop.coupon...
获取礼券批次列表
dangdang.shop.coupon...
礼券批量发放接口
dangdang.shop.codExp...
查询商家物流信息列表
dangdang.shop.getsto...
查询商家经营分类信息
dangdang.shop.getTem...
查询商家运费模板基本...
dangdang.shop.invoic...
商家订单批量上传电子...
dangdang.shop.invoic...
商家补开电子发票上传...
dangdang.shop.carria...
查询商家运输方式
dangdang.shop.codExp...
查询商家仓库信息列表
商家接收到的XML文件格式说明:
商家接收到的XML文件实例:
<?xml version="1.0" encoding="GBK"?>
<response>
<functionID>dangdang.shop.ddsaleprops.get</functionID>
<time>2009-03-20 15:10:50</time>
<DDSpecialAttribute>
<specialAttributeInfo>
<specialAttributeID>501</specialAttributeID>
<specialAttributeName>颜色</specialAttributeName>
<specialAttributeClass>
<specialAttributeClassInfo>
<optionID>1</optionID>
<optionName>黑色</optionName>
</specialAttributeClassInfo>
<specialAttributeClassInfo>
<optionID>2</optionID>
<optionName>灰色</optionName>
</specialAttributeClassInfo>
...
</specialAttributeClass>
</specialAttributeInfo>
<specialAttributeInfo>
<specialAttributeID>502</specialAttributeID>
<specialAttributeName>鞋码</specialAttributeName>
<specialAttributeClass>
<specialAttributeClassInfo>
<optionID>61</optionID>
<optionName>均码</optionName>
</specialAttributeClassInfo>
<specialAttributeClassInfo>
<optionID>62</optionID>
<optionName>36以下</optionName>
</specialAttributeClassInfo>
...
</specialAttributeClass>
</specialAttributeInfo>
<specialAttributeInfo>
......
</specialAttributeInfo>
</DDSpecialAttribute>
</response>
Java版 |
SdkClient
sdkClient= new SdkClient(appKey, appSecret, session, version) ; |
php版 |
$sdkClient = new DDHttpClient(appKey,appSecret,session)
$ShopDdsalepropsGetRequest = new ShopDdsalepropsGetRequest();
|
Copyright © 当当网 2004-2012, All Rights Reserved