v1
latestOpenAPI 3.1.02026-07-132363652.9 MBTransactions
Create a delivery report from an external adapter (Shopify, WooCommerce, etc.) for observability
Create a delivery report from an external adapter (Shopify, WooCommerce, etc.) for observability
post/api/v1/transactions/{transactionId}/delivery-reports
Path parameters
transactionIdstring required
The transaction number (not UUID)
Example:TXN-2026-00123
The transaction number (not UUID)
Request body
Example request
{
"platform": "shopify",
"finalization_type": "payment_resolved",
"external_reference": "gid://shopify/PaymentSession/abc123",
"http_status": 200,
"duration_ms": 150
}Response
Success