MONEI / Shopify-api-node

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

Add current_quantity to IOrderLineItem inteface #656

Closed peter-visualsquares closed 1 month ago

peter-visualsquares commented 1 month ago

The current_quantity field is added in api version 2024-01 https://shopify.dev/changelog/addition-of-lineitem-current_quantity-on-admin-rest-api

The field is optional because some older api version (e.g. 2023-10) does not have it.

coveralls commented 1 month ago

Coverage Status

coverage: 100.0%. remained the same when pulling b7690af039b809d101194cb33221bbbebbe2af09 on peter-visualsquares:peter-0001-add-current-quantity-to-line-item into 19916ac257e106431bf1ec5b5951f68e2665a44c on MONEI:master.

lpinca commented 1 month ago

Thank you.