SellerCentralInvoiceUpload Step
Dieser Step ermöglicht es Rechnungen oder Gutschriften über Selling Partner API in ihr Amazon Seller Central hochzuladen.
Das sind die Optionen, mit denen man den Step konfigurieren kann.
Name | Datentyp | Beschreibung | Pflichtfeld | Werte |
account | ACCOUNT | Ihr Konto | Ja | |
mode | STRING | Wählen Sie die Quelle Ihrer Rechnungsdateien aus. 'Datei von URL hochladen' - Die Rechnungsdatei wird von der angegebenen 'DocumentURL' während der Ausführung des Steps abgerufen | 'Datei aus FILELIST hochladen' - Die Rechnungsdatei wird aus der Liste 'inputFiles' entnommen. In diesem Fall muss der 'DocumentFilename' in der Zielspalte mit dem Dateinamen in der 'inputFiles'- Liste übereinstimmen. | Nein | - Datei von URL hochladen
- Datei aus FILELIST hochladen
|
limit | STRING | Begrenzen Sie die Anzahl der hochgeladenen Dokumente. | Nein | |
invoiceSpreadsheet | SPREADSHEET | Ein SPREADSHEET das mindestens die OrderId und Rechnungsnummer enthält, für die eine Rechnung die hochgeladen werden sollen. | Ja | |
mappingdefinition | STRING | Die Mapping-Definition JSON String | Nein | |
| Folgende Felder sind zu konfigurieren:
Feld | Datentyp | Beschreibung | Pflichtfeld | Standardwert | OrderId | SINGLE | The order id for which the invoice is being submitted | Ja | | InvoiceNumber | SINGLE | The invoice number used in the invoice. This invoice number may be shared with Customers. | Ja | | DocumentType | SINGLE | If the document that is being uploaded is an Invoice, then input the text ‘Invoice’. If the document that is being uploaded is a credit note for a refund or a return, then input the text ‘CreditNote’. If no value is provided for DocumentType, the default ‘Invoice’ will be used. | Nein | Invoice | DocumentURL | SINGLE | URL (http/https) of the PDF document to upload | Nein | | DocumentFilename | SINGLE | This value will be used to get file from filelist and as upload filename for document file. Leave empty in 'url' mode to autodetect filename from DocumentURL | Nein | | TotalAmount | SINGLE | The total amount on the invoice. This is VAT inclusive item + VAT inclusive gift wrap + VAT inclusive shipping – VAT inclusive promotion on item – VAT inclusive promotion on shipping – VAT inclusive promotion on gift wrap. | Nein | | TotalVATAmount | SINGLE | The total VAT amount on the invoice. This is VAT on the item + VAT on gift wrap + VAT on shipping – VAT on item promotion – VAT on shipping promotion – VAT on gift wrap promotion. | Nein | |
|
marketplaceId | STRING | Wählen Sie einen Marktplatz aus. | Ja | - Deutschland
- USA
- Vereinigtes Königreich Großbritannien
- Australien
- Kanada
- Irland
- Spanien
- Japan
- Frankreich
- Belgien
- Indien
- Italien
- Mexiko
- Niederlande
- Polen
- Schweden
- Vereinigte Arabische Emirate
- Singapur
- Türkei
|
inputFiles | FILELIST | Eine Datei (FILE) oder Datei-Liste (FILELIST) mit Rechnungen, die hochgeladen werden sollen. | Nein | |
Outputs
Das sind die Ergebnisse des Steps, die von nachfolgenden Steps, nach der Ausführung verwendet werden können.
Name | Datentyp | Beschreibung | Pflichtfeld | Werte |
result | SPREADSHEET | Ein SPREADSHEET, dass das Ergebnis des Rechnungs-Uploads enthält. | Ja | |
| Folgende Felder sind im Output enthalten:
Feld | Datentyp | Beschreibung | Pflichtfeld | Standardwert | OrderId | SINGLE | The order id for which the invoice is being submitted | Ja | | InvoiceNumber | SINGLE | The invoice number used in the invoice. This invoice number may be shared with Customers. | Ja | | DocumentType | SINGLE | If the document that is being uploaded is an Invoice, then input the text ‘Invoice’. If the document that is being uploaded is a credit note for a refund or a return, then input the text ‘CreditNote’. If no value is provided for DocumentType, the default ‘Invoice’ will be used. | Nein | Invoice | DocumentURL | SINGLE | URL (http/https) of the PDF document to upload | Nein | | DocumentFilename | SINGLE | This value will be used to get file from filelist and as upload filename for document file. Leave empty in 'url' mode to autodetect filename from DocumentURL | Nein | | TotalAmount | SINGLE | The total amount on the invoice. This is VAT inclusive item + VAT inclusive gift wrap + VAT inclusive shipping – VAT inclusive promotion on item – VAT inclusive promotion on shipping – VAT inclusive promotion on gift wrap. | Nein | | TotalVATAmount | SINGLE | The total VAT amount on the invoice. This is VAT on the item + VAT on gift wrap + VAT on shipping – VAT on item promotion – VAT on shipping promotion – VAT on gift wrap promotion. | Nein | | identifier | SINGLE | The identifier column to import Spreadsheet into a Datastore. | Nein | | FeedSubmissionId | SINGLE | The identifier of the feed submission(invoice upload). | Nein | |
|