GET
/
admin
/
sellers
/
{id}
{
  "seller": {
    "id": "<string>",
    "store_status": "active",
    "name": "<string>",
    "handle": "<string>",
    "description": "<string>",
    "photo": "<string>",
    "email": "<string>",
    "phone": "<string>",
    "address_line": "<string>",
    "city": "<string>",
    "state": "<string>",
    "postal_code": "<string>",
    "country_code": "<string>",
    "tax_id": "<string>",
    "members": [
      {}
    ],
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The ID of the seller to retrieve.

Query Parameters

fields
string

Comma-separated fields to include in the response.

Response

200
application/json

OK

The response is of type object.