Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.64 KB

File metadata and controls

32 lines (23 loc) · 1.64 KB
title description last_updated template
Set up Fulfillment App
Learn how to install and configure Fulfillment App
Nov 23, 2023
howto-guide-template

This document describes how to install Fulfillment App and connect it to your project.

Install the required features

To enable the support of Fulfillment App in your project, install the following features:

NAME VERSION INSTALLATION GUIDE
Warehouse picking {{page.version}} Install the Warehouse picking feature
Warehouse User Management {{page.version}} Install the Warehouse User Management feature
Warehouse picking + Product {{page.version}} Install the Warehouse picking + Product feature

Install Fulfillment App

For instructions on installing Fulfillment App, see Set up Oryx.

Connect Fulfillment App

To connect Fulfillment App to your project using Glue API, set the URL of your Glue Backend API in the environment configuration:

...
SCOS_BASE_URL={GLUE_BACKEND_API_URL}
...