Plataformas Digitais - Brazil
HomeLink
Multiple Menus
  • Link1
  • Link2
HomeLink
Multiple Menus
  • Link1
  • Link2
  1. Profile
  • SPDBR Journey API
  • Service PDP
    • Get Product by Slug
      GET
    • Get Product by Slug V2
      GET
    • Get Product by id V2
      GET
    • Get Translate review
      GET
    • Get product review
      GET
    • SPDBR-2559
      POST
  • Service Search
    • Search
      • Search Products by Term
      • teste, preco na busca
    • Autocomplete
      • Get Autocomplete suggestions
    • Recommendation
      • Pages
        • Home Recommendations
        • Product Recommendations
        • Cart Recommendations
        • Category Recommendations
    • TopSearch
  • Service Member
    • Address
      • UpdateAddress
      • AddAddress
      • RemoveAddress
      • GetAddress
    • Consent
      • UpdateConsent
      • GetConsent
    • Store
      • UpdateFavoriteStore
      • DeleteSportPratice
      • AddSportPratice
      • GetFavoriteStore
    • Purchase
      • GetPurchase
    • Profile
      • UpdateProfile
        POST
      • GetProfile
        GET
      • Get member identity
        GET
    • Login
      • RefreshToken
      • RefreshMemberToken
      • UserToken
    • User
      • UserDataCpf
      • UserDataCpf
  • Member Login
  • Service Checkout APP
    • Full Vtex
      • OrderForm
      • Items
      • Profile
      • Update Payment Data
      • Start Transaction
      • Send Payment Data
      • Proccess Order
    • APP
      • Cart
        • Get Or Create orderForm
        • Add Cart Items
        • Remove Cart Items
      • Profile
        • Check Guest checkout Eligibility
        • Guest Add Profile Data
        • Autenticated Profile
      • Shipping
        • Address
      • Payment
        • Guest Update Payment Method
        • Autenticated Update Payment Method
        • Guest Transaction
        • Autenticated Transaction
        • Send Payment Data
        • Process Order
      • Orderplaced
        • Autenticated OrderPlaced
        • Guest OrderPlaced
      • Shared
        • Clear orderForm Messages
        • Add Preference Data
        • Add Coupon
    • WEB
      • Create cart
      • Get cart
  • Service Omni
    • Orders
      • Get Orders
  • Service Presencial Events
    • List all events
    • Get event by ID
    • [PRIVATE] List my events
    • [PRIVATE] Get registration by event ID
    • [PRIVATE] Subscribe for event
  • Service app
    • Pix Email
      • Send Pix Email
  • Service DY
    • Receive products
    • Send products
  1. Profile

UpdateProfile

Prod Env
http://decathlonstore.myvtex.com
Prod Env
http://decathlonstore.myvtex.com
POST
http://decathlonstore.myvtex.com
/profile
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://decathlonstore.myvtex.com/profile' \
--header 'Content-Type: application/json' \
--data-raw '{
    "data": {
        "cpf": "40660440757",
        "email": "lindomar.nascimento@decathlon.com",
        "given_name": "lindomar",
        "family_name": "nascimento",
        "gender": "",
        "birthdate": "1998-07-13",
        "phone_number": "+5511947908980",
        "middle_name": "não tem",
        "email_verified": true,
        "phone_verified": true,
        "locale": "pt-BR",
        "vtex_user_id": "af6a1bba-f39c-11ef-b37f-a3472823ac44"
    }
}'
Response Response Example
{}

Request

Query Params

Header Params

Body Params application/json

Examples

Responses

🟢200OK
application/json
Body

Modified at 2025-04-16 17:53:17
Previous
GetPurchase
Next
GetProfile
Built with