Update details of a buyer by ID


Cloud Identifiers:

The API response will have a cloud_identifiers field that will contain different structures depending on the cloud.

{
  "aws_account_id": "564711623794",
  "customer_identifier": "R8hr7Aoamb8",
  "product_code": "84ypdc9gxc0xus7xrxc5pvn14"
}
{
  "tenant_id":"c264eb38-68d0-4c80-85d4-d457d3b9b0b7"
}
{
  "account_id":"187e20cd-b49b-4b24-b81d-a8f1653867ce"
}

Custom Properties:

The API response will have a custom_properties field that contains all the custom properties attached to the buyer in a key-value format.

{
  "country_cp": "123",
  "trace_id_cp": "0012"
}
Language
Authorization
OAuth2
Click Try It! to start a request and see the response here!