You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Through Google_Service_ShoppingContent_Product I am unable to set the sale price of a product to empty, as I must supply a Price object to the function, which seemingly cannot be set in a way to null the sale price. As no sale scheduling is used on the connected site, is there as way to set this to empty this as part of the api? Or a best practice way of avoiding this potential limitation, for example by setting the effective date into the past once the sale price is removed on the site?
The text was updated successfully, but these errors were encountered:
Through Google_Service_ShoppingContent_Product I am unable to set the sale price of a product to empty, as I must supply a Price object to the function, which seemingly cannot be set in a way to null the sale price. As no sale scheduling is used on the connected site, is there as way to set this to empty this as part of the api? Or a best practice way of avoiding this potential limitation, for example by setting the effective date into the past once the sale price is removed on the site?
The text was updated successfully, but these errors were encountered: