Update seller

Updates the seller object, except for the seller's status. To manage the status, use the disable, activate, deactivate, and delete endpoints.

Update seller

put

Update seller. Available for Operations account with platform account management permissions. Accepts application/json or multipart/form-data (with optional icon). Updates seller fields such as name, address, or external identifiers. Returns the updated seller object.

Path parameters
idstringRequired

Seller identifier.

Body
logostring · binaryOptional
Responses
chevron-right
200

OK

application/json
idstringOptional
namestringOptional
iconstring · nullableOptional
revisioninteger · int32Optional
externalIdstring · nullableOptional
statusstring · enumOptionalPossible values:
put
/public/v1/accounts/sellers/{id}

Last updated

Was this helpful?