mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-15 01:20:59 +00:00
9 lines
204 B
JSON
9 lines
204 B
JSON
{
|
|
"@context": "\/api\/v2\/contexts\/Country",
|
|
"@id": "\/api\/v2\/admin\/countries\/IE",
|
|
"@type": "Country",
|
|
"code": "IE",
|
|
"enabled": true,
|
|
"name": "Ireland",
|
|
"provinces": []
|
|
}
|