While submitting POST request to the Walmart API. Item Feed is submitted completely and Feed Id is also generated.
But while checking details for that Feed ID using Feed Status, I'm getting below error.
Undeclared general entity "rsquo" at [row,col {unknown-source}]
stdClass Object
(
[ingestionError] => Array
(
[0] => stdClass Object
(
[type] => DATA_ERROR
[code] => ERR_EXT_DATA_0801001
[field] => IB
[description] => Undeclared general entity "rsquo"
at [row,col {unknown-source}]: [14,49]
)
)
)