v1
latestOpenAPI 3.1.02026-07-2663312285.4 KBMerchants
Associate a person with a Merchant
post/v1/merchants/{merchant-id}/people
Path parameters
merchant-idstring required
Unique identifier for the merchant
Example:MERCHANTID456
Request body
Example request
{
"personId": "person_abcdefghijklmno123456",
"relationshipType": "DIRECTOR"
}Response
Person associated with merchant successfully