googleapis / google-api-ruby-client

REST client for Google APIs
Apache License 2.0
2.77k stars 869 forks source link

Missing autoPricingMinPrice property in Google Merchant Product #19744

Open fabn opened 2 weeks ago

fabn commented 2 weeks ago

The current version doesn't expose the property autoPricingMinPrice as documented in https://developers.google.com/shopping-content/reference/rest/v2.1/products#Product

fabn commented 1 week ago

Will likely solved by https://github.com/googleapis/google-api-ruby-client/pull/19599, is it possible to release it?

dazuma commented 1 week ago

That property is actually in the google-apis-content_v2_1 gem (which is not related to #19599). However, you're right, content v2.1 hasn't regenerated since November, and I'm not sure why. It looks like the discovery document is up to date. Will have to investigate this.