carrier
| enum | [DHLEXPRESS, FEDEX, NOVAPOSHTA, MEEST, ALL] |
postalAddress.postalCode
| string | Postal code |
postalAddress.cityName
| string | City name |
postalAddress.countryCode
| string | Country code (2 symbol) |
postalAddress.street
| string | Street address |
postalAddress.state
| string | State name or empty string |
contactInformation.fullName
| string | Full name |
contactInformation.companyName
| string | Company name or empty string |
contactInformation.phone
| string | Phone number |
contactInformation.email
| string | Email |
weight.value
| float | Package weight value |
weight.unit
| enum | [KG, LB] |
dimensions.length
| float | Package length |
dimensions.width
| float | Package width |
dimensions.height
| float | Package height |
dimensions.unit
| enum | [IN, CM, M] |
plannedShippingDate
| Date | planned shipping date "2024-01-15" |