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).
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:
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 an idea.
Get feedback from the IBM team and other customers to refine your idea.
Follow the idea through the IBM Ideas process.
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.
Hi Sampson,
We need ability to determine this for customers browsing online so that we can give better communication to customers between inventory not being available and when fulfillment is currently not allowed at that node and therefore this API does not fit the use case in my opinion.
Alternative solutions could be to offer the information in Get Ship Nodes API which could allow regular polling to retrieve the nodes whereby fulfillment is no longer allowed and update accordingly instead of having to call each Ship Node individually via Get Ship Node Details. Another solution could be to publish an event upon change in Fulfillment Overrides flag which can then be used to update relevant systems.
When fulfillment override is enabled for an item, the user can take advantage of the "get detailed node availability by dates" API (V2) or "Get Detailed Node Availability" API (V1). The shipnodeavailability object contains an indicator why the availability is zero. It displays the safety stock withheld/configured, as well as the fulfillmentAllowed.
Recommendation is consumer system will use this API only if they truly want to see why and limit the number of call to only this specific use case. Typically fulfillmentAllowed shouldn't be shown to a shopper but to a store associate or a fulfillment manager would be a good use case.
The API are
V1.
/{tenantId}/v1/availability/{itemId}/node/detail
V2
/{tenantId}/v2/availability/{itemId}/node/detail
Marking as functionality already exists.