Package | Description |
---|---|
com.coupang.marketplace.client.api | |
com.coupang.marketplace.client.model.product |
Modifier and Type | Method and Description |
---|---|
ResponseDtoOfOrderSheetResponseDto |
CoupangMarketPlaceApi.updateInvoices(InvoiceReqDto invoiceReqDto,
String vendorId,
String xRequestedBy)
Update invoice number of the shipping box of an existing order
1.
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.updateInvoicesAsync(InvoiceReqDto invoiceReqDto,
String vendorId,
String xRequestedBy,
ApiCallback<ResponseDtoOfOrderSheetResponseDto> callback)
Update invoice number of the shipping box of an existing order (asynchronously)
1.
|
ApiResponse<ResponseDtoOfOrderSheetResponseDto> |
CoupangMarketPlaceApi.updateInvoicesWithHttpInfo(InvoiceReqDto invoiceReqDto,
String vendorId,
String xRequestedBy)
Update invoice number of the shipping box of an existing order
1.
|
Modifier and Type | Method and Description |
---|---|
InvoiceReqDto |
InvoiceReqDto.addOrderSheetInvoiceApplyDtosItem(OrderSheetInvoiceDto orderSheetInvoiceApplyDtosItem) |
InvoiceReqDto |
InvoiceReqDto.orderSheetInvoiceApplyDtos(List<OrderSheetInvoiceDto> orderSheetInvoiceApplyDtos) |
InvoiceReqDto |
InvoiceReqDto.vendorId(String vendorId) |
Copyright © 2022. All rights reserved.