SYNC failing due to 4098 Character Length
-
Hi i need some help please.
I am trying to sync products and i’m getting this error in the logs which i think might be the issue.
body: Array ( [0] => Square\Models\Error Object ( [category:Square\Models\Error:private] => INVALID_REQUEST_ERROR [code:Square\Models\Error:private] => VALUE_TOO_LONG [detail:Square\Models\Error:private] => Field must not be greater than 4096 length [field:Square\Models\Error:private] => batches[1].objects[0].item_data.description ) ) 01-12-2024 @ 14:37:45 – Failed step cycle: update_matched_products (14.83s) – [VALUE_TOO_LONG] Field must not be greater than 4096 length 01-12-2024 @ 14:37:45 – [VALUE_TOO_LONG] Field must not be greater than 4096 length
I believe its a description exceeding the length in a product but i have 700 products, how am i meant to find which one is causing the issue?
Thanks
- The topic ‘SYNC failing due to 4098 Character Length’ is closed to new replies.