Package | Description |
---|---|
com.coupang.marketplace.client.api | |
com.coupang.marketplace.client.model.product |
Modifier and Type | Method and Description |
---|---|
OpenApiPagedResultOfOSellerProductStatusHistory |
CoupangMarketPlaceApi.readSellerProductHistory(String xRequestedBy,
String sellerProductId)
업체상품 상태변경이력 조회
업체상품아이디로 상태 변경 이력을 조회한다.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<OpenApiPagedResultOfOSellerProductStatusHistory> |
CoupangMarketPlaceApi.readSellerProductHistoryWithHttpInfo(String xRequestedBy,
String sellerProductId)
업체상품 상태변경이력 조회
업체상품아이디로 상태 변경 이력을 조회한다.
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.readSellerProductHistoryAsync(String xRequestedBy,
String sellerProductId,
ApiCallback<OpenApiPagedResultOfOSellerProductStatusHistory> callback)
업체상품 상태변경이력 조회 (asynchronously)
업체상품아이디로 상태 변경 이력을 조회한다.
|
Modifier and Type | Method and Description |
---|---|
OpenApiPagedResultOfOSellerProductStatusHistory |
OpenApiPagedResultOfOSellerProductStatusHistory.addDataItem(OSellerProductStatusHistory dataItem) |
OpenApiPagedResultOfOSellerProductStatusHistory |
OpenApiPagedResultOfOSellerProductStatusHistory.code(String code) |
OpenApiPagedResultOfOSellerProductStatusHistory |
OpenApiPagedResultOfOSellerProductStatusHistory.data(List<OSellerProductStatusHistory> data) |
OpenApiPagedResultOfOSellerProductStatusHistory |
OpenApiPagedResultOfOSellerProductStatusHistory.message(String message) |
OpenApiPagedResultOfOSellerProductStatusHistory |
OpenApiPagedResultOfOSellerProductStatusHistory.nextToken(String nextToken) |
Copyright © 2022. All rights reserved.