Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pajaydev/ebay-node-api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: selling
Choose a base ref
...
head repository: pajaydev/ebay-node-api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 5 files changed
  • 4 contributors

Commits on Mar 12, 2021

  1. Feature: multiple filter values (#137)

    * Don't encode filter=
    
    The query string for the buy api should not encode the = symbol. The `filter=` part of the query string has been removed outside of the `encodeURLQuery` function.
    
    * constructAdditionalParams function
      Allow for array of options for multiple filter values
      eBay reference: Filters with Multiple Values - https://developer.ebay.com/devzone/finding/Concepts/FindingAPIGuide.html#useitemfilters
    
    * fix conflict from unrelated merge conflict.
    
    * test constructAdditionalParams
      now includes test for array of values for multiple filter values.
    
    * Slightly improve readability of constructAdditionalParams
    
    Co-authored-by: daveybrown <daveybrown@users.noreply.github.com>
    Co-authored-by: Davey Brown <>
    earthlingdavey and DaveyBrown authored Mar 12, 2021
    Configuration menu
    Copy the full SHA
    cce21ff View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2021

  1. Add (#138)

    Add buyerPostalCode to the list of options that are a key and value query string pair.
    eBay docs reference: https://developer.ebay.com/devzone/finding/callref/findItemsByKeywords.html
    earthlingdavey authored Mar 18, 2021
    Configuration menu
    Copy the full SHA
    642a273 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2021

  1. bump version

    pajaydev committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    8c9a789 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2021

  1. search by ePID with Auth flow (#140)

    * Update buy-api.js
    
    add epid in searchItems
    
    * Update PULL_REQUEST_TEMPLATE.md
    
    * Update PULL_REQUEST_TEMPLATE.md
    
    * searchItems - fixes
    
    * searchItems - allow search by epid
    rambonette authored May 3, 2021
    Configuration menu
    Copy the full SHA
    361b40e View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2021

  1. Group filter parameters (#147)

    * Group filter parameters
    
    This fixes an API error caused by any other parameter in between filter parameters.
    
    Reference: https://forums.developer.ebay.com/questions/14689/error-value-is-required-for-item-filter-listing-ty.html
    
    > Error: Value is required for item filter
    
    > You're putting sortOrder in between two itemFilter parameters. Put the item filters together, in order. Move sortOrder to a different position.
    
    * update expected test results, due to change
    earthlingdavey authored Jul 9, 2021
    Configuration menu
    Copy the full SHA
    cfc2bc3 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2021

  1. Update getSingleItem function (#148)

    Update `getSingleItem` to accept object as parameter.
    earthlingdavey authored Oct 30, 2021
    Configuration menu
    Copy the full SHA
    bd9ffe8 View commit details
    Browse the repository at this point in the history
Loading