Order Registration


 

The method is used to create a delivery order in CDEK IS. There are two types of orders:

  • “e-shop” - available only for clients who have concluded the e-shop contract;

  • “delivery” - can be created by any client with the concluded contract (but only regular delivery tariffs are available).

Request for Order Registration

In order to use this process, a POST request should be sent to URL:

Environment

URL

testing

https://api.edu.cdek.ru/v2/orders

production

https://api.cdek.ru/v2/orders


Request Body

It should be sent in the JSON format (Content-Type: application/json).

The following fields are supported:

No.

Field name

Description

Field type

Mandatory (yes/no)

1

type

Order type:

  1. “e-shop” (only for e-shop contracts)

  2. delivery (for any contract)

Default value: 1

integer

no

2additional_order_types

Additional order type:
2 - for consolidated cargo (LTL)
4 - for Forward
9 - for Forward. Express
6 - for "Fullfilment. Parish"
7 - for "Fullfilment. Shipment"

integerno
3

number

Order number in the Client IS (if it is not sent, the order number will be assigned in CDEK IS – uuid)

Only for orders of e-shop type
Сan contain only numbers, letters of the Latin alphabet or special characters (ASCII format).

string(40)

no

4

tariff_code

Tariff code (for more details, see Appendix 1)

integer

yes

5

comment

Comment for the order

string(255)

no

6developer_keyDeveloper keystring()no
7

shipment_point1

Code of the CDEK pickup point (PVZ) to which the client will deliver the shipment.

Cannot be used concurrently with from_location

string(255)

yes, if order with "from warehouse" tariff

8

delivery_point1

Code of the CDEK pickup point (PVZ/POSTAMAT) to which the parcel will be delivered

Cannot be used concurrently with to_location

string(255)

yes, if order with "to warehouse" or "to parcel terminal" tariff 

9

date_invoice

Date of invoice

Only for international orders of e-shop type

date (yyyy-MM-dd)

yes, if the order is of international type

10

shipper_name

Consignor

Only for international orders of e-shop type

string(255)

yes, if the order is of international type

11

shipper_address

Consignor's address

Only for international orders of e-shop type

string(255)

yes, if the order is of international type

12

delivery_recipient_cost

Extra delivery charge collected by the e-shop from the receiver.

Only for orders of e-shop type

money

no

12.1

value

Amount of additional charge

float

yes

12.2

vat_sum

VAT amount

float

no

12.3

vat_rate

VAT rate (value – 0, 10, 20, null – no VAT)

integer

no

13

delivery_recipient_cost_adv

Extra delivery charge collected by the e-shop from the receiver, depending on the order amount

Only for orders of e-shop type. It is possible to send several thresholds

threshold[]

no

13.1

threshold

Threshold price of product (defined as less than or equal to) in integer values of the currency

integer

yes

13.2

sum

Extra delivery charge, the total value of which is within the interval

float

yes

13.3

vat_sum

VAT amount included in the extra delivery charge

float

no

13.4

vat_rate

VAT rate (value – 0, 10, 20, null – no VAT)

integer

no

14

sender

Sender

contact

no, if the order is of e- shop type

yes, if the order is of delivery type

14.1

company

Company’s name

string(255)

no, if the order is of e- shop type

yes, if the order is of delivery type

14.2

name

Contact person's full name

string(255)

no, if the order is of e- shop type

yes, if the order is of delivery type

14.3

email

Email
We highly recommend to give us email for international orders.

string(255)

no, if the order is of e- shop type

yes, if the order is of delivery type

14.4

passport_series

Passport series

string(4)

no

14.5

passport_number

Passport number

string(30)

no

14.6

passport_date_of_issue

Date of issue of a passport

date(yyyy-MM-dd)

no

14.7

passport_organization

Body which issued a passport

string(255)

no

14.8

tin

INN (Taxpayer Identification Number)

Can contain 10 or 12 characters

string(12)

no

14.9

passport_date_of_birth

Date of birth

date (yyyy-MM-dd)

no

14.10

phones

List of phones

No more than 10 numbers

phone[]

no, if the order is of e- shop type

yes, if the order is of delivery type

14.10.1

number2

Phone number

It should be transmitted in the international format: country code (for Russia +7) and phone number (10 or more) digits)

string(255)

no, if the order is of e-shop type

yes, if the order is of delivery type

14.10.2

additional

Additional information (additional number)

string(255)

no

15

seller

Details of a real seller

Only for orders of e-shop type

seller

yes, if the order is of international type

15.1

name

Name of a real seller

string(255)

yes, if inn is filled out

15.2

inn

INN (Taxpayer Identification Number) of a real seller

Can contain 10 or 12 characters

string(12)

no

15.3

phone

Phone of a real seller

string(255)

yes, if inn is filled out

