fulfillmenttools
  • Welcome to the fulfillmenttools Platform Documentation
  • Getting Started
    • Setup your access to fulfillmenttools
    • Make your first API Calls
      • Add your first facility
      • Add your first listing
      • Place your first order
    • Core concepts & terminology
      • Order Flow
    • Postman Collection
    • Client SDKs
    • FAQ
  • Clients
    • Backoffice
      • First steps - Registration
      • Network view
        • Home
        • Orders
          • Unroutable orders
          • Pre-orders & Backorders
          • Order History
        • Inventory Management
          • Stock Overview
          • Channel Inventory
        • Facilities
        • Users
        • Returns
        • DOMS configuration
        • Settings
        • Analytics
          • DOMS Pages
          • Fulfillment Operations Pages
          • Inventory Pages
          • Downloads Page
      • Facility view
        • Home
        • Inbound
        • Tasks
        • Listings
        • Storage Locations
        • Facility
        • Users
    • Inventory app
      • Registration Inventory App
      • App sections
        • Inbound
        • Storage and relocation
    • Operations app
      • Android
        • Manual Registration
        • Android Enterprise Registration
        • Sections
          • Picking
            • Load Units (legacy)
            • Substitute items
            • Weighed or measured products
            • Scanning configuration
            • Picking Methods
              • Batch Picking
              • Multi Order Picking
          • Packing
          • Handover
          • Returns (legacy)
        • Printing
        • Notifications
      • Webapp
        • Packing
      • Overview features Android & Webapp
    • Technical requirements
      • Zebra Hardware Scanner Configuration
      • Honeywell Hardware Scanner Configuration
      • Supported barcodes for camera scanning
      • Requirements for fft applications
      • Zebra printer
    • Returns app
      • Handle unannounced returns
      • Handle announced returns
  • Products
    • Core Functionality
      • Process
        • External actions
      • Add and manage facilities
      • Notification Center
      • Checking on features
      • Tags and Stickers Concept
      • GDPR
      • Remote Configuration
      • Expiry
      • Target time
      • Time calculation for queries of future availabilities (LPS-calculation)
      • Interfacility Transfer
    • Carrier Management
      • Overview
        • Available Carriers
      • Concepts
        • Carrier Country Service Mapping (CCSM)
        • Non-delivery-days
        • Custom Carrier & Headless operation of Carriers
      • Providing needed data
    • Fulfillment Options
      • Fulfillability Check
      • Checkout Options
        • Available fulfillment options based on basket
        • Earliest possible delivery date
        • Available delivery dates within time-period
        • Availability for delivery date
      • Delivery Promise
    • Inventory Management
      • Configurations
      • Entities
        • Listing
        • Stock
          • Stock Properties
        • Storage Location
        • Zone
      • Global Inventory
        • Stock availability
        • Channel Inventory
        • Expected stock
        • Inbound Process
        • Reservations
        • Safety Stock
      • Inventory Control
        • Inventory Traits
        • Measurement Units
        • Outbound Inventory Tracking
        • Storage Location Recommendations
    • Order Fulfillment
      • Headless Order Fulfillment
      • Pick Jobs
      • Zone picking
      • Load Units
      • Custom Service
      • Handover Jobs
      • Add External Documents
      • Configurations
        • Picking Configuration
          • Picking methods
          • Short Pick Reasons
        • Packing Configuration
          • Packing Container Types
        • Print / Document Configuration
        • Tag Configurations
          • Parcel Tag Configuration
        • Handover Configuration
        • Operative Container Types
    • Order Routing
      • Entities
        • Ship-from-Store Orders
        • Click-and-Collect Orders
        • Locked Orders
        • Custom Services Orders
          • Simple Custom Service Order
          • Complex Custom Service Order
      • Fences
      • Ratings
      • Order Split
        • Order split - initial routing
        • Order split after shortpick
        • Item bundles
      • Reroute
      • Shape the routing with the DOMS Toolkit
      • Decision logs
    • Returns Management
      • Returns legacy
        • Available status
      • Returns 2.0
        • Return Reasons
        • Item Conditions
        • Integrating Returns with Events
    • Use Cases
      • Demand-Driven Replenishment
      • Expected stock in availability
      • Multi Order Picking
      • Interfacility transfer
      • Assigned Users
  • Connecting to fulfillmenttools
    • General Topics
      • Use external identity providers to authenticate to fulfillmenttools
        • Microsoft Entra ID / Azure Active Directory (AD)
      • Public Event Export
      • Available Regions
      • Backup Policies
    • GraphQL API
    • RESTful API
      • General Topics
        • API Release Life Cycle
        • Versioning
        • Authorization
        • Customization via Attributes
        • Update Guarantees
        • Rate Limits
        • Resource Timestamps
        • Pagination Interface
        • Localization
        • Custom Attributes
      • OpenAPI Specification
        • Swagger UI
        • OpenAPI 3.0 Spec
    • Eventing
      • Structure of an Event
      • Available Events
      • Tutorial
    • commercetools Connect
    • Integration Tutorial
      • Adding facilities
      • Adding listings to facilities
      • Configuring stocks
      • Carrier configuration
      • Placing orders
      • Checkout Options
      • Distributed Order Management System (Routing)
      • Local fulfillment configuration
  • Incident Reporting
    • How to report incidents in fulfillmenttools
    • How to define incident priorities
  • Release Notes
    • Release Summary – May 2024
    • Release Summary – June 2024
    • Release Summary – July 2024
    • Release Summary – August 2024
    • Release Summary – September 2024
    • Release Summary – October 2024
