-
-
Save kashcode/79833e60bc88aea6bbce8589c8fbb7c6 to your computer and use it in GitHub Desktop.
ebay finding api request json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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