Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.procuros.io/v2/transactions/bulk/mark-processed \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data @- <<EOF [ { "procurosTransactionId": "949b2ef2-3f40-465e-a7ee-ea3f9f189860", "success": true }, { "procurosTransactionId": "949b2f25-fd9d-4c58-8899-b4dc277f8cf9", "success": false, "errorReason": "Product GTIN '0001647296281' not found", "errorType": "DATA" } ] EOF
{ "data": [ { "procurosTransactionId": "949b2ef2-3f40-465e-a7ee-ea3f9f189860", "message": "OK." }, { "procurosTransactionId": "949b2f25-fd9d-4c58-8899-b4dc277f8cf9", "message": "OK.", "errorUrl": "https://portal.procuros.io/transactions/{{procurosTransactionId}}/errors" } ] }
Mark a list of incoming transactions as processed.
The API Token of your ERP Connection.
Expected parameters to mark transactions as processed.
1 - 1000
Show child attributes
Success
1
Was this page helpful?