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

Fields

RefundReasonReferenceTypeClear.refundSettings ● RefundSettings! non-null object orders

Refund settings.

RefundReasonReferenceTypeClear.refundSettingsErrors ● [RefundReasonReferenceTypeClearError!]! deprecated non-null object shop

DEPRECATED

Use errors field instead.

RefundReasonReferenceTypeClear.errors ● [RefundReasonReferenceTypeClearError!]! non-null object shop

Returned By

refundReasonReferenceClear mutation