Skip to main content
PUT
Update a vendor

Authorizations

Authorization
string
header
required

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

Path Parameters

vendorId
string
required

ID of the vendor to update

Body

application/json

Update an existing vendor

name
string
emails
string[]
address
object
type
enum<string>
Available options:
BUSINESS,
INDIVIDUAL
taxId
string

Response

Successful operation

id
string
name
string | null
emails
string[]
address
string | null
city
string | null
state
string | null
zip
string | null
type
string | null
vendorDeliveryMethods
object[]

The vendor's delivery methods.

vendorPayoutMethods
object[]
deprecated

Deprecated alias of vendorDeliveryMethods, retained for backwards compatibility.