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
checkoutCreate
checkoutItemsAdd
checkoutShippingAddress
checkoutSetDeliveryMethod
Objects
Data Types
Entities
Powered By
GitBook
checkoutItemsAdd
Adds a checkout item to the existing checkout. If the item was already in checkout, its quantity will be increased.
checkoutLinesAdd(
checkoutId: ID
lines: [CheckoutLineInput]!
): CheckoutLinesAdd
Arguments
checkoutId
(
ID
)
The ID of the checkout.
items
(
[CheckoutItemInput]
)
A list of checkout items, each containing information about an item in the checkout.
Type
CheckoutResponse
Adds a checkout item to the existing checkout. If line was already in checkout, its quantity will be increased.
Previous
checkoutCreate
Next
checkoutShippingAddress
Last modified
6mo ago
Copy link
Outline