prayagverma / gdata-python-client

Automatically exported from code.google.com/p/gdata-python-client
1 stars 0 forks source link

Content API client doesn't allow displayName to be used in Attribute #631

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. data.Attribute(value, name='foo', displayName='bar')

What is the expected output? What do you see instead?

Expected Attribute XML tag class to have displayName in order to 
programmatically submit the attributes instead of using the Attribute panel. 
However the documentation specifies that this can only be done with S NAMESPACE.
https://developers.google.com/commerce-search/docs/gcsconfiguration?hl=en#attrib
utes

Original issue reported on code.google.com by n...@kogan.com.au on 20 Jul 2012 at 3:42