Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ProductsApi.getProducts() is broken #2

Open
depsypher opened this issue Mar 7, 2017 · 0 comments
Open

ProductsApi.getProducts() is broken #2

depsypher opened this issue Mar 7, 2017 · 0 comments

Comments

@depsypher
Copy link

Using the client api to fetch products seems to be not working.

The following code produces the error below. I've tried api versions 1 though 5 with the same result:

final ProductsApi api = client.buildClient(ProductsApi.class);
final ProductList products = api.getProducts("US", 5, "api", PARTNER_BILLING_KEY, "true", "US", "USD");

feign.FeignException: Unrecognized field "IsFeatured" (class gooten.api.model.Product), not marked as ignorable (14 known properties: "ShortDescription", "HasProductTemplates", "RetailPrice", "Name", "ProductImage", "HasAvailableProductVariants", "PartnerPriceInfo", "UId", "MaxZoom", "Id", "Categories", "FeaturedIndex", "Info", "PriceInfo"])

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant