Created
October 22, 2025 16:06
-
-
Save simkeyur/4b80716941f71234e5b6da3497cbab5d to your computer and use it in GitHub Desktop.
TestForge API: inventotory
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "item_id": "a1b2c3d4-e5f6-7890-1234-567890abcdef", | |
| "item_name": "Wireless Ergonomic Mouse", | |
| "sku": "WM-ERG-001-BL", | |
| "quantity_on_hand": 752, | |
| "reorder_level": 25, | |
| "unit_cost": 45.99, | |
| "supplier": "TechGrip Solutions", | |
| "warehouse_location": "B-05-12", | |
| "last_restock_date": "2023-10-26", | |
| "expiry_date": "2025-12-31" | |
| }, | |
| { | |
| "item_id": "f0e9d8c7-b6a5-4321-fedc-ba9876543210", | |
| "item_name": "27-inch 4K IPS Monitor", | |
| "sku": "MON-4K-27-IPS", | |
| "quantity_on_hand": 115, | |
| "reorder_level": 15, | |
| "unit_cost": 389.5, | |
| "supplier": "DisplayMasters Inc.", | |
| "warehouse_location": "A-01-03", | |
| "last_restock_date": "2023-11-15", | |
| "expiry_date": null | |
| }, | |
| { | |
| "item_id": "11223344-5566-7788-99aa-bbccddeeff00", | |
| "item_name": "Mechanical Keyboard (Brown Switches)", | |
| "sku": "KB-MECH-BRN-RGB", | |
| "quantity_on_hand": 480, | |
| "reorder_level": 30, | |
| "unit_cost": 85.75, | |
| "supplier": "ClickyKeys Co.", | |
| "warehouse_location": "C-10-07", | |
| "last_restock_date": "2023-10-01", | |
| "expiry_date": null | |
| }, | |
| { | |
| "item_id": "aabbccdd-eeff-0011-2233-445566778899", | |
| "item_name": "Noise-Cancelling Headphones", | |
| "sku": "HP-NC-BT-BLK", | |
| "quantity_on_hand": 320, | |
| "reorder_level": 20, | |
| "unit_cost": 199.99, | |
| "supplier": "AcousticHarmony", | |
| "warehouse_location": "B-02-15", | |
| "last_restock_date": "2023-11-05", | |
| "expiry_date": "2026-08-15" | |
| }, | |
| { | |
| "item_id": "09876543-21fe-dcba-9876-543210fedcba", | |
| "item_name": "USB-C Docking Station", | |
| "sku": "DOCK-USBC-HUB-PRO", | |
| "quantity_on_hand": 610, | |
| "reorder_level": 40, | |
| "unit_cost": 120, | |
| "supplier": "ConnectAll Ltd.", | |
| "warehouse_location": "A-08-01", | |
| "last_restock_date": "2023-11-20", | |
| "expiry_date": null | |
| }, | |
| { | |
| "item_id": "1a2b3c4d-5e6f-7890-abcd-ef0123456789", | |
| "item_name": "1TB Portable SSD", | |
| "sku": "SSD-PORT-1TB-EXT", | |
| "quantity_on_hand": 955, | |
| "reorder_level": 50, | |
| "unit_cost": 75.5, | |
| "supplier": "DataSafe Storage", | |
| "warehouse_location": "C-03-11", | |
| "last_restock_date": "2023-10-18", | |
| "expiry_date": null | |
| }, | |
| { | |
| "item_id": "fedcba98-7654-3210-fedc-ba9876543210", | |
| "item_name": "Webcam 1080p with Microphone", | |
| "sku": "WC-1080P-MIC-HD", | |
| "quantity_on_hand": 290, | |
| "reorder_level": 35, | |
| "unit_cost": 55, | |
| "supplier": "VisionaryTech", | |
| "warehouse_location": "B-07-19", | |
| "last_restock_date": "2023-11-10", | |
| "expiry_date": "2025-09-30" | |
| }, | |
| { | |
| "item_id": "12345678-90ab-cdef-1234-567890abcdef", | |
| "item_name": "Laptop Stand (Adjustable)", | |
| "sku": "LS-ADJ-ALU-SIL", | |
| "quantity_on_hand": 812, | |
| "reorder_level": 22, | |
| "unit_cost": 32.95, | |
| "supplier": "ErgoGear Supply", | |
| "warehouse_location": "A-04-22", | |
| "last_restock_date": "2023-11-01", | |
| "expiry_date": null | |
| }, | |
| { | |
| "item_id": "abcdef01-2345-6789-abcd-ef0123456789", | |
| "item_name": "Gaming Chair (Ergonomic)", | |
| "sku": "GC-ERGO-GTX-RED", | |
| "quantity_on_hand": 55, | |
| "reorder_level": 10, | |
| "unit_cost": 250, | |
| "supplier": "ComfortZone Gaming", | |
| "warehouse_location": "C-15-04", | |
| "last_restock_date": "2023-10-20", | |
| "expiry_date": null | |
| }, | |
| { | |
| "item_id": "98765432-10fe-dcba-9876-543210fedcba", | |
| "item_name": "External Blu-ray Drive", | |
| "sku": "BD-EXT-USB3-SLIM", | |
| "quantity_on_hand": 180, | |
| "reorder_level": 18, | |
| "unit_cost": 65, | |
| "supplier": "MediaTech Solutions", | |
| "warehouse_location": "B-09-08", | |
| "last_restock_date": "2023-11-12", | |
| "expiry_date": null | |
| } | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment