POST
/
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 update.

Body

application/json
name
string

The name of the seller.

Minimum length: 4
description
string

A description of the seller.

photo
string

URL to the seller's photo.

email
string<email>

Store contact email.

phone
string

Store contact phone.

address_line
string

Seller address line.

city
string

Seller city.

state
string

Seller state.

postal_code
string

Seller postal code.

country_code
string

Seller country code.

tax_id
string

Seller tax ID.

store_status
enum<string>

The status of the seller's store.

Available options:
active,
inactive,
suspended

Response

OK

seller
object

Seller object