Storefront API - Cart completedAt property

Hello everyone,

While using the Storefront API (2021-10) we used to create carts with Checkout but now we would like to transition to using Carts.

We notice there was a completedAt property that’s not there anymore (Is that intentional?). Would like to know how we could check that the cart is been completed without that field.

Reference: https://shopify.dev/api/storefront/reference/cart/cart

Thank you in advance.

Hi, bumping this as I’m running into the same issue. @aganglada did you find any solution here?

Apparently the cart will automatically return null when it’s completed. So checking that you will get the same outcome.

Oh that’s good to know! (And not evident/explained anywhere in @Shopify_77 docs. Thank you for the response!