public interface MarketplaceWebServiceOrders
| Modifier and Type | Method and Description |
|---|---|
GetOrderResponse |
getOrder(GetOrderRequest request)
Get Order
This operation takes up to 50 order ids and returns the corresponding orders.
|
GetServiceStatusResponse |
getServiceStatus(GetServiceStatusRequest request)
Get Service Status
Returns the service status of a particular MWS API section.
|
ListOrderItemsResponse |
listOrderItems(ListOrderItemsRequest request)
List Order Items
This operation can be used to list the items of the order indicated by the
given order id (only a single Amazon order id is allowed).
|
ListOrderItemsByNextTokenResponse |
listOrderItemsByNextToken(ListOrderItemsByNextTokenRequest request)
List Order Items By Next Token
If ListOrderItems cannot return all the order items in one go, it will
provide a nextToken.
|
ListOrdersResponse |
listOrders(ListOrdersRequest request)
List Orders
ListOrders can be used to find orders that meet the specified criteria.
|
ListOrdersByNextTokenResponse |
listOrdersByNextToken(ListOrdersByNextTokenRequest request)
List Orders By Next Token
If ListOrders returns a nextToken, thus indicating that there are more orders
than returned that matched the given filter criteria, ListOrdersByNextToken
can be used to retrieve those other orders using that nextToken.
|
GetOrderResponse getOrder(GetOrderRequest request) throws MarketplaceWebServiceOrdersException
request - GetOrderRequest request.MarketplaceWebServiceOrdersExceptionGetServiceStatusResponse getServiceStatus(GetServiceStatusRequest request) throws MarketplaceWebServiceOrdersException
request - GetServiceStatusRequest request.MarketplaceWebServiceOrdersExceptionListOrderItemsResponse listOrderItems(ListOrderItemsRequest request) throws MarketplaceWebServiceOrdersException
request - ListOrderItemsRequest request.MarketplaceWebServiceOrdersExceptionListOrderItemsByNextTokenResponse listOrderItemsByNextToken(ListOrderItemsByNextTokenRequest request) throws MarketplaceWebServiceOrdersException
request - ListOrderItemsByNextTokenRequest request.MarketplaceWebServiceOrdersExceptionListOrdersResponse listOrders(ListOrdersRequest request) throws MarketplaceWebServiceOrdersException
request - ListOrdersRequest request.MarketplaceWebServiceOrdersExceptionListOrdersByNextTokenResponse listOrdersByNextToken(ListOrdersByNextTokenRequest request) throws MarketplaceWebServiceOrdersException
request - ListOrdersByNextTokenRequest request.MarketplaceWebServiceOrdersExceptionCopyright © 2014. All Rights Reserved.