Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge fulfillment orders? #1037

Open
patrickebates opened this issue Mar 5, 2024 · 1 comment
Open

Merge fulfillment orders? #1037

patrickebates opened this issue Mar 5, 2024 · 1 comment
Labels

Comments

@patrickebates
Copy link

Is there a way via this library to merge multiple fulfillment orders? We are using a post-purchase upsell that occasionally creates a second or even a third fulfillment order on an order, and it's causing issues with uploading the fulfillment data because we fill everything together. When we run into one of these, we can locate the order in Shopify to trigger a merge there and everything works. We just need to find a way to merge them without requiring the UI.

@adearriba
Copy link
Contributor

Hi @patrickebates,

You have this mutation you can use with the IGraphService:
https://shopify.dev/docs/api/admin-graphql/2024-01/mutations/fulfillmentOrderMerge

Best,
Alejandro.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants