Skip to content
This repository has been archived by the owner on Feb 25, 2020. It is now read-only.

Latest commit

 

History

History
23 lines (12 loc) · 1.23 KB

README.md

File metadata and controls

23 lines (12 loc) · 1.23 KB

Finding Examples

These examples show how to use the eBay SDK for PHP with the Finding service.

  1. Simple keywords search

    A basic example that performs a keyword search and outputs the results.

  2. Keywords search with pagination

    The basic example is expanded upon to include pagination of the search results.

  3. Find items by product

    A basic example that finds items that match a UPC.

  4. Find items by product with item filters

    This example expands upon the previous example to show how multiple item filters can be specified to reduce the number of items that are returned.

  5. Find items advanced

    A basic example that uses findItemsAdvanced to perform a keyword search across two eBay categories.