Sylius/tests/Responses/Expected/checkout/readdressing_response.json
2016-09-02 07:43:10 +02:00

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"
}