---
title: "Configuring cycle count settings"
slug: "configuring-cycle-count-settings"
tags: ["config api", "cycle count", "platform", "stock on hand", "inventory", "fulfillment", "tutorial", "api"]
updated: 2025-06-12T11:47:31Z
published: 2025-06-12T11:47:31Z
canonical: "docs.newstore.com/configuring-cycle-count-settings"
---

> ## 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 cycle count settings

## Enabling cycle counting

To enable cycle counting on Associate App:

1. Use this [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. Specify the store IDs or a wild card `*` value for the `enabled_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](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. Specify the value for the `allow_counts_manual_quantity_editing` property as `true`.

## Enabling a cycle count after a mispick or mispack

When associates specify that an order cannot be fulfilled, a `cycle count` sheet containing these products is created automatically for the store. Associates can then use the count sheet to count the `stock on hand` for these products in the store.

This ensures that the accurate stock on hand for the products is displayed in NewStore Omnichannel Manager.

To enable NewStore to automatically create a cycle count after a mispick or mispack in the store:

1. Use the [Set inventory configuration API](https://docs.newstore.net/api/integration/inventory-management/inventory_manager_api/#tag/Configuration/operation/patch_configuration_v0_i_configuration_patch).
2. Specify the value for the `create_cycle_count_after_mispack` and `create_cycle_count_after_mispick` properties as `true`.

> [!TIP]
> Note
> 
> This feature is disabled for all retailers by default, and the default value for these properties is `false`.
