---
title: "Configuring inventory transfer settings"
slug: "configuring-inventory-transfer-settings"
tags: ["config api", "cycle count", "platform", "stock on hand", "inventory", "fulfillment", "tutorial", "api"]
updated: 2024-11-14T06:14:36Z
published: 2024-11-14T06:14:36Z
canonical: "docs.newstore.com/configuring-inventory-transfer-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 inventory transfer settings

Maintain these settings to control how inventory transfers work for a retailer on NewStore inventory management.

## Enabling inventory transfers

To enable inventory transfers 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_store_initiated_transfers_stores` and `enabled_transfers_stores` properties.

## Configuring manual quantity updates

You can allow associates to adjust the quantity of items being transferred manually. This feature is enabled by default for all retailers.

To disable manual quantity updates for transfers from 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_transfers_manual_quantity_editing` property as `true`.

**Related topics**

- [Shipping transfer orders](/v1/docs/integrating-a-fulfillment-provider#shipping-transfer-orders)
