bulkUpdateSubscriptionOptions( )


Developer Preview

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

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.

Permission Scopes

For app development, you must have one of the following permission scopes:
Manage Stores - all permissions
Manage Products
Learn more about permission scopes.
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>
Was this helpful?
Yes
No