Capabilities

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 the SHIP method on orderConsumeWithAllocations
  • store: allows for product to be stored at the location
  • collect: enabled click and collect at a location for usage with the PICKUP method on orderConsumeWithAllocations
  • 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
          }
        }
      }
    }
  }
}
idnamedescription
shopShopPeople can come to this location to browse and purchase product.
shipShipProduct can be shipped from this location.
portablePortableAble to be easily carried or moved by a person.
packagingPackagingCan be used for packaging products for transport/storage/etc.
damagedDamagedDamaged stock can be stored in this location.
storeStoreStock (inventory) can be stored in this location.
printPrintPrints documents / barcodes etc.
device-gatewayGatewayThe ability to connect devices directly to Jungle.
weighWeighThe ability to weigh, obtain the mass of objects.
supplySupplyThis location has the capability to supply inventory from a given supplier
collectCollectFulfilments can be collected from this location. i.e. Click & Collect, In-Store Pickup.
Fill 1

Can't find what you're looking for?

Contact Us