SoftLayer_Account_Shipment_Item


SoftLayer_Account_Shipment_Item

Description

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

Local


createDate

None
Type: dateTime


description

The description of the shipping item.
Type: string


id

The unique id of the shipping item.
Type: int


packageId

The package id of the shipping item.
Type: int


shipmentId

The shipment id of the shipping item.
Type: int


shipmentItemId

The item id of the shipping item.
Type: int


shipmentItemTypeId

The item type id of the shipping item.
Type: int

Relational


shipment

The shipment to which this item belongs.
Type: SoftLayer_Account_Shipment


shipmentItemType

The type of this shipment item.
Type: SoftLayer_Account_Shipment_Item_Type

Count