<- Vendors API

Vendors API

Bulk update vendorsBeta

PUT

 /v2/vendors/bulk-update

Updates one or more of existing Vendor objects as suppliers to a seller.

Permissions:VENDOR_WRITE
Try in API Explorer
Link to section

Request body

Example code

Link to section

vendors

Required

A set of UpdateVendorRequest objects encapsulating to-be-updated Vendor objects. The set is represented by a collection of Vendor-ID/UpdateVendorRequest-object pairs.

Link to section

Response fields

Link to section

errors

Errors encountered when the request fails.

Link to section

responses

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