Skip to content

Get seller profile

GET
/store/sellers/{id}

Публичный профиль продавца

Parameters

Path Parameters

id*

Seller (user) ID

Type
integer
Required

Responses

Seller profile

application/json
JSON
{
  
"data": {
  
  
"id": 5,
  
  
"display_name": "BMW Parts Store",
  
  
"avatar_url": "https://s3.partizap.ru/avatars/5.webp",
  
  
"city_id": 0,
  
  
"rating": "4.85",
  
  
"reviews_count": 127,
  
  
"products_count": 342,
  
  
"created_at": "string"
  
}
}

Playground

Server
Variables
Key
Value

Samples

Powered by VitePress OpenAPI