Package | Description |
---|---|
com.coupang.marketplace.client.api | |
com.coupang.marketplace.client.model.product |
Modifier and Type | Method and Description |
---|---|
ResponseDtoOfSimpleResultDto |
CoupangMarketPlaceApi.saveInvoice(Long exchangeId,
String vendorId,
List<ExchangeInvoicesDto> exchangeInvoicesDtos,
String xRequestedBy)
Create new order for exchanging.
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.saveInvoiceAsync(Long exchangeId,
String vendorId,
List<ExchangeInvoicesDto> exchangeInvoicesDtos,
String xRequestedBy,
ApiCallback<ResponseDtoOfSimpleResultDto> callback)
Create new order for exchanging.
|
ApiResponse<ResponseDtoOfSimpleResultDto> |
CoupangMarketPlaceApi.saveInvoiceWithHttpInfo(Long exchangeId,
String vendorId,
List<ExchangeInvoicesDto> exchangeInvoicesDtos,
String xRequestedBy)
Create new order for exchanging.
|
Modifier and Type | Method and Description |
---|---|
ExchangeInvoicesDto |
ExchangeInvoicesDto.exchangeId(Long exchangeId) |
ExchangeInvoicesDto |
ExchangeInvoicesDto.goodsDeliveryCode(String goodsDeliveryCode) |
ExchangeInvoicesDto |
ExchangeInvoicesDto.invoiceNumber(String invoiceNumber) |
ExchangeInvoicesDto |
ExchangeInvoicesDto.shipmentBoxId(Long shipmentBoxId) |
ExchangeInvoicesDto |
ExchangeInvoicesDto.vendorId(String vendorId) |
Copyright © 2022. All rights reserved.