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. Example: 'addr_001'
buyNow
Boolean
Whether to get a Buy Now cart. Example: false
cartId
String
The unique identifier of the user cart. Example: '5bb521cfdc83215e1889b346'
checkoutMode
String
Option to checkout for self or for others (e.g., 'self', 'other'). Example: 'self'
isDefault
Boolean
Select true to fetch the default address. Example: true
mobileNo
String
Mobile number of the customer. Example: '9876543210'
tags
String
Tag for the address (e.g., work, home, office, shop). Example: 'home'
Response
Query
Loading...
Try it
Input Variables
Loading...
Response
Loading...