Update entity/product_attribute.go

This commit is contained in:
2025-04-13 21:26:37 +00:00
parent 30fb57f4f7
commit bb357b4b57

View File

@@ -8,4 +8,6 @@ type ProductAttribute struct {
Type string `json:"type"`
OrderBy string `json:"order_by"`
HasArchives bool `json:"has_archives"`
Visible bool `json:"visible,omitempty"`
Options []string `json:"options,omitempty"`
}