- Subcategories:
- Flexfields for Inventory Striping Attributes
- Flexfields for Projects
- Inventory Movement Requests
Lines REST Endpoints
Inventory Management/Lines
Details about lines of a movement requests. This resource has suggestions created for put-away, picking, and replenishment of inventory items.
- Action to backorder the pick lines.
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/inventoryMovementRequestLines/{LineId}/action/backOrder
- Action to create picks.
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/inventoryMovementRequestLines/{LineId}/action/autoCreatePicks
- Get all lines
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/inventoryMovementRequestLines
- Get one line
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/inventoryMovementRequestLines/{LineId}