Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
{
 "DealerCode": "9071",
 "Status": "Complete",
 "OrderLineItemList": [ id, id, id, ... ],
 "ProductList": [ id, id, id, ... ],
 "TrackingInfo": {
   "CarrierName": "UPS",
   "TrackingNumber": "12345",
   "TrackingURL": "https://ups.com/track/12345"
 }
}

For descriptions of the fields , additional fields not shown here, and a list of accepted status values, please see this page: Updating Order Status.

...