Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bb357b4b57 |
@@ -8,4 +8,6 @@ type ProductAttribute struct {
|
|||||||
Type string `json:"type"`
|
Type string `json:"type"`
|
||||||
OrderBy string `json:"order_by"`
|
OrderBy string `json:"order_by"`
|
||||||
HasArchives bool `json:"has_archives"`
|
HasArchives bool `json:"has_archives"`
|
||||||
|
Visible bool `json:"visible,omitempty"`
|
||||||
|
Options []string `json:"options,omitempty"`
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user