AdminPostProductCategoriesCategoryReq
internal.internal.AdminPostProductCategoriesCategoryReq
Schema
AdminPostProductCategoriesCategoryReq type: object properties: name: type: string description: The name to identify the Product Category by. description: type: string description: An optional text field to describe the Product Category by. handle: type: string description: A handle to be used in slugs. is_internal: type: boolean description: A flag to make product category an internal category for admins is_active: type: boolean description: A flag to make product category visible/hidden in the store front parent_category_id: type: string description: The ID of the parent product category rank: type: number description: The rank of the category in the tree node (starting from 0)
Properties
description
stringhandle
stringis_active
booleanis_internal
booleanname
stringparent_category_id
null | stringrank
numberWas this section helpful?