Skip to content

Commit

Permalink
Merge pull request #5 from everaertnotive/main
Browse files Browse the repository at this point in the history
Update shipments.go
  • Loading branch information
Fichtme authored Sep 21, 2023
2 parents d98fe27 + 00e7f7f commit 80b90f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ewhs/shipments.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ type ShipmentListOptions struct {
To string `url:"to,omitempty"`
Limit int `url:"limit,omitempty"`
Direction string `url:"direction,omitempty"`
Page int `url:"page,omitempty"`
}

func (ss *ShipmentsService) List(ctx context.Context, opts *ShipmentListOptions) (list *[]Shipment, res *Response, err error) {
Expand Down

0 comments on commit 80b90f9

Please sign in to comment.