Skip to content

findItemsAdvanced outputSelector options are not appearing to workΒ #163

@jphan88

Description

@jphan88

Issue or Enhancement

  • Issue
  • Enhancement / Improvement

Steps to reproduce

Hi, I am trying to use the findItemsAdvanced api specifically including outputSelector: "StoreInfo", it doesn't appear like any of the options for outputSelector works. This is my code below: thank you for all your help!

ebay.findItemsAdvanced({
        entriesPerPage: 100,
        keywords: 'keyword',
        outputSelector: 'StoreInfo' ,
        StartTimeFrom: date_from.toISOString(), 
        StartTimeTo: date_to.toISOString()

    }).then((bodyJson) =>

Expected Behavior

Expected to return the storeInfo array in the response object

Actual Behavior

It is absent from the response object

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