Skip to main content
PUT
Update Vendor Profile

Overview

Update one or more custom profile fields for a vendor. Only fields defined in the shop’s profile configuration are accepted.

Use Cases

  • Sync vendor profile data from an onboarding form or CRM
  • Bulk-update vendor info (tax IDs, bank details) via script
  • Allow vendors to update profiles through a custom portal

Path Parameters

string
required
The vendor’s unique ID.

Request Body

Send an array of field/value pairs. Use Get Shop Profile Fields to see which fields are available.
string
required
The profile field name (must match a shop-defined field).
string | number | boolean
required
The value to set. Cannot be an object.

Response

200

Example