Skip to documentation
Browse documentation

List store items

Browse or search a store inventory with pagination.

Capability ID ebay.store.items.list
Cost 1 credit per request
Maximum runtime 180 seconds
View raw

POST /execute Shared execution endpoint

Input parameters

limit integer optional

Maximum number of results to return. Allowed values: `60`, `120`, `240`.

Example 60
Available values 60120240
page integer optional

One-based result page to fetch.

Example 1
query string optional

Search query.

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.

PathObserved typeExample
has_more boolean true
limit integer 60
listings array 3 items
listings array 3 items
next_page integer 2
page integer 1
store string sunnking

Execution behavior

A 200 response completed inline. A 202 response was queued; poll GET /jobs/:id until the job reaches completed or failed.