Plugged into the systems your business already trusts
Merkiz doesn't replace your ERP — it gives it a storefront. Orders flow down, stock and prices flow up, and nobody re-types anything ever again.
Native ERP integration, maintained by us
Certified connectors with real-time, bidirectional sync. No middleware to babysit.
SAP
Deep integration with SAP ECC and S/4HANA via standard IDocs and OData services. Products, stock, customer-specific pricing, credit limits and order confirmations sync in real time.
ECCS/4HANAIDocODataMicrosoft Dynamics
First-class support for Dynamics 365 Business Central and Finance & Operations. Sales orders land as documents your team already knows how to process.
Business CentralF&ODataverseOracle
Connect Oracle Fusion Cloud and E-Business Suite. Price books, inventory organizations and customer hierarchies map cleanly onto Merkiz stores.
Fusion CloudEBSRESTNetSuite
SuiteTalk-based sync for items, pricing levels, customers and fulfillment status — ideal for fast-moving distributors on cloud ERP.
SuiteTalkRESTletsSuiteQL
Speak fluent EDI with your trading partners
Large retail chains demand EDI. Merkiz handles the message formats, the mapping and the monitoring — you just see clean orders.
EDIFACT
Full support for the UN/EDIFACT standard used across European retail: ORDERS, ORDRSP, DESADV, INVOIC and more, exchanged over AS2, SFTP or VAN.
X12
ANSI X12 transaction sets for North American partners — 850 purchase orders, 855 acknowledgements, 856 ship notices and 810 invoices.
Custom formats
Partner insists on CSV over SFTP or a proprietary XML dialect? Our integration team builds and monitors custom mappings as a managed service.
One hub, every direction
Watch your commercial data move: orders captured in the store are pushed to your ERP within seconds, while stock and price changes stream back to every storefront and the mobile app.
- SAP
- Dynamics
- Oracle
- NetSuite
- Orders
- Inventory
- Prices
- Invoices
Build your own integration
A clean REST API with webhooks covers everything Merkiz can do: products, price lists, customers, orders and fulfillment. Available on Business and Enterprise plans, with sandbox environments and versioned endpoints.
Read the API Docscurl -X POST https://api.merkiz.com/v1/orders \
-H "Authorization: Bearer $MERKIZ_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"customer_id": "cus_8f2k1",
"currency": "EUR",
"lines": [
{ "sku": "PAL-500", "qty": 24 }
]
}'