listCategoriesForItems( )


Retrieves a map where the keys are ItemReferences, and the values are lists of categories that contain the corresponding item.

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?