GraphQL API
Search…
GraphQL API
General
Introduction
Features
GraphQL
Getting Started
Overview
Architecture
Playground
API Key (Authentication)
SDK
CLI
GraphQL API
Products
Categories
Checkout & Payments
Orders
Customers
Api data reference
Inputs
Mutations
Objects
Address
Channel
Checkout
CheckoutResponse
CheckoutError
Order
Product
Return
Supplier
Data Types
Entities
Powered By
GitBook
CheckoutResponse
{
checkout: Checkout
errors: [CheckoutError]
}
Fields
checkout
(
Checkout
)
Checkout object that is returned after the mutation is fulfilled.
errors
(
CheckoutError
)
Displays an error message when creating the checkout, if there was one.
Previous
Checkout
Next
CheckoutError
Last modified
6mo ago
Copy link