I'm trying to integrate my Drupal website with my Amazon Associates store.
The goal is to:
- Manage inventory on Amazon
- Website syncs data with Amazon API for inventory status
- Manage orders on Amazon
- Keep my Drupal website design
So, steps for visitor are:
- User enters my Drupal website (my design)
- Adds any product to cart (my design)
- Checkout his cart on Amazon (Amazon design)
I would appreciate if someone points which of the Amazon API I should use to:
- Sync inventory status
- Create cart on my website and checkout it on Amazon.