Skip to content

Instantly share code, notes, and snippets.

@wesleyalmd
Created August 16, 2021 19:28
Show Gist options
  • Save wesleyalmd/0545bd51c91a8be1f51470736af1407b to your computer and use it in GitHub Desktop.
Save wesleyalmd/0545bd51c91a8be1f51470736af1407b to your computer and use it in GitHub Desktop.
Running Land - Event Category Mock
{
"category": {
"__typename": "CategoryTree",
"id": 28,
"meta_title": null,
"meta_keywords": null,
"meta_description": null
},
"products": {
"__typename": "Products",
"items": [
{
"__typename": "ConfigurableProduct",
"id": 3421,
"name": "Circuito das Estações 20/21 - Inverno - São Paulo",
"price": {
"__typename": "ProductPrices",
"regularPrice": {
"__typename": "Price",
"amount": { "__typename": "Money", "currency": "BRL", "value": 108 }
}
},
"sku": "VP01",
"small_image": {
"__typename": "ProductImage",
"url": "https://media.ativo.com/upload/evento/37308/img_logo_evento.jpg"
},
"url_key": "sample-event-product",
"url_suffix": "",
"event_state": "SP",
"event_city": "São Paulo",
"event_distancies": "5km, 10km, 15km",
"event_date": "20211121T030000-0300"
},
{
"__typename": "ConfigurableProduct",
"id": 3418,
"name": "21ª Meia Maratona Internacional da Cidade de São Paulo",
"price": {
"__typename": "ProductPrices",
"regularPrice": {
"__typename": "Price",
"amount": { "__typename": "Money", "currency": "BRL", "value": 108 }
}
},
"sku": "VP01",
"small_image": {
"__typename": "ProductImage",
"url": "https://media.ativo.com/upload/evento/36605/img_logo_evento.jpg"
},
"url_key": "sample-event-product",
"url_suffix": "",
"event_state": "SP",
"event_city": "São Paulo",
"event_distancies": "5km, 10km, 15km",
"event_date": "20211121T030000-0300"
},
{
"__typename": "ConfigurableProduct",
"id": 3415,
"name": "Night Run 2020/2021 - Etapa 1 - São Paulo",
"price": {
"__typename": "ProductPrices",
"regularPrice": {
"__typename": "Price",
"amount": { "__typename": "Money", "currency": "BRL", "value": 108 }
}
},
"sku": "VP01",
"small_image": {
"__typename": "ProductImage",
"url": "https://media.ativo.com/upload/evento/37292/img_logo_evento.jpg"
},
"url_key": "sample-event-product",
"url_suffix": "",
"event_state": "SP",
"event_city": "São Paulo",
"event_distancies": "5km, 10km, 15km",
"event_date": "20211121T030000-0300"
},
{
"__typename": "ConfigurableProduct",
"id": 3412,
"name": "Circuito das Estações 20/21 - Verão - São Paulo",
"price": {
"__typename": "ProductPrices",
"regularPrice": {
"__typename": "Price",
"amount": { "__typename": "Money", "currency": "BRL", "value": 108 }
}
},
"sku": "VP01",
"small_image": {
"__typename": "ProductImage",
"url": "https://media.ativo.com/upload/evento/37340/img_logo_evento.jpg"
},
"url_key": "sample-event-product",
"url_suffix": "",
"event_state": "SP",
"event_city": "São Paulo",
"event_distancies": "5km, 10km, 15km",
"event_date": "20211121T030000-0300"
},
{
"__typename": "ConfigurableProduct",
"id": 3409,
"name": "Circuito das Estações 20/21 - Verão - São Paulo",
"price": {
"__typename": "ProductPrices",
"regularPrice": {
"__typename": "Price",
"amount": { "__typename": "Money", "currency": "BRL", "value": 108 }
}
},
"sku": "VP01",
"small_image": {
"__typename": "ProductImage",
"url": "https://media.ativo.com/upload/evento/37329/img_logo_evento.jpg"
},
"url_key": "sample-event-product",
"url_suffix": "",
"event_state": "SP",
"event_city": "São Paulo",
"event_distancies": "5km, 10km, 15km",
"event_date": "Em breve"
},
{
"__typename": "ConfigurableProduct",
"id": 3412,
"name": "10 Milhas de São Paulo - 2022",
"price": {
"__typename": "ProductPrices",
"regularPrice": {
"__typename": "Price",
"amount": { "__typename": "Money", "currency": "BRL", "value": 108 }
}
},
"sku": "VP01",
"small_image": {
"__typename": "ProductImage",
"url": "https://media.ativo.com/upload/evento/37304/img_logo_evento.jpg"
},
"url_key": "sample-event-product",
"url_suffix": "",
"event_state": "SP",
"event_city": "São Paulo",
"event_distancies": "5km, 10km, 15km",
"event_date": "20211121T030000-0300"
}
],
"page_info": { "__typename": "SearchResultPageInfo", "total_pages": 2 },
"total_count": 24
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment