Service level mapping
ServiceName | Network | Description | Trigger | LegacySystemTrigger | Comment |
---|---|---|---|---|---|
Standard | Parcel | Standard Parcel Delivery | serviceLevelReference = parcel | serviceLevelReference = PARCEL | |
Standard | Economy parcel | Standard parcel delivery no signature required | serviceLevelReference = economy | serviceLevelReference = ECONOMY | |
Expressparcel 09:00 | Parcel | Express Service Delivery before 9 AM | serviceLevelReference = parcelExpressBefore0900 | serviceLevelReference = PXPR09 | Domestic Only |
Expressparcel 10:00 | Parcel | Express Service Delivery before 10 AM | serviceLevelReference = parcelExpressBefore1000 | serviceLevelReference = PXPR10 | Domestic Only |
Expressparcel 12:00 | Parcel | Express Service Delivery before 12 AM | serviceLevelReference = parcelExpressBefore1200 | serviceLevelReference = PXPR12 | Domestic Only |
ExpressParcel | Parcel | Express Service Delivery before 17 AM | serviceLevelReference = express | serviceLevelReference = express | Domestic Only |
SHOPDEL+ | Parcel | Shop Delivery | serviceLevelReference = parcelShopDeliveryPlus | serviceLevelReference = PSHDPLUS | Domestic Only |
Standard | Freight | Standard Freight Delivery | serviceLevelReference = freight | serviceLevelReference = FREIGHT | |
ExpressService 1000 | Freight | Express Service Delivery before 10 AM | serviceLevelReference = freightExpressBefore1000 | serviceLevelReference = FXPR10 | Domestic Only |
ExpressService 1200 | Freight | Express Service Delivery before 12 AM | serviceLevelReference = freightExpressBefore1200 | serviceLevelReference = FXPR12 | Domestic Only |
Additional services supported by GLS
Below are the additional Services supported by GLS NL API. Please check the conditions to trigger these services.
Services | Description | Trigger | LegacySystemTrigger | Comments |
---|---|---|---|---|
expressConfirmSMS | To receive an SMS when express delivery is confirmed | Triggered when sendExpressSMSNotification configuration in Ordering Configuration is set , only for ExpressService | Triggered when sendExpressSMSNotification configuration in Ordering Configuration is set , only for ExpressService | |
saturdayService | If the delivery should be on saturday | timeWindows.delivery.onlySaturday = true | requested delivery date on a Saturday | Only for parcel shipments |
Incoterm mapping
GLS supports several delivery terms. Per default 4 of these terms are mapped using the incoterm property combined with the service option splitDutiesFromVat
. When needed, custom mappings can be configured in the carrier setup in the ordering module.
GLS code | GLS Incoterm reference | Description | Trigger |
---|---|---|---|
10 | DDP | Exporter pays duties, taxes, customs clearance fee | Shipment.incoterms.incoterm = ddp Shipment.serviceOptions. |
11 | DDP | indirect procedure 40 - Central clearance | |
12 | DDP | indirect procedure 40 - Clearance final country | |
18 | VAT | IOSS Registration Scheme & VOEC | |
20 | DAP | Importer pays duties, taxes, customs clearance fee | Shipment.incoterms.incoterm = dap Shipment.serviceOptions.splitDutiesFromVat = false |
21 | DAP | direct procedure 40 - Central clearance | |
30 | DDP | Exporter pays duties, customs clearance fee - the importer pays taxes | Shipment.incoterms.incoterm = ddp Shipment.serviceOptions.splitDutiesFromVat = true |
33 | DDP | indirect procedure 42 - external fiskal representative | |
40 | DAP | cleared, Exporter pays customs clearance fee, the importer pays taxes and duties | Shipment.incoterms.incoterm = dap Shipment.serviceOptions.splitDutiesFromVat = true |
41 | DAP | direct procedure 40 - Central clearance | |
50 | DDP | Exporter pays only customs clearance fee (only applicable for low value consignments) |