{
   "order_products": [
      {
        "brand_ID": 22500,
        "brand_name": "Sports clothes",
        "brand_products": [
          {
            "description": "Zapatillas deportivas \"White\"",
            "quantity": 1,
            "price_item": "15,00 â‚¬"
          },
          {
            "description": "Bermudas Hawaii Fashion",
            "quantity": 2,
            "price_item": "23,00 â‚¬"
          }
        ]
      },
      {
        "brand_ID": 22350,
        "brand_name": "Mobiliario urbano",
        "brand_products": [
          {
            "description": "Atril rojo",
            "quantity": 1,
            "price_item": "29,00 â‚¬"
          },
          {
            "description": "Zapatero modern style",
            "quantity": 3,
            "price_item": "11,00 â‚¬"
          },
          {
            "description": "Atril azul",
            "quantity": 1,
            "price_item": "49,00 â‚¬"
          }
        ]
      },
      {
        "brand_ID": 28355,
        "brand_name": "Casual Jeans",
        "brand_products": [
          {
            "description": "Jeans bootcamp",
            "quantity": 1,
            "price_item": "38,50 â‚¬"
          },
          {
            "description": "Chaqueta tejana Old style",
            "quantity": 2,
            "price_item": "65,00 â‚¬"
          }
        ]
      }
    ],
    "order_data": {
      "order_amount": "340,50 â‚¬",
      "order_num_items": 11,
      "customer_name": "John",
      "customer_lastname": "Doe"
    }
  }
}