IVAN CAPPONI.NET/C# · Microsoft Azure

Glossary · Integrations · Reference

E-commerce and marketplace integration glossary (ERP, PIM, feed, API)

Last updated: June 20269 min readBeginner

Glossary of key e-commerce and marketplace integration terms
The essential e-commerce and marketplace integration terms, explained clearly.

E-commerce integrations are full of acronyms and technical terms. This glossary collects the concepts that recur in every multichannel project, explained clearly and with concrete examples.

Systems and roles

TermMeaning
ERPBack-office system: orders, warehouse, accounting. Often the authoritative data source.
PIMProduct Information Management: manages product attributes, descriptions and media.
OMSOrder Management System: orchestrates the order lifecycle across channels.
MiddlewareIntegration layer that connects systems and translates data.
MarketplaceThird-party selling platform (eBay, Amazon…).

Products and identifiers

TermMeaning
SKUStock Keeping Unit: unique code for a sellable variant.
GTINGlobal product identifier (includes EAN/UPC).
MPNManufacturer Part Number: used when a GTIN is missing.
VariantA version of a product for options like size or colour.
FeedA file or stream describing products for a channel.

System-to-system communication

TermMeaning
APIInterface that lets software exchange data.
RESTResource- and HTTP-based API style, typically with JSON.
WebhookA push notification sent by a system when an event occurs.
PollingPeriodic querying to check whether anything is new.
OAuthToken-based authorisation standard.

Reliability and resilience

TermMeaning
IdempotencyRepeating an operation yields the same result, with no duplicates.
Rate limitThe number of calls allowed within a time window.
BackoffIncreasing wait between attempts after an error.
Dead-letterQueue of messages that could not be processed successfully.
ReconciliationComparing data across systems to verify consistency.

Data and synchronisation

TermMeaning
DeltaOnly what changed compared to the previous state.
BulkA mass operation on many items at once.
MappingCorrespondence between fields/categories of different systems.
OversellingSelling more units than available in stock.
Stock bufferSafety margin to prevent overselling.

Conclusion

Mastering these terms makes it easier to design, communicate and evaluate an integration. They are the shared vocabulary of those working between ERP, e-commerce and marketplaces: a common language reduces errors and misunderstandings in multichannel projects.