bluevisiontec / GoogleShoppingApi

Magento Module GoogleShoppingApi v2
Open Software License 3.0
69 stars 45 forks source link

Custom attribute #57

Closed Veiote closed 5 years ago

Veiote commented 9 years ago

Hello,

Is there anyway to add the atribute "installment" https://support.google.com/merchants/answer/188494?hl=en in the session "Multiple Installments (Brazil Only)"

example:

"installment": { "months": 6, "amount": { "value": "50", "currency": "BRL" } }

I tried but I stoped because of the sub-attributes.

schnere commented 9 years ago

Hi,

I will think about a solution, but it might take some time to get integrated in the module.

Veiote commented 9 years ago

Thanks!

For testing, I created installment attribute = {"months": 6, "amount": {"value": "50","currency": "BRL" } } but I got this error Error calling POST ... (400) Invalid value for installment: {"months": 6, "amount": {"value": "50","currency": "BRL" } }