DtoPackages

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
"ClientPackageID": "34572399894",
3
"envelope": "PAQUETE",
4
"weight": 200,
5
"weightUnit": "gramos",
6
"size": "M",
7
"quantity": 1,
8
"name": "Umbro Shirts | Authentic Umbro Mexico",
9
"currency": "CLP",
10
"unitaryProductPrice": "150"
11
}