Package | Description |
---|---|
com.coupang.marketplace.client.api | |
com.coupang.marketplace.client.model.product |
Modifier and Type | Method and Description |
---|---|
ApiResponseDtoOfListOfGoodsSalesOutputDto |
CoupangMarketPlaceApi.getGoodsSalesByVendor(String xRequestedBy,
String vendorId,
String recognitionDate,
String nextToken,
Integer maxPerPage)
Seller can use this API to get settlement goods sales fee.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<ApiResponseDtoOfListOfGoodsSalesOutputDto> |
CoupangMarketPlaceApi.getGoodsSalesByVendorWithHttpInfo(String xRequestedBy,
String vendorId,
String recognitionDate,
String nextToken,
Integer maxPerPage)
Seller can use this API to get settlement goods sales fee.
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.getGoodsSalesByVendorAsync(String xRequestedBy,
String vendorId,
String recognitionDate,
String nextToken,
Integer maxPerPage,
ApiCallback<ApiResponseDtoOfListOfGoodsSalesOutputDto> callback)
Seller can use this API to get settlement goods sales fee.
|
Modifier and Type | Method and Description |
---|---|
ApiResponseDtoOfListOfGoodsSalesOutputDto |
ApiResponseDtoOfListOfGoodsSalesOutputDto.addDataItem(GoodsSalesOutputDto dataItem) |
ApiResponseDtoOfListOfGoodsSalesOutputDto |
ApiResponseDtoOfListOfGoodsSalesOutputDto.code(Integer code) |
ApiResponseDtoOfListOfGoodsSalesOutputDto |
ApiResponseDtoOfListOfGoodsSalesOutputDto.data(List<GoodsSalesOutputDto> data) |
ApiResponseDtoOfListOfGoodsSalesOutputDto |
ApiResponseDtoOfListOfGoodsSalesOutputDto.hasNext(Boolean hasNext) |
ApiResponseDtoOfListOfGoodsSalesOutputDto |
ApiResponseDtoOfListOfGoodsSalesOutputDto.message(String message) |
ApiResponseDtoOfListOfGoodsSalesOutputDto |
ApiResponseDtoOfListOfGoodsSalesOutputDto.nextToken(Long nextToken) |
Copyright © 2022. All rights reserved.