Add
Authorizations
Header parameters
Content-TypestringOptionalExample:
Content Type
application/json
guestQuoteIdstringOptionalExample:
Guest Quote Id
{{guestToken}}
Body
objectOptionalExample:
{"guestAddress":{"firstname":"Nalin","lastname":"Savaliya","email":"nalin.j.savaliya+1@gmail.com","telephone":"787878760","country_id":"SA","region":"al-bahah","city":"adada","street":["dadad"],"postcode":"12121221","company":"","phone_verified":false,"address_latitude":"565565656","address_longitude":"99898989898","extra_info":"tettv Extra","address_label":1}}
Responses
200
Successful response
application/json
post
POST /V2/guest/address/add HTTP/1.1
Host: beta.magento.pixiedia.com
Authorization: noauth YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 363
{
"guestAddress": {
"firstname": "Nalin",
"lastname": "Savaliya",
"email": "nalin.j.savaliya+1@gmail.com",
"telephone": "787878760",
"country_id": "SA",
"region": "al-bahah",
"city": "adada",
"street": [
"dadad"
],
"postcode": "12121221",
"company": "",
"phone_verified": false,
"address_latitude": "565565656",
"address_longitude": "99898989898",
"extra_info": "tettv Extra",
"address_label": 1
}
}
200
Successful response
No content