Contenido y tiendaVendedores
Listar vendedores
Lists the active sellers of a marketplace store for the public seller directory. Returns 404 when the store is not a marketplace.
GET
/v1/sellersListar vendedores. Una solicitud exitosa devuelve HTTP 200 con el cuerpo de respuesta documentado.
Parámetros de cabecera
x-Store-Domain*string
Slug o dominio configurado que selecciona el contexto de tienda en el gateway central de Storefront.
Longitud
1 <= length <= 253Cuerpo de la respuesta
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 } }]