---
title: "Configuring carton-level receiving inventory in NewStore Associate App"
slug: "configuring-carton-level-receiving-inventory-in-newstore-associate-app"
tags: ["config api", "Associate App configuration", "Associate App", "receiving", "inventory", "tutorial", "api"]
updated: 2024-11-14T06:14:36Z
published: 2024-11-14T06:14:36Z
canonical: "docs.newstore.com/configuring-carton-level-receiving-inventory-in-newstore-associate-app"
---

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

# Configuring carton-level receiving inventory in NewStore Associate App

Using this configuration, you can allow associates to receive inventory via NewStore Associate App. This configuration enables the `Scan carton` button in NewStore Associate App, which associates can tap to start receiving cartons of products into a store for a retailer.

To enable this feature:

1. Use the [Update app configuration](https://docs.newstore.net/api/configuration/inventory-fulfillment/inventory_configuration_api_config#tag/Associate-App-Configuration/operation/set_associate_app_router_config_associate_app_put) method.
2. Set `enabled` to `true`, and in `enabled_carton_receiving_stores` specify the list of store IDs in the form of an array, where this feature will be enabled.

This is an example of enabling carton-level inventory receiving for multiple stores in your business.

```json
{
"enabled": true,
"enabled_carton_receiving_stores": ["NY01","US01","US03"]
}
```

**Related topics**

- [Using NewStore Associate App to manage inventory](/v1/docs/using-newstore-associate-app-to-manage-inventory#assoapp-inventory-management)
