Invoice creation
POST /v1/invoices is idempotent on (store_id, external_order_id):
- Existing match → returns the same invoice with HTTP
201 - Same
external_order_idon a different Woo integration → HTTP409(EXTERNAL_ORDER_INTEGRATION_CONFLICT)
Webhook deliveries
Dedupe onX-Meum-Event-Id. See Webhooks overview.