Sylius/tests/Responses/Expected/order/order_show_response.json

45 lines
1.1 KiB
JSON

{
"id": @integer@,
"items": [],
"items_total": 0,
"adjustments": [],
"adjustments_total": 0,
"total": 0,
"state": "completed",
"customer": {
"id": @integer@,
"email": "oliver.queen@star-city.com",
"email_canonical": "oliver.queen@star-city.com",
"first_name": "Oliver",
"last_name": "Queen",
"birthday": "@string@.isDateTime()",
"gender": "u",
"_links": {
"self": {
"href": "@string@"
}
}
},
"channel": {
"id": @integer@,
"code": "WEB",
"name": "Web Channel",
"description": "Lorem ipsum",
"hostname": "localhost",
"color": "black",
"created_at": "@string@.isDateTime()",
"updated_at": "@string@.isDateTime()",
"enabled": true,
"tax_calculation_strategy": "order_items_based",
"_links": {
"self": {
"href": "@string@"
}
}
},
"payments": [],
"shipments": [],
"currency_code": "USD",
"locale_code": "en_US",
"checkout_state": "cart"
}