A critical part of the app that I am designing is letting users OAuth with Amazon so that I can create a shelf of all of the books that they have ordered.
Looking at the Login With Amazon API documentation, I see that I can obtain the `customer_id` attribute from the `customer_profile` object. Is there an API that will let me use the Customer ID to retrieve customer Order History?