| Package | Description |
|---|---|
| com.amazonservices.mws.orders._2013_09_01 |
| Modifier and Type | Method and Description |
|---|---|
GetOrderResponse |
MarketplaceWebServiceOrders.getOrder(GetOrderRequest request)
Get Order
This operation takes up to 50 order ids and returns the corresponding orders.
|
GetServiceStatusResponse |
MarketplaceWebServiceOrders.getServiceStatus(GetServiceStatusRequest request)
Get Service Status
Returns the service status of a particular MWS API section.
|
ListOrderItemsResponse |
MarketplaceWebServiceOrders.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 |
MarketplaceWebServiceOrders.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 |
MarketplaceWebServiceOrders.listOrders(ListOrdersRequest request)
List Orders
ListOrders can be used to find orders that meet the specified criteria.
|
ListOrdersByNextTokenResponse |
MarketplaceWebServiceOrders.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.
|
Copyright © 2014. All Rights Reserved.