v1

latestOpenAPI 3.0.02026-07-2421110121.4 KB
Transaction (v3)

Get a Transaction Message

Returns the specified Transaction's message content.

get/v3/transactions/{transactionId}/message

Path parameters

transactionIdnumber required

The numeric transaction ID.

Headers

orderful-api-keystring required

Your Orderful API key.

Response

Transaction message content.

hrefstring required

Message endpoint URL.

transactionSetsobject[] required

Array of transaction set objects containing the EDI transaction data in Orderful JSON format.

Example response

{
  "href": "https://api.orderful.com/v3/transactions/000000/message"
}