Store owner has ShipStation setup and running. It's exporting everything very nicely into it. But they need to know, how do you import the tracking data back into the store? I see a ShipStation Import Log tab. Do you send the data back from within the ShipStation browser-based admin? Documentation is a tad light on the info.
Announcement
Collapse
No announcement yet.
ShipStation - how do you import tracking info?
Collapse
X
-
ShipStation - how do you import tracking info?
Leslie Kirk
Miva Certified Developer
Miva Merchant Specialist since 1997
Previously of Webs Your Way (aka Leslie Nord leslienord)
Email me: [email protected]
www.lesliekirk.com
Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr
Tags: None
-
Shipstation sends GET or POST message to store. And that's it :-)
Code:https://YOUR-STORE.COM/mm5/5.00/modules/export/shipstation.mvc?store_code=AAAAA&TemporarySession=1&TemporarySession=1&debug=1&action=shipnotify&order_number=123456789&carrier=UPS&service=&tracking_number=TESTTRACKING123456&SS_AUTH_USER=MIVA_ADMIN_USER&SS_AUTH_PW=MIVA_ADMIN_PASSWORD
Comment