MONEI / Shopify-api-node

Node Shopify connector sponsored by MONEI
https://monei.com/shopify-payment-gateway/
MIT License
947 stars 278 forks source link

Get list productions do not show next page #617

Closed newit-lynt1 closed 1 year ago

newit-lynt1 commented 1 year ago

I want to use pagination for get list products, using limit parameter but in the products response it doesn't show any information for pagination page. Can someone help me?

Code: image

Response image

lpinca commented 1 year ago

See https://github.com/MONEI/Shopify-api-node#pagination. The nextPageParameters and previousPageParameters properties are not enumerable which is probably the reason why you don't see them.

newit-lynt1 commented 1 year ago

See https://github.com/MONEI/Shopify-api-node#pagination. The nextPageParameters and previousPageParameters properties are not enumerable which is probably the reason why you don't see them.

Yes, i can't see it in response but i can console log the nextPageParameters. thank you