Tags:
- Action Required
- Customer Account API
- 2026-10
Customer Account API Customer.lastIncompleteCheckout and Checkout types removed in 2026-10
As of Customer Account API version 2026-10, the deprecated field is removed.
This also removes the now-unreachable Customer Account API Checkout type subtree, including:
Checkout
The field was previously deprecated and returned null. This change removes stale Checkout Classic schema from the Customer Account API.
Action required
If your app queries or any nested fields on the returned Checkout object, update your queries before upgrading to API version 2026-10.
Remove selections such as:
customer {
lastIncompleteCheckout {
id
appliedGiftCards {
id
}
}
}
customer {
lastIncompleteCheckout {
id
appliedGiftCards {
id
}
}
}
There is no replacement field in the Customer Account API.
If you need active cart or checkout state for a buyer storefront experience, use Storefront API cart flows instead. If you need completed customer purchase history, use the Customer Account API Customer.orders field.
Was this section helpful?