Access a community of over 900,000 Shopify Merchants and Partners and engage in meaningful conversations with your peers.
{ "errors": [ { "message": "Internal error. Looks like something went wrong on our end.\nRequest ID: 4b0d5450-2611-455b-bbce-2eacd6981b1d (include this in support requests).", } ] }
Anyone can help me to fix it?
Solved! Go to the solution
This is an accepted solution.
@Yu727 ,
You ran into this error because you are trying to create a fulfilment for FulfillmentOrder ID 2036838105184, but that Fulfillment Order ID does not exist on the store ul*******on.myshopify.com
Similarly, you ran into this error because you are trying to create a fulfilment for FulfillmentOrder ID 2058876747821, but that Fulfillment Order ID does not exist on the store sp**fo.myshopify.com
Hassain | Developer Support Specialist @ Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Click Accept as Solution
I have the same problem with a simple "mutation" like this:
mutation { Order1: fulfillmentCreateV2( fulfillment: { notifyCustomer: true, trackingInfo: { number: "123456789" company: "USPS", url: "http://www.google.com" } lineItemsByFulfillmentOrder: { fulfillmentOrderId: "gid://shopify/FulfillmentOrder/2058876747821", fulfillmentOrderLineItems: [] } } ) { fulfillment{ trackingInfo{ url number company } createdAt id } userErrors { field message } } }
Error:
[message] => Internal error. Looks like something went wrong on our end. Request ID: 1394a946-9afd-4b1e-9d9e-dab69c06d8c7 (include this in support requests).
This is an accepted solution.
@Yu727 ,
You ran into this error because you are trying to create a fulfilment for FulfillmentOrder ID 2036838105184, but that Fulfillment Order ID does not exist on the store ul*******on.myshopify.com
Similarly, you ran into this error because you are trying to create a fulfilment for FulfillmentOrder ID 2058876747821, but that Fulfillment Order ID does not exist on the store sp**fo.myshopify.com
Hassain | Developer Support Specialist @ Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Click Accept as Solution
Why can't we get better error messages that tell us what the issue is, rather than having to post here to figure out what the issue is?
User | RANK |
---|---|
5 | |
4 | |
4 | |
3 | |
3 |