
Import, list, and link saved addresses to orders. Use these endpoints to manage customer shipping and billing addresses for a streamlined checkout experience.
GET
List Addresses [v3]Retrieve all saved addresses associated with a user, with shipping eligibility information.
POSTCreate an Address [v3]Create one or more new addresses and associate them with a user.
PATCHUpdate an Address [v3]Update an existing saved address for a user.
DELETEDelete an Address [v3]Delete a saved address from Nimbbl. When using an order token, only addresses belonging to the order's user can be deleted. Sub-merchant tokens have no such restriction and can delete any address.
POSTImport Addresses [v3]Import addresses from an external provider using a two-step OTP verification flow.
GETCheck Address Eligibility [v3]Check whether a pincode is eligible for shipping before allowing the customer to proceed.
GETLink Address with Order [v3]Link a saved or new address with an order as a shipping or billing address.