POST

Bulk Show Categories


Developer Preview

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

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Category write
Manage Stores - all permissions
Manage Products
Manage v3 catalog
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/categories/v1/bulk/categories/show

Body Params
categoryIdsArray <string>Requiredformat GUIDminItems 1maxItems 100

IDs of the categories to update.


treeReferenceTreeReferenceRequired

Category tree reference details.


returnEntityboolean

Whether to return the category entity in the response.

Default: false


fieldsArray <string>maxItems 100

Fields to include in the response.

Response Object
resultsArray <BulkCategoriesResult>minItems 1maxItems 100

Categories updated by bulk action.


bulkActionMetadataBulkActionMetadata

Bulk action metadata.

Bulk Show Categories

Updates the visibility of multiple categories to true

Request
cURL
Response
JSON
Errors

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

Did this help?