| Public Methods |
|
abstract
ResponseMetadata
|
cancelFulfillmentOrder(String merchantFulfillmentOrderId)
Request for Amazon to no longer attempt to fulfill an existing
fulfillment order.
|
|
abstract
ResponseMetadata
|
createFulfillmentOrder(String merchantFulfillmentOrderId, String displayableOrderId, String displayableOrderDateTime, String displayableOrderComment, String shippingSpeedCategory, Address destinationAddress, String fulfillmentPolicy, String fulfillmentMethod, String[] notificationEmailList, CreateFulfillmentOrderItem[] item)
Request for Amazon to send items from the merchant's inventory
to a
destination address.
|
|
abstract
void
|
getFulfillmentOrder(String merchantFulfillmentOrderId, GetFulfillmentOrderResultHolder getFulfillmentOrderResult, ResponseMetadataHolder responseMetadata)
Get detailed information about a FulfillmentOrder.
|
|
abstract
void
|
getFulfillmentPreview(Address address, GetFulfillmentPreviewItem[] items, String[] shippingSpeedCategories, GetFulfillmentPreviewResultHolder getFulfillmentPreviewResult, ResponseMetadataHolder responseMetadata)
Get estimated shipping dates and fees for all
available shipping speed given a set of merchant SKUs and
quantities
If "ShippingSpeedCategories" are inputed, only previews for
those options will be returned.
|
|
abstract
void
|
getServiceStatus(GetServiceStatusResultHolder getServiceStatusResult, ResponseMetadataHolder responseMetadata)
Gets a brief status message from the service.
|
|
abstract
void
|
listAllFulfillmentOrders(int numberOfResultsRequested, String queryStartDateTime, String[] fulfillmentMethod, ListAllFulfillmentOrdersResultHolder listAllFulfillmentOrdersResult, ResponseMetadataHolder responseMetadata)
Gets the first set of fulfillment orders that are currently
being
fulfilled or that were being fulfilled at some time in the
past
(as specified by the query parameters).
|
|
abstract
void
|
listAllFulfillmentOrdersByNextToken(String nextToken, ListAllFulfillmentOrdersByNextTokenResultHolder listAllFulfillmentOrdersByNextTokenResult, ResponseMetadataHolder responseMetadata)
Gets the next set of fulfillment orders that are currently
being
being fulfilled or that were being fulfilled at some time
in the
past.
|