listCategoriesForItems( )


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 a map where the keys are ItemReferences, and the values are lists of categories that contain the corresponding item.

Permissions
Read categories
Manage Stores - all permissions
Read Stores - all read permissions
Manage Orders
Manage Products
Read Products
Manage Restaurants - all permissions
Read v3 catalog
Manage v3 catalog
Manage Stores
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
itemsArray<ItemReference>Required

List of Item reference info.


optionsListCategoriesForItemsOptionsRequired
Returns
Return Type:Promise<ListCategoriesForItemsResponse>
Errors

This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?