@this-npm-test-org/connection-amazon-seller
v0.1.3
Published
Amazon Selling Partner API: orders, inventory, catalog, fulfillment, reports, and finances.
Readme
Amazon Seller Central Connection
Connects your agent to Amazon Seller Central via the Selling Partner API (SP-API). Read orders, listings, inventory, FBA shipment data, advertising metrics, and account health. Write operations require confirmation.
Authentication
OAuth2 via Amazon Selling Partner API.
client_id— SP-API app client IDclient_secret— SP-API app client secretrefresh_token— LWA refresh tokenmarketplace_id— Target marketplace (e.g., ATVPDKIKX0DER for US)
Endpoints
Orders
GET /orders/v0/orders— List orders with date, status, fulfillment filtersGET /orders/v0/orders/{orderId}— Get order detail with items and shipping
Listings
GET /listings/2021-08-01/items/{sellerId}/{sku}— Get listing detailPATCH /listings/2021-08-01/items/{sellerId}/{sku}— Update listing (confirmation)
Inventory
GET /fba/inventory/v1/summaries— Get FBA inventory levels by SKUGET /inventories/v1/items— Get merchant-fulfilled inventory
FBA
GET /fba/inbound/v0/shipments— List FBA shipment plansGET /fba/inbound/v0/shipments/{shipmentId}/items— Get shipment items
Advertising
GET /v2/sp/campaigns— List Sponsored Products campaignsGET /v2/sp/reports— Get advertising performance reports
Account Health
GET /sellers/v1/marketplaceParticipations— Get account status and health
Rules
- Rate limit: varies by API section (Orders: 1 request/second, Inventory: 2/second)
- Listing updates require confirmation
- The agent respects marketplace-specific formatting (currency, date format)
- FBA inventory data may have 24-hour lag — the agent notes data freshness
- Advertising data uses a 72-hour attribution window
