DtoOrderNintendo

trackCode
string
required

A unique identifier of the order

Example:
4693237498081
paymentMethodID
string
required
Example:
PAGADO
paymentProofID
string
required
Example:
BOLETA
serviceID
string
required
Example:
REGULAR
packageEnvelope
string
required
Example:
Paquete
packageWeight
number
required

The weight of the package

Example:
800
packageSizeID
string
required
Example:
M
packageQuantity
number

The number of packages in the order

Example:
1
productDescription
string

A description of the product

Example:
Umbro Shirts | Authentic Umbro Mexico
productPrice
number

The price of the product

Example:
160
reverseLogistic
string
Example:
NO
crossdocking
string
Example:
NO
pickUpBranchID
string
Example:
pickUpAddress
string

Address where the order is going to be picked up

Example:
Siete de Noviembre, 07840 Ciudad de Mexico
pickUpPostalCode
string

Code that identifies a zone

pickUpAddressReference
string

Reference to find the address easily

Example:
Siete de Noviembre, 07840 Ciudad de Mexico,07840 Ciudad de Mexico DF,Mexico
pickUpPrimaryReference
string

Reference to find the address easily

Example:
Ciudad de Mexico
pickUpSecondaryReference
string

Reference to find the address easily

Example:
Ciudad de Mexico
pickUpNotes
string

Notes explaining details about the pickup

Example:
1010
pickUpContactName
string

Contact's name of the person who is sending the order

Example:
sucursal Paseo
pickUpContactPhone
string

Contact's number of the person who is sending the order

Example:
123456789
pickUpContactDocumentTypeID
string

Contact's document type of the person who is sending the order

Example:
DNI
pickUpContactDocumentNumber
string

Contact's document number of the person who is sending the order

Example:
xxxxxxxxx
pickUpContactEmail
string

Contact's email of the person who is sending the order

Example:
xxxxxx@yyyyyy.zzz
dropBranchID
string
dropAddress
string

Address where the drop is going to be received

Example:
Av. Ribera de San Cosme 74, San Rafael, 06470 Ciudad de Mexico, CDMX, Mexico
dropPostalCode
string

Code that identifies a zone

Example:
dropAddressReference
string

Reference to find the address easily

Example:
Av. Ribera de San Cosme 74, San Rafael, 06470 Ciudad de Mexico, CDMX, Mexico, mexico, Ciudad de Mexico, Mexico
dropPrimaryReference
string

Reference to find the address easily

Example:
MEXICO
dropSecondaryReference
string

Reference to find the address easily

Example:
CIUDAD DE MEXICO
dropNotes
string

Notes explaining details about the drop

Example:
dropContactName
string

Contact's name of the person who is going to receive the order

Example:
name_seller
dropContactPhone
string

Contact's number of the person who is going to receive the order

Example:
123456789
dropContactDocumentTypeID
string

Contact's document type of the person who is going to receive the order

Example:
DNI
dropContactDocumentNumber
string

Contact's document number of the person who is going to receive the order

Example:
xxxxxxxxx
dropContactEmail
string

Contact's email of the person who is going to receive the order

Example:
xxxxxx@yyyyyy.zzz
packages
array[object]
ClientPackageID
string

Unique number that identifies a client's package

Example:
34572399894
envelope
string
Example:
PAQUETE
weight
number

Weight of the package

Example:
200
weightUnit
string

Units in which the weight is measured

Example:
gramos
size
number
Example:
M
quantity
number

Number of packages

Example:
1
name
string
Example:
Umbro Shirts | Authentic Umbro Mexico
currency
string
Example:
CLP
unitaryProductPrice
number
Example:
150
Example
1
{
2
"trackCode": 4693237498081,
3
"paymentMethodID": "PAGADO",
4
"paymentProofID": "BOLETA",
5
"serviceID": "REGULAR",
6
"packageEnvelope": "Paquete",
7
"packageWeight": 800,
8
"packageSizeID": "M",
9
"packageQuantity": 1,
10
"productDescription": "Umbro Shirts | Authentic Umbro Mexico",
11
"productPrice": 160,
12
"reverseLogistic": "NO",
13
"crossdocking": "NO",
14
"pickUpBranchID": "",
15
"pickUpAddress": "Siete de Noviembre, 07840 Ciudad de Mexico",
16
"pickUpPostalCode": "string",
17
"pickUpAddressReference": "Siete de Noviembre, 07840 Ciudad de Mexico,07840 Ciudad de Mexico DF,Mexico",
18
"pickUpPrimaryReference": "Ciudad de Mexico",
19
"pickUpSecondaryReference": "Ciudad de Mexico",
20
"pickUpNotes": "1010",
21
"pickUpContactName": "sucursal Paseo",
22
"pickUpContactPhone": "123456789",
23
"pickUpContactDocumentTypeID": "DNI",
24
"pickUpContactDocumentNumber": "xxxxxxxxx",
25
"pickUpContactEmail": "xxxxxx@yyyyyy.zzz",
26
"dropBranchID": "string",
27
"dropAddress": "Av. Ribera de San Cosme 74, San Rafael, 06470 Ciudad de Mexico, CDMX, Mexico",
28
"dropPostalCode": "",
29
"dropAddressReference": "Av. Ribera de San Cosme 74, San Rafael, 06470 Ciudad de Mexico, CDMX, Mexico, mexico, Ciudad de Mexico, Mexico",
30
"dropPrimaryReference": "MEXICO",
31
"dropSecondaryReference": "CIUDAD DE MEXICO",
32
"dropNotes": "",
33
"dropContactName": "name_seller",
34
"dropContactPhone": "123456789",
35
"dropContactDocumentTypeID": "DNI",
36
"dropContactDocumentNumber": "xxxxxxxxx",
37
"dropContactEmail": "xxxxxx@yyyyyy.zzz",
38
"packages": [
39
{
40
"ClientPackageID": "34572399894",
41
"envelope": "PAQUETE",
42
"weight": 200,
43
"weightUnit": "gramos",
44
"size": "M",
45
"quantity": 1,
46
"name": "Umbro Shirts | Authentic Umbro Mexico",
47
"currency": "CLP",
48
"unitaryProductPrice": "150"
49
}
50
]
51
}