A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
How do you change the location of a line item (not a fulfillment order) using the REST API?
Example:
Order contains 2 items and 1 fulfillment order, both are assigned to location A.
How do you move 1 of these items to location B?
The documentation I can only see how to move a group of line items: https://shopify.dev/api/admin-rest/2022-10/resources/fulfillmentorder#post-fulfillment-orders-fulfil...
Use case: someone wants certain line items fulfilled from a specific location based on the order data (like shipping address).
Thanks