I'd like to use the published
field on products that's documented here in the Shopify API:
Hide a published product by changing the published attribute to false
I can change the flag on any product, but I have not figured out yet how to get the published
field back from the API. It's not listed the list of fields of the Product
object.