Update Transaction

Updates a Transaction given the Transaction's ID or Custom ID.

Path Params
required

This can be either the Threekit UUID or the user-defined custom ID.

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

cart
array of objects
cart
string
enum

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

Allowed:
string | null
enum

The three-letter ISO currency code. This field can be null only if the transaction has no products.

contact
object
Responses

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