Create Transactions

Create a Transaction in the Org.

Query Params
uuid

Public or Private Threekit authentication token. If using a public token the request must originate for a domain added to the authentication token.

string

JSON Web Token (JWT) token used to authorize the request.

Body Params

Body

string
enum
required

Specify the status of the transaction. Currently only two values are supported - "active" and "closed".

Allowed:
string
enum
required

Specify how the transaction was created. Currently the only supported value is "manual" which is also the default value for this field.

Allowed:
string | null
enum
Defaults to null

The three-letter ISO currency code. This field is not necessary for the creation of a transaction without products. However it is mandatory if products are also being added when creating a transaction

contact
object
required
cart
array of objects
cart
Responses

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json