Skip to content

NoParcels

NoParcels is a multi-carrier shipping platform used by fulfilment partners in the Baltics and Poland (Omniva, LP Express / Unisend, Venipak, DPD, InPost and others). If your 3PL prints labels in NoParcels, it needs to know which pickup point the customer chose in Globe. NoParcels reads three custom order attributes for that, and Globe writes them onto every order with a pickup point.


courierCode: OMNIVA
countryCode: {{ point.addressObject.country | upcase }}
pickupLocationIdentifier: {{ point.id }}
  • courierCode — a fixed carrier code per provider, see the table below.
  • countryCode — the pickup point’s country as a two-letter code in capitals, for example LT.
  • pickupLocationIdentifier — the carrier’s own point ID, the same identifier NoParcels lists for the location (for example Omniva 77758, LP Express 0001, DPD LT90007, InPost BAL01G).

  1. Open the Globe Pickup Points app in your Shopify admin and go to Pickup points.
  2. Open the provider your fulfilment partner ships through, for example Omniva.
  3. Enable Create order attributes in the provider’s advanced settings.
  4. Add the three attributes from the block above. Attributes that are already there can stay — NoParcels ignores the ones it does not know.
  5. Save, then repeat for every other provider. Only courierCode changes between providers.

Globe providercourierCode
OmnivaOMNIVA
VenipakVENIPAK
Unisend (LP Express)LP_EXPRESS
DPDDPD
InPostINPOST
PacketaPACKETA

NoParcels matches courierCode against its own carrier list. If your fulfilment partner ships through a carrier that is not in the table, ask your NoParcels account manager for the code they expect and use it as the attribute value.


Globe writes the attributes a few seconds after the order is created, so they are not part of the initial orders/create webhook. NoParcels picks them up when it imports or refreshes the order, and the pickup point is then shown on the shipment.

See Order attributes for how attribute templates work and the Metafield reference for every field you can use.