mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
55 lines
1.2 KiB
JSON
55 lines
1.2 KiB
JSON
{
|
|
"id": @integer@,
|
|
"order": {
|
|
"id": @integer@,
|
|
"items": [],
|
|
"items_total": 20,
|
|
"adjustments": [],
|
|
"adjustments_total": 0,
|
|
"total": 20,
|
|
"customer": {
|
|
"id": @integer@,
|
|
"email": "oliver.queen@star-city.com",
|
|
"first_name": "Oliver",
|
|
"last_name": "Queen",
|
|
"_links": {
|
|
"self": {
|
|
"href": "@string@"
|
|
}
|
|
}
|
|
},
|
|
"channel": {
|
|
"code": "WEB",
|
|
"_links": {
|
|
"self": {
|
|
"href": "@string@"
|
|
}
|
|
}
|
|
},
|
|
"currency_code": "USD",
|
|
"locale_code": "en_US",
|
|
"checkout_state": "cart"
|
|
},
|
|
"quantity": 1,
|
|
"unit_price": 20,
|
|
"total": 20,
|
|
"units": [
|
|
{
|
|
"id": @integer@,
|
|
"adjustments": [],
|
|
"adjustments_total": 0
|
|
}
|
|
],
|
|
"units_total": 20,
|
|
"adjustments": [],
|
|
"adjustments_total": 0,
|
|
"variant": {},
|
|
"_links": {
|
|
"product": {
|
|
"href": "@string@"
|
|
},
|
|
"variant": {
|
|
"href": "@string@"
|
|
}
|
|
}
|
|
}
|