Skip to content

Store Counts

Allows for the associate to do either counts requested by the store or central as well as ad-hoc counts.

Architecture

Cycle count requests can be created by the store or centrally. When the count is completed the Inventory Count API is called to process the count and create the control document. The control document is then published to subscribers of COUNT messages.

flowchart LR
    integration("`Integration`")
    countAPI("`Count API`")
    jmcClient("`JMC Client`")
    webhook("`Webhook`")
    integration -- Create Count Request --> countAPI
    jmcClient -- Complete --> countAPI
    jmcClient --  Create Count Request  --> countAPI
    countAPI -- Control Document --> webhook
    webhook -- Publish --> Subscribers

Configuration Data

Table Purpose
inv_cycle_count_category controls the categories of items for creating counts
inv_cycle_count_member associates an item with a category