Picture of Connect: Veracore Update Shipping Status | CI_Veracore_006

Connect: Veracore Update Shipping Status | CI_Veracore_006

The final piece of the integration supports updating the statuses of orders in Infigo to shipped and also passing updated order information like delivery method and tracking code back into Infigo.

Tutorial Video Transcript

A transcript of our tutorial video, ensuring you can find exactly what you need, when you need it.

You can search this page to find the relevant time-stamp in the video. Also, this text can be used as part of the tutorial search feature.

00:00:11:16 - 00:00:13:11
The final piece of the integration
supports

00:00:13:11 - 00:00:17:06
updating the status of orders
within Infigo from Veracore

00:00:17:28 - 00:00:22:09
and changing those to shipped
and also passing updated order information

00:00:22:09 - 00:00:26:17
like delivery method
and tracking codes back to Infigo

00:00:26:17 - 00:00:29:16
from Veracore.

00:00:30:16 - 00:00:33:19
Now for this
we use the Veracore web service,

00:00:33:19 - 00:00:36:25
getShippingCharge

00:00:36:25 - 00:00:39:22
This allows us to poll for all orders

00:00:40:00 - 00:00:42:27
set to shipped within a specific time
frame.

00:00:43:25 - 00:00:46:17
Within our plugin,
we allow you to specify the number of days

00:00:46:17 - 00:00:50:17
in the past for the first ship date
that you would like us to poll from,

00:00:50:28 - 00:00:53:08
and also the number of days in the past

00:00:53:08 - 00:00:55:02
for the last ship date.

00:00:55:02 - 00:00:56:20
So we essentially look for orders

00:00:56:20 - 00:00:59:16
that have been marked as shipped
between those two dates.

00:00:59:25 - 00:01:05:07
So for example, it might be 30 days
in the past until one day in the past.

00:01:06:09 - 00:01:09:09
Within Infigo
itself, we just have these three options

00:01:09:09 - 00:01:12:04
here, which are within the Veracore
configuration settings

00:01:12:27 - 00:01:17:07
and we need to update the shipping
status options.

00:01:19:09 - 00:01:22:27
What Veracore does is returns
a list of orders set to shipped

00:01:23:04 - 00:01:25:06
during this specified timeframe.

00:01:26:12 - 00:01:30:11
we then iterate through each order
and check against all open orders

00:01:30:11 - 00:01:34:29
in Infigo. When the order is found,
we will update the tracking information on

00:01:35:08 - 00:01:41:00
the delivery method if it's been changed,
and then set the order to shipped.

00:01:41:05 - 00:01:44:12
This then in turn can trigger
a shipped notification email

00:01:44:12 - 00:01:47:04
from Infigo
that contains the delivery method

00:01:47:12 - 00:01:50:15
and tracking information
to the end customer.

00:01:50:28 - 00:01:53:15
So the three options that we have
available is the number of days

00:01:53:15 - 00:01:56:29
in the past
to specify the first ship date.

00:01:58:19 - 00:01:59:20
Number of days in the past

00:01:59:20 - 00:02:04:03
for the last ship date
and then the interval duration of sync.

00:02:04:03 - 00:02:05:14
And this is in the number of hours.

00:02:05:14 - 00:02:09:01
So this is the number that represents
the frequency in which you want

00:02:09:01 - 00:02:11:08
the shipping status to be updated

00:02:12:07 - 00:02:15:16
and the sync to be
run between the two systems.

 

Incomplete