POST api/mws/orders/ListOrderItemsByNextToken
Returns the next page of order items using the NextToken parameter. The ListOrderItemsByNextToken operation returns the next page of order items using the NextToken value that was returned by your previous request to either ListOrderItems or ListOrderItemsByNextToken. If NextToken is not returned, there are no more pages to return. Availability - This operation is available in all marketplaces. Throttling - The ListOrderItems and ListOrderItemsByNextToken operations together share a maximum request quota of 30 and a restore rate of one request every two seconds.
Request Information
URI Parameters
None.
Body Parameters
Request parameter to get the next page of order items using the NextToken value that was returned by your previous request to either ListOrderItems or ListOrderItemsByNextToken. If NextToken is not returned, there are no more pages to return.
SuiteBridge.Models.AmazonMWS.AmzListOrderItemsByNextTokenRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| NextToken |
A string token returned in the response of your previous request to either ListOrderItems or ListOrderItemsByNextToken. |
string |
Required |
Request Formats
application/json, text/json
{
"NextToken": "sample string 1"
}
application/xml, text/xml
<AmzListOrderItemsByNextTokenRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <NextToken>sample string 1</NextToken> </AmzListOrderItemsByNextTokenRequest>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
List Orders By Next Token Response
MarketplaceWebServiceOrders.Model.ListOrderItemsByNextTokenResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| ListOrderItemsByNextTokenResult |
Gets and sets the ListOrderItemsByNextTokenResult property. |
MarketplaceWebServiceOrders.Model.ListOrderItemsByNextTokenResult |
None. |
| ResponseMetadata |
Gets and sets the ResponseMetadata property. |
MarketplaceWebServiceOrders.Model.ResponseMetadata |
None. |
| ResponseHeaderMetadata |
Gets and sets the ResponseHeaderMetadata property. |
MarketplaceWebServiceOrders.Model.ResponseHeaderMetadata |
None. |
Response Formats
application/json, text/json
{
"ListOrderItemsByNextTokenResult": {
"NextToken": "sample string 1",
"AmazonOrderId": "sample string 2",
"OrderItems": [
{
"ASIN": "sample string 1",
"SellerSKU": "sample string 2",
"OrderItemId": "sample string 3",
"Title": "sample string 4",
"QuantityOrdered": 5.0,
"QuantityShipped": 6.0,
"PointsGranted": {
"PointsNumber": 1.0,
"PointsMonetaryValue": {
"CurrencyCode": "sample string 1",
"Amount": "sample string 2"
}
},
"ItemPrice": {
"CurrencyCode": "sample string 1",
"Amount": "sample string 2"
},
"ShippingPrice": {
"CurrencyCode": "sample string 1",
"Amount": "sample string 2"
},
"GiftWrapPrice": {
"CurrencyCode": "sample string 1",
"Amount": "sample string 2"
},
"ItemTax": {
"CurrencyCode": "sample string 1",
"Amount": "sample string 2"
},
"ShippingTax": {
"CurrencyCode": "sample string 1",
"Amount": "sample string 2"
},
"GiftWrapTax": {
"CurrencyCode": "sample string 1",
"Amount": "sample string 2"
},
"ShippingDiscount": {
"CurrencyCode": "sample string 1",
"Amount": "sample string 2"
},
"PromotionDiscount": {
"CurrencyCode": "sample string 1",
"Amount": "sample string 2"
},
"PromotionIds": [
"sample string 1",
"sample string 2"
],
"CODFee": {
"CurrencyCode": "sample string 1",
"Amount": "sample string 2"
},
"CODFeeDiscount": {
"CurrencyCode": "sample string 1",
"Amount": "sample string 2"
},
"GiftMessageText": "sample string 7",
"GiftWrapLevel": "sample string 8",
"InvoiceData": {
"InvoiceRequirement": "sample string 1",
"BuyerSelectedInvoiceCategory": "sample string 2",
"InvoiceTitle": "sample string 3",
"InvoiceInformation": "sample string 4"
},
"ConditionNote": "sample string 9",
"ConditionId": "sample string 10",
"ConditionSubtypeId": "sample string 11",
"ScheduledDeliveryStartDate": "sample string 12",
"ScheduledDeliveryEndDate": "sample string 13",
"PriceDesignation": "sample string 14",
"BuyerCustomizedInfo": {
"CustomizedURL": "sample string 1"
}
},
{
"ASIN": "sample string 1",
"SellerSKU": "sample string 2",
"OrderItemId": "sample string 3",
"Title": "sample string 4",
"QuantityOrdered": 5.0,
"QuantityShipped": 6.0,
"PointsGranted": {
"PointsNumber": 1.0,
"PointsMonetaryValue": {
"CurrencyCode": "sample string 1",
"Amount": "sample string 2"
}
},
"ItemPrice": {
"CurrencyCode": "sample string 1",
"Amount": "sample string 2"
},
"ShippingPrice": {
"CurrencyCode": "sample string 1",
"Amount": "sample string 2"
},
"GiftWrapPrice": {
"CurrencyCode": "sample string 1",
"Amount": "sample string 2"
},
"ItemTax": {
"CurrencyCode": "sample string 1",
"Amount": "sample string 2"
},
"ShippingTax": {
"CurrencyCode": "sample string 1",
"Amount": "sample string 2"
},
"GiftWrapTax": {
"CurrencyCode": "sample string 1",
"Amount": "sample string 2"
},
"ShippingDiscount": {
"CurrencyCode": "sample string 1",
"Amount": "sample string 2"
},
"PromotionDiscount": {
"CurrencyCode": "sample string 1",
"Amount": "sample string 2"
},
"PromotionIds": [
"sample string 1",
"sample string 2"
],
"CODFee": {
"CurrencyCode": "sample string 1",
"Amount": "sample string 2"
},
"CODFeeDiscount": {
"CurrencyCode": "sample string 1",
"Amount": "sample string 2"
},
"GiftMessageText": "sample string 7",
"GiftWrapLevel": "sample string 8",
"InvoiceData": {
"InvoiceRequirement": "sample string 1",
"BuyerSelectedInvoiceCategory": "sample string 2",
"InvoiceTitle": "sample string 3",
"InvoiceInformation": "sample string 4"
},
"ConditionNote": "sample string 9",
"ConditionId": "sample string 10",
"ConditionSubtypeId": "sample string 11",
"ScheduledDeliveryStartDate": "sample string 12",
"ScheduledDeliveryEndDate": "sample string 13",
"PriceDesignation": "sample string 14",
"BuyerCustomizedInfo": {
"CustomizedURL": "sample string 1"
}
}
]
},
"ResponseMetadata": {
"RequestId": "sample string 1"
},
"ResponseHeaderMetadata": {
"RequestId": null,
"ResponseContext": "",
"Timestamp": null,
"QuotaMax": null,
"QuotaRemaining": null,
"QuotaResetsAt": null
}
}
application/xml, text/xml
<ListOrderItemsByNextTokenResponse xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ListOrderItemsByNextTokenResult>
<NextToken>sample string 1</NextToken>
<AmazonOrderId>sample string 2</AmazonOrderId>
<OrderItems>
<OrderItem>
<ASIN>sample string 1</ASIN>
<SellerSKU>sample string 2</SellerSKU>
<OrderItemId>sample string 3</OrderItemId>
<Title>sample string 4</Title>
<QuantityOrdered>5</QuantityOrdered>
<QuantityShipped>6</QuantityShipped>
<PointsGranted>
<PointsNumber>1</PointsNumber>
<PointsMonetaryValue>
<CurrencyCode>sample string 1</CurrencyCode>
<Amount>sample string 2</Amount>
</PointsMonetaryValue>
</PointsGranted>
<ItemPrice>
<CurrencyCode>sample string 1</CurrencyCode>
<Amount>sample string 2</Amount>
</ItemPrice>
<ShippingPrice>
<CurrencyCode>sample string 1</CurrencyCode>
<Amount>sample string 2</Amount>
</ShippingPrice>
<GiftWrapPrice>
<CurrencyCode>sample string 1</CurrencyCode>
<Amount>sample string 2</Amount>
</GiftWrapPrice>
<ItemTax>
<CurrencyCode>sample string 1</CurrencyCode>
<Amount>sample string 2</Amount>
</ItemTax>
<ShippingTax>
<CurrencyCode>sample string 1</CurrencyCode>
<Amount>sample string 2</Amount>
</ShippingTax>
<GiftWrapTax>
<CurrencyCode>sample string 1</CurrencyCode>
<Amount>sample string 2</Amount>
</GiftWrapTax>
<ShippingDiscount>
<CurrencyCode>sample string 1</CurrencyCode>
<Amount>sample string 2</Amount>
</ShippingDiscount>
<PromotionDiscount>
<CurrencyCode>sample string 1</CurrencyCode>
<Amount>sample string 2</Amount>
</PromotionDiscount>
<PromotionIds>
<string>sample string 1</string>
<string>sample string 2</string>
</PromotionIds>
<CODFee>
<CurrencyCode>sample string 1</CurrencyCode>
<Amount>sample string 2</Amount>
</CODFee>
<CODFeeDiscount>
<CurrencyCode>sample string 1</CurrencyCode>
<Amount>sample string 2</Amount>
</CODFeeDiscount>
<GiftMessageText>sample string 7</GiftMessageText>
<GiftWrapLevel>sample string 8</GiftWrapLevel>
<InvoiceData>
<InvoiceRequirement>sample string 1</InvoiceRequirement>
<BuyerSelectedInvoiceCategory>sample string 2</BuyerSelectedInvoiceCategory>
<InvoiceTitle>sample string 3</InvoiceTitle>
<InvoiceInformation>sample string 4</InvoiceInformation>
</InvoiceData>
<ConditionNote>sample string 9</ConditionNote>
<ConditionId>sample string 10</ConditionId>
<ConditionSubtypeId>sample string 11</ConditionSubtypeId>
<ScheduledDeliveryStartDate>sample string 12</ScheduledDeliveryStartDate>
<ScheduledDeliveryEndDate>sample string 13</ScheduledDeliveryEndDate>
<PriceDesignation>sample string 14</PriceDesignation>
<BuyerCustomizedInfo>
<CustomizedURL>sample string 1</CustomizedURL>
</BuyerCustomizedInfo>
</OrderItem>
<OrderItem>
<ASIN>sample string 1</ASIN>
<SellerSKU>sample string 2</SellerSKU>
<OrderItemId>sample string 3</OrderItemId>
<Title>sample string 4</Title>
<QuantityOrdered>5</QuantityOrdered>
<QuantityShipped>6</QuantityShipped>
<PointsGranted>
<PointsNumber>1</PointsNumber>
<PointsMonetaryValue>
<CurrencyCode>sample string 1</CurrencyCode>
<Amount>sample string 2</Amount>
</PointsMonetaryValue>
</PointsGranted>
<ItemPrice>
<CurrencyCode>sample string 1</CurrencyCode>
<Amount>sample string 2</Amount>
</ItemPrice>
<ShippingPrice>
<CurrencyCode>sample string 1</CurrencyCode>
<Amount>sample string 2</Amount>
</ShippingPrice>
<GiftWrapPrice>
<CurrencyCode>sample string 1</CurrencyCode>
<Amount>sample string 2</Amount>
</GiftWrapPrice>
<ItemTax>
<CurrencyCode>sample string 1</CurrencyCode>
<Amount>sample string 2</Amount>
</ItemTax>
<ShippingTax>
<CurrencyCode>sample string 1</CurrencyCode>
<Amount>sample string 2</Amount>
</ShippingTax>
<GiftWrapTax>
<CurrencyCode>sample string 1</CurrencyCode>
<Amount>sample string 2</Amount>
</GiftWrapTax>
<ShippingDiscount>
<CurrencyCode>sample string 1</CurrencyCode>
<Amount>sample string 2</Amount>
</ShippingDiscount>
<PromotionDiscount>
<CurrencyCode>sample string 1</CurrencyCode>
<Amount>sample string 2</Amount>
</PromotionDiscount>
<PromotionIds>
<string>sample string 1</string>
<string>sample string 2</string>
</PromotionIds>
<CODFee>
<CurrencyCode>sample string 1</CurrencyCode>
<Amount>sample string 2</Amount>
</CODFee>
<CODFeeDiscount>
<CurrencyCode>sample string 1</CurrencyCode>
<Amount>sample string 2</Amount>
</CODFeeDiscount>
<GiftMessageText>sample string 7</GiftMessageText>
<GiftWrapLevel>sample string 8</GiftWrapLevel>
<InvoiceData>
<InvoiceRequirement>sample string 1</InvoiceRequirement>
<BuyerSelectedInvoiceCategory>sample string 2</BuyerSelectedInvoiceCategory>
<InvoiceTitle>sample string 3</InvoiceTitle>
<InvoiceInformation>sample string 4</InvoiceInformation>
</InvoiceData>
<ConditionNote>sample string 9</ConditionNote>
<ConditionId>sample string 10</ConditionId>
<ConditionSubtypeId>sample string 11</ConditionSubtypeId>
<ScheduledDeliveryStartDate>sample string 12</ScheduledDeliveryStartDate>
<ScheduledDeliveryEndDate>sample string 13</ScheduledDeliveryEndDate>
<PriceDesignation>sample string 14</PriceDesignation>
<BuyerCustomizedInfo>
<CustomizedURL>sample string 1</CustomizedURL>
</BuyerCustomizedInfo>
</OrderItem>
</OrderItems>
</ListOrderItemsByNextTokenResult>
<ResponseMetadata>
<RequestId>sample string 1</RequestId>
</ResponseMetadata>
<ResponseHeaderMetadata />
</ListOrderItemsByNextTokenResponse>