SoftLayer_Account_Shipment


SoftLayer_Account_Shipment

Description

The SoftLayer_Account_Shipment data type contains information relating to a shipment. Basic information such as addresses, the shipment courier, and any tracking information for as shipment is accessible with this data type.

Local


accountId

The account id of the shipment.
Type: int


courierId

The courier id of the shipment.
Type: int


courierName

The courier name of the shipment.
Type: string


createUserId

The create user id of the shipment.
Type: int


destinationAddressId

The destination address id of the shipment.
Type: int


destinationDate

The destination date of the shipment.
Type: dateTime


id

The unique id of the shipment.
Type: int


modifyUserId

The modify user id of the shipment.
Type: int


note

The shipment note (special handling instructions).
Type: string


originationAddressId

The origination address id of the shipment.
Type: int


originationDate

The origination date of the shipment.
Type: dateTime


statusId

The status id of the shipment.
Type: int


typeId

The type id of the shipment.
Type: int


viaAddressId

The via address id of the shipment.
Type: int

Relational


account

The account to which the shipment belongs.
Type: SoftLayer_Account


courier

The courier handling the shipment.
Type: SoftLayer_Auxiliary_Shipping_Courier


createEmployee

The employee who created the shipment.
Type: SoftLayer_User_Employee


createUser

The customer user who created the shipment.
Type: SoftLayer_User_Customer


destinationAddress

The address at which the shipment is received.
Type: SoftLayer_Account_Address


masterTrackingData

The one master tracking data for the shipment.
Type: SoftLayer_Account_Shipment_Tracking_Data


modifyEmployee

The employee who last modified the shipment.
Type: SoftLayer_User_Employee


modifyUser

The customer user who last modified the shipment.
Type: SoftLayer_User_Customer


originationAddress

The address from which the shipment is sent.
Type: SoftLayer_Account_Address


shipmentItems

The items in the shipment.
Type: SoftLayer_Account_Shipment_Item[]


status

The status of the shipment.
Type: SoftLayer_Account_Shipment_Status


trackingData

All tracking data for the shipment and packages.
Type: SoftLayer_Account_Shipment_Tracking_Data[]


type

The type of shipment (e.g. for Data Transfer Service or Colocation Service).
Type: SoftLayer_Account_Shipment_Type


viaAddress

The address at which the shipment is received.
Type: SoftLayer_Account_Address

Count


shipmentItemCount

A count of the items in the shipment.
Type: unsignedLong


trackingDataCount

A count of all tracking data for the shipment and packages.
Type: unsignedLong