Skip to main content

refundReasonReferenceClear Mutation

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.
refundReasonReferenceClear: RefundReasonReferenceTypeClear
Details
type RefundReasonReferenceTypeClear {
refundSettings: RefundSettings!
refundSettingsErrors: [RefundReasonReferenceTypeClearError!]! @deprecated
errors: [RefundReasonReferenceTypeClearError!]!
}

Type​

RefundReasonReferenceTypeClear​

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.