Skip to Main Content
IBM Sterling


This portal is to open public enhancement requests for IBM Sterling products and services. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).


Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:

Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,

Post your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.


Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.

Status Future consideration
Workspace Store Engagement
Categories APIs & SDKs
Created by Guest
Created on Apr 12, 2022

Need sku exclusion ability in create cycle count program api

Create Count Program API doesn't have SKU exclusion and inclusion list.

Note : SIM UI ability to alter the program is required or not, we will confirm.


What is your industry? Electronics
How will this idea be used?

SKU exclusion will allow the store to exclude specific set of skus during cycle count generation.

  • Guest
    Reply
    |
    Mar 26, 2024

    Hi Jason,

    Any updates on this?

  • Guest
    Reply
    |
    Mar 7, 2024

    Hi jason,

    Can we have an ETA on this?

  • Admin
    Jason Cheng
    Reply
    |
    Jul 28, 2022

    Hi Iavanya,

    The ETA of this feature will be 1H2023.

  • Guest
    Reply
    |
    Jun 28, 2022

    Kindly let us know if need any further details.

  • Guest
    Reply
    |
    Jun 13, 2022

    Kindly let us know if need any further details.

  • Guest
    Reply
    |
    May 25, 2022

    Kindly let us know if need any further details.

  • Guest
    Reply
    |
    May 16, 2022

    Kindly let us know if need any further details.

  • Guest
    Reply
    |
    May 12, 2022

    Please let us know you need any further details, if we update the value manually in Production, any item feed will override again the velocity code. The solution suggested will not work for long term and more stores. please let me know you need any details.

  • Guest
    Reply
    |
    May 9, 2022

    @Niveditha, Updating manually the velocity code is not scalable solution, we need a sku level exclusion criteria in the create cycle count program api end point. please check and let us know the feasibility.

  • Guest
    Reply
    |
    May 9, 2022

    For the items which needs to be excluded, can you please check if the velocity code can be changed and once the count is completed you can update it back to velocity code A.

  • Guest
    Reply
    |
    May 5, 2022

    Current Cycle count program has ability to exclude location type, velocity code

    we need feature to exclude some skus from the included velocity code.currently we dont have selective sku exclusion from the already included velocity code.

    for eg. below create program include velocity code A, we would like to exclude few set of skus which has velocity code A

    Please let us know if you need any further details.

    We need sku exclusion and specific bin number exclusion in the Create count program api.


    PFA api doc link https://developer.ibm.com/apis/catalog/storeinventory--store-inventory-management/api/API--storeinventory--ibm-store-inventory-management-apis#createCountProgram sample api payload :


    1. {

    2. "type": "CYCLE",

    3. "exclusionDaysWeek":  ["SAT","SUN"],

    4. "recounting": "RECOUNT_ON_VARIANCE",

    5. "serialScanning": "MANDATORY_RECOUNT",

    6. "varianceThreshold": 0,

    7. "exclusionDates": null,

    8. "ignoreInventoryAttributeForNonRecountTask": true,

    9. "atStoreLevel": true,

    10. "frequencyDays": 1,

    11. "includeLocationCriteria": null,

    12. "excludeLocationCriteria": [

    13. {

    14. "zone": "Receiving",

    15. "locationType": "DOCK"

    16. },

    17. {

    18. "zone": "BoH",

    19. "locationType": "VIRTUAL"

    20. }

    21. ],

    22. "startDate": "2022-04-26T12:30:00Z",

    23. "endDate": "2022-04-27T11:00:00Z",

    24. "stores": [

    25. "STUSNY01A"

    26. ],

    27. "velocityCode": "A"

    28. }



  • Guest
    Reply
    |
    Apr 29, 2022

    Business wants to exclude /include specific SKU's/Location while generating cycle count. These should be optional field.

  • Guest
    Reply
    |
    Apr 28, 2022

    Business wants to exclude /include specific SKU's while generating cycle count. This should be optional field.