Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The Flow Selfservice solution is intended to provide an easy way to see with which transport-products a batch of deliveries can be sent with. The steps are as follows:

  1. Upload a file in the format explained below
  2. Click on "process file"
  3. We will email you the file back, with the addition of a new column "RESULT" containing the transport-product, or possibly an error message. Specify the email-address in step 1.

General notes about the format

...

The Flow Selfservice system makes use ofย Parcel Booking API, so please refer to the documentation for more information on possible error-codes.

Name

Mandatory

Description

Max length

Type

Example

ORDER_ID

External order ID
Typically identifies each customer for this distribution.

12StringA345
CONSIGNEE_NAME(tick)

Name of customer

105StringOla Nordmann
CONSIGNEE_COUNTRYCODE(tick)Country code, according to ISO 3166-1.3StringNO
CONSIGNEE_ADDRESS

Combined address information with the following format:

  • Street name
  • Street number (with leading space)
  • Entrance
  • Floor type (only relevant for countryCode=NO)
    • H (main floor)
    • U (basement)
    • L (attic)
    • K (cellar)
  • Floor number
  • Flat numer
35StringStorgaten 11A H0202
CONSIGNEE_ZIP(tick)Also known as postal code.9String0155
CONSIGNEE_CITY(tick)Also known as postal name.35StringOSLO
CONSIGNEE_PHONE_1
This can be used for automated SMS notification.100String+47 402 10 000
CONSIGNEE_PHONE_2
This can be used for automated SMS notification.100String+47 402 20 000
CONSIGNEE_EMAIL
This can be used for automated email notification.100String

ola@nordmann.no

CONSIGNOR_NAME(tick)

Name of customer




CONSIGNOR_COUNTRYCODE(tick)Country code, according to ISO 3166-1.


CONSIGNOR_ADDRESS

Combined address information with the following format:

  • Street name
  • Street number (with leading space)
  • Entrance
  • Floor type (only relevant for countryCode=NO)
    • H (main floor)
    • U (basement)
    • L (attic)
    • K (cellar)
  • Floor number
  • Flat numer



CONSIGNOR_ZIP(tick)Also known as postal code.


CONSIGNOR_CITY(tick)Also known as postal name.


CONSIGNOR_PHONE
This can be used for automated SMS notification.


CONSIGNOR_EMAIL

This can be used for automated email notification.




WEIGHT

Measuring unit is gram.

n/aWhole number600
VOLUME

Measuring unit is cubic decimeter.

n/aDecimal number4
LENGTH

Measuring unit is centimeter.

n/aDecimal number120
HEIGHT

Measuring unit is centimeter.

n/aDecimal number5
WIDTH
Measuring unit is centimeter.n/aDecimal number12
CONTENT

Description of the contents. This can be placed on some shipping labels.

70StringBrown shirt
CONTENT_VALUE
Currency is according to the location of the shopId.n/aDecimal number580
GENERIC

COMING SOONย A piece of generic information that will be stored with the orders.


Text

Template-file and examples

...