Updating Magento Shipments With Tracking

Discussion of issues, suggestions and bugs of Devart SSIS Data Flow Components, our product line for building SSIS-based ETL solutions, performing data access to popular cloud applications and databases.
Post Reply
jimAtXR
Posts: 6
Joined: Tue 19 Sep 2017 20:41

Updating Magento Shipments With Tracking

Post by jimAtXR » Tue 19 Sep 2017 20:47

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.

Pinturiccio
Devart Team
Posts: 2420
Joined: Wed 02 Nov 2011 09:44

Re: Updating Magento Shipments With Tracking

Post by Pinturiccio » Wed 20 Sep 2017 14:09

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.

jimAtXR
Posts: 6
Joined: Tue 19 Sep 2017 20:41

Re: Updating Magento Shipments With Tracking

Post by jimAtXR » Wed 20 Sep 2017 17:50

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

Pinturiccio
Devart Team
Posts: 2420
Joined: Wed 02 Nov 2011 09:44

Re: Updating Magento Shipments With Tracking

Post by Pinturiccio » Fri 22 Sep 2017 08:47

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.

Pinturiccio
Devart Team
Posts: 2420
Joined: Wed 02 Nov 2011 09:44

Re: Updating Magento Shipments With Tracking

Post by Pinturiccio » Tue 26 Sep 2017 16:20

We have answered you via e-mail.

jimAtXR
Posts: 6
Joined: Tue 19 Sep 2017 20:41

Re: Updating Magento Shipments With Tracking

Post by jimAtXR » Thu 15 Mar 2018 18:33

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.

Pinturiccio
Devart Team
Posts: 2420
Joined: Wed 02 Nov 2011 09:44

Re: Updating Magento Shipments With Tracking

Post by Pinturiccio » Fri 23 Mar 2018 15:13

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.

Liam John
Posts: 1
Joined: Wed 10 Jun 2020 09:41

Re: Updating Magento Shipments With Tracking

Post by Liam John » Tue 15 Dec 2020 10:36

Upgrade to Magento 2 to solve this issue or visit here at https://www.rltsquare.com/magento-support-services/

Post Reply