Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.66 KB

warehouse-picking-feature-overview.md

File metadata and controls

33 lines (23 loc) · 1.66 KB
title description last_updated template related
Warehouse Picking feature overview
General overview of the Warehouse Picking feature
Oct 3, 2023
concept-topic-template
title link
Fulfillment App overview
docs/pbc/all/warehouse-management-system/page.version/unified-commerce/fulfillment-app-overview.html
title link
Install the Warehouse Picking feature
docs/pbc/all/warehouse-management-system/page.version/unified-commerce/install-and-upgrade/install-the-warehouse-picking-feature.html

The Warehouse Picking feature enables Fulfillment App by adding the following:

  • The picking list entity.
  • picking-lists and picking-list-items Glue API resources.
  • Support for push notifications.
  • An OMS example.
  • Picklist generation strategies.
  • OAuth.

Example of a picklist generation strategy

The feature is shipped with an optional example of a picklist generation strategy. The default strategy generates picklists based on order shipments. Each order line is assigned to a unique picklist that contains all the necessary items to fulfill that order. Also, this strategy splits orders into several picklists based on the warehouse assigned to each order line.

You can extend this strategy or create custom strategies on the project level. Each warehouse can have it's own strategy.

Fulfillment App OAuth

Fulfillment App's early access OAuth supports the Authorization Code Grant flow. The flow is customized to meet the needs of Fulfillment App.