Package | Description |
---|---|
com.coupang.marketplace.client.api | |
com.coupang.marketplace.client.model.product | |
com.coupang.marketplace.client.util |
Modifier and Type | Method and Description |
---|---|
OpenApiResultOflong |
CoupangMarketPlaceApi.createSellerProduct(String xRequestedBy,
OSellerProduct oSellerProduct) |
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.createSellerProductAsync(String xRequestedBy,
OSellerProduct oSellerProduct,
ApiCallback<OpenApiResultOflong> callback)
(asynchronously)
|
ApiResponse<OpenApiResultOflong> |
CoupangMarketPlaceApi.createSellerProductWithHttpInfo(String xRequestedBy,
OSellerProduct oSellerProduct) |
OpenApiResultOflong |
CoupangMarketPlaceApi.updateSellerProduct(String xRequestedBy,
OSellerProduct oSellerProduct)
업체상품 수정
업체상품을 수정한다.
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.updateSellerProductAsync(String xRequestedBy,
OSellerProduct oSellerProduct,
ApiCallback<OpenApiResultOflong> callback)
업체상품 수정 (asynchronously)
업체상품을 수정한다.
|
ApiResponse<OpenApiResultOflong> |
CoupangMarketPlaceApi.updateSellerProductWithHttpInfo(String xRequestedBy,
OSellerProduct oSellerProduct)
업체상품 수정
업체상품을 수정한다.
|
Modifier and Type | Method and Description |
---|---|
OpenApiResultOfOSellerProduct |
OpenApiResultOfOSellerProduct.data(OSellerProduct data) |
void |
OpenApiResultOfOSellerProduct.setData(OSellerProduct data) |
Modifier and Type | Method and Description |
---|---|
static boolean |
SellerProductCategoryValidator.validateSellerProduct(String vendorId,
Long displayCategoryId,
String secretKey,
String accessKey,
OSellerProduct oSellerProduct,
ResourceBundle resourceBundle)
validateSellerProduct will check the correctness of the product based on the specified display category code
|
Copyright © 2022. All rights reserved.