Skip to content

Instantly share code, notes, and snippets.

@kashcode
Forked from user20161119/findingapirequest.json
Last active May 3, 2016 13:52
Show Gist options
  • Save kashcode/79833e60bc88aea6bbce8589c8fbb7c6 to your computer and use it in GitHub Desktop.
Save kashcode/79833e60bc88aea6bbce8589c8fbb7c6 to your computer and use it in GitHub Desktop.
ebay finding api request json
{
"jsonns.xsi": "http://www.w3.org/2001/XMLSchema-instance",
"jsonns.xs": "http://www.w3.org/2001/XMLSchema",
"jsonns.tns": "http://www.ebay.com/marketplace/search/v1/services",
"tns.findItemsByKeywordsRequest": {
"keywords": "great white shark tooth",
"categoryId": [
"15917"
],
"paginationInput": {
"entriesPerPage": 1,
"pageNumber": 1
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment