Vendors
Create vendor
Create a new vendor by providing basic details like name and country.
POST
Use this endpoint to create a new vendor record. At minimum, name
and country
are required.
You can also provide tax ID and exemption status, which are useful for compliance tracking.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Response
201 - application/json
Vendor created
The response is of type object
.