Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.17 KB

File metadata and controls

33 lines (21 loc) · 1.17 KB

WooCommerceProductCat

Properties

Name Type Description Notes
id Integer Unique identifier for the resource. [optional]
name String Category name. [optional]
slug String An alphanumeric identifier for the resource unique to its type. [optional]
parent Integer The ID for the parent of the resource. [optional]
description String HTML description of the resource. [optional]
display DisplayEnum Category archive display type. [optional]
image WooCommerceProductBrandImage [optional]
menuOrder Integer Menu order, used to custom sort the resource. [optional]
count Integer Number of published products for the resource. [optional]

Enum: DisplayEnum

Name Value
DEFAULT "default"
PRODUCTS "products"
SUBCATEGORIES "subcategories"
BOTH "both"
UNKNOWN_DEFAULT_OPEN_API "unknown_default_open_api"