From 17fdbd325ec1268e4d1f885c4591e9d54bd7bdff Mon Sep 17 00:00:00 2001 From: Dan Murphy Date: Wed, 20 Jun 2018 00:56:10 +0100 Subject: [PATCH] Add support for listing products by type --- product.go | 1 + 1 file changed, 1 insertion(+) diff --git a/product.go b/product.go index 2b000944ef..3d032fb08f 100644 --- a/product.go +++ b/product.go @@ -89,6 +89,7 @@ type ProductListParams struct { IDs []*string `form:"ids"` Shippable *bool `form:"shippable"` URL *string `form:"url"` + Type *string `form:"type"` } // UnmarshalJSON handles deserialization of a Product.