Skip to content

ProductsApi.getProducts() is broken #2

Description

@depsypher

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"])

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions