lineofflight / peddler

Amazon Selling Partner API (SP-API) in Ruby
MIT License
307 stars 130 forks source link

Not getting nextToken in the ListOrders response #131

Closed nandhini08 closed 5 years ago

nandhini08 commented 5 years ago

I am trying to get the orders from amazon using listOrders. When I try this request in MWS Scratchpad I am able to see the nextToken in the response. However when the request is given using Peddler I am not getting the nextToken.

I need the nextToken to make client.list_orders_by_next_token(nextToken) request.