Lookups
Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
cycle_count supports various count types (demand, ABC, near-zero, empty location) and methods (by location, item, or LPN), with statuses including not started, in progress, completed (with or without discrepancies), and canceled.
storage is categorized by type (trailer, bulk, door, lane, etc.), area (yard, receiving, inventory, shipping, processing), zone (with recommended values like ZONE01, DOCK, STAGE, etc.), and location status (in service, out of service, locked, errored).
Standard units of measure are defined for volume (cubic foot, cubic centimeter), weight (kilogram, pound), dimensions (centimeter, inch), and quantity (each).
outbound_orders progress through statuses like created, planned, released, picked, packed, staged, loaded, shipped, and canceled, reflecting their journey from order creation to shipment.
inbound_orders follow statuses such as created, delivered, unloaded, received, and putaway, covering the stages from order creation to storage, and can be of type purchase order, move order, or sales order.
cycle_count.count_status
Value
Description
NOT_STARTED
Not Started
IN_PROGRESS
In progress
COMPLETED
Completed without Discrepancies
COMPLETED_WITH_DISCREPANCIES
Completed with Discrepancies
CANCELED
Cancelled
cycle_count.count_type
Value
Description
DEMAND
On-demand counts
ABC
ABC
COUNT_NEAR_ZERO
Count Near Zero
EMPTY_LOCATION
Empty Location Count
cycle_count.count_method
Value
Description
COUNT_BY_LOCATION
Count by Location
COUNT_BY_ITEM
Count by Item
COUNT_BY_LPN
Count by LPN
storage_type
Value
Description
TRL
Trailer
BULK
Bulk storage
STOTRL
Storage Trailer
DOOR
Door
LANE
Lane
RSRCH
Verification/Research
TRACK
Tracking Devices
BULK
Bulk
SRCK
Server Racks
PLT
Pallet
CNT
Carton
BIN
Bin
QTN
Quarantine
storage_area
Value
Description
YARD
Yard Management
RECV
Receiving
INV
Inventory
SHIP
Shipping
PROC
Processing
storage_zone (Recommended values)
Value
Description
ZONE(#)
Zone (for example: ZONE01,ZONE02)
DOCK
Dock
STAGE
Staging
HRI(#)
High Risk Inventory (for example: HRI01)
RMA
Return Merchandise Authorization
SCRAP
Scrap
QUAL
Quality
FLOOR(#)
Floor (for example: FLOOR01)
RACK(#)
Rack (for example: RACK01)
BAT(#)
Battery Room (for example: BAT01)
VLM(#)
Vertical Lift Module (for example: VLM01)
FWDPK
Forward Pick
PACK
Packing
PLTB
Pallet Build
PND
Pickup & Deposit
ASRS
Automated Storage and Retrieval System
XDOCK(#)
Cross dock
storage_location_status
Value
Description
IN_SERVICE
In Service
OUT_OF_SERVICE
Out of Service
LOCKED
Movement both out of or into the location is blocked
ERRORED
Location is in error due to an existing process error
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-05 UTC."],[],["The document defines statuses, types, and methods for cycle counts, including `NOT_STARTED`, `IN_PROGRESS`, `COMPLETED`, `DEMAND`, `COUNT_BY_LOCATION`. It also lists storage types like `TRL`, `BULK`, and `DOOR`, and areas like `YARD`, `RECV`. It specifies storage zones (e.g., `ZONE01`, `DOCK`), location statuses (`IN_SERVICE`, `LOCKED`), and units of measure for volume (`FTQ`), weight (`KG`), and dimensions (`CM`). Order statuses are defined for both outbound (e.g., `CREATED`, `SHIPPED`) and inbound (e.g., `DELIVERED`, `RECEIVED`), and inbound order types, such as `PURCHASE_ORDER`.\n"]]