Package | Description |
---|---|
com.coupang.marketplace.client.api | |
com.coupang.marketplace.client.model.product |
Modifier and Type | Method and Description |
---|---|
OpenApiResultOfOSellerProduct |
CoupangMarketPlaceApi.readSellerProduct(String xRequestedBy,
String sellerProductId)
업체상품 조회
업체상품을 조회한다.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<OpenApiResultOfOSellerProduct> |
CoupangMarketPlaceApi.readSellerProductWithHttpInfo(String xRequestedBy,
String sellerProductId)
업체상품 조회
업체상품을 조회한다.
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.readSellerProductAsync(String xRequestedBy,
String sellerProductId,
ApiCallback<OpenApiResultOfOSellerProduct> callback)
업체상품 조회 (asynchronously)
업체상품을 조회한다.
|
Modifier and Type | Method and Description |
---|---|
OpenApiResultOfOSellerProduct |
OpenApiResultOfOSellerProduct.code(String code) |
OpenApiResultOfOSellerProduct |
OpenApiResultOfOSellerProduct.data(OSellerProduct data) |
OpenApiResultOfOSellerProduct |
OpenApiResultOfOSellerProduct.message(String message) |
Copyright © 2022. All rights reserved.