bold-commerce / go-shopify

Go client for the Shopify API
MIT License
328 stars 255 forks source link

feat: add product status to list options #236

Closed si-m closed 1 year ago

si-m commented 1 year ago

In this PR

Add the status query param to the product list options.

Screenshot 2023-09-27 at 10 58 41

Ref: https://shopify.dev/docs/api/admin-rest/2023-07/resources/product#get-products?ids=632910392,921728736

Api version: 2023-07

Note: the type ProductStatus needs to be exported and if we want to expose this query parameter for the list orders endpoint the same needs to happen.