Skip to content

Instantly share code, notes, and snippets.

@user20161119
Created January 1, 2014 08:31
Show Gist options
  • Save user20161119/8206187 to your computer and use it in GitHub Desktop.
Save user20161119/8206187 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
},
"sortOrder": "EndTimeSoonest",
"outputSelector": [
"SellerInfo",
"StoreInfo",
"CategoryHistogram"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment