Skip to main content

SupplyShipmentTypeEnum

An enumeration of the different types of supply shipments.

“ASNs” and “Shipments” are the same type of object for Endless Commercere. We distinguish them by the destination type:

  • intermediate: the destination is not final, like a port of entry, such as the Port of Long Beach. This record expects a subsequent shipment to bring the goods to a final destination.
  • final: the destination is an inventory building in Endless Commerce.
enum SupplyShipmentTypeEnum {
ASN
SHIPMENT
}

Values

SupplyShipmentTypeEnum.ASN

ASN

SupplyShipmentTypeEnum.SHIPMENT

Shipment

Member Of

CreateSupplyShipmentInput input ● SupplyShipment object ● SupplyShipmentFilterInput input ● UpdateSupplyShipmentInput input