> ## Documentation Index
> Fetch the complete documentation index at: https://developer.lulacommerce.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Migrating from Item Ingest v1 to Item Ingest v2

> Highlighting the main changes between our v1 and v2 APIs

## Main Updates

Here's a quick table defining the updates between the v1 and v2 APIs

### Endpoint 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` |
