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.
commerceebaysearchsummary
Ebay Commerce Catalog
eBay Commerce Catalog is an eBay API for accessing product catalog information used to classify and describe marketplace items.
Base URL: https://api.ebay.com/commerce/catalog/v1_beta
Auth: OAuth 2.0 (user-delegated) — attach an InTouch oauth credential. Mint one with itcli.py /oauth <provider> (device-code) or /google-auth (Google); the server auto-refreshes the access token before each run, so the connector never handles or stores tokens.
Operations
getproduct — GET /product/{epid} — This method retrieves details of the catalog product identified by the eBay prod
search — GET /product_summary/search — This method searches for and retrieves summaries of one or more products in the
Inputs
a linked oauth credential (no key inputs) — the server injects a fresh Authorization: Bearer from it
operation — one of the operations above
path parameters when an operation's path contains {...}
query — optional JSON object of query params
body — JSON object for create/update ops
Example
operation: getproduct
# (attach an 'oauth' credential to the task — no inline secrets)
Publishes
The keys a later task may reference as {{taskName.key}}. Referencing anything not listed here resolves to nothing at run time.
error
operation
result
status
Input Properties
Every property this tool accepts, from its own tool.iml.
Property
Type
Required
Default
Description
operation
string
yes
—
One of: getproduct, search
epid
string
no
—
Path parameter epid (required by some operations).
query
string
no
—
Optional query params as a JSON object string, e.g. {"limit": 10}.