Main Updates
Here’s a quick table defining the updates between the v1 and v2 APIsEndpoint Updates
| 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 |
JSON Payload Updates
| v1 API | v2 API |
|---|---|
count | quantity |
| N/A | description (string) added |
| N/A | active (boolean) added |
API Response
| v1 API | v2 API |
|---|---|
202 Accepted | 201 Created |

