Richard Santos

Results 7 comments of Richard Santos
trafficstars

New [update](https://sellercentral.amazon.com/forums/t/important-notice-third-party-developers-using-amazon-mws-orders-reports-and-merchant-fulfillment-api-sections-must-migrate-to-selling-partner-api-by-september-30-2021/818792) from Amazon says we need to make the switch by September 30th, yikes...

> hello, does anyone has a suggestion what is the best option how to migrate to SP-API? Your best bet is using: https://github.com/ericcj/amz_sp_api

If anyone needs a quick solutions to allow for grantless operations (i needed it for notifications) i made this [gist](https://gist.github.com/iamricks/3b05489c4d184a719e37ba29a344a53c) You can then create some credentials like this: ``` credentials...

Try passing the order_statuses maybe? Something like: ``` orders = client.get_orders(["ATVPDKIKX0DER"], { created_after: created_after, order_statuses: ["Unshipped", "PartiallyShipped", "Shipped", "Pending"], max_results_per_page: 100, }).payload ```

Authentication definitely works, make sure you are using credentials that have sufficient and that the store is not suspended

Hey @xhocquet, added the 202 in the list of successful responses in this [PR](https://github.com/cburnette/boxr/pull/122)

@xhocquet Any chance you can help me get this merged?