Plataformas Digitais - Brazil
HomeLink
Multiple Menus
  • Link1
  • Link2
HomeLink
Multiple Menus
  • Link1
  • Link2
  1. WEB
  • 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
    • SPDBR-3161 get-orders
      GET
    • SPDBR-3161 getorderId
      GET
  • 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
      • GetProfile
      • Get member identity
    • Login
      • RefreshToken
      • RefreshMemberToken
      • UserToken
    • User
      • UserDataCpf
      • UserDataCpf
  • Member Login
  • Service Checkout
    • 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
        • Simulation
      • 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
      • Get cart
        GET
      • Add profile to cart
        POST
  • 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
    • Get cookies
  1. WEB

Add profile to cart

Developing
Prod Env
https://decathlonstore.myvtex.com
Prod Env
https://decathlonstore.myvtex.com
POST
https://decathlonstore.myvtex.com
/v1/checkout/pub/orderForm/{orderFormId}/attachments/clientProfileData
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request POST 'https://decathlonstore.myvtex.com/v1/checkout/pub/orderForm//attachments/clientProfileData' \
--header 'Cookie: VtexIdclientAutCookie=eyJhbGciOiJFUzI1NiIsImtpZCI6IjY4QTAwNDBCNjlDOEZBMTMxNUJBNkI5MDA1QzFGNjg2RUE4NTZEQjAiLCJ0eXAiOiJqd3QifQ.eyJzdWIiOiJyYXBoYWVsLm1hcmluaG8ucGFydG5lckBkZWNhdGhsb24uY29tIiwiYWNjb3VudCI6ImRlY2F0aGxvbnN0b3JlIiwiYXVkaWVuY2UiOiJhZG1pbiIsInNlc3MiOiI0OGZiMzcyOC0yNDUwLTQ2MTAtYTk4Yy00NjBlYzViZDgzNDciLCJleHAiOjE3NTUxMTAwNzUsInR5cGUiOiJ1c2VyIiwidXNlcklkIjoiZjMyMTQyNDctZGZhMC00N2UyLThmZDYtMmRjMmUxMzk2ZmM1IiwiaWF0IjoxNzU1MDIzNjc1LCJpc1JlcHJlc2VudGF0aXZlIjpmYWxzZSwiaXNzIjoidG9rZW4tZW1pdHRlciIsImp0aSI6ImRmN2Y1NWQyLTZkMWUtNDE3Ny1iYzY5LTI1NWIxZTYwY2QwZCJ9.p3XYLh3UTfwRnB1Bri2zm8k3hen5pmeMo1m3kDMP5dHSHDxlR4-ETDnSbTCQfX68qLJfBvrZ7hzX4xmYUAlhjw' \
--header 'Content-Type: application/json' \
--data-raw '{
    "email": "gustavo.guimaraes.partner@decathlon.com"    
}'
Response Response Example
{}

Request

Path Params

Cookie Params

Body Params application/json

Examples

Responses

🟢200Success
application/json
Body

Modified at 2025-08-13 13:09:16
Previous
Get cart
Next
Get Orders
Built with