I am trying to create/update products on Shopify using the bulk api. I am getting a error response when running bulkOperationRunMutation.
The error is Unexpected file structure - expected JSONL.
I have noticed that when i reduce the amount of variants that i am sending so that the size of a single line is under 5000 characters that it runs without issues. So it would seem like there is a limit of 5000 characters per line for bulk api jsonl payload file.
This is the first time i am seeing this error and i have had lines with more then 5000 line before that ran without issues.
Oh! That worked! Thank you so much! I did that kind of trick adding few caracters at first line and resolved! You saved my life! Thank you again! However, its a Shopify Bug that must be resolved!