| java.lang.Object | ||
| ↳ | org.apache.axis.client.Stub | |
| ↳ | com.amazonaws.fba_outbound.doc._2007_08_02.AmazonFBAOutboundBindingStub | |
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
javax.xml.rpc.Stub
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| _operations | |||||||||||
| cachedDeserFactories | |||||||||||
| cachedSerClasses | |||||||||||
| cachedSerFactories | |||||||||||
| cachedSerQNames | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.apache.axis.client.Stub
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Request for Amazon to no longer attempt to fulfill an existing
fulfillment order.
| |||||||||||
Request for Amazon to send items from the merchant's inventory
to a
destination address.
| |||||||||||
Get detailed information about a FulfillmentOrder.
| |||||||||||
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.
| |||||||||||
Gets a brief status message from the service.
| |||||||||||
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).
| |||||||||||
Gets the next set of fulfillment orders that are currently
being
being fulfilled or that were being fulfilled at some time
in the
past.
| |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.apache.axis.client.Stub
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.amazonaws.fba_outbound.doc._2007_08_02.AmazonFBAOutboundPortType
| |||||||||||
From interface
javax.xml.rpc.Stub
| |||||||||||
| AxisFault |
|---|
| endpointURL | |
|---|---|
| service |
| AxisFault |
|---|
| service |
|---|
| AxisFault |
|---|
Request for Amazon to no longer attempt to fulfill an existing fulfillment order. Amazon will attempt to stop fulfillment of all items that haven't already shipped, but cannot guarantee success. Note: Items that have already shipped cannot be cancelled.
| merchantFulfillmentOrderId |
|---|
| RemoteException |
|---|
Request for Amazon to send items from the merchant's inventory to a destination address.
| merchantFulfillmentOrderId | |
|---|---|
| displayableOrderId | |
| displayableOrderDateTime | |
| displayableOrderComment | |
| shippingSpeedCategory | |
| destinationAddress | |
| fulfillmentPolicy | |
| fulfillmentMethod | |
| notificationEmailList | |
| item |
| RemoteException |
|---|
Get detailed information about a FulfillmentOrder. This includes the original fulfillment order request, the status of the order and its items in Amazon's fulfillment network, and the shipments that have been generated to fulfill the order.
| merchantFulfillmentOrderId | |
|---|---|
| getFulfillmentOrderResult | |
| responseMetadata |
| RemoteException |
|---|
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. If "ShippingSpeedCategories" are not inputed, then previews for all available options are returned. The service will return the fulfillment estimates for a set of merchant SKUs and quantities.
| address | |
|---|---|
| items | |
| shippingSpeedCategories | |
| getFulfillmentPreviewResult | |
| responseMetadata |
| RemoteException |
|---|
Gets a brief status message from the service.
| getServiceStatusResult | |
|---|---|
| responseMetadata |
| RemoteException |
|---|
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). Also returns a NextToken which can be used iterate through the remaining fulfillment orders (via the ListAllFulfillmentOrdersByNextToken operation). The service will return between 0 and 'MaxCount' fulfillment orders. Please check the value of 'HasNext' to determine whether there may be additional fulfillment orders to list. If the QueryStartDateTime is set, the results will include all orders currently being fulfilled, and all orders that were being fulfilled since that date and time. If it is not set, it defaults to 72 hours prior to "now".
| numberOfResultsRequested | |
|---|---|
| queryStartDateTime | |
| fulfillmentMethod | |
| listAllFulfillmentOrdersResult | |
| responseMetadata |
| RemoteException |
|---|
Gets the next set of fulfillment orders that are currently being being fulfilled or that were being fulfilled at some time in the past. The service will return between 0 and 'MaxCount' fulfillment orders. Please check the value of 'HasNext' to determine whether there may be additional fulfillment orders to list.
| nextToken | |
|---|---|
| listAllFulfillmentOrdersByNextTokenResult | |
| responseMetadata |
| RemoteException |
|---|
| RemoteException |
|---|