health03adv / google-gdata

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

InstallMent - Element doesn't exist #565

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Create a new ProductEntry
2.Try to put a 
installment(http://support.google.com/merchants/bin/answer.py?hl=pt-BR&answer=18
8494#BR    section 9) on the product
3. This element don't exist.

What is the expected output? What do you see instead?
I expect to have this element. With this I can provide better information about 
my product with asp.net

What version of the product are you using? On what operating system?
Version:  1.9   || OS: Windows 7 Enterprise 64bts

Please provide any additional information below.
I tryed to create myself the classes for this element and it not worked. In 
attach

Original issue reported on code.google.com by cont...@wolfinfo.net on 5 Jan 2012 at 7:54

Attachments:

GoogleCodeExporter commented 8 years ago
The installment element is not a standard attribute but it can be added to the 
request as a custom attribute 
(http://code.google.com/apis/shopping/content/getting-started/usingapi-products.
html#AttrDef):

<sc:attribute name="attribute_name" type="attribute_type" unit="unit">
    attribute_value
</sc:attribute>

Support for custom attributes has been added in rev. 1148.

Original comment by ccherub...@google.com on 12 Jan 2012 at 11:41