Phone

Update Address Phone Number

post

/V2/guest/address/{addressId}/update/phone

Authorizations
Path parameters
addressIdintegerrequired

Address Id

Example: 85
Body
object
Example: {"phone":"597014780"}
Responses
curl -L \
  --request POST \
  --url 'https://beta.magento.pixiedia.com/V2/guest/address/{addressId}/update/phone' \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN' \
  --header 'Content-Type: application/json' \
  --data '{
    "phone": "597014780"
  }'

No body