<?xml version="1.0" encoding="UTF-8"?>
<manifest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/shopware/shopware/trunk/src/Core/Framework/App/Manifest/Schema/manifest-3.0.xsd" validates-permissions="true">
  <meta>
    <name>ShopwareNexusIngestionService</name>
    <label>Shopware Nexus Event Ingestion Service</label>
    <label lang="de-DE">Shopware Nexus Event-Ingestion Service</label>
    <description>Containerized event ingestion service for capturing Shopware events and sending them to the Nexus ecosystem</description>
    <description lang="de-DE">Containerisierter Event-Ingestion-Service zum Erfassen von Shopware-Events und Senden an das Nexus-Ökosystem</description>
    <author>Shopware Team</author>
    <copyright>Shopware AG</copyright>
    <version>1.0.2</version>
    <compatibility>&gt;=6.7.1.0</compatibility>
    <icon>icon.png</icon>
    <license>MIT</license>
  </meta>
  <setup>
    <registrationUrl>https://registry.services.shopware.io/api/management/service/lifecycle/register/c366705e47385c9730712280025bd755</registrationUrl>
    <secret>5k5aq1ZQxBjNp0q4uY3DckTZ71eBO1UhmLO4736enCg</secret>
  </setup>
  <admin>
    <base-app-url>https://prd-databus-nexus-service.services.shopware.io/admin-ext/</base-app-url>
  </admin>
  <permissions>
    <!-- Core sync entities — full CRUD for bidirectional sync (e.g. BC↔Shopware) -->
    <crud>product</crud>
    <crud>product_price</crud>
    <crud>product_media</crud>
    <crud>product_manufacturer</crud>
    <crud>product_review</crud>
    <crud>product_visibility</crud>
    <crud>category</crud>
    <crud>order</crud>
    <crud>order_line_item</crud>
    <crud>order_transaction</crud>
    <crud>order_delivery</crud>
    <crud>order_address</crud>
    <crud>order_customer</crud>
    <crud>customer</crud>
    <crud>customer_address</crud>
    <crud>customer_group</crud>
    <crud>promotion</crud>
    <crud>media</crud>
    <crud>property_group</crud>
    <crud>property_group_option</crud>
    <crud>currency</crud>
    <crud>country</crud>
    <crud>tax</crud>
    <crud>unit</crud>
    <crud>payment_method</crud>
    <crud>shipping_method</crud>
    <crud>sales_channel</crud>
    <crud>newsletter_recipient</crud>
    <crud>landing_page</crud>
    <crud>cms_page</crud>
    <crud>document</crud>
    <crud>tag</crud>
    <crud>custom_field</crud>
    <crud>custom_field_set</crud>
    <!-- Read-only — system reference entities, never written by sync -->
    <read>customer_recovery</read>
    <read>state_machine</read>
    <read>state_machine_state</read>
    <read>salutation</read>
    <read>delivery_time</read>
    <read>rule</read>
    <read>user</read>
    <permission>api_service_toggle</permission>
  </permissions>
  <webhooks>
    <!-- Lifecycle webhooks (required for services) -->
    <webhook name="lifecycleActivated" url="https://registry.services.shopware.io/api/management/service/lifecycle/activate/c366705e47385c9730712280025bd755" event="app.activated"/>
    <webhook name="lifecycleDeactivated" url="https://registry.services.shopware.io/api/management/service/lifecycle/deactivate/c366705e47385c9730712280025bd755" event="app.deactivated"/>
    <webhook name="lifecycleDeleted" url="https://registry.services.shopware.io/api/management/service/lifecycle/uninstall/c366705e47385c9730712280025bd755" event="app.deleted"/>
    <webhook name="lifecycleUpdated" url="https://registry.services.shopware.io/api/management/shop/service/update/cb5b7ffaf484d8dd964378b761b2fbe6" event="app.updated"/>
    <!-- Workflow trigger webhooks: keep aligned with conductor /schema/shopware/webhook-events. -->
    <webhook name="checkout-customer-before-login" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="checkout.customer.before.login"/>
    <webhook name="checkout-customer-deleted" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="checkout.customer.deleted"/>
    <webhook name="checkout-customer-double-opt-in-guest-order" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="checkout.customer.double_opt_in_guest_order"/>
    <webhook name="checkout-customer-double-opt-in-registration" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="checkout.customer.double_opt_in_registration"/>
    <webhook name="checkout-customer-guest-register" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="checkout.customer.guest_register"/>
    <webhook name="checkout-customer-login" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="checkout.customer.login"/>
    <webhook name="checkout-customer-logout" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="checkout.customer.logout"/>
    <webhook name="checkout-customer-register" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="checkout.customer.register"/>
    <webhook name="checkout-order-payment-method-changed" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="checkout.order.payment_method.changed"/>
    <webhook name="checkout-order-placed" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="checkout.order.placed"/>
    <webhook name="contact-form-send" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="contact_form.send"/>
    <webhook name="customer-group-registration-accepted" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="customer.group.registration.accepted"/>
    <webhook name="customer-group-registration-declined" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="customer.group.registration.declined"/>
    <webhook name="customer-password-changed" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="customer.password.changed"/>
    <webhook name="customer-recovery-request" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="customer.recovery.request"/>
    <webhook name="mail-after-create-message" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="mail.after.create.message"/>
    <webhook name="mail-before-send" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="mail.before.send"/>
    <webhook name="mail-sent" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="mail.sent"/>
    <webhook name="newsletter-confirm" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="newsletter.confirm"/>
    <webhook name="newsletter-register" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="newsletter.register"/>
    <webhook name="newsletter-unsubscribe" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="newsletter.unsubscribe"/>
    <webhook name="product-export-log" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="product_export.log"/>
    <webhook name="review-form-send" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="review_form.send"/>
    <webhook name="revocation-request-sent" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="revocation_request.sent"/>
    <webhook name="state-enter-order-state-cancelled" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="state_enter.order.state.cancelled"/>
    <webhook name="state-enter-order-state-completed" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="state_enter.order.state.completed"/>
    <webhook name="state-enter-order-state-in-progress" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="state_enter.order.state.in_progress"/>
    <webhook name="state-enter-order-state-open" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="state_enter.order.state.open"/>
    <webhook name="state-enter-order-delivery-state-cancelled" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="state_enter.order_delivery.state.cancelled"/>
    <webhook name="state-enter-order-delivery-state-open" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="state_enter.order_delivery.state.open"/>
    <webhook name="state-enter-order-delivery-state-returned" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="state_enter.order_delivery.state.returned"/>
    <webhook name="state-enter-order-delivery-state-returned-partially" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="state_enter.order_delivery.state.returned_partially"/>
    <webhook name="state-enter-order-delivery-state-shipped" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="state_enter.order_delivery.state.shipped"/>
    <webhook name="state-enter-order-delivery-state-shipped-partially" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="state_enter.order_delivery.state.shipped_partially"/>
    <webhook name="state-enter-order-transaction-state-authorized" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="state_enter.order_transaction.state.authorized"/>
    <webhook name="state-enter-order-transaction-state-cancelled" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="state_enter.order_transaction.state.cancelled"/>
    <webhook name="state-enter-order-transaction-state-chargeback" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="state_enter.order_transaction.state.chargeback"/>
    <webhook name="state-enter-order-transaction-state-failed" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="state_enter.order_transaction.state.failed"/>
    <webhook name="state-enter-order-transaction-state-in-progress" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="state_enter.order_transaction.state.in_progress"/>
    <webhook name="state-enter-order-transaction-state-open" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="state_enter.order_transaction.state.open"/>
    <webhook name="state-enter-order-transaction-state-paid" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="state_enter.order_transaction.state.paid"/>
    <webhook name="state-enter-order-transaction-state-paid-partially" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="state_enter.order_transaction.state.paid_partially"/>
    <webhook name="state-enter-order-transaction-state-refunded" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="state_enter.order_transaction.state.refunded"/>
    <webhook name="state-enter-order-transaction-state-refunded-partially" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="state_enter.order_transaction.state.refunded_partially"/>
    <webhook name="state-enter-order-transaction-state-reminded" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="state_enter.order_transaction.state.reminded"/>
    <webhook name="state-enter-order-transaction-state-unconfirmed" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="state_enter.order_transaction.state.unconfirmed"/>
    <webhook name="state-enter-order-transaction-capture-state-completed" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="state_enter.order_transaction_capture.state.completed"/>
    <webhook name="state-enter-order-transaction-capture-state-failed" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="state_enter.order_transaction_capture.state.failed"/>
    <webhook name="state-enter-order-transaction-capture-state-pending" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="state_enter.order_transaction_capture.state.pending"/>
    <webhook name="state-enter-order-transaction-capture-refund-state-cancelled" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="state_enter.order_transaction_capture_refund.state.cancelled"/>
    <webhook name="state-enter-order-transaction-capture-refund-state-completed" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="state_enter.order_transaction_capture_refund.state.completed"/>
    <webhook name="state-enter-order-transaction-capture-refund-state-failed" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="state_enter.order_transaction_capture_refund.state.failed"/>
    <webhook name="state-enter-order-transaction-capture-refund-state-in-progress" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="state_enter.order_transaction_capture_refund.state.in_progress"/>
    <webhook name="state-enter-order-transaction-capture-refund-state-open" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="state_enter.order_transaction_capture_refund.state.open"/>
    <webhook name="state-leave-order-state-cancelled" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="state_leave.order.state.cancelled"/>
    <webhook name="state-leave-order-state-completed" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="state_leave.order.state.completed"/>
    <webhook name="state-leave-order-state-in-progress" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="state_leave.order.state.in_progress"/>
    <webhook name="state-leave-order-state-open" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="state_leave.order.state.open"/>
    <webhook name="state-leave-order-delivery-state-cancelled" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="state_leave.order_delivery.state.cancelled"/>
    <webhook name="state-leave-order-delivery-state-open" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="state_leave.order_delivery.state.open"/>
    <webhook name="state-leave-order-delivery-state-returned" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="state_leave.order_delivery.state.returned"/>
    <webhook name="state-leave-order-delivery-state-returned-partially" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="state_leave.order_delivery.state.returned_partially"/>
    <webhook name="state-leave-order-delivery-state-shipped" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="state_leave.order_delivery.state.shipped"/>
    <webhook name="state-leave-order-delivery-state-shipped-partially" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="state_leave.order_delivery.state.shipped_partially"/>
    <webhook name="state-leave-order-transaction-state-authorized" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="state_leave.order_transaction.state.authorized"/>
    <webhook name="state-leave-order-transaction-state-cancelled" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="state_leave.order_transaction.state.cancelled"/>
    <webhook name="state-leave-order-transaction-state-chargeback" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="state_leave.order_transaction.state.chargeback"/>
    <webhook name="state-leave-order-transaction-state-failed" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="state_leave.order_transaction.state.failed"/>
    <webhook name="state-leave-order-transaction-state-in-progress" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="state_leave.order_transaction.state.in_progress"/>
    <webhook name="state-leave-order-transaction-state-open" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="state_leave.order_transaction.state.open"/>
    <webhook name="state-leave-order-transaction-state-paid" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="state_leave.order_transaction.state.paid"/>
    <webhook name="state-leave-order-transaction-state-paid-partially" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="state_leave.order_transaction.state.paid_partially"/>
    <webhook name="state-leave-order-transaction-state-refunded" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="state_leave.order_transaction.state.refunded"/>
    <webhook name="state-leave-order-transaction-state-refunded-partially" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="state_leave.order_transaction.state.refunded_partially"/>
    <webhook name="state-leave-order-transaction-state-reminded" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="state_leave.order_transaction.state.reminded"/>
    <webhook name="state-leave-order-transaction-state-unconfirmed" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="state_leave.order_transaction.state.unconfirmed"/>
    <webhook name="state-leave-order-transaction-capture-state-completed" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="state_leave.order_transaction_capture.state.completed"/>
    <webhook name="state-leave-order-transaction-capture-state-failed" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="state_leave.order_transaction_capture.state.failed"/>
    <webhook name="state-leave-order-transaction-capture-state-pending" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="state_leave.order_transaction_capture.state.pending"/>
    <webhook name="state-leave-order-transaction-capture-refund-state-cancelled" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="state_leave.order_transaction_capture_refund.state.cancelled"/>
    <webhook name="state-leave-order-transaction-capture-refund-state-completed" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="state_leave.order_transaction_capture_refund.state.completed"/>
    <webhook name="state-leave-order-transaction-capture-refund-state-failed" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="state_leave.order_transaction_capture_refund.state.failed"/>
    <webhook name="state-leave-order-transaction-capture-refund-state-in-progress" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="state_leave.order_transaction_capture_refund.state.in_progress"/>
    <webhook name="state-leave-order-transaction-capture-refund-state-open" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="state_leave.order_transaction_capture_refund.state.open"/>
    <webhook name="user-recovery-request" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="user.recovery.request"/>
    <webhook name="sales-channel-written" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="sales_channel.written"/>
    <webhook name="sales-channel-deleted" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="sales_channel.deleted"/>
    <webhook name="sales-channel-domain-written" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="sales_channel_domain.written"/>
    <webhook name="sales-channel-domain-deleted" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="sales_channel_domain.deleted"/>
    <webhook name="category-written" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="category.written"/>
    <webhook name="category-deleted" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="category.deleted"/>
    <webhook name="media-written" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="media.written"/>
    <webhook name="media-deleted" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="media.deleted"/>
    <webhook name="product-written" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="product.written"/>
    <webhook name="product-deleted" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="product.deleted"/>
    <webhook name="product-price-written" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="product_price.written"/>
    <webhook name="product-price-deleted" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="product_price.deleted"/>
    <webhook name="customer-written" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="customer.written"/>
    <webhook name="customer-deleted" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="customer.deleted"/>
    <webhook name="customer-address-written" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="customer_address.written"/>
    <webhook name="customer-address-deleted" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="customer_address.deleted"/>
    <webhook name="document-written" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="document.written"/>
    <webhook name="document-deleted" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="document.deleted"/>
    <webhook name="order-written" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="order.written"/>
    <webhook name="order-deleted" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="order.deleted"/>
    <webhook name="order-address-written" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="order_address.written"/>
    <webhook name="order-address-deleted" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="order_address.deleted"/>
    <webhook name="media-uploaded" url="https://prd-databus-nexus-service.services.shopware.io/webhook" event="media.uploaded"/>
  <webhook name="ServiceRegistryShopUpdateTracking" url="https://registry.services.shopware.io/api/shop/update/8c357782deabf1c8209d5d0106f07111" event="shopware.updated"/><webhook name="ServiceRegistryPermissionsUpdateTracking" url="https://registry.services.shopware.io/api/management/service/permissions/tracking" event="app.permissions.updated"/></webhooks>
</manifest>
