Skip to main content

Get Transaction

GET 

/api/magento2/integration-instances/:magento2IntegrationInstance/transactions/:txn

Single transaction detail. The {txn} id can refer to either a magento2_invoices.id or a magento2_credit_memos.id; the type query string disambiguates.

Adds (vs the list row): extended order context (subtotals, tax, discounts, shipping), fees[], total_fees / total_fee_tax, and raw_magento_payload (the exact body Magento returned).

Error responses:

  • 404 — id does not exist for the supplied type in this instance.
  • 401 — caller is not authenticated.

Request

Responses

OK

Response Headers
    Content-Type