public class CoupangMarketPlaceApi extends Object
Constructor and Description |
---|
CoupangMarketPlaceApi() |
CoupangMarketPlaceApi(CoupangMarketPlaceApiClient apiClient) |
CoupangMarketPlaceApi(String secretKey,
String accessKey) |
CoupangMarketPlaceApi(String secretKey,
String accessKey,
boolean isDebugging) |
Modifier and Type | Method and Description |
---|---|
ResponseDto |
addCommentToInquiry(String inquiryId,
String vendorId,
String xRequestedBy,
CSAddComment cSAddComment)
Seller can use this API to reply the consultations raised by customers.
|
com.squareup.okhttp.Call |
addCommentToInquiryAsync(String inquiryId,
String vendorId,
String xRequestedBy,
CSAddComment cSAddComment,
ApiCallback<ResponseDto> callback)
Seller can use this API to reply the consultations raised by customers.
|
ApiResponse<ResponseDto> |
addCommentToInquiryWithHttpInfo(String inquiryId,
String vendorId,
String xRequestedBy,
CSAddComment cSAddComment)
Seller can use this API to reply the consultations raised by customers.
|
OpenapiResponseOfRequested |
addItemsToCoupon(String vendorId,
Long couponId,
VendorItemIdBundle vendorItems)
couponItems add to the coupon
|
com.squareup.okhttp.Call |
addItemsToCouponAsync(String vendorId,
Long couponId,
VendorItemIdBundle vendorItems,
ApiCallback<OpenapiResponseOfRequested> callback)
couponItems add to the coupon (asynchronously)
|
ApiResponse<OpenapiResponseOfRequested> |
addItemsToCouponWithHttpInfo(String vendorId,
Long couponId,
VendorItemIdBundle vendorItems)
couponItems add to the coupon
|
List<ResponseOfCouponItemResponse> |
addVendorItemsToDownloadableCoupons(CouponItemRequest couponItemRequest)
Add vendor items to coupons
Add items to existing coupons
|
com.squareup.okhttp.Call |
addVendorItemsToDownloadableCouponsAsync(CouponItemRequest couponItemRequest,
ApiCallback<List<ResponseOfCouponItemResponse>> callback)
Add vendor items to coupons (asynchronously)
Add items to existing coupons
|
ApiResponse<List<ResponseOfCouponItemResponse>> |
addVendorItemsToDownloadableCouponsWithHttpInfo(CouponItemRequest couponItemRequest)
Add vendor items to coupons
Add items to existing coupons
|
ResponseDtoOfOrderSheetResponseDto |
applyInvoicesUpload(UploadInvoiceReqDtoV2 uploadInvoiceReqDtoV2,
String vendorId,
String xRequestedBy)
배송지시 상태 변경 V2 (분리배송적용)
ordersheet의 상태를 \"배송지시\" 상태로 변경한다.
|
com.squareup.okhttp.Call |
applyInvoicesUploadAsync(UploadInvoiceReqDtoV2 uploadInvoiceReqDtoV2,
String vendorId,
String xRequestedBy,
ApiCallback<ResponseDtoOfOrderSheetResponseDto> callback)
배송지시 상태 변경 V2 (분리배송적용) (asynchronously)
ordersheet의 상태를 \"배송지시\" 상태로 변경한다.
|
ApiResponse<ResponseDtoOfOrderSheetResponseDto> |
applyInvoicesUploadWithHttpInfo(UploadInvoiceReqDtoV2 uploadInvoiceReqDtoV2,
String vendorId,
String xRequestedBy)
배송지시 상태 변경 V2 (분리배송적용)
ordersheet의 상태를 \"배송지시\" 상태로 변경한다.
|
ResponseDtoOfOrderSheetResponseDto |
applyPrepareShipmentStatus(PrepareShipmentReqDto prepareShipmentReqDto,
String vendorId,
String xRequestedBy)
상품준비중 상태 변경
ordersheet의 상태를 \"상품준비중\" 상태로 변경한다.
|
com.squareup.okhttp.Call |
applyPrepareShipmentStatusAsync(PrepareShipmentReqDto prepareShipmentReqDto,
String vendorId,
String xRequestedBy,
ApiCallback<ResponseDtoOfOrderSheetResponseDto> callback)
상품준비중 상태 변경 (asynchronously)
ordersheet의 상태를 \"상품준비중\" 상태로 변경한다.
|
ApiResponse<ResponseDtoOfOrderSheetResponseDto> |
applyPrepareShipmentStatusWithHttpInfo(PrepareShipmentReqDto prepareShipmentReqDto,
String vendorId,
String xRequestedBy)
상품준비중 상태 변경
ordersheet의 상태를 \"상품준비중\" 상태로 변경한다.
|
ResponseDtoOfSimpleResultDto |
cancelExchange(Long exchangeId,
ExchangeCancelDto exchangeCancelDto,
String vendorId,
String xRequestedBy)
Vendor reject to do exchange.
|
com.squareup.okhttp.Call |
cancelExchangeAsync(Long exchangeId,
ExchangeCancelDto exchangeCancelDto,
String vendorId,
String xRequestedBy,
ApiCallback<ResponseDtoOfSimpleResultDto> callback)
Vendor reject to do exchange.
|
ApiResponse<ResponseDtoOfSimpleResultDto> |
cancelExchangeWithHttpInfo(Long exchangeId,
ExchangeCancelDto exchangeCancelDto,
String vendorId,
String xRequestedBy)
Vendor reject to do exchange.
|
ResponseDtoOfCSReceiptResult |
cancelOrder(Long orderId,
String vendorId,
CsCancelRequestDto csCancelRequestDto,
String xRequestedBy)
파트너 강제 취소
결제 완료 상태의 주문건을 취소한다.
|
com.squareup.okhttp.Call |
cancelOrderAsync(Long orderId,
String vendorId,
CsCancelRequestDto csCancelRequestDto,
String xRequestedBy,
ApiCallback<ResponseDtoOfCSReceiptResult> callback)
파트너 강제 취소 (asynchronously)
결제 완료 상태의 주문건을 취소한다.
|
ResponseDtoOfCancelApiResponseDtoV5 |
cancelOrderV5(String vendorId,
Long orderId,
CancelRequestDtoV5 cancelRequestDtoV5)
상품 취소 API(v5)
결제완료/상품준비중 상태의 상품을 취소합니다.
|
com.squareup.okhttp.Call |
cancelOrderV5Async(String vendorId,
Long orderId,
CancelRequestDtoV5 cancelRequestDtoV5,
ApiCallback<ResponseDtoOfCancelApiResponseDtoV5> callback)
상품 취소 API(v5) (asynchronously)
결제완료/상품준비중 상태의 상품을 취소합니다.
|
ApiResponse<ResponseDtoOfCancelApiResponseDtoV5> |
cancelOrderV5WithHttpInfo(String vendorId,
Long orderId,
CancelRequestDtoV5 cancelRequestDtoV5)
상품 취소 API(v5)
결제완료/상품준비중 상태의 상품을 취소합니다.
|
ApiResponse<ResponseDtoOfCSReceiptResult> |
cancelOrderWithHttpInfo(Long orderId,
String vendorId,
CsCancelRequestDto csCancelRequestDto,
String xRequestedBy)
파트너 강제 취소
결제 완료 상태의 주문건을 취소한다.
|
OpenApiResult |
changeInventoryQuantity(String xRequestedBy,
Long vendorItemId,
Integer quantity)
옵션별 수량 변경
옵션별 재고 수량를 변경한다.
|
com.squareup.okhttp.Call |
changeInventoryQuantityAsync(String xRequestedBy,
Long vendorItemId,
Integer quantity,
ApiCallback<OpenApiResult> callback)
옵션별 수량 변경 (asynchronously)
옵션별 재고 수량를 변경한다.
|
ApiResponse<OpenApiResult> |
changeInventoryQuantityWithHttpInfo(String xRequestedBy,
Long vendorItemId,
Integer quantity)
옵션별 수량 변경
옵션별 재고 수량를 변경한다.
|
OpenApiResultOfstring |
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.
|
com.squareup.okhttp.Call |
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.
|
ApiResponse<OpenApiResultOfstring> |
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.
|
OpenApiResultOfstring |
changeSalePriceUsingPUT(String xRequestedBy,
Long vendorItemId,
Long price,
Boolean forceSalePriceUpdate)
옵션별 가격 변경
옵션별 가격을 변경한다.
|
com.squareup.okhttp.Call |
changeSalePriceUsingPUTAsync(String xRequestedBy,
Long vendorItemId,
Long price,
Boolean forceSalePriceUpdate,
ApiCallback<OpenApiResultOfstring> callback)
옵션별 가격 변경 (asynchronously)
옵션별 가격을 변경한다.
|
ApiResponse<OpenApiResultOfstring> |
changeSalePriceUsingPUTWithHttpInfo(String xRequestedBy,
Long vendorItemId,
Long price,
Boolean forceSalePriceUpdate)
옵션별 가격 변경
옵션별 가격을 변경한다.
|
OpenApiResultOfboolean |
checkCategoryStatus(String xRequestedBy,
String displayCategoryCode)
노출카테고리가 유효한지 검사한다.
|
com.squareup.okhttp.Call |
checkCategoryStatusAsync(String xRequestedBy,
String displayCategoryCode,
ApiCallback<OpenApiResultOfboolean> callback)
노출카테고리가 유효한지 검사한다.
|
ApiResponse<OpenApiResultOfboolean> |
checkCategoryStatusWithHttpInfo(String xRequestedBy,
String displayCategoryCode)
노출카테고리가 유효한지 검사한다.
|
ResponseDtoOfboolean |
completeDelivery(String vendorId,
String xRequestedBy,
DeliveryReqDto deliveryReqDto)
장기미배송 수동 배송완료 처리
장기미배송 수동 배송완료 처리
|
com.squareup.okhttp.Call |
completeDeliveryAsync(String vendorId,
String xRequestedBy,
DeliveryReqDto deliveryReqDto,
ApiCallback<ResponseDtoOfboolean> callback)
장기미배송 수동 배송완료 처리 (asynchronously)
장기미배송 수동 배송완료 처리
|
ApiResponse<ResponseDtoOfboolean> |
completeDeliveryWithHttpInfo(String vendorId,
String xRequestedBy,
DeliveryReqDto deliveryReqDto)
장기미배송 수동 배송완료 처리
장기미배송 수동 배송완료 처리
|
ResponseDto |
confirmCancelByPartnerByReceiptId(Long receiptId,
ReturnApprovalDto returnApprovalDto,
String vendorId,
String xRequestedBy)
Seller can use this API to approve the return request
Seller can use this API to approve the return request
|
com.squareup.okhttp.Call |
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
|
ApiResponse<ResponseDto> |
confirmCancelByPartnerByReceiptIdWithHttpInfo(Long receiptId,
ReturnApprovalDto returnApprovalDto,
String vendorId,
String xRequestedBy)
Seller can use this API to approve the return request
Seller can use this API to approve the return request
|
ResponseDto |
confirmInquiries(String inquiryId,
String xRequestedBy,
CSCoupangConfirmCondition csCoupangConfirmCondition,
String vendorId)
Seller can use this API to confirms the consultations
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 |
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).
|
ApiResponse<ResponseDto> |
confirmInquiriesWithHttpInfo(String inquiryId,
String xRequestedBy,
CSCoupangConfirmCondition csCoupangConfirmCondition,
String vendorId)
Seller can use this API to confirms the consultations
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).
|
ResponseDto |
confirmReturnDeliveryDoneByExchangeId(String vendorId,
Long exchangeId,
String xRequestedBy,
ConfirmContent confirmContent)
new API Seller use this API to confirm that they have received the exchange product which are sent by customer.
|
com.squareup.okhttp.Call |
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.
|
ApiResponse<ResponseDto> |
confirmReturnDeliveryDoneByExchangeIdWithHttpInfo(String vendorId,
Long exchangeId,
String xRequestedBy,
ConfirmContent confirmContent)
new API Seller use this API to confirm that they have received the exchange product which are sent by customer.
|
OpenapiResponseOfRequested |
createCoupon(String vendorId,
CouponCreateRequestOpenAPIV2Form request)
프로모션 쿠폰 등록
new ContractId 기반 프로모션 쿠폰 등록 V1 에서 조회되는 ContractId와 연동 되지 않음.
|
com.squareup.okhttp.Call |
createCouponAsync(String vendorId,
CouponCreateRequestOpenAPIV2Form request,
ApiCallback<OpenapiResponseOfRequested> callback)
프로모션 쿠폰 등록 (asynchronously)
new ContractId 기반 프로모션 쿠폰 등록 V1 에서 조회되는 ContractId와 연동 되지 않음.
|
ApiResponse<OpenapiResponseOfRequested> |
createCouponWithHttpInfo(String vendorId,
CouponCreateRequestOpenAPIV2Form request)
프로모션 쿠폰 등록
new ContractId 기반 프로모션 쿠폰 등록 V1 에서 조회되는 ContractId와 연동 되지 않음.
|
CreateCouponResponse |
createDownloadableCoupon(CreateCouponRequest createCouponRequest)
Create coupon
Create coupon in STANDBY mode with policies
|
com.squareup.okhttp.Call |
createDownloadableCouponAsync(CreateCouponRequest createCouponRequest,
ApiCallback<CreateCouponResponse> callback)
Create coupon (asynchronously)
Create coupon in STANDBY mode with policies
|
ApiResponse<CreateCouponResponse> |
createDownloadableCouponWithHttpInfo(CreateCouponRequest createCouponRequest)
Create coupon
Create coupon in STANDBY mode with policies
|
ResponseDtoOfInvoiceNumberCreateDto |
createInvoiceNumber(String vendorId,
InvoiceNumberCreateDto invoiceNumberCreateDto,
String xRequestedBy)
수기 송장 등록(반품/교환)
반품/교환 송장을 수기로 등록한다.
|
com.squareup.okhttp.Call |
createInvoiceNumberAsync(String vendorId,
InvoiceNumberCreateDto invoiceNumberCreateDto,
String xRequestedBy,
ApiCallback<ResponseDtoOfInvoiceNumberCreateDto> callback)
수기 송장 등록(반품/교환) (asynchronously)
반품/교환 송장을 수기로 등록한다.
|
ApiResponse<ResponseDtoOfInvoiceNumberCreateDto> |
createInvoiceNumberWithHttpInfo(String vendorId,
InvoiceNumberCreateDto invoiceNumberCreateDto,
String xRequestedBy)
수기 송장 등록(반품/교환)
반품/교환 송장을 수기로 등록한다.
|
OpenapiResponseOfContractOpenAPIV2Dto |
createNonContractInfo(String vendorId)
업체의 계약서 정보에 자유계약 정보가 없는경우 자유계약 정보를 생성한다.
|
com.squareup.okhttp.Call |
createNonContractInfoAsync(String vendorId,
ApiCallback<OpenapiResponseOfContractOpenAPIV2Dto> callback)
업체의 계약서 정보에 자유계약 정보가 없는경우 자유계약 정보를 생성한다.
|
ApiResponse<OpenapiResponseOfContractOpenAPIV2Dto> |
createNonContractInfoWithHttpInfo(String vendorId)
업체의 계약서 정보에 자유계약 정보가 없는경우 자유계약 정보를 생성한다.
|
ResponseDtoOfSimpleResultDto |
createOutboundShippingCenter(String vendorId,
ShippingPlaceDetailDto shippingPlaceDetailDto,
String xRequestedBy)
Register the outbound shipping place.
|
com.squareup.okhttp.Call |
createOutboundShippingCenterAsync(String vendorId,
ShippingPlaceDetailDto shippingPlaceDetailDto,
String xRequestedBy,
ApiCallback<ResponseDtoOfSimpleResultDto> callback)
Register the outbound shipping place.
|
ApiResponse<ResponseDtoOfSimpleResultDto> |
createOutboundShippingCenterWithHttpInfo(String vendorId,
ShippingPlaceDetailDto shippingPlaceDetailDto,
String xRequestedBy)
Register the outbound shipping place.
|
ResponseDtoOfSimpleResultDto |
createReturnShippingCenter(String vendorId,
ShippingPlaceDetailDto shippingPlaceDetailDto,
String xRequestedBy)
Add return shipment address.
|
com.squareup.okhttp.Call |
createReturnShippingCenterAsync(String vendorId,
ShippingPlaceDetailDto shippingPlaceDetailDto,
String xRequestedBy,
ApiCallback<ResponseDtoOfSimpleResultDto> callback)
Add return shipment address.
|
ApiResponse<ResponseDtoOfSimpleResultDto> |
createReturnShippingCenterWithHttpInfo(String vendorId,
ShippingPlaceDetailDto shippingPlaceDetailDto,
String xRequestedBy)
Add return shipment address.
|
OpenApiResultOflong |
createSellerProduct(String xRequestedBy,
OSellerProduct oSellerProduct) |
com.squareup.okhttp.Call |
createSellerProductAsync(String xRequestedBy,
OSellerProduct oSellerProduct,
ApiCallback<OpenApiResultOflong> callback)
(asynchronously)
|
ApiResponse<OpenApiResultOflong> |
createSellerProductWithHttpInfo(String xRequestedBy,
OSellerProduct oSellerProduct) |
List<ResponseOfDeleteCouponResponse> |
deleteCoupons(DeleteCouponRequest deleteCouponRequest)
Delete coupons
Delete multiple coupons
|
com.squareup.okhttp.Call |
deleteCouponsAsync(DeleteCouponRequest deleteCouponRequest,
ApiCallback<List<ResponseOfDeleteCouponResponse>> callback)
Delete coupons (asynchronously)
Delete multiple coupons
|
ApiResponse<List<ResponseOfDeleteCouponResponse>> |
deleteCouponsWithHttpInfo(DeleteCouponRequest deleteCouponRequest)
Delete coupons
Delete multiple coupons
|
OpenApiResult |
deleteSellerProduct(String xRequestedBy,
String sellerProductId)
업체상품 삭제
업체상품을 삭제한다.
|
com.squareup.okhttp.Call |
deleteSellerProductAsync(String xRequestedBy,
String sellerProductId,
ApiCallback<OpenApiResult> callback)
업체상품 삭제 (asynchronously)
업체상품을 삭제한다.
|
ApiResponse<OpenApiResult> |
deleteSellerProductWithHttpInfo(String xRequestedBy,
String sellerProductId)
업체상품 삭제
업체상품을 삭제한다.
|
ResponseDtoOfSimpleResultDto |
doAlreadyRelease(Long receiptId,
String vendorId,
ReleaseInfoDto releaseInfoDto,
String xRequestedBy)
이미출고 처리
출고중지요청건에 대해 이미출고 처리를 할 수 있다.
|
com.squareup.okhttp.Call |
doAlreadyReleaseAsync(Long receiptId,
String vendorId,
ReleaseInfoDto releaseInfoDto,
String xRequestedBy,
ApiCallback<ResponseDtoOfSimpleResultDto> callback)
이미출고 처리 (asynchronously)
출고중지요청건에 대해 이미출고 처리를 할 수 있다.
|
ApiResponse<ResponseDtoOfSimpleResultDto> |
doAlreadyReleaseWithHttpInfo(Long receiptId,
String vendorId,
ReleaseInfoDto releaseInfoDto,
String xRequestedBy)
이미출고 처리
출고중지요청건에 대해 이미출고 처리를 할 수 있다.
|
ResponseDtoOfAutoCategorizationResponseDto |
doProductCategorizationUsingPOST(String xRequestedBy,
AutoCategorizationRequestDto autoCategorizationRequestDto)
Product categorization
Use user-provided information for to predict product category
|
com.squareup.okhttp.Call |
doProductCategorizationUsingPOSTAsync(String xRequestedBy,
AutoCategorizationRequestDto autoCategorizationRequestDto,
ApiCallback<ResponseDtoOfAutoCategorizationResponseDto> callback)
Product categorization (asynchronously)
Use user-provided information for to predict product category
|
ApiResponse<ResponseDtoOfAutoCategorizationResponseDto> |
doProductCategorizationUsingPOSTWithHttpInfo(String xRequestedBy,
AutoCategorizationRequestDto autoCategorizationRequestDto)
Product categorization
Use user-provided information for to predict product category
|
ResponseDtoOfSimpleResultDto |
doStopRelease(Long receiptId,
String vendorId,
ReleaseStopDto releaseStopDto,
String xRequestedBy)
출고중지 완료 처리
출고중지완료 상태로 변경한다.
|
com.squareup.okhttp.Call |
doStopReleaseAsync(Long receiptId,
String vendorId,
ReleaseStopDto releaseStopDto,
String xRequestedBy,
ApiCallback<ResponseDtoOfSimpleResultDto> callback)
출고중지 완료 처리 (asynchronously)
출고중지완료 상태로 변경한다.
|
ApiResponse<ResponseDtoOfSimpleResultDto> |
doStopReleaseWithHttpInfo(Long receiptId,
String vendorId,
ReleaseStopDto releaseStopDto,
String xRequestedBy)
출고중지 완료 처리
출고중지완료 상태로 변경한다.
|
List<ResponseOfExpireCouponResponse> |
expireDownloadableCoupons(ExpireCouponRequest expireCouponRequest)
Expire coupons
Expire multiple coupons
|
com.squareup.okhttp.Call |
expireDownloadableCouponsAsync(ExpireCouponRequest expireCouponRequest,
ApiCallback<List<ResponseOfExpireCouponResponse>> callback)
Expire coupons (asynchronously)
Expire multiple coupons
|
ApiResponse<List<ResponseOfExpireCouponResponse>> |
expireDownloadableCouponsWithHttpInfo(ExpireCouponRequest expireCouponRequest)
Expire coupons
Expire multiple coupons
|
OpenapiResponseOfRequested |
expireOfCoupon(String vendorId,
Long couponId,
String action)
쿠폰을 파기합니다.
|
com.squareup.okhttp.Call |
expireOfCouponAsync(String vendorId,
Long couponId,
String action,
ApiCallback<OpenapiResponseOfRequested> callback)
쿠폰을 파기합니다.
|
OpenapiResponseOfRequested |
expireOfCouponItem(String vendorId,
Long couponId,
String action,
VendorItemIdBundle vendorItems)
아아템의 쿠폰 파기
|
com.squareup.okhttp.Call |
expireOfCouponItemAsync(String vendorId,
Long couponId,
String action,
VendorItemIdBundle vendorItems,
ApiCallback<OpenapiResponseOfRequested> callback)
아아템의 쿠폰 파기 (asynchronously)
|
ApiResponse<OpenapiResponseOfRequested> |
expireOfCouponItemWithHttpInfo(String vendorId,
Long couponId,
String action,
VendorItemIdBundle vendorItems)
아아템의 쿠폰 파기
|
ApiResponse<OpenapiResponseOfRequested> |
expireOfCouponWithHttpInfo(String vendorId,
Long couponId,
String action)
쿠폰을 파기합니다.
|
CoupangMarketPlaceApiClient |
getApiClient() |
ResponseDtoOfProductCashBackSearchResultDto |
getCashback(String xRequestedBy,
String vendorId,
String ruleId,
String vendorItemId)
Seller can use this API to get the cash back rule details.
|
com.squareup.okhttp.Call |
getCashbackAsync(String xRequestedBy,
String vendorId,
String ruleId,
String vendorItemId,
ApiCallback<ResponseDtoOfProductCashBackSearchResultDto> callback)
Seller can use this API to get the cash back rule details.
|
ApiResponse<ResponseDtoOfProductCashBackSearchResultDto> |
getCashbackWithHttpInfo(String xRequestedBy,
String vendorId,
String ruleId,
String vendorItemId)
Seller can use this API to get the cash back rule details.
|
OpenApiResultOfOCategoryMeta |
getCategoryRelatedMetaByDisplayCategoryCode(String xRequestedBy,
String displayCategoryCode)
전시카테고리코드에 해당하는 카테고리관련메타(속성타입, 상품필수정보, 구비서류 등의 목록) 조회.
|
com.squareup.okhttp.Call |
getCategoryRelatedMetaByDisplayCategoryCodeAsync(String xRequestedBy,
String displayCategoryCode,
ApiCallback<OpenApiResultOfOCategoryMeta> callback)
전시카테고리코드에 해당하는 카테고리관련메타(속성타입, 상품필수정보, 구비서류 등의 목록) 조회.
|
ApiResponse<OpenApiResultOfOCategoryMeta> |
getCategoryRelatedMetaByDisplayCategoryCodeWithHttpInfo(String xRequestedBy,
String displayCategoryCode)
전시카테고리코드에 해당하는 카테고리관련메타(속성타입, 상품필수정보, 구비서류 등의 목록) 조회.
|
OpenapiResponseOfContractOpenAPIV2Dto |
getContract(String vendorId,
Long contractId)
업체의 계약 정보 조회
계약기반, 자유계약기반 타입으로 구분 조회됨.
|
com.squareup.okhttp.Call |
getContractAsync(String vendorId,
Long contractId,
ApiCallback<OpenapiResponseOfContractOpenAPIV2Dto> callback)
업체의 계약 정보 조회 (asynchronously)
계약기반, 자유계약기반 타입으로 구분 조회됨.
|
OpenapiResponseOfListOfContractOpenAPIV2Dto |
getContracts(String vendorId)
업체의 계약 정보 목록 조회
계약기반, 자유계약기반 타입으로 구분 조회됨.
|
com.squareup.okhttp.Call |
getContractsAsync(String vendorId,
ApiCallback<OpenapiResponseOfListOfContractOpenAPIV2Dto> callback)
업체의 계약 정보 목록 조회 (asynchronously)
계약기반, 자유계약기반 타입으로 구분 조회됨.
|
ApiResponse<OpenapiResponseOfListOfContractOpenAPIV2Dto> |
getContractsWithHttpInfo(String vendorId)
업체의 계약 정보 목록 조회
계약기반, 자유계약기반 타입으로 구분 조회됨.
|
ApiResponse<OpenapiResponseOfContractOpenAPIV2Dto> |
getContractWithHttpInfo(String vendorId,
Long contractId)
업체의 계약 정보 조회
계약기반, 자유계약기반 타입으로 구분 조회됨.
|
OpenapiResponseOfCouponInfoOpenAPIV2Response |
getCouponByVendor(String vendorId,
Long couponId)
프로모션 쿠폰 조회
프로모션 쿠폰 1건을 조회합니다.
|
com.squareup.okhttp.Call |
getCouponByVendorAsync(String vendorId,
Long couponId,
ApiCallback<OpenapiResponseOfCouponInfoOpenAPIV2Response> callback)
프로모션 쿠폰 조회 (asynchronously)
프로모션 쿠폰 1건을 조회합니다.
|
ApiResponse<OpenapiResponseOfCouponInfoOpenAPIV2Response> |
getCouponByVendorWithHttpInfo(String vendorId,
Long couponId)
프로모션 쿠폰 조회
프로모션 쿠폰 1건을 조회합니다.
|
OpenapiResponseOfListOfOrderCouponInfoV2Response |
getCouponsByOrder(String vendorId,
Long orderId)
coupon find
|
com.squareup.okhttp.Call |
getCouponsByOrderAsync(String vendorId,
Long orderId,
ApiCallback<OpenapiResponseOfListOfOrderCouponInfoV2Response> callback)
coupon find (asynchronously)
|
ApiResponse<OpenapiResponseOfListOfOrderCouponInfoV2Response> |
getCouponsByOrderWithHttpInfo(String vendorId,
Long orderId)
coupon find
|
OpenapiResponseOfListOfCouponInfoOpenAPIV2Response |
getCouponsByVendor(String vendorId,
String status,
Integer page,
Integer size,
List<String> sort)
쿠폰 정보 조회
|
com.squareup.okhttp.Call |
getCouponsByVendorAsync(String vendorId,
String status,
Integer page,
Integer size,
List<String> sort,
ApiCallback<OpenapiResponseOfListOfCouponInfoOpenAPIV2Response> callback)
쿠폰 정보 조회 (asynchronously)
|
ApiResponse<OpenapiResponseOfListOfCouponInfoOpenAPIV2Response> |
getCouponsByVendorWithHttpInfo(String vendorId,
String status,
Integer page,
Integer size,
List<String> sort)
쿠폰 정보 조회
|
ResponseDtoOfPagedListOfCSCustomerInquiryDto |
getCustomerInquiriesByVendorId(String vendorId,
String xRequestedBy,
String inquiryStartAt,
String inquiryEndAt,
String answeredType,
Long vendorItemId,
Integer pageNum,
Integer pageSize)
Query questions/answers between customer and seller.
|
com.squareup.okhttp.Call |
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.
|
ApiResponse<ResponseDtoOfPagedListOfCSCustomerInquiryDto> |
getCustomerInquiriesByVendorIdWithHttpInfo(String vendorId,
String xRequestedBy,
String inquiryStartAt,
String inquiryEndAt,
String answeredType,
Long vendorItemId,
Integer pageNum,
Integer pageSize)
Query questions/answers between customer and seller.
|
ResponseDtoOfDeliveryHistoryDto |
getDeliveryHistoriesByShipmentBoxId(Long shipmentBoxId,
String xRequestedBy,
String vendorId)
발주건 배송상태 히스토리 조회
특정 발주건에 대한 배송상태 히스토리를 조회
|
com.squareup.okhttp.Call |
getDeliveryHistoriesByShipmentBoxIdAsync(Long shipmentBoxId,
String xRequestedBy,
String vendorId,
ApiCallback<ResponseDtoOfDeliveryHistoryDto> callback)
발주건 배송상태 히스토리 조회 (asynchronously)
특정 발주건에 대한 배송상태 히스토리를 조회
|
ApiResponse<ResponseDtoOfDeliveryHistoryDto> |
getDeliveryHistoriesByShipmentBoxIdWithHttpInfo(Long shipmentBoxId,
String xRequestedBy,
String vendorId)
발주건 배송상태 히스토리 조회
특정 발주건에 대한 배송상태 히스토리를 조회
|
OpenApiResultOfODisplayCategory |
getDisplayCategories(String xRequestedBy)
노출카테고리 전체목록 조회
노출카테고리 전체목록을 조회한다.
|
com.squareup.okhttp.Call |
getDisplayCategoriesAsync(String xRequestedBy,
ApiCallback<OpenApiResultOfODisplayCategory> callback)
노출카테고리 전체목록 조회 (asynchronously)
노출카테고리 전체목록을 조회한다.
|
ApiResponse<OpenApiResultOfODisplayCategory> |
getDisplayCategoriesWithHttpInfo(String xRequestedBy)
노출카테고리 전체목록 조회
노출카테고리 전체목록을 조회한다.
|
OpenApiResultOfODisplayCategory |
getDisplayCategoryByCode(String xRequestedBy,
String displacyCategoryCode)
노출카테고리 조회
노출카테고리코드를 이용하여 전시카테고리를 조회한다.
|
com.squareup.okhttp.Call |
getDisplayCategoryByCodeAsync(String xRequestedBy,
String displacyCategoryCode,
ApiCallback<OpenApiResultOfODisplayCategory> callback)
노출카테고리 조회 (asynchronously)
노출카테고리코드를 이용하여 전시카테고리를 조회한다.
|
ApiResponse<OpenApiResultOfODisplayCategory> |
getDisplayCategoryByCodeWithHttpInfo(String xRequestedBy,
String displacyCategoryCode)
노출카테고리 조회
노출카테고리코드를 이용하여 전시카테고리를 조회한다.
|
GetCouponResponse |
getDownloadableCouponById(Long couponId)
Get coupon by couponId
Get coupon based on couponId
|
com.squareup.okhttp.Call |
getDownloadableCouponByIdAsync(Long couponId,
ApiCallback<GetCouponResponse> callback)
Get coupon by couponId (asynchronously)
Get coupon based on couponId
|
ApiResponse<GetCouponResponse> |
getDownloadableCouponByIdWithHttpInfo(Long couponId)
Get coupon by couponId
Get coupon based on couponId
|
PagedResponseDtoOfListOfExchangeDtoV1 |
getExchangesByVendorId(String vendorId,
String xRequestedBy,
String createdAtFrom,
String createdAtTo,
String status,
Long orderId,
String nextToken,
Integer maxPerPage)
get exchange information
get exchange information
|
com.squareup.okhttp.Call |
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
|
ApiResponse<PagedResponseDtoOfListOfExchangeDtoV1> |
getExchangesByVendorIdWithHttpInfo(String vendorId,
String xRequestedBy,
String createdAtFrom,
String createdAtTo,
String status,
Long orderId,
String nextToken,
Integer maxPerPage)
get exchange information
get exchange information
|
ApiResponseDtoOfListOfGoodsFeeCorrectionOutputDto |
getGoodsFeeCorrections(String xRequestedBy,
String vendorId,
String recognitionDate,
String nextToken,
Integer maxPerPage)
Seller can use this API to get settlement goods fee corrections.
|
com.squareup.okhttp.Call |
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.
|
ApiResponse<ApiResponseDtoOfListOfGoodsFeeCorrectionOutputDto> |
getGoodsFeeCorrectionsWithHttpInfo(String xRequestedBy,
String vendorId,
String recognitionDate,
String nextToken,
Integer maxPerPage)
Seller can use this API to get settlement goods fee corrections.
|
ApiResponseDtoOfListOfGoodsSalesOutputDto |
getGoodsSalesByVendor(String xRequestedBy,
String vendorId,
String recognitionDate,
String nextToken,
Integer maxPerPage)
Seller can use this API to get settlement goods sales fee.
|
com.squareup.okhttp.Call |
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.
|
ApiResponse<ApiResponseDtoOfListOfGoodsSalesOutputDto> |
getGoodsSalesByVendorWithHttpInfo(String xRequestedBy,
String vendorId,
String recognitionDate,
String nextToken,
Integer maxPerPage)
Seller can use this API to get settlement goods sales fee.
|
ResponseDtoOfPagedListOfCSCoupangInquiryDTO |
getInquiriesByVendor(String vendorId,
String xRequestedBy,
String inquiryStartAt,
String inquiryEndAt,
Long orderId,
String partnerCounselingStatus,
Long vendorItemId,
Integer pageNum,
Integer pageSize)
Query questions/answers between coupang and seller.
|
com.squareup.okhttp.Call |
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.
|
ApiResponse<ResponseDtoOfPagedListOfCSCoupangInquiryDTO> |
getInquiriesByVendorWithHttpInfo(String vendorId,
String xRequestedBy,
String inquiryStartAt,
String inquiryEndAt,
Long orderId,
String partnerCounselingStatus,
Long vendorItemId,
Integer pageNum,
Integer pageSize)
Query questions/answers between coupang and seller.
|
OpenApiResultOfOSellerProductItemStatus |
getInventoryInformation(String xRequestedBy,
Long vendorItemId)
옵션별 수량/가격/상태 조회
옵션별 수량/가격/상태를 조회한다.
|
com.squareup.okhttp.Call |
getInventoryInformationAsync(String xRequestedBy,
Long vendorItemId,
ApiCallback<OpenApiResultOfOSellerProductItemStatus> callback)
옵션별 수량/가격/상태 조회 (asynchronously)
옵션별 수량/가격/상태를 조회한다.
|
ApiResponse<OpenApiResultOfOSellerProductItemStatus> |
getInventoryInformationWithHttpInfo(String xRequestedBy,
Long vendorItemId)
옵션별 수량/가격/상태 조회
옵션별 수량/가격/상태를 조회한다.
|
OpenapiResponseOfCouponItemInfoResponse |
getItemByCoupon(String vendorId,
Long couponId,
Long couponItemId,
String type)
couponItemId 로 쿠폰아이템찾기
|
com.squareup.okhttp.Call |
getItemByCouponAsync(String vendorId,
Long couponId,
Long couponItemId,
String type,
ApiCallback<OpenapiResponseOfCouponItemInfoResponse> callback)
couponItemId 로 쿠폰아이템찾기 (asynchronously)
|
ApiResponse<OpenapiResponseOfCouponItemInfoResponse> |
getItemByCouponWithHttpInfo(String vendorId,
Long couponId,
Long couponItemId,
String type)
couponItemId 로 쿠폰아이템찾기
|
OpenapiResponseOfRequestedStatus |
getItemByRequestedId(String vendorId,
String requestedId)
요청결과 확인하기
|
com.squareup.okhttp.Call |
getItemByRequestedIdAsync(String vendorId,
String requestedId,
ApiCallback<OpenapiResponseOfRequestedStatus> callback)
요청결과 확인하기 (asynchronously)
|
ApiResponse<OpenapiResponseOfRequestedStatus> |
getItemByRequestedIdWithHttpInfo(String vendorId,
String requestedId)
요청결과 확인하기
|
OpenapiResponseOfCouponItemInfoResponse |
getItemByVendorItemIdAndCoupon(String vendorId,
Long couponId,
Long vendorItemId,
String type)
vendorItemId 로 쿠폰아이템찾기
|
com.squareup.okhttp.Call |
getItemByVendorItemIdAndCouponAsync(String vendorId,
Long couponId,
Long vendorItemId,
String type,
ApiCallback<OpenapiResponseOfCouponItemInfoResponse> callback)
vendorItemId 로 쿠폰아이템찾기 (asynchronously)
|
ApiResponse<OpenapiResponseOfCouponItemInfoResponse> |
getItemByVendorItemIdAndCouponWithHttpInfo(String vendorId,
Long couponId,
Long vendorItemId,
String type)
vendorItemId 로 쿠폰아이템찾기
|
OpenapiResponseOfListOfCouponItemInfoResponse |
getItemsByCoupon(String vendorId,
Long couponId,
String status,
Integer page,
Integer size,
List<String> sort)
쿠폰상태별로 쿠폰아이템찾기
|
com.squareup.okhttp.Call |
getItemsByCouponAsync(String vendorId,
Long couponId,
String status,
Integer page,
Integer size,
List<String> sort,
ApiCallback<OpenapiResponseOfListOfCouponItemInfoResponse> callback)
쿠폰상태별로 쿠폰아이템찾기 (asynchronously)
|
ApiResponse<OpenapiResponseOfListOfCouponItemInfoResponse> |
getItemsByCouponWithHttpInfo(String vendorId,
Long couponId,
String status,
Integer page,
Integer size,
List<String> sort)
쿠폰상태별로 쿠폰아이템찾기
|
ResponseDtoOfListOfOrderSheetDto |
getOrderSheetByOrderId(Long orderId,
String vendorId,
String xRequestedBy)
주문번호로 발주서 단건 조회
주문번호로 발주서 단건을 조회한다.
|
com.squareup.okhttp.Call |
getOrderSheetByOrderIdAsync(Long orderId,
String vendorId,
String xRequestedBy,
ApiCallback<ResponseDtoOfListOfOrderSheetDto> callback)
주문번호로 발주서 단건 조회 (asynchronously)
주문번호로 발주서 단건을 조회한다.
|
ApiResponse<ResponseDtoOfListOfOrderSheetDto> |
getOrderSheetByOrderIdWithHttpInfo(Long orderId,
String vendorId,
String xRequestedBy)
주문번호로 발주서 단건 조회
주문번호로 발주서 단건을 조회한다.
|
ResponseDtoOfOrderSheetDto |
getOrderSheetByShipmentBoxId(Long shipmentBoxId,
String vendorId,
String xRequestedBy)
발주서 단건 조회V2 (분리배송적용)
발주서 단건을 조회한다.
|
com.squareup.okhttp.Call |
getOrderSheetByShipmentBoxIdAsync(Long shipmentBoxId,
String vendorId,
String xRequestedBy,
ApiCallback<ResponseDtoOfOrderSheetDto> callback)
발주서 단건 조회V2 (분리배송적용) (asynchronously)
발주서 단건을 조회한다.
|
ApiResponse<ResponseDtoOfOrderSheetDto> |
getOrderSheetByShipmentBoxIdWithHttpInfo(Long shipmentBoxId,
String vendorId,
String xRequestedBy)
발주서 단건 조회V2 (분리배송적용)
발주서 단건을 조회한다.
|
ResponseDtoOfListOfOrderSheetDto |
getOrderSheetsByVendorId(String vendorId,
String xRequestedBy,
String createdAtFrom,
String createdAtTo,
String status,
String nextToken,
Integer maxPerPage,
String searchType)
query order list by separate delivery status and page in days
query order list in days
|
com.squareup.okhttp.Call |
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
|
ApiResponse<ResponseDtoOfListOfOrderSheetDto> |
getOrderSheetsByVendorIdWithHttpInfo(String vendorId,
String xRequestedBy,
String createdAtFrom,
String createdAtTo,
String status,
String nextToken,
Integer maxPerPage,
String searchType)
query order list by separate delivery status and page in days
query order list in days
|
ApiNextResponseDtoOfListOfOrderSnapshotViewDto |
getOrderSnapshotDetailByOrderId(String xRequestedBy,
String vendorId,
Long orderId,
String nextToken)
Seller can use this API to get order paiditems detail
Seller can use this API to get order snapshot detail.
|
com.squareup.okhttp.Call |
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.
|
ApiResponse<ApiNextResponseDtoOfListOfOrderSnapshotViewDto> |
getOrderSnapshotDetailByOrderIdWithHttpInfo(String xRequestedBy,
String vendorId,
Long orderId,
String nextToken)
Seller can use this API to get order paiditems detail
Seller can use this API to get order snapshot detail.
|
ApiNextResponseDtoOfListOfOrderSnapshotViewDto |
getOrderSnapshotDetailByVendorId(String xRequestedBy,
String vendorId,
String startTime,
String endTime,
Long vendorItemId,
String shipmentStatusCode,
Integer maxPerPage,
String nextToken)
Seller can use this API to get order paiditems detail
Seller can use this API to get order snapshot specified amount.
|
com.squareup.okhttp.Call |
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.
|
ApiResponse<ApiNextResponseDtoOfListOfOrderSnapshotViewDto> |
getOrderSnapshotDetailByVendorIdWithHttpInfo(String xRequestedBy,
String vendorId,
String startTime,
String endTime,
Long vendorItemId,
String shipmentStatusCode,
Integer maxPerPage,
String nextToken)
Seller can use this API to get order paiditems detail
Seller can use this API to get order snapshot specified amount.
|
ResponseDtoOfPagedListOfOutboundInquiryReturnDTO |
getOutboundShippingCenter(String vendorId,
String xRequestedBy,
String searchType,
String outboundShippingPlaceCodes,
Integer pageNum,
Integer pageSize)
get outbound shipping places by outboundShippingPlaceCodes
get outbound shipping places by outboundShippingPlaceCodes
|
com.squareup.okhttp.Call |
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
|
ApiResponse<ResponseDtoOfPagedListOfOutboundInquiryReturnDTO> |
getOutboundShippingCenterWithHttpInfo(String vendorId,
String xRequestedBy,
String searchType,
String outboundShippingPlaceCodes,
Integer pageNum,
Integer pageSize)
get outbound shipping places by outboundShippingPlaceCodes
get outbound shipping places by outboundShippingPlaceCodes
|
PagedResponseOfOutboundInquiryReturn |
getOutboundShippingPlace(String vendorId,
Integer pageNum,
Integer pageSize,
List<Long> placeCodes,
List<String> placeNames)
Get outbound shipping place
Get outbound shipping place
|
com.squareup.okhttp.Call |
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
|
ApiResponse<PagedResponseOfOutboundInquiryReturn> |
getOutboundShippingPlaceWithHttpInfo(String vendorId,
Integer pageNum,
Integer pageSize,
List<Long> placeCodes,
List<String> placeNames)
Get outbound shipping place
Get outbound shipping place
|
ResponseDtoOfReturnDto |
getReturnRequestedListByReceiptId(Long receiptId,
String vendorId,
String xRequestedBy)
Seller can use this API to query the return detail info by receiptId.
|
com.squareup.okhttp.Call |
getReturnRequestedListByReceiptIdAsync(Long receiptId,
String vendorId,
String xRequestedBy,
ApiCallback<ResponseDtoOfReturnDto> callback)
Seller can use this API to query the return detail info by receiptId.
|
ApiResponse<ResponseDtoOfReturnDto> |
getReturnRequestedListByReceiptIdWithHttpInfo(Long receiptId,
String vendorId,
String xRequestedBy)
Seller can use this API to query the return detail info by receiptId.
|
ResponseDtoOfListOfReturnDto |
getReturnRequestedListByVendorId(String vendorId,
String xRequestedBy,
String createdAtFrom,
String createdAtTo,
String status,
Long orderId,
String nextToken,
Integer maxPerPage,
String searchType,
String cancelType)
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 |
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.
|
ApiResponse<ResponseDtoOfListOfReturnDto> |
getReturnRequestedListByVendorIdWithHttpInfo(String vendorId,
String xRequestedBy,
String createdAtFrom,
String createdAtTo,
String status,
Long orderId,
String nextToken,
Integer maxPerPage,
String searchType,
String cancelType)
Seller can use this API to query the return detail info based on different partner confirm progress status in minutes level.
|
ResponseDtoOfPagedListOfShippingPlaceResponseReturnDto |
getReturnShippingCenter(String vendorId,
String xRequestedBy,
Integer pageNum,
Integer pageSize)
Inquiry return shipment addresses with pagination.
|
com.squareup.okhttp.Call |
getReturnShippingCenterAsync(String vendorId,
String xRequestedBy,
Integer pageNum,
Integer pageSize,
ApiCallback<ResponseDtoOfPagedListOfShippingPlaceResponseReturnDto> callback)
Inquiry return shipment addresses with pagination.
|
ApiResponse<ResponseDtoOfPagedListOfShippingPlaceResponseReturnDto> |
getReturnShippingCenterWithHttpInfo(String vendorId,
String xRequestedBy,
Integer pageNum,
Integer pageSize)
Inquiry return shipment addresses with pagination.
|
ResponseDtoOfListOfReturnWithdrawDto |
getReturnWithdrawRequestedList(String vendorId,
String xRequestedBy,
ReturnWithdrawReqDto returnWithdrawReqDto)
반품 철회 이력
반품 철회 이력
|
com.squareup.okhttp.Call |
getReturnWithdrawRequestedListAsync(String vendorId,
String xRequestedBy,
ReturnWithdrawReqDto returnWithdrawReqDto,
ApiCallback<ResponseDtoOfListOfReturnWithdrawDto> callback)
반품 철회 이력 (asynchronously)
반품 철회 이력
|
ApiResponse<ResponseDtoOfListOfReturnWithdrawDto> |
getReturnWithdrawRequestedListWithHttpInfo(String vendorId,
String xRequestedBy,
ReturnWithdrawReqDto returnWithdrawReqDto)
반품 철회 이력
반품 철회 이력
|
PagedResponseDtoWithPageIndexOfListOfReturnWithdrawDto |
getReturnWithdrawRequestsByPageV4(String vendorId,
String dateFrom,
String dateTo,
Integer sizePerPage,
Integer pageIndex,
String xRequestedBy)
반품 철회 이력 기간별 조회
반품 철회 이력 기간별 조회
|
com.squareup.okhttp.Call |
getReturnWithdrawRequestsByPageV4Async(String vendorId,
String dateFrom,
String dateTo,
Integer sizePerPage,
Integer pageIndex,
String xRequestedBy,
ApiCallback<PagedResponseDtoWithPageIndexOfListOfReturnWithdrawDto> callback)
반품 철회 이력 기간별 조회 (asynchronously)
반품 철회 이력 기간별 조회
|
ApiResponse<PagedResponseDtoWithPageIndexOfListOfReturnWithdrawDto> |
getReturnWithdrawRequestsByPageV4WithHttpInfo(String vendorId,
String dateFrom,
String dateTo,
Integer sizePerPage,
Integer pageIndex,
String xRequestedBy)
반품 철회 이력 기간별 조회
반품 철회 이력 기간별 조회
|
OpenapiResponseOfListOfRevenueHistoryApiDto |
getRevenueHistory(String vendorId,
String recognitionDateFrom,
String recognitionDateTo,
String token,
String xRequestedBy,
Integer maxPerPage)
Get revenue history
Detailed vendor revenue history
|
com.squareup.okhttp.Call |
getRevenueHistoryAsync(String vendorId,
String recognitionDateFrom,
String recognitionDateTo,
String token,
String xRequestedBy,
Integer maxPerPage,
ApiCallback<OpenapiResponseOfListOfRevenueHistoryApiDto> callback)
Get revenue history (asynchronously)
Detailed vendor revenue history
|
ApiResponse<OpenapiResponseOfListOfRevenueHistoryApiDto> |
getRevenueHistoryWithHttpInfo(String vendorId,
String recognitionDateFrom,
String recognitionDateTo,
String token,
String xRequestedBy,
Integer maxPerPage)
Get revenue history
Detailed vendor revenue history
|
OpenapiResponseOfListOfBudgetStateResponse |
getSellerInfo(String vendorId,
Long contractId,
String targetMonth)
업체의 각 계약서별로 할인 분담율 및 예산 조회
업체의 각 계약서별로 예산월에 속한 예산 및 셀러의 할인분담율을 제공한다.
|
com.squareup.okhttp.Call |
getSellerInfoAsync(String vendorId,
Long contractId,
String targetMonth,
ApiCallback<OpenapiResponseOfListOfBudgetStateResponse> callback)
업체의 각 계약서별로 할인 분담율 및 예산 조회 (asynchronously)
업체의 각 계약서별로 예산월에 속한 예산 및 셀러의 할인분담율을 제공한다.
|
ApiResponse<OpenapiResponseOfListOfBudgetStateResponse> |
getSellerInfoWithHttpInfo(String vendorId,
Long contractId,
String targetMonth)
업체의 각 계약서별로 할인 분담율 및 예산 조회
업체의 각 계약서별로 예산월에 속한 예산 및 셀러의 할인분담율을 제공한다.
|
List<SettlementHistoryDto> |
getSettlementHistories(String vendorId,
String revenueRecognitionYearMonth)
settlement histories
settlement histories by revenueRecognitionYearMonth
|
com.squareup.okhttp.Call |
getSettlementHistoriesAsync(String vendorId,
String revenueRecognitionYearMonth,
ApiCallback<List<SettlementHistoryDto>> callback)
settlement histories (asynchronously)
settlement histories by revenueRecognitionYearMonth
|
ApiResponse<List<SettlementHistoryDto>> |
getSettlementHistoriesWithHttpInfo(String vendorId,
String revenueRecognitionYearMonth)
settlement histories
settlement histories by revenueRecognitionYearMonth
|
TransactionStatusResponseOfCouponTransactionStatusResponse |
getTransactionStatus(String xRequestedBy,
String requestTransactionId)
Get status of transaction id
Get status of already submitted request by transactionId
|
com.squareup.okhttp.Call |
getTransactionStatusAsync(String xRequestedBy,
String requestTransactionId,
ApiCallback<TransactionStatusResponseOfCouponTransactionStatusResponse> callback)
Get status of transaction id (asynchronously)
Get status of already submitted request by transactionId
|
ApiResponse<TransactionStatusResponseOfCouponTransactionStatusResponse> |
getTransactionStatusWithHttpInfo(String xRequestedBy,
String requestTransactionId)
Get status of transaction id
Get status of already submitted request by transactionId
|
ResponseDtoOfstring |
printOrderLabel(OrderLabelPrintRequest orderLabelPrintRequest,
String vendorId,
String xRequestedBy)
print order label
print order label
|
com.squareup.okhttp.Call |
printOrderLabelAsync(OrderLabelPrintRequest orderLabelPrintRequest,
String vendorId,
String xRequestedBy,
ApiCallback<ResponseDtoOfstring> callback)
print order label (asynchronously)
print order label
|
ApiResponse<ResponseDtoOfstring> |
printOrderLabelWithHttpInfo(OrderLabelPrintRequest orderLabelPrintRequest,
String vendorId,
String xRequestedBy)
print order label
print order label
|
OpenApiResultOfOSellerProduct |
readSellerProduct(String xRequestedBy,
String sellerProductId)
업체상품 조회
업체상품을 조회한다.
|
com.squareup.okhttp.Call |
readSellerProductAsync(String xRequestedBy,
String sellerProductId,
ApiCallback<OpenApiResultOfOSellerProduct> callback)
업체상품 조회 (asynchronously)
업체상품을 조회한다.
|
OpenApiPagedResultOfOSellerProductStatusHistory |
readSellerProductHistory(String xRequestedBy,
String sellerProductId)
업체상품 상태변경이력 조회
업체상품아이디로 상태 변경 이력을 조회한다.
|
com.squareup.okhttp.Call |
readSellerProductHistoryAsync(String xRequestedBy,
String sellerProductId,
ApiCallback<OpenApiPagedResultOfOSellerProductStatusHistory> callback)
업체상품 상태변경이력 조회 (asynchronously)
업체상품아이디로 상태 변경 이력을 조회한다.
|
ApiResponse<OpenApiPagedResultOfOSellerProductStatusHistory> |
readSellerProductHistoryWithHttpInfo(String xRequestedBy,
String sellerProductId)
업체상품 상태변경이력 조회
업체상품아이디로 상태 변경 이력을 조회한다.
|
OpenApiResultOfListOfOSellerProductListItem |
readSellerProducts(String xRequestedBy,
String vendorId,
String createdAtFrom,
String createdAtTo)
업체상품 목록 조회
업체상품 목록을 생성일시 기준으로 조회한다.
|
com.squareup.okhttp.Call |
readSellerProductsAsync(String xRequestedBy,
String vendorId,
String createdAtFrom,
String createdAtTo,
ApiCallback<OpenApiResultOfListOfOSellerProductListItem> callback)
업체상품 목록 조회 (asynchronously)
업체상품 목록을 생성일시 기준으로 조회한다.
|
OpenApiResultOfListOfOSellerProductListItem |
readSellerProductsByExternalVendorSkuCode(String xRequestedBy,
String externalVendorSkuCode)
업체상품코드로 업체상품 목록 조회
업체상품코드로 업체상품 목록을 조회한다.
|
com.squareup.okhttp.Call |
readSellerProductsByExternalVendorSkuCodeAsync(String xRequestedBy,
String externalVendorSkuCode,
ApiCallback<OpenApiResultOfListOfOSellerProductListItem> callback)
업체상품코드로 업체상품 목록 조회 (asynchronously)
업체상품코드로 업체상품 목록을 조회한다.
|
ApiResponse<OpenApiResultOfListOfOSellerProductListItem> |
readSellerProductsByExternalVendorSkuCodeWithHttpInfo(String xRequestedBy,
String externalVendorSkuCode)
업체상품코드로 업체상품 목록 조회
업체상품코드로 업체상품 목록을 조회한다.
|
ApiResponse<OpenApiResultOfListOfOSellerProductListItem> |
readSellerProductsWithHttpInfo(String xRequestedBy,
String vendorId,
String createdAtFrom,
String createdAtTo)
업체상품 목록 조회
업체상품 목록을 생성일시 기준으로 조회한다.
|
ApiResponse<OpenApiResultOfOSellerProduct> |
readSellerProductWithHttpInfo(String xRequestedBy,
String sellerProductId)
업체상품 조회
업체상품을 조회한다.
|
ResponseDto |
replyInquiries(String inquiryId,
String xRequestedBy,
CSCoupangReplyCondition csCoupangReplyCondition,
String vendorId)
Seller can use this API to reply the consultations
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 |
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).
|
ApiResponse<ResponseDto> |
replyInquiriesWithHttpInfo(String inquiryId,
String xRequestedBy,
CSCoupangReplyCondition csCoupangReplyCondition,
String vendorId)
Seller can use this API to reply the consultations
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).
|
OpenApiResult |
resumeSelling(String xRequestedBy,
Long vendorItemId)
옵션별 판매여부 변경(판매재개)
옵션별 판매여부를 변경한다 (판매재개).
|
com.squareup.okhttp.Call |
resumeSellingAsync(String xRequestedBy,
Long vendorItemId,
ApiCallback<OpenApiResult> callback)
옵션별 판매여부 변경(판매재개) (asynchronously)
옵션별 판매여부를 변경한다 (판매재개).
|
ApiResponse<OpenApiResult> |
resumeSellingWithHttpInfo(String xRequestedBy,
Long vendorItemId)
옵션별 판매여부 변경(판매재개)
옵션별 판매여부를 변경한다 (판매재개).
|
ResponseDto |
returnDeliveryDoneConfirmation(Long receiptId,
WarehouseCheckDto warehouseCheckDto,
String vendorId,
String xRequestedBy)
Seller can use this API to check if the collected goods is ok.
|
com.squareup.okhttp.Call |
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.
|
ApiResponse<ResponseDto> |
returnDeliveryDoneConfirmationWithHttpInfo(Long receiptId,
WarehouseCheckDto warehouseCheckDto,
String vendorId,
String xRequestedBy)
Seller can use this API to check if the collected goods is ok.
|
ResponseDtoOfSimpleResultDto |
saveInvoice(Long exchangeId,
String vendorId,
List<ExchangeInvoicesDto> exchangeInvoicesDtos,
String xRequestedBy)
Create new order for exchanging.
|
com.squareup.okhttp.Call |
saveInvoiceAsync(Long exchangeId,
String vendorId,
List<ExchangeInvoicesDto> exchangeInvoicesDtos,
String xRequestedBy,
ApiCallback<ResponseDtoOfSimpleResultDto> callback)
Create new order for exchanging.
|
ApiResponse<ResponseDtoOfSimpleResultDto> |
saveInvoiceWithHttpInfo(Long exchangeId,
String vendorId,
List<ExchangeInvoicesDto> exchangeInvoicesDtos,
String xRequestedBy)
Create new order for exchanging.
|
PagedResponseOfCouponDetails |
searchDownloadableCoupons(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)
Get list of coupon by search criteria
Get coupons based on search criteria
|
com.squareup.okhttp.Call |
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
|
ApiResponse<PagedResponseOfCouponDetails> |
searchDownloadableCouponsWithHttpInfo(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)
Get list of coupon by search criteria
Get coupons based on search criteria
|
OpenApiPagedResultOfOProduct |
searchExistingProducts(String xRequestedBy,
String productName,
Integer nextToken,
Integer maxPerPage)
노출상품 목록 페이징 조회
노출상품 목록을 상품명으로 페이징 조회를 한다.
|
com.squareup.okhttp.Call |
searchExistingProductsAsync(String xRequestedBy,
String productName,
Integer nextToken,
Integer maxPerPage,
ApiCallback<OpenApiPagedResultOfOProduct> callback)
노출상품 목록 페이징 조회 (asynchronously)
노출상품 목록을 상품명으로 페이징 조회를 한다.
|
ApiResponse<OpenApiPagedResultOfOProduct> |
searchExistingProductsWithHttpInfo(String xRequestedBy,
String productName,
Integer nextToken,
Integer maxPerPage)
노출상품 목록 페이징 조회
노출상품 목록을 상품명으로 페이징 조회를 한다.
|
OpenApiPagedResultOfOSellerProductListItem |
searchSellerProduct(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)
업체상품 목록 페이징 조회
업체상품 목록을 페이징 조회한다.
|
com.squareup.okhttp.Call |
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)
업체상품 목록을 페이징 조회한다.
|
ApiResponse<OpenApiPagedResultOfOSellerProductListItem> |
searchSellerProductWithHttpInfo(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)
업체상품 목록 페이징 조회
업체상품 목록을 페이징 조회한다.
|
OpenApiResult |
sendApprovalRequest(String xRequestedBy,
String sellerProductId)
업체상품 승인 요청
업체상품을 승인 요청한다.
|
com.squareup.okhttp.Call |
sendApprovalRequestAsync(String xRequestedBy,
String sellerProductId,
ApiCallback<OpenApiResult> callback)
업체상품 승인 요청 (asynchronously)
업체상품을 승인 요청한다.
|
ApiResponse<OpenApiResult> |
sendApprovalRequestWithHttpInfo(String xRequestedBy,
String sellerProductId)
업체상품 승인 요청
업체상품을 승인 요청한다.
|
void |
setApiClient(CoupangMarketPlaceApiClient apiClient) |
ResponseDtoOfProductCashBackOutputDto |
setCashbacksV4(String xRequestedBy,
String vendorId,
ProductCashBackInputDto productCashBackInfoInputDto)
Seller can use this API to set cash back rule to vendorItems.
|
com.squareup.okhttp.Call |
setCashbacksV4Async(String xRequestedBy,
String vendorId,
ProductCashBackInputDto productCashBackInfoInputDto,
ApiCallback<ResponseDtoOfProductCashBackOutputDto> callback)
Seller can use this API to set cash back rule to vendorItems.
|
ApiResponse<ResponseDtoOfProductCashBackOutputDto> |
setCashbacksV4WithHttpInfo(String xRequestedBy,
String vendorId,
ProductCashBackInputDto productCashBackInfoInputDto)
Seller can use this API to set cash back rule to vendorItems.
|
ResponseDto |
stopCashbackV4(String xRequestedBy,
String vendorId,
String ruleId,
String vendorItemId)
Seller can use this API to stop the cash back rule which applied to the corresponding vendorItemId.
|
com.squareup.okhttp.Call |
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.
|
ApiResponse<ResponseDto> |
stopCashbackV4WithHttpInfo(String xRequestedBy,
String vendorId,
String ruleId,
String vendorItemId)
Seller can use this API to stop the cash back rule which applied to the corresponding vendorItemId.
|
OpenApiResult |
stopSelling(String xRequestedBy,
Long vendorItemId)
옵션별 판매여부 변경(판매중지)
옵션별 판매여부를 번경한다 (판매중지).
|
com.squareup.okhttp.Call |
stopSellingAsync(String xRequestedBy,
Long vendorItemId,
ApiCallback<OpenApiResult> callback)
옵션별 판매여부 변경(판매중지) (asynchronously)
옵션별 판매여부를 번경한다 (판매중지).
|
ApiResponse<OpenApiResult> |
stopSellingWithHttpInfo(String xRequestedBy,
Long vendorItemId)
옵션별 판매여부 변경(판매중지)
옵션별 판매여부를 번경한다 (판매중지).
|
ResponseDtoOfOrderSheetResponseDto |
updateInvoices(InvoiceReqDto invoiceReqDto,
String vendorId,
String xRequestedBy)
Update invoice number of the shipping box of an existing order
1.
|
com.squareup.okhttp.Call |
updateInvoicesAsync(InvoiceReqDto invoiceReqDto,
String vendorId,
String xRequestedBy,
ApiCallback<ResponseDtoOfOrderSheetResponseDto> callback)
Update invoice number of the shipping box of an existing order (asynchronously)
1.
|
ApiResponse<ResponseDtoOfOrderSheetResponseDto> |
updateInvoicesWithHttpInfo(InvoiceReqDto invoiceReqDto,
String vendorId,
String xRequestedBy)
Update invoice number of the shipping box of an existing order
1.
|
ResponseDtoOfSimpleResultDto |
updateOutboundShippingCenter(String vendorId,
Long outboundShippingPlaceCode,
ShippingPlaceDetailDto shippingPlaceDetailDto,
String xRequestedBy)
Modify the outbound shipping place.
|
com.squareup.okhttp.Call |
updateOutboundShippingCenterAsync(String vendorId,
Long outboundShippingPlaceCode,
ShippingPlaceDetailDto shippingPlaceDetailDto,
String xRequestedBy,
ApiCallback<ResponseDtoOfSimpleResultDto> callback)
Modify the outbound shipping place.
|
ApiResponse<ResponseDtoOfSimpleResultDto> |
updateOutboundShippingCenterWithHttpInfo(String vendorId,
Long outboundShippingPlaceCode,
ShippingPlaceDetailDto shippingPlaceDetailDto,
String xRequestedBy)
Modify the outbound shipping place.
|
ResponseDtoOfSimpleResultDto |
updateReturnShippingCenter(String vendorId,
Long returnCenterCode,
ShippingPlaceDetailDto shippingPlaceDetailDto,
String xRequestedBy)
Modify return shipment address.
|
com.squareup.okhttp.Call |
updateReturnShippingCenterAsync(String vendorId,
Long returnCenterCode,
ShippingPlaceDetailDto shippingPlaceDetailDto,
String xRequestedBy,
ApiCallback<ResponseDtoOfSimpleResultDto> callback)
Modify return shipment address.
|
ApiResponse<ResponseDtoOfSimpleResultDto> |
updateReturnShippingCenterWithHttpInfo(String vendorId,
Long returnCenterCode,
ShippingPlaceDetailDto shippingPlaceDetailDto,
String xRequestedBy)
Modify return shipment address.
|
OpenApiResultOflong |
updateSellerProduct(String xRequestedBy,
OSellerProduct oSellerProduct)
업체상품 수정
업체상품을 수정한다.
|
com.squareup.okhttp.Call |
updateSellerProductAsync(String xRequestedBy,
OSellerProduct oSellerProduct,
ApiCallback<OpenApiResultOflong> callback)
업체상품 수정 (asynchronously)
업체상품을 수정한다.
|
ApiResponse<OpenApiResultOflong> |
updateSellerProductWithHttpInfo(String xRequestedBy,
OSellerProduct oSellerProduct)
업체상품 수정
업체상품을 수정한다.
|
public CoupangMarketPlaceApi()
public CoupangMarketPlaceApi(String secretKey, String accessKey, boolean isDebugging)
public CoupangMarketPlaceApi(CoupangMarketPlaceApiClient apiClient)
public CoupangMarketPlaceApiClient getApiClient()
public void setApiClient(CoupangMarketPlaceApiClient apiClient)
public ResponseDto addCommentToInquiry(String inquiryId, String vendorId, String xRequestedBy, CSAddComment cSAddComment) throws ApiException
inquiryId
- inquiry ID (required)vendorId
- vendorId (required)xRequestedBy
- vendorId (optional)cSAddComment
- cSAddComment (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ResponseDto> addCommentToInquiryWithHttpInfo(String inquiryId, String vendorId, String xRequestedBy, CSAddComment cSAddComment) throws ApiException
inquiryId
- inquiry ID (required)vendorId
- vendorId (required)xRequestedBy
- vendorId (optional)cSAddComment
- cSAddComment (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call addCommentToInquiryAsync(String inquiryId, String vendorId, String xRequestedBy, CSAddComment cSAddComment, ApiCallback<ResponseDto> callback) throws ApiException
inquiryId
- inquiry ID (required)vendorId
- vendorId (required)xRequestedBy
- vendorId (optional)cSAddComment
- cSAddComment (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic OpenapiResponseOfRequested addItemsToCoupon(String vendorId, Long couponId, VendorItemIdBundle vendorItems) throws ApiException
vendorId
- 업체 아이디 (required)couponId
- 쿠폰 아이디 (required)vendorItems
- The size of vendorItemIds should not exceed 10000. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<OpenapiResponseOfRequested> addItemsToCouponWithHttpInfo(String vendorId, Long couponId, VendorItemIdBundle vendorItems) throws ApiException
vendorId
- 업체 아이디 (required)couponId
- 쿠폰 아이디 (required)vendorItems
- The size of vendorItemIds should not exceed 10000. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call addItemsToCouponAsync(String vendorId, Long couponId, VendorItemIdBundle vendorItems, ApiCallback<OpenapiResponseOfRequested> callback) throws ApiException
vendorId
- 업체 아이디 (required)couponId
- 쿠폰 아이디 (required)vendorItems
- The size of vendorItemIds should not exceed 10000. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic List<ResponseOfCouponItemResponse> addVendorItemsToDownloadableCoupons(CouponItemRequest couponItemRequest) throws ApiException
couponItemRequest
- couponItemRequest (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<List<ResponseOfCouponItemResponse>> addVendorItemsToDownloadableCouponsWithHttpInfo(CouponItemRequest couponItemRequest) throws ApiException
couponItemRequest
- couponItemRequest (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call addVendorItemsToDownloadableCouponsAsync(CouponItemRequest couponItemRequest, ApiCallback<List<ResponseOfCouponItemResponse>> callback) throws ApiException
couponItemRequest
- couponItemRequest (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic ResponseDtoOfOrderSheetResponseDto applyInvoicesUpload(UploadInvoiceReqDtoV2 uploadInvoiceReqDtoV2, String vendorId, String xRequestedBy) throws ApiException
uploadInvoiceReqDtoV2
- uploadInvoiceReqDtoV2 (required)vendorId
- vendorId (required)xRequestedBy
- 업체 ID (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ResponseDtoOfOrderSheetResponseDto> applyInvoicesUploadWithHttpInfo(UploadInvoiceReqDtoV2 uploadInvoiceReqDtoV2, String vendorId, String xRequestedBy) throws ApiException
uploadInvoiceReqDtoV2
- uploadInvoiceReqDtoV2 (required)vendorId
- vendorId (required)xRequestedBy
- 업체 ID (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call applyInvoicesUploadAsync(UploadInvoiceReqDtoV2 uploadInvoiceReqDtoV2, String vendorId, String xRequestedBy, ApiCallback<ResponseDtoOfOrderSheetResponseDto> callback) throws ApiException
uploadInvoiceReqDtoV2
- uploadInvoiceReqDtoV2 (required)vendorId
- vendorId (required)xRequestedBy
- 업체 ID (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic ResponseDtoOfOrderSheetResponseDto applyPrepareShipmentStatus(PrepareShipmentReqDto prepareShipmentReqDto, String vendorId, String xRequestedBy) throws ApiException
prepareShipmentReqDto
- prepareShipmentReqDto (required)vendorId
- vendorId (required)xRequestedBy
- 업체 ID (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ResponseDtoOfOrderSheetResponseDto> applyPrepareShipmentStatusWithHttpInfo(PrepareShipmentReqDto prepareShipmentReqDto, String vendorId, String xRequestedBy) throws ApiException
prepareShipmentReqDto
- prepareShipmentReqDto (required)vendorId
- vendorId (required)xRequestedBy
- 업체 ID (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call applyPrepareShipmentStatusAsync(PrepareShipmentReqDto prepareShipmentReqDto, String vendorId, String xRequestedBy, ApiCallback<ResponseDtoOfOrderSheetResponseDto> callback) throws ApiException
prepareShipmentReqDto
- prepareShipmentReqDto (required)vendorId
- vendorId (required)xRequestedBy
- 업체 ID (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic ResponseDtoOfSimpleResultDto cancelExchange(Long exchangeId, ExchangeCancelDto exchangeCancelDto, String vendorId, String xRequestedBy) throws ApiException
exchangeId
- exchangeId ID (required)exchangeCancelDto
- exchangeCancelDto (required)vendorId
- path vendor Id (required)xRequestedBy
- vendor ID (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ResponseDtoOfSimpleResultDto> cancelExchangeWithHttpInfo(Long exchangeId, ExchangeCancelDto exchangeCancelDto, String vendorId, String xRequestedBy) throws ApiException
exchangeId
- exchangeId ID (required)exchangeCancelDto
- exchangeCancelDto (required)vendorId
- path vendor Id (required)xRequestedBy
- vendor ID (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call cancelExchangeAsync(Long exchangeId, ExchangeCancelDto exchangeCancelDto, String vendorId, String xRequestedBy, ApiCallback<ResponseDtoOfSimpleResultDto> callback) throws ApiException
exchangeId
- exchangeId ID (required)exchangeCancelDto
- exchangeCancelDto (required)vendorId
- path vendor Id (required)xRequestedBy
- vendor ID (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic ResponseDtoOfCSReceiptResult cancelOrder(Long orderId, String vendorId, CsCancelRequestDto csCancelRequestDto, String xRequestedBy) throws ApiException
orderId
- orderId (required)vendorId
- vendorId (required)csCancelRequestDto
- csCancelRequestDto (required)xRequestedBy
- 업체 ID (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ResponseDtoOfCSReceiptResult> cancelOrderWithHttpInfo(Long orderId, String vendorId, CsCancelRequestDto csCancelRequestDto, String xRequestedBy) throws ApiException
orderId
- orderId (required)vendorId
- vendorId (required)csCancelRequestDto
- csCancelRequestDto (required)xRequestedBy
- 업체 ID (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call cancelOrderAsync(Long orderId, String vendorId, CsCancelRequestDto csCancelRequestDto, String xRequestedBy, ApiCallback<ResponseDtoOfCSReceiptResult> callback) throws ApiException
orderId
- orderId (required)vendorId
- vendorId (required)csCancelRequestDto
- csCancelRequestDto (required)xRequestedBy
- 업체 ID (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic ResponseDtoOfCancelApiResponseDtoV5 cancelOrderV5(String vendorId, Long orderId, CancelRequestDtoV5 cancelRequestDtoV5) throws ApiException
vendorId
- 업체 ID (required)orderId
- 주문 ID (required)cancelRequestDtoV5
- cancelRequestDtoV5 (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ResponseDtoOfCancelApiResponseDtoV5> cancelOrderV5WithHttpInfo(String vendorId, Long orderId, CancelRequestDtoV5 cancelRequestDtoV5) throws ApiException
vendorId
- 업체 ID (required)orderId
- 주문 ID (required)cancelRequestDtoV5
- cancelRequestDtoV5 (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call cancelOrderV5Async(String vendorId, Long orderId, CancelRequestDtoV5 cancelRequestDtoV5, ApiCallback<ResponseDtoOfCancelApiResponseDtoV5> callback) throws ApiException
vendorId
- 업체 ID (required)orderId
- 주문 ID (required)cancelRequestDtoV5
- cancelRequestDtoV5 (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic OpenApiResult changeInventoryQuantity(String xRequestedBy, Long vendorItemId, Integer quantity) throws ApiException
xRequestedBy
- Vendor ID (required)vendorItemId
- 판매승인된 옵션아이디 (required)quantity
- 재고수량 (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<OpenApiResult> changeInventoryQuantityWithHttpInfo(String xRequestedBy, Long vendorItemId, Integer quantity) throws ApiException
xRequestedBy
- Vendor ID (required)vendorItemId
- 판매승인된 옵션아이디 (required)quantity
- 재고수량 (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call changeInventoryQuantityAsync(String xRequestedBy, Long vendorItemId, Integer quantity, ApiCallback<OpenApiResult> callback) throws ApiException
xRequestedBy
- Vendor ID (required)vendorItemId
- 판매승인된 옵션아이디 (required)quantity
- 재고수량 (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic OpenApiResultOfstring changeOriginalPriceUsingPUT(String xRequestedBy, Long vendorItemId, Long originalPrice) throws ApiException
xRequestedBy
- Vendor ID (required)vendorItemId
- vendorItemId approved for sale (required)originalPrice
- original price (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<OpenApiResultOfstring> changeOriginalPriceUsingPUTWithHttpInfo(String xRequestedBy, Long vendorItemId, Long originalPrice) throws ApiException
xRequestedBy
- Vendor ID (required)vendorItemId
- vendorItemId approved for sale (required)originalPrice
- original price (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call changeOriginalPriceUsingPUTAsync(String xRequestedBy, Long vendorItemId, Long originalPrice, ApiCallback<OpenApiResultOfstring> callback) throws ApiException
xRequestedBy
- Vendor ID (required)vendorItemId
- vendorItemId approved for sale (required)originalPrice
- original price (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic OpenApiResultOfstring changeSalePriceUsingPUT(String xRequestedBy, Long vendorItemId, Long price, Boolean forceSalePriceUpdate) throws ApiException
xRequestedBy
- Vendor ID (required)vendorItemId
- 판매승인된 옵션아이디 (required)price
- 가격 (required)forceSalePriceUpdate
- 가격변경 비율 제한 정책 비 적용 여부 (optional, default to false)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<OpenApiResultOfstring> changeSalePriceUsingPUTWithHttpInfo(String xRequestedBy, Long vendorItemId, Long price, Boolean forceSalePriceUpdate) throws ApiException
xRequestedBy
- Vendor ID (required)vendorItemId
- 판매승인된 옵션아이디 (required)price
- 가격 (required)forceSalePriceUpdate
- 가격변경 비율 제한 정책 비 적용 여부 (optional, default to false)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call changeSalePriceUsingPUTAsync(String xRequestedBy, Long vendorItemId, Long price, Boolean forceSalePriceUpdate, ApiCallback<OpenApiResultOfstring> callback) throws ApiException
xRequestedBy
- Vendor ID (required)vendorItemId
- 판매승인된 옵션아이디 (required)price
- 가격 (required)forceSalePriceUpdate
- 가격변경 비율 제한 정책 비 적용 여부 (optional, default to false)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic OpenApiResultOfboolean checkCategoryStatus(String xRequestedBy, String displayCategoryCode) throws ApiException
xRequestedBy
- Vendor ID (required)displayCategoryCode
- 노출카테고리코드는 숫자형으로 입력해주세요. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<OpenApiResultOfboolean> checkCategoryStatusWithHttpInfo(String xRequestedBy, String displayCategoryCode) throws ApiException
xRequestedBy
- Vendor ID (required)displayCategoryCode
- 노출카테고리코드는 숫자형으로 입력해주세요. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call checkCategoryStatusAsync(String xRequestedBy, String displayCategoryCode, ApiCallback<OpenApiResultOfboolean> callback) throws ApiException
xRequestedBy
- Vendor ID (required)displayCategoryCode
- 노출카테고리코드는 숫자형으로 입력해주세요. (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic ResponseDtoOfboolean completeDelivery(String vendorId, String xRequestedBy, DeliveryReqDto deliveryReqDto) throws ApiException
vendorId
- vendorId (required)xRequestedBy
- X-Requested-By (optional)deliveryReqDto
- deliveryReqDto (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ResponseDtoOfboolean> completeDeliveryWithHttpInfo(String vendorId, String xRequestedBy, DeliveryReqDto deliveryReqDto) throws ApiException
vendorId
- vendorId (required)xRequestedBy
- X-Requested-By (optional)deliveryReqDto
- deliveryReqDto (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call completeDeliveryAsync(String vendorId, String xRequestedBy, DeliveryReqDto deliveryReqDto, ApiCallback<ResponseDtoOfboolean> callback) throws ApiException
vendorId
- vendorId (required)xRequestedBy
- X-Requested-By (optional)deliveryReqDto
- deliveryReqDto (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic ResponseDto confirmCancelByPartnerByReceiptId(Long receiptId, ReturnApprovalDto returnApprovalDto, String vendorId, String xRequestedBy) throws ApiException
receiptId
- receiptId (required)returnApprovalDto
- returnApprovalDto (required)vendorId
- vendorId (required)xRequestedBy
- X-Requested-By (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ResponseDto> confirmCancelByPartnerByReceiptIdWithHttpInfo(Long receiptId, ReturnApprovalDto returnApprovalDto, String vendorId, String xRequestedBy) throws ApiException
receiptId
- receiptId (required)returnApprovalDto
- returnApprovalDto (required)vendorId
- vendorId (required)xRequestedBy
- X-Requested-By (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call confirmCancelByPartnerByReceiptIdAsync(Long receiptId, ReturnApprovalDto returnApprovalDto, String vendorId, String xRequestedBy, ApiCallback<ResponseDto> callback) throws ApiException
receiptId
- receiptId (required)returnApprovalDto
- returnApprovalDto (required)vendorId
- vendorId (required)xRequestedBy
- X-Requested-By (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic ResponseDto confirmInquiries(String inquiryId, String xRequestedBy, CSCoupangConfirmCondition csCoupangConfirmCondition, String vendorId) throws ApiException
inquiryId
- inquiry ID (required)xRequestedBy
- X-Requested-By (required)csCoupangConfirmCondition
- csCoupangConfirmCondition (required)vendorId
- vendorId (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ResponseDto> confirmInquiriesWithHttpInfo(String inquiryId, String xRequestedBy, CSCoupangConfirmCondition csCoupangConfirmCondition, String vendorId) throws ApiException
inquiryId
- inquiry ID (required)xRequestedBy
- X-Requested-By (required)csCoupangConfirmCondition
- csCoupangConfirmCondition (required)vendorId
- vendorId (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call confirmInquiriesAsync(String inquiryId, String xRequestedBy, CSCoupangConfirmCondition csCoupangConfirmCondition, String vendorId, ApiCallback<ResponseDto> callback) throws ApiException
inquiryId
- inquiry ID (required)xRequestedBy
- X-Requested-By (required)csCoupangConfirmCondition
- csCoupangConfirmCondition (required)vendorId
- vendorId (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic ResponseDto confirmReturnDeliveryDoneByExchangeId(String vendorId, Long exchangeId, String xRequestedBy, ConfirmContent confirmContent) throws ApiException
vendorId
- path vendor Id (required)exchangeId
- path receipt Id (required)xRequestedBy
- vendorId (optional)confirmContent
- confirmContent (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ResponseDto> confirmReturnDeliveryDoneByExchangeIdWithHttpInfo(String vendorId, Long exchangeId, String xRequestedBy, ConfirmContent confirmContent) throws ApiException
vendorId
- path vendor Id (required)exchangeId
- path receipt Id (required)xRequestedBy
- vendorId (optional)confirmContent
- confirmContent (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call confirmReturnDeliveryDoneByExchangeIdAsync(String vendorId, Long exchangeId, String xRequestedBy, ConfirmContent confirmContent, ApiCallback<ResponseDto> callback) throws ApiException
vendorId
- path vendor Id (required)exchangeId
- path receipt Id (required)xRequestedBy
- vendorId (optional)confirmContent
- confirmContent (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic OpenapiResponseOfRequested createCoupon(String vendorId, CouponCreateRequestOpenAPIV2Form request) throws ApiException
vendorId
- 업체 아이디 (required)request
- request (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<OpenapiResponseOfRequested> createCouponWithHttpInfo(String vendorId, CouponCreateRequestOpenAPIV2Form request) throws ApiException
vendorId
- 업체 아이디 (required)request
- request (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call createCouponAsync(String vendorId, CouponCreateRequestOpenAPIV2Form request, ApiCallback<OpenapiResponseOfRequested> callback) throws ApiException
vendorId
- 업체 아이디 (required)request
- request (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic CreateCouponResponse createDownloadableCoupon(CreateCouponRequest createCouponRequest) throws ApiException
createCouponRequest
- createCouponRequest (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<CreateCouponResponse> createDownloadableCouponWithHttpInfo(CreateCouponRequest createCouponRequest) throws ApiException
createCouponRequest
- createCouponRequest (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call createDownloadableCouponAsync(CreateCouponRequest createCouponRequest, ApiCallback<CreateCouponResponse> callback) throws ApiException
createCouponRequest
- createCouponRequest (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic ResponseDtoOfInvoiceNumberCreateDto createInvoiceNumber(String vendorId, InvoiceNumberCreateDto invoiceNumberCreateDto, String xRequestedBy) throws ApiException
vendorId
- vendorId (required)invoiceNumberCreateDto
- invoiceNumberCreateDto (required)xRequestedBy
- 업체 ID (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ResponseDtoOfInvoiceNumberCreateDto> createInvoiceNumberWithHttpInfo(String vendorId, InvoiceNumberCreateDto invoiceNumberCreateDto, String xRequestedBy) throws ApiException
vendorId
- vendorId (required)invoiceNumberCreateDto
- invoiceNumberCreateDto (required)xRequestedBy
- 업체 ID (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call createInvoiceNumberAsync(String vendorId, InvoiceNumberCreateDto invoiceNumberCreateDto, String xRequestedBy, ApiCallback<ResponseDtoOfInvoiceNumberCreateDto> callback) throws ApiException
vendorId
- vendorId (required)invoiceNumberCreateDto
- invoiceNumberCreateDto (required)xRequestedBy
- 업체 ID (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic OpenapiResponseOfContractOpenAPIV2Dto createNonContractInfo(String vendorId) throws ApiException
vendorId
- 업체 아이디 (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<OpenapiResponseOfContractOpenAPIV2Dto> createNonContractInfoWithHttpInfo(String vendorId) throws ApiException
vendorId
- 업체 아이디 (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call createNonContractInfoAsync(String vendorId, ApiCallback<OpenapiResponseOfContractOpenAPIV2Dto> callback) throws ApiException
vendorId
- 업체 아이디 (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic ResponseDtoOfSimpleResultDto createOutboundShippingCenter(String vendorId, ShippingPlaceDetailDto shippingPlaceDetailDto, String xRequestedBy) throws ApiException
vendorId
- 업체 아이디 (required)shippingPlaceDetailDto
- ShippingPlaceDetailDto (required)xRequestedBy
- X-Requested-By (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ResponseDtoOfSimpleResultDto> createOutboundShippingCenterWithHttpInfo(String vendorId, ShippingPlaceDetailDto shippingPlaceDetailDto, String xRequestedBy) throws ApiException
vendorId
- 업체 아이디 (required)shippingPlaceDetailDto
- ShippingPlaceDetailDto (required)xRequestedBy
- X-Requested-By (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call createOutboundShippingCenterAsync(String vendorId, ShippingPlaceDetailDto shippingPlaceDetailDto, String xRequestedBy, ApiCallback<ResponseDtoOfSimpleResultDto> callback) throws ApiException
vendorId
- 업체 아이디 (required)shippingPlaceDetailDto
- ShippingPlaceDetailDto (required)xRequestedBy
- X-Requested-By (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic ResponseDtoOfSimpleResultDto createReturnShippingCenter(String vendorId, ShippingPlaceDetailDto shippingPlaceDetailDto, String xRequestedBy) throws ApiException
vendorId
- 업체 아이디 (required)shippingPlaceDetailDto
- ShippingPlaceDetailDto (required)xRequestedBy
- X-Requested-By (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ResponseDtoOfSimpleResultDto> createReturnShippingCenterWithHttpInfo(String vendorId, ShippingPlaceDetailDto shippingPlaceDetailDto, String xRequestedBy) throws ApiException
vendorId
- 업체 아이디 (required)shippingPlaceDetailDto
- ShippingPlaceDetailDto (required)xRequestedBy
- X-Requested-By (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call createReturnShippingCenterAsync(String vendorId, ShippingPlaceDetailDto shippingPlaceDetailDto, String xRequestedBy, ApiCallback<ResponseDtoOfSimpleResultDto> callback) throws ApiException
vendorId
- 업체 아이디 (required)shippingPlaceDetailDto
- ShippingPlaceDetailDto (required)xRequestedBy
- X-Requested-By (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic OpenApiResultOflong createSellerProduct(String xRequestedBy, OSellerProduct oSellerProduct) throws ApiException
xRequestedBy
- Vendor ID (required)oSellerProduct
- oSellerProduct (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<OpenApiResultOflong> createSellerProductWithHttpInfo(String xRequestedBy, OSellerProduct oSellerProduct) throws ApiException
xRequestedBy
- Vendor ID (required)oSellerProduct
- oSellerProduct (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call createSellerProductAsync(String xRequestedBy, OSellerProduct oSellerProduct, ApiCallback<OpenApiResultOflong> callback) throws ApiException
xRequestedBy
- Vendor ID (required)oSellerProduct
- oSellerProduct (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic List<ResponseOfDeleteCouponResponse> deleteCoupons(DeleteCouponRequest deleteCouponRequest) throws ApiException
deleteCouponRequest
- deleteCouponRequest (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<List<ResponseOfDeleteCouponResponse>> deleteCouponsWithHttpInfo(DeleteCouponRequest deleteCouponRequest) throws ApiException
deleteCouponRequest
- deleteCouponRequest (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteCouponsAsync(DeleteCouponRequest deleteCouponRequest, ApiCallback<List<ResponseOfDeleteCouponResponse>> callback) throws ApiException
deleteCouponRequest
- deleteCouponRequest (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic OpenApiResult deleteSellerProduct(String xRequestedBy, String sellerProductId) throws ApiException
xRequestedBy
- Vendor ID (required)sellerProductId
- sellerProductId (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<OpenApiResult> deleteSellerProductWithHttpInfo(String xRequestedBy, String sellerProductId) throws ApiException
xRequestedBy
- Vendor ID (required)sellerProductId
- sellerProductId (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteSellerProductAsync(String xRequestedBy, String sellerProductId, ApiCallback<OpenApiResult> callback) throws ApiException
xRequestedBy
- Vendor ID (required)sellerProductId
- sellerProductId (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic ResponseDtoOfSimpleResultDto doAlreadyRelease(Long receiptId, String vendorId, ReleaseInfoDto releaseInfoDto, String xRequestedBy) throws ApiException
receiptId
- 반품 ID (required)vendorId
- path vendor ID (required)releaseInfoDto
- releaseInfoDto (required)xRequestedBy
- 업체 ID (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ResponseDtoOfSimpleResultDto> doAlreadyReleaseWithHttpInfo(Long receiptId, String vendorId, ReleaseInfoDto releaseInfoDto, String xRequestedBy) throws ApiException
receiptId
- 반품 ID (required)vendorId
- path vendor ID (required)releaseInfoDto
- releaseInfoDto (required)xRequestedBy
- 업체 ID (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call doAlreadyReleaseAsync(Long receiptId, String vendorId, ReleaseInfoDto releaseInfoDto, String xRequestedBy, ApiCallback<ResponseDtoOfSimpleResultDto> callback) throws ApiException
receiptId
- 반품 ID (required)vendorId
- path vendor ID (required)releaseInfoDto
- releaseInfoDto (required)xRequestedBy
- 업체 ID (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic ResponseDtoOfAutoCategorizationResponseDto doProductCategorizationUsingPOST(String xRequestedBy, AutoCategorizationRequestDto autoCategorizationRequestDto) throws ApiException
xRequestedBy
- X-Requested-By (required)autoCategorizationRequestDto
- autoCategorizationRequestDto (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ResponseDtoOfAutoCategorizationResponseDto> doProductCategorizationUsingPOSTWithHttpInfo(String xRequestedBy, AutoCategorizationRequestDto autoCategorizationRequestDto) throws ApiException
xRequestedBy
- X-Requested-By (required)autoCategorizationRequestDto
- autoCategorizationRequestDto (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call doProductCategorizationUsingPOSTAsync(String xRequestedBy, AutoCategorizationRequestDto autoCategorizationRequestDto, ApiCallback<ResponseDtoOfAutoCategorizationResponseDto> callback) throws ApiException
xRequestedBy
- X-Requested-By (required)autoCategorizationRequestDto
- autoCategorizationRequestDto (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic ResponseDtoOfSimpleResultDto doStopRelease(Long receiptId, String vendorId, ReleaseStopDto releaseStopDto, String xRequestedBy) throws ApiException
receiptId
- 반품 ID (required)vendorId
- path vendor ID (required)releaseStopDto
- releaseStopDto (required)xRequestedBy
- 업체 ID (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ResponseDtoOfSimpleResultDto> doStopReleaseWithHttpInfo(Long receiptId, String vendorId, ReleaseStopDto releaseStopDto, String xRequestedBy) throws ApiException
receiptId
- 반품 ID (required)vendorId
- path vendor ID (required)releaseStopDto
- releaseStopDto (required)xRequestedBy
- 업체 ID (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call doStopReleaseAsync(Long receiptId, String vendorId, ReleaseStopDto releaseStopDto, String xRequestedBy, ApiCallback<ResponseDtoOfSimpleResultDto> callback) throws ApiException
receiptId
- 반품 ID (required)vendorId
- path vendor ID (required)releaseStopDto
- releaseStopDto (required)xRequestedBy
- 업체 ID (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic List<ResponseOfExpireCouponResponse> expireDownloadableCoupons(ExpireCouponRequest expireCouponRequest) throws ApiException
expireCouponRequest
- expireCouponRequest (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<List<ResponseOfExpireCouponResponse>> expireDownloadableCouponsWithHttpInfo(ExpireCouponRequest expireCouponRequest) throws ApiException
expireCouponRequest
- expireCouponRequest (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call expireDownloadableCouponsAsync(ExpireCouponRequest expireCouponRequest, ApiCallback<List<ResponseOfExpireCouponResponse>> callback) throws ApiException
expireCouponRequest
- expireCouponRequest (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic OpenapiResponseOfRequested expireOfCoupon(String vendorId, Long couponId, String action) throws ApiException
vendorId
- 업체 아이디 (required)couponId
- 쿠폰 아이디 (required)action
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<OpenapiResponseOfRequested> expireOfCouponWithHttpInfo(String vendorId, Long couponId, String action) throws ApiException
vendorId
- 업체 아이디 (required)couponId
- 쿠폰 아이디 (required)action
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call expireOfCouponAsync(String vendorId, Long couponId, String action, ApiCallback<OpenapiResponseOfRequested> callback) throws ApiException
vendorId
- 업체 아이디 (required)couponId
- 쿠폰 아이디 (required)action
- (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic OpenapiResponseOfRequested expireOfCouponItem(String vendorId, Long couponId, String action, VendorItemIdBundle vendorItems) throws ApiException
vendorId
- 업체 아이디 (required)couponId
- 쿠폰 아이디 (required)action
- (required)vendorItems
- The size of vendorItemIds should not exceed 10000. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<OpenapiResponseOfRequested> expireOfCouponItemWithHttpInfo(String vendorId, Long couponId, String action, VendorItemIdBundle vendorItems) throws ApiException
vendorId
- 업체 아이디 (required)couponId
- 쿠폰 아이디 (required)action
- (required)vendorItems
- The size of vendorItemIds should not exceed 10000. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call expireOfCouponItemAsync(String vendorId, Long couponId, String action, VendorItemIdBundle vendorItems, ApiCallback<OpenapiResponseOfRequested> callback) throws ApiException
vendorId
- 업체 아이디 (required)couponId
- 쿠폰 아이디 (required)action
- (required)vendorItems
- The size of vendorItemIds should not exceed 10000. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic ResponseDtoOfProductCashBackSearchResultDto getCashback(String xRequestedBy, String vendorId, String ruleId, String vendorItemId) throws ApiException
xRequestedBy
- X-Requested-By (required)vendorId
- vendorId (required)ruleId
- (optional)vendorItemId
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ResponseDtoOfProductCashBackSearchResultDto> getCashbackWithHttpInfo(String xRequestedBy, String vendorId, String ruleId, String vendorItemId) throws ApiException
xRequestedBy
- X-Requested-By (required)vendorId
- vendorId (required)ruleId
- (optional)vendorItemId
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getCashbackAsync(String xRequestedBy, String vendorId, String ruleId, String vendorItemId, ApiCallback<ResponseDtoOfProductCashBackSearchResultDto> callback) throws ApiException
xRequestedBy
- X-Requested-By (required)vendorId
- vendorId (required)ruleId
- (optional)vendorItemId
- (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic OpenApiResultOfOCategoryMeta getCategoryRelatedMetaByDisplayCategoryCode(String xRequestedBy, String displayCategoryCode) throws ApiException
xRequestedBy
- Vendor ID (required)displayCategoryCode
- 전시카테고리코드. 전시카테고리코드는 숫자형으로 입력해주세요. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<OpenApiResultOfOCategoryMeta> getCategoryRelatedMetaByDisplayCategoryCodeWithHttpInfo(String xRequestedBy, String displayCategoryCode) throws ApiException
xRequestedBy
- Vendor ID (required)displayCategoryCode
- 전시카테고리코드. 전시카테고리코드는 숫자형으로 입력해주세요. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getCategoryRelatedMetaByDisplayCategoryCodeAsync(String xRequestedBy, String displayCategoryCode, ApiCallback<OpenApiResultOfOCategoryMeta> callback) throws ApiException
xRequestedBy
- Vendor ID (required)displayCategoryCode
- 전시카테고리코드. 전시카테고리코드는 숫자형으로 입력해주세요. (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic OpenapiResponseOfContractOpenAPIV2Dto getContract(String vendorId, Long contractId) throws ApiException
vendorId
- 업체 아이디 (required)contractId
- new 계약서 ID v1 contractID와 호환 안됨 (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<OpenapiResponseOfContractOpenAPIV2Dto> getContractWithHttpInfo(String vendorId, Long contractId) throws ApiException
vendorId
- 업체 아이디 (required)contractId
- new 계약서 ID v1 contractID와 호환 안됨 (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getContractAsync(String vendorId, Long contractId, ApiCallback<OpenapiResponseOfContractOpenAPIV2Dto> callback) throws ApiException
vendorId
- 업체 아이디 (required)contractId
- new 계약서 ID v1 contractID와 호환 안됨 (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic OpenapiResponseOfListOfContractOpenAPIV2Dto getContracts(String vendorId) throws ApiException
vendorId
- vendorId (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<OpenapiResponseOfListOfContractOpenAPIV2Dto> getContractsWithHttpInfo(String vendorId) throws ApiException
vendorId
- vendorId (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getContractsAsync(String vendorId, ApiCallback<OpenapiResponseOfListOfContractOpenAPIV2Dto> callback) throws ApiException
vendorId
- vendorId (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic OpenapiResponseOfCouponInfoOpenAPIV2Response getCouponByVendor(String vendorId, Long couponId) throws ApiException
vendorId
- 업체 아이디 (required)couponId
- couponId (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<OpenapiResponseOfCouponInfoOpenAPIV2Response> getCouponByVendorWithHttpInfo(String vendorId, Long couponId) throws ApiException
vendorId
- 업체 아이디 (required)couponId
- couponId (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getCouponByVendorAsync(String vendorId, Long couponId, ApiCallback<OpenapiResponseOfCouponInfoOpenAPIV2Response> callback) throws ApiException
vendorId
- 업체 아이디 (required)couponId
- couponId (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic OpenapiResponseOfListOfOrderCouponInfoV2Response getCouponsByOrder(String vendorId, Long orderId) throws ApiException
vendorId
- 업체 아이디 (required)orderId
- 주문 아이디 (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<OpenapiResponseOfListOfOrderCouponInfoV2Response> getCouponsByOrderWithHttpInfo(String vendorId, Long orderId) throws ApiException
vendorId
- 업체 아이디 (required)orderId
- 주문 아이디 (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getCouponsByOrderAsync(String vendorId, Long orderId, ApiCallback<OpenapiResponseOfListOfOrderCouponInfoV2Response> callback) throws ApiException
vendorId
- 업체 아이디 (required)orderId
- 주문 아이디 (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic OpenapiResponseOfListOfCouponInfoOpenAPIV2Response getCouponsByVendor(String vendorId, String status, Integer page, Integer size, List<String> sort) throws ApiException
vendorId
- 업체 아이디 (required)status
- 쿠폰상태 (STANDBY,APPLIED(*),PAUSED,EXPIRED) (optional, default to APPLIED)page
- Results page you want to retrieve (0..N) (optional)size
- Number of records per page (optional)sort
- Sorting criteria in the format: property(,asc|desc). Default sort order is ascending. Multiple sort criteria are supported. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<OpenapiResponseOfListOfCouponInfoOpenAPIV2Response> getCouponsByVendorWithHttpInfo(String vendorId, String status, Integer page, Integer size, List<String> sort) throws ApiException
vendorId
- 업체 아이디 (required)status
- 쿠폰상태 (STANDBY,APPLIED(*),PAUSED,EXPIRED) (optional, default to APPLIED)page
- Results page you want to retrieve (0..N) (optional)size
- Number of records per page (optional)sort
- Sorting criteria in the format: property(,asc|desc). Default sort order is ascending. Multiple sort criteria are supported. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getCouponsByVendorAsync(String vendorId, String status, Integer page, Integer size, List<String> sort, ApiCallback<OpenapiResponseOfListOfCouponInfoOpenAPIV2Response> callback) throws ApiException
vendorId
- 업체 아이디 (required)status
- 쿠폰상태 (STANDBY,APPLIED(*),PAUSED,EXPIRED) (optional, default to APPLIED)page
- Results page you want to retrieve (0..N) (optional)size
- Number of records per page (optional)sort
- Sorting criteria in the format: property(,asc|desc). Default sort order is ascending. Multiple sort criteria are supported. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic ResponseDtoOfPagedListOfCSCustomerInquiryDto getCustomerInquiriesByVendorId(String vendorId, String xRequestedBy, String inquiryStartAt, String inquiryEndAt, String answeredType, Long vendorItemId, Integer pageNum, Integer pageSize) throws ApiException
vendorId
- vendorId (required)xRequestedBy
- vendor ID (optional)inquiryStartAt
- (optional)inquiryEndAt
- (optional)answeredType
- (optional)vendorItemId
- (optional)pageNum
- (optional)pageSize
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ResponseDtoOfPagedListOfCSCustomerInquiryDto> getCustomerInquiriesByVendorIdWithHttpInfo(String vendorId, String xRequestedBy, String inquiryStartAt, String inquiryEndAt, String answeredType, Long vendorItemId, Integer pageNum, Integer pageSize) throws ApiException
vendorId
- vendorId (required)xRequestedBy
- vendor ID (optional)inquiryStartAt
- (optional)inquiryEndAt
- (optional)answeredType
- (optional)vendorItemId
- (optional)pageNum
- (optional)pageSize
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getCustomerInquiriesByVendorIdAsync(String vendorId, String xRequestedBy, String inquiryStartAt, String inquiryEndAt, String answeredType, Long vendorItemId, Integer pageNum, Integer pageSize, ApiCallback<ResponseDtoOfPagedListOfCSCustomerInquiryDto> callback) throws ApiException
vendorId
- vendorId (required)xRequestedBy
- vendor ID (optional)inquiryStartAt
- (optional)inquiryEndAt
- (optional)answeredType
- (optional)vendorItemId
- (optional)pageNum
- (optional)pageSize
- (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic ResponseDtoOfDeliveryHistoryDto getDeliveryHistoriesByShipmentBoxId(Long shipmentBoxId, String xRequestedBy, String vendorId) throws ApiException
shipmentBoxId
- shipmentBoxId (required)xRequestedBy
- X-Requested-By (required)vendorId
- vendorId (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ResponseDtoOfDeliveryHistoryDto> getDeliveryHistoriesByShipmentBoxIdWithHttpInfo(Long shipmentBoxId, String xRequestedBy, String vendorId) throws ApiException
shipmentBoxId
- shipmentBoxId (required)xRequestedBy
- X-Requested-By (required)vendorId
- vendorId (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getDeliveryHistoriesByShipmentBoxIdAsync(Long shipmentBoxId, String xRequestedBy, String vendorId, ApiCallback<ResponseDtoOfDeliveryHistoryDto> callback) throws ApiException
shipmentBoxId
- shipmentBoxId (required)xRequestedBy
- X-Requested-By (required)vendorId
- vendorId (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic OpenApiResultOfODisplayCategory getDisplayCategories(String xRequestedBy) throws ApiException
xRequestedBy
- Vendor ID (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<OpenApiResultOfODisplayCategory> getDisplayCategoriesWithHttpInfo(String xRequestedBy) throws ApiException
xRequestedBy
- Vendor ID (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getDisplayCategoriesAsync(String xRequestedBy, ApiCallback<OpenApiResultOfODisplayCategory> callback) throws ApiException
xRequestedBy
- Vendor ID (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic OpenApiResultOfODisplayCategory getDisplayCategoryByCode(String xRequestedBy, String displacyCategoryCode) throws ApiException
xRequestedBy
- Vendor ID (required)displacyCategoryCode
- 노출 카테고리 코드. 카테고리코드는 숫자형으로 입력해주세요. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<OpenApiResultOfODisplayCategory> getDisplayCategoryByCodeWithHttpInfo(String xRequestedBy, String displacyCategoryCode) throws ApiException
xRequestedBy
- Vendor ID (required)displacyCategoryCode
- 노출 카테고리 코드. 카테고리코드는 숫자형으로 입력해주세요. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getDisplayCategoryByCodeAsync(String xRequestedBy, String displacyCategoryCode, ApiCallback<OpenApiResultOfODisplayCategory> callback) throws ApiException
xRequestedBy
- Vendor ID (required)displacyCategoryCode
- 노출 카테고리 코드. 카테고리코드는 숫자형으로 입력해주세요. (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic GetCouponResponse getDownloadableCouponById(Long couponId) throws ApiException
couponId
- couponId (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<GetCouponResponse> getDownloadableCouponByIdWithHttpInfo(Long couponId) throws ApiException
couponId
- couponId (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getDownloadableCouponByIdAsync(Long couponId, ApiCallback<GetCouponResponse> callback) throws ApiException
couponId
- couponId (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic PagedResponseDtoOfListOfExchangeDtoV1 getExchangesByVendorId(String vendorId, String xRequestedBy, String createdAtFrom, String createdAtTo, String status, Long orderId, String nextToken, Integer maxPerPage) throws ApiException
vendorId
- vendorId (required)xRequestedBy
- vendor ID (optional)createdAtFrom
- from datetime(createdAtFrom : yyyy-MM-ddTHH:mm:ss) (optional)createdAtTo
- to datetime(createdAtTo : yyyy-MM-ddTHH:mm:ss) (optional)status
- status (optional)orderId
- order ID (optional)nextToken
- nextToken (optional)maxPerPage
- maxPerPage (optional, default to 10)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<PagedResponseDtoOfListOfExchangeDtoV1> getExchangesByVendorIdWithHttpInfo(String vendorId, String xRequestedBy, String createdAtFrom, String createdAtTo, String status, Long orderId, String nextToken, Integer maxPerPage) throws ApiException
vendorId
- vendorId (required)xRequestedBy
- vendor ID (optional)createdAtFrom
- from datetime(createdAtFrom : yyyy-MM-ddTHH:mm:ss) (optional)createdAtTo
- to datetime(createdAtTo : yyyy-MM-ddTHH:mm:ss) (optional)status
- status (optional)orderId
- order ID (optional)nextToken
- nextToken (optional)maxPerPage
- maxPerPage (optional, default to 10)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getExchangesByVendorIdAsync(String vendorId, String xRequestedBy, String createdAtFrom, String createdAtTo, String status, Long orderId, String nextToken, Integer maxPerPage, ApiCallback<PagedResponseDtoOfListOfExchangeDtoV1> callback) throws ApiException
vendorId
- vendorId (required)xRequestedBy
- vendor ID (optional)createdAtFrom
- from datetime(createdAtFrom : yyyy-MM-ddTHH:mm:ss) (optional)createdAtTo
- to datetime(createdAtTo : yyyy-MM-ddTHH:mm:ss) (optional)status
- status (optional)orderId
- order ID (optional)nextToken
- nextToken (optional)maxPerPage
- maxPerPage (optional, default to 10)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic ApiResponseDtoOfListOfGoodsFeeCorrectionOutputDto getGoodsFeeCorrections(String xRequestedBy, String vendorId, String recognitionDate, String nextToken, Integer maxPerPage) throws ApiException
xRequestedBy
- X-Requested-By (required)vendorId
- pathVendorId (required)recognitionDate
- Date (yyyy-MM-dd) (required)nextToken
- nextToken(start index, 0 on first call) (required)maxPerPage
- Number of calls per page (default = 50, min = 1, max = 50) (optional, default to 50)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApiResponseDtoOfListOfGoodsFeeCorrectionOutputDto> getGoodsFeeCorrectionsWithHttpInfo(String xRequestedBy, String vendorId, String recognitionDate, String nextToken, Integer maxPerPage) throws ApiException
xRequestedBy
- X-Requested-By (required)vendorId
- pathVendorId (required)recognitionDate
- Date (yyyy-MM-dd) (required)nextToken
- nextToken(start index, 0 on first call) (required)maxPerPage
- Number of calls per page (default = 50, min = 1, max = 50) (optional, default to 50)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getGoodsFeeCorrectionsAsync(String xRequestedBy, String vendorId, String recognitionDate, String nextToken, Integer maxPerPage, ApiCallback<ApiResponseDtoOfListOfGoodsFeeCorrectionOutputDto> callback) throws ApiException
xRequestedBy
- X-Requested-By (required)vendorId
- pathVendorId (required)recognitionDate
- Date (yyyy-MM-dd) (required)nextToken
- nextToken(start index, 0 on first call) (required)maxPerPage
- Number of calls per page (default = 50, min = 1, max = 50) (optional, default to 50)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic ApiResponseDtoOfListOfGoodsSalesOutputDto getGoodsSalesByVendor(String xRequestedBy, String vendorId, String recognitionDate, String nextToken, Integer maxPerPage) throws ApiException
xRequestedBy
- X-Requested-By (required)vendorId
- pathVendorId (required)recognitionDate
- Date (yyyy-MM-dd) (required)nextToken
- nextToken(start index, 0 on first call) (required)maxPerPage
- Number of calls per page (default = 50, min = 1, max = 50) (optional, default to 50)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApiResponseDtoOfListOfGoodsSalesOutputDto> getGoodsSalesByVendorWithHttpInfo(String xRequestedBy, String vendorId, String recognitionDate, String nextToken, Integer maxPerPage) throws ApiException
xRequestedBy
- X-Requested-By (required)vendorId
- pathVendorId (required)recognitionDate
- Date (yyyy-MM-dd) (required)nextToken
- nextToken(start index, 0 on first call) (required)maxPerPage
- Number of calls per page (default = 50, min = 1, max = 50) (optional, default to 50)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getGoodsSalesByVendorAsync(String xRequestedBy, String vendorId, String recognitionDate, String nextToken, Integer maxPerPage, ApiCallback<ApiResponseDtoOfListOfGoodsSalesOutputDto> callback) throws ApiException
xRequestedBy
- X-Requested-By (required)vendorId
- pathVendorId (required)recognitionDate
- Date (yyyy-MM-dd) (required)nextToken
- nextToken(start index, 0 on first call) (required)maxPerPage
- Number of calls per page (default = 50, min = 1, max = 50) (optional, default to 50)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic ResponseDtoOfPagedListOfCSCoupangInquiryDTO getInquiriesByVendor(String vendorId, String xRequestedBy, String inquiryStartAt, String inquiryEndAt, Long orderId, String partnerCounselingStatus, Long vendorItemId, Integer pageNum, Integer pageSize) throws ApiException
vendorId
- vendorId (required)xRequestedBy
- vendor ID (optional)inquiryStartAt
- (optional)inquiryEndAt
- (optional)orderId
- (optional)partnerCounselingStatus
- (optional)vendorItemId
- (optional)pageNum
- (optional)pageSize
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ResponseDtoOfPagedListOfCSCoupangInquiryDTO> getInquiriesByVendorWithHttpInfo(String vendorId, String xRequestedBy, String inquiryStartAt, String inquiryEndAt, Long orderId, String partnerCounselingStatus, Long vendorItemId, Integer pageNum, Integer pageSize) throws ApiException
vendorId
- vendorId (required)xRequestedBy
- vendor ID (optional)inquiryStartAt
- (optional)inquiryEndAt
- (optional)orderId
- (optional)partnerCounselingStatus
- (optional)vendorItemId
- (optional)pageNum
- (optional)pageSize
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getInquiriesByVendorAsync(String vendorId, String xRequestedBy, String inquiryStartAt, String inquiryEndAt, Long orderId, String partnerCounselingStatus, Long vendorItemId, Integer pageNum, Integer pageSize, ApiCallback<ResponseDtoOfPagedListOfCSCoupangInquiryDTO> callback) throws ApiException
vendorId
- vendorId (required)xRequestedBy
- vendor ID (optional)inquiryStartAt
- (optional)inquiryEndAt
- (optional)orderId
- (optional)partnerCounselingStatus
- (optional)vendorItemId
- (optional)pageNum
- (optional)pageSize
- (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic OpenApiResultOfOSellerProductItemStatus getInventoryInformation(String xRequestedBy, Long vendorItemId) throws ApiException
xRequestedBy
- Vendor ID (required)vendorItemId
- 판매승인된 옵션아이디 (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<OpenApiResultOfOSellerProductItemStatus> getInventoryInformationWithHttpInfo(String xRequestedBy, Long vendorItemId) throws ApiException
xRequestedBy
- Vendor ID (required)vendorItemId
- 판매승인된 옵션아이디 (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getInventoryInformationAsync(String xRequestedBy, Long vendorItemId, ApiCallback<OpenApiResultOfOSellerProductItemStatus> callback) throws ApiException
xRequestedBy
- Vendor ID (required)vendorItemId
- 판매승인된 옵션아이디 (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic OpenapiResponseOfCouponItemInfoResponse getItemByCoupon(String vendorId, Long couponId, Long couponItemId, String type) throws ApiException
vendorId
- 업체 아이디 (required)couponId
- 쿠폰 아이디 (required)couponItemId
- 쿠폰아이템 아이디 (required)type
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<OpenapiResponseOfCouponItemInfoResponse> getItemByCouponWithHttpInfo(String vendorId, Long couponId, Long couponItemId, String type) throws ApiException
vendorId
- 업체 아이디 (required)couponId
- 쿠폰 아이디 (required)couponItemId
- 쿠폰아이템 아이디 (required)type
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getItemByCouponAsync(String vendorId, Long couponId, Long couponItemId, String type, ApiCallback<OpenapiResponseOfCouponItemInfoResponse> callback) throws ApiException
vendorId
- 업체 아이디 (required)couponId
- 쿠폰 아이디 (required)couponItemId
- 쿠폰아이템 아이디 (required)type
- (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic OpenapiResponseOfRequestedStatus getItemByRequestedId(String vendorId, String requestedId) throws ApiException
vendorId
- 업체 아이디 (required)requestedId
- 요청아이디 (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<OpenapiResponseOfRequestedStatus> getItemByRequestedIdWithHttpInfo(String vendorId, String requestedId) throws ApiException
vendorId
- 업체 아이디 (required)requestedId
- 요청아이디 (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getItemByRequestedIdAsync(String vendorId, String requestedId, ApiCallback<OpenapiResponseOfRequestedStatus> callback) throws ApiException
vendorId
- 업체 아이디 (required)requestedId
- 요청아이디 (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic OpenapiResponseOfCouponItemInfoResponse getItemByVendorItemIdAndCoupon(String vendorId, Long couponId, Long vendorItemId, String type) throws ApiException
vendorId
- 업체 아이디 (required)couponId
- 쿠폰 아이디 (required)vendorItemId
- 벤덩아이템 아이디 (required)type
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<OpenapiResponseOfCouponItemInfoResponse> getItemByVendorItemIdAndCouponWithHttpInfo(String vendorId, Long couponId, Long vendorItemId, String type) throws ApiException
vendorId
- 업체 아이디 (required)couponId
- 쿠폰 아이디 (required)vendorItemId
- 벤덩아이템 아이디 (required)type
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getItemByVendorItemIdAndCouponAsync(String vendorId, Long couponId, Long vendorItemId, String type, ApiCallback<OpenapiResponseOfCouponItemInfoResponse> callback) throws ApiException
vendorId
- 업체 아이디 (required)couponId
- 쿠폰 아이디 (required)vendorItemId
- 벤덩아이템 아이디 (required)type
- (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic OpenapiResponseOfListOfCouponItemInfoResponse getItemsByCoupon(String vendorId, Long couponId, String status, Integer page, Integer size, List<String> sort) throws ApiException
vendorId
- 업체 아이디 (required)couponId
- 쿠폰 아이디 (required)status
- 쿠폰상태 (STANDBY,APPLIED(*),PAUSED,EXPIRED) (required)page
- Results page you want to retrieve (0..N) (optional)size
- Number of records per page (optional)sort
- Sorting criteria in the format: property(,asc|desc). Default sort order is ascending. Multiple sort criteria are supported. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<OpenapiResponseOfListOfCouponItemInfoResponse> getItemsByCouponWithHttpInfo(String vendorId, Long couponId, String status, Integer page, Integer size, List<String> sort) throws ApiException
vendorId
- 업체 아이디 (required)couponId
- 쿠폰 아이디 (required)status
- 쿠폰상태 (STANDBY,APPLIED(*),PAUSED,EXPIRED) (required)page
- Results page you want to retrieve (0..N) (optional)size
- Number of records per page (optional)sort
- Sorting criteria in the format: property(,asc|desc). Default sort order is ascending. Multiple sort criteria are supported. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getItemsByCouponAsync(String vendorId, Long couponId, String status, Integer page, Integer size, List<String> sort, ApiCallback<OpenapiResponseOfListOfCouponItemInfoResponse> callback) throws ApiException
vendorId
- 업체 아이디 (required)couponId
- 쿠폰 아이디 (required)status
- 쿠폰상태 (STANDBY,APPLIED(*),PAUSED,EXPIRED) (required)page
- Results page you want to retrieve (0..N) (optional)size
- Number of records per page (optional)sort
- Sorting criteria in the format: property(,asc|desc). Default sort order is ascending. Multiple sort criteria are supported. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic ResponseDtoOfListOfOrderSheetDto getOrderSheetByOrderId(Long orderId, String vendorId, String xRequestedBy) throws ApiException
orderId
- orderId (required)vendorId
- vendorId (required)xRequestedBy
- 업체 ID (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ResponseDtoOfListOfOrderSheetDto> getOrderSheetByOrderIdWithHttpInfo(Long orderId, String vendorId, String xRequestedBy) throws ApiException
orderId
- orderId (required)vendorId
- vendorId (required)xRequestedBy
- 업체 ID (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getOrderSheetByOrderIdAsync(Long orderId, String vendorId, String xRequestedBy, ApiCallback<ResponseDtoOfListOfOrderSheetDto> callback) throws ApiException
orderId
- orderId (required)vendorId
- vendorId (required)xRequestedBy
- 업체 ID (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic ResponseDtoOfOrderSheetDto getOrderSheetByShipmentBoxId(Long shipmentBoxId, String vendorId, String xRequestedBy) throws ApiException
shipmentBoxId
- shipmentBoxId (required)vendorId
- vendorId (required)xRequestedBy
- 업체 ID (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ResponseDtoOfOrderSheetDto> getOrderSheetByShipmentBoxIdWithHttpInfo(Long shipmentBoxId, String vendorId, String xRequestedBy) throws ApiException
shipmentBoxId
- shipmentBoxId (required)vendorId
- vendorId (required)xRequestedBy
- 업체 ID (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getOrderSheetByShipmentBoxIdAsync(Long shipmentBoxId, String vendorId, String xRequestedBy, ApiCallback<ResponseDtoOfOrderSheetDto> callback) throws ApiException
shipmentBoxId
- shipmentBoxId (required)vendorId
- vendorId (required)xRequestedBy
- 업체 ID (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic ResponseDtoOfListOfOrderSheetDto getOrderSheetsByVendorId(String vendorId, String xRequestedBy, String createdAtFrom, String createdAtTo, String status, String nextToken, Integer maxPerPage, String searchType) throws ApiException
vendorId
- vendorId (required)xRequestedBy
- vendor ID (optional)createdAtFrom
- start time(yyyy-MM-ddThh:mm) (optional)createdAtTo
- end time(yyyy-MM-ddThh:mm) (optional)status
- status (optional)nextToken
- nextToken (optional)maxPerPage
- page size (optional, default to 50)searchType
- search type (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ResponseDtoOfListOfOrderSheetDto> getOrderSheetsByVendorIdWithHttpInfo(String vendorId, String xRequestedBy, String createdAtFrom, String createdAtTo, String status, String nextToken, Integer maxPerPage, String searchType) throws ApiException
vendorId
- vendorId (required)xRequestedBy
- vendor ID (optional)createdAtFrom
- start time(yyyy-MM-ddThh:mm) (optional)createdAtTo
- end time(yyyy-MM-ddThh:mm) (optional)status
- status (optional)nextToken
- nextToken (optional)maxPerPage
- page size (optional, default to 50)searchType
- search type (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getOrderSheetsByVendorIdAsync(String vendorId, String xRequestedBy, String createdAtFrom, String createdAtTo, String status, String nextToken, Integer maxPerPage, String searchType, ApiCallback<ResponseDtoOfListOfOrderSheetDto> callback) throws ApiException
vendorId
- vendorId (required)xRequestedBy
- vendor ID (optional)createdAtFrom
- start time(yyyy-MM-ddThh:mm) (optional)createdAtTo
- end time(yyyy-MM-ddThh:mm) (optional)status
- status (optional)nextToken
- nextToken (optional)maxPerPage
- page size (optional, default to 50)searchType
- search type (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic ApiNextResponseDtoOfListOfOrderSnapshotViewDto getOrderSnapshotDetailByOrderId(String xRequestedBy, String vendorId, Long orderId, String nextToken) throws ApiException
xRequestedBy
- X-Requested-By (required)vendorId
- vendorId (required)orderId
- orderId (required)nextToken
- nextToken (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApiNextResponseDtoOfListOfOrderSnapshotViewDto> getOrderSnapshotDetailByOrderIdWithHttpInfo(String xRequestedBy, String vendorId, Long orderId, String nextToken) throws ApiException
xRequestedBy
- X-Requested-By (required)vendorId
- vendorId (required)orderId
- orderId (required)nextToken
- nextToken (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getOrderSnapshotDetailByOrderIdAsync(String xRequestedBy, String vendorId, Long orderId, String nextToken, ApiCallback<ApiNextResponseDtoOfListOfOrderSnapshotViewDto> callback) throws ApiException
xRequestedBy
- X-Requested-By (required)vendorId
- vendorId (required)orderId
- orderId (required)nextToken
- nextToken (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic ApiNextResponseDtoOfListOfOrderSnapshotViewDto getOrderSnapshotDetailByVendorId(String xRequestedBy, String vendorId, String startTime, String endTime, Long vendorItemId, String shipmentStatusCode, Integer maxPerPage, String nextToken) throws ApiException
xRequestedBy
- X-Requested-By (required)vendorId
- VendorId 업체ID (required)startTime
- starTime 결제일-검색시작일, yyyy-MM-dd HH:mm-ss (required)endTime
- endTime 결제일-검색종료일, yyyy-MM-dd HH:mm-ss (required)vendorItemId
- vendorItemId (optional)shipmentStatusCode
- shipmentStatusCode (optional)maxPerPage
- maxPerPage 리턴되는 데이터 수 (기본 10개) (optional, default to 10)nextToken
- nextToken 다음 결과를 패치하기 위한 키: loop 를 돌리는데 사용 합니다. 처음 호출 시 null 을 사용합니다. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApiNextResponseDtoOfListOfOrderSnapshotViewDto> getOrderSnapshotDetailByVendorIdWithHttpInfo(String xRequestedBy, String vendorId, String startTime, String endTime, Long vendorItemId, String shipmentStatusCode, Integer maxPerPage, String nextToken) throws ApiException
xRequestedBy
- X-Requested-By (required)vendorId
- VendorId 업체ID (required)startTime
- starTime 결제일-검색시작일, yyyy-MM-dd HH:mm-ss (required)endTime
- endTime 결제일-검색종료일, yyyy-MM-dd HH:mm-ss (required)vendorItemId
- vendorItemId (optional)shipmentStatusCode
- shipmentStatusCode (optional)maxPerPage
- maxPerPage 리턴되는 데이터 수 (기본 10개) (optional, default to 10)nextToken
- nextToken 다음 결과를 패치하기 위한 키: loop 를 돌리는데 사용 합니다. 처음 호출 시 null 을 사용합니다. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getOrderSnapshotDetailByVendorIdAsync(String xRequestedBy, String vendorId, String startTime, String endTime, Long vendorItemId, String shipmentStatusCode, Integer maxPerPage, String nextToken, ApiCallback<ApiNextResponseDtoOfListOfOrderSnapshotViewDto> callback) throws ApiException
xRequestedBy
- X-Requested-By (required)vendorId
- VendorId 업체ID (required)startTime
- starTime 결제일-검색시작일, yyyy-MM-dd HH:mm-ss (required)endTime
- endTime 결제일-검색종료일, yyyy-MM-dd HH:mm-ss (required)vendorItemId
- vendorItemId (optional)shipmentStatusCode
- shipmentStatusCode (optional)maxPerPage
- maxPerPage 리턴되는 데이터 수 (기본 10개) (optional, default to 10)nextToken
- nextToken 다음 결과를 패치하기 위한 키: loop 를 돌리는데 사용 합니다. 처음 호출 시 null 을 사용합니다. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic ResponseDtoOfPagedListOfOutboundInquiryReturnDTO getOutboundShippingCenter(String vendorId, String xRequestedBy, String searchType, String outboundShippingPlaceCodes, Integer pageNum, Integer pageSize) throws ApiException
vendorId
- vendor ID (required)xRequestedBy
- X-Requested-By (optional)searchType
- search type (optional)outboundShippingPlaceCodes
- outboundShippingPlaceCode,max = 100 (optional)pageNum
- pageNum (optional)pageSize
- pageSize (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ResponseDtoOfPagedListOfOutboundInquiryReturnDTO> getOutboundShippingCenterWithHttpInfo(String vendorId, String xRequestedBy, String searchType, String outboundShippingPlaceCodes, Integer pageNum, Integer pageSize) throws ApiException
vendorId
- vendor ID (required)xRequestedBy
- X-Requested-By (optional)searchType
- search type (optional)outboundShippingPlaceCodes
- outboundShippingPlaceCode,max = 100 (optional)pageNum
- pageNum (optional)pageSize
- pageSize (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getOutboundShippingCenterAsync(String vendorId, String xRequestedBy, String searchType, String outboundShippingPlaceCodes, Integer pageNum, Integer pageSize, ApiCallback<ResponseDtoOfPagedListOfOutboundInquiryReturnDTO> callback) throws ApiException
vendorId
- vendor ID (required)xRequestedBy
- X-Requested-By (optional)searchType
- search type (optional)outboundShippingPlaceCodes
- outboundShippingPlaceCode,max = 100 (optional)pageNum
- pageNum (optional)pageSize
- pageSize (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic PagedResponseOfOutboundInquiryReturn getOutboundShippingPlace(String vendorId, Integer pageNum, Integer pageSize, List<Long> placeCodes, List<String> placeNames) throws ApiException
vendorId
- vendor id by header (required)pageNum
- page number up to 50 (optional, default to 1)pageSize
- page size (optional, default to 10)placeCodes
- place ids upto 50 (optional)placeNames
- place names upto 50 (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<PagedResponseOfOutboundInquiryReturn> getOutboundShippingPlaceWithHttpInfo(String vendorId, Integer pageNum, Integer pageSize, List<Long> placeCodes, List<String> placeNames) throws ApiException
vendorId
- vendor id by header (required)pageNum
- page number up to 50 (optional, default to 1)pageSize
- page size (optional, default to 10)placeCodes
- place ids upto 50 (optional)placeNames
- place names upto 50 (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getOutboundShippingPlaceAsync(String vendorId, Integer pageNum, Integer pageSize, List<Long> placeCodes, List<String> placeNames, ApiCallback<PagedResponseOfOutboundInquiryReturn> callback) throws ApiException
vendorId
- vendor id by header (required)pageNum
- page number up to 50 (optional, default to 1)pageSize
- page size (optional, default to 10)placeCodes
- place ids upto 50 (optional)placeNames
- place names upto 50 (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic ResponseDtoOfReturnDto getReturnRequestedListByReceiptId(Long receiptId, String vendorId, String xRequestedBy) throws ApiException
receiptId
- receiptId (required)vendorId
- vendorId (required)xRequestedBy
- X-Requested-By (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ResponseDtoOfReturnDto> getReturnRequestedListByReceiptIdWithHttpInfo(Long receiptId, String vendorId, String xRequestedBy) throws ApiException
receiptId
- receiptId (required)vendorId
- vendorId (required)xRequestedBy
- X-Requested-By (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getReturnRequestedListByReceiptIdAsync(Long receiptId, String vendorId, String xRequestedBy, ApiCallback<ResponseDtoOfReturnDto> callback) throws ApiException
receiptId
- receiptId (required)vendorId
- vendorId (required)xRequestedBy
- X-Requested-By (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic ResponseDtoOfListOfReturnDto getReturnRequestedListByVendorId(String vendorId, String xRequestedBy, String createdAtFrom, String createdAtTo, String status, Long orderId, String nextToken, Integer maxPerPage, String searchType, String cancelType) throws ApiException
vendorId
- vendorId (required)xRequestedBy
- X-Requested-By (optional)createdAtFrom
- createdAtFrom (optional)createdAtTo
- createdAtTo (optional)status
- status (optional)orderId
- orderId (optional)nextToken
- nextToken (optional)maxPerPage
- maxPerPage (optional, default to 50)searchType
- search type (optional)cancelType
- cancel type: CANCEL or RETURN. default tor RETURN (optional, default to RETURN)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ResponseDtoOfListOfReturnDto> getReturnRequestedListByVendorIdWithHttpInfo(String vendorId, String xRequestedBy, String createdAtFrom, String createdAtTo, String status, Long orderId, String nextToken, Integer maxPerPage, String searchType, String cancelType) throws ApiException
vendorId
- vendorId (required)xRequestedBy
- X-Requested-By (optional)createdAtFrom
- createdAtFrom (optional)createdAtTo
- createdAtTo (optional)status
- status (optional)orderId
- orderId (optional)nextToken
- nextToken (optional)maxPerPage
- maxPerPage (optional, default to 50)searchType
- search type (optional)cancelType
- cancel type: CANCEL or RETURN. default tor RETURN (optional, default to RETURN)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getReturnRequestedListByVendorIdAsync(String vendorId, String xRequestedBy, String createdAtFrom, String createdAtTo, String status, Long orderId, String nextToken, Integer maxPerPage, String searchType, String cancelType, ApiCallback<ResponseDtoOfListOfReturnDto> callback) throws ApiException
vendorId
- vendorId (required)xRequestedBy
- X-Requested-By (optional)createdAtFrom
- createdAtFrom (optional)createdAtTo
- createdAtTo (optional)status
- status (optional)orderId
- orderId (optional)nextToken
- nextToken (optional)maxPerPage
- maxPerPage (optional, default to 50)searchType
- search type (optional)cancelType
- cancel type: CANCEL or RETURN. default tor RETURN (optional, default to RETURN)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic ResponseDtoOfPagedListOfShippingPlaceResponseReturnDto getReturnShippingCenter(String vendorId, String xRequestedBy, Integer pageNum, Integer pageSize) throws ApiException
vendorId
- vendor ID (required)xRequestedBy
- X-Requested-By (optional)pageNum
- pageNum (optional)pageSize
- pageSize (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ResponseDtoOfPagedListOfShippingPlaceResponseReturnDto> getReturnShippingCenterWithHttpInfo(String vendorId, String xRequestedBy, Integer pageNum, Integer pageSize) throws ApiException
vendorId
- vendor ID (required)xRequestedBy
- X-Requested-By (optional)pageNum
- pageNum (optional)pageSize
- pageSize (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getReturnShippingCenterAsync(String vendorId, String xRequestedBy, Integer pageNum, Integer pageSize, ApiCallback<ResponseDtoOfPagedListOfShippingPlaceResponseReturnDto> callback) throws ApiException
vendorId
- vendor ID (required)xRequestedBy
- X-Requested-By (optional)pageNum
- pageNum (optional)pageSize
- pageSize (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic ResponseDtoOfListOfReturnWithdrawDto getReturnWithdrawRequestedList(String vendorId, String xRequestedBy, ReturnWithdrawReqDto returnWithdrawReqDto) throws ApiException
vendorId
- vendorId (required)xRequestedBy
- X-Requested-By (optional)returnWithdrawReqDto
- returnWithdrawReqDto (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ResponseDtoOfListOfReturnWithdrawDto> getReturnWithdrawRequestedListWithHttpInfo(String vendorId, String xRequestedBy, ReturnWithdrawReqDto returnWithdrawReqDto) throws ApiException
vendorId
- vendorId (required)xRequestedBy
- X-Requested-By (optional)returnWithdrawReqDto
- returnWithdrawReqDto (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getReturnWithdrawRequestedListAsync(String vendorId, String xRequestedBy, ReturnWithdrawReqDto returnWithdrawReqDto, ApiCallback<ResponseDtoOfListOfReturnWithdrawDto> callback) throws ApiException
vendorId
- vendorId (required)xRequestedBy
- X-Requested-By (optional)returnWithdrawReqDto
- returnWithdrawReqDto (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic PagedResponseDtoWithPageIndexOfListOfReturnWithdrawDto getReturnWithdrawRequestsByPageV4(String vendorId, String dateFrom, String dateTo, Integer sizePerPage, Integer pageIndex, String xRequestedBy) throws ApiException
vendorId
- vendorId (required)dateFrom
- dateFrom (optional)dateTo
- dateTo (optional)sizePerPage
- sizePerPage (optional, default to 10)pageIndex
- pageIndex (optional, default to 1)xRequestedBy
- X-Requested-By (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<PagedResponseDtoWithPageIndexOfListOfReturnWithdrawDto> getReturnWithdrawRequestsByPageV4WithHttpInfo(String vendorId, String dateFrom, String dateTo, Integer sizePerPage, Integer pageIndex, String xRequestedBy) throws ApiException
vendorId
- vendorId (required)dateFrom
- dateFrom (optional)dateTo
- dateTo (optional)sizePerPage
- sizePerPage (optional, default to 10)pageIndex
- pageIndex (optional, default to 1)xRequestedBy
- X-Requested-By (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getReturnWithdrawRequestsByPageV4Async(String vendorId, String dateFrom, String dateTo, Integer sizePerPage, Integer pageIndex, String xRequestedBy, ApiCallback<PagedResponseDtoWithPageIndexOfListOfReturnWithdrawDto> callback) throws ApiException
vendorId
- vendorId (required)dateFrom
- dateFrom (optional)dateTo
- dateTo (optional)sizePerPage
- sizePerPage (optional, default to 10)pageIndex
- pageIndex (optional, default to 1)xRequestedBy
- X-Requested-By (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic OpenapiResponseOfListOfRevenueHistoryApiDto getRevenueHistory(String vendorId, String recognitionDateFrom, String recognitionDateTo, String token, String xRequestedBy, Integer maxPerPage) throws ApiException
vendorId
- vendorId (required)recognitionDateFrom
- recognitionDateFrom (yyyy-MM-dd) (required)recognitionDateTo
- recognitionDateTo (yyyy-MM-dd) (required)token
- token (required)xRequestedBy
- vendorIdInHeader (optional)maxPerPage
- page size (default=50, min=1, max=50) (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<OpenapiResponseOfListOfRevenueHistoryApiDto> getRevenueHistoryWithHttpInfo(String vendorId, String recognitionDateFrom, String recognitionDateTo, String token, String xRequestedBy, Integer maxPerPage) throws ApiException
vendorId
- vendorId (required)recognitionDateFrom
- recognitionDateFrom (yyyy-MM-dd) (required)recognitionDateTo
- recognitionDateTo (yyyy-MM-dd) (required)token
- token (required)xRequestedBy
- vendorIdInHeader (optional)maxPerPage
- page size (default=50, min=1, max=50) (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getRevenueHistoryAsync(String vendorId, String recognitionDateFrom, String recognitionDateTo, String token, String xRequestedBy, Integer maxPerPage, ApiCallback<OpenapiResponseOfListOfRevenueHistoryApiDto> callback) throws ApiException
vendorId
- vendorId (required)recognitionDateFrom
- recognitionDateFrom (yyyy-MM-dd) (required)recognitionDateTo
- recognitionDateTo (yyyy-MM-dd) (required)token
- token (required)xRequestedBy
- vendorIdInHeader (optional)maxPerPage
- page size (default=50, min=1, max=50) (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic OpenapiResponseOfListOfBudgetStateResponse getSellerInfo(String vendorId, Long contractId, String targetMonth) throws ApiException
vendorId
- 업체 아이디 (required)contractId
- 업체의 계약서 아이디 (optional)targetMonth
- 조회하고자 하는 예산월 : yyyy-MM (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<OpenapiResponseOfListOfBudgetStateResponse> getSellerInfoWithHttpInfo(String vendorId, Long contractId, String targetMonth) throws ApiException
vendorId
- 업체 아이디 (required)contractId
- 업체의 계약서 아이디 (optional)targetMonth
- 조회하고자 하는 예산월 : yyyy-MM (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getSellerInfoAsync(String vendorId, Long contractId, String targetMonth, ApiCallback<OpenapiResponseOfListOfBudgetStateResponse> callback) throws ApiException
vendorId
- 업체 아이디 (required)contractId
- 업체의 계약서 아이디 (optional)targetMonth
- 조회하고자 하는 예산월 : yyyy-MM (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic List<SettlementHistoryDto> getSettlementHistories(String vendorId, String revenueRecognitionYearMonth) throws ApiException
vendorId
- Header : X-Requested-By (required)revenueRecognitionYearMonth
- revenueRecognitionYearMonth (yyyy-MM) (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<List<SettlementHistoryDto>> getSettlementHistoriesWithHttpInfo(String vendorId, String revenueRecognitionYearMonth) throws ApiException
vendorId
- Header : X-Requested-By (required)revenueRecognitionYearMonth
- revenueRecognitionYearMonth (yyyy-MM) (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getSettlementHistoriesAsync(String vendorId, String revenueRecognitionYearMonth, ApiCallback<List<SettlementHistoryDto>> callback) throws ApiException
vendorId
- Header : X-Requested-By (required)revenueRecognitionYearMonth
- revenueRecognitionYearMonth (yyyy-MM) (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic TransactionStatusResponseOfCouponTransactionStatusResponse getTransactionStatus(String xRequestedBy, String requestTransactionId) throws ApiException
xRequestedBy
- X-Requested-By (required)requestTransactionId
- requestTransactionId (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<TransactionStatusResponseOfCouponTransactionStatusResponse> getTransactionStatusWithHttpInfo(String xRequestedBy, String requestTransactionId) throws ApiException
xRequestedBy
- X-Requested-By (required)requestTransactionId
- requestTransactionId (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getTransactionStatusAsync(String xRequestedBy, String requestTransactionId, ApiCallback<TransactionStatusResponseOfCouponTransactionStatusResponse> callback) throws ApiException
xRequestedBy
- X-Requested-By (required)requestTransactionId
- requestTransactionId (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic ResponseDtoOfstring printOrderLabel(OrderLabelPrintRequest orderLabelPrintRequest, String vendorId, String xRequestedBy) throws ApiException
orderLabelPrintRequest
- orderLabelPrintRequest (required)vendorId
- vendorId (required)xRequestedBy
- vendorId (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ResponseDtoOfstring> printOrderLabelWithHttpInfo(OrderLabelPrintRequest orderLabelPrintRequest, String vendorId, String xRequestedBy) throws ApiException
orderLabelPrintRequest
- orderLabelPrintRequest (required)vendorId
- vendorId (required)xRequestedBy
- vendorId (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call printOrderLabelAsync(OrderLabelPrintRequest orderLabelPrintRequest, String vendorId, String xRequestedBy, ApiCallback<ResponseDtoOfstring> callback) throws ApiException
orderLabelPrintRequest
- orderLabelPrintRequest (required)vendorId
- vendorId (required)xRequestedBy
- vendorId (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic OpenApiResultOfOSellerProduct readSellerProduct(String xRequestedBy, String sellerProductId) throws ApiException
xRequestedBy
- Vendor ID (required)sellerProductId
- sellerProductId (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<OpenApiResultOfOSellerProduct> readSellerProductWithHttpInfo(String xRequestedBy, String sellerProductId) throws ApiException
xRequestedBy
- Vendor ID (required)sellerProductId
- sellerProductId (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call readSellerProductAsync(String xRequestedBy, String sellerProductId, ApiCallback<OpenApiResultOfOSellerProduct> callback) throws ApiException
xRequestedBy
- Vendor ID (required)sellerProductId
- sellerProductId (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic OpenApiPagedResultOfOSellerProductStatusHistory readSellerProductHistory(String xRequestedBy, String sellerProductId) throws ApiException
xRequestedBy
- Vendor ID (required)sellerProductId
- sellerProductId (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<OpenApiPagedResultOfOSellerProductStatusHistory> readSellerProductHistoryWithHttpInfo(String xRequestedBy, String sellerProductId) throws ApiException
xRequestedBy
- Vendor ID (required)sellerProductId
- sellerProductId (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call readSellerProductHistoryAsync(String xRequestedBy, String sellerProductId, ApiCallback<OpenApiPagedResultOfOSellerProductStatusHistory> callback) throws ApiException
xRequestedBy
- Vendor ID (required)sellerProductId
- sellerProductId (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic OpenApiResultOfListOfOSellerProductListItem readSellerProducts(String xRequestedBy, String vendorId, String createdAtFrom, String createdAtTo) throws ApiException
xRequestedBy
- Vendor ID (required)vendorId
- 업체코드 (required)createdAtFrom
- 생성시작일시. \"yyyy-MM-dd'T'HH:mm:ss\" 형식의 일시 (required)createdAtTo
- 생성종료일시. \"yyyy-MM-dd'T'HH:mm:ss\" 형식의 일시 (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<OpenApiResultOfListOfOSellerProductListItem> readSellerProductsWithHttpInfo(String xRequestedBy, String vendorId, String createdAtFrom, String createdAtTo) throws ApiException
xRequestedBy
- Vendor ID (required)vendorId
- 업체코드 (required)createdAtFrom
- 생성시작일시. \"yyyy-MM-dd'T'HH:mm:ss\" 형식의 일시 (required)createdAtTo
- 생성종료일시. \"yyyy-MM-dd'T'HH:mm:ss\" 형식의 일시 (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call readSellerProductsAsync(String xRequestedBy, String vendorId, String createdAtFrom, String createdAtTo, ApiCallback<OpenApiResultOfListOfOSellerProductListItem> callback) throws ApiException
xRequestedBy
- Vendor ID (required)vendorId
- 업체코드 (required)createdAtFrom
- 생성시작일시. \"yyyy-MM-dd'T'HH:mm:ss\" 형식의 일시 (required)createdAtTo
- 생성종료일시. \"yyyy-MM-dd'T'HH:mm:ss\" 형식의 일시 (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic OpenApiResultOfListOfOSellerProductListItem readSellerProductsByExternalVendorSkuCode(String xRequestedBy, String externalVendorSkuCode) throws ApiException
xRequestedBy
- Vendor ID (required)externalVendorSkuCode
- 업체상품코드 (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<OpenApiResultOfListOfOSellerProductListItem> readSellerProductsByExternalVendorSkuCodeWithHttpInfo(String xRequestedBy, String externalVendorSkuCode) throws ApiException
xRequestedBy
- Vendor ID (required)externalVendorSkuCode
- 업체상품코드 (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call readSellerProductsByExternalVendorSkuCodeAsync(String xRequestedBy, String externalVendorSkuCode, ApiCallback<OpenApiResultOfListOfOSellerProductListItem> callback) throws ApiException
xRequestedBy
- Vendor ID (required)externalVendorSkuCode
- 업체상품코드 (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic ResponseDto replyInquiries(String inquiryId, String xRequestedBy, CSCoupangReplyCondition csCoupangReplyCondition, String vendorId) throws ApiException
inquiryId
- inquiry ID (required)xRequestedBy
- X-Requested-By (required)csCoupangReplyCondition
- csCoupangReplyCondition (required)vendorId
- vendorId (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ResponseDto> replyInquiriesWithHttpInfo(String inquiryId, String xRequestedBy, CSCoupangReplyCondition csCoupangReplyCondition, String vendorId) throws ApiException
inquiryId
- inquiry ID (required)xRequestedBy
- X-Requested-By (required)csCoupangReplyCondition
- csCoupangReplyCondition (required)vendorId
- vendorId (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call replyInquiriesAsync(String inquiryId, String xRequestedBy, CSCoupangReplyCondition csCoupangReplyCondition, String vendorId, ApiCallback<ResponseDto> callback) throws ApiException
inquiryId
- inquiry ID (required)xRequestedBy
- X-Requested-By (required)csCoupangReplyCondition
- csCoupangReplyCondition (required)vendorId
- vendorId (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic OpenApiResult resumeSelling(String xRequestedBy, Long vendorItemId) throws ApiException
xRequestedBy
- Vendor ID (required)vendorItemId
- 판매승인된 옵션아이디 (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<OpenApiResult> resumeSellingWithHttpInfo(String xRequestedBy, Long vendorItemId) throws ApiException
xRequestedBy
- Vendor ID (required)vendorItemId
- 판매승인된 옵션아이디 (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call resumeSellingAsync(String xRequestedBy, Long vendorItemId, ApiCallback<OpenApiResult> callback) throws ApiException
xRequestedBy
- Vendor ID (required)vendorItemId
- 판매승인된 옵션아이디 (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic ResponseDto returnDeliveryDoneConfirmation(Long receiptId, WarehouseCheckDto warehouseCheckDto, String vendorId, String xRequestedBy) throws ApiException
receiptId
- receiptId (required)warehouseCheckDto
- warehouseCheckDto (required)vendorId
- vendorId (required)xRequestedBy
- X-Requested-By (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ResponseDto> returnDeliveryDoneConfirmationWithHttpInfo(Long receiptId, WarehouseCheckDto warehouseCheckDto, String vendorId, String xRequestedBy) throws ApiException
receiptId
- receiptId (required)warehouseCheckDto
- warehouseCheckDto (required)vendorId
- vendorId (required)xRequestedBy
- X-Requested-By (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call returnDeliveryDoneConfirmationAsync(Long receiptId, WarehouseCheckDto warehouseCheckDto, String vendorId, String xRequestedBy, ApiCallback<ResponseDto> callback) throws ApiException
receiptId
- receiptId (required)warehouseCheckDto
- warehouseCheckDto (required)vendorId
- vendorId (required)xRequestedBy
- X-Requested-By (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic ResponseDtoOfSimpleResultDto saveInvoice(Long exchangeId, String vendorId, List<ExchangeInvoicesDto> exchangeInvoicesDtos, String xRequestedBy) throws ApiException
exchangeId
- exchange Id (required)vendorId
- path vendor Id (required)exchangeInvoicesDtos
- exchangeInvoicesDtos (required)xRequestedBy
- vendor Id (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ResponseDtoOfSimpleResultDto> saveInvoiceWithHttpInfo(Long exchangeId, String vendorId, List<ExchangeInvoicesDto> exchangeInvoicesDtos, String xRequestedBy) throws ApiException
exchangeId
- exchange Id (required)vendorId
- path vendor Id (required)exchangeInvoicesDtos
- exchangeInvoicesDtos (required)xRequestedBy
- vendor Id (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call saveInvoiceAsync(Long exchangeId, String vendorId, List<ExchangeInvoicesDto> exchangeInvoicesDtos, String xRequestedBy, ApiCallback<ResponseDtoOfSimpleResultDto> callback) throws ApiException
exchangeId
- exchange Id (required)vendorId
- path vendor Id (required)exchangeInvoicesDtos
- exchangeInvoicesDtos (required)xRequestedBy
- vendor Id (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic PagedResponseOfCouponDetails searchDownloadableCoupons(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) throws ApiException
contractId
- contractId (required)xRequestedBy
- X-Requested-By (required)couponName
- couponName (optional)createDateStartAt
- createDateStartAt (optional)createDateEndAt
- createDateEndAt (optional)couponType
- couponType (optional)couponStatuses
- couponStatuses (optional)appliedItemStatuses
- appliedItemStatuses (optional)couponIds
- couponIds (optional)page
- page (optional)size
- size (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<PagedResponseOfCouponDetails> searchDownloadableCouponsWithHttpInfo(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) throws ApiException
contractId
- contractId (required)xRequestedBy
- X-Requested-By (required)couponName
- couponName (optional)createDateStartAt
- createDateStartAt (optional)createDateEndAt
- createDateEndAt (optional)couponType
- couponType (optional)couponStatuses
- couponStatuses (optional)appliedItemStatuses
- appliedItemStatuses (optional)couponIds
- couponIds (optional)page
- page (optional)size
- size (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call 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) throws ApiException
contractId
- contractId (required)xRequestedBy
- X-Requested-By (required)couponName
- couponName (optional)createDateStartAt
- createDateStartAt (optional)createDateEndAt
- createDateEndAt (optional)couponType
- couponType (optional)couponStatuses
- couponStatuses (optional)appliedItemStatuses
- appliedItemStatuses (optional)couponIds
- couponIds (optional)page
- page (optional)size
- size (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic OpenApiPagedResultOfOProduct searchExistingProducts(String xRequestedBy, String productName, Integer nextToken, Integer maxPerPage) throws ApiException
xRequestedBy
- Vendor ID (required)productName
- 노출상품명. (required)nextToken
- 페이지. 기본값 1입니다. 다음 페이지를 호출하기 위한 키값. 첫 페이지 호출시에는 넣지 않거나 '1' 입력 (optional, default to 1)maxPerPage
- 페이지당건수. 기본값 10입니다. (optional, default to 10)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<OpenApiPagedResultOfOProduct> searchExistingProductsWithHttpInfo(String xRequestedBy, String productName, Integer nextToken, Integer maxPerPage) throws ApiException
xRequestedBy
- Vendor ID (required)productName
- 노출상품명. (required)nextToken
- 페이지. 기본값 1입니다. 다음 페이지를 호출하기 위한 키값. 첫 페이지 호출시에는 넣지 않거나 '1' 입력 (optional, default to 1)maxPerPage
- 페이지당건수. 기본값 10입니다. (optional, default to 10)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call searchExistingProductsAsync(String xRequestedBy, String productName, Integer nextToken, Integer maxPerPage, ApiCallback<OpenApiPagedResultOfOProduct> callback) throws ApiException
xRequestedBy
- Vendor ID (required)productName
- 노출상품명. (required)nextToken
- 페이지. 기본값 1입니다. 다음 페이지를 호출하기 위한 키값. 첫 페이지 호출시에는 넣지 않거나 '1' 입력 (optional, default to 1)maxPerPage
- 페이지당건수. 기본값 10입니다. (optional, default to 10)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic OpenApiPagedResultOfOSellerProductListItem searchSellerProduct(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) throws ApiException
xRequestedBy
- Vendor ID (required)nextToken
- (optional)maxPerPage
- (optional)sellerProductId
- (optional)sellerProductName
- (optional)productId
- (optional)vendorId
- (optional)mdId
- (optional)status
- (optional)manufacture
- (optional)brand
- (optional)createdAt
- (optional)vendorItemId
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<OpenApiPagedResultOfOSellerProductListItem> searchSellerProductWithHttpInfo(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) throws ApiException
xRequestedBy
- Vendor ID (required)nextToken
- (optional)maxPerPage
- (optional)sellerProductId
- (optional)sellerProductName
- (optional)productId
- (optional)vendorId
- (optional)mdId
- (optional)status
- (optional)manufacture
- (optional)brand
- (optional)createdAt
- (optional)vendorItemId
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call 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) throws ApiException
xRequestedBy
- Vendor ID (required)nextToken
- (optional)maxPerPage
- (optional)sellerProductId
- (optional)sellerProductName
- (optional)productId
- (optional)vendorId
- (optional)mdId
- (optional)status
- (optional)manufacture
- (optional)brand
- (optional)createdAt
- (optional)vendorItemId
- (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic OpenApiResult sendApprovalRequest(String xRequestedBy, String sellerProductId) throws ApiException
xRequestedBy
- Vendor ID (required)sellerProductId
- sellerProductId (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<OpenApiResult> sendApprovalRequestWithHttpInfo(String xRequestedBy, String sellerProductId) throws ApiException
xRequestedBy
- Vendor ID (required)sellerProductId
- sellerProductId (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call sendApprovalRequestAsync(String xRequestedBy, String sellerProductId, ApiCallback<OpenApiResult> callback) throws ApiException
xRequestedBy
- Vendor ID (required)sellerProductId
- sellerProductId (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic ResponseDtoOfProductCashBackOutputDto setCashbacksV4(String xRequestedBy, String vendorId, ProductCashBackInputDto productCashBackInfoInputDto) throws ApiException
xRequestedBy
- X-Requested-By (required)vendorId
- vendorId (required)productCashBackInfoInputDto
- productCashBackInfoInputDto (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ResponseDtoOfProductCashBackOutputDto> setCashbacksV4WithHttpInfo(String xRequestedBy, String vendorId, ProductCashBackInputDto productCashBackInfoInputDto) throws ApiException
xRequestedBy
- X-Requested-By (required)vendorId
- vendorId (required)productCashBackInfoInputDto
- productCashBackInfoInputDto (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call setCashbacksV4Async(String xRequestedBy, String vendorId, ProductCashBackInputDto productCashBackInfoInputDto, ApiCallback<ResponseDtoOfProductCashBackOutputDto> callback) throws ApiException
xRequestedBy
- X-Requested-By (required)vendorId
- vendorId (required)productCashBackInfoInputDto
- productCashBackInfoInputDto (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic ResponseDto stopCashbackV4(String xRequestedBy, String vendorId, String ruleId, String vendorItemId) throws ApiException
xRequestedBy
- X-Requested-By (required)vendorId
- vendorId (required)ruleId
- ruleId (optional)vendorItemId
- vendorItemId (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ResponseDto> stopCashbackV4WithHttpInfo(String xRequestedBy, String vendorId, String ruleId, String vendorItemId) throws ApiException
xRequestedBy
- X-Requested-By (required)vendorId
- vendorId (required)ruleId
- ruleId (optional)vendorItemId
- vendorItemId (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call stopCashbackV4Async(String xRequestedBy, String vendorId, String ruleId, String vendorItemId, ApiCallback<ResponseDto> callback) throws ApiException
xRequestedBy
- X-Requested-By (required)vendorId
- vendorId (required)ruleId
- ruleId (optional)vendorItemId
- vendorItemId (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic OpenApiResult stopSelling(String xRequestedBy, Long vendorItemId) throws ApiException
xRequestedBy
- Vendor ID (required)vendorItemId
- 판매승인된 옵션아이디 (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<OpenApiResult> stopSellingWithHttpInfo(String xRequestedBy, Long vendorItemId) throws ApiException
xRequestedBy
- Vendor ID (required)vendorItemId
- 판매승인된 옵션아이디 (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call stopSellingAsync(String xRequestedBy, Long vendorItemId, ApiCallback<OpenApiResult> callback) throws ApiException
xRequestedBy
- Vendor ID (required)vendorItemId
- 판매승인된 옵션아이디 (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic ResponseDtoOfOrderSheetResponseDto updateInvoices(InvoiceReqDto invoiceReqDto, String vendorId, String xRequestedBy) throws ApiException
invoiceReqDto
- invoiceReqDto (required)vendorId
- vendorId (required)xRequestedBy
- vendor id (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ResponseDtoOfOrderSheetResponseDto> updateInvoicesWithHttpInfo(InvoiceReqDto invoiceReqDto, String vendorId, String xRequestedBy) throws ApiException
invoiceReqDto
- invoiceReqDto (required)vendorId
- vendorId (required)xRequestedBy
- vendor id (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call updateInvoicesAsync(InvoiceReqDto invoiceReqDto, String vendorId, String xRequestedBy, ApiCallback<ResponseDtoOfOrderSheetResponseDto> callback) throws ApiException
invoiceReqDto
- invoiceReqDto (required)vendorId
- vendorId (required)xRequestedBy
- vendor id (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic ResponseDtoOfSimpleResultDto updateOutboundShippingCenter(String vendorId, Long outboundShippingPlaceCode, ShippingPlaceDetailDto shippingPlaceDetailDto, String xRequestedBy) throws ApiException
vendorId
- 업체 아이디 (required)outboundShippingPlaceCode
- outbound shippingplace code (required)shippingPlaceDetailDto
- ShippingPlaceDetailDto (required)xRequestedBy
- X-Requested-By (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ResponseDtoOfSimpleResultDto> updateOutboundShippingCenterWithHttpInfo(String vendorId, Long outboundShippingPlaceCode, ShippingPlaceDetailDto shippingPlaceDetailDto, String xRequestedBy) throws ApiException
vendorId
- 업체 아이디 (required)outboundShippingPlaceCode
- outbound shippingplace code (required)shippingPlaceDetailDto
- ShippingPlaceDetailDto (required)xRequestedBy
- X-Requested-By (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call updateOutboundShippingCenterAsync(String vendorId, Long outboundShippingPlaceCode, ShippingPlaceDetailDto shippingPlaceDetailDto, String xRequestedBy, ApiCallback<ResponseDtoOfSimpleResultDto> callback) throws ApiException
vendorId
- 업체 아이디 (required)outboundShippingPlaceCode
- outbound shippingplace code (required)shippingPlaceDetailDto
- ShippingPlaceDetailDto (required)xRequestedBy
- X-Requested-By (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic ResponseDtoOfSimpleResultDto updateReturnShippingCenter(String vendorId, Long returnCenterCode, ShippingPlaceDetailDto shippingPlaceDetailDto, String xRequestedBy) throws ApiException
vendorId
- 업체 아이디 (required)returnCenterCode
- shippingPlace ID (required)shippingPlaceDetailDto
- ShippingPlaceDetailDto (required)xRequestedBy
- X-Requested-By (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ResponseDtoOfSimpleResultDto> updateReturnShippingCenterWithHttpInfo(String vendorId, Long returnCenterCode, ShippingPlaceDetailDto shippingPlaceDetailDto, String xRequestedBy) throws ApiException
vendorId
- 업체 아이디 (required)returnCenterCode
- shippingPlace ID (required)shippingPlaceDetailDto
- ShippingPlaceDetailDto (required)xRequestedBy
- X-Requested-By (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call updateReturnShippingCenterAsync(String vendorId, Long returnCenterCode, ShippingPlaceDetailDto shippingPlaceDetailDto, String xRequestedBy, ApiCallback<ResponseDtoOfSimpleResultDto> callback) throws ApiException
vendorId
- 업체 아이디 (required)returnCenterCode
- shippingPlace ID (required)shippingPlaceDetailDto
- ShippingPlaceDetailDto (required)xRequestedBy
- X-Requested-By (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic OpenApiResultOflong updateSellerProduct(String xRequestedBy, OSellerProduct oSellerProduct) throws ApiException
xRequestedBy
- Vendor ID (required)oSellerProduct
- oSellerProduct (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<OpenApiResultOflong> updateSellerProductWithHttpInfo(String xRequestedBy, OSellerProduct oSellerProduct) throws ApiException
xRequestedBy
- Vendor ID (required)oSellerProduct
- oSellerProduct (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call updateSellerProductAsync(String xRequestedBy, OSellerProduct oSellerProduct, ApiCallback<OpenApiResultOflong> callback) throws ApiException
xRequestedBy
- Vendor ID (required)oSellerProduct
- oSellerProduct (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectCopyright © 2022. All rights reserved.