Does anyone know the internal ID of the shipping c...
# suitescript
a
Does anyone know the internal ID of the shipping carrier list?
t
@adavies Here's how I get the shipping methods using SuiteQL:
SELECT ID, ItemID, Description FROM ShipItem ORDER BY ItemID
a
I need the internal ID of the list itself
t
I don't think it is a list.
s
If it isn't one of these, then not sure its gettable
Copy code
-192	Shipping Method
-193	Shipping Package
-245	Shipping Status
y
Try using -192
a
I found it. It's 471.