Package | Description |
---|---|
com.coupang.marketplace.client.api | |
com.coupang.marketplace.client.model.product |
Modifier and Type | Method and Description |
---|---|
OpenApiResultOfstring |
CoupangMarketPlaceApi.changeOriginalPriceUsingPUT(String xRequestedBy,
Long vendorItemId,
Long originalPrice)
Change original price
Sellers can use this api to change the original price of vendor item by vendorItemId when vendorItemId is generated after vendor product is approved.
|
OpenApiResultOfstring |
CoupangMarketPlaceApi.changeSalePriceUsingPUT(String xRequestedBy,
Long vendorItemId,
Long price,
Boolean forceSalePriceUpdate)
옵션별 가격 변경
옵션별 가격을 변경한다.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<OpenApiResultOfstring> |
CoupangMarketPlaceApi.changeOriginalPriceUsingPUTWithHttpInfo(String xRequestedBy,
Long vendorItemId,
Long originalPrice)
Change original price
Sellers can use this api to change the original price of vendor item by vendorItemId when vendorItemId is generated after vendor product is approved.
|
ApiResponse<OpenApiResultOfstring> |
CoupangMarketPlaceApi.changeSalePriceUsingPUTWithHttpInfo(String xRequestedBy,
Long vendorItemId,
Long price,
Boolean forceSalePriceUpdate)
옵션별 가격 변경
옵션별 가격을 변경한다.
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.changeOriginalPriceUsingPUTAsync(String xRequestedBy,
Long vendorItemId,
Long originalPrice,
ApiCallback<OpenApiResultOfstring> callback)
Change original price (asynchronously)
Sellers can use this api to change the original price of vendor item by vendorItemId when vendorItemId is generated after vendor product is approved.
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.changeSalePriceUsingPUTAsync(String xRequestedBy,
Long vendorItemId,
Long price,
Boolean forceSalePriceUpdate,
ApiCallback<OpenApiResultOfstring> callback)
옵션별 가격 변경 (asynchronously)
옵션별 가격을 변경한다.
|
Modifier and Type | Method and Description |
---|---|
OpenApiResultOfstring |
OpenApiResultOfstring.code(String code) |
OpenApiResultOfstring |
OpenApiResultOfstring.data(String data) |
OpenApiResultOfstring |
OpenApiResultOfstring.message(String message) |
Copyright © 2022. All rights reserved.