Skip to main content

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 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.

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

Related topics