Documents
HomeGlossary
Retail Operations
Retail Operations
  • Launchpad
  • Workflow
    • Job Management
      • Job Details
      • Job Categories
      • Job Queueing
      • Initial Load
      • Bulk Scheduling
      • Troubleshooting
        • Job Stuck
        • Job Failed
        • Duplicate Jobs
        • Job Scheduling
        • Job Scheduling Errors
    • Job Workflows
      • Parameters
      • Pre-Orders
      • Orders
      • Fulfillment
      • Inventory
      • Products
      • Miscellaneous
  • Products
    • Product Management
    • Breaking Variants Into Independent Products
  • Orders
    • Order Management
      • Find Sales Orders
      • View Order Details
      • Update Sales Orders
      • Allocate Sales Orders
      • Soft Allocation
      • Order Cancellations
      • Auto-Cancellation
      • Troubleshooting
        • Error Due to Incorrect JSON
        • Order Approval Errors
        • Order Status Discrepancy
        • Order Indexing Discrepancy
        • Order Attribute Missing
        • Duplicate Orders
        • Shopify Order Import Failures
    • Order Routing
      • Brokering Runs
      • Routing Rules
      • Inventory Rules
      • Use Cases
      • Additional Settings
      • Templates
        • Inventory Based Shipping
        • Cross Border Shipping
      • Troubleshooting
        • Scheduling Errors
        • Incorrect Facility Configurations
        • Inventory Unavailability
        • Incorrect Shipping Method Mapping
    • Pre-Orders
      • Purchase Order Upload
      • Purchase Order Management
      • Pre-Order Jobs
      • Audit Pre-Orders
      • Pre-Order Allocation
      • Release Pre-Orders
      • Reports
      • Troubleshooting
        • Inaccurate Inventory Computation
        • Missing Product Linking
        • Product Syns Issues
    • Returns
      • Import Returns
      • In-Store Returns
      • Restock Returns
  • Inventory
    • Inventory Management
      • Find Product Inventory
      • Product Inventory View Page
      • Configure Product Inventory
    • Inventory Upload
      • Schedule Restocking
    • Cycle Count
      • Draft Counts
      • Hard Counts
      • View Assigned Counts
      • Review Counts
      • View Closed Counts
      • Bulk Upload Cycle Counts
      • Store Permissions
    • Available to Promise Management
      • Concepts
      • Create Channels
      • Safety Stock Rules
      • Threshold Rules
      • Store Pickup Rules
      • Shipping Rules
      • Schedule ATP Rules
      • Use Cases
    • Safety Stock
      • Set Bulk Safety Stock
      • Set Individual Safety Stock
      • Set Facility-Wise Safety Stock
    • Re-Order Inventory
    • Troubleshooting
      • View Inventory Log
      • Inventory Synchronization Errors
Powered by GitBook
On this page
  • Preparing the CSV File
  • Steps to Create Cycle Counts in Bulk:

Was this helpful?

Edit on GitHub
Export as PDF
  1. Inventory
  2. Cycle Count

Bulk Upload Cycle Counts

Operations teams can now easily create and assign multiple cycle counts to different locations at once using the new bulk import feature.

The Bulk Import functionality of HotWax Commerce’s Cycle Count app is designed to simplify the process of creating and assigning cycle counts for multiple products across multiple facilities. It allows users to create multiple cycle counts using a CSV upload which eliminates the need to create individual requests for each product or location.

This reduces manual effort, minimizes errors, and enhances operational efficiency, especially for retailers with large store networks.

This guide explains how to create cycle counts in bulk

Preparing the CSV File

The template of the CSV file is as follows:

COUNT_NAME
FACILITY_ID
PRODUCT_SKU
STATUS
DUE_DATE

WEEK-3

49

WP09-28-Black

INV_COUNT_CREATED

2024-11-31

WEEK-3

49

WSH07-28-Blue

INV_COUNT_CREATED

2024-11-31

WEEK-2

159

WP02-28-Purple

INV_COUNT_ASSIGNED

2024-11-12

WEEK-1

156

WSH11-28-Orange

INV_COUNT_CREATED

2024-10-31

HotWax Commerce’s Cycle Count app accepts five key fields:

  1. Count_Name: The name of the inventory count.

    • This is a required field.

    • If multiple SKUs are part of the same count, repeat the count name.

    • For example, if the user is naming a count "WEEK_3", it should be repeated for each SKU in that count.

  2. PRODUCT_SKU: The SKU of the product requiring a cycle count.

    • This is a required field.

  3. Facility_ID: The ID of the HotWax facility where the count will be assigned.

    • This is an optional field.

    • Blanks the count in the 'Draft' status'.

  4. STATUS: The status of the count.

    • This is an optional field.

    • The user must use:

      • INV_COUNT_CREATED to save the count as a draft and assign it later.

      • INV_COUNT_ASSIGNED to assign the count immediately.

    • Blanks create the count in the 'Draft' status'.

  5. DUE_DATE: The due date of the count.

    • This is an optional field.

    • The user must use the yyyy/mm/dd format.

    • Blanks create the count with no due date.

  • The above field names are only examples adn the user can customize the names of the fields. The app allows the flexibility to map the custom fields to the system's fields. Find how to do this in the next section.

  • Count names can be repeated for different facilities. For exmaple, two facilities can have a count named week-1.

Steps to Create Cycle Counts in Bulk:

1. Accessing the Cycle Count app

  • Navigate to the Cycle Count app from the HotWax Commerce's launchpad.

  • Log in using credentials.

2. Uploading the CSV file

  • IN the bottom right corner of the draft page, click the + button to initiate a new count.

  • Two icons appear; Select the icon with multiple pages for a bulk import.

  • On the Draft Bulk modal, click on the Upload button on the top-right to import the prepared CSV file.

3. Mapping custom CSV fields to the systemic fields

  • Click the dropdown next to "Count name" and select your custom field for the count name.

  • Repeat previous step for the other fields (Product SKU, Facility, Status, Due Date).

The app allows the user to save the mappings by clicking on the + New mapping button.

4. Confirm and Upload

  • After mapping the fields, click the Upload button on the bottom of the screen.

  • Confirm the upload in the popup window.

5. Review uploaded files

  • Once uploaded, the file will appear at the bottom of the Draft bulk screen which can be downloaded.

  • The files will be processed within 10 minutes of the upload.

6. Canceling Uploaded Counts

  • If the uploads have not been processed, users can cancel them by clicking the trash-bin icon next to the file.

PreviousView Closed CountsNextStore Permissions

Last updated 14 days ago

Was this helpful?