OrderCaptureInput input object

Specifies the authorized transaction to capture and the total amount to capture from it.

Input fields

  • amount ([Money!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#money-2021-01)) REQUIRED
    The amount to capture.
  • currency ([CurrencyCode](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/currencycode))
    The currency (in ISO format) that is used to capture the order. This must be the presentment currency (the currency used by the customer) and is a required field for orders where the currency and presentment currency differ.
  • id ([ID!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01)) REQUIRED
    The ID of the order to capture.
  • parentTransactionId ([ID!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01)) REQUIRED
    The ID of the authorized transaction to capture.