Skip to main content
PUT
Update Vendor

Overview

Update a vendor’s name, commission type, or commission amount. Only the fields you include in the request body will be changed.

Use Cases

  • Adjust commission rates for seasonal promotions or renegotiated terms
  • Rename a vendor after a rebrand
  • Sync vendor settings from an external system

Path Parameters

string
required
The vendor’s unique ID.

Request Body

All fields are optional. Only provided fields will be updated.
string
Updated vendor name.
string
"percentage" or "flat".
number
Updated commission value.

Response

200

Example