Enabling full counts
To enable full counts on Associate App:
Use this configuration method.
Specify the store IDs or a wild card
*
value for theenabled_full_counts_stores
property.
Configuring manual quantity updates
You can allow associates to adjust the counted items in the inventory manually. This feature is enabled by default for all retailers.
To enable manual quantity updates for counted items across stores in your business:
For Associate App, use this configuration method.
Specify the value for the
allow_full_counts_manual_quantity_editing
property astrue
.
Full count strategy
This configuration setting defines how the system handles updates to the expected stock on hand when a full count is performed. It helps you control whether the counted inventory should overwrite the expected values, depending on whether the count takes place before or after trading begins.
Use the Set inventory configuration API.
Set
"full_count_products_counted_before_trading": false
if you want the expected stock on hand to be refreshed once the full count is completed.
Use this when the count starts after trading hours, once customers have left the store.Set
"full_count_products_counted_before_trading": true
if you do not want the expected stock on hand to be refreshed after the full count.
Use this when the count starts before trading, but the store opens and trading begins before the count is finished.
Note
This feature is disabled for all retailers by default and the default value for these properties is
false
.