mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
19 lines
476 B
JSON
19 lines
476 B
JSON
{
|
|
"id": @integer@,
|
|
"items": @array@,
|
|
"items_total": @integer@,
|
|
"adjustments": @wildcard@,
|
|
"comments": @array@,
|
|
"adjustments_total": @integer@,
|
|
"total": @integer@,
|
|
"state": "cart",
|
|
"created_at": @string@,
|
|
"updated_at": @string@,
|
|
"expires_at": @string@,
|
|
"channel": @wildcard@,
|
|
"shipping_address": @wildcard@,
|
|
"billing_address": @wildcard@,
|
|
"payments": @array@,
|
|
"shipments": @array@,
|
|
"checkout_state": "cart"
|
|
}
|