coupang
Product API2025-04-24

It keeps saying the input value is wrong for "contentDetails >> content" Parameter

The error on this parameter usually comes up when there is a "forced text wrapping". 

Please remove line breaks and unwrap the texts as seen in the below example: 

ex) 

- Before unwrapping
: "content": "http://
coupang.com
"

- After unwrapping
 : "content": "http://coupang.com"