Plataformas Digitais - Brazil
HomeLink
Multiple Menus
  • Link1
  • Link2
HomeLink
Multiple Menus
  • Link1
  • Link2
  1. Address
  • 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
        PATCH
      • AddAddress
        POST
      • RemoveAddress
        DELETE
      • GetAddress
        GET
    • 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 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. Address

AddAddress

Prod Env
http://decathlonstore.myvtex.com
Prod Env
http://decathlonstore.myvtex.com
POST
http://decathlonstore.myvtex.com
/address
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://decathlonstore.myvtex.com/address' \
--header 'Content-Type: application/json' \
--data-raw '{
    "data": {
        "email": "lindomar.nascimento@decathlon.com.br",
        "id": "841000010000956641",
        "vtexId": "f14d3d89-fe9b-11ef-b37f-b2f8e6fb69ae",
        "country_code": "BRA",
        "street": "Rua brinco de princesa",
        "number": "33",
        "locality": "São Paulo",
        "postal_code": "09360-490",
        "complement": "não tem",
        "title": "f14d3d89-fe9b-11ef-b37f-b2f8e6fb69ae",
        "is_favorite": true,
        "firstname": "Lindomar",
        "lastname": "Nascimento",
        "phone_number": "+5511947908977",
        "type": "SHIPPING",
        "accuracy": "VALID",
        "administrative_divisions": {
            "province": "SP",
            "district": "Sé"
        }
    }
}'
Response Response Example
{}

Request

Query Params

Header Params

Body Params application/json

Examples

Responses

🟢200OK
application/json
Body

Modified at 2025-04-16 12:22:18
Previous
UpdateAddress
Next
RemoveAddress
Built with