v50

latestOpenAPI 3.0.0raw.githubusercontent.com2026-05-143124255.4 KB
Prospects

Update prospect

Updates one or more fields of an existing prospect.

Learn more about the Profile System and its other API endpoints.

⚠️ The Profile System is only compatible with stores using the PII data architecture from Data Protection Plus, which is in closed beta phase, only available in select regions.

This feature is part of VTEX Shield. If you are already a VTEX customer and want to adopt VTEX Shield for your business, please contact Commercial Support. Additional fees may apply. If you are not yet a customer but are interested in this solution, please complete our contact form.

Permissions

Any user or API key must have at least one of the appropriate License Manager resources to be able to successfully run this request. Otherwise they will receive a status code 403 error. These are the applicable resources for this endpoint:

ProductCategoryResource
Profile SystemDocumentsGet Item
Profile SystemDocumentsSave and Update Item
Profile SystemDocumentsDelete Item

There are no applicable predefined roles for this resource list. You must create a custom role and add at least one of the resources above in order to use this endpoint.To learn more about machine authentication at VTEX, see Authentication overview.

❗ To prevent integrations from having excessive permissions, consider the best practices for managing API keys when assigning License Manager roles to integrations.

patch/api/storage/profile-system/prospects/{prospectId}

Path parameters

prospectIdstring required
Example:98478f6b-d025-4f35-a560-dd1ee7a6f26e

ID of the prospect as returned by the Create prospect endpoint's response, in the id field.

Headers

Content-Typestring required
Example:application/json

Type of the content being sent.

Acceptstring required
Example:application/json

HTTP Client Negotiation Accept Header. Indicates the types of responses the client can understand.

Request body

emailstring

Prospect's email address.

firstNamestring

Prospect's first name.

lastNamestring

Prospect's last name.

documentstring

Prospect's document.

cellPhonestring

Prospect's cellphone number.

isPJboolean

Defines if a prospect is corporate (true) or not (false).

customerCodestring

Prospect's customer code.

Example request

{
  "availableAddresses": [
    {
      "disposable": true,
      "userId": "98478f6b-d025-4f35-a560-dd1ee7a6f26e",
      "addressName": "Home",
      "addressType": "residential",
      "postalCode": "32137",
      "city": "Palm Coast",
      "country": "USA",
      "street": "Fifth St.",
      "number": "9538",
      "complement": "Apartment 2B",
      "geoCoordinate": [
        "49.334934"
      ]
    }
  ],
  "paymentData": {
    "availableAccounts": [
      {
        "accountId": "D09F5E3F01054C959CFC4CB357961ADE",
        "paymentSystem": "2",
        "paymentSystemName": "Visa",
        "cardNumber": "************1111",
        "bin": "44443334",
        "availableAddresses": [
          "db267dcc53c14fb2b9a985532dd287bc"
        ],
        "expirationDate": "01/2032"
      }
    ],
    "availableTokens": [
      "12345"
    ],
    "transactions": [
      {
        "isActive": true,
        "transactionId": "418213DE29634837A63DD693A937A696",
        "merchantName": "luxstore",
        "payments": [
          {
            "id": "D3DEECAB3C6C4B9EAF8EF4C1FE062FF3",
            "paymentSystem": "6",
            "paymentSystemName": "Boleto Bancário",
            "value": 4450,
            "installments": 1,
            "referenceValue": 4450,
            "cardHolder": null,
            "cardNumber": null,
            "firstDigits": null,
            "lastDigits": null,
            "cvv2": null,
            "expireMonth": null,
            "expireYear": null,
            "url": "https://luxstore.vtexpayments.com.br:443/BankIssuedInvoice/Transaction/418213DE29634837A63DD693A937A696/Payment/D3DEECAB3C6C4B9EAF8EF4C1FE062FF3/Installment/{Installment}",
            "giftCardId": null,
            "giftCardName": null,
            "giftCardCaption": null,
            "redemptionCode": null,
            "group": "bankInvoice",
            "tid": null,
            "dueDate": "2019-02-02",
            "connectorResponses": {}
          }
        ]
      }
    ],
    "giftCards": [
      "12345"
    ],
    "giftCardMessages": [
      "Message."
    ]
  },
  "contacts": [
    {
      "contactId": "0",
      "email": "jane@mail.com",
      "firstName": "Jane",
      "lastName": "Doe",
      "phone": "12345678910",
      "document": "12345678910"
    }
  ],
  "invoiceSubject": {
    "invoiceSubjectId": "0",
    "email": "jane@mail.com",
    "firstName": "Jane",
    "lastName": "Doe",
    "phone": "12345678910"
  },
  "email": "jane@mail.com",
  "firstName": "Jane",
  "lastName": "Doe",
  "document": "5397eefef23741d4976ebdf772cc42e0",
  "cellPhone": "12345678910",
  "customerCode": "5397eefe-f237-41d4-976e-bdf772cc42e0"
}

