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/sellersLists 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.
Length
1 <= length <= 253Response 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 } }]