public class ProductItemsListApiContainer extends ApiContainer
gson| 构造器和说明 |
|---|
ProductItemsListApiContainer() |
| 限定符和类型 | 方法和说明 |
|---|---|
ProductItemsListGetResponseData |
productItemsListGet(Long accountId,
Long productCatalogId,
Long pageSize,
Long page,
String sortByProductLastModTime,
String sortByProductName,
List<String> fields)
商品列表
|
handleResponsepublic ProductItemsListGetResponseData productItemsListGet(Long accountId, Long productCatalogId, Long pageSize, Long page, String sortByProductLastModTime, String sortByProductName, List<String> fields) throws ApiException, TencentAdsResponseException
accountId - (required)productCatalogId - (required)pageSize - (required)page - (required)sortByProductLastModTime - (optional)sortByProductName - (optional)fields - 返回参数的字段列表 (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodyTencentAdsResponseExceptionCopyright © 2020. All rights reserved.