Not has address
This commit is contained in:
@@ -65,15 +65,18 @@ Used when interacting with a specific store (Catalog, Checkout).
|
||||
### 2. Login (Get Token)
|
||||
**POST** `/api/customer/login`
|
||||
|
||||
**Body:**
|
||||
**Body (email + phoneNumber are mandatory):**
|
||||
|
||||
```json
|
||||
{
|
||||
"email": "daniel@example.com",
|
||||
"otp": "123456" // Em dev/demo, apenas email pode bastar se configurado assim
|
||||
"phoneNumber": "+5511999999999"
|
||||
}
|
||||
```
|
||||
|
||||
**Fluxo:**
|
||||
- Passo 1: enviar `email` + `phoneNumber` para receber código por email.<OTP>`.
|
||||
|
||||
**Response:**
|
||||
|
||||
```json
|
||||
|
||||
Reference in New Issue
Block a user