Powered by GitBook
On this page
  • Overview
  • Order sources
  • DOMS
  • PickJob
  • PackJob
  • Shipment
  • Parcel
  • HandoverJob

Was this helpful?

  1. Getting Started
  2. Core concepts & terminology

Order Flow

This page aims to give you a basic understanding of the flow an order takes within the fulfillmenttools platform.

PreviousCore concepts & terminologyNextPostman Collection

Last updated 5 months ago

Was this helpful?

This page is outdated. Please go to our new documentation under .

Overview

In this graphic you can see an example how an order flows through the different modules of the platform. The different parts you see in the graphic will be explained below.

Order sources

As you can see, we support the import of orders from different sources. The order might come from your shop (for example commercetools, Shopify Plus or Salesforce) and other marketplaces like Amazon or OTTO. We recommend using a connector which listens to events from you shop system and imports them into the platform via an API call (see Place your first order).

DOMS

If you don't provide a fixed facility where the order has to be fulfilled, our DOMS will determine which facility is the best fit for fulfilling an order. For example you could define these fences:

  • service type

  • country borders

combined with these ratings:

  • geodistance (2/10 points)

  • stockavailability (10/10 points)

  • workload balancing (2/10 points)

The fences will exclude every facility that does not meet the criteria. That means a customer from the Netherlands will never be delivered from a facility in Belgium and a facility which only offers click & collect will never receive a ship from store order. The extant facilities will then be rated with points. The one with the most points will receive the order. If there are more than one facility with the same amount of points, one of them will be selected randomly. See Order Routing for more information on that topic.

PickJob

PackJob

After the items where picked, they might need to be packed into a shipping box or something else to hand it over to the customer or carrier. The PackJob assists the employee with packing the items, printing documents and creating shipping and return labels. PackJobs which need to be packed have the status OPEN, currently packed PackJobs are in status IN_PROGRESS. When they are packed and ready, their status will be CLOSED.

Shipment

A shipment is always contained by an order and might contain on or more parcel entities.

Parcel

A parcel represents a real parcel and contains information about the carrier, the tracking codes, the label and the return label.

HandoverJob

A HandoverJob mark the process of handing the package over - either to the customer or the parcel carrier.

An order can be split into one or multiple . When an order is split into multiple PickJobs, each facility gets their own PickJob for that order. The employees then can pick the items needed in the faclity - either in batches or PickJob by PickdJob (based on your configuration). PickJobs which aren't fully picked yet have the status OPEN , PickJobs that are currently picked the status IN_PROGRESS, completed PickJobs are CLOSED.

PickJobs
https://docs.fulfillmenttools.com/documentation
Drawing