Skip to content

Commit

Permalink
Merge pull request #37 from juampynr/patch-1
Browse files Browse the repository at this point in the history
Add rating and rating cout
  • Loading branch information
spiegel-im-spiegel committed Sep 12, 2024
2 parents 25c35c2 + 6b45c28 commit 8ac3216
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions entity/entity.go
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,8 @@ type Item struct {
} `json:",omitempty"`
MerchantInfo *struct {
DefaultShippingCountry string
FeedbackCount int
FeedbackRating float64
ID string `json:"Id"`
Name string
} `json:",omitempty"`
Expand Down

0 comments on commit 8ac3216

Please sign in to comment.