public class ProductItemsApiContainer extends ApiContainer
gson| 构造器和说明 |
|---|
ProductItemsApiContainer() |
| 限定符和类型 | 方法和说明 |
|---|---|
ProductItemsAddResponseData |
productItemsAdd(ProductItemsAddRequest data)
添加商品
|
ProductItemsGetResponseData |
productItemsGet(Long accountId,
Long productCatalogId,
List<FilteringStruct> filtering,
List<String> fields)
获取商品
|
ProductItemsUpdateResponse |
productItemsUpdate(ProductItemsUpdateRequest data)
更新商品信息
|
handleResponsepublic ProductItemsAddResponseData productItemsAdd(ProductItemsAddRequest data) throws ApiException, TencentAdsResponseException
data - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodyTencentAdsResponseExceptionpublic ProductItemsGetResponseData productItemsGet(Long accountId, Long productCatalogId, List<FilteringStruct> filtering, List<String> fields) throws ApiException, TencentAdsResponseException
accountId - (required)productCatalogId - (required)filtering - (optional)fields - 返回参数的字段列表 (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodyTencentAdsResponseExceptionpublic ProductItemsUpdateResponse productItemsUpdate(ProductItemsUpdateRequest data) throws ApiException, TencentAdsResponseException
data - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodyTencentAdsResponseExceptionCopyright © 2020. All rights reserved.