New Runtime Error on Etsy's Get a Listing module

:bullseye: What is your goal?

Anyone else having a new problem with the get a listing module for Etsy? I’m getting the error: Invalid value (shipping) for enum(images, shop, user, translations, videos, personalization, buyerprice). This is new to me as of this morning. Was there an update to Etsy’s API over the weekend? I tried replacing the module, but get the same error. Do we need to wait for the module to be updated?

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

Runtime error on Etsy’s get a listing module. Replaced the module.

:clipboard: Error messages or input/output bundles

Invalid value (shipping) for enum(images, shop, user, translations, videos, personalization, buyerprice).

This error is most likely coming from Etsy. It seems to be saying that “shipping” isn’t a valid value for enum anymore. It is listing the values that Etsy currently accepts. Etsy has recently been migrating their shipping data over to their new Processing Profiles and Shipping Profiles structure. What probably happened is that they dropped “shipping” from the endpoint’s include list when rolling out the feature.

Best way to fix this is to open the module, and go into the raw includes field and remove “shipping” from what you’re requesting and leave the other values as-is. If you actually need the shipping data back you will probably have to pull it from a shipping and profile specific call until Make’s schema is updated.

It would be a good idea to flag Make’s support so that they can work on getting the module updated.