Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -37,16 +37,16 @@ Extract and structure the data as valid JSON only (no markdown, no commentary):
|
|
| 37 |
"inventories": {
|
| 38 |
"items": [
|
| 39 |
{
|
| 40 |
-
"quantityShipped":
|
| 41 |
"inventoryUnits": string | null,
|
| 42 |
"pcs": number | null,
|
| 43 |
"productName": string | null,
|
| 44 |
"productCode": string | null,
|
| 45 |
"product": {
|
| 46 |
-
"category":
|
| 47 |
"defaultUnits": string | null,
|
| 48 |
-
"unit":
|
| 49 |
-
"pcs":
|
| 50 |
"mbf": number | null,
|
| 51 |
"sf": number | null,
|
| 52 |
"pcsHeight": number | null,
|
|
|
|
| 37 |
"inventories": {
|
| 38 |
"items": [
|
| 39 |
{
|
| 40 |
+
"quantityShipped": number | null,
|
| 41 |
"inventoryUnits": string | null,
|
| 42 |
"pcs": number | null,
|
| 43 |
"productName": string | null,
|
| 44 |
"productCode": string | null,
|
| 45 |
"product": {
|
| 46 |
+
"category": number | null,
|
| 47 |
"defaultUnits": string | null,
|
| 48 |
+
"unit": string | null,
|
| 49 |
+
"pcs": number | null,
|
| 50 |
"mbf": number | null,
|
| 51 |
"sf": number | null,
|
| 52 |
"pcsHeight": number | null,
|