Get store
Read a store description, seller identity, feedback rating, followers, and sales summary.
Capability ID
ebay.store.get
Cost
1 credit per request
Maximum runtime
180 seconds
POST
/execute
Shared execution endpoint
Input parameters
store
string
required
The store identifier from its eBay store URL.
Example
sunnking
Response
Successful output is returned in results[0].data. Raw platform output is
intentionally open-ended and may evolve with the upstream source.
Illustrative sample
The full redacted fixture is shown in the response panel.
Illustrative output fields
Derived from the sample above for orientation only. These observed fields are not a fixed response schema.
| Path | Observed type | Example |
|---|---|---|
description |
string |
Shop Sunnking for refurbished, clearance, and open box electronics, lik… |
feedback |
string |
99.7% positive feedback |
followers |
string |
17K followers |
items_sold |
string |
587K items sold |
logo_url |
string |
https://i.ebayimg.com/images/g/JQIAAOSwS7Nk05Qt/s-l140.png |
name |
string |
Sunnking Sustainable Solutions |
seller |
string |
sunnking |
store |
string |
sunnking |
url |
string |
https://www.ebay.com/str/sunnking |
Execution behavior
A 200 response completed inline. A 202 response was queued; poll
GET /jobs/:id until the job reaches completed or
failed.