RefundInput input object

Specifies the fields to create a refund.

Input fields

  • currency ([CurrencyCode](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/currencycode))
    The currency (in ISO format) that is used to refund 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.
  • note ([String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
    An optional note attached to a refund.
  • notify ([Boolean](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01))
    Whether to send a refund notification to the customer.
  • orderId ([ID!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01)) REQUIRED
    Order ID for which the refund is created.
  • refundDuties ([[RefundDutyInput!]](https://shopify.dev/docs/admin-api/graphql/reference/orders/refunddutyinput))
    A list of duties to refund.
  • refundLineItems ([[RefundLineItemInput!]](https://shopify.dev/docs/admin-api/graphql/reference/orders/refundlineiteminput))
    A list of line items to refund.
  • shipping ([ShippingRefundInput](https://shopify.dev/docs/admin-api/graphql/reference/orders/shippingrefundinput))
    Specifies how much of the shipping cost to refund.
  • transactions ([[OrderTransactionInput!]](https://shopify.dev/docs/admin-api/graphql/reference/orders/ordertransactioninput))
    A list of transactions involved in the refund.