AdminPostProductCategoriesReq
internal.internal.AdminPostProductCategoriesReq
Schema
AdminPostProductCategoriesReq type: object required:
- name
properties:
name:
type: string
description: The name of the product category
description:
type: string
description: The description of the product category.
handle:
type: string
description: The handle of the product category. If none is provided, the kebab-case version of the name will be used. This field can be used as a slug in URLs.
is_internal:
type: boolean
description: If set to
true
, the product category will only be available to admins. is_active: type: boolean description: If set tofalse
, the product category will not be available in the storefront. parent_category_id: type: string description: The ID of the parent product category
Properties
description
stringhandle
stringis_active
booleanis_internal
booleanname
stringRequiredparent_category_id
null | stringWas this section helpful?