| Package | Description |
|---|---|
| com.amazonservices.mws.orders._2013_09_01 | |
| com.amazonservices.mws.orders._2013_09_01.model |
| Modifier and Type | Method and Description |
|---|---|
ListOrderItemsResponse |
MarketplaceWebServiceOrdersClient.listOrderItems(ListOrderItemsRequest request) |
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).
|
Future<ListOrderItemsResponse> |
MarketplaceWebServiceOrdersAsyncClient.listOrderItemsAsync(ListOrderItemsRequest request) |
Future<ListOrderItemsResponse> |
MarketplaceWebServiceOrdersAsync.listOrderItemsAsync(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).
|
| Modifier and Type | Method and Description |
|---|---|
ListOrderItemsRequest |
ListOrderItemsRequest.withAmazonOrderId(String amazonOrderId)
Set the value of AmazonOrderId, return this.
|
ListOrderItemsRequest |
ListOrderItemsRequest.withSellerId(String sellerId)
Set the value of SellerId, return this.
|
Copyright © 2014. All Rights Reserved.