63 lines
1.4 KiB
JSON
63 lines
1.4 KiB
JSON
{
|
|
"url": "http://localhost:8084/",
|
|
"users": {
|
|
"admin": {
|
|
"username": "admin",
|
|
"password": "password"
|
|
},
|
|
"customer": {
|
|
"username": "customer",
|
|
"password": "password"
|
|
}
|
|
},
|
|
"products": {
|
|
"simple": {
|
|
"name": "Simple product"
|
|
},
|
|
"variable": {
|
|
"name": "Variable Product with Three Variations"
|
|
}
|
|
},
|
|
"addresses": {
|
|
"admin": {
|
|
"store": {
|
|
"firstname": "John",
|
|
"lastname": "Doe",
|
|
"company": "Automattic",
|
|
"country": "United States (US)",
|
|
"addressfirstline": "addr 1",
|
|
"addresssecondline": "addr 2",
|
|
"city": "San Francisco",
|
|
"state": "CA",
|
|
"postcode": "94107"
|
|
}
|
|
},
|
|
"customer": {
|
|
"billing": {
|
|
"firstname": "John",
|
|
"lastname": "Doe",
|
|
"company": "Automattic",
|
|
"country": "United States (US)",
|
|
"addressfirstline": "addr 1",
|
|
"addresssecondline": "addr 2",
|
|
"city": "San Francisco",
|
|
"state": "CA",
|
|
"postcode": "94107",
|
|
"phone": "123456789",
|
|
"email": "john.doe@example.com"
|
|
},
|
|
"shipping": {
|
|
"firstname": "John",
|
|
"lastname": "Doe",
|
|
"company": "Automattic",
|
|
"country": "United States (US)",
|
|
"addressfirstline": "addr 1",
|
|
"addresssecondline": "addr 2",
|
|
"city": "San Francisco",
|
|
"state": "CA",
|
|
"postcode": "94107"
|
|
}
|
|
}
|
|
}
|
|
}
|