Actions18
- Orders Actions
- Invoices Actions
- Shipments Actions
- Listings Actions
- Finance Actions
- Analytics Actions
- Prices Actions
Overview
This node interacts with the Amazon Selling Partner API to retrieve VAT invoice PDF links for a specified EU/UK marketplace. It is useful for sellers who need to access VAT invoice documents for their transactions on Amazon marketplaces such as Amazon.co.uk, Amazon.de, Amazon.fr, and others. For example, a seller can use this node to automate the retrieval of VAT invoice PDFs for accounting or tax reporting purposes.
Use Case Examples
- Retrieve VAT invoice PDF links for Amazon.co.uk marketplace to automate VAT document management.
- Fetch VAT invoice PDFs from Amazon.de marketplace for financial reconciliation.
Properties
| Name | Meaning |
|---|---|
| Marketplace ID | Specifies the Amazon EU/UK marketplace from which to retrieve the VAT invoice PDF links. This is a required option with predefined marketplace values such as Amazon.co.uk, Amazon.de, Amazon.fr, etc. |
Output
JSON
pdfLinks- Array of URLs linking to the VAT invoice PDF documents retrieved from the specified marketplace.
Dependencies
- Amazon Selling Partner API
Troubleshooting
- Ensure the Amazon Selling Partner API credentials are correctly configured and have the necessary permissions to access invoice data.
- Verify that the selected marketplace ID is valid and corresponds to an active Amazon marketplace account.
- Common error messages may include authentication failures or permission denials, which can be resolved by checking API credentials and user permissions.
Links
- Amazon Selling Partner API - Invoices API - Official documentation for the Amazon Selling Partner API Invoices endpoints, including VAT invoice retrieval.