Customer
Manage the current customer's profile, addresses, and access.
| Method | Endpoint | Operation |
|---|---|---|
GET | /v1/customer | Get customer |
PATCH | /v1/customer | Update customer |
POST | /v1/customer/login | Log in a customer and return access tokens |
POST | /v1/customer/recovery-password | Request a password recovery email for a customer |
POST | /v1/customer/register | Register customer |
POST | /v1/customer/addresses | Create customer address |
GET | /v1/customer/addresses | List customer addresses |
PUT | /v1/customer/addresses/{addressId} | Update customer address |
DELETE | /v1/customer/addresses/{addressId} | Delete customer address |
POST | /v1/customer/addresses/{addressId}/default | Set default address |