I've got an order ID from a third party JSON messa...
# suitescript
c
I've got an order ID from a third party JSON message and I need to transform the order into a fulfillment. For the transform, I need to know the order type (either SO or TO); what's the best way to get the order type when I only know the order ID?