DownloadVendorCustomerInvoice
This stored procedure is part of Vendor Direct Fulfillment Shipping API. Returns a customer invoice based on the purchaseOrderNumber that you specify.
Execute
Below you can find an example query for executing this stored procedure:
EXECUTE DownloadVendorCustomerInvoice PurchaseOrderNumber = '123'
Input
| Name | Type | Required | Description |
| PurchaseOrderNumber | String | True | Purchase Order Number of the Customer Invoice to download. |
| DownloadPath | String | False | The File path to write the report data. If no path is specified, the file is kept in memory in the FileData output. |
Result Set Columns
| Name | Type | Description |
| Success | String | The processing status of the feed submission. |
| FileData | String | The generated schema encoded in base64. Only returned if FileName is not set. |