Skip to main content

RefundReasonReferenceTypeClear Object

Updates RefundSettings. The Page (Model) Type will be cleared from reasonReferenceType. When it's cleared, passing reason reference to refund mutations is no longer accepted and will raise error.

Added in Saleor 3.22.

Requires the MANAGE_SETTINGSpermission.
type RefundReasonReferenceTypeClear {
refundSettings: RefundSettings!
refundSettingsErrors: [RefundReasonReferenceTypeClearError!]! @deprecated
errors: [RefundReasonReferenceTypeClearError!]!
}

Fields

refundSettings ● RefundSettings!

Refund settings.

errors ● [RefundReasonReferenceTypeClearError!]!

Show deprecatedHide deprecated

refundSettingsErrors ● [RefundReasonReferenceTypeClearError!]!

DEPRECATED

Use errors field instead.

Returned By

refundReasonReferenceClear mutation