Package | Description |
---|---|
com.coupang.marketplace.client.api | |
com.coupang.marketplace.client.model.product |
Modifier and Type | Method and Description |
---|---|
OpenApiResultOflong |
CoupangMarketPlaceApi.createSellerProduct(String xRequestedBy,
OSellerProduct oSellerProduct) |
OpenApiResultOflong |
CoupangMarketPlaceApi.updateSellerProduct(String xRequestedBy,
OSellerProduct oSellerProduct)
업체상품 수정
업체상품을 수정한다.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<OpenApiResultOflong> |
CoupangMarketPlaceApi.createSellerProductWithHttpInfo(String xRequestedBy,
OSellerProduct oSellerProduct) |
ApiResponse<OpenApiResultOflong> |
CoupangMarketPlaceApi.updateSellerProductWithHttpInfo(String xRequestedBy,
OSellerProduct oSellerProduct)
업체상품 수정
업체상품을 수정한다.
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.createSellerProductAsync(String xRequestedBy,
OSellerProduct oSellerProduct,
ApiCallback<OpenApiResultOflong> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.updateSellerProductAsync(String xRequestedBy,
OSellerProduct oSellerProduct,
ApiCallback<OpenApiResultOflong> callback)
업체상품 수정 (asynchronously)
업체상품을 수정한다.
|
Modifier and Type | Method and Description |
---|---|
OpenApiResultOflong |
OpenApiResultOflong.code(String code) |
OpenApiResultOflong |
OpenApiResultOflong.data(Long data) |
OpenApiResultOflong |
OpenApiResultOflong.message(String message) |
Copyright © 2022. All rights reserved.