Order Inventories Object

The Task Inventories object is included in some webhook callbacks. For example, the Order Is Done callback object includes the Task Inventories object.
Also known as task inventories.

Task Inventories Object Attributes

coc_type

integer

The chain of custody type. The values are:

  • 0 - weak
  • 1 - strong
  • 2 - none
  • 3 - unloaded

deleted_at

datetime

The date and time this inventory item was deleted. The default is null. This is in UTC and is in the format is " %Y-%m-%dT%H:%M:%S%z".

external_id

string

The customer's external Id.

inventory_id

Int32

The Id of this task inventory item.

merchant_id

Int32

The Id of the company. The merchant_id may be null, if the developer works with only one company.

name

string

The name of the inventories in this order.

original_quantity

integer

The original quantity of the inventory item.

note

string

A note added to this inventory item.

parent_task_inventory_id

Int32

The Id of the task inventory item of which this task inventory item is a member. For example, in the case of two task inventories A (Id 1) and B (Id 2) where B is a member of A, Id 1 is the parent_task_inventory_Id.

pending

boolean

Indicates whether the task inventory item is ready for pickup at the location.

  • false or 0 - the task inventory item is not ready for pickup
  • true or 1 - the task inventory item is ready for pickup

price

double

The price of the inventory item.

quantity

integer

The quantity of this inventory item.

width

double

The width of this inventory item.

height

double

The height of this inventory item.

length

double

The length of this inventory item.

weight

double

The weight of this inventory item.

returning_to_hub

boolean

Indicates wheter the task inventory item should be returned to the hub.

  • false or 0 - do not return the task inventory item to the hub
  • true or 1 - do return the task inventory item to the hub

scan_string

text

If a scan code is associated with this task inventory item, this is that scan code.

scanned

boolean

If a scan code is associated with this task inventory item, this indicates whether the item was scanned.

  • false or 0 - the item was not scanned
  • true or 1 - the item was scanned

source_task_id

Int32

If the task inventory item originated from another order, this is the Id of that other order.

task_id

Int32

Bringg order Id.

way_point_id

Int32

The Id of the way point with which this task inventory is associated.

services_external_ids

array of strings

The type of service associated with that inventory item. Options are: "installation", "fragile", "heavy_weight", "recycle". The exact wording can be defined by you in conjunction with your Bringg representative.