Get all categories
GET
v1/managers/store/categoriesFetches all the available categories for a certain store, including details such as their names, status, SEO information, and the number of products they contain. It supports returning both detailed and minimal category information depending on the request parameters.
Request
The Authorization token is a unique key given to the third-party application (Partner) by Zid. It is used to authenticate the API requests made by the Partner application. The token verifies the partner's identity and ensures they have permission to access Zid's API but does not provide any specific user or store information. It should be included in the header of API requests when the partner application needs to access Zid's API.
This token is used to authenticate and access information related to the store. It is obtained through an OAuth mechanism and is required to perform operations on the store's data. The X-Manager-Token
should be included in the header of API requests that require store-related information.
Preferred language for the response. Defaults to en
if not specified.
Request samples
Responses
Contains messages or feedback about the API request, such as errors or success details.
The type of message returned (e.g., success, error).
The status of the categories (e.g., active, inactive).
An array of category objects, each containing details about individual categories.
The unique identifier of the category.
The name of the category.
Contains localized versions of the category name.
A simplified version of the category name, typically without special characters.
Indicates whether the category is published and visible to users.
The SEO-friendly title for the category, used for improving search engine ranking.
The SEO-friendly description of the category, optimized for search engines.
The full URL of the category's page.
The total number of products listed under this category.
A URL-friendly version of the category name, often used in routing.
An array of minimal category objects with only basic information.
The unique identifier of the category in the minimal category list.
The name of the category in the minimal category list.
Indicates if the category in the minimal category list is published.
The total number of products listed under this minimal category.