Skip to content
Guides
Content & StorefrontSellers

List sellers

Lists the active sellers of a marketplace store for the public seller directory. Returns 404 when the store is not a marketplace.

GET/v1/sellers

Lists the active sellers of a marketplace store for the public seller directory. Returns 404 when the store is not a marketplace.

Header Parameters

x-Store-Domain*string

Store slug or configured domain that selects the store context at the central Storefront gateway.

Length1 <= length <= 253

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/v1/sellers" \  -H "x-Store-Domain: my-store"
[  {    "id": "7204558912004325301",    "name": "Example resource",    "slug": "example-resource",    "logo": "example",    "rating": {      "average": 1,      "totalReviews": 1    }  }]