public class EcommerceOrderApiContainer extends ApiContainer
gson| 构造器和说明 |
|---|
EcommerceOrderApiContainer() |
| 限定符和类型 | 方法和说明 |
|---|---|
EcommerceOrderGetResponseData |
ecommerceOrderGet(Long accountId,
DateRange dateRange,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields)
获取订单
|
EcommerceOrderUpdateResponse |
ecommerceOrderUpdate(EcommerceOrderUpdateRequest data)
更新订单
|
handleResponsepublic EcommerceOrderGetResponseData ecommerceOrderGet(Long accountId, DateRange dateRange, List<FilteringStruct> filtering, Long page, Long pageSize, List<String> fields) throws ApiException, TencentAdsResponseException
accountId - (required)dateRange - (required)filtering - (optional)page - (optional)pageSize - (optional)fields - 返回参数的字段列表 (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodyTencentAdsResponseExceptionpublic EcommerceOrderUpdateResponse ecommerceOrderUpdate(EcommerceOrderUpdateRequest 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.