Update Seller
Update the seller object, except the seller status. Use the disable, activate, deactivate, and delete endpoints to manage the status.
put
/v1/accounts/sellers/{id}
Path parameters
idstringrequired
Body
idstring
auditobject
$metaobject
hrefstring
externalIdstring | nullable
statusstring · enum
Options:
Active
, Disabled
, Offline
, Deleted
iconstring · max: 2000 | nullable
addressobject
namestring · min: 1 · max: 500required
currenciesstring · min: 1 · max: 3[]required
Responses
application/json
application/json
application/json
cURL
JavaScript
Python
HTTP
200
400
404
Last updated
Was this helpful?