Response

OK

idstring

ID of the prospect.

Example response

{
  "document": {
    "availableAddresses": [
      {
        "disposable": true,
        "userId": "98478f6b-d025-4f35-a560-dd1ee7a6f26e",
        "addressName": "Home",
        "addressType": "residential",
        "postalCode": "32137",
        "city": "Palm Coast",
        "country": "USA",
        "street": "Fifth St.",
        "number": "9538",
        "complement": "Apartment 2B",
        "geoCoordinate": [
          "49.334934"
        ]
      }
    ],
    "paymentData": {
      "availableAccounts": [
        {
          "accountId": "D09F5E3F01054C959CFC4CB357961ADE",
          "paymentSystem": "2",
          "paymentSystemName": "Visa",
          "cardNumber": "************1111",
          "bin": "44443334",
          "availableAddresses": [
            "db267dcc53c14fb2b9a985532dd287bc"
          ],
          "expirationDate": "01/2032"
        }
      ],
      "availableTokens": [
        "12345"
      ],
      "transactions": [
        {
          "isActive": true,
          "transactionId": "418213DE29634837A63DD693A937A696",
          "merchantName": "luxstore",
          "payments": [
            {
              "id": "D3DEECAB3C6C4B9EAF8EF4C1FE062FF3",
              "paymentSystem": "6",
              "paymentSystemName": "Boleto Bancário",
              "value": 4450,
              "installments": 1,
              "referenceValue": 4450,
              "cardHolder": null,
              "cardNumber": null,
              "firstDigits": null,
              "lastDigits": null,
              "cvv2": null,
              "expireMonth": null,
              "expireYear": null,
              "url": "https://luxstore.vtexpayments.com.br:443/BankIssuedInvoice/Transaction/418213DE29634837A63DD693A937A696/Payment/D3DEECAB3C6C4B9EAF8EF4C1FE062FF3/Installment/{Installment}",
              "giftCardId": null,
              "giftCardName": null,
              "giftCardCaption": null,
              "redemptionCode": null,
              "group": "bankInvoice",
              "tid": null,
              "dueDate": "2019-02-02",
              "connectorResponses": {}
            }
          ]
        }
      ],
      "giftCards": [
        "12345"
      ],
      "giftCardMessages": [
        "Message."
      ]
    },
    "contacts": [
      {
        "contactId": "0",
        "email": "jane@mail.com",
        "firstName": "Jane",
        "lastName": "Doe",
        "phone": "12345678910",
        "document": "12345678910"
      }
    ],
    "invoiceSubject": {
      "invoiceSubjectId": "0",
      "email": "jane@mail.com",
      "firstName": "Jane",
      "lastName": "Doe",
      "phone": "12345678910"
    },
    "email": "jane@mail.com",
    "firstName": "Jane",
    "lastName": "Doe",
    "document": "5397eefef23741d4976ebdf772cc42e0",
    "cellPhone": "12345678910",
    "customerCode": "5397eefe-f237-41d4-976e-bdf772cc42e0"
  }
}