List all addresses saved by the customer, simplifying the checkout process by offering pre-saved address options for delivery.
Arguments
buyNow
BooleanWhether to get buy_now cart.
cartId
StringThe unique identifier of the user cart.
checkoutMode
StringOption to checkout for self or for others.
isDefault
BooleanSelect `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
address
[Address]Address description for address data.
pii_masking
BooleanPersonally Identifiable Information masking flag to denote if the user data in address is masked or not.
validation_config
ValidationConfigDefines validation rules for user addresses.
Query
Try it
Input Variables
Response
Was this section helpful?