Actions18
- Finance Actions
- Analytics Actions
- Orders Actions
- Invoices Actions
- Shipments Actions
- Listings 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
- A seller on Amazon.co.uk wants to download VAT invoice PDFs for their sales to comply with UK tax regulations.
- An accounting system integrates with this node to automatically fetch VAT invoice PDFs from multiple Amazon EU marketplaces for bookkeeping.
Properties
| Name | Meaning |
|---|---|
| Marketplace ID | The specific Amazon EU/UK marketplace for which the VAT invoice PDF links are requested. This is required to identify the marketplace such as Amazon.co.uk, Amazon.de, etc. |
Output
JSON
pdfLinks- Array of URLs linking to the VAT invoice PDF documents for the specified marketplace.
Dependencies
- Amazon Selling Partner API
- API authentication credentials (e.g., API key or token)
Troubleshooting
- Ensure the provided Marketplace ID is valid and corresponds to an active Amazon marketplace account.
- Verify that the API credentials have the necessary permissions to access invoice data.
- Common errors include 'Unknown invoices operation' if the operation name is incorrect, or API errors related to authentication or rate limits.
- If the node throws an 'Amazon SP-API error', check the error message for details and verify network connectivity and API endpoint configuration.
Links
- Amazon Selling Partner API - Invoices API - Official documentation for the Amazon Selling Partner API Invoices endpoints, including VAT invoice retrieval.