ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
ORDERORDER LINECUSTOM FIELD
2
Order External IdOrder ReferenceOrder StatusAccount External IdCustomer External IdSupplier External IdShipping Address Full NameShipping Address CountryShipping Address Street NameShipping Address CityShipping Address Zip CodeShipping Address StateShipping Address (Additional)Order Line External IdOrder Line IdOrder Line QuantityNet Unit PriceGross Unit PriceTax AmountOffer Price External IdVariant External IdVariant NameVariant DescriptionClassification External IdMark Order Line For DeletionCF_myCustomField
3
Unique external reference of the Order. Mandatory when creating an order.
Required: creation only
Unique DJUST reference of the Order. Can only be used when updating an existing order.
Conditional: Unless Order External Id is provided
Represents the current state of the Order Logistic in its lifecycle. This status determines whether the order can still be modified.
Optional | Default: ORDER_DRAFT_ON_HOLD
Unique external reference of the Account provided in DJUST
Required: creation + update (only to create a new line)
Unique external reference of the Customer provided in DJUST
Optional | Default: First Customer User associated with the Account External Id
Unique external reference of the Supplier provided in DJUST
Required: creation + update (only to create a new line)
The full name of the recipient at the delivery address
Conditional: Required if any shipping field is filled¹ | Default: First Shipping Address associated with the Account
The country where the order should be delivered
Conditional: Required if any shipping field is filled¹ | Default: First Shipping Address associated with the Account
The street name and number of the delivery location
Conditional: Required if any shipping field is filled¹ | Default: First Shipping Address associated with the Account
The city or locality of the delivery address
Conditional: Required if any shipping field is filled¹ | Default: First Shipping Address associated with the Account
The postal or ZIP code of the delivery address
Conditional: Required if any shipping field is filled¹ | Default: First Shipping Address associated with the Account
The region, province, or state of the delivery address (if applicable)
Optional | Default: First Shipping Address associated with the Account
Optional free-text field for any extra delivery information (e.g. door code, apartment number)
Optional | Default: First Shipping Address associated with the Account
Unique external reference of the Order Line. Mandatory when creating a new line.
Required: creation only
Unique DJUST reference of the Order Line. Can only be used when updating an existing line.
Conditional: Unless Order Line External Id is provided
The number of units ordered for the given product (Order Line). Must be a positive integer.
Required: creation + update (only to create a new line)
The unit price of the product excluding taxes. Must be numeric with dot as decimal separator (e.g. 12.50)
Conditional: Unless Offer Price External Id is provided
The unit price of the product including taxes
Optional
The tax amount per unit
Optional
External identifier of the offer price. Used to retrieve product and pricing information configured in DJUST (variant, unit, tax rules, etc.)
Conditional: Unless Variant External Id and/or Net Unit Price are provided
External identifier of the product variant. If not found in DJUST, stored on the order line without error. If both Offer Price External Id and Variant External Id are provided, the variant must exist in DJUST and be linked to the offer.
Conditional: Unless Offer Price External Id is provided
Display name of the product variant as provided by the source system. Stored for informational purposes, not matched against DJUST catalog. Useful when the variant does not exist in DJUST.
Optional | Default: The one associated with the Variant External Id
Free-text description of the product variant from the source system. Not validated against DJUST product data.
Optional | Default: The one associated with the Variant External Id
Unique external reference of the Classification associated with the Variant External Id
Optional | Default: The one associated with the Variant External Id
Boolean flag used to indicate that the order line should be removed from the order
Optional | Default: FALSE
Example Custom Field. Convention: CF_customFieldExternalId
WARNING: empty = value deleted in DJUST
Optional
4
ORD-001ORDER_DRAFT_ON_HOLDACC-001CUST-001SUPP-001John DoeFrance21 Rue de la PaixParis75008Ile-de-FranceLINE-001299118.8019.80PRICE-001VARIANT-001My ProductCLASS-001FALSEmyValue
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100