15.4

ownership_form

Form of ownership code (for more details, see Appendix 3)

integer

yes, if inn is filled out

15.5

address

Address of a real seller. Used in printing the invoices to show the address of a real seller of the goods, or a brand name.

For international orders of e-shop type

string(255)

yes, if the order is of international type

16

recipient

Receiver

contact

yes

16.1

company

Company’s name

string(255)

no

16.2

name

Contact person's full name

string(255)

yes

16.3

passport_series

Passport series

string(4)

no

16.4

passport_number

Passport number

string(30)

no

16.5

passport_date_of_issue

Date of issue of a passport

date(yyyy-MM-dd)

no

16.6

passport_organization

Body which issued a passport

string(255)

no

16.7

tin

INN (Taxpayer Identification Number)

Can contain 10 or 12 characters

string(12)

no

16.8

passport_date_of_birth

Date of birth

date (yyyy-MM-dd)

no

16.9

email

Email

Must comply with RFC 2822

string(255)

no

16.10

phones

List of phones

No more than 10 numbers

phone[]

yes

16.10.1

number2

Phone number

It should be transmitted in the international format: country code (for Russia +7) and phone number (10 or more digits)

string(255)

yes

16.10.2

additional

Additional information (additional number)

string(255)

no

17

from_location1

Sender's address

Cannot be used concurrently with shipment_point

location

yes, if order with "from door" tariff

17.1

code

CDEK location code ("List of Cities" method)

integer

no

17.2

fias_guid

FIAS unique identifier

UUID

no

17.3

postal_code

Postal code

string(255)

no

17.4

longitude

Longitude

float

no

17.5

latitude

Latitude

float

no

17.6

country_code

Country code in the format: ISO_3166-1_alpha-2

string(2)

no

17.7

region

Region name

string(255)

no

17.8

sub_region

Name of region's district

string(255)

no

17.9

city

City name

string(255)

no

17.10

kladr_code

KLADR (Russian Classifier of Addresses) code

Deprecated field

string(255)

no

17.11

address

Address string

string(255)

yes

18

to_location1

Receiver's address

Cannot be used concurrently with delivery_point

location

yes, if order with "to door" tariff

18.1

code

CDEK location code ("List of Cities" method)

integer

no

18.2

fias_guid

FIAS unique identifier

UUID

no

18.3

postal_code

Postal code

string(255)

no

18.4

longitude

Longitude

float

no

18.5

latitude

Latitude

float

no

18.6

country_code

Country code in the format: ISO_3166-1_alpha-2

string(2)

no

18.7

region

Region name

string(255)

no

18.8

sub_region

Name of region's district

string(255)

no

18.9

city

City name

string(255)

no

18.10

kladr_code

KLADR (Russian Classifier of Addresses) code

Deprecated field

string(255)

no

18.11

address

Address string

string(255)

yes

19

services

Additional services

service[]

no

19.1

code

Type of additional service (for more details, see Appendix 4)

integer(16)

yes

19.2

parameter

Additional service parameter:

  • Number of packages. It is used and is mandatory only for PACKAGE_1, CARTON_BOX_XS, CARTON_BOX_S, CARTON_BOX_M, CARTON_BOX_L, CARTON_BOX_500GR, CARTON_BOX_1KG, Фото документовCARTON_BOX_2KG, CARTON_BOX_3KG, CARTON_BOX_5KG, CARTON_BOX_10KG, CARTON_BOX_15KG, CARTON_BOX_20KG, CARTON_BOX_30KG, CARTON_FILLER (for all orders types).

  • Declared value of the package. It is used and is mandatory only for INSURANCE (only for orders of delivery type).

  • Length of package. It is used and is mandatory only for BUBBLE_WRAP, WASTE_PAPER (for all orders types).
  • photo project code for service PHOTO_OF_DOCUMENTS

string()

no

20

packages

List of details of cargo packages

The number of places in the order can be from 1 to 255.

package[]

yes

20.1

number

The package number (can be used as sequence package number or order number), unique for this order. Order identifier in the Client's IS.

string(20)

yes

20.2

weight

Total weight (in grams)

integer

yes

20.3

length

Package dimensions. Length (in centimeters)

integer

yes, if other dimensions are specified
yes, if the "to parcel terminal" order 
yes, if total weight >= 100 

20.4

width

Package dimensions. Width (in centimeters)

integer

yes, if other dimensions are specified
yes, if the "to parcel terminal" order
yes, if total weight >= 100 

20.5

height

Package dimensions. Height (in centimeters)

integer

yes, if other dimensions are specified
yes, if the "to parcel terminal" order
yes, if total weight >= 100 

20.6

comment

Comments for the package
Mandatory and only for delivery type orders

string(255)

no

20.7

items

Items in the package

