2020-04-02 13:41:06 +00:00
|
|
|
{
|
2020-07-28 19:23:32 +00:00
|
|
|
"url": "http://localhost:8084/",
|
2020-04-02 13:41:06 +00:00
|
|
|
"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",
|
2020-06-17 21:20:12 +00:00
|
|
|
"countryandstate": "United States (US) — California",
|
2020-04-02 13:41:06 +00:00
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|
2020-05-01 14:06:39 +00:00
|
|
|
},
|
|
|
|
"onboardingwizard": {
|
|
|
|
"industry": "Test industry",
|
|
|
|
"numberofproducts": "1 - 10",
|
|
|
|
"sellingelsewhere": "No"
|
|
|
|
},
|
|
|
|
"settings": {
|
|
|
|
"shipping": {
|
|
|
|
"zonename": "United States",
|
|
|
|
"zoneregions": "United States (US)",
|
|
|
|
"shippingmethod": "Free shipping"
|
|
|
|
}
|
2020-04-02 13:41:06 +00:00
|
|
|
}
|
|
|
|
}
|