MONEI / Shopify-api-node

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

Implemented IPaginatedResult for supported endpoints #477

Closed metasloth closed 3 years ago

metasloth commented 3 years ago

This is the continued/remaining effort to complete #447, and is also relevant to #288.

Resolves this additional request by @lpinca:

It should be done for all supported endpoints.

coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling b7a86b1e6bb5a2cc1ade071c3fe5e3ff0eb921e2 on metasloth:master into 68d3b1f67fcaf1bdf60f7479af742f60ad56a649 on MONEI:master.

lpinca commented 3 years ago

Please add Checkout.

metasloth commented 3 years ago

Please add Checkout.

@lpinca Nice catch, that isn't listed as a supported endpoint by Shopify but I just confirmed the link header is returned at that endpoint.

lpinca commented 3 years ago

It is called AbandonedCheckouts in the Shopify documentation. They renamed it some time ago.

lpinca commented 3 years ago

Thank you.