Skip to main content

Taskable

union Taskable = ASN | Order | OrderFulfillment

Possible types

Taskable.ASN object shipments

Taskable.Order object orders

The order type. This type represents an order in the system.

Taskable.OrderFulfillment object orders

This type represents an order fulfillment. An order can have multiple fulfillments, each one associated with a warehouse and a party that fulfilled the order.

Member Of

Task object