Fulfillment assets

Fulfillment centers are used by stores as both inventory warehouses and shipping and receiving centers. A fulfillment center represents a place from which products are shipped to customers. Inventory counts are maintained separately for each fulfillment center. One store may have one or many fulfillment centers associated with it. The fulfillment center manages the product inventory and shipping for a store. Fulfillment includes picking, packing, and shipping. Picking is the selection of products in one or more releases from a fulfillment center, packing is putting these products into shipping containers, and shipping is sending them to customers.

Products are configured for fulfillment with the Product wizard and the Product notebook. Product configuration provides options to track inventory, allow backorders, force backorders, release the product separately, and specify that the product should not be returned.

Typically, there are a number of people working in a fulfillment center at one time, each with a different task or tasks to perform. The WebSphere Commerce Accelerator divides the most common tasks into roles, and these roles are assigned to users. In the WebSphere Commerce Accelerator, select one fulfillment center at logon time, if you have been assigned one or more roles pertaining to fulfillment.

In order to understand fulfillment assets, it is necessary to understand the relationships between fulfillment and the store. This can be explained by the use of an information model. The following sections describe the relationships that fulfillment has to a store and other assets.

D

Fulfillment center

In the preceding diagram, the fulfillment center is at the center of the fulfillment process. A fulfillment center has an owner, defined in the MEMBER table. Each store can be associated with multiple fulfillment centers, and a fulfillment center can have several stores associated with it. There are several interactions between the store and the fulfillment center, as indicated in the diagram. For more information about store assets, see .

Receipts

Fulfillment centers receive inventory for items on a daily, weekly, or monthly basis. When inventory is received for an item, a receipt is created in the RECEIPT table which records information about the quantity received, as well as the store which owns the inventory. As orders are processed, the RECEIPT table is updated to reflect the current available inventory levels.

RaDetail

RaDetail is the detailed information about items on an expected inventory record. This information can be used to estimate when inventory may be expected to be received at a fulfillment center and provide customers with expected shipping dates for backordered items.

Inventory

A store has inventory which is associated with the fulfillment center. Inventory includes everything that can be physically accounted for in a fulfillment center. Inventory is associated with one store and one fulfillment center. Information about the inventory that a store owns at the fulfillment center is also recorded such as reserved quantities, amounts on backorder, and amounts allocated to backorders. This information is stored in the ITEMFFMCTR table.

Shipping arrangements

A shipping arrangement is a relationship that enables a store to use a fulfillment center. Shipping arrangements indicate that a fulfillment center can ship products on behalf of a store using a shipping mode. Each store has a shipping arrangement with a fulfillment center. Shipping arrangements are set up in the SHPARRANGE table.

Other fulfillment assets

There are other relationships to a fulfillment center that are not directly related to a store. A pick batch is one that is associated with one fulfillment center. A pick batch groups together order releases for their processing as a unit at a fulfillment center, and creates pick slips and pack slips. Once items have been picked and packed, an order release can then be shipped, and the shipment can be confirmed. Pick batch information is stored in the PICKBATCH table. An order item is also associated with one fulfillment center. An item is a specific instance of a product, defined by attributes. Information about each item in an order is stored in the ORDERITEMS table.

Like other entities, a fulfillment center has rules which govern some of its actions. Each fulfillment center has rules for tax and shipping charges. These are defined in the TAXJCRULE and SHPJCRULE tables respectively.

Related tasks