Hi all, hoping I can get help here.
I have a CSV which I have created, I have created a profile to match.
Below is the CSV sample I am trying with:
id,en_gb_name,name,description,productNumber,price_net,price_gross,stock,taxId,createdAt,updatedAt 71f895b6b6f144c690f3716ac19d0cc1,Test,Test,Test,TEST123,0,0,0,5c4478aef64e49debe3f456e8b0b58dc,2017-03-28T15:21:30+00:00,2020-04-27T16:06:53+00:00
When I upload this through System > Import / Export, I see a 400 Bad Request error in the Network tab of Developer Tools. The response body is as follows:
{"errors":[{"status":"400","code":"FRAMEWORK__INVALID_UUID","title":"Bad Request","detail":"Value is not a valid UUID: en-GB","meta":{"parameters":{"input":"en-GB"}}}]}
I’m a little lost here, I don’t see an invalid UUID and I’ve googled this error with no success. Has anyone encountered this before?