@Mark_15 Appreciate the quick reply. Unfortunately fulfillmentOrder endpoint in both REST and GraphQL requires one call per order which creates a problem with performance when we deal with thousands of orders. I don’t know if there’s a meaningful difference in performance between REST and GraphQL, but it looks like I am stuck with one call per order either way. Thank you again!