External documents
Adding an external document
POST https://{YOUR-TENANT-NAME}.api.fulfillmenttools.com/api/processes/<processId>/documents{
"type": "PDF",
"section": "PACKJOB",
"file": {
"name": "invoice.pdf",
"content": "<base64-encoded-file-content>"
}
}Document sections
Placeholder documents
Updating an external document
Last updated