mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
33 lines
725 B
JSON
33 lines
725 B
JSON
{
|
|
"id": @integer@,
|
|
"name": "Theme Mug",
|
|
"code": "MUG_TH",
|
|
"available_on": "@string@.isDateTime()",
|
|
"attributes": [],
|
|
"variants": [],
|
|
"options": [],
|
|
"associations": [],
|
|
"translations": {
|
|
"en_US": {
|
|
"id": @integer@,
|
|
"locale": "en_US",
|
|
"name": "Theme Mug",
|
|
"slug": "theme-mug"
|
|
},
|
|
"nl_NL": {
|
|
"id": @integer@,
|
|
"locale": "nl_NL",
|
|
"name": "Mok van het thema",
|
|
"slug": "mok-van-het-thema"
|
|
}
|
|
},
|
|
"product_taxons": [],
|
|
"reviews": [],
|
|
"average_rating": 0,
|
|
"images": [],
|
|
"_links": {
|
|
"self": {
|
|
"href": "@string@"
|
|
}
|
|
}
|
|
}
|