Log in (customer)
loginAuthenticate a customer with email and password to get a session ID for account and order queries. Wrong credentials return success:false with a reason; password stays stored server-side.
Instructions
Authenticate a customer with email and password. Returns a session_id to use with get_customer and get_order_status. The credential is stored server-side and never returned. Returns success:false with a reason if the credentials are wrong.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | The customer account email address. | ||
| password | Yes | The customer account password. |