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. Example: 'addr_001'
buyNow
BooleanWhether to get a Buy Now cart. Example: false
cartId
StringThe unique identifier of the user cart. Example: '5bb521cfdc83215e1889b346'
checkoutMode
StringOption to checkout for self or for others (e.g., 'self', 'other'). Example: 'self'
isDefault
BooleanSelect true to fetch the default address. Example: true
mobileNo
StringMobile number of the customer. Example: '9876543210'
tags
StringTag for the address (e.g., work, home, office, shop). Example: 'home'
Response
Query
Try it
Input Variables
Response
Was this section helpful?