Documentation - Legacy
Migrating from Item Ingest v1 to Item Ingest v2
Highlighting the main changes between our v1 and v2 APIs
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Highlighting the main changes between our v1 and v2 APIs
| v1 API | v2 API |
|---|---|
https://lsm.luladelivery.store/api/v2/stores/{store_id}/inventory | https://api-prod.luladelivery.store/inventory/ingestion?store_id={store_id} |
PUT | POST |
| v1 API | v2 API |
|---|---|
count | quantity |
| N/A | description (string) added |
| N/A | active (boolean) added |
| v1 API | v2 API |
|---|---|
202 Accepted | 201 Created |
