-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
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"])
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels