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
id
String!Required
ID allotted to the selected address.
buyNow
BooleanWhether to get a buy_now cart.
cartId
StringThe unique identifier of the user cart.
checkoutMode
StringOption to checkout for self or for others.
isDefault
BooleanThis is a boolean value. Select `true` to fetch the default address.
mobileNo
StringMobile number of the customer.
tags
StringTag given to an address, e.g. work, home, office, shop.
Response
custom_json
JSONCustom json of the address.
address
StringAddress description for address data.
address_type
StringAddress type of address.
area
StringArea description for address.
area_code
StringArea code of the address.
area_code_slug
StringArea code slug for address. example pincode is slug for India.
checkout_mode
StringCheckout mode of address on which address to be used for which checkout mode of cart.
city
StringCity of the address.
country
StringCountry of address.
country_code
StringCountry code of address.
country_iso_code
StringCountry iso code for address.
country_phone_code
StringCountry phone code for address.
created_by_user_id
StringCreated by user id of address.
email
StringEmail address for address data.
geo_location
GeoLocationGeolocation details for address data.
google_map_point
JSONGoogle map point of the address.
id
StringId of the address.
is_active
BooleanStates whether address is active or not.
is_default_address
BooleanDefault address flag if no address selected then this should be the default address selected.
landmark
StringLandmark of address.
meta
JSONMetadata of the address.
name
StringName of person in address data to whom it belongs to.
phone
StringPhone number for address.
state
StringState of the address.
tags
[String]Tags of address from which it can be identified.
user_id
StringUser id of address for which address is created.
sector
StringSector of the address.
expire_at
Stringapp_id
Stringstate_code
StringState code for address.
uid
Intis_anonymous
BooleanQuery
Loading...
Try it
Input Variables
Loading...
Response
Loading...
Was this section helpful?