Skip to content

Order management

The order management component enables users to search for orders and filter search results. Depending on their role, users can also track the status of their orders, review order details, and cancel orders.

From the development perspective, the component enables customization of the order management workflow and integration with external systems to exchange order information.

The component exposes the following:

  • PHP API that allows for managing orders
  • REST API that helps get order information over HTTP

Order management service

The Order Management package provides the Ibexa\Contracts\OrderManagement\OrderServiceInterface service, which is the entrypoint for calling the backend API.