Provided free and as is, without warranty of any kind — including merchantability, fitness for a particular purpose, and the accuracy or completeness of any result. See the licence. You are responsible for checking what this produces before relying on it.
commerceebay
Ebay Buy Marketing
eBay Buy Marketing is an eBay API for retrieving merchandising and marketing content for buyer-facing eBay shopping experiences.
Base URL: https://api.ebay.com/buy/marketing/v1_beta
Auth: OAuth 2.0 client-credentials — the tool fetches a token from https://api.ebay.com/identity/v1/oauth2/token using your clientId/clientSecret, then calls the API.
Operations
getmerchandisedproducts — GET /merchandised_product — This method returns an array of products based on the category and metric specif
Inputs
clientId / clientSecret — your ebay-buy-marketing OAuth app credentials
scope — OAuth scopes (optional; defaults from the spec)
operation — one of the operations above
path parameters when an operation's path contains {...}