Fluent Commerce Logo
Docs
Sign In

Shippit Connector Features Mapping

Essential knowledge

Author:

Movyn John

Changed on:

7 July 2025

Overview

The following mappings capture the features supported by the Shippit .

Key points

  • All the features described below should be driven by the retailer's requirements
  • The table provides the reference mapping for integration purposes to enable certain features of the connector

Fluent Commerce – Shippit Mapping

This Fluent Commerce Mapping column references the schema documented here.

The following data mappings document the Shippit & Fluent Commerce integration and itʼs data handling with relation to an and the ʼs Items.

Feature

Fluent Commerce Mapping

Expected Values

Notes

Delivery Date

..shippitDeliveryDate

Date in dd/mm/yyyy format

Scheduled delivery date

Delivery Window

..shippitDeliveryWindow

Time in HH:mm format

Delivery time window within the scheduled delivery date

Authority To Leave

..shippitAuthorityToLeave

yes or no (case insensitive)

Authority To Leave (ATL) flag if selected by the customer when placing the . If this is not set, 

Delivery Instructions

.fulfilmentChoice.deliveryInstruction

Free text

Delivery instructions to be provided to the carrier

Dangerous Goods Code

.orderItem..shippitDangerousGoodsCode

Free text


Dangerous Goods Text

.orderItem..shippitDangerousGoodsText

Free text


Origin Country Code

.orderItem..shippitOriginCountryCode

ISO Country Code


Tariff Code

.orderItem..shippitTariffCode

Free text



Shippit Label Information Mapping

The logic to determine the recipient information on the carrier label is as follows:

Field

Fluent Commerce Mapping

Recipient Name

Primary: `order.fulfilmentChoice.deliveryAddress.name` 

Fallback: `order.fulfilmentChoice.deliveryFirstName + order.fulfilmentChoice.deliveryLastName`

OR`
`

.customer.firstName + .customer.lastName

Recipient Company Name

Primary:
`order.fulfilmentChoice.deliveryAddress.companyName`

Fallback: 
NA

Recipient Contact Number

Primary:
`order.fulfilmentChoice.deliveryContact`

Fallback:
`order.customer.primaryPhone`

Recipient / Tracking Email Address

Primary:
`order.fulfilmentChoice.deliveryEmail`

Fallback:
`order.customer.primaryEmail`

Delivery Address

Primary:
`order.fulfilmentChoice.deliveryAddress.street`
.fulfilmentChoice.deliveryAddress.street2
.fulfilmentChoice.deliveryAddress.city
.fulfilmentChoice.deliveryAddress.state
.fulfilmentChoice.deliveryAddress.postcode
.fulfilmentChoice.deliveryAddress.country

Fallback: 
NA