--- id: OrderCompleted version: 0.0.1 name: Order Completed summary: Emitted when a fraud check has been completed for a transaction tags: - payment - fraud - security badges: - content: New backgroundColor: green textColor: white --- --- # id of your service, used for slugs and references in EventCatalog. id: AnalyticsService # Display name of the Service, rendered in EventCatalog name: Analytics Service # Version of the Service version: 0.0.1 # Short summary of your Service summary: | Microservicio proxy para enviar eventos de analytics a GA4, Meta y Google Ads. # Optional owners, references teams or users owners: - ecommerce receives: - id: OrderCompleted version: 0.0.1 --- --- # id of your service, used for slugs and references in EventCatalog. id: OrderService # Display name of the Service, rendered in EventCatalog name: Order Service # Version of the Service version: 0.0.1 # Short summary of your Service summary: | Service that contains order related information # Optional owners, references teams or users owners: - ecommerce sends: - id: OrderCompleted version: 0.0.1 deprecated: date: 2026-05-01 message: | This service is **being deprecated** and replaced by the new service **PurchaseService**. Please contact the [team for more information](mailto:ecommerce@bigbox.com.ar). --- import Footer from '@catalog/components/footer.astro'; ## Overview The Orders Service is responsible for managing customer orders within the system. It handles order creation, updating, status tracking, and interactions with other services such as Inventory, Payment, and Notification services to ensure smooth order processing and fulfillment. {/* */} ## Architecture diagram