getBackInStockNotificationRequestsCountByCatalogReferences( )


Developer Preview

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

Retrieves the amount of back in stock requests for a given catalogReference item.

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
catalogReferencesArray<CatalogReference>Required

catalogReference items to retrieve the notification request for.

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