Skip to content

Commit 2febd6c

Browse files
Update README.md
1 parent d4cf58f commit 2febd6c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

use-cases/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ Sample solutions provide a demonstration of a well-architected, end-to-end imple
2020
| [Shipping](shipping-v2) | Python | - | Sellers | This Sample Solution implements a well-architected workflow for Amazon Buy Shipping, including getting rates and purchasing preferred shipment methods as well as printing the shipping labels. |
2121
| [Solicitations](solicitations) | C# / Python | - | Sellers | This Sample Solution implements a solicitations workflow that reacts to incoming ORDER_CHANGE notifications and tries to submit a product review and seller feedback solicitation to the buyer at the appropriate time. |
2222
| [Vendor Direct Fulfillment](vendor-direct-fulfillment) | C# | [Vendor Direct Fulfillment Code Snippets](https://developer-docs.amazon.com/sp-api/docs/code-samples#vendor-direct-fulfillment) | Vendors | This Sample Solution implements a Direct Fulfillment (DF) purchase order workflow that pulls any purchase orders available for fulfillment, sends an purchase order acknowledgement for the retrieved purchase orders and then gets the shipping label for the purchased orders, so they can be packed and shipped by the vendor. |
23-
| [Website Authorization](website-authorization) | Python | - | Sellers and Vendors | This Sample Solution is an implementation of the Login with Amazon website authorization workflow. This web app can be deployed as a sample developer website and configured with your developer application to initiate the authorization workflow, from the selling partner clicking on an Authorize button until retrieving the Refresh Token and executing a first successful API call. |
24-
| [Data Kiosk MCP Server](amazon-data-kiosk-mcp-server) | TypeScript / JavaScript | - | Sellers and Vendors | This MCP server provides a bridge between AI assistants and Amazon's Data Kiosk API, allowing for powerful analytics capabilities through natural language conversations. It enables users to: Query Sales and Traffic data for Amazon sellers, build and execute GraphQL queries, download and analyze query results and much more. |
23+
| [Website Authorization](website-authorization) | Python | - | Sellers and Vendors | This Sample Solution is an implementation of the Login with Amazon website authorization workflow. This web app can be deployed as a sample developer website and configured with your developer application to initiate the authorization workflow, from the selling partner clicking on an Authorize button until retrieving the Refresh Token and executing a first successful API call. | |
2524
| [SP API MCP Server](sp-api-mcp-server) | TypeScript / JavaScript | - | Sellers and Vendors | The SP-API MCP Server connects Large Language Models to Amazon's Selling Partner API ecosystem. Through conversational interfaces, developers and sellers can explore and execute SP-API operations using natural language. The server provides: Natural language API exploration and execution, code generation in multiple languages, complete SP-API endpoint documentation and much more. |
2625

2726

0 commit comments

Comments
 (0)