Skip to main content
GET
Get a vendor by ID

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

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.