A JTL to Amazon integration keeps JTL-Wawi and Amazon Seller Central in sync in both directions: it pushes product listings, prices, and available stock out to each Amazon marketplace via the SP-API, and pulls new orders, order items, and refunds back into JTL as sales orders and credit notes. Done properly it is not a one-off feed upload - it is a continuous, idempotent pipeline that matches your seller SKUs to the right ASIN and marketplace, keeps FBM stock buffered against overselling, respects SP-API rate limits and restricted-data (PII) rules, and confirms shipments back to Amazon so buyers see tracking on time.
JTL-Wawi is where your catalogue, stock, prices, and orders actually live. Amazon Seller Central is where a large share of your revenue is earned, in a system that speaks its own language of seller SKUs, ASINs, marketplaces, FBA versus FBM, and a strict, rate-limited API. The job of a JTL to Amazon integration is to keep those two worlds honest with each other without anyone exporting a spreadsheet or clicking through Seller Central by hand.
In practice that means two flows running continuously. Outbound: JTL pushes product listings, prices, and available stock to each Amazon marketplace. Inbound: Amazon sends new orders, order items, and refunds back so JTL becomes the single source of truth for what was sold, picked, shipped, and credited. Get both directions right and JTL-Wawi stays the operational hub while Amazon is just another sales channel it feeds and reads.
| JTL object / event | Becomes on Amazon | Notes |
|---|---|---|
| Article (Artikel) | Listing via Listings / product feed | Matched by seller SKU per marketplace, resolved to ASIN |
| Price (per marketplace) | Pricing feed | Marketplace currency and any channel-specific price |
| Available stock (FBM) | Inventory quantity feed | Pushed with a safety buffer to prevent overselling |
| Shipment / tracking | Order fulfilment confirmation | Carrier and service mapped to Amazon carrier codes |
| Amazon order | Sales order (Auftrag) in JTL | One order to one Auftrag; buyer address via Restricted Data Token |
| Amazon order item | Order line (Auftragsposition) | Seller SKU mapped back to the JTL article |
| Amazon refund | Credit note (Gutschrift) in JTL | Same items and tax treatment as the original order |
| FBA stock and fees | Reconciled into JTL | Amazon owns FBA quantities; fees from SP-API finance data |
The SKU mapping, price rules, stock buffers, and carrier translations are agreed once and encoded in the pipeline. After that, nobody re-keys them.
A quick feed upload or a generic connector gets the happy path working and leaves the expensive edge cases for your team to discover in production:
We build this as a pipeline, not a scheduled export. Outbound listing, price, and stock changes are debounced and submitted to the SP-API as feeds; inbound orders and refunds are pulled on a short interval, keyed on last-updated with overlap, and written into JTL. Every event carries a stable identifier, so a retry or a re-run never creates a duplicate order or double-books a refund - the pipeline is idempotent by design.
It runs on cloud-native, fully EU-hosted AWS infrastructure, so order and buyer data never leaves the EU, which keeps the DPA / AVV and your GDPR obligations clean. Restricted buyer data is fetched only when fulfilment needs it and kept to the minimum JTL requires.
Then we keep it running. Monitoring, alerting, incident response, and - critically - tracking Amazon SP-API and JTL changes are our responsibility under contract. When Amazon deprecates a feed type or tightens a rate limit, that is our problem to absorb, not a surprise your operations team meets during peak season. You get a named owner and an SLA, not a script somebody has to remember to run.
If you sell on a single Amazon.de account and JTL-eazyAuction covers it, that is genuinely fine and we will tell you so. A managed pipeline earns its place when the channel gets serious: several seller accounts to consolidate, Pan-EU FBA across marketplaces, custom or channel-specific pricing, high SKU counts where overselling has real cost, or a need to feed order and settlement data onward into a warehouse, accounting, or reporting system that eazyAuction never touches. At that point the question is no longer whether you can move the data, but who owns it when Amazon changes the rules.
Need this integration built and permanently operated? Tell us which systems connect and what data has to move. Fixed-price scoping quote within 48 hours.
Request a scoping call