Skip to content

Commit

Permalink
fix: ProductListOptions are missing some fields (#253) (#271)
Browse files Browse the repository at this point in the history
- add field `title`

Co-authored-by: ShuQingZai <overbeck.jack@idd.cool>
  • Loading branch information
shuqingzai and ShuQingZai authored Feb 28, 2024
1 parent 99f6b0a commit e98aaaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions product.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ type ProductListOptions struct {
PublishedStatus string `url:"published_status,omitempty"`
PresentmentCurrencies string `url:"presentment_currencies,omitempty"`
Status []ProductStatus `url:"status,omitempty,comma"`
Title string `url:"title,omitempty"`
}

// Represents the result from the products/X.json endpoint
Expand Down

0 comments on commit e98aaaf

Please sign in to comment.