Vendors
Bulk create vendors
Bulk retrieve vendors
Bulk update vendors
Create vendor
Search vendors
Retrieve vendor
Update vendor
Webhooks
vendor.created
vendor.updated
<- Vendors API
Vendors API
Version
2024-11-20
GET
/v2/vendors/{vendor_id}
Retrieves the vendor of a specified Vendor ID.
Guide
Retrieve vendors
Example code
vendor_id
string
Required
ID of the Vendor to retrieve.
errors
Error [ ]
Errors encountered when the request fails.
Show attributes
vendor
Vendor
The successfully retrieved Vendor object.