Create Vendor
Creates a vendor profile.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
identitystring
The identity for the active project.
Request
This endpoint expects an object.
type
Allowed values:
display_name
dedupe_mode
How to handle a record matching one already in the project. skip (default) leaves the existing record untouched and answers 409 with it. overwrite updates the existing record and answers 200. add creates a separate record regardless of the match.
Allowed values:
email
phone
first_name
last_name
company_name
currency_code
billing_address
shipping_address
Response
The request used dedupe_mode: overwrite and updated the vendor it matched.
data
The existing vendor the request matched.
status
message
Errors
409
Conflict Error

