Hi all, we're looking to integrate UPS with NetSui...
# suitescript
a
Hi all, we're looking to integrate UPS with NetSuite. The thing is that we're only looking to pull the cost and the tracking number once the items are shipped. The regular NetSuite Shipping integration won't seem to work for us because we don't have item weights entered for each item so they aren't integrated shipping items. Any ideas on how to proceed? Would this need a custom script to use their API?
b
not sure why you are asking the suitescript channel this question, the answer from the suitescript channel will be to use suitescript
a
I hear that. I guess my question really is if it needs a script or is there a built in way to do this? I have no problem scripting for this but I always like to confirm that there's not a built in way to do it beforehand in order to be most time efficient.
c
@Ava I've done exactly what you're asking but I used SuiteScript.
I have an AfterSubmit function that requests tracking information once an ItemFulfilment is saved.
a
Thanks. And what is the function? Are you reaching out to the UPS API?