Package | Description |
---|---|
com.coupang.marketplace.client.api | |
com.coupang.marketplace.client.model.product |
Modifier and Type | Method and Description |
---|---|
ApiNextResponseDtoOfListOfOrderSnapshotViewDto |
CoupangMarketPlaceApi.getOrderSnapshotDetailByOrderId(String xRequestedBy,
String vendorId,
Long orderId,
String nextToken)
Seller can use this API to get order paiditems detail
Seller can use this API to get order snapshot detail.
|
ApiNextResponseDtoOfListOfOrderSnapshotViewDto |
CoupangMarketPlaceApi.getOrderSnapshotDetailByVendorId(String xRequestedBy,
String vendorId,
String startTime,
String endTime,
Long vendorItemId,
String shipmentStatusCode,
Integer maxPerPage,
String nextToken)
Seller can use this API to get order paiditems detail
Seller can use this API to get order snapshot specified amount.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<ApiNextResponseDtoOfListOfOrderSnapshotViewDto> |
CoupangMarketPlaceApi.getOrderSnapshotDetailByOrderIdWithHttpInfo(String xRequestedBy,
String vendorId,
Long orderId,
String nextToken)
Seller can use this API to get order paiditems detail
Seller can use this API to get order snapshot detail.
|
ApiResponse<ApiNextResponseDtoOfListOfOrderSnapshotViewDto> |
CoupangMarketPlaceApi.getOrderSnapshotDetailByVendorIdWithHttpInfo(String xRequestedBy,
String vendorId,
String startTime,
String endTime,
Long vendorItemId,
String shipmentStatusCode,
Integer maxPerPage,
String nextToken)
Seller can use this API to get order paiditems detail
Seller can use this API to get order snapshot specified amount.
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.getOrderSnapshotDetailByOrderIdAsync(String xRequestedBy,
String vendorId,
Long orderId,
String nextToken,
ApiCallback<ApiNextResponseDtoOfListOfOrderSnapshotViewDto> callback)
Seller can use this API to get order paiditems detail (asynchronously)
Seller can use this API to get order snapshot detail.
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.getOrderSnapshotDetailByVendorIdAsync(String xRequestedBy,
String vendorId,
String startTime,
String endTime,
Long vendorItemId,
String shipmentStatusCode,
Integer maxPerPage,
String nextToken,
ApiCallback<ApiNextResponseDtoOfListOfOrderSnapshotViewDto> callback)
Seller can use this API to get order paiditems detail (asynchronously)
Seller can use this API to get order snapshot specified amount.
|
Modifier and Type | Method and Description |
---|---|
ApiNextResponseDtoOfListOfOrderSnapshotViewDto |
ApiNextResponseDtoOfListOfOrderSnapshotViewDto.addDataItem(OrderSnapshotViewDto dataItem) |
ApiNextResponseDtoOfListOfOrderSnapshotViewDto |
ApiNextResponseDtoOfListOfOrderSnapshotViewDto.code(Integer code) |
ApiNextResponseDtoOfListOfOrderSnapshotViewDto |
ApiNextResponseDtoOfListOfOrderSnapshotViewDto.data(List<OrderSnapshotViewDto> data) |
ApiNextResponseDtoOfListOfOrderSnapshotViewDto |
ApiNextResponseDtoOfListOfOrderSnapshotViewDto.hasNext(Boolean hasNext) |
ApiNextResponseDtoOfListOfOrderSnapshotViewDto |
ApiNextResponseDtoOfListOfOrderSnapshotViewDto.message(String message) |
ApiNextResponseDtoOfListOfOrderSnapshotViewDto |
ApiNextResponseDtoOfListOfOrderSnapshotViewDto.nextToken(String nextToken) |
Copyright © 2022. All rights reserved.