Skip to main content

AppReenableSyncWebhooks Object

Re-enable sync webhooks for provided app. Can be used to manually re-enable sync webhooks for the app before the cooldown period ends.

Added in VapeEcommerce 3.21.

Requires the MANAGE_APPSpermission.
type AppReenableSyncWebhooks {
app: App
appErrors: [AppError!]! @deprecated
errors: [AppError!]!
}

Fields

app ● App

App for which sync webhooks were re-enabled.

errors ● [AppError!]!

Show deprecatedHide deprecated

appErrors ● [AppError!]!

DEPRECATED

Use errors field instead.

Returned By

appReenableSyncWebhooks mutation