slince / shopify-api-php

:rocket: Shopify API Client for PHP
MIT License
128 stars 48 forks source link

Is there any way to get more data from the products? #114

Open noromamai opened 1 year ago

noromamai commented 1 year ago

Starting to use your library to connect to a shopify shop to update products. but at the moment i am checking all imported data and i used ProductManager->paginate() to get all 2700 products. I want to check the status that the product has in shopify: archived, active, draft. But that is now returned i the product data. Is there any way to get that information as well?