Merchant Order IDs Object

Example Merchant Order IDs Object
{
  "merchant_order_id": "112-1234567-7272727",
  "merchant": "amazon",
  "account": "timbeaver@gmail.com",
  "placed_at": "2018-01-02T23:51:08.366Z",
  "tracking_url": "https://www.amazon.com/progress-tracker/package/ref=oh_aui_hz_st_btn?_encoding=UTF8&itemId=jnlnooqppopuun&orderId=112-1234567-7272727",
  "delivery_date": "Jan. 7, 2018"
}

Attributes

AttributeTypeDescription
merchant_order_idStringThe identifier provided by the retailer for the order that was placed
merchantStringThe retailer on which the order was placed
accountStringThe account on which the order was placed
placed_atDateThe date and time at which the order was placed
trackingArrayA list of the tracking numbers associated with the order
product_idsArrayA list of product_ids in the order
tracking_urlStringThe tracking url provided by the merchant (if available)
delivery_dateStringThe projected delivery date given by the retailerdd