Error message: price: expected String to be a money_fuzzy

I am trying to add a product to Shopify via a 3rd party external app via an API call.
It adds the product just fine on one of our site but not on another one.

The one on which it does not work brings back this error message:

{“errors”:{“price”:“expected String to be a money_fuzzy”}}.

Could you explain what it is?

Hey @Al35 , are you able to share an X-Request ID with us? It should be included in the API Response headers to the query where you’re seeing the error. Generally when we’re seeing string errors like this, it’s because we expect a certain value to be formatted in a particular way, so I think this could be the issue.

With an X-Request-ID, I’d be able to take a deeper look in our logs and see if we can track down exactly what happened here. Hope to hear from you soon - let us know if we can clarify anything on our end.