Code
Authorizations
Header parameters
Content-TypestringOptionalExample:
application/json
guestQuoteIdstringOptionalExample:
{{guestToken}}
Body
objectOptionalExample:
{"phone":"{{phoneNumber}}","code":"<code>","addressId":"<addressId>"}
Responses
200
Successful response
application/json
post
POST /V2/guest/address/verify/code HTTP/1.1
Host: beta.magento.pixiedia.com
Authorization: noauth YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 69
{
"phone": "{{phoneNumber}}",
"code": "<code>",
"addressId": "<addressId>"
}
200
Successful response
No content