Песочница: PACIFICAIRCARGO/ RUSSIA

Intent ID: 24

Назад
1) Загрузить файл и получить сырой OCR JSON
Сохраняем последний файл и сырой OCR, чтобы можно было повторно тестировать маппинг без перезагрузки.
Скачать последний файл (20260314235043008.pdf)
2) Правила трансформации
Правила трансформации OCR-данных в целевую схему (включая валидацию).
Промпт LLM-подсказки
Используется кнопкой «Подсказать rules».
Сырой OCR JSON (Pass 1)
{
  "awb": "14599817631",
  "items": [
    {
      "boxes": 1,
      "length": null,
      "variety": "EXPLORER",
      "category": "ROSES",
      "quantity": 75,
      "box_number": "BOX1",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.33,
      "box_marking": "EXPLORER",
      "total_price": 24.75
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "EXPLORER",
      "category": "ROSES",
      "quantity": 225,
      "box_number": "BOX2",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.37,
      "box_marking": "EXPLORER",
      "total_price": 83.25
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "CANDLELIGHT",
      "category": "ROSES",
      "quantity": 300,
      "box_number": "BOX3",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.47,
      "box_marking": "CANDLELIGHT",
      "total_price": 141.0
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "EXPLORER",
      "category": "ROSES",
      "quantity": 250,
      "box_number": "BOX4",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.37,
      "box_marking": "EXPLORER",
      "total_price": 92.5
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "CANDLELIGHT",
      "category": "ROSES",
      "quantity": 50,
      "box_number": "BOX5",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.47,
      "box_marking": "CANDLELIGHT",
      "total_price": 23.5
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "NINA",
      "category": "ROSES",
      "quantity": 100,
      "box_number": "BOX6",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.33,
      "box_marking": "NINA",
      "total_price": 33.0
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "MONDIAL",
      "category": "ROSES",
      "quantity": 100,
      "box_number": "BOX7",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.37,
      "box_marking": "MONDIAL",
      "total_price": 37.0
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "EXPLORER",
      "category": "ROSES",
      "quantity": 50,
      "box_number": "BOX8",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.37,
      "box_marking": "EXPLORER",
      "total_price": 18.5
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "CANDLELIGHT",
      "category": "ROSES",
      "quantity": 50,
      "box_number": "BOX9",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.47,
      "box_marking": "CANDLELIGHT",
      "total_price": 23.5
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "",
      "category": "ROSES",
      "quantity": 300,
      "box_number": "BOX10",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.33833333,
      "box_marking": "ROSES",
      "total_price": 101.5
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "",
      "category": "ROSES",
      "quantity": 300,
      "box_number": "BOX11",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.4917,
      "box_marking": "ROSES",
      "total_price": 147.5
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "",
      "category": "ROSES",
      "quantity": 1450,
      "box_number": "BOX12",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.3224,
      "box_marking": "ROSES",
      "total_price": 467.5
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "",
      "category": "ROSES",
      "quantity": 1673,
      "box_number": "BOX13",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.5346,
      "box_marking": "ROSES",
      "total_price": 894.45
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "",
      "category": "ROSES",
      "quantity": 60,
      "box_number": "BOX14",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.72,
      "box_marking": "ROSAS",
      "total_price": 43.2
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "",
      "category": "ROSES",
      "quantity": 7650,
      "box_number": "BOX15",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.29493464,
      "box_marking": "ROSES",
      "total_price": 2256.25
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "",
      "category": "ROSES",
      "quantity": 800,
      "box_number": "BOX16",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.3525,
      "box_marking": "ROSES",
      "total_price": 282.0
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "",
      "category": "ROSES",
      "quantity": 350,
      "box_number": "BOX17",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.28,
      "box_marking": "ROSES",
      "total_price": 98.0
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "MONDIAL",
      "category": "ROSES",
      "quantity": 350,
      "box_number": "BOX18",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.33,
      "box_marking": "MONDIAL",
      "total_price": 115.5
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "EXPLORER",
      "category": "ROSES",
      "quantity": 350,
      "box_number": "BOX19",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.4,
      "box_marking": "EXPLORER",
      "total_price": 140.0
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "PHOENIX",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "BOX20",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.38,
      "box_marking": "PHOENIX",
      "total_price": 9.5
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "HERMOSA",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "BOX21",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.38,
      "box_marking": "HERMOSA",
      "total_price": 9.5
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "MONDIAL",
      "category": "ROSES",
      "quantity": 50,
      "box_number": "BOX22",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.38,
      "box_marking": "MONDIAL",
      "total_price": 19.0
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "BRIGHTON",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "BOX23",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.38,
      "box_marking": "BRIGHTON",
      "total_price": 9.5
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "CANDLELIGHT",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "BOX24",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.76,
      "box_marking": "CANDLELIGHT",
      "total_price": 19.0
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "FRUTETTO",
      "category": "ROSES",
      "quantity": 50,
      "box_number": "BOX25",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.19,
      "box_marking": "FRUTETTO",
      "total_price": 9.5
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "HIGH MAGIC",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "BOX26",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.38,
      "box_marking": "HIGH MAGIC",
      "total_price": 9.5
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "FREEDOM",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "BOX27",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.38,
      "box_marking": "FREEDOM",
      "total_price": 9.5
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "BE SWEET",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "BOX28",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.38,
      "box_marking": "BE SWEET",
      "total_price": 9.5
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "FULL MONTY",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "BOX29",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.38,
      "box_marking": "FULL MONTY",
      "total_price": 9.5
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "MONDIAL",
      "category": "ROSES",
      "quantity": 300,
      "box_number": "BOX30",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.37,
      "box_marking": "MONDIAL",
      "total_price": 111.0
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "EXPLORER",
      "category": "ROSES",
      "quantity": 350,
      "box_number": "BOX31",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.33,
      "box_marking": "EXPLORER",
      "total_price": 115.5
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "BRIGHTON",
      "category": "ROSES",
      "quantity": 50,
      "box_number": "BOX32",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.38,
      "box_marking": "BRIGHTON",
      "total_price": 19.0
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "CANDLELIGHT",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "BOX33",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.38,
      "box_marking": "CANDLELIGHT",
      "total_price": 9.5
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "NINA",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "BOX34",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.38,
      "box_marking": "NINA",
      "total_price": 9.5
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "PALOMA",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "BOX35",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.38,
      "box_marking": "PALOMA",
      "total_price": 9.5
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "MONDIAL",
      "category": "ROSES",
      "quantity": 50,
      "box_number": "BOX36",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.38,
      "box_marking": "MONDIAL",
      "total_price": 19.0
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "FRUTETTO",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "BOX37",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.38,
      "box_marking": "FRUTETTO",
      "total_price": 9.5
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "FULL MONTY",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "BOX38",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.38,
      "box_marking": "FULL MONTY",
      "total_price": 9.5
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "EXPLORER",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "BOX39",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.38,
      "box_marking": "EXPLORER",
      "total_price": 9.5
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "PINK MONDIAL",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "BOX40",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.38,
      "box_marking": "PINK MONDIAL",
      "total_price": 9.5
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "FREEDOM",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "BOX41",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.38,
      "box_marking": "FREEDOM",
      "total_price": 9.5
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "",
      "category": "ROSES",
      "quantity": 5125,
      "box_number": "BOX42",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.321,
      "box_marking": "ROSES",
      "total_price": 1644.25
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "",
      "category": "ROSES",
      "quantity": 1000,
      "box_number": "BOX43",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.427,
      "box_marking": "ROSES",
      "total_price": 427.0
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "",
      "category": "ROSES",
      "quantity": 800,
      "box_number": "BOX44",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.196,
      "box_marking": "ROSES",
      "total_price": 156.8
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "",
      "category": "ROSES",
      "quantity": 350,
      "box_number": "BOX45",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.28,
      "box_marking": "ROSES",
      "total_price": 98.0
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "",
      "category": "ROSES",
      "quantity": 700,
      "box_number": "BOX46",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.36178571,
      "box_marking": "ROSES",
      "total_price": 253.25
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "",
      "category": "ROSES",
      "quantity": 350,
      "box_number": "BOX47",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.32,
      "box_marking": "ROSES",
      "total_price": 112.0
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "",
      "category": "ROSES",
      "quantity": 1050,
      "box_number": "BOX48",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.28340952,
      "box_marking": "ROSES",
      "total_price": 297.58
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "(ROSOIDEA, R(",
      "category": "ROSES",
      "quantity": 350,
      "box_number": "BOX49",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.38571429,
      "box_marking": "ROSAS(ROSOIDEA, R(",
      "total_price": 135.0
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "",
      "category": "ROSES",
      "quantity": 3500,
      "box_number": "BOX50",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.36307143,
      "box_marking": "ROSES",
      "total_price": 1270.75
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "TINTURADAS",
      "category": "ROSES",
      "quantity": 350,
      "box_number": "BOX51",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.6,
      "box_marking": "ROSAS TINTURADAS",
      "total_price": 210.0
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "",
      "category": "ROSES",
      "quantity": 400,
      "box_number": "BOX52",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.34,
      "box_marking": "ROSES",
      "total_price": 136.0
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "",
      "category": "ROSES",
      "quantity": 350,
      "box_number": "BOX53",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.41571429,
      "box_marking": "ROSAS",
      "total_price": 145.5
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "",
      "category": "ROSES",
      "quantity": 850,
      "box_number": "BOX54",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.41764706,
      "box_marking": "ROSAS",
      "total_price": 355.0
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "",
      "category": "ROSES",
      "quantity": 200,
      "box_number": "BOX55",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.38,
      "box_marking": "ROSES",
      "total_price": 76.0
    },
    {
      "boxes": 1,
      "length": "50CM",
      "variety": "ASSORTED 25ST350ST(ST2164639-2)",
      "category": "ROSES",
      "quantity": 700,
      "box_number": "BOX56",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.28,
      "box_marking": "ROSE ASSORTED 25ST50CM350ST(ST2164639-2)",
      "total_price": 196.0
    },
    {
      "boxes": 1,
      "length": "50CM",
      "variety": "ABSOLUT IN PINK",
      "category": "ROSES",
      "quantity": 50,
      "box_number": "BOX57",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.28,
      "box_marking": "ROSE ABSOLUT IN PINK",
      "total_price": 14.0
    },
    {
      "boxes": 1,
      "length": "50CM",
      "variety": "EXPLORER",
      "category": "ROSES",
      "quantity": 50,
      "box_number": "BOX58",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.28,
      "box_marking": "ROSE EXPLORER",
      "total_price": 14.0
    },
    {
      "boxes": 1,
      "length": "50CM",
      "variety": "FREEDOM",
      "category": "ROSES",
      "quantity": 50,
      "box_number": "BOX59",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.28,
      "box_marking": "ROSE FREEDOM",
      "total_price": 14.0
    },
    {
      "boxes": 1,
      "length": "50CM",
      "variety": "FULL MONTY",
      "category": "ROSES",
      "quantity": 100,
      "box_number": "BOX60",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.28,
      "box_marking": "ROSE FULL MONTY",
      "total_price": 28.0
    },
    {
      "boxes": 1,
      "length": "50CM",
      "variety": "HIGH& MAGIC",
      "category": "ROSES",
      "quantity": 50,
      "box_number": "BOX61",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.28,
      "box_marking": "ROSE HIGH& MAGIC",
      "total_price": 14.0
    },
    {
      "boxes": 1,
      "length": "50CM",
      "variety": "JESS IKA",
      "category": "ROSES",
      "quantity": 100,
      "box_number": "BOX62",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.28,
      "box_marking": "ROSE JESS IKA",
      "total_price": 28.0
    },
    {
      "boxes": 1,
      "length": "50CM",
      "variety": "MONDIAL",
      "category": "ROSES",
      "quantity": 50,
      "box_number": "BOX63",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.28,
      "box_marking": "ROSE MONDIAL",
      "total_price": 14.0
    },
    {
      "boxes": 1,
      "length": "50CM",
      "variety": "PINK MONDIAL",
      "category": "ROSES",
      "quantity": 50,
      "box_number": "BOX64",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.28,
      "box_marking": "ROSE PINK MONDIAL",
      "total_price": 14.0
    },
    {
      "boxes": 1,
      "length": "50CM",
      "variety": "REDIANT",
      "category": "ROSES",
      "quantity": 50,
      "box_number": "BOX65",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.28,
      "box_marking": "ROSE REDIANT",
      "total_price": 14.0
    },
    {
      "boxes": 1,
      "length": "50CM",
      "variety": "SWEET MEMORY",
      "category": "ROSES",
      "quantity": 50,
      "box_number": "BOX66",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.28,
      "box_marking": "ROSE SWEET MEMORY",
      "total_price": 14.0
    },
    {
      "boxes": 1,
      "length": "50CM",
      "variety": "V.I.PINK",
      "category": "ROSES",
      "quantity": 50,
      "box_number": "BOX67",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.28,
      "box_marking": "ROSE V.I.PINK",
      "total_price": 14.0
    },
    {
      "boxes": 1,
      "length": "50CM",
      "variety": "(G) COUNTRY SECRET",
      "category": "ROSES",
      "quantity": 50,
      "box_number": "BOX68",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.28,
      "box_marking": "ROSE(G) COUNTRY SECRET",
      "total_price": 14.0
    },
    {
      "boxes": 1,
      "length": "50CM",
      "variety": "ASSORTED 25ST350ST(ST2164639-3)",
      "category": "ROSES",
      "quantity": 700,
      "box_number": "BOX69",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.28,
      "box_marking": "ROSE ASSORTED 25ST50CM350ST(ST2164639-3)",
      "total_price": 196.0
    },
    {
      "boxes": 1,
      "length": "50CM",
      "variety": "ABSOLUT IN PINK",
      "category": "ROSES",
      "quantity": 50,
      "box_number": "BOX70",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.28,
      "box_marking": "ROSE ABSOLUT IN PINK",
      "total_price": 14.0
    },
    {
      "boxes": 1,
      "length": "50CM",
      "variety": "EXPLORER",
      "category": "ROSES",
      "quantity": 50,
      "box_number": "BOX71",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.28,
      "box_marking": "ROSE EXPLORER",
      "total_price": 14.0
    },
    {
      "boxes": 1,
      "length": "50CM",
      "variety": "FREEDOM",
      "category": "ROSES",
      "quantity": 50,
      "box_number": "BOX72",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.28,
      "box_marking": "ROSE FREEDOM",
      "total_price": 14.0
    },
    {
      "boxes": 1,
      "length": "50CM",
      "variety": "FULL MONTY",
      "category": "ROSES",
      "quantity": 100,
      "box_number": "BOX73",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.28,
      "box_marking": "ROSE FULL MONTY",
      "total_price": 28.0
    },
    {
      "boxes": 1,
      "length": "50CM",
      "variety": "HIGH& MAGIC",
      "category": "ROSES",
      "quantity": 50,
      "box_number": "BOX74",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.28,
      "box_marking": "ROSE HIGH& MAGIC",
      "total_price": 14.0
    },
    {
      "boxes": 1,
      "length": "50CM",
      "variety": "JESS IKA",
      "category": "ROSES",
      "quantity": 100,
      "box_number": "BOX75",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.28,
      "box_marking": "ROSE JESS IKA",
      "total_price": 28.0
    },
    {
      "boxes": 1,
      "length": "50CM",
      "variety": "MONDIAL",
      "category": "ROSES",
      "quantity": 50,
      "box_number": "BOX76",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.28,
      "box_marking": "ROSE MONDIAL",
      "total_price": 14.0
    },
    {
      "boxes": 1,
      "length": "50CM",
      "variety": "PINK MONDIAL",
      "category": "ROSES",
      "quantity": 50,
      "box_number": "BOX77",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.28,
      "box_marking": "ROSE PINK MONDIAL",
      "total_price": 14.0
    },
    {
      "boxes": 1,
      "length": "50CM",
      "variety": "REDIANT",
      "category": "ROSES",
      "quantity": 50,
      "box_number": "BOX78",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.28,
      "box_marking": "ROSE REDIANT",
      "total_price": 14.0
    },
    {
      "boxes": 1,
      "length": "50CM",
      "variety": "SWEET MEMORY",
      "category": "ROSES",
      "quantity": 50,
      "box_number": "BOX79",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.28,
      "box_marking": "ROSE SWEET MEMORY",
      "total_price": 14.0
    },
    {
      "boxes": 1,
      "length": "50CM",
      "variety": "V.I.PINK",
      "category": "ROSES",
      "quantity": 50,
      "box_number": "BOX80",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.28,
      "box_marking": "ROSE V.I.PINK",
      "total_price": 14.0
    },
    {
      "boxes": 1,
      "length": "50CM",
      "variety": "(G) COUNTRY SECRET",
      "category": "ROSES",
      "quantity": 50,
      "box_number": "BOX81",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.28,
      "box_marking": "ROSE(G) COUNTRY SECRET",
      "total_price": 14.0
    },
    {
      "boxes": 1,
      "length": "60CM",
      "variety": "PINK FLOYD 25ST400ST(ST2164639-6)",
      "category": "ROSES",
      "quantity": 400,
      "box_number": "BOX82",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.36,
      "box_marking": "ROSE PINK FLOYD 25ST60CM400ST(ST2164639-6)",
      "total_price": 144.0
    },
    {
      "boxes": 1,
      "length": "60CM",
      "variety": "PINK FLOYD",
      "category": "ROSES",
      "quantity": 400,
      "box_number": "BOX83",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.36,
      "box_marking": "ROSE PINK FLOYD",
      "total_price": 144.0
    },
    {
      "boxes": 1,
      "length": "40CM",
      "variety": "ASSORTED 25ST500ST(ST2164639-9)",
      "category": "ROSES",
      "quantity": 500,
      "box_number": "BOX84",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.22,
      "box_marking": "ROSE ASSORTED 25ST40CM500ST(ST2164639-9)",
      "total_price": 110.0
    },
    {
      "boxes": 1,
      "length": "40CM",
      "variety": "ABSOLUT IN PINK",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "BOX85",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.22,
      "box_marking": "ROSE ABSOLUT IN PINK",
      "total_price": 5.5
    },
    {
      "boxes": 1,
      "length": "40CM",
      "variety": "FORTUNE",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "BOX86",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.22,
      "box_marking": "ROSE FORTUNE",
      "total_price": 5.5
    },
    {
      "boxes": 1,
      "length": "40CM",
      "variety": "FREEDOM",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "BOX87",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.22,
      "box_marking": "ROSE FREEDOM",
      "total_price": 5.5
    },
    {
      "boxes": 1,
      "length": "40CM",
      "variety": "FULL MONTY",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "BOX88",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.22,
      "box_marking": "ROSE FULL MONTY",
      "total_price": 5.5
    },
    {
      "boxes": 1,
      "length": "40CM",
      "variety": "HIGH& YELLOW MAGIC",
      "category": "ROSES",
      "quantity": 50,
      "box_number": "BOX89",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.22,
      "box_marking": "ROSE HIGH& YELLOW MAGIC",
      "total_price": 11.0
    },
    {
      "boxes": 1,
      "length": "40CM",
      "variety": "NEWS FLASH",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "BOX90",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.22,
      "box_marking": "ROSE NEWS FLASH",
      "total_price": 5.5
    },
    {
      "boxes": 1,
      "length": "40CM",
      "variety": "OPALA",
      "category": "ROSES",
      "quantity": 50,
      "box_number": "BOX91",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.22,
      "box_marking": "ROSE OPALA",
      "total_price": 11.0
    },
    {
      "boxes": 1,
      "length": "40CM",
      "variety": "PLAYA BLANCA",
      "category": "ROSES",
      "quantity": 75,
      "box_number": "BOX92",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.22,
      "box_marking": "ROSE PLAYA BLANCA",
      "total_price": 16.5
    },
    {
      "boxes": 1,
      "length": "40CM",
      "variety": "RAGAZZA",
      "category": "ROSES",
      "quantity": 50,
      "box_number": "BOX93",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.22,
      "box_marking": "ROSE RAGAZZA",
      "total_price": 11.0
    },
    {
      "boxes": 1,
      "length": "40CM",
      "variety": "REDIANT",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "BOX94",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.22,
      "box_marking": "ROSE REDIANT",
      "total_price": 5.5
    },
    {
      "boxes": 1,
      "length": "40CM",
      "variety": "STILETTO",
      "category": "ROSES",
      "quantity": 50,
      "box_number": "BOX95",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.22,
      "box_marking": "ROSE STILETTO",
      "total_price": 11.0
    },
    {
      "boxes": 1,
      "length": "40CM",
      "variety": "SUNSET GLORY",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "BOX96",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.22,
      "box_marking": "ROSE SUNSET GLORY",
      "total_price": 5.5
    },
    {
      "boxes": 1,
      "length": "40CM",
      "variety": "(G) COUNTRY BLUES",
      "category": "ROSES",
      "quantity": 50,
      "box_number": "BOX97",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.22,
      "box_marking": "ROSE(G) COUNTRY BLUES",
      "total_price": 11.0
    },
    {
      "boxes": 1,
      "length": "50CM",
      "variety": "ASSORTED 25STMG300ST(ST2164639-10)",
      "category": "ROSES",
      "quantity": 300,
      "box_number": "BOX98",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.33,
      "box_marking": "ROSE ASSORTED 25STMG300ST(ST2164639-10)",
      "total_price": 99.0
    },
    {
      "boxes": 1,
      "length": "50CM",
      "variety": "HIGH& MAGIC",
      "category": "ROSES",
      "quantity": 150,
      "box_number": "BOX99",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.3,
      "box_marking": "ROSE HIGH& MAGIC",
      "total_price": 45.0
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "PINK MONDIAL",
      "category": "ROSES",
      "quantity": 300,
      "box_number": "BOX100",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.3,
      "box_marking": "PINK MONDIAL",
      "total_price": 90.0
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "",
      "category": "ROSES",
      "quantity": 650,
      "box_number": "BOX101",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.35076923,
      "box_marking": "Roses",
      "total_price": 228.0
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "GARDEN",
      "category": "ROSES",
      "quantity": 350,
      "box_number": "BOX102",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.65,
      "box_marking": "GARDEN ROSAS",
      "total_price": 227.5
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "",
      "category": "ROSES",
      "quantity": 350,
      "box_number": "BOX103",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.49,
      "box_marking": "ROSAS",
      "total_price": 171.5
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "TNT",
      "category": "ROSES",
      "quantity": 2025,
      "box_number": "BOX104",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.84,
      "box_marking": "ROSASTNT",
      "total_price": 1701.0
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "ROSIES",
      "category": "ROSES",
      "quantity": 650,
      "box_number": "BOX105",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.55384615,
      "box_marking": "ROSIES",
      "total_price": 360.0
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "",
      "category": "ROSES",
      "quantity": 1200,
      "box_number": "BOX106",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.375,
      "box_marking": "ROSES",
      "total_price": 450.0
    },
    {
      "boxes": 1,
      "length": "50CM",
      "variety": "",
      "category": "ROSES",
      "quantity": 25,
      "box_number": "BOX107",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.4,
      "box_marking": "Roses",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60CM",
      "variety": "",
      "category": "ROSES",
      "quantity": 275,
      "box_number": "BOX108",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.35,
      "box_marking": "Roses",
      "total_price": 96.25
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "",
      "category": "ROSES",
      "quantity": 750,
      "box_number": "BOX109",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.43066667,
      "box_marking": "ROSAS",
      "total_price": 323.0
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "",
      "category": "ROSES",
      "quantity": 650,
      "box_number": "BOX110",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.425,
      "box_marking": "ROSES",
      "total_price": 276.25
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "",
      "category": "ROSES",
      "quantity": 550,
      "box_number": "BOX111",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.57,
      "box_marking": "ROSES",
      "total_price": 312.5
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "",
      "category": "ROSES",
      "quantity": 200,
      "box_number": "BOX112",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.49,
      "box_marking": "ROSES",
      "total_price": 98.0
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "Garden",
      "category": "ROSES",
      "quantity": 100,
      "box_number": "BOX113",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.5,
      "box_marking": "Roses Garden",
      "total_price": 50.0
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "",
      "category": "ROSES",
      "quantity": 250,
      "box_number": "BOX114",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.324,
      "box_marking": "ROSES",
      "total_price": 81.0
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "",
      "category": "ROSES",
      "quantity": 1800,
      "box_number": "BOX115",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.40402778,
      "box_marking": "ROSES",
      "total_price": 727.25
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "TINTURADAS",
      "category": "ROSES",
      "quantity": 150,
      "box_number": "BOX116",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.6,
      "box_marking": "ROSAS TINTURADAS",
      "total_price": 90.0
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "",
      "category": "ROSES",
      "quantity": 890,
      "box_number": "BOX117",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.394,
      "box_marking": "SPRAY ROSES",
      "total_price": 350.7
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "",
      "category": "ROSES",
      "quantity": 100,
      "box_number": "BOX118",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.497,
      "box_marking": "SPRAY ROSES",
      "total_price": 49.7
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "",
      "category": "ROSES",
      "quantity": 250,
      "box_number": "BOX119",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.35,
      "box_marking": "SPRAY ROSES",
      "total_price": 87.5
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "",
      "category": "ROSES",
      "quantity": 2500,
      "box_number": "BOX120",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.42868,
      "box_marking": "SPRAY ROSES",
      "total_price": 1071.7
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "",
      "category": "ROSES",
      "quantity": 100,
      "box_number": "BOX121",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.42,
      "box_marking": "SPRAY ROSES",
      "total_price": 42.0
    },
    {
      "boxes": 1,
      "length": "60CM",
      "variety": "ASSORTED 10S/B 200ST(ST 2164639-12)",
      "category": "ROSES",
      "quantity": 200,
      "box_number": "BOX122",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.7,
      "box_marking": "SP.ROSE ASSORTED 10S/B 60CM 200ST(ST 2164639-12)",
      "total_price": 140.0
    },
    {
      "boxes": 1,
      "length": "60CM",
      "variety": "G FIBON ACCI AUREUS",
      "category": "ROSES",
      "quantity": 50,
      "box_number": "BOX123",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.7,
      "box_marking": "SPRAY ROSE G FIBON ACCI AUREUS",
      "total_price": 35.0
    },
    {
      "boxes": 1,
      "length": "60CM",
      "variety": "G FIBON ACCI GIO CON DA",
      "category": "ROSES",
      "quantity": 40,
      "box_number": "BOX124",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.7,
      "box_marking": "SPRAY ROSE G FIBON ACCI GIO CON DA",
      "total_price": 28.0
    },
    {
      "boxes": 1,
      "length": "60CM",
      "variety": "G FIBON ACCI NAUTILUS",
      "category": "ROSES",
      "quantity": 50,
      "box_number": "BOX125",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.7,
      "box_marking": "SPRAY ROSE G FIBON ACCI NAUTILUS",
      "total_price": 35.0
    },
    {
      "boxes": 1,
      "length": "60CM",
      "variety": "G FIBON ACCI YAN TRA",
      "category": "ROSES",
      "quantity": 60,
      "box_number": "BOX126",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.7,
      "box_marking": "SPRAY ROSE G FIBON ACCI YAN TRA",
      "total_price": 42.0
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "",
      "category": "ALSTROEMERIA",
      "quantity": 770,
      "box_number": "BOX127",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.22254545,
      "box_marking": "ALSTROEMERIA",
      "total_price": 171.36
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "",
      "category": "ALSTROEMERIA",
      "quantity": 3430,
      "box_number": "BOX128",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.22959184,
      "box_marking": "ALSTROEMERIA",
      "total_price": 787.5
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "",
      "category": "ALSTROEMERIA",
      "quantity": 150,
      "box_number": "BOX129",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.224,
      "box_marking": "ALSTROEMERIA",
      "total_price": 33.6
    },
    {
      "boxes": 1,
      "length": "80CM",
      "variety": "VINCENT CHOICE 10S/BS 120ST(ST2164639-14)",
      "category": "SUNFL.",
      "quantity": 120,
      "box_number": "BOX130",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.38,
      "box_marking": "SUNFL.VINCENT CHOICE 10S/BS 80CM120ST(ST2164639-14)",
      "total_price": 45.6
    },
    {
      "boxes": 1,
      "length": "80CM",
      "variety": "VINCENT S CHOICE(BC)",
      "category": "SUNFLOWER",
      "quantity": 120,
      "box_number": "BOX131",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.38,
      "box_marking": "SUNFLOWER VINCENT S CHOICE(BC)",
      "total_price": 45.6
    },
    {
      "boxes": 1,
      "length": "70CM",
      "variety": "ANDANTE WHITE 10ST 100ST(ST2164639-15)",
      "category": "TRACHELIUM",
      "quantity": 100,
      "box_number": "BOX132",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.38,
      "box_marking": "TRACHELIUM ANDANTE WHITE 10ST 70CM 100ST(ST2164639-15)",
      "total_price": 38.0
    },
    {
      "boxes": 1,
      "length": "70CM",
      "variety": "ANDANTE WHITE",
      "category": "TRACHELIUM",
      "quantity": 100,
      "box_number": "BOX133",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.38,
      "box_marking": "TRACHELIUM ANDANTE WHITE",
      "total_price": 38.0
    },
    {
      "boxes": 1,
      "length": "70CM",
      "variety": "(J) JADE 10ST 100ST(ST2164639-4)",
      "category": "TRACHELIUM",
      "quantity": 100,
      "box_number": "BOX134",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.38,
      "box_marking": "TRACHELIUM(J) JADE 10ST 70CM 100ST(ST2164639-4)",
      "total_price": 38.0
    },
    {
      "boxes": 1,
      "length": "70CM",
      "variety": "(J) JADE",
      "category": "TRACHELIUM",
      "quantity": 100,
      "box_number": "BOX135",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.38,
      "box_marking": "TRACHELIUM(J) JADE",
      "total_price": 38.0
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "OVER TIME RAINBOW LIGHT 25ST 1000GR 20B(ST2164639-5)",
      "category": "GYP SO.",
      "quantity": 500,
      "box_number": "BOX136",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.38,
      "box_marking": "GYP SO.OVER TIME RAINBOW LIGHT 25ST 1000GR 20B(ST2164639-5)",
      "total_price": 190.0
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "(O) DYED OVERTIME",
      "category": "GYP SOPHILA",
      "quantity": 500,
      "box_number": "BOX137",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.38,
      "box_marking": "GYP SOPHILA(O) DYED OVERTIME",
      "total_price": 190.0
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "XLENCE WHITE 25ST 1000GR 20B(ST2164639-8)",
      "category": "GYP SO.",
      "quantity": 1500,
      "box_number": "BOX138",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.31,
      "box_marking": "GYP SO.XLENCE WHITE 25ST 1000GR 20B(ST2164639-8)",
      "total_price": 465.0
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "(X) XLENCE",
      "category": "GYP SOPHILA",
      "quantity": 1500,
      "box_number": "BOX139",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.31,
      "box_marking": "GYP SOPHILA(X) XLENCE",
      "total_price": 465.0
    },
    {
      "boxes": 1,
      "length": "60CM",
      "variety": "VICTORIA PINK 10ST 150ST(ST 2164639-1)",
      "category": "RICE FLOW.",
      "quantity": 150,
      "box_number": "BOX140",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.48,
      "box_marking": "RICE FLOW.VICTORIA PINK 10ST 60CM 150ST(ST 2164639-1)",
      "total_price": 72.0
    },
    {
      "boxes": 1,
      "length": "60CM",
      "variety": "(P)VICTORIA PINK",
      "category": "RICE FLOWER",
      "quantity": 150,
      "box_number": "BOX141",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.48,
      "box_marking": "RICE FLOWER(P)VICTORIA PINK",
      "total_price": 72.0
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "",
      "category": "ROSES",
      "quantity": 350,
      "box_number": "BOX142",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.34,
      "box_marking": "ROSES",
      "total_price": 119.0
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "",
      "category": "ROSES",
      "quantity": 500,
      "box_number": "BOX143",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.33252,
      "box_marking": "ROSES",
      "total_price": 166.26
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "",
      "category": "ROSES",
      "quantity": 350,
      "box_number": "BOX144",
      "plantation": "GARDAEXPORT S.A.",
      "unit_price": 0.25,
      "box_marking": "ROSAS",
      "total_price": 87.5
    }
  ],
  "country": "KAZAKHSTAN",
  "summary": {
    "total_boxes": 144,
    "total_stems": 36138,
    "total_amount": 10567.89
  },
  "supplier": "GARDAEXPORT S.A.",
  "invoice_date": "2026-03-12",
  "invoice_number": "0000338357",
  "processing_report": {
    "notes": "Тип инвойса: плоский. Количество позиций: 144. Notice: Customer Information | Shipment To: | OOO TRADE HOUSE AZALIA | Date: | 12/03/2026 Label: | TDA | HAWB N: | PC603008565 Address: | Kazakhstan, Astana. | Shipper: | ICEBERG CENTER-PACIFIC Phone | 79137719333 | Origin: | CAYAMBE Airline: | LAN CHILE CUSTOMS USE ONLY | USDA,APHIS,P.P.Q.Use Only",
    "status": "ok",
    "sum_boxes": 144,
    "sum_stems": 36138,
    "sum_amount": 10567.89,
    "items_count": 144,
    "discrepancies": [],
    "expected_boxes": 144,
    "expected_stems": 36138,
    "expected_amount": 10567.89
  }
}
Результат (Pass 2)

  
История (последние 20)
ID Файл Дата