I have a multiple customer account that I am trying to batch upload to
via the Python library.
I'm using these instructions:
http://code.google.com/p/gdata-python-client/wiki/UsingBatchOperations
When I specify a customer id in my entry feed like this:
<g:customer_id type="int">xxxxxxx</g:customer_id>
I get an error:
The customer id does not belong to the authenticated customer
Without specifying the customer id, the insert seems to work fine. I
have confirmed that I am using the correct login for my multiple
customer account and the ID is correct. What am I doing wrong?