# CheckoutCreatePayload - storefront - PAYLOAD Version: 2024-04 ## Description Return type for `checkoutCreate` mutation. ### Access Scopes ## Fields * [checkout](/docs/api/storefront/2024-04/objects/Checkout): Checkout - The new checkout object. * [checkoutUserErrors](/docs/api/storefront/2024-04/objects/CheckoutUserError): CheckoutUserError! - The list of errors that occurred from executing the mutation. * [queueToken](/docs/api/storefront/2024-04/scalars/String): String - The checkout queue token. Available only to selected stores. * [userErrors](/docs/api/storefront/2024-04/objects/UserError): UserError! - The list of errors that occurred from executing the mutation. ## Connections ## Mutations with this payload * [checkoutCreate](/docs/api/storefront/2024-04/mutations/checkoutCreate) ## Examples