Types > ReturnRefund
Commerce APITypesReturnRefund
ReturnRefund

Description

Topic: Returns

Fields

amount: Int!

Refund amount (doesn't include fee and customer balance portion)

Valid when: amount is a non-negative integer


customer_balance: Int!

How much to refund to customer balance

Valid when: customer_balance is a non-negative integer


fee: Int!

Refund fee

Valid when: fee is a non-negative integer


Used By

Mutations

returnsRefund

Preview (typescript)

Loading module