<- Vendors API

Vendors API

Create vendorBeta

POST

 /v2/vendors/create

Creates a single Vendor object to represent a supplier to a seller.

Permissions:VENDOR_WRITE
Try in API Explorer
Link to section

Request body

Example code

Link to section

idempotency_key

string

Required

A client-supplied, universally unique identifier (UUID) to make this CreateVendor call idempotent.

See Idempotency in the API Development 101 section for more information.

Link to section

vendor

The requested Vendor to be created.

Link to section

Response fields

Link to section

errors

Errors encountered when the request fails.

Link to section

vendor

The successfully created Vendor object.