Configuring full count settings

Prev Next

Enabling full counts

To enable full counts on Associate App:

  1. Use this configuration method.

  2. Specify the store IDs or a wild card * value for the enabled_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:

  1. For Associate App, use this configuration method.

  2. Specify the value for the allow_full_counts_manual_quantity_editing property as true.

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.

  1. Use the Set inventory configuration API.

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

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