v1
latestSwagger 2.02026-07-17148179252.3 KBCreates a Category in the BigCommerce Catalog.
Request body
The unique numeric ID of the category's parent. This field controls where the category sits in the tree of categories that organize the catalog.
The name displayed for the category. Name is unique with respect to the category's siblings.
The product description, which can include HTML formatting.
Number of views the category has on the storefront.
Priority this category will be given when included in the menu and category pages. The lower the number, the closer to the top of the results the category will be.
Custom title for the category page. If not defined, the category name will be used as the meta title.
A comma-separated list of keywords that can be used to locate the category when searching the store.
Custom meta keywords for the category page. If not defined, the store's default keywords will be used. Must post as an array like: ["awesome","sauce"].
Custom meta description for the category page. If not defined, the store's default meta description will be used.
The layout template file used to render this category.
Flag to determine whether the product should be displayed to customers browsing the store. If true, the category will be displayed. If false, the category will be hidden from view.
Determines how the products are sorted on category page load.
Image URL used for this category on the storefront. Images can be uploaded via form file post to /categories/{categoryId}/image, or by providing a publicly accessible URL in this field.
Response
A category object.
Empty meta object; may be used later.