Saltar al contenido
Guías
Contenido y tiendaVendedores

Obtener vendedor por slug

Returns the public profile of a marketplace seller: identity, rating and public policies. Returns 404 when the store is not a marketplace or the seller does not exist.

GET/v1/sellers/{slug}

Obtener vendedor por slug. Una solicitud exitosa devuelve HTTP 200 con el cuerpo de respuesta documentado.

Parámetros de ruta

slug*string

Identificador apto para URL.

Parámetros de cabecera

x-Store-Domain*string

Slug o dominio configurado que selecciona el contexto de tienda en el gateway central de Storefront.

Longitud1 <= length <= 253

Cuerpo 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/example-resource" \  -H "x-Store-Domain: my-store"
{  "id": "7204558912004325301",  "name": "Example resource",  "slug": "example-resource",  "logo": "example",  "rating": {    "average": 1,    "totalReviews": 1  },  "deliveryPolicy": "example",  "privacyAndSecurityPolicy": "example"}