Package | Description |
---|---|
com.coupang.marketplace.client | |
com.coupang.marketplace.client.api |
Modifier and Type | Method and Description |
---|---|
<T> void |
CoupangMarketPlaceApiClient.executeAsync(com.squareup.okhttp.Call call,
ApiCallback<T> callback)
|
<T> void |
CoupangMarketPlaceApiClient.executeAsync(com.squareup.okhttp.Call call,
Type returnType,
ApiCallback<T> callback)
Execute HTTP call asynchronously.
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.addCommentToInquiryAsync(String inquiryId,
String vendorId,
String xRequestedBy,
CSAddComment cSAddComment,
ApiCallback<ResponseDto> callback)
Seller can use this API to reply the consultations raised by customers.
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.addItemsToCouponAsync(String vendorId,
Long couponId,
VendorItemIdBundle vendorItems,
ApiCallback<OpenapiResponseOfRequested> callback)
couponItems add to the coupon (asynchronously)
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.addVendorItemsToDownloadableCouponsAsync(CouponItemRequest couponItemRequest,
ApiCallback<List<ResponseOfCouponItemResponse>> callback)
Add vendor items to coupons (asynchronously)
Add items to existing coupons
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.applyInvoicesUploadAsync(UploadInvoiceReqDtoV2 uploadInvoiceReqDtoV2,
String vendorId,
String xRequestedBy,
ApiCallback<ResponseDtoOfOrderSheetResponseDto> callback)
배송지시 상태 변경 V2 (분리배송적용) (asynchronously)
ordersheet의 상태를 \"배송지시\" 상태로 변경한다.
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.applyPrepareShipmentStatusAsync(PrepareShipmentReqDto prepareShipmentReqDto,
String vendorId,
String xRequestedBy,
ApiCallback<ResponseDtoOfOrderSheetResponseDto> callback)
상품준비중 상태 변경 (asynchronously)
ordersheet의 상태를 \"상품준비중\" 상태로 변경한다.
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.cancelExchangeAsync(Long exchangeId,
ExchangeCancelDto exchangeCancelDto,
String vendorId,
String xRequestedBy,
ApiCallback<ResponseDtoOfSimpleResultDto> callback)
Vendor reject to do exchange.
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.cancelOrderAsync(Long orderId,
String vendorId,
CsCancelRequestDto csCancelRequestDto,
String xRequestedBy,
ApiCallback<ResponseDtoOfCSReceiptResult> callback)
파트너 강제 취소 (asynchronously)
결제 완료 상태의 주문건을 취소한다.
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.cancelOrderV5Async(String vendorId,
Long orderId,
CancelRequestDtoV5 cancelRequestDtoV5,
ApiCallback<ResponseDtoOfCancelApiResponseDtoV5> callback)
상품 취소 API(v5) (asynchronously)
결제완료/상품준비중 상태의 상품을 취소합니다.
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.changeInventoryQuantityAsync(String xRequestedBy,
Long vendorItemId,
Integer quantity,
ApiCallback<OpenApiResult> callback)
옵션별 수량 변경 (asynchronously)
옵션별 재고 수량를 변경한다.
|
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)
옵션별 가격을 변경한다.
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.checkCategoryStatusAsync(String xRequestedBy,
String displayCategoryCode,
ApiCallback<OpenApiResultOfboolean> callback)
노출카테고리가 유효한지 검사한다.
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.completeDeliveryAsync(String vendorId,
String xRequestedBy,
DeliveryReqDto deliveryReqDto,
ApiCallback<ResponseDtoOfboolean> callback)
장기미배송 수동 배송완료 처리 (asynchronously)
장기미배송 수동 배송완료 처리
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.confirmCancelByPartnerByReceiptIdAsync(Long receiptId,
ReturnApprovalDto returnApprovalDto,
String vendorId,
String xRequestedBy,
ApiCallback<ResponseDto> callback)
Seller can use this API to approve the return request (asynchronously)
Seller can use this API to approve the return request
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.confirmInquiriesAsync(String inquiryId,
String xRequestedBy,
CSCoupangConfirmCondition csCoupangConfirmCondition,
String vendorId,
ApiCallback<ResponseDto> callback)
Seller can use this API to confirms the consultations (asynchronously)
Seller can use this API to confirms the consultations (The consultations were directly raised by consumers to coupang via coupang customer center or seller's call center).
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.confirmReturnDeliveryDoneByExchangeIdAsync(String vendorId,
Long exchangeId,
String xRequestedBy,
ConfirmContent confirmContent,
ApiCallback<ResponseDto> callback)
new API Seller use this API to confirm that they have received the exchange product which are sent by customer.
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.createCouponAsync(String vendorId,
CouponCreateRequestOpenAPIV2Form request,
ApiCallback<OpenapiResponseOfRequested> callback)
프로모션 쿠폰 등록 (asynchronously)
new ContractId 기반 프로모션 쿠폰 등록 V1 에서 조회되는 ContractId와 연동 되지 않음.
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.createDownloadableCouponAsync(CreateCouponRequest createCouponRequest,
ApiCallback<CreateCouponResponse> callback)
Create coupon (asynchronously)
Create coupon in STANDBY mode with policies
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.createInvoiceNumberAsync(String vendorId,
InvoiceNumberCreateDto invoiceNumberCreateDto,
String xRequestedBy,
ApiCallback<ResponseDtoOfInvoiceNumberCreateDto> callback)
수기 송장 등록(반품/교환) (asynchronously)
반품/교환 송장을 수기로 등록한다.
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.createNonContractInfoAsync(String vendorId,
ApiCallback<OpenapiResponseOfContractOpenAPIV2Dto> callback)
업체의 계약서 정보에 자유계약 정보가 없는경우 자유계약 정보를 생성한다.
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.createOutboundShippingCenterAsync(String vendorId,
ShippingPlaceDetailDto shippingPlaceDetailDto,
String xRequestedBy,
ApiCallback<ResponseDtoOfSimpleResultDto> callback)
Register the outbound shipping place.
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.createReturnShippingCenterAsync(String vendorId,
ShippingPlaceDetailDto shippingPlaceDetailDto,
String xRequestedBy,
ApiCallback<ResponseDtoOfSimpleResultDto> callback)
Add return shipment address.
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.createSellerProductAsync(String xRequestedBy,
OSellerProduct oSellerProduct,
ApiCallback<OpenApiResultOflong> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.deleteCouponsAsync(DeleteCouponRequest deleteCouponRequest,
ApiCallback<List<ResponseOfDeleteCouponResponse>> callback)
Delete coupons (asynchronously)
Delete multiple coupons
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.deleteSellerProductAsync(String xRequestedBy,
String sellerProductId,
ApiCallback<OpenApiResult> callback)
업체상품 삭제 (asynchronously)
업체상품을 삭제한다.
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.doAlreadyReleaseAsync(Long receiptId,
String vendorId,
ReleaseInfoDto releaseInfoDto,
String xRequestedBy,
ApiCallback<ResponseDtoOfSimpleResultDto> callback)
이미출고 처리 (asynchronously)
출고중지요청건에 대해 이미출고 처리를 할 수 있다.
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.doProductCategorizationUsingPOSTAsync(String xRequestedBy,
AutoCategorizationRequestDto autoCategorizationRequestDto,
ApiCallback<ResponseDtoOfAutoCategorizationResponseDto> callback)
Product categorization (asynchronously)
Use user-provided information for to predict product category
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.doStopReleaseAsync(Long receiptId,
String vendorId,
ReleaseStopDto releaseStopDto,
String xRequestedBy,
ApiCallback<ResponseDtoOfSimpleResultDto> callback)
출고중지 완료 처리 (asynchronously)
출고중지완료 상태로 변경한다.
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.expireDownloadableCouponsAsync(ExpireCouponRequest expireCouponRequest,
ApiCallback<List<ResponseOfExpireCouponResponse>> callback)
Expire coupons (asynchronously)
Expire multiple coupons
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.expireOfCouponAsync(String vendorId,
Long couponId,
String action,
ApiCallback<OpenapiResponseOfRequested> callback)
쿠폰을 파기합니다.
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.expireOfCouponItemAsync(String vendorId,
Long couponId,
String action,
VendorItemIdBundle vendorItems,
ApiCallback<OpenapiResponseOfRequested> callback)
아아템의 쿠폰 파기 (asynchronously)
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.getCashbackAsync(String xRequestedBy,
String vendorId,
String ruleId,
String vendorItemId,
ApiCallback<ResponseDtoOfProductCashBackSearchResultDto> callback)
Seller can use this API to get the cash back rule details.
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.getCategoryRelatedMetaByDisplayCategoryCodeAsync(String xRequestedBy,
String displayCategoryCode,
ApiCallback<OpenApiResultOfOCategoryMeta> callback)
전시카테고리코드에 해당하는 카테고리관련메타(속성타입, 상품필수정보, 구비서류 등의 목록) 조회.
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.getContractAsync(String vendorId,
Long contractId,
ApiCallback<OpenapiResponseOfContractOpenAPIV2Dto> callback)
업체의 계약 정보 조회 (asynchronously)
계약기반, 자유계약기반 타입으로 구분 조회됨.
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.getContractsAsync(String vendorId,
ApiCallback<OpenapiResponseOfListOfContractOpenAPIV2Dto> callback)
업체의 계약 정보 목록 조회 (asynchronously)
계약기반, 자유계약기반 타입으로 구분 조회됨.
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.getCouponByVendorAsync(String vendorId,
Long couponId,
ApiCallback<OpenapiResponseOfCouponInfoOpenAPIV2Response> callback)
프로모션 쿠폰 조회 (asynchronously)
프로모션 쿠폰 1건을 조회합니다.
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.getCouponsByOrderAsync(String vendorId,
Long orderId,
ApiCallback<OpenapiResponseOfListOfOrderCouponInfoV2Response> callback)
coupon find (asynchronously)
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.getCouponsByVendorAsync(String vendorId,
String status,
Integer page,
Integer size,
List<String> sort,
ApiCallback<OpenapiResponseOfListOfCouponInfoOpenAPIV2Response> callback)
쿠폰 정보 조회 (asynchronously)
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.getCustomerInquiriesByVendorIdAsync(String vendorId,
String xRequestedBy,
String inquiryStartAt,
String inquiryEndAt,
String answeredType,
Long vendorItemId,
Integer pageNum,
Integer pageSize,
ApiCallback<ResponseDtoOfPagedListOfCSCustomerInquiryDto> callback)
Query questions/answers between customer and seller.
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.getDeliveryHistoriesByShipmentBoxIdAsync(Long shipmentBoxId,
String xRequestedBy,
String vendorId,
ApiCallback<ResponseDtoOfDeliveryHistoryDto> callback)
발주건 배송상태 히스토리 조회 (asynchronously)
특정 발주건에 대한 배송상태 히스토리를 조회
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.getDisplayCategoriesAsync(String xRequestedBy,
ApiCallback<OpenApiResultOfODisplayCategory> callback)
노출카테고리 전체목록 조회 (asynchronously)
노출카테고리 전체목록을 조회한다.
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.getDisplayCategoryByCodeAsync(String xRequestedBy,
String displacyCategoryCode,
ApiCallback<OpenApiResultOfODisplayCategory> callback)
노출카테고리 조회 (asynchronously)
노출카테고리코드를 이용하여 전시카테고리를 조회한다.
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.getDownloadableCouponByIdAsync(Long couponId,
ApiCallback<GetCouponResponse> callback)
Get coupon by couponId (asynchronously)
Get coupon based on couponId
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.getExchangesByVendorIdAsync(String vendorId,
String xRequestedBy,
String createdAtFrom,
String createdAtTo,
String status,
Long orderId,
String nextToken,
Integer maxPerPage,
ApiCallback<PagedResponseDtoOfListOfExchangeDtoV1> callback)
get exchange information (asynchronously)
get exchange information
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.getGoodsFeeCorrectionsAsync(String xRequestedBy,
String vendorId,
String recognitionDate,
String nextToken,
Integer maxPerPage,
ApiCallback<ApiResponseDtoOfListOfGoodsFeeCorrectionOutputDto> callback)
Seller can use this API to get settlement goods fee corrections.
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.getGoodsSalesByVendorAsync(String xRequestedBy,
String vendorId,
String recognitionDate,
String nextToken,
Integer maxPerPage,
ApiCallback<ApiResponseDtoOfListOfGoodsSalesOutputDto> callback)
Seller can use this API to get settlement goods sales fee.
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.getInquiriesByVendorAsync(String vendorId,
String xRequestedBy,
String inquiryStartAt,
String inquiryEndAt,
Long orderId,
String partnerCounselingStatus,
Long vendorItemId,
Integer pageNum,
Integer pageSize,
ApiCallback<ResponseDtoOfPagedListOfCSCoupangInquiryDTO> callback)
Query questions/answers between coupang and seller.
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.getInventoryInformationAsync(String xRequestedBy,
Long vendorItemId,
ApiCallback<OpenApiResultOfOSellerProductItemStatus> callback)
옵션별 수량/가격/상태 조회 (asynchronously)
옵션별 수량/가격/상태를 조회한다.
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.getItemByCouponAsync(String vendorId,
Long couponId,
Long couponItemId,
String type,
ApiCallback<OpenapiResponseOfCouponItemInfoResponse> callback)
couponItemId 로 쿠폰아이템찾기 (asynchronously)
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.getItemByRequestedIdAsync(String vendorId,
String requestedId,
ApiCallback<OpenapiResponseOfRequestedStatus> callback)
요청결과 확인하기 (asynchronously)
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.getItemByVendorItemIdAndCouponAsync(String vendorId,
Long couponId,
Long vendorItemId,
String type,
ApiCallback<OpenapiResponseOfCouponItemInfoResponse> callback)
vendorItemId 로 쿠폰아이템찾기 (asynchronously)
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.getItemsByCouponAsync(String vendorId,
Long couponId,
String status,
Integer page,
Integer size,
List<String> sort,
ApiCallback<OpenapiResponseOfListOfCouponItemInfoResponse> callback)
쿠폰상태별로 쿠폰아이템찾기 (asynchronously)
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.getOrderSheetByOrderIdAsync(Long orderId,
String vendorId,
String xRequestedBy,
ApiCallback<ResponseDtoOfListOfOrderSheetDto> callback)
주문번호로 발주서 단건 조회 (asynchronously)
주문번호로 발주서 단건을 조회한다.
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.getOrderSheetByShipmentBoxIdAsync(Long shipmentBoxId,
String vendorId,
String xRequestedBy,
ApiCallback<ResponseDtoOfOrderSheetDto> callback)
발주서 단건 조회V2 (분리배송적용) (asynchronously)
발주서 단건을 조회한다.
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.getOrderSheetsByVendorIdAsync(String vendorId,
String xRequestedBy,
String createdAtFrom,
String createdAtTo,
String status,
String nextToken,
Integer maxPerPage,
String searchType,
ApiCallback<ResponseDtoOfListOfOrderSheetDto> callback)
query order list by separate delivery status and page in days (asynchronously)
query order list in days
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.getOrderSnapshotDetailByOrderIdAsync(String xRequestedBy,
String vendorId,
Long orderId,
String nextToken,
ApiCallback<ApiNextResponseDtoOfListOfOrderSnapshotViewDto> callback)
Seller can use this API to get order paiditems detail (asynchronously)
Seller can use this API to get order snapshot detail.
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.getOrderSnapshotDetailByVendorIdAsync(String xRequestedBy,
String vendorId,
String startTime,
String endTime,
Long vendorItemId,
String shipmentStatusCode,
Integer maxPerPage,
String nextToken,
ApiCallback<ApiNextResponseDtoOfListOfOrderSnapshotViewDto> callback)
Seller can use this API to get order paiditems detail (asynchronously)
Seller can use this API to get order snapshot specified amount.
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.getOutboundShippingCenterAsync(String vendorId,
String xRequestedBy,
String searchType,
String outboundShippingPlaceCodes,
Integer pageNum,
Integer pageSize,
ApiCallback<ResponseDtoOfPagedListOfOutboundInquiryReturnDTO> callback)
get outbound shipping places by outboundShippingPlaceCodes (asynchronously)
get outbound shipping places by outboundShippingPlaceCodes
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.getOutboundShippingPlaceAsync(String vendorId,
Integer pageNum,
Integer pageSize,
List<Long> placeCodes,
List<String> placeNames,
ApiCallback<PagedResponseOfOutboundInquiryReturn> callback)
Get outbound shipping place (asynchronously)
Get outbound shipping place
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.getReturnRequestedListByReceiptIdAsync(Long receiptId,
String vendorId,
String xRequestedBy,
ApiCallback<ResponseDtoOfReturnDto> callback)
Seller can use this API to query the return detail info by receiptId.
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.getReturnRequestedListByVendorIdAsync(String vendorId,
String xRequestedBy,
String createdAtFrom,
String createdAtTo,
String status,
Long orderId,
String nextToken,
Integer maxPerPage,
String searchType,
String cancelType,
ApiCallback<ResponseDtoOfListOfReturnDto> callback)
Seller can use this API to query the return detail info based on different partner confirm progress status in minutes level.
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.getReturnShippingCenterAsync(String vendorId,
String xRequestedBy,
Integer pageNum,
Integer pageSize,
ApiCallback<ResponseDtoOfPagedListOfShippingPlaceResponseReturnDto> callback)
Inquiry return shipment addresses with pagination.
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.getReturnWithdrawRequestedListAsync(String vendorId,
String xRequestedBy,
ReturnWithdrawReqDto returnWithdrawReqDto,
ApiCallback<ResponseDtoOfListOfReturnWithdrawDto> callback)
반품 철회 이력 (asynchronously)
반품 철회 이력
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.getReturnWithdrawRequestsByPageV4Async(String vendorId,
String dateFrom,
String dateTo,
Integer sizePerPage,
Integer pageIndex,
String xRequestedBy,
ApiCallback<PagedResponseDtoWithPageIndexOfListOfReturnWithdrawDto> callback)
반품 철회 이력 기간별 조회 (asynchronously)
반품 철회 이력 기간별 조회
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.getRevenueHistoryAsync(String vendorId,
String recognitionDateFrom,
String recognitionDateTo,
String token,
String xRequestedBy,
Integer maxPerPage,
ApiCallback<OpenapiResponseOfListOfRevenueHistoryApiDto> callback)
Get revenue history (asynchronously)
Detailed vendor revenue history
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.getSellerInfoAsync(String vendorId,
Long contractId,
String targetMonth,
ApiCallback<OpenapiResponseOfListOfBudgetStateResponse> callback)
업체의 각 계약서별로 할인 분담율 및 예산 조회 (asynchronously)
업체의 각 계약서별로 예산월에 속한 예산 및 셀러의 할인분담율을 제공한다.
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.getSettlementHistoriesAsync(String vendorId,
String revenueRecognitionYearMonth,
ApiCallback<List<SettlementHistoryDto>> callback)
settlement histories (asynchronously)
settlement histories by revenueRecognitionYearMonth
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.getTransactionStatusAsync(String xRequestedBy,
String requestTransactionId,
ApiCallback<TransactionStatusResponseOfCouponTransactionStatusResponse> callback)
Get status of transaction id (asynchronously)
Get status of already submitted request by transactionId
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.printOrderLabelAsync(OrderLabelPrintRequest orderLabelPrintRequest,
String vendorId,
String xRequestedBy,
ApiCallback<ResponseDtoOfstring> callback)
print order label (asynchronously)
print order label
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.readSellerProductAsync(String xRequestedBy,
String sellerProductId,
ApiCallback<OpenApiResultOfOSellerProduct> callback)
업체상품 조회 (asynchronously)
업체상품을 조회한다.
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.readSellerProductHistoryAsync(String xRequestedBy,
String sellerProductId,
ApiCallback<OpenApiPagedResultOfOSellerProductStatusHistory> callback)
업체상품 상태변경이력 조회 (asynchronously)
업체상품아이디로 상태 변경 이력을 조회한다.
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.readSellerProductsAsync(String xRequestedBy,
String vendorId,
String createdAtFrom,
String createdAtTo,
ApiCallback<OpenApiResultOfListOfOSellerProductListItem> callback)
업체상품 목록 조회 (asynchronously)
업체상품 목록을 생성일시 기준으로 조회한다.
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.readSellerProductsByExternalVendorSkuCodeAsync(String xRequestedBy,
String externalVendorSkuCode,
ApiCallback<OpenApiResultOfListOfOSellerProductListItem> callback)
업체상품코드로 업체상품 목록 조회 (asynchronously)
업체상품코드로 업체상품 목록을 조회한다.
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.replyInquiriesAsync(String inquiryId,
String xRequestedBy,
CSCoupangReplyCondition csCoupangReplyCondition,
String vendorId,
ApiCallback<ResponseDto> callback)
Seller can use this API to reply the consultations (asynchronously)
Seller can use this API to reply the consultations (The consultations were directly raised by consumers to coupang via coupang customer center or seller's call center).
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.resumeSellingAsync(String xRequestedBy,
Long vendorItemId,
ApiCallback<OpenApiResult> callback)
옵션별 판매여부 변경(판매재개) (asynchronously)
옵션별 판매여부를 변경한다 (판매재개).
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.returnDeliveryDoneConfirmationAsync(Long receiptId,
WarehouseCheckDto warehouseCheckDto,
String vendorId,
String xRequestedBy,
ApiCallback<ResponseDto> callback)
Seller can use this API to check if the collected goods is ok.
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.saveInvoiceAsync(Long exchangeId,
String vendorId,
List<ExchangeInvoicesDto> exchangeInvoicesDtos,
String xRequestedBy,
ApiCallback<ResponseDtoOfSimpleResultDto> callback)
Create new order for exchanging.
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.searchDownloadableCouponsAsync(Long contractId,
String xRequestedBy,
String couponName,
String createDateStartAt,
String createDateEndAt,
String couponType,
List<String> couponStatuses,
List<String> appliedItemStatuses,
List<Long> couponIds,
Integer page,
Integer size,
ApiCallback<PagedResponseOfCouponDetails> callback)
Get list of coupon by search criteria (asynchronously)
Get coupons based on search criteria
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.searchExistingProductsAsync(String xRequestedBy,
String productName,
Integer nextToken,
Integer maxPerPage,
ApiCallback<OpenApiPagedResultOfOProduct> callback)
노출상품 목록 페이징 조회 (asynchronously)
노출상품 목록을 상품명으로 페이징 조회를 한다.
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.searchSellerProductAsync(String xRequestedBy,
Long nextToken,
Integer maxPerPage,
Long sellerProductId,
String sellerProductName,
Long productId,
String vendorId,
String mdId,
String status,
String manufacture,
String brand,
String createdAt,
Long vendorItemId,
ApiCallback<OpenApiPagedResultOfOSellerProductListItem> callback)
업체상품 목록 페이징 조회 (asynchronously)
업체상품 목록을 페이징 조회한다.
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.sendApprovalRequestAsync(String xRequestedBy,
String sellerProductId,
ApiCallback<OpenApiResult> callback)
업체상품 승인 요청 (asynchronously)
업체상품을 승인 요청한다.
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.setCashbacksV4Async(String xRequestedBy,
String vendorId,
ProductCashBackInputDto productCashBackInfoInputDto,
ApiCallback<ResponseDtoOfProductCashBackOutputDto> callback)
Seller can use this API to set cash back rule to vendorItems.
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.stopCashbackV4Async(String xRequestedBy,
String vendorId,
String ruleId,
String vendorItemId,
ApiCallback<ResponseDto> callback)
Seller can use this API to stop the cash back rule which applied to the corresponding vendorItemId.
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.stopSellingAsync(String xRequestedBy,
Long vendorItemId,
ApiCallback<OpenApiResult> callback)
옵션별 판매여부 변경(판매중지) (asynchronously)
옵션별 판매여부를 번경한다 (판매중지).
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.updateInvoicesAsync(InvoiceReqDto invoiceReqDto,
String vendorId,
String xRequestedBy,
ApiCallback<ResponseDtoOfOrderSheetResponseDto> callback)
Update invoice number of the shipping box of an existing order (asynchronously)
1.
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.updateOutboundShippingCenterAsync(String vendorId,
Long outboundShippingPlaceCode,
ShippingPlaceDetailDto shippingPlaceDetailDto,
String xRequestedBy,
ApiCallback<ResponseDtoOfSimpleResultDto> callback)
Modify the outbound shipping place.
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.updateReturnShippingCenterAsync(String vendorId,
Long returnCenterCode,
ShippingPlaceDetailDto shippingPlaceDetailDto,
String xRequestedBy,
ApiCallback<ResponseDtoOfSimpleResultDto> callback)
Modify return shipment address.
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.updateSellerProductAsync(String xRequestedBy,
OSellerProduct oSellerProduct,
ApiCallback<OpenApiResultOflong> callback)
업체상품 수정 (asynchronously)
업체상품을 수정한다.
|
Copyright © 2022. All rights reserved.