Skip to content

Filters not working on getUserCases() #30

@xmurias

Description

@xmurias

no one of the arguments for such process works.
When i make a search for "OPEN" cases, it just list all..
i tried to provide the structure in as many ways as possible.. lists, dicts, json...
but the search always returns a full query of all cases of a user.
(env. production ebay)

code:

caseStatusFilter= ["OPEN"]
caseTypeFilter = ["EBP_INR", "RETURN", "EBP_SNAD"]
paginationInput = {"entriesPerPage":"5", "pageNumber":"0"}
result = getUserCases(caseStatusFilter = caseStatusFilter,
caseTypeFilter = caseTypeFilter,
paginationInput = paginationInput,
encoding = encoding)

This should return less then 50, but is returning the max per page (200), and possible more then 1 page available, for sure the filters are not working.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions