Bulk Create Item-driven Cycle Count Tasks through API
Oracle WMS executes inventory operations, while inventory planning can happen from external systems. We have added a new enhancement that allows external systems to plan cycle counts based on cycle count schedules. Consequently, external systems can now create item-driven cycle count tasks based on combination of item and location IDs.
You can create item-driven cycle count tasks directly in bulk through this API, bypassing the cycle count task creation template.
For example, when an item in WMS reaches a specific threshold or if you want to cycle count items with higher outflow, you can use this API to create item-driven cycle count tasks based on cycle count schedules.
API URL:
POST .../wms/lgfapi/v10/entity/location/cc_item_task/bulk_create
NOTE:
- This API supports bulk creation of item-driven cycle count tasks only. Also, you can pass only “CC-LOCN-BY-ITEM” task type in the payload.
- You can pass one or more item IDs in the payload to create cycle count tasks.
- This API supports only active or reserve locations to pass in the payload.
- You can pass location IDs in the payload. If location IDs are provided in the payload, the API creates item-driven cycle count tasks for the specified items at the specified locations. If location IDs are not provided, the API creates item-driven cycle count tasks for the specified items at all active and reserve locations where they exist.
For detailed API documentation, refer to the WMS REST API Guide.
Steps to Enable and Configure
You don't need to do anything to enable this feature.