The fulfillmentOrdersForeachitem.id isn’t available in the list. I also tried manually typing it in but that doesn’t seem to work.
This is because the types don’t match, but probably they should match.
Looks like if you return an ID type it should work:
type Output {
someId: ID!
}
Totally agree!! I remember asking things back in the Partners Slack Community and @paul_n was always helpful there! ![]()
Thanks, I do have an advantage in that I can ask a team of engineers about something. ![]()


