stopCollectingRequests( )


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Sets settings.collectionStates.collectingRequests to false for given appId.

When the collection state is set to false, collecting notification requests is disabled.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Stores - all permissions
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
appIdstringRequired

ID of the app to stop accepting notification requests for.

Returns
Return Type:Promise<StopCollectingRequestsResponse>
Was this helpful?
Yes
No