Class VendorPaymentsApi
- java.lang.Object
-
- software.amazon.spapi.api.vendor.invoices.v1.VendorPaymentsApi
-
public class VendorPaymentsApi extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
VendorPaymentsApi.Builder
-
Constructor Summary
Constructors Constructor Description VendorPaymentsApi(ApiClient apiClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApiClient
getApiClient()
void
setApiClient(ApiClient apiClient)
SubmitInvoicesResponse
submitInvoices(SubmitInvoicesRequest body)
Submit new invoices to Amazon.okhttp3.Call
submitInvoicesAsync(SubmitInvoicesRequest body, ApiCallback<SubmitInvoicesResponse> callback)
(asynchronously) Submit new invoices to Amazon.okhttp3.Call
submitInvoicesCall(SubmitInvoicesRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for submitInvoicesApiResponse<SubmitInvoicesResponse>
submitInvoicesWithHttpInfo(SubmitInvoicesRequest body)
Submit new invoices to Amazon.
-
-
-
Constructor Detail
-
VendorPaymentsApi
public VendorPaymentsApi(ApiClient apiClient)
-
-
Method Detail
-
getApiClient
public ApiClient getApiClient()
-
setApiClient
public void setApiClient(ApiClient apiClient)
-
submitInvoicesCall
public okhttp3.Call submitInvoicesCall(SubmitInvoicesRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException, LWAException
Build call for submitInvoices- Parameters:
body
- The request body containing the invoice data to submit. (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listener- Returns:
- Call to execute
- Throws:
ApiException
- If fail to serialize the request body objectLWAException
- If calls to fetch LWA access token fails
-
submitInvoices
public SubmitInvoicesResponse submitInvoices(SubmitInvoicesRequest body) throws ApiException, LWAException
Submit new invoices to Amazon. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).- Parameters:
body
- The request body containing the invoice data to submit. (required)- Returns:
- SubmitInvoicesResponse
- Throws:
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyLWAException
- If calls to fetch LWA access token fails
-
submitInvoicesWithHttpInfo
public ApiResponse<SubmitInvoicesResponse> submitInvoicesWithHttpInfo(SubmitInvoicesRequest body) throws ApiException, LWAException
Submit new invoices to Amazon. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).- Parameters:
body
- The request body containing the invoice data to submit. (required)- Returns:
- ApiResponse<SubmitInvoicesResponse>
- Throws:
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyLWAException
- If calls to fetch LWA access token fails
-
submitInvoicesAsync
public okhttp3.Call submitInvoicesAsync(SubmitInvoicesRequest body, ApiCallback<SubmitInvoicesResponse> callback) throws ApiException, LWAException
(asynchronously) Submit new invoices to Amazon. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).- Parameters:
body
- The request body containing the invoice data to submit. (required)callback
- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException
- If fail to process the API call, e.g. serializing the request body objectLWAException
- If calls to fetch LWA access token fails
-
-