Skip to main content

Recipient's order information

Accurate and complete information about the recipient of the order and the delivery address is a key element of successful logistics and ensures timely and correct delivery of parcels.

info

The recipient and shipping address information can be changed until the order is in parcel packaging started package_started status.

You can refer to API reference HERE

General order recipient info

inn
required
string

Russian Tax Number (INN)

first_name
required
string

Name

last_name
required
string

Surname

middle_name
required
string

Patronymic Name

phone
required
string

Contact phone number

required
object

Identity passport info

{
  • "inn": "string",
  • "first_name": "string",
  • "last_name": "string",
  • "middle_name": "string",
  • "phone": "string",
  • "passport": {
    }
}

Order recipient delivery address

zip
required
string

Postal code

location
required
string

Full address

{
  • "zip": "string",
  • "location": "string"
}