Configuring inventory receiving settings
Maintain these settings to control how inventory receiving works for a retailer on NewStore inventory management.
All items are received into the main stock location
by default.
NewStore does not support receiving inventory into any other stock
location.
To move inventory to another stock location,
adjust inventory in your store.Enabling inventory receiving​
Receiving inventory is disabled by default for all retailers.
To enable your stores and DCs to receive inventory for your business:
- For Associate App, use this configuration method.
- Specify the store IDs or a wild card
*
value for theenabled_receiving_stores
orenabled_receiving_without_asn_stores
properties.
Enabling overreceiving with an ASN​
When receiving with an ASN, by default NewStore Omnichannel Cloud does not allow associates to receive products that are not in the ASN or receive more than the expected quantity of a product in the ASN.
To allow overreceiving with an ASN:
- Use the Set inventory configuration API.
- Specify the value for the
allow_asn_overreceiving
property astrue
.
This feature is disabled for all retailers by default, and the default
value for this property is false
.
Enabling receiving without an ASN​
By default, NewStore Omnichannel Cloud does not allow associates to receive products that do not have an associated ASN.
To allow receiving without an ASN:
- Use the Set inventory configuration API.
- Specify the value for the
allow_asn_overreceiving
property astrue
.
This feature is disabled for all retailers by default, and the default
value for this property is false
.
Configuring manual quantity updates​
You can allow associates to adjust the received quantity of inventory manually. This feature is enabled by default for all retailers.
To disable manual quantity updates across stores and DCs in your business:
- For Associate App, use this configuration method.
- Specify the value for the
allow_receiving_manual_quantity_editing
property astrue
.