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