Package | Description |
---|---|
com.coupang.marketplace.client.api | |
com.coupang.marketplace.client.model.product |
Modifier and Type | Method and Description |
---|---|
OpenApiResult |
CoupangMarketPlaceApi.changeInventoryQuantity(String xRequestedBy,
Long vendorItemId,
Integer quantity)
옵션별 수량 변경
옵션별 재고 수량를 변경한다.
|
OpenApiResult |
CoupangMarketPlaceApi.deleteSellerProduct(String xRequestedBy,
String sellerProductId)
업체상품 삭제
업체상품을 삭제한다.
|
OpenApiResult |
CoupangMarketPlaceApi.resumeSelling(String xRequestedBy,
Long vendorItemId)
옵션별 판매여부 변경(판매재개)
옵션별 판매여부를 변경한다 (판매재개).
|
OpenApiResult |
CoupangMarketPlaceApi.sendApprovalRequest(String xRequestedBy,
String sellerProductId)
업체상품 승인 요청
업체상품을 승인 요청한다.
|
OpenApiResult |
CoupangMarketPlaceApi.stopSelling(String xRequestedBy,
Long vendorItemId)
옵션별 판매여부 변경(판매중지)
옵션별 판매여부를 번경한다 (판매중지).
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<OpenApiResult> |
CoupangMarketPlaceApi.changeInventoryQuantityWithHttpInfo(String xRequestedBy,
Long vendorItemId,
Integer quantity)
옵션별 수량 변경
옵션별 재고 수량를 변경한다.
|
ApiResponse<OpenApiResult> |
CoupangMarketPlaceApi.deleteSellerProductWithHttpInfo(String xRequestedBy,
String sellerProductId)
업체상품 삭제
업체상품을 삭제한다.
|
ApiResponse<OpenApiResult> |
CoupangMarketPlaceApi.resumeSellingWithHttpInfo(String xRequestedBy,
Long vendorItemId)
옵션별 판매여부 변경(판매재개)
옵션별 판매여부를 변경한다 (판매재개).
|
ApiResponse<OpenApiResult> |
CoupangMarketPlaceApi.sendApprovalRequestWithHttpInfo(String xRequestedBy,
String sellerProductId)
업체상품 승인 요청
업체상품을 승인 요청한다.
|
ApiResponse<OpenApiResult> |
CoupangMarketPlaceApi.stopSellingWithHttpInfo(String xRequestedBy,
Long vendorItemId)
옵션별 판매여부 변경(판매중지)
옵션별 판매여부를 번경한다 (판매중지).
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.changeInventoryQuantityAsync(String xRequestedBy,
Long vendorItemId,
Integer quantity,
ApiCallback<OpenApiResult> callback)
옵션별 수량 변경 (asynchronously)
옵션별 재고 수량를 변경한다.
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.deleteSellerProductAsync(String xRequestedBy,
String sellerProductId,
ApiCallback<OpenApiResult> callback)
업체상품 삭제 (asynchronously)
업체상품을 삭제한다.
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.resumeSellingAsync(String xRequestedBy,
Long vendorItemId,
ApiCallback<OpenApiResult> callback)
옵션별 판매여부 변경(판매재개) (asynchronously)
옵션별 판매여부를 변경한다 (판매재개).
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.sendApprovalRequestAsync(String xRequestedBy,
String sellerProductId,
ApiCallback<OpenApiResult> callback)
업체상품 승인 요청 (asynchronously)
업체상품을 승인 요청한다.
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.stopSellingAsync(String xRequestedBy,
Long vendorItemId,
ApiCallback<OpenApiResult> callback)
옵션별 판매여부 변경(판매중지) (asynchronously)
옵션별 판매여부를 번경한다 (판매중지).
|
Modifier and Type | Method and Description |
---|---|
OpenApiResult |
OpenApiResult.code(String code) |
OpenApiResult |
OpenApiResult.data(Object data) |
OpenApiResult |
OpenApiResult.message(String message) |
Copyright © 2022. All rights reserved.