<- Vendors API

Vendors API

Bulk retrieve vendorsBeta

POST

 /v2/vendors/bulk-retrieve

Retrieves one or more vendors of specified Vendor IDs.

Permissions:VENDOR_READ
Try in API Explorer
Link to section

Request body

Example code

Link to section

vendor_ids

string [ ]

IDs of the Vendor objects to retrieve.

Link to section

Response fields

Link to section

errors

Any errors that occurred during the request.

Link to section

responses

The set of RetrieveVendorResponse objects encapsulating successfully retrieved Vendor objects or error responses for failed attempts. The set is represented by a collection of Vendor-ID/Vendor-object or Vendor-ID/error-object pairs.