Only for orders of e-shop type
Maximum 126 unique positions in one order.
The total number of items in an order can be from 1 to 10,000.

item[]

yes

20.7.1

name

Product name (may also contain product description: size, color)

string(255)

yes

20.7.2

ware_key

Identifier/item number of the goods

Identifier/item number can only contain characters: [A-z A-z 0-9! @ "# # $;% ^: &? * () _ - + =? <>,. {} [] \ /, Space]

When transferring identical articles within the same package, the article will be replaced with:

{ware_key}_* , where * is 7 random characters.

string(50)

yes

20.7.3marking3

Marking of item.
If marking is indicated for Item, the Amount parametr can't be greater than 1

For the correct display of the marking of the goods in the receipt, it is required to transfer the NOT DISASSEMBLED type of marking, which may look like this:

1) Product code in GS1 format

Example: 010468008549838921AAA0005255832GS91EE06GS92VTwGVc7wKCc2tqRncUZ1RU5LeUKSXjWbfNQOpQjKK+A

2) A sequence of valid characters with a total length of 29 characters.

Example: 00000046198488X?io+qCABm8wAYa

3) Fur. They have their own format.

Example: RU-430302-AAA7582720

string()no
20.7.4

payment

Cash on delivery (per unit in the recipient country currency, value >=0) — cash on delivery, value = 0 – prepayment

money

yes

20.7.4.1

value

Cash on delivery amount (prepayment = 0)

float

yes

20.7.4.2

vat_sum

VAT amount

float

no

20.7.4.3

vat_rate

VAT rate (value – 0, 10, 20, null – no VAT)

integer

no

20.7.5

cost

Declared value of the goods (per unit in the contract currency, value >=0). This value is used to calculate the amount of insurance.

float

yes

20.7.6

weight

Weight (per unit, in grams)

integer

yes

20.7.7

weight_gross

Gross weight

Only for international orders

integer

yes, if the order is of international type

20.7.8

amount

Number of units (pcs)

The number of one product in an opportunity can be from 1 to 999

integer

yes

20.7.9

name_i18n

Name in foreign language

Only for international orders

string(255)

no

20.7.10

brand

Brand in foreign language

Only for international orders

string(255)

no

20.7.11

country_code

Country code in the format: ISO_3166-1_alpha-2

Only for international orders

string(2)

no

20.7.12

material

Material code (for more details, see Appendix 5)

Only for international orders

string(255)

no

20.7.13

wifi_gsm

Contains wifi/gsm

Only for international orders

boolean

no

20.7.14

url

Link to the website of the e-shop with description of the goods

Only for international orders

string(255)

no

21print  The need to create a printed form on order
  Possible values:
  barcode - barcode CP for the order (copy count - 1)
  waybill - order receipt (copy count - 2)
  string(7)no
22is_client_returnProduct return service (customer refunds)booleanno

