Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save keernel/c9b99f2cadbc15538d62f797a0c467f1 to your computer and use it in GitHub Desktop.

Select an option

Save keernel/c9b99f2cadbc15538d62f797a0c467f1 to your computer and use it in GitHub Desktop.
Product complements JSON
{
"complement_categories": [
{
"id": 7,
"market_id": 1,
"item_id": 1,
"name": "Borda",
"min_quantity": 1,
"max_quantity": 1,
"is_required": true,
"complements": [
{
"id": 43,
"complements_category_id": 7,
"name": "Normal",
"description": "Borda comum",
"price": 0,
"is_active": true
},
{
"id": 35,
"complements_category_id": 7,
"name": "Catupiry",
"description": "Borda Recheada de Catupiry",
"price": 2.5,
"is_active": false
},
{
"id": 46,
"complements_category_id": 7,
"name": "Abacate",
"description": "Borda inovadora",
"price": 100,
"is_active": true
}
]
},
{
"id": 8,
"market_id": 1,
"item_id": 1,
"name": "Sabor",
"min_quantity": 1,
"max_quantity": 1,
"is_required": true,
"complements": [
{
"id": 41,
"complements_category_id": 8,
"name": "Presunto c/ Queijo",
"description": "Presunto, queijo e azeitonas",
"price": 40,
"is_active": true
},
{
"id": 42,
"complements_category_id": 8,
"name": "Frango c/ Catupiry",
"description": "Frango desfiado, catupiry, azeitona, tomate",
"price": 50,
"is_active": true
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment