fulfillmenttools
API documentationIncident ManagementFeedback
Products
Products
  • Products
  • Core
    • Fulfillmenttools and it's surrounding system
    • Facilities
      • Managed facilities
      • Supplier facilities
      • Facility groups
    • User management
    • GDPR
    • External actions
    • Notification center
    • Incident management
    • Tags
    • Stickers
    • Articles
  • Inventory Management
    • Overview inventory modules
    • Listing
    • Article categories
    • Stock
      • Stock availability
      • Stock properties
      • Stock updates
    • Reservations
    • Inbound process
    • Storage location
    • Zone
    • Inventory traits
    • Channel inventory
    • Measurement units
    • Stow jobs
    • External stock change reasons
    • Configurations
  • Availability & Promising
    • Availability & promising in customer journey
      • Earliest possible delivery date
      • Availability in delivery time period
      • Availability for specific delivery date
      • Checkout options
      • Delivery promise
    • Latest picking start
  • Distributed Order Management
    • Order management
    • Order routing
      • Fences
      • Ratings
      • Order split
      • Routing strategy
      • Item bundles
      • Re-route
      • Decision logs
      • Unroutable orders
      • Pre- and backorders
      • DOMS toolkit
  • Order fulfillment
    • Picking
    • Packing
    • Handover
    • Custom services
    • External documents
    • Load units
    • Interfacility transfer
    • Pick job target time
    • Configurations
      • Picking configuration
      • Packing configuration
      • Handover configuration
      • Printing & document configuration
      • Parcel tag configuration
  • Carrier management
    • Carriers and connection to facilities
    • Carrier country service mapping
    • Same day delivery
    • Custom carrier
    • Available carriers
  • Returns Management
    • Introduction to returns
    • Return reasons
  • Use Cases
    • Creating & executing stow jobs
    • Creating orders with interfacility transfers
    • Demand-driven replenishment
    • Expected stock in availability
    • Incoming goods & storage
    • Multi order picking
Powered by GitBook
On this page
  • Introduction
  • For what the article is used?
  • Facts
  • Example
Edit on GitHub
  1. Core

Articles

Last updated 4 months ago

Introduction

Every line item of the fulfillmenttools order and the operative entities, like pick jobs or pack jobs, contains an article. This article contains all the basic information about the product of this line item, like a title, the identifier tenantArticleId or an imageUrl. The line item itself holds all meta information, like the ordered amount for an order or the picked amount for a pick job.

Detailed information about the article data can be found e.g. in the documentation.

Articles are no separate entity on our platform. They are part of a line item, and this line item is part of e.g. an order, pick job, or handover job.

For what the article is used?

The article identifies the line item comprehensive in the fulfillmenttools platform. It will be used for routing decisions or reservations. With the tenantArticleId conclusions can be drawn e.g. from which order line item is the pick job line item created.

Facts

  • Listings with the same tenantArticleId might hold different information about the (same) product

  • Please note the difference between articles and

Example

In this example, fulfillmenttools receives an order , and we make a decision in which facility the order is routed. For this the tenantArticleId out of the article is important.

  1. An order with a line item arrives at fulfillmenttools. The line item is an apple and contains the article with the tentantArticleId 4711.

  2. Facility A has apples but with the tenantArticleID 0815, this is the wrong facility for this order.

  3. Facility B contains the right apples with the tentantArticleId 4711, the order will be routed into Facility B.

  4. For Facility B a pick job was created. All the information from the article in the order line item will be taken and enriched by the information from the listing.

order REST API
listings
Drawing