1 The city is identified according to the following algorithm (listed in order of priority):

  • By pickup code.

  • By unique CDEK location code. Values are transmitted in from_location.code and to_location.code attributes

  • By postal code of the city. Values are transmitted in from_location.postal_code and to_location.postal_code attributes.

  • By unique FIAS identifier (code of an address component; for more details, see https://fias.nalog.ru/). Values are transmitted in from_location.fias_guid and to_location.fias_guid attributes.
  • By country code, region name and city name: from_location.country_code + from_location.region + from_location.city and to_location.country_code + to_location.region + to_location.city. The subregion (from_location.sub_region and to_location.sub_region) can be transmitted as an additional parameter.

  • By address string. Values are transmitted in from_location.address and to_location.address attributes. 
  • By coordinates: values of longitude (from_location_longitude and to_location_longitude), and latitude (from_location_latitude and to_location_latitude) can be transmitted as an additional parameter

2 The phone number is validated for matching the pattern of a specific country. The length, format, and existence of the regional phone code indicated in the phone number are verified. Non-numeric characters are not deleted from the number.

3 The value must be formed according to the instructions on the site https://честныйзнак.рф

Response to Order Registration

The response body is returned in the JSON format:

No.Field nameDescriptionField typeMandatory (yes/no)
1entityData of the order over which request is sent
no
1.1uuidOrder identifier in the CDEK ISUUIDno
2requestsData on the request/requests over the orderrequest[]yes
2.1request_uuidRequest identifier in CDEK information systemUUIDno
2.2typeRequest type
May take on values: CREATE, UPDATE, DELETE, AUTH, GET
string()yes
2.3state

Current status of the request
May take on values: 

ACCEPTED - pre-validation passed and request accepted
WAITING - the request is awaiting processing (depends on the execution of another request)
SUCCESSFUL - the request was processed successfully
INVALID - the request was processed with an error

string()yes
2.4date_timeDate and time of setting current status of the request (format yyyy-MM-dd'T'HH:mm:ssZ)datetimeyes
2.5errorsRequest processing errorserror[]no
2.5.1codeError codestring()yes
2.5.2messageError descriptionstring()yes
2.6warningsRequest processing warningswarning[]no
2.6.1codeWarning codestring()yes
2.6.2messageWarning descriptionstring()yes
3related_entitiesEntities related with the order (if correct print was passed in the request)
no
3.1type

Entity type related with order
Possible values:
  barcode - barcode CP for the order
  waybill - order receipt

string(7)yes
3.2uuidEntity identifier related to orderUUIDyes


The received uuid should be used in the Order Details method in order to get the order number in the CDEK IS.


{
   "type":1,
   "number":"432769111",
   "date_invoice":"2021-03-23",
   "seller":{
      "name":"Test Name",
      "phone":"+1(412)500-50-50",
      "ownership_form":137,
      "address":"100 Carroll Dr, New Castle,DE, 19720"
   },
   "shipper_name":"Test Shipper Name",
   "shipper_address":"100 Carroll Dr, New Castle,DE, 19720",
   "shipment_point":"NYUK1",
   "delivery_point":"MSK305",
   "packages":[
      {
         "number":"432769111",
         "height":20,
         "length":20,
         "width":20,
         "weight":953,
         "items":[
            {
               "weight_gross":953,
               "ware_key":"489277",
               "payment":{
                  "value":0
               },
               "name":"Bag",
               "cost":25,
               "amount":1,
               "weight":953,
               "url":"https://www.site.com/bag"
            }
         ]
      }
   ],
   "recipient":{
      "name":"Test",
      "phones":[
         {
            "number":"+79600000000"
         }
      ]
   },
   "sender":{
      "name":"Sender Test"
   },
   "tariff_code":291
}


{
    "number" : "ddOererre7450813980068",
    "comment" : "Новый заказ",
    "delivery_recipient_cost" : {
        "value" : 50
    },
    "delivery_recipient_cost_adv" : [ {
        "sum" : 3000,
        "threshold" : 200
    } ],
    "from_location" : {
        "code" : "44",
        "fias_guid" : "",
        "postal_code" : "",
        "longitude" : "",
        "latitude" : "",
        "country_code" : "",
        "region" : "",
        "sub_region" : "",
        "city" : "Москва",
        "kladr_code" : "",
        "address" : "пр. Ленинградский, д.4"
    },
    "to_location" : {
        "code" : "270",
        "fias_guid" : "",
        "postal_code" : "",
        "longitude" : "",
        "latitude" : "",
        "country_code" : "",
        "region" : "",
        "sub_region" : "",
        "city" : "Новосибирск",
        "kladr_code" : "",
        "address" : "ул. Блюхера, 32"
    },
    "packages" : [ {
        "number" : "bar-001",
        "comment" : "Упаковка",
        "height" : 10,
        "items" : [ {
            "ware_key" : "00055",
            "payment" : {
                "value" : 3000
            },
            "name" : "Товар",
            "cost" : 300,
            "amount" : 2,
            "weight" : 700,
            "url" : "www.item.ru"
        } ],
    "length" : 10,
    "number" : "0123456",
    "weight" : 4000,
    "width" : 10
    } ],
    "recipient" : {
        "name" : "Иванов Иван",
        "phones" : [ {
        "number" : "+79134637228"
    } ]
    },
    "sender" : {
        "name" : "Петров Петр"
    },
    "services" : [ {
        "code" : "DELIV_WEEKEND"
    } ],
    "tariff_code" : 139
}


{
    "entity": {
        "uuid": "72753031-4b5f-4084-9b09-c50b84a23da6"
    },
    "requests": [
        {
            "request_uuid": "72753031-5148-4a19-b233-e1eea7b10882",
            "type": "CREATE",
            "state": "ACCEPTED",
            "date_time": "2020-02-10T11:10:34+0700",
            "errors": [],
            "warnings": []
        }
    ]
}


{
    "type": "2",
    "tariff_code": 119,
    "comment": "Новый заказ",
    "shipment_point": "MSK67",
    "sender": {
        "company": "Компания",
        "name": "Петров Петр",
        "email": "msk@cdek.ru",
        "phones": [
            {
                "number": "+79134000101"
            }
        ]
    },
    "recipient": {
        "company": "Иванов Иван",
        "name": "Иванов Иван",
        "passport_series": "5008",
        "passport_number": "345123",
        "passport_date_of_issue": "2019-03-12",
        "passport_organization": "ОВД Москвы",
        "tin": "123546789",
        "email": "email@gmail.com",
        "phones": [
            {
                "number": "+79134000404"
            }
        ]
    },
    "to_location": {
        "code": "44",
        "fias_guid": "0c5b2444-70a0-4932-980c-b4dc0d3f02b5",
        "postal_code": "109004",
        "longitude": 37.6204,
        "latitude": 55.754,
        "country_code": "RU",
        "region": "Москва",
        "sub_region": "Москва",
        "city": "Москва",
        "kladr_code": "7700000000000",
        "address": "ул. Блюхера, 32"
    },
    "services": [
        {
            "code": "INSURANCE",
            "parameter": "3000"
        }
    ],
    "packages": [
        {
            "number": "bar-001",
            "weight": "1000",
            "length": 10,
            "width": 140,
            "height": 140
        }
    ]
}


{
    "entity": {
        "uuid": "72753031-3b5e-4248-aaa2-871d97cd8d28"
    },
    "requests": [
        {
            "request_uuid": "72753031-c540-40f4-9572-feaaf86646fe",
            "type": "CREATE",
            "state": "ACCEPTED",
            "date_time": "2020-02-10T11:26:06+0700",
            "errors": [],
            "warnings": []
        }
    ]
}

Appendix 1. CDEK Tariffs

Tariffs for Online Stores

Code

Tariff name

Delivery mode

Weight limit

Service

Description

7International express documents door–doordoor–door (D-D)up to 5 kgInternational expressExpress delivery for / from abroad of documents and letters.
8International express freight door–doordoor–door (D-D)up to 30 kgInternational expressExpress delivery to / from abroad of goods and parcels up to 30 kg.

136

Warehouse–warehouse parcel

warehouse–warehouse (W-W)

up to 30 kg




Parcel

Economy delivery of goods across Russia for e-commerce companies.

137

Warehouse–door parcel

warehouse–door (W-D)

138

Door–warehouse parcel

door–warehouse (D-W)

139

Door–door parcel

door–door (D-D)

178International express freight warehouse–warehousewarehouse–warehouse (W-W)up to 30 kgInternational expressExpress delivery to / from abroad of goods and parcels up to 30 kg.
179International express freight warehouse–doorwarehouse–door (W-D)
180International express freight door–warehousedoor–warehouse (D-W)
181International express documents warehouse–warehousewarehouse–warehouse (W-W)up to 5 kgInternational expressExpress delivery for / from abroad of documents and letters.
182International express documents warehouse–doorwarehouse–door (W-D)
183International express documents door–warehousedoor–warehouse (D-W)
231Economy door–door parceldoor–door (D-D)

up to 50 kg


Economy parcel


Economy delivery of goods by road/rail across Russia for e-commerce companies.

This tariff is applicable to directions from Moscow to CDEK offices located east of the Urals and in Crimea.


232Economy door–warehouse parceldoor–warehouse (D-W)

233

Economy warehouse–door parcel

warehouse–door (W-D)

234

Economy warehouse–warehouse parcel

warehouse–warehouse (W-W)

291

E-com Express warehouse-warehouse

warehouse-warehouse (W-W)

up to 500 kg




E-com Express





The fastest express delivery by air. 
Service for the delivery of goods from abroad with customs clearance services (services for distance selling companies).




293

E-com Express door–door

door–door (D-D)

294

E-com Express warehouse–door

warehouse–door (W-D)

295

E-com Express door–warehouse

door–warehouse (D-W)

509

E-com Express door-parcel terminal

door-parcel terminal (D-PT)

510

E-com Express warehouse-parcel terminal

warehouse-parcel terminal (W-PT)

  366Parcel door-parcel terminaldoor-parcel terminal (D-PT)

up to 30 kg


ParcelEconomy delivery of goods across Russia for e-commerce companies.
  368Parcel warehouse-parcel terminalwarehouse-parcel terminal (W-PT)
  376Economic parcel door-parcel terminaldoor-parcel terminal

up to 50 kg


Economy parcel

Economy delivery of goods by road/rail across Russia for e-commerce companies.

This tariff is applicable to directions from Moscow to CDEK offices located east of the Urals and in Crimea.

  378

Economic parcel warehouse-parcel terminal

warehouse-parcel terminal (W-PT)
184E-com Standard door–doordoor–door (D-D)
E-com StandardStandard express delivery. Service for the delivery of goods from abroad with customs clearance services (services for distance selling companies).
185E-com Standard warehouse–warehousewarehouse–warehouse (W-W)
186E-com Standard warehouse–doorwarehouse–door (W-D)
187E-com Standard door–warehousedoor–warehouse (D-W)
497E-com Standard door-parcel terminaldoor-parcel terminal (D-PT)
498E-com Standard warehouse-parcel terminalwarehouse-parcel terminal (W-PT)
2261

Documents Express

door–door (D-D)Individual restrictions depending on the directionDocuments Express





Fast international delivery of documents




2266Documents Express door-parcel terminal (D-PT)
2262Documents Express door–warehouse (D-W)
2263Documents Express warehouse–door (W-D)
2267Documents Express warehouse-parcel terminal (W-PT)
2264Documents Express warehouse–warehouse (W-W)

Regular Delivery Tariffs

CodeTariff nameDelivery modeWeight limitServiceDescription
1Express lite door–doordoor–door (D-D)up to 30 kgExpress

Classical express delivery of documents and cargoes up to 30 kg.

You need to use "Express" tariff

3Super express up to 18 kgdoor–door (D-D)
Express deliveryExpress delivery of documents and cargoes “from hand to hand” across Russia by a certain hour.
5Economy express warehouse–warehousewarehouse–warehouse (W-W)
Economy delivery

Cheap delivery of goods across Russia by rail and by road (longer delivery period).

You need to use "Main express" tariff

10Express lite warehouse-warehousewarehouse–warehouse (W-W)up to 30 kgExpress

Classical express delivery of documents and cargoes across Russia.

You need to use "Express" tariff

11Express lite warehouse–doorwarehouse–door (W-D)up to 30 kgExpress

Classical express delivery of documents and cargoes across Russia.

You need to use "Express" tariff

12Express lite door–warehousedoor–warehouse (D-W)up to 30 kgExpress

Classical express delivery of documents and cargoes across Russia.

You need to use "Express" tariff

15Express heavy warehouse-warehousewarehouse–warehouse (W-W)from 30 kgExpress

Classical express delivery of cargoes across Russia.

You need to use "Express" tariff

16Express heavy warehouse–doorwarehouse–door (W-D)from 30 kgExpress

Classical express delivery of cargoes across Russia.

You need to use "Express" tariff

17Express heavy door–warehousedoor–warehouse (D-W)from 30 kgExpress

Classical express delivery of cargoes across Russia.

You need to use "Express" tariff

18Express heavy door–doordoor–door (D-D)from 30 kgExpress

Classical express delivery of cargoes across Russia.

You need to use "Express" tariff

57Super express up to 9 a.m.door–door (D-D)up to 30 kgExpress deliveryExpress delivery of documents and cargoes “from hand to hand” across Russia by a certain hour (delivery within 1–2 days).
58Super express up to 10 a.m.door–door (D-D)up to 30 kgExpress deliveryExpress delivery of documents and cargoes
“from hand to hand” across Russia by a certain hour (delivery within 1–2 days).
59Super express up to 12 p.m.door–door (D-D)up to 30 kgExpress deliveryExpress delivery of documents and cargoes “from hand to hand” across Russia by a certain hour (delivery within 1–2 days).
60Super express up to 14 p.m.door–door (D-D)up to 30 kgExpress deliveryExpress delivery of documents and cargoes “from hand to hand” across Russia by a certain hour (delivery within 1–2 days).
61Super express up to 16 p.m.door–door (D-D)up to 30 kgExpress deliveryExpress delivery of documents and cargoes “from hand to hand” across Russia by a certain hour (delivery within 1–2 days).

62

Long-distance express warehouse–warehouse

warehouse–warehouse (W-W)


Economy delivery



Fast economy delivery of cargoes across Russia




121

Long-distance express door–door 

door–door (D-D)


122

Long-distance express warehouse–door

warehouse–door (W-D)


123

Long-distance express door–warehouse

door–warehouse (D-W)


63

Long-distance super express warehouse-warehouse

warehouse–warehouse (W-W)


Economy delivery

Fast economical cargo delivery by a specific hour.

124

Main super express door–door

door–door (D-D)


125

Main super express warehouse–door

warehouse–door (W-D)


126

Main super express door–warehouse

door–warehouse (D-W)


118Economy express door–doordoor–door (D-D)
Economy delivery

Inexpensive cargo delivery in Russia by rail and road (cargo delivery with an increase in terms).

You need to use "Main express" tariff

119Economy express warehouse–doorwarehouse–door (W-D)
120Economy express door–warehousedoor–warehouse (D-W)
361Express lite door-parcel terminaldoor-parcel teminal (D-PT)up to 30 kgExpress

Classical express delivery of documents and cargoes across Russia.

You need to use "Express" tariff

363

Express lite warehouse-parcel terminal

warehouse-parcel terminal (W-PT)
480Express door-doordoor–door (D-D)
ExpressClassic express delivery of documents and cargoes according to standard delivery times within the country (Russia, Belarus, Armenia, Kyrgyzstan, Kazakhstan). It also operates in directions between the countries of the customs community (Russia, Belarus, Armenia, Kyrgyzstan, Kazakhstan).
No weight limits
481Express door-warehousedoor–warehouse (D-W)
482Express warehouse-doorwarehouse–door (W-D)
483Express warehouse-warehousewarehouse–warehouse (W-W)
485Express door-parcel terminaldoor-parcel teminal (D-PT)
486Express warehouse-parcel terminalwarehouse-parcel terminal (W-PT)

Appendix 2. Currency

Code

Parameter

Receiver's country

RUB

Russian ruble

Russia

USD

US dollar

United States

EUR

Euro

Countries of Europe

KZT

Tenge

Kazakhstan

GBP

Pound sterling

United Kingdom

CNY

Yuan

China

BYN

Belarusian ruble

Belarus

UAH

Hryvnia

Ukraine

AMD

Armenian dram

Armenia

KGS

Kyrgyzstani som

Kyrgyzstan

TL

Turkish lira

Turkey

THB

Thai baht

Thailand

KRW

South Korean won

South Korea

AED

United Arab Emirates dirham

UAE

UZS

Uzbekistani soʻm

Uzbekistan

MNT

Mongolian tögrög

Mongolia

Appendix 3. Form of Ownership

Code

Form of ownership

9

Joint-stock company

61

Closed joint-stock company

63

Individual entrepreneur

119

Open joint-stock company

137

Limited liability company

147

Public joint-stock company

Appendix 4. Additional Services


Service code

Parameter

Description

INSURANCE

INSURANCE

Insurance coverage of a parcel. Extra insurance charge depends on the declared value of a shipment.

The service is charged automatically for all orders of e-shop type, may not be separately transmitted in the services.code field.


TAKE_SENDER

PICKUP IN THE SENDER'S CITY

Additional service that allows a cargo to be picked up in the sender's city provided that the “from warehouse” delivery mode is chosen (not available for the Parcel tariffs)

DELIV_RECEIVER

DELIVERY IN THE RECEIVER'S CITY

Additional service that allows a cargo to be delivered in the receiver's city provided that the “to warehouse” delivery mode is chosen (only for Long-Distance and Long-Distance Super Express tariffs)

TRYING_ON

HOME FITTING

A courier delivers several items (clothing, footwear, etc.) to a buyer for fitting.

PART_DELIV

PARTIAL DELIVERY

During delivery, a buyer may refuse to accept one or several items and purchase only part of his/her order.

If the order includes one item, the service cannot be activated.

REVERSE

REVERSE

A return delivery order from the receiver to the sender, for example, signed documents.

DANGER_CARGO

DANGEROUS CARGOES

In addition to ordinary documents and cargoes, CDEK is ready to deliver dangerous cargoes (other than prohibited for delivery).

Due to a certain risk, the price of delivery of hazardous goods is increased by 1.5 times.

SMSNOTIFICATION OF DELIVERY OF THE ORDER CDEK offers the SMS notification service to each client.
A sender will be notified of date and time of delivery via SMS. Price of the service: 5 rubles
THERMAL_MODESPECIAL THERMAL CONDITIONSDirections that support delivery with special thermal conditions: Kemerovo–Novokuznetsk, Novosibirsk–Krasnoyarsk, Novosibirsk–Kemerovo, Novosibirsk–Tomsk, Novosibirsk–Omsk, Novosibirsk–Barnaul, Barnaul–Gorno-Altaysk AND OPPOSITE DIRECTIONS!
COURIER_PACKAGE_A2COURIER PACKAG A2The price 70 rubles
NOTIFY_ORDER_CREATEDNOTIFY ORDER CREATEDUsed when creating an order.
Recipient countries: Russia, Kazakhstan, Belarus
NOTIFY_ORDER_DELIVERYNOTIFY ORDER DELIVERYUsed when creating an order.
Recipient countries: Russia, Kazakhstan, Belarus
CARTON_BOX_XSBox XS (0.5 kg 17x12x9 cm)A box made of three-layer corrugated cardboard with dimensions 170 * 125 * 95 mm. The maximum capacity is 0.5 kg.
The cost of 1 piece is 20 rubles.
Available for all tariffs from the warehouse.
CARTON_BOX_SBox S (2 kg 21x20x11 cm)A box made of three-layer corrugated cardboard with dimensions of 216 * 200 * 110 mm. The maximum capacity is 2 kg.
The cost of 1 piece is 40 rubles.
Available for all tariffs from the warehouse.
CARTON_BOX_MBox M (5 kg 33x25x15 cm)A box made of three-layer corrugated cardboard with a size of 330 * 250 * 155 mm. The maximum capacity is 5 kg.
The cost of 1 piece is 60 rubles.
Available for all tariffs from the warehouse.
CARTON_BOX_LBox L (12 kg 34x33x26 cm)A box made of three-layer corrugated cardboard measuring 340 * 330 * 264 mm. The maximum capacity is 12 kg.
The cost of 1 piece is 70 rubles.
Available for all tariffs from the warehouse.
CARTON_BOX_500GRBox (0.5 kg 17x12x10 cm)A box made of three-layer corrugated cardboard with dimensions 170 * 120 * 100 mm. The maximum capacity is 0.5 kg.
The cost of 1 piece is 35 rubles.
Available for all tariffs from the warehouse.
CARTON_BOX_1KGBox (1 kg 24x17x10 cm)A box made of three-layer corrugated cardboard with dimensions of 240 * 170 * 100 mm. The maximum capacity is 1 kg.
The cost of 1 piece is 50 rubles.
Available for all tariffs from the warehouse.
CARTON_BOX_2KGBox (2 kg 34x24x10 cm)A box made of three-layer corrugated cardboard measuring 340 * 240 * 100 mm. The maximum capacity is 2 kg.
The cost of 1 piece is 80 rubles.
Available for all tariffs from the warehouse.
CARTON_BOX_3KGBox (3 kg 24x24x21 cm)A box made of three-layer corrugated cardboard with dimensions of 240 * 240 * 210 mm. The maximum capacity is 3 kg.
The cost of 1 piece is 90 rubles.
Available for all tariffs from the warehouse.
CARTON_BOX_5KGBox (5 kg 40x24x21 cm)A box made of three-layer corrugated cardboard measuring 400 * 240 * 210 mm. The maximum capacity is 5 kg.
The cost of 1 piece is 100 rubles.
Available for all tariffs from the warehouse.
CARTON_BOX_10KGBox (10 kg 40x35x28 cm)A box made of three-layer corrugated cardboard measuring 400 * 350 * 280 mm. The maximum capacity is 10 kg.
The cost of 1 piece is 150 rubles.
Available for all tariffs from the warehouse.
CARTON_BOX_15KGBox (15 kg 60x35x29 cm)A box made of three-layer corrugated cardboard with dimensions of 600 * 350 * 290 mm. The maximum capacity is 15 kg.
The cost of 1 piece is 190 rubles.
Available for all tariffs from the warehouse (except for the "warehouse-parcel terminal" mode).
CARTON_BOX_20KGBox (20 kg 47x40x43 cm)A box made of three-layer corrugated cardboard with a size of 470 * 400 * 430 mm. The maximum capacity is 20 kg.
The cost of 1 piece is 200 rubles.
Available for all tariffs from the warehouse (except for the "warehouse-parcel terminal" mode).
CARTON_BOX_30KGBox (30 kg 69x39x42 cm)A box made of three-layer corrugated cardboard with dimensions of 690 * 390 * 420 mm. The maximum capacity is 30 kg.
The cost of 1 piece is 250 rubles.
Available for all tariffs from the warehouse (except for the "warehouse-parcel terminal" mode).
BUBBLE_WRAPBubble wrapHigh pressure polyethylene, two layers. It is an additional packaging material for packing shipments into transport packaging.
1 meter - 55 rubles.
Available for all tariffs from the warehouse.
WASTE_PAPERWaste paperWrapping paper (waste paper, class E). Width 0.42 m.Designed for packing various types of shipments (cargo) and filling voids inside the package
1 meter - 50 rubles.
Available for all tariffs from the warehouse.
CARTON_FILLERFiller pressed cardboard (55x14x2.3 cm)Protective insert made of sheet compressed cardboard. It is applied for:
- inner lathing inside the corrugated box
- wrapping and separating attachments inside the corrugated box
- filling voids.
The cost of 1 piece is 50 rubles.
Available for all tariffs from the warehouse.
BAN_ATTACHMENT_INSPECTIONAttachment inspection ban

Provides the ability to disable viewing attachments. Provided for online stores.
Not compatible with additional services "Fitting at home" and "Partial delivery".
The service is not transferred to parcel terminal .
The cost is 0 rubles.

PHOTO_OF_DOCUMENTSPhoto of documents

Designed to deliver products (cargo, documents), with identification of the recipient, photographing the client's goods / signed documents.
The service is paid, clarify the conditions with your manager.

LOADING_OPERATIONS_AT_THE_SENDER

Loading and unloading at the sender's address

Loading and unloading at the customer's address, if the weight of cargo items does not exceed 80 kg.  

LOAD_THE_OPERATION_AT_THE_RECIPIENT Loading and unloading at the recipient

Loading and unloading at the customer's address, if the weight of the packages does not exceed 80 kg.

Appendix 5. Material code

CodeMaterial
1Polyester
2Nylon
3Fleece
4Cotton
5Textiles
6Linen
7Viscose
8Silk
9Wool
10Cashmere
11Leather
12Leatherette
13Artificial fur
14Suede
15Polyurethane
16Spandex
17Rubber



 

© 2000—2024, Курьерская компания СДЭК