CSV-Upload für Verkaufsaufträge
M
Verfasst von Mariana Preciado Arias
Vor über einer Woche aktualisiert

Voraussetzungen:

  • Stellen Sie sicher, dass jede SKU in der CSV zu einem Produkt in der Datenbank gehört

  • Stellen Sie sicher, dass order_num nicht bereits existiert

  • Vergewissern Sie sich, dass jeder Kunden_code, der sich derzeit in der CSV der Verkaufsaufträge befindet, zu einem aktiven Lieferanten gehört

  • Wenn Sie Verkaufsaufträge mit mehreren Artikeln erstellen, stellen Sie sicher, dass Kunden_code, Bestellnummer, Lieferadresse, Priorität und Lieferdatum in allen Zeilen, die zur selben Bestellung gehören, gleich sind

Importieren im Frontend

Zum Importieren im Frontend gehen Sie zum Modul "Verkaufsaufträge" → klicken Sie auf die Schaltfläche → klicken Sie auf Upload File → wählen Sie eine gültige CSV-Datei zum Importieren

Hier finden Sie die Vorlage.

Verwenden Sie zum Upload das exakt gleiche Format wie in der Vorlage und trennen Sie die Werte mit ",".

Hinweis: Sollten Sie Excel verwenden, versichern Sie sich vor dem Upload, dass die CSV Datei im UTF-8 Format abgespeichert ist.

Details zur Upload-Datei:

Column

Field

Description

Field required?

Data Example

Format

A

order_num

Unique number for the sales order

true

order_123

text - max length 255

B

ship_to_name

Name of the address where the sales order is being shipped.

true

Address1

text - no max length

C

ship_to_phone_number

Phone number associated with the address where the sales order is being shipped.

false

6337223400

text - no max length

D

ship_to_company_name

Company name of the address where the sales order is being shipped.

false

Pulpo

text - no max length

E

ship_to_email_address

Email address of the address where the sales order is being shipped.

false

text - no max length

F

ship_to_city

City of the address where the sales order is being shipped.

true if client_code not included

Hamburg

text - no max length

G

ship_to_country

Country of the address where the sales order is being shipped.

true if client_code not included

Germany

text - no max length

H

ship_to_house_number

House number of the address where the sales order is being shipped.

false

59-61

text - no max length

I

ship_to_state

State of the address where the sales order is being shipped.

false

Hamburg

text - no max length

J

ship_to_street

Street of the address where the sales order is being shipped.

true

Willy-Brandt-Straße

text - no max length

K

ship_to_zip

Zip code of the address where the sales order is being shipped.

false

20095

text - no max length

L

priority

These numbers represents the level of priority for the orders. As greater the number, less priority to be picked (1 top priority)

false

1

integer - 1, 2, 3 or 4

M

notes

Notes for a purchase order. It is a free text.

false

This is a note

text - no max length

N

criterium

Criterium of the sales order

false

Criterium A

text - max length 255

O

channel

Sales channel

false

Channel A

text - max length 255

P

delivery_date

Date in format YYYY-MM-DD

true

2019-12-31

Text with date in format YYYY-MM-DD

Q

sku

Product SKU

true

3775

text - max length 255

R

quantity

Requested quantity

true

10

integer - number greater than 0

S

customer_name

“name” of the customer, use this field just if you want to create a customer

true if client code empty

Pepito

text - max length 255

T

identifier_number

“identifier_number” of the customer, use this field just if you want to create a customer

true if client code empty

111111111

text - max length 255

U

identifier_type

“identifier_type” of the customer, use this field just if you want to create a customer

true if client code empty

CC

text - max length 255

V

email

“email” of the customer, use this field just if you want to create a customer

true if client code empty

text - max length 255

W

shipping_method

Shipping method name

true if included

Shipping method name

text - max length 255

X

split_kit

Splits kit products in components

fales

true

boolean

Y

attributes

Attributes of the sales order separated by comma

false

name1:value1,name2:value2

List of (text:text) separated by comma - no max length

Z

measure_unit

Measure unit to add product’s quantity. By default, single quantity is taken.*

false

box

text - max length 255

*Wenn das Gewicht eingegeben wird, wird die Menge durch das Gewicht des Produkts geteilt, um die Menge des Verkaufsartikels zu berechnen. Wenn die Maßeinheit des Produkts eingegeben wird, wird die Menge des Verkaufspostens durch unit_per_sales_package * eingegebene Menge berechnet.

Hat dies Ihre Frage beantwortet?