Skip to main content

returnReasonReferenceClear Mutation

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

Added in Saleor 3.23.

Requires the MANAGE_SETTINGSpermission.
returnReasonReferenceClear: ReturnReasonReferenceTypeClear
Details
type ReturnReasonReferenceTypeClear {
returnSettings: ReturnSettings
returnSettingsErrors: [ReturnReasonReferenceTypeClearError!]! @deprecated
errors: [ReturnReasonReferenceTypeClearError!]!
}

Type​

ReturnReasonReferenceTypeClear​

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

Added in Saleor 3.23.

Requires the MANAGE_SETTINGSpermission.