OrderTransactionInput input object

Specifies the information needed to create an order transaction.

Input fields

  • amount ([Money!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#money-2021-01)) REQUIRED
    The amount of money for this transaction.
  • gateway ([String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)) REQUIRED
    The payment gateway to use for this transaction.
  • kind ([OrderTransactionKind!](https://shopify.dev/docs/admin-api/graphql/reference/orders/ordertransactionkind)) REQUIRED
    The kind of transaction.
  • orderId ([ID!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01)) REQUIRED
    The ID of the order associated with the transaction.
  • parentId ([ID](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01))
    The ID of the optional parent transaction, for example the authorization of a capture.