https://github.com/spree/amazon_endpoint
https://github.com/spree/amazon_endpoint
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/spree/amazon_endpoint
- Owner: spree
- License: bsd-3-clause
- Archived: true
- Created: 2013-06-18T16:34:10.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2016-02-18T19:33:26.000Z (over 10 years ago)
- Last Synced: 2024-08-01T03:31:27.141Z (almost 2 years ago)
- Language: Ruby
- Size: 191 KB
- Stars: 12
- Watchers: 23
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Amazon Endpoint
For a detailed explanation check out the [Spree Guides - Amazon Endpoint](http://guides.spreecommerce.com/integration/amazon_integration.html).
## Return Orders
* Receives an amazon:order:poll message and looks for new orders in Amazon
* Returns orders to be imported into Spree
## Return Specific Order
* Receives an amazon:import:by_number message and looks for a specific order in Amazon
* Returns a specific order from Amazon filtered by `amazon_order_id` to be imported into Spree