contacts

Updates an existing contact for the given seller

ADD ENDPOINT DESCRIPTION HERE

put/contacts/{sellerId}/{contactId}

Path parameters

sellerIdinteger required

The unique identifier for the seller account. This ID is used to scope operations to a specific seller's data and resources.

contactIdinteger required

Request body

emailstring
subscriptionType'ALL' | 'CUSTOM' | 'NOTHING'
notificationCategoriesstring[]

Response

successful operation

emailstring
subscriptionType'ALL' | 'CUSTOM' | 'NOTHING'
idinteger

Changes

No recorded changes to this endpoint across all 6 revisions of this API.