REST API: when I GET /record/v1/SalesOrder/{{id}},...
# suitetalkapi
s
REST API: when I GET /record/v1/SalesOrder/{{id}}, am I able to see all the related records? I want to see all fulfillments created from this. My other option is to use the /query action on the Item Fulfillment record, but I'm hoping to find related records from SO -> Fulfillment instead of the other way around
b
sales orders dont have the link to the fulfillment in them
and item fulfillments arent filterable by createdFrom
metadata doesn't have the createdFrom in there
s
is there some other mechanism for me to find all related fulfillments for an order?