query

address

Get a specific customer address stored in the system by providing its unique identifier. This API provides detailed information about the address, including the recipient's name, address, city, postal code, and other relevant details.
Arguments
Required
ID allotted to the selected address.
buyNow
Boolean
Whether to get a buy_now cart.
cartId
String
The unique identifier of the user cart.
checkoutMode
String
Option to checkout for self or for others.
isDefault
Boolean
This is a boolean value. Select `true` to fetch the default address.
mobileNo
String
Mobile number of the customer.
tags
String
Tag given to an address, e.g. work, home, office, shop.
Response
custom_json
JSON
Custom json of the address.
address
String
Address description for address data.
address_type
String
Address type of address.
area
String
Area description for address.
area_code
String
Area code of the address.
area_code_slug
String
Area code slug for address. example pincode is slug for India.
checkout_mode
String
Checkout mode of address on which address to be used for which checkout mode of cart.
city
String
City of the address.
country
String
Country of address.
country_code
String
Country code of address.
country_iso_code
String
Country iso code for address.
country_phone_code
String
Country phone code for address.
created_by_user_id
String
Created by user id of address.
email
String
Email address for address data.
geo_location
GeoLocation
Geolocation details for address data.
google_map_point
JSON
Google map point of the address.
Id of the address.
is_active
Boolean
States whether address is active or not.
is_default_address
Boolean
Default address flag if no address selected then this should be the default address selected.
landmark
String
Landmark of address.
meta
JSON
Metadata of the address.
name
String
Name of person in address data to whom it belongs to.
phone
String
Phone number for address.
state
String
State of the address.
Tags of address from which it can be identified.
user_id
String
User id of address for which address is created.
sector
String
Sector of the address.
expire_at
String
app_id
String
state_code
String
State code for address.
uid
Int
is_anonymous
Boolean
Query
Loading...
Try it
Input Variables
Loading...
Response
Loading...