| title | 
      String | 
      read-only | 
      The order’s title. | 
    
    
      | buyerUserID | 
      String | 
      read-only | 
      The eBay user id of the buyer. | 
    
    
      | buyerName | 
      String | 
      read-only | 
      The name of the buyer. | 
    
    
      | buyerEmail | 
      String | 
      read-only | 
      The e-mail address of the buyer. | 
    
    
      | buyerAddress | 
      String | 
      read-only | 
      The street address of the buyer. | 
    
    
      | sellerUserID | 
      String | 
      read-only | 
      The eBay user if of the account you used to start the listing the order originates from. | 
    
    
      | totalPrice | 
      Float | 
      read-only | 
      The total order amount | 
    
    
      | paidDate | 
      String | 
      read-only | 
      The date the order was marked as paid by the buyer. | 
    
    
      | shippedDate | 
      String | 
      read-only | 
      The date the order was marked as shipped. | 
    
    
      | orderTransactions | 
      Array | 
      read-only | 
      A list of transactions making up the order. |