OnTime REST API
OnTime REST API / Item Json Schema
In This Topic
    Item Json Schema
    In This Topic
    Description
    Represents a comprehensive Item record within the OnTime API.
    Overview
    Item
    Represents a comprehensive Item record within the OnTime API.
    ID : string
    The unique identifier for this Item record.
    OrderID : string
    The unique Guid identifier referencing the Order record this Item is assigned to.
    TrackingNumber : string
    The tracking number assigned to this Item.
    Description : string
    The description containing any notable details or instructions regarding this Item.
    Comments : string
    Any additional comments associated with this Item.
    Weight : number
    The weight measurement of this Item.
    Height : number
    The height measurement of this Item.
    Width : number
    The width measurement of this Item.
    Length : number
    The length measurement of this Item.
    Properties
    NameDescriptionData Type
    The unique identifier for this Item record.string
    The unique Guid identifier referencing the Order record this Item is assigned to.string
    The tracking number assigned to this Item.string
    The description containing any notable details or instructions regarding this Item.string
    Any additional comments associated with this Item.string
    The weight measurement of this Item.number
    The height measurement of this Item.number
    The width measurement of this Item.number
    The length measurement of this Item.number
    See Also