màj wiki avec retour MES lot-5 AD
This commit is contained in:
@@ -0,0 +1,62 @@
|
||||
---
|
||||
title: "Marketplaces"
|
||||
type: module
|
||||
sources:
|
||||
- areas/marketplaces/index.md
|
||||
- areas/marketplaces/TransactionTypes.md
|
||||
related:
|
||||
- modules/ecommerce.md
|
||||
- modules/multi-carrier.md
|
||||
- concepts/order-outbound.md
|
||||
last_compiled: "2026-04-10"
|
||||
---
|
||||
|
||||
# Marketplaces
|
||||
|
||||
## Overview
|
||||
|
||||
The Marketplaces module integrates Easy WMS with external marketplace platforms (Prestashop, eBay, Amazon), enabling automated order synchronization. When a customer places an order on a marketplace, the module receives it and creates the corresponding shipping order in Easy WMS, feeding it into the eCommerce and Multi-Carrier Shipping workflows for fulfillment.
|
||||
|
||||
The module completes the end-to-end eCommerce cycle: marketplace order → WMS shipping order → eCommerce JIT reception or picking → Multi-Carrier packaging → carrier delivery.
|
||||
|
||||
## Key capabilities
|
||||
|
||||
- Connector to Prestashop, eBay, and Amazon marketplaces
|
||||
- Automatic creation of shipping orders in Easy WMS from marketplace orders
|
||||
- Transaction tracking (`OUT.CREATE` — records which shipping order was created from which marketplace)
|
||||
- Full cycle coverage when combined with eCommerce and Multi-Carrier Shipping modules
|
||||
|
||||
## Architecture
|
||||
|
||||
### Supported marketplaces
|
||||
|
||||
| Marketplace | Notes |
|
||||
|-------------|-------|
|
||||
| Prestashop | Standard connector |
|
||||
| eBay | Standard connector |
|
||||
| Amazon | **Requires SaaS deployment mode** (Amazon security/certification requirement); RF terminals must run Android 10 (API 29) or higher |
|
||||
|
||||
### Transaction types
|
||||
|
||||
| Transaction | Description |
|
||||
|-------------|-------------|
|
||||
| `OUT.CREATE` | Shipping order created from marketplace. Fields: Site, User, Owner, Document1 (shipping order code), Source (marketplace origin) |
|
||||
|
||||
## Configuration
|
||||
|
||||
### Amazon-specific requirements
|
||||
- Deployment must be in **SaaS mode** (mandatory for Amazon compliance)
|
||||
- RF terminals: Android 10 (API 29) minimum
|
||||
|
||||
### Integration flow
|
||||
1. Configure marketplace connector (credentials, endpoint, sync frequency)
|
||||
2. Map marketplace item codes to WMS item codes (SKU mapping)
|
||||
3. Map marketplace accounts/destinations to WMS accounts/carriers
|
||||
4. Marketplace orders received → `OUT.CREATE` transaction recorded → shipping order created
|
||||
5. Shipping order flows into eCommerce or standard picking + Multi-Carrier packaging
|
||||
|
||||
## Related
|
||||
|
||||
- [[ecommerce]] — eCommerce module handles the JIT reception and classification of stock for marketplace orders
|
||||
- [[multi-carrier]] — Packaging and carrier label generation for marketplace shipments
|
||||
- [[order-outbound]] — Shipping orders are the WMS representation of marketplace orders
|
||||
Reference in New Issue
Block a user