11881705 - Add Support For Downloading Tracking Numbers From Epicor
This adds support for using the BAQ BirdDog_TrackingInfo (API endpoint of BaqSvc/BirdDog_TrackingInfo to download tracking numbers from
Epicor. BirdDog_TrackingInfo must have the following fields and they cannot be NULL or empty:
- OrderHed_OrderNum - Sales order number the tracking number is for
- ShipHead_ChangeDate - Activity date used to filter new records
- ShipHead_TrackingNumber - The tracking number to assign to the order
- ShipHead_ShipDate - The date the order was shipped
After successfully applying a tracking number to an order, the order will be marked as selected and then invoiced to allow other connectors (e.g.
Shopify or
Amazon) to upload the tracking number.