Class FulfillmentInbound
- java.lang.Object
-
- io.github.dft.amazon.AmazonSellingPartnerSdk
-
- io.github.dft.amazon.fulfillmentinbound.FulfillmentInbound
-
public class FulfillmentInbound extends AmazonSellingPartnerSdk
-
-
Field Summary
-
Fields inherited from class io.github.dft.amazon.AmazonSellingPartnerSdk
amazonCredentials, client, sellingRegionEndpoint
-
-
Constructor Summary
Constructors Constructor Description FulfillmentInbound(AmazonCredentials amazonCredentials)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<InboundShipmentInfo>getAllShipmentsByStatuses(String statuses)GetShipmentItemsResponsegetShipmentItemsByShipmentId(String shipmentId)GetShipmentsResponsegetShipments(HashMap<String,String> query)-
Methods inherited from class io.github.dft.amazon.AmazonSellingPartnerSdk
addParameters, addParameters, getRequestWrapped, getString, ofFormData, refreshAccessToken, signRequest, signRequest, tryResend
-
-
-
-
Constructor Detail
-
FulfillmentInbound
public FulfillmentInbound(AmazonCredentials amazonCredentials)
-
-
Method Detail
-
getShipments
public GetShipmentsResponse getShipments(HashMap<String,String> query)
-
getShipmentItemsByShipmentId
public GetShipmentItemsResponse getShipmentItemsByShipmentId(String shipmentId)
-
getAllShipmentsByStatuses
public List<InboundShipmentInfo> getAllShipmentsByStatuses(String statuses)
-
-