Capabilities
Capabilities are a core concept in the Jungle System which can be applied to other objects such as Locations and Products.
They have special meaning and allow you to configure your organisation in flexible ways.
We go over some of the main use cases below.
Locations
Locations can be tagged with capabilities such as:
ship
: allows for product to be shipped from the location using theSHIP
method onorderConsumeWithAllocations
store
: allows for product to be stored at the locationcollect
: enabled click and collect at a location for usage with thePICKUP
method onorderConsumeWithAllocations
damaged
: This location is used to quarantine damaged stock and will not be used when considering warehouse inventory levels for customer fulfillment or pick/pack jobs.
Other Capabilities
There exists an exhaustive list of capabilities which can be viewed by queries the API. In a large warehouse setup a Jungle Operational Specialist will typically configure these for you according to your warehouse needs and Jungle best practice.
query {
capabilityList {
results {
capability {
id
name
noun
description
constraints {
qtyMax
qtyMin
dimensionsInner {
depth
height
unit
width
}
dimensionsOuter {
depth
height
unit
width
}
dimensionsOuterMin {
depth
height
unit
width
}
}
}
}
}
}
id | name | description |
---|---|---|
shop | Shop | People can come to this location to browse and purchase product. |
ship | Ship | Product can be shipped from this location. |
portable | Portable | Able to be easily carried or moved by a person. |
packaging | Packaging | Can be used for packaging products for transport/storage/etc. |
damaged | Damaged | Damaged stock can be stored in this location. |
store | Store | Stock (inventory) can be stored in this location. |
Prints documents / barcodes etc. | ||
device-gateway | Gateway | The ability to connect devices directly to Jungle. |
weigh | Weigh | The ability to weigh, obtain the mass of objects. |
supply | Supply | This location has the capability to supply inventory from a given supplier |
collect | Collect | Fulfilments can be collected from this location. i.e. Click & Collect, In-Store Pickup. |