You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I seem to be running into a ton of errors with schema. Basically complaining about required values when they come in empty from shopify.
I ended up downloadint catalog and marking up a bunch of values that are expected as strings, integers, objects, etc as nullible .ie. "type": [ "object", "null" ], instead of just "type": [ "object"]
Also lots of mismatches of object vs array type on things like "tax_lines" for example.
I can't imagine everybody is doing it manually. Am I missing something?