Backend
The layer of an application responsible for business logic, databases, and integration with other systems. The user does not see it, but it determines whether an order saves correctly and whether stock levels match reality.
In an online store, the backend is usually where most performance and integration problems get resolved - more often than in the visible layer.