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.
The payload above is for the legacy availability events. Please check the v2 availability events
Here is the link
https://www.ibm.com/docs/en/intelligent-promising?topic=formats-new-event#newevent__ProdAvailability
"currentAvailability": {
"demandQuantity": 0,
"supplyQuantity": 30,
"toTs": "2021-04-01T00:00:00.000Z",
"availableQuantity": 30,
"consumedSafetyQuantity": 0,
"fulfillmentAllowed": true,
"reservedQuantity": 0,
"shortageQuantity": 0,
"thresholdLevel": 0,
"demandShortage": 0,
"reservationShortage":0,
"safetyShortage":0
},
"futureAvailability": [
{
"demandQuantity": 0,
"supplyQuantity": 40,
"fromTs": "2021-04-01T00:00:00.000Z",
"toTs": "2500-01-01T00:00:00.000Z",
"availableQuantity": 40,
"consumedSafetyQuantity": 0,
"fulfillmentAllowed": true,
"reservedQuantity": 0,
"shortageQuantity": 0,
"demandShortage": 0,
"reservationShortage":0,
"safetyShortage":0
}
Hi Sampson,
I do not see the Supply or Demand quantities in the payload for Product Availability. I only see shortage quantity out of the ones you mentioned.. Here is the format documented:
{
"code":"productAvailability",
"timestamp":"2020-01-03T15:48:01Z",
"attributes":[
{ "name":"tenantId", "value":"tenant1", "type":"String"},
{ "name":"productID", "value":"SKU1024", "type":"String"},
{ "name":"unitOfMeasure", "value":"EACH", "type":"String"},
{ "name":"productClass", "value":"NEW", "type":"String"},
{ "name":"deliveryMethod", "value":"SHP", "type":"String"},
{ "name":"segment", "value":"WALK_IN", "type":"String"},
{ "name":"segmentType", "value":"CHANNEL", "type":"String"},
{ "name":"shipNode", "value":"Matrix-Store-001", "type":"String"},
{ "name":"computeTs", "value":"2020-01-03T15:47:44Z", "type":"dateTime"},
{ "name":"alertType", "value":"REALTIME_ONHAND", "type":"String"},
{ "name":"alertLevel", "value":"1", "type":"Number"},
{ "name":"totalAvailableQuantity", "value":"0", "type":"Number"},
{ "name":"onhandAvailableQuantity", "value":"0", "type":"Number"},
{ "name":"earliestOnhandAvailableDate", "value":"2020-01-02T00:00:00.000Z", "type":"dateTime"},
{ "name":"latestOnhandAvailableDate", "value":"2020-01-02T00:00:00.000Z", "type":"dateTime"},
{ "name":"earliestFutureAvailableDate", "value":"2021-01-01T00:00:00.000Z", "type":"dateTime"},
{ "name":"latestFutureAvailableDate", "value":"2021-01-01T00:00:00.000Z", "type":"dateTime"},
{ "name":"futureAvailableQuantity", "value":"20", "type":"Number"},
{ "name":"totalReservedQuantityWithheld", "value":"10.0", "type":"Number"},
{ "name":"firstReservedExpiryTs", "value":"2020-01-08T08:10:00Z", "type":"dateTime"},
{ "name":"lastReservedExpiryTs", "value":"2020-01-08T20:45:00Z", "type":"dateTime"},
{ "name":"onhandSafetyQuantityWithheld", "value":"5", "type":"Number"},
{ "name":"futureSafetyQuantityWithheld", "value":"10", "type":"Number"},
{ "name":"totalSafetyQuantityWithheld", "value":"15", "type":"Number"},
{ "name":"totalShortageQuantity", "value":"0", "type":"Number"}
]
}
Where can I find the ALLOCATED demand qty, ONHAND Supply Qty, etc within this message?
Thanks!
In the productAvailability, please find the demand/supply/shortage quantities in the payload. These new attribute were added in 2024.
ProdAvailability event is triggered automatically when supply/demand has changed.