Interfaced Pick Transactions REST Endpoints

Inventory Management/Interfaced Pick Transactions
The Interfaced Pick Transactions resource helps you receive data from Warehouse Management System (WMS) or third-party logistics (3PL) system after pick confirmation is completed at WMS or 3PL systems.You can create, update, and delete interfaced pick transactions, and capture one or all interfaced pick transactions.
Create one transaction
Method: post
Path: /fscmRestApi/resources/11.13.18.05/interfacedPickTransactions
Delete one transaction
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/interfacedPickTransactions/{TransactionInterfaceId}
Get all transactions
Method: get
Path: /fscmRestApi/resources/11.13.18.05/interfacedPickTransactions
Get one transaction
Method: get
Path: /fscmRestApi/resources/11.13.18.05/interfacedPickTransactions/{TransactionInterfaceId}
Update one transaction
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/interfacedPickTransactions/{TransactionInterfaceId}