Attributes

AttributeData typeDescription
created timestamp Timestamp for this event.
order_id string The merchant order id.
shipping_confirmation string Shipment tracking number.
shipping object See details.
shipping_carrier string The delivery service that shipped a physical product, such as Fedex, UPS, USPS, etc.
type string An event type.
id string A unique id for this event.
{ 
   "created":"2016-11-30T21:07:47Z",
   "order_id":"JLKM4321",
   "shipping_confirmation":"1Z23223",
   "shipping":{ 
      "name":{ 
         "full":"John Doe"
      },
      "address":{ 
         "city":"San Francisco",
         "state":"CA",
         "zipcode":"94111",
         "line1":"325 Pacific Ave",
         "country":"USA"
      }
   },
   "shipping_carrier":"USPS",
   "type":"update",
   "id":"EILMLQLZPGC742HO"
}