INPUT_OBJECT
RefundRequestNoteInput
Note on a refund request
link GraphQL Schema definition
- input RefundRequestNoteInput {
- # IP address of the person adding this note. Will default to the ip address from
- # the request if not submitted.
- String :
- # Text of the note.
- String :
- # The customer who recorded the note. Will default to the user from the API key if
- # not submitted.
- ID :
- # The admin who recorded the note.
- ID :
- # Receipts, documentation or photos related to the package received.
- ImageInput!] : [
- }
link Require by
- RefundRequestApproveInputnull
- RefundRequestCreateMutationInputAutogenerated input type of RefundRequestCreateMutation
- RefundRequestDenyMutationInputAutogenerated input type of RefundRequestDenyMutation
- RefundRequestLineItemAcceptMutationInputAutogenerated input type of RefundRequestLineItemAcceptMutation
- RefundRequestLineItemDenyMutationInputAutogenerated input type of RefundRequestLineItemDenyMutation
- RefundRequestLineItemInputLine item on a refund request. Either a line item ID (which must be a line item from the invoice to which this refund request is related) and a reason OR both custom and amountPerItem must be supplied. If you supply a line item ID you must supply a reason and cannot supply custom or amountPerItem. You should also supply the dispatched flag: In January 2022 you will be _required_ to supply the dispatched flag in this case. If you supply custom and amountPerItem then you cannot supply a line item ID, reason or dispatched flag.
- RefundRequestLineItemReturnMutationInputAutogenerated input type of RefundRequestLineItemReturnMutation
- RefundRequestRefundMutationInputAutogenerated input type of RefundRequestRefundMutation
- RefundRequestReturnMutationInputAutogenerated input type of RefundRequestReturnMutation
- RefundRequestRevertDenialMutationInputAutogenerated input type of RefundRequestRevertDenialMutation