Package io.github.dft.amazon
Class AmazonSPProductFees
- java.lang.Object
-
- io.github.dft.amazon.AmazonSellingPartnerSdk
-
- io.github.dft.amazon.AmazonSPProductFees
-
public class AmazonSPProductFees extends AmazonSellingPartnerSdk
-
-
Field Summary
-
Fields inherited from class io.github.dft.amazon.AmazonSellingPartnerSdk
amazonCredentials, client, sellingRegionEndpoint
-
-
Constructor Summary
Constructors Constructor Description AmazonSPProductFees(AmazonCredentials amazonCredentials)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetMyFeesEstimateResponsegetMyFeesEstimateForASIN(String asin, GetMyFeesEstimatesRequest body)GetMyFeesEstimateResponsegetMyFeesEstimateForSKU(String sku, GetMyFeesEstimatesRequest body)GetMyFeesEstimatesResponsegetMyFeesEstimates(GetMyFeesEstimatesRequestBody body)-
Methods inherited from class io.github.dft.amazon.AmazonSellingPartnerSdk
addParameters, addParameters, getRequestWrapped, getString, ofFormData, refreshAccessToken, signRequest, signRequest, tryResend
-
-
-
-
Constructor Detail
-
AmazonSPProductFees
public AmazonSPProductFees(AmazonCredentials amazonCredentials)
-
-
Method Detail
-
getMyFeesEstimateForSKU
public GetMyFeesEstimateResponse getMyFeesEstimateForSKU(String sku, GetMyFeesEstimatesRequest body)
-
getMyFeesEstimates
public GetMyFeesEstimatesResponse getMyFeesEstimates(GetMyFeesEstimatesRequestBody body)
-
getMyFeesEstimateForASIN
public GetMyFeesEstimateResponse getMyFeesEstimateForASIN(String asin, GetMyFeesEstimatesRequest body)
-
-