Items REST Endpoints

Supply Chain Planning/Demand Plans/Items
The Items resource manages the items within a simulation set used as input for the Oracle Supply Chain Planning Cloud solution.
Get all items
Method: get
Path: /fscmRestApi/resources/11.13.18.05/demandPlans/{PlanId}/child/Items
Get one item
Method: get
Path: /fscmRestApi/resources/11.13.18.05/demandPlans/{PlanId}/child/Items/{ItemsUniqID}
Update one item
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/demandPlans/{PlanId}/child/Items/{ItemsUniqID}