Join Slack
Powered by
Is there any suiteql that can get package line fro...
# suiteql
b
Boris Yasen
10/30/2024, 3:07 PM
Is there any suiteql that can get package line from item fulfillment record please?
a
Anthony (NimbusLabs)
12/07/2024, 4:50 PM
Yes, this is possible using the
SHIPMENTPACKAGE
table: from TRANSACTION T INNER JOIN SHIPMENTPACKAGE S on T.ID = S.ITEMFULFILLMENT
Open in Slack
Previous
Next