Skip to main content
POST
Merge vendors

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

businessId
string<uuid>
required

The UUID of the business the vendors belong to.

vendorId
string<uuid>
required

The UUID of the vendor to merge into (target vendor).

Body

application/json
vendor_to_archive_id
string<uuid>
required

UUID of the vendor that will be archived after merging.

Response

200 - application/json

Vendors merged successfully.

data
object
required