Transferring supply plan data
The supply plan data type is used to determine the replenishment possibilities. This data type is used to determine when the inventory will be replenished and will the inventory replenishment avoid stockout.
About this task
In IBM® Sterling Intelligent Promising, supply plan data is managed by the Inventory service. If you are managing your data by using Inventory Visibility you must ensure that you sync your future supplies to the Inventory service. For more information, see the Sync Supply API.
Future supplies are shown as "PO_PLACED" , "INTRANSIT" , or "PLAN" supply type in supply data. Also, the "reference" field must have a valid value.
Example: See the following sample body of an api-request:
{
"supplies": [
{ "itemId": "SKU1024", "unitOfMeasure": "EACH", "productClass": "NEW", "type": "PLAN", "shipNode": "00012", "tagNumber": " ", "segment": "", "segmentType": "", "eta": "2025-03-01T00:00:00Z", "shipByDate": "2500-01-01T00:00:00Z", "referenceType": "0006", "reference": "Y10000101", "lineReference": "Y10000101-1", "quantity": 100, "sourceTs": "2025-01-15T17:14:37Z" }
]
}
Alternatively, you can use file transfer adapter to upload supply plan data by using
files.Note: To switch your data integration process between the Inventory service
and the file transfer adapter, you must contact IBM Support to
prepare the setup to ensure that the correct data is transferred.
Procedure
Example
- /failed/<Input_Prefix>/sip-supply/myinput
- /completed/<Input_Prefix>/sip-supply/myinput
- /reprocess/<Input_Prefix>/sip-supply/myinput
- /summary/<Input_Prefix>/sip-supply/myinput