mutation

addAddress

Add a new address to their cart to save details such as name, email, contact information, and address.
Arguments
address2Input
Address2Input
Address details including pincode, phone, id, country code, geolocation, country, state, city, landmark, email, etc. Example: { name: 'John Doe', phone: '9876543210', address: '221B Baker Street', pincode: '400001', city: 'Mumbai', country: 'India' }
Response
Id of the address. Example: 'addr_001'
is_default_address
Boolean
Whether this is the default address. Example: false
success
Boolean
Success flag of save address Response. Example: true
Mutation
Loading...
Try it
Input Variables
Loading...
Response
Loading...