---
title: CartSubmitForCompletionResult - Storefront API
description: The result of cart submit completion.
api_version: 2026-04
source_url:
  html: https://shopify.dev/docs/api/storefront/latest/unions/CartSubmitForCompletionResult
  md: https://shopify.dev/docs/api/storefront/latest/unions/CartSubmitForCompletionResult.md
---

# Cart​Submit​For​Completion​Result

union

The result of cart submit completion.

```graphql
union CartSubmitForCompletionResult = SubmitAlreadyAccepted | SubmitFailed | SubmitSuccess | SubmitThrottled
```