MemberAuthenticationConfirm
It verifies whether the combination of the specified user's member ID and password is correct and returns the result.
Input
| Name | Type | Required | Description |
| MemberId | String | True | Login ID of the shop member. If you allow login with e-mail address in shop settings, you can also specify the e-mail address. |
| MemberPassword | String | True | Specify the shop member's password. |
Result Set Columns
| Name | Type | Description |
| Success | String | Stored procedure execution status. |