Need Pick transactions REST API Payload Size limit details for doing bulk transactions process.
Summary:
We need to unassign shipment numbers in bulk on sales orders, and are using the below REST API of pick transactions:
—>
API —>https://<url>/fscmRestApi/resources/11.13.18.05/pickTransactions
Payload —>
{"pickLines": [
{"PickSlip": 112049,"PickSlipLine": 1,"PickedQuantity": 0},
{"PickSlip": 112048,"PickSlipLine": 1,"PickedQuantity": 0}]}
Need answers to below queries→
- Is there a payload size or transaction count limit for this API?
- Are there any alternative approaches to achieve this (other than API), considering FBDI is not available?
- The API takes “all-or-none” approach i.e If any record within a payload fails due to data issues or API errors, the entire payload will be discarded.
Content (please ensure you mask any confidential information):
Tagged:
0