POST api/mws/orders/ListOrdersByNextToken
Returns the next page of orders using the NextToken parameter. The ListOrdersByNextToken operation returns the next page of orders using the NextToken value that was returned by your previous request to either ListOrders or ListOrdersByNextToken. If NextToken is not returned, there are no more pages to return. Availability - This operation is available in all marketplaces. Throttling - The ListOrders and ListOrdersByNextToken operations together share a maximum request quota of six and a restore rate of one request every minute.
Request Information
URI Parameters
None.
Body Parameters
Request parameter to get the next page of orders using the NextToken value that was returned by your previous request to either ListOrders or ListOrdersByNextToken. If NextToken is not returned, there are no more pages to return.
SuiteBridge.Models.AmazonMWS.AmzListOrdersByNextTokenRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| NextToken |
A string token returned in the response of your previous request to either ListOrders or ListOrdersByNextToken. |
string |
Required |
Request Formats
application/json, text/json
{
"NextToken": "sample string 1"
}
application/xml, text/xml
<AmzListOrdersByNextTokenRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <NextToken>sample string 1</NextToken> </AmzListOrdersByNextTokenRequest>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
List Orders By Next Token Response
MarketplaceWebServiceOrders.Model.ListOrdersByNextTokenResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| ListOrdersByNextTokenResult |
Gets and sets the ListOrdersByNextTokenResult property. |
MarketplaceWebServiceOrders.Model.ListOrdersByNextTokenResult |
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
{
"ListOrdersByNextTokenResult": {
"NextToken": "sample string 1",
"CreatedBefore": "2026-01-12T23:54:00.876859+00:00",
"LastUpdatedBefore": "2026-01-12T23:54:00.876859+00:00",
"Orders": [
{
"AmazonOrderId": "sample string 1",
"SellerOrderId": "sample string 2",
"PurchaseDate": "2026-01-12T23:54:00.876859+00:00",
"LastUpdateDate": "2026-01-12T23:54:00.876859+00:00",
"OrderStatus": "sample string 5",
"FulfillmentChannel": "sample string 6",
"SalesChannel": "sample string 7",
"OrderChannel": "sample string 8",
"ShipServiceLevel": "sample string 9",
"ShippingAddress": {
"Name": "sample string 1",
"AddressLine1": "sample string 2",
"AddressLine2": "sample string 3",
"AddressLine3": "sample string 4",
"City": "sample string 5",
"County": "sample string 6",
"District": "sample string 7",
"StateOrRegion": "sample string 8",
"PostalCode": "sample string 9",
"CountryCode": "sample string 10",
"Phone": "sample string 11"
},
"OrderTotal": {
"CurrencyCode": "sample string 1",
"Amount": "sample string 2"
},
"NumberOfItemsShipped": 10.0,
"NumberOfItemsUnshipped": 11.0,
"PaymentExecutionDetail": [
{
"Payment": {
"CurrencyCode": "sample string 1",
"Amount": "sample string 2"
},
"PaymentMethod": "sample string 1"
},
{
"Payment": {
"CurrencyCode": "sample string 1",
"Amount": "sample string 2"
},
"PaymentMethod": "sample string 1"
}
],
"PaymentMethod": "sample string 12",
"PaymentMethodDetails": [
"sample string 1",
"sample string 2"
],
"MarketplaceId": "sample string 13",
"BuyerEmail": "sample string 14",
"BuyerName": "sample string 15",
"BuyerCounty": "sample string 16",
"BuyerTaxInfo": {
"CompanyLegalName": "sample string 1",
"TaxingRegion": "sample string 2",
"TaxClassifications": [
{
"Name": "sample string 1",
"Value": "sample string 2"
},
{
"Name": "sample string 1",
"Value": "sample string 2"
}
]
},
"ShipmentServiceLevelCategory": "sample string 17",
"ShippedByAmazonTFM": true,
"TFMShipmentStatus": "sample string 19",
"CbaDisplayableShippingLabel": "sample string 20",
"OrderType": "sample string 21",
"EarliestShipDate": "2026-01-12T23:54:00.876859+00:00",
"LatestShipDate": "2026-01-12T23:54:00.876859+00:00",
"EarliestDeliveryDate": "2026-01-12T23:54:00.876859+00:00",
"LatestDeliveryDate": "2026-01-12T23:54:00.876859+00:00",
"IsBusinessOrder": true,
"PurchaseOrderNumber": "sample string 27",
"IsPrime": true,
"IsPremiumOrder": true,
"ReplacedOrderId": "sample string 30",
"IsReplacementOrder": true
},
{
"AmazonOrderId": "sample string 1",
"SellerOrderId": "sample string 2",
"PurchaseDate": "2026-01-12T23:54:00.876859+00:00",
"LastUpdateDate": "2026-01-12T23:54:00.876859+00:00",
"OrderStatus": "sample string 5",
"FulfillmentChannel": "sample string 6",
"SalesChannel": "sample string 7",
"OrderChannel": "sample string 8",
"ShipServiceLevel": "sample string 9",
"ShippingAddress": {
"Name": "sample string 1",
"AddressLine1": "sample string 2",
"AddressLine2": "sample string 3",
"AddressLine3": "sample string 4",
"City": "sample string 5",
"County": "sample string 6",
"District": "sample string 7",
"StateOrRegion": "sample string 8",
"PostalCode": "sample string 9",
"CountryCode": "sample string 10",
"Phone": "sample string 11"
},
"OrderTotal": {
"CurrencyCode": "sample string 1",
"Amount": "sample string 2"
},
"NumberOfItemsShipped": 10.0,
"NumberOfItemsUnshipped": 11.0,
"PaymentExecutionDetail": [
{
"Payment": {
"CurrencyCode": "sample string 1",
"Amount": "sample string 2"
},
"PaymentMethod": "sample string 1"
},
{
"Payment": {
"CurrencyCode": "sample string 1",
"Amount": "sample string 2"
},
"PaymentMethod": "sample string 1"
}
],
"PaymentMethod": "sample string 12",
"PaymentMethodDetails": [
"sample string 1",
"sample string 2"
],
"MarketplaceId": "sample string 13",
"BuyerEmail": "sample string 14",
"BuyerName": "sample string 15",
"BuyerCounty": "sample string 16",
"BuyerTaxInfo": {
"CompanyLegalName": "sample string 1",
"TaxingRegion": "sample string 2",
"TaxClassifications": [
{
"Name": "sample string 1",
"Value": "sample string 2"
},
{
"Name": "sample string 1",
"Value": "sample string 2"
}
]
},
"ShipmentServiceLevelCategory": "sample string 17",
"ShippedByAmazonTFM": true,
"TFMShipmentStatus": "sample string 19",
"CbaDisplayableShippingLabel": "sample string 20",
"OrderType": "sample string 21",
"EarliestShipDate": "2026-01-12T23:54:00.876859+00:00",
"LatestShipDate": "2026-01-12T23:54:00.876859+00:00",
"EarliestDeliveryDate": "2026-01-12T23:54:00.876859+00:00",
"LatestDeliveryDate": "2026-01-12T23:54:00.876859+00:00",
"IsBusinessOrder": true,
"PurchaseOrderNumber": "sample string 27",
"IsPrime": true,
"IsPremiumOrder": true,
"ReplacedOrderId": "sample string 30",
"IsReplacementOrder": true
}
]
},
"ResponseMetadata": {
"RequestId": "sample string 1"
},
"ResponseHeaderMetadata": {
"RequestId": null,
"ResponseContext": "",
"Timestamp": null,
"QuotaMax": null,
"QuotaRemaining": null,
"QuotaResetsAt": null
}
}
application/xml, text/xml
<ListOrdersByNextTokenResponse xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ListOrdersByNextTokenResult>
<NextToken>sample string 1</NextToken>
<CreatedBefore>2026-01-12T23:54:00.876859+00:00</CreatedBefore>
<LastUpdatedBefore>2026-01-12T23:54:00.876859+00:00</LastUpdatedBefore>
<Orders>
<Order>
<AmazonOrderId>sample string 1</AmazonOrderId>
<SellerOrderId>sample string 2</SellerOrderId>
<PurchaseDate>2026-01-12T23:54:00.876859+00:00</PurchaseDate>
<LastUpdateDate>2026-01-12T23:54:00.876859+00:00</LastUpdateDate>
<OrderStatus>sample string 5</OrderStatus>
<FulfillmentChannel>sample string 6</FulfillmentChannel>
<SalesChannel>sample string 7</SalesChannel>
<OrderChannel>sample string 8</OrderChannel>
<ShipServiceLevel>sample string 9</ShipServiceLevel>
<ShippingAddress>
<Name>sample string 1</Name>
<AddressLine1>sample string 2</AddressLine1>
<AddressLine2>sample string 3</AddressLine2>
<AddressLine3>sample string 4</AddressLine3>
<City>sample string 5</City>
<County>sample string 6</County>
<District>sample string 7</District>
<StateOrRegion>sample string 8</StateOrRegion>
<PostalCode>sample string 9</PostalCode>
<CountryCode>sample string 10</CountryCode>
<Phone>sample string 11</Phone>
</ShippingAddress>
<OrderTotal>
<CurrencyCode>sample string 1</CurrencyCode>
<Amount>sample string 2</Amount>
</OrderTotal>
<NumberOfItemsShipped>10</NumberOfItemsShipped>
<NumberOfItemsUnshipped>11</NumberOfItemsUnshipped>
<PaymentExecutionDetail>
<PaymentExecutionDetailItem>
<Payment>
<CurrencyCode>sample string 1</CurrencyCode>
<Amount>sample string 2</Amount>
</Payment>
<PaymentMethod>sample string 1</PaymentMethod>
</PaymentExecutionDetailItem>
<PaymentExecutionDetailItem>
<Payment>
<CurrencyCode>sample string 1</CurrencyCode>
<Amount>sample string 2</Amount>
</Payment>
<PaymentMethod>sample string 1</PaymentMethod>
</PaymentExecutionDetailItem>
</PaymentExecutionDetail>
<PaymentMethod>sample string 12</PaymentMethod>
<PaymentMethodDetails>
<string>sample string 1</string>
<string>sample string 2</string>
</PaymentMethodDetails>
<MarketplaceId>sample string 13</MarketplaceId>
<BuyerEmail>sample string 14</BuyerEmail>
<BuyerName>sample string 15</BuyerName>
<BuyerCounty>sample string 16</BuyerCounty>
<BuyerTaxInfo>
<CompanyLegalName>sample string 1</CompanyLegalName>
<TaxingRegion>sample string 2</TaxingRegion>
<TaxClassifications>
<TaxClassification>
<Name>sample string 1</Name>
<Value>sample string 2</Value>
</TaxClassification>
<TaxClassification>
<Name>sample string 1</Name>
<Value>sample string 2</Value>
</TaxClassification>
</TaxClassifications>
</BuyerTaxInfo>
<ShipmentServiceLevelCategory>sample string 17</ShipmentServiceLevelCategory>
<ShippedByAmazonTFM>true</ShippedByAmazonTFM>
<TFMShipmentStatus>sample string 19</TFMShipmentStatus>
<CbaDisplayableShippingLabel>sample string 20</CbaDisplayableShippingLabel>
<OrderType>sample string 21</OrderType>
<EarliestShipDate>2026-01-12T23:54:00.876859+00:00</EarliestShipDate>
<LatestShipDate>2026-01-12T23:54:00.876859+00:00</LatestShipDate>
<EarliestDeliveryDate>2026-01-12T23:54:00.876859+00:00</EarliestDeliveryDate>
<LatestDeliveryDate>2026-01-12T23:54:00.876859+00:00</LatestDeliveryDate>
<IsBusinessOrder>true</IsBusinessOrder>
<PurchaseOrderNumber>sample string 27</PurchaseOrderNumber>
<IsPrime>true</IsPrime>
<IsPremiumOrder>true</IsPremiumOrder>
<ReplacedOrderId>sample string 30</ReplacedOrderId>
<IsReplacementOrder>true</IsReplacementOrder>
</Order>
<Order>
<AmazonOrderId>sample string 1</AmazonOrderId>
<SellerOrderId>sample string 2</SellerOrderId>
<PurchaseDate>2026-01-12T23:54:00.876859+00:00</PurchaseDate>
<LastUpdateDate>2026-01-12T23:54:00.876859+00:00</LastUpdateDate>
<OrderStatus>sample string 5</OrderStatus>
<FulfillmentChannel>sample string 6</FulfillmentChannel>
<SalesChannel>sample string 7</SalesChannel>
<OrderChannel>sample string 8</OrderChannel>
<ShipServiceLevel>sample string 9</ShipServiceLevel>
<ShippingAddress>
<Name>sample string 1</Name>
<AddressLine1>sample string 2</AddressLine1>
<AddressLine2>sample string 3</AddressLine2>
<AddressLine3>sample string 4</AddressLine3>
<City>sample string 5</City>
<County>sample string 6</County>
<District>sample string 7</District>
<StateOrRegion>sample string 8</StateOrRegion>
<PostalCode>sample string 9</PostalCode>
<CountryCode>sample string 10</CountryCode>
<Phone>sample string 11</Phone>
</ShippingAddress>
<OrderTotal>
<CurrencyCode>sample string 1</CurrencyCode>
<Amount>sample string 2</Amount>
</OrderTotal>
<NumberOfItemsShipped>10</NumberOfItemsShipped>
<NumberOfItemsUnshipped>11</NumberOfItemsUnshipped>
<PaymentExecutionDetail>
<PaymentExecutionDetailItem>
<Payment>
<CurrencyCode>sample string 1</CurrencyCode>
<Amount>sample string 2</Amount>
</Payment>
<PaymentMethod>sample string 1</PaymentMethod>
</PaymentExecutionDetailItem>
<PaymentExecutionDetailItem>
<Payment>
<CurrencyCode>sample string 1</CurrencyCode>
<Amount>sample string 2</Amount>
</Payment>
<PaymentMethod>sample string 1</PaymentMethod>
</PaymentExecutionDetailItem>
</PaymentExecutionDetail>
<PaymentMethod>sample string 12</PaymentMethod>
<PaymentMethodDetails>
<string>sample string 1</string>
<string>sample string 2</string>
</PaymentMethodDetails>
<MarketplaceId>sample string 13</MarketplaceId>
<BuyerEmail>sample string 14</BuyerEmail>
<BuyerName>sample string 15</BuyerName>
<BuyerCounty>sample string 16</BuyerCounty>
<BuyerTaxInfo>
<CompanyLegalName>sample string 1</CompanyLegalName>
<TaxingRegion>sample string 2</TaxingRegion>
<TaxClassifications>
<TaxClassification>
<Name>sample string 1</Name>
<Value>sample string 2</Value>
</TaxClassification>
<TaxClassification>
<Name>sample string 1</Name>
<Value>sample string 2</Value>
</TaxClassification>
</TaxClassifications>
</BuyerTaxInfo>
<ShipmentServiceLevelCategory>sample string 17</ShipmentServiceLevelCategory>
<ShippedByAmazonTFM>true</ShippedByAmazonTFM>
<TFMShipmentStatus>sample string 19</TFMShipmentStatus>
<CbaDisplayableShippingLabel>sample string 20</CbaDisplayableShippingLabel>
<OrderType>sample string 21</OrderType>
<EarliestShipDate>2026-01-12T23:54:00.876859+00:00</EarliestShipDate>
<LatestShipDate>2026-01-12T23:54:00.876859+00:00</LatestShipDate>
<EarliestDeliveryDate>2026-01-12T23:54:00.876859+00:00</EarliestDeliveryDate>
<LatestDeliveryDate>2026-01-12T23:54:00.876859+00:00</LatestDeliveryDate>
<IsBusinessOrder>true</IsBusinessOrder>
<PurchaseOrderNumber>sample string 27</PurchaseOrderNumber>
<IsPrime>true</IsPrime>
<IsPremiumOrder>true</IsPremiumOrder>
<ReplacedOrderId>sample string 30</ReplacedOrderId>
<IsReplacementOrder>true</IsReplacementOrder>
</Order>
</Orders>
</ListOrdersByNextTokenResult>
<ResponseMetadata>
<RequestId>sample string 1</RequestId>
</ResponseMetadata>
<ResponseHeaderMetadata />
</ListOrdersByNextTokenResponse>