This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
function bulkShowCategories(
categoryIds: Array<string>,
options: BulkShowCategoriesOptions,
): Promise<BulkShowCategoriesResponse>;
IDs of the categories to update.
import { categories } from "@wix/categories";
async function bulkShowCategories(categoryIds, options) {
const response = await categories.bulkShowCategories(categoryIds, options);
}
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.