Closed si-m closed 1 year ago
Add the status query param to the product list options.
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.
In this PR
Add the status query param to the product list options.
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.