minor rework and filter dimensions

This commit is contained in:
Aleksandr Trushkin
2024-02-13 21:19:39 +03:00
parent f4bff6fe01
commit 3c3b4e4670
13 changed files with 969 additions and 780 deletions

View File

@ -23,6 +23,7 @@ type Offer struct {
TypePrefix string `xml:"typePrefix"`
Description string `xml:"description"`
ManufacturerWarrany bool `xml:"manufacturer_warranty"`
Dimensions string `xml:"dimensions"`
Params []Param `xml:"param"`
}