Closed rongvrv closed 3 years ago
I used shopify.product.list() API, didn't see the status property from the response. I tried in postman and saw status is included in the response. It's a string of active or draft.
shopify.product.list()
status
active
draft
it turns out there is a shopify bug that doesn't return status for some stores's product.
I used
shopify.product.list()
API, didn't see thestatus
property from the response. I tried in postman and sawstatus
is included in the response. It's a string ofactive
ordraft
.