bulkUpdateSubscriptionOptions( )


Deprecated

This method has been deprecated, and will be replaced in the future.

Updates multiple subscription options. Only parameters passed will be updated.

Deprecation Notice:

This endpoint has been deprecated and will be removed on January 29, 2024.

Authentication

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

Permissions
Manage Stores - all permissions
Manage Products
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
subscriptionOptionsArray<SubscriptionOption>Required

Subscription options info. Only the passed parameters in each subscription option will be updated.

Returns
Return Type:Promise<BulkUpdateSubscriptionOptionsResponse>
Did this help?