legacyRecurringRevenueImport

Graphql fields and variables for the legacyRecurringRevenueImport mutation

Import legacy recurring revenues from a CSV source

Scope required: admin:write

mutation legacyRecurringRevenueImport ($source: String!) {
  legacyRecurringRevenueImport (source: $source) {
      errors
  }
}

Arguments

{
  "source": ""
}
Name
Type
Description

source

String

Response

Name
Type
Description

errors

List (String)

Last updated

Was this helpful?