📄️ Create Address
This API enables the creation of a new customer address within the system. Customers, including guests, can create addresses using this API. However, please note that listing addresses is restricted to logged-in users.
📄️ Delete Address
This API allows you to delete a customer's address from the system. You have to pass the address_id in the request payload.
📄️ Set Primary Address
The "Set Primary Address" API allows you to set a specific address as the primary address for a customer. This feature is useful when a customer has multiple addresses and wants to set one as the default address for future orders.
📄️ Update Address
This API allows you to update an existing address for a customer in the system. You must pass the updated address fields in the request payload. The id parameter must be included to specify which address to update.