Added exclude field
This commit is contained in:
@@ -11,4 +11,5 @@ type ProductCategory struct {
|
||||
Image *ProductImage `json:"image,omitempty"`
|
||||
MenuOrder int `json:"menu_order"`
|
||||
Count int `json:"count"`
|
||||
Exclude *bool `json:"exclude,omitempty"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user