POST:storefront/auth/login.json
POST:storefront/auth/login.json
Description
All customer login operations go through this endpoint.
Topic: Auth
Query Parameters
Unique shop identifier. See also: Unique Identifiers
Example: ?shop_id=sh_EQzGqWoY
Request Body
{ "email": "bob.norman@hostmail.com", "language": "", "oauth_code": "", "oauth_provider": "apple", "oauth_session_id": "", "oauth_token": "", "oauth_verifier": "", "password": "34hb5kj3h45k3", "preferred_currency": "USD", "timezone": "(GMT-05:00) Eastern Time", "timezone_hint": "(GMT-05:00) Eastern Time", "webauthn_credential": "", "webauthn_session_id": "" }
Response Body
Response Body Type
Loading module