v1

latestOpenAPI 3.0.02026-07-2421110121.4 KB
Transaction

Create a Transaction

Creates a Transaction. Only one Transaction can be posted at a time. For guidance on how to use this page, see the <a href="https://docs.orderful.com/docs/create-a-transaction#make-an-api-call-using-our-api-explorer" target="_blank">Create a Transaction guide</a>. Check the status field to determine if the transaction was successfully accepted for processing or failed.

post/transactions

Headers

orderful-api-versionstring

Specifies the API version to use.

Request body

type'850_PURCHASE_ORDER' | '855_PURCHASE_ORDER_ACKNOWLEDGMENT' | '856_SHIP_NOTICE_MANIFEST' | '810_INVOICE' | '846_INVENTORY_ADVICE' | '860_PURCHASE_ORDER_CHANGE' required

The type of Transaction to be created. Please refer to our <a href="https://docs.orderful.com/reference/available-transaction-types" target="_blank">list of available Transaction Types</a>.

stream'test' | 'live' required

Name of stream to create the transaction on.

senderIdstring required

Sender identifier.

receiverIdstring required

Receiver identifier.

Response

Transaction processing. Check the status field to determine if the transaction was successfully accepted for processing or failed.

idstring required

Transaction id.

status'FAILED' | 'ACCEPTED' required

Status of the request.

detailstring required

Error detail message.

Example response

{
  "id": "000000"
}
All 21 operations