has anyone integrated with different shipping carr...
# general
s
has anyone integrated with different shipping carriers besides the top 3 USA ? or setup a freight management system
d
regional carriers can be solid for reducing shipping costs & transit times: ontract, GLS, speedee, etc. to name a few.
👍 1
n
we've just completed an integration with a UK shipper's API. scope was simple but their documentation was lacking and we walked into a few problems.
s
did you integrate shipping labels?
n
their API returned consignment # and shipping labels. our script saved the label and attached it to our fulfilment.
s
What trigered the api call ?
n
we triggered BeforeSubmit on the IF
s
so just a client script no suitelet ?
n
User event script on our end.
d
Are you talking about a system like CHRobinson?
s
@Netsuite Tragic you said you made an api call ina user event script ?
n
@Sim Greenbaum yes?
s
did you use N/https ?
n
/**
* @NApiVersion 2.x
* @NScriptType UserEventScript
*/
define(['N/record', 'N/search', 'N/https', 'N/runtime', 'N/file','N/xml','N/error'],
s
did you only use a uservent script or also client script?
n
Only UE