Shopify Get An Order module is not accepting the Shopify Order ID

:bullseye: What is your goal?

Retreive a Shopify order.

:thinking: What is the problem & what have you tried?

I’m updating a previously working scenario because the current Shopify modules are deprecated and I’m receiving warning emails. The scenario begins with the Shopify Watch Orders module to retrieve most recent orders. Next module is Shopify Get an order. This module accepts an Order ID. I’m using the ID from Watch Orders as I have in the past. I’m getting an error that states the value of ID is invalid. Am I doing something wrong?

:clipboard: Error messages or input/output bundles

RuntimeError
[200] Error(s):

  • Variable $id of type ID! was provided invalid value

Origin
Shopify

:camera_with_flash: Screenshots (scenario flow, module settings, errors)

Hi @Romont_Johnson,

The 200 error indicates that the request itself is OK. The ID value itself is invalid. Does Shopify expect another format? Can you double check if you have mapped the correct ID?

Cheers,
Henk

The issue resolved itself/Make fixed the issue. After a couple days, I went back to work on the scenario again and the runtime error was gone. Orders are now being retrieved.

2 Likes