UNPKG
@viyet/magento-client
Version:
latest (1.2.0-beta-4)
1.2.0-beta-4
1.2.0-beta-3
1.2.0-beta-2
1.2.0-beta-1
1.1.0-beta-5
1.1.0-beta-4
1.1.0-beta-1
1.0.1-beta-3
1.0.1-beta-2
1.0.1-beta
Sotheby's Home Custom Magento API Client
github.com/viyet/magento-client
viyet/magento-client
@viyet/magento-client
/
test
/
mocks
/
auth.login.json
15 lines
(14 loc)
•
301 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"success"
:
{
"data"
:
{
"error"
:
false
,
"errorMsg"
:
""
,
"errorData"
:
[
]
}
,
"headers"
:
{
}
}
,
"error"
:
{
"data"
:
{
"error"
:
true
,
"errorMsg"
:
"Error message."
,
"errorData"
:
[
]
}
,
"headers"
:
{
}
}
,
"credentials"
:
{
"email"
:
"email@sothebyshome.com"
,
"password"
:
"1234"
}
}