Page 1 of 1

Updating Magento Shipments With Tracking

Posted: Tue 19 Sep 2017 20:47
by jimAtXR
When using the Magento SSIS Destination I can select the shipments, but I can't find a way to update a shipment. I need to update the tracking after I create a shipment. In the Magento API using salesOrderShipmentAddTrack works to update the tracking value.

Re: Updating Magento Shipments With Tracking

Posted: Wed 20 Sep 2017 14:09
by Pinturiccio
Magento 2 API has the SalesOrderShipmentTracks object. But this object is readonly. We will investigate the possibility to support insert/update for this object and post here when we get any results.

Re: Updating Magento Shipments With Tracking

Posted: Wed 20 Sep 2017 17:50
by jimAtXR
Let me know if this doesn't apply, but I found the documentation that appears to support the tracking update.

Magento 2.0 REST API documentation shows salesShipmentTrackRepositoryV1 and it is a post operation that includes tracking.
http://devdocs.magento.com/swagger/index_20.html

Magento 2.0 SOAP API
http://devdocs.magento.com/guides/v2.0/ ... -soap.html
salesShipmentTrackRepositoryV1: http://<magento_host>/soap/default?wsdl&services=salesShipmentTrackRepositoryV1

Re: Updating Magento Shipments With Tracking

Posted: Fri 22 Sep 2017 08:47
by Pinturiccio
We have supported insert and delete operations for SalesOrderShipmentTracks in Magento API V2. Update operation for this object is not supported by Magento API. We are now testing the new internal build and will send it to you next week.

Re: Updating Magento Shipments With Tracking

Posted: Tue 26 Sep 2017 16:20
by Pinturiccio
We have answered you via e-mail.

Re: Updating Magento Shipments With Tracking

Posted: Thu 15 Mar 2018 18:33
by jimAtXR
Are you going to support updating shipments with tracking? I am still using another tool outside of SSIS to update tracking for our Magento sites. The operation is "salesOrderShipmentAddTrack" and includes the following fields..sessionId, shipmentIncrementId, carrier, title, and trackNumber.
It would be much better if we could use devart and build an SSIS job to take care of this.

Re: Updating Magento Shipments With Tracking

Posted: Fri 23 Mar 2018 15:13
by Pinturiccio
According to Magento documentation the salesOrderShipmentAddTrack method adds a new tracking number (insert operation, not update)
http://devdocs.magento.com/guides/m1x/a ... Track.html

The insert operation is supported for SalesOrderShipmentTracks object for Magento V2 in SSIS Data Flow Components for Magento, and you can insert a new tracking number. Update operation is not supported by Magento API; thus, we can't support it in our product.

Re: Updating Magento Shipments With Tracking

Posted: Tue 15 Dec 2020 10:36
by Liam John
Upgrade to Magento 2 to solve this issue or visit here at https://www.rltsquare.com/magento-support-services/