<- Vendors API

Vendors API

Bulk create vendorsBeta

POST

 /v2/vendors/bulk-create

Creates one or more Vendor objects to represent suppliers to a seller.

Permissions:VENDOR_WRITE
Try in API Explorer
Link to section

Request body

Example code

Link to section

vendors

Required

Specifies a set of new Vendor objects as represented by a collection of idempotency-key/Vendor-object pairs.

Link to section

Response fields

Link to section

errors

Any errors that occurred during the request.

Link to section

responses

A set of CreateVendorResponse objects encapsulating successfully created Vendor objects or error responses for failed attempts. The set is represented by a collection of idempotency-key/Vendor-object or idempotency-key/error-object pairs. The idempotency keys correspond to those specified in the input.