Skip to main content

Documentation Index

Fetch the complete documentation index at: https://86d.app/docs/llms.txt

Use this file to discover all available pages before exploring further.

The Amazon module connects an 86d store to Amazon Marketplace via SP-API. It supports both FBA (Fulfilled by Amazon) and FBM (Fulfilled by Merchant). Listings sync from your catalog with ASIN mapping; Amazon orders ingest into your @86d-app/orders queue with channel: "amazon". Source: modules/amazon · npm: @86d-app/amazon

Installation

86d module add amazon

Configuration

amazon({
  sellerId: "A1B2C3D4E5F6G7",
  refreshToken: "...",
  region: "NA",                  // "NA" | "EU" | "FE"
  marketplaceId: "ATVPDKIKX0DER",
});

Admin endpoints

MethodPathDescription
GET/admin/amazon/listingsList Amazon listings
POST/admin/amazon/listingsCreate a listing
POST/admin/amazon/inventory/syncPush inventory
GET/admin/amazon/ordersAmazon orders