Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -37,7 +37,7 @@ 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,
|
|
|
|
| 37 |
"inventories": {
|
| 38 |
"items": [
|
| 39 |
{
|
| 40 |
+
"quantityShipped": number | null,
|
| 41 |
"inventoryUnits": string | null,
|
| 42 |
"pcs": number | null,
|
| 43 |
"productName": string | null,
|