latestOpenAPI 3.0.02026-08-10234193.3 KB

60e380005037

Customs Integration

Create Manifest with shipments

This method allows combining previously created shipments into a single Manifest document in the EuroGate system for customs processing and transportation.

The mainNumbers parameter must contain shipment numbers of previously created shipments.

post/declaration-groups

Request body

namestring

Special Manifest name used for personalization purposes.

If the parameter is absent, it does not need to be transferred.

partnerNumberstring

Unique partner Manifest number generated in the partner system.

If the parameter is absent, it does not need to be transferred.

deliveryPartnerstring nullable required

Delivery partner identifier.

Since delivery is initially performed through the Lviv CSS and customs clearance process, the parameter must be transferred with the value null.

type'Manifest' required

Document type.

The parameter must be transferred with the value Manifest.

senderCompanyTinstring nullable

Sender company TIN code.

The value must be agreed upon with the integration manager.

senderCompanyNamestring nullable

Name of the sender organization.

Fill in this field if senderCompanyTin == null or the value is missing from the directory.

senderAddressstring nullable

Loading address.

Fill in this field if senderDivisionTin == null or the value is missing from the directory.

senderCountryCodestring nullable

Sender country code according to the ISO Alpha-2 standard.

Fill in this field if senderDivisionId == null or the value is missing from the directory.

recipientCompanyTinstring required

TIN code of the consignee legal entity according to the Manifest.

recipientCountryCodestring required

Recipient country code according to the ISO Alpha-2 standard.

shipmentTypestring nullable required

Shipment type.

Available values:

  • B2CDeliveryLess150
  • B2CDeliveryMoreOrEqual150
  • B2BAndC2BDelivery
grossWeightinteger

Gross weight of the Manifest in grams.

The gross weight cannot be less than the net weight.

mainNumbersstring[] required

Array of previously created shipment numbers.

Response

Manifest successfully created.

numberstring

Unique Manifest number in the EuroGate system.

partnerNumberstring

Partner Manifest number.

deliveryPartnerstring

Delivery partner.

statusstring

Manifest status.

statusDateTimestring date-time

Date and time of the last status update.

namestring

Manifest name.

typestring

Document type.

userstring

User identifier who created the Manifest.

divisionIdinteger

Division identifier.

countryCodestring

Country code.

recipientCompanyTinstring

Recipient company TIN.

recipientCompanyNamestring nullable

Recipient company name.

recipientCountryCodestring

Recipient country code.

senderCompanyTinstring

Sender company TIN.

senderCompanyNamestring nullable

Sender company name.

senderAddressstring nullable

Sender address.

senderCountryCodestring

Sender country code.

shipmentTypestring

Shipment type.

grossWeightinteger

Gross weight in grams.

parcelsAmountinteger

Number of parcels.

actualWeightinteger

Actual weight in grams.

shipmentAmountinteger

Number of shipments.

totalCostnumber

Total shipment cost.

currencyCodestring

Currency code.

createdAtstring date-time

Manifest creation date and time.

updatedAtstring date-time

Manifest update date and time.

deletedAtstring nullable

Manifest deletion date and time.