I am getting the following error when trying to update my feed:
<errors>
<error type="data" field="shipping price" reason="This attribute is
the duplicate of another attribute." />
<error type="data" field="shipping price" reason="This attribute has
too many values." />
</errors>
Now I have tried the following on the entry:
$entry->removeGbaseAttribute('shipping.price')
$entry->removeGbaseAttribute('shipping_price')
$entry->removeGbaseAttribute('shipping price')
And none of those seem to be working. I just keep getting the same
issue.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Base Data API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/Google-Base-data-API?hl=en
-~----------~----~----~----~------~----~------~--~---