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:
Use the Update app configuration method.
Set
enabled
totrue
, and inenabled_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