ProudctWebService
支持下列操作。有关正式定义,请查看服务说明。
-
AddProductAddParameterItem
添加商品-添加规格参数名 -
AddProductAddSpecification
添加商品-添加规格 -
AddProductCheckSpecNumOnlyOne
添加商品-新增/编辑校验规格编码唯一性接口 - AddProductComment
-
AddProductGetSpecification
添加商品获取规格信息 -
AddProductGetSpecificationValue
添加商品 获取规格值接口 -
AddProductGetVendorStores
添加商品-服务商品,获取当前商家所有门店信息接口 -
AddProductSave
添加商品-商品保存 -
ChangeProductStatus
商品上下架 -
DeleteProduct
删除商品 -
GetAdContentByPlateInfoIdList
根据Id查询主题活动版位下的所有商品 - GetAdContentByplateinfo
-
GetAdContentList
首页广告版位 -
GetHomePageAdContentList
首页广告版位(2016-9-07)版 -
GetPointProductBaseInfo
商品详情 基本信息接口 -
GetPointProductBaseInfoNoEncry
未加密积分商城 商品详情 基本信息接口 -
GetPointProductCommentInfo
获取商品详情非核心数据接口 -
GetPointProductCommentInfoNoEncry
未加密积分商城 获取商品详情非核心数据接口 -
GetPointProductSKUAndPriceList
获取商品所有sku信息 -
GetPointProductSKUAndPriceListNoEncry
未加密积分商城 获取商品所有sku信息 -
GetProCommentByProId
查询该商品的评论比率 -
GetProductBaseInfo
商品详情 基本信息接口 -
GetProductBaseInfoNoEncry
未加密商品详情 基本信息接口 - GetProductById
- GetProductByproidandSpe
- GetProductByproidandSpec
- GetProductByproidandSpecV2
-
GetProductCateByAddProduct
添加商品模块,获取平台分类接口 - GetProductCommentByusername
-
GetProductCommentInfo
获取商品详情非核心数据接口 -
GetProductCommentInfoNoEncry
获取未加密商品详情非核心数据接口 -
GetProductCommentList
查询该商品的评论,可根据好,中,差,全部 - GetProductIdByPnCode
-
GetProductInfo
商家版小程序 初始化商品信息 - GetProductList
-
GetProductMarketingInfo
获取商品参与促销活动信息 -
GetProductMarketingInfoNoEncry
获取未加密商品参与促销活动信息 -
GetProductNoEncrySKUAndPriceList
获取商品所有sku无加密信息 -
GetProductSKUAndPriceList
获取商品所有sku信息 -
GetProductSKUInfo
获取商品价格数据 - GetSelectCondition
-
GetShopProductCateByAddProduct
添加商品,获取店铺分类数据接口 -
GetVendorProductListByStatus
分页查询商家商品列表 - HelloWorld
-
UploadProductPic
上传商品主图 -
getProductType
查询出当前商品的商品类型 -
selectAddressInfo
选择地址
此 Web 服务使用 http://tempuri.org/ 作为默认命名空间。
建议: 公开 XML Web services 之前,请更改默认命名空间。
每个 XML Web services 都需要一个唯一的命名空间,以便客户端应用程序能够将它与 Web 上的其他服务区分开。http://tempuri.org/ 可用于处于开发阶段的 XML Web services,而已发布的 XML Web services 应使用更为永久的命名空间。
应使用您控制的命名空间来标识 XML Web services。例如,可以使用公司的 Internet 域名作为命名空间的一部分。尽管有许多 XML Web services 命名空间看似 URL,但它们不必指向 Web 上的实际资源。(XML Web services 命名空间为 URI。)
使用 ASP.NET 创建 XML Web services 时,可以使用 WebService 特性的 Namespace 属性更改默认命名空间。WebService 特性适用于包含 XML Web services 方法的类。下面的代码实例将命名空间设置为“http://microsoft.com/webservices/”:
C#
[WebService(Namespace="http://microsoft.com/webservices/")]
public class MyWebService {
// 实现
}
Visual Basic
<WebService(Namespace:="http://microsoft.com/webservices/")> Public Class MyWebService
' 实现
End Class
C++
[WebService(Namespace="http://microsoft.com/webservices/")]
public ref class MyWebService {
// 实现
};
有关 XML 命名空间的更多详细信息,请参阅 Namespaces in XML (XML 命名空间)上的 W3C 建议。
有关 WSDL 的更多详细信息,请参阅 WSDL Specification (WSDL 规范)。
有关 URI 的更多详细信息,请参阅 RFC 2396。