Discussions

Ask a Question
Back to All

The /Item and /ProductItem endpoints aren't returning the Title field

I'm trying to update products using either the /Item or /ProductItem endpoints, and the response when I call a GET doesn't include the Title field. It's just not there. When I update the field I'm trying to update (WebOption) and PUT it back, it fails with "Title field missing". If I add the Title field (which I don't want to update) it's accepted. Why is it missing and if it's by design what endpoint should I be using. Thanks.