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 reporting.
- Fetch VAT invoice PDFs from Amazon.de marketplace for financial record keeping.
Properties
| Name | Meaning |
|---|---|
| Marketplace ID | Specifies the EU/UK Amazon marketplace for which the VAT invoice PDF links are requested. This is required to identify the correct marketplace for VAT calculation reports. |
Output
JSON
pdfLinks- Array of URLs linking to the VAT invoice PDF documents for the specified marketplace
Dependencies
- Amazon Selling Partner API with appropriate credentials
Troubleshooting
- Ensure the provided Marketplace ID is valid and corresponds to an EU/UK marketplace supported by the node.
- Verify that the Amazon Selling Partner API credentials are correctly configured and have the necessary permissions to access invoice data.
- Common errors may include 'Unknown invoices operation' if an unsupported operation is requested, or API errors related to authentication or permissions. Check credentials and API access rights if such errors occur.
Links
- Amazon Selling Partner API - Invoices API - Official documentation for the Amazon Selling Partner API Invoices endpoints, including VAT invoice